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

body {
  font-family: Thicccboi, sans-serif;
  color: #6f6a80;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Thicccboi, sans-serif;
  color: #231656;
  font-size: 68px;
  line-height: 110%;
  font-weight: 800;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #231656;
  font-size: 48px;
  line-height: 110%;
  font-weight: 800;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #231656;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #231656;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0f072c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  color: #226cff;
  text-decoration: none;
}

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

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

li {
  margin-bottom: 5px;
}

.white {
  position: relative;
  left: 14px;
  right: -36px;
  bottom: -31px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 50px;
  text-align: left;
}

.hero-section {
  background-color: #f9f9f9;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
}

.wrapper.hero-wrapper {
  max-width: 960px;
  padding-top: 260px;
  padding-bottom: 165px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wrapper.featured-wrapper {
  position: relative;
  bottom: 113px;
  max-width: 900px;
  margin-top: -184px;
  margin-bottom: 39px;
  padding-top: 0px;
  padding-bottom: 152px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper.main-image-wrapper {
  position: relative;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.track-wrapper {
  position: relative;
  max-width: 950px;
  padding-top: 106px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9f9f9;
  text-align: center;
}

.wrapper.testimonial-wrapper {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wrapper.award-wrapper {
  position: relative;
  top: -742px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  padding-top: 0px;
  padding-bottom: 365px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.wrapper.footer-wrapper {
  position: relative;
  padding-top: 55px;
  padding-bottom: 0px;
  background-color: #1e8ee7;
}

.wrapper.navbar {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  padding: 0px 5px 0px 0px;
  border-radius: 73px;
  background-color: #fff;
}

.wrapper.reverse {
  position: relative;
}

.wrapper.footer-sub-wrapper {
  margin-top: 0px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1e8ee7;
}

.wrapper.changelog-wrapper {
  padding-top: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.license {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.license.down {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wrapper.style-guide {
  display: block;
}

.hero-text-wrapper {
  width: 80%;
  margin-top: 32px;
}

.store-links-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.contain {
  position: relative;
  left: -69px;
  top: 39px;
  right: 175px;
  bottom: -122px;
  display: inline-block;
  overflow: visible;
  width: 400%;
  height: 300%;
  min-height: 40px;
  min-width: 160px;
  margin: -55px 23px -13px 71px;
  padding: 7px 24px 40px 17px;
  float: none;
  color: #21a7f5;
  font-size: 10px;
  font-weight: 500;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 10% 50%;
  object-position: 10% 50%;
}

.image.contain:focus {
  min-width: 60px;
}

.image.contain {
  overflow: visible;
  -o-object-fit: contain;
  object-fit: contain;
}

.store-link {
  width: 185px;
  height: 55px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.store-link:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.store-link.margin {
  margin-left: 15px;
}

.featured-section {
  background-color: #f9f9f9;
}

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

.text-block._14-px {
  margin-top: -144px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}

.text-block._16-px {
  position: relative;
  left: -3px;
  padding-right: 0px;
  padding-left: 16px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 160%;
}

.text-block._24-px {
  position: relative;
  top: 19px;
  bottom: -27px;
  margin-top: -20px;
  margin-bottom: -22px;
  padding-top: 48px;
  padding-bottom: 0px;
  color: #0f072c;
  font-size: 24px;
  line-height: 150%;
}

.text-block._18-px {
  font-size: 18px;
  line-height: 28px;
}

.text-block._18-px.regular {
  line-height: 140%;
  font-weight: 400;
}

.featured-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 33px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-image-section {
  background-color: #f9f9f9;
}

.main-image-circle-1 {
  position: absolute;
  left: auto;
  top: 2%;
  right: 7%;
  bottom: auto;
  width: 400px;
  height: 400px;
}

.main-image-circle-2 {
  position: absolute;
  left: 16%;
  top: auto;
  right: auto;
  bottom: 3%;
  width: 240px;
  height: 240px;
}

.track-section {
  display: none;
  background-color: #f9f9f9;
}

.track-text-wrapper {
  width: 60%;
  margin-top: 30px;
}

.track-item-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.track-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.track-item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.track-item-heading {
  margin-top: 32px;
}

.track-item-text {
  margin-top: 17px;
}

.feature-1-section {
  background-color: #f9f9f9;
}

.feature-1-image-wrapper {
  position: relative;
  width: 45%;
  max-width: 475px;
}

.feature-1-main-image {
  position: relative;
}

.feature-1-circle-1 {
  position: absolute;
  left: -9%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 370px;
  height: 370px;
}

.feature-1-circle-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 215px;
  height: 215px;
}

.feature-1-content-wrapper {
  width: 43%;
}

.feature-1-text-wrapper {
  margin-top: 40px;
}

.feature-2-section {
  background-color: #f9f9f9;
}

.feature-2-content-wrapper {
  width: 42%;
}

.feature-2-heading-wrapper {
  width: 110%;
}

.feature-2-pointer-wrapper {
  margin-top: 40px;
  margin-right: -98px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.feature-2-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-2-item-wrapper.middle {
  margin-top: 45px;
  margin-bottom: 45px;
}

.feature-2-item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 4px 12px 0 rgba(149, 155, 187, 0.25);
}

.feature-2-item-content {
  max-width: 83%;
}

.feature-2-item-text-wrapper {
  margin-top: 10px;
}

.feature-2-image-wrapper {
  position: relative;
  width: 45%;
  max-width: 430px;
}

.feature-2-main-image {
  position: relative;
}

.feature-2-circle-1 {
  position: absolute;
  left: -5%;
  top: auto;
  right: auto;
  bottom: -3%;
  overflow: hidden;
  width: 360px;
  height: 360px;
}

.feature-2-circle-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 185px;
  height: 185px;
}

.testimonial-section {
  margin-top: -473px;
  margin-bottom: -325px;
  padding-top: 0px;
  padding-bottom: 0vh;
  background-color: #f9f9f9;
}

.testimonial-section.instructions {
  width: 100%;
}

.testimonial-heading-wrapper {
  max-width: 675px;
}

.testimonial-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 850.84375px;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/g10-min.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial-slider {
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.testimonial-slider-mask {
  height: auto;
  padding-top: 70px;
}

.testimonial-slide {
  top: -47px;
  bottom: 35px;
  height: auto;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 18px;
  text-align: center;
}

.testimonial-slider-content-wrapper {
  position: relative;
  top: 6px;
  bottom: 8px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 650px;
  min-height: 350px;
  margin: 16px auto 120px;
  padding: 0px 10% 97px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(177, 182, 201, 0.25);
}

.quotation-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-text-wrapper {
  margin-top: 25px;
}

.testimonial-slider-left-arrow {
  left: 10%;
  top: -25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #200e32;
}

.testimonial-slider-arrow-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.testimonial-slider-right-arrow {
  top: -25%;
  right: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}

.testimonial-person-images-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hide {
  display: none;
}

.testimonial-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 9px;
  margin-left: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-person.slide-current-author {
  max-width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-person-image {
  overflow: hidden;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-image: url('../images/autumn-goodman-242825-unsplash-1-min_1autumn-goodman-242825-unsplash-1-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.testimonial-person-image.slide-author1 {
  width: 38px;
  height: 38px;
  background-image: url('../images/pexels-photo-2463236-1-min.jpg');
}

.testimonial-person-image.slide-author1.current {
  width: 80px;
  height: 80px;
}

.testimonial-person-image.slide-author2 {
  background-image: url('../images/autumn-goodman-242825-unsplash-min.jpg');
}

.testimonial-person-image.slide-author2.current {
  width: 80px;
  height: 80px;
}

.testimonial-person-image.slide-author3 {
  background-image: url('../images/autumn-goodman-242825-unsplash-2-min.jpg');
}

.testimonial-person-image.slide-author3.current {
  width: 80px;
  height: 80px;
}

.testimonial-person-image.slide-author4 {
  background-image: url('../images/autumn-goodman-242825-unsplash-min-1.jpg');
}

.testimonial-person-image.slide-author4.current {
  width: 80px;
  height: 80px;
}

.testimonial-person-image.slide-author5 {
  background-image: url('../images/autumn-goodman-242825-unsplash-1-min.jpg');
}

.testimonial-person-image.slide-author5.current {
  width: 80px;
  height: 80px;
}

.testimonial-person-name-text {
  display: none;
  margin-top: 25px;
  color: #0f072c;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-person-name-text.slide-current-author {
  display: block;
  width: 150%;
  margin-top: 10px;
  font-weight: 600;
}

.testimonial-person-name-text.slide-current-author {
  display: block;
}

.testimonial-person-designation-text {
  display: none;
  margin-top: 6px;
  color: #6f6a80;
  font-size: 12px;
  line-height: 18px;
}

.testimonial-person-designation-text.slide-current-author {
  display: block;
  width: 200%;
}

.testimonial-person-designation-text.slide-current-author {
  display: block;
}

.award-section {
  margin-top: -23px;
  margin-bottom: -5px;
  padding-top: 0px;
  padding-bottom: 54px;
  background-color: #f9f9f9;
}

.award-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.award-item.award-image {
  width: 230px;
}

.rating-text {
  padding-top: 0px;
  padding-left: 47px;
  color: #000;
  font-size: 74px;
  line-height: 96px;
  font-weight: 800;
}

.rating-star-image {
  margin-bottom: 18px;
}

.footer {
  position: relative;
  left: -1px;
  top: 25px;
  bottom: 114px;
  display: block;
  margin-top: -29px;
  margin-right: 1px;
  margin-bottom: -43px;
  padding-top: 0px;
  padding-right: 0px;
  background-color: #33b4f4;
  color: #34b4f3;
}

.footer-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-store-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-image-wrapper {
  width: 25%;
}

.footer-person-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -8%;
  bottom: 40%;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: 1px solid #ececec;
  border-radius: 50%;
}

.footer-person-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 33%;
  bottom: 19%;
  overflow: hidden;
  width: 78px;
  height: 78px;
  border: 1px solid #ececec;
  border-radius: 50%;
}

.footer-person-4 {
  position: absolute;
  left: auto;
  top: 16%;
  right: 32%;
  bottom: auto;
  overflow: hidden;
  width: 38px;
  height: 38px;
  border: 1px solid #ececec;
  border-radius: 50%;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 64px;
  padding-left: 64px;
  background-color: #f9f9f9;
}

.brand {
  padding-left: 0px;
}

.brand.w--current {
  width: 80px;
  height: 35px;
  padding-left: 0px;
}

.nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.nav-link:hover {
  color: rgba(35, 22, 86, 0.6);
}

.nav-button {
  padding: 14px 26px;
  border-radius: 80px;
  background-color: #33b4f4;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav-button:hover {
  background-color: rgba(34, 108, 255, 0.85);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 76%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.preload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.wrapper-instruction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-instruction.updates {
  width: 70%;
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.wrapper-instruction.instruction-content-wrapper {
  width: 100%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.style-guide-title {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #231656;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
}

.style-guide-note {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 0, 0, 0.1);
  color: #ff0707;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.style-guide-line {
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background-color: #091818;
}

.style-guide-colours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.colour {
  margin: 30px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
}

.colour._1 {
  background-color: #231656;
}

.colour._4 {
  background-color: #f5faff;
}

.colour._2 {
  background-color: #6f6a80;
}

.colour._3 {
  background-color: #185cff;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}

.colour._3 {
  background-color: #0f072c;
}

.colour._4 {
  background-color: #226cff;
}

.style-guide-title-2 {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #152c5b;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
}

.footer-subtext {
  margin-right: 26px;
  margin-left: -14px;
  padding-right: 494px;
  padding-left: 0px;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.footer-links {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(255, 255, 255, 0.5);
}

.footer-links:hover {
  color: #fff;
}

.middle-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.middle-image {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.middle-image._1 {
  margin-right: -60px;
  margin-bottom: -40px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.middle-image._2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.middle-image._3 {
  margin-bottom: -40px;
  margin-left: -60px;
}

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

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

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

.version-wrapper {
  width: 25%;
}

.version-number {
  margin-bottom: 10px;
}

.paragraph.home-achievements {
  margin-bottom: 60px;
}

.paragraph.footer-main-content-parargraph {
  margin-bottom: 0px;
  margin-left: 9px;
  white-space: nowrap;
}

.paragraph.contact {
  margin-bottom: 31px;
}

.paragraph.card-faq {
  margin-bottom: 9px;
  color: #acacbe;
}

.paragraph.card-home-feature {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.706em;
}

.changelog {
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

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

.footer-link {
  margin-bottom: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 16px;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.licensing-link {
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #434343;
  text-decoration: none;
}

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

.footer-links-card-heading {
  margin-bottom: 32px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-divider-line {
  width: 100%;
  height: 1px;
  margin-bottom: 80px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.button {
  padding: 16px 27.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #185cff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.button:hover {
  background-color: rgba(24, 92, 255, 0.8);
}

.button.footer-button {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button.footer-button:hover {
  background-color: rgba(24, 92, 255, 0.6);
}

.footer-heading-wrapper-2 {
  width: 60%;
  max-width: 570px;
}

.licensing-text {
  margin-top: 0px;
  text-align: left;
}

.licensing-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-text-wrapper {
  width: 90%;
  margin-top: 32px;
}

.licensing-image-and-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: -3px;
  padding: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

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

.footer-logo-wrapper {
  width: 127px;
  height: 37px;
}

.footer-social-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.licensing-section {
  padding-top: 140px;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404-text {
  font-size: 160px;
  line-height: 100%;
  font-style: italic;
  font-weight: 700;
}

._404-heading {
  margin-top: 30px;
  font-size: 76px;
  line-height: 100%;
  font-style: italic;
}

._404-subtext {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #152c5b;
  font-size: 18px;
  line-height: 100%;
}

.home-button {
  padding: 14px 26px;
  border-radius: 61px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.testimonial-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 80;
  width: 30px;
  height: 40px;
  margin-right: auto;
  margin-bottom: -18px;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section-subtext {
  font-family: Lato, sans-serif;
  color: #6f6a80;
  line-height: 150%;
}

.blog-post-rich-text {
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-post-rich-text p {
  margin-top: 32px;
  margin-bottom: 56px;
  color: #152c5b;
}

.blog-post-rich-text figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-post-rich-text blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  color: rgba(21, 44, 91, 0.6);
  line-height: 32px;
  font-style: italic;
}

.blog-post-rich-text ol {
  margin-top: 32px;
  margin-bottom: 58px;
}

.blog-post-rich-text h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 35px;
}

.blog-post-rich-text h6 {
  color: #152c5b;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

.blog-post-rich-text h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 40px;
}

.blog-post-rich-text h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

.blog-post-rich-text a {
  color: #185cff;
}

.blog-post-rich-text img {
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-post-rich-text h5 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 100%;
}

.learn-more-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  margin-top: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-link {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-image-container {
  overflow: hidden;
  width: 48%;
  max-width: 580px;
  padding-bottom: 0px;
  border-radius: 8px;
}

.section-text-container {
  width: 48%;
  max-width: 465px;
}

.pointer-text-wrapper {
  width: 90%;
  margin-left: 13px;
}

.second-pointer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pointer-text {
  color: #152c5b;
  font-size: 18px;
  line-height: 32px;
}

.sub-text-wrapper {
  margin-top: 25px;
  margin-bottom: 10px;
}

.first-pointer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon-wrapper {
  overflow: hidden;
  width: 54px;
  height: 54px;
}

.learn-more-arrow-wrapper {
  width: 18px;
  height: 29px;
  margin-left: 8px;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 24px;
  height: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-and-menu-button-wrapper {
  display: none;
}

.lottie-wrapper {
  width: 40vw;
}

.instruction-heading {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 140%;
}

.text-block-instruction {
  margin-top: 27px;
  color: #8a95ad;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.text-block-instruction.instruction-text {
  margin-top: 15px;
}

.navbar-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: rgba(103, 102, 109, 0.1);
  -webkit-filter: blur(60px);
  filter: blur(60px);
}

.nav-shadow-wrapper {
  position: relative;
  width: 85%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-main-white-div {
  position: relative;
  z-index: 10;
  padding-top: 15px;
}

.navbar-main-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(15, 7, 44, 0.07);
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.style-guide-main {
  padding-top: 140px;
}

.section-placeholder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -100px;
}

.section-placeholder.features {
  margin-top: -50px;
}

.section-placeholder.whyappish {
  margin-top: -30px;
}

.section-placeholder.testimonial {
  margin-top: -50px;
}

.section-placeholder.awards {
  margin-top: -120px;
}

.heading {
  font-family: Thicccboi, sans-serif;
  color: #1d8de9;
}

.heading-2 {
  margin-top: -79px;
  margin-bottom: -14px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
}

.heading-3 {
  color: #000;
}

.heading-4 {
  color: #000;
}

.heading-5 {
  color: #000;
}

.bold-text {
  position: relative;
  left: 7px;
  color: #000;
}

.heading-6 {
  color: #000;
}

.app-screen {
  min-width: 60px;
  padding-right: 0px;
  padding-left: 0px;
}

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

.heading-8 {
  position: relative;
  left: -30px;
  top: 87px;
  right: 48px;
  bottom: 142px;
  display: block;
  margin-top: -121px;
  margin-bottom: -6px;
  padding: 65px 0px 44px 54px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1e8ee7;
  font-size: 40px;
  font-style: normal;
  white-space: nowrap;
}

.div-block {
  min-width: 60px;
}

.image-2 {
  position: relative;
  top: 0px;
  bottom: -3px;
  margin-top: -25px;
  margin-bottom: -2px;
  padding-top: 17px;
  padding-bottom: 0px;
}

.heading-9 {
  padding-bottom: 70px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  position: relative;
  display: inline-block;
  width: 900px;
  margin-right: -58px;
  margin-left: 88px;
  padding-right: 31px;
  padding-left: 93px;
  border: 1px none #000;
  border-radius: 0px;
  box-shadow: inset 0 0 0 0 #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: center;
}

.image-4 {
  position: relative;
  z-index: 2;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-5 {
  margin: -90px 24px 63px -99px;
  padding: 359px 80px 164px 0px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-6 {
  display: block;
}

.image-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-8 {
  position: relative;
  min-width: 30px;
  margin-top: 357px;
  margin-left: -133px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 0px;
  opacity: 1;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.image-9 {
  position: relative;
  left: 31px;
  right: -51px;
  bottom: 303px;
  width: 20px;
  min-width: 30px;
  margin-right: -77px;
  margin-left: -292px;
  padding: 384px 152px 359px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-10 {
  padding-left: 0px;
}

.image-10 {
  position: relative;
  z-index: 2;
  margin-top: 13px;
  padding: 0px 0px 0px 183px;
}

.heading-11 {
  margin: 8px 8px 34px;
  padding: 65px 65px 73px;
  background-color: #f9f9f9;
  color: #000;
  font-size: 48px;
  text-align: center;
}

.grid {
  margin-top: -37px;
  margin-right: 8px;
  padding-bottom: 0px;
  grid-template-areas: "Area Area Area-4"
    "Area-2 Area-3 Area-5";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #f9f9f9;
}

.section {
  margin-top: -55px;
  margin-bottom: -112px;
  padding-top: 8px;
  padding-bottom: 1px;
}

.image-11 {
  box-shadow: 0 0 0 0 #000;
}

.heading-12 {
  padding-left: 13px;
  color: #000;
}

.heading-13 {
  padding-left: 13px;
  color: #000;
}

.image-12 {
  max-width: 85%;
  margin: -167px -182px -257px 2px;
  padding: 0px 104px 78px 0px;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.first-perks {
  position: relative;
  width: 100%;
  max-width: 576px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 60px;
}

.image-wrapper.contact-link-icon {
  width: 65px;
  min-height: 65px;
  min-width: 65px;
  margin-right: 13px;
  border-radius: 20px;
}

.bg {
  position: absolute;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.bg.first-perks {
  position: static;
  margin-right: 0px;
  margin-left: -11px;
  padding-right: 0px;
}

.bg.contact {
  right: 0px;
  z-index: -1;
  overflow: hidden;
  height: 100%;
  max-height: 865px;
  max-width: 48%;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.bg.cta {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: -73%;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card {
  overflow: hidden;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.01), 0 10px 34px 0 rgba(0, 0, 0, 0.03);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.card.home-achievement {
  padding: 40px 41px;
  text-align: center;
}

.card.contact {
  display: none;
  width: 90%;
  max-width: 720px;
  min-height: 720px;
  margin-top: 45px;
  margin-right: 42px;
  margin-left: 1px;
  padding: 74px 15px 86px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
}

.card.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 32px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 27px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #3b3b4e;
  text-decoration: none;
}

.card.contact-link:hover {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.01), 0 10px 34px 0 rgba(0, 0, 0, 0.06);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #3b3b4e;
}

.card.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 24px;
  box-shadow: 0 3px 10px 0 rgba(8, 15, 52, 0.04);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
}

.card.faq:hover {
  box-shadow: 0 3px 10px 0 rgba(8, 15, 52, 0.08);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.card.home-feature {
  padding: 71px 32px 63px;
}

.card.home-feature.featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 67px 48px 72px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accent-text-secondary-4 {
  color: #febc00;
}

.home-achievements-content {
  max-width: 45%;
  min-width: 458px;
  padding-right: 65px;
}

.card-home-achievement-number {
  margin-bottom: 10px;
  color: #1e8ee7;
  font-size: 24px;
  line-height: 1.024em;
  font-weight: 700;
}

.home-achievements-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 758px;
  margin-top: 629px;
  margin-right: 3px;
  margin-bottom: 190px;
  padding-right: 0px;
  padding-left: 46px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-home-achievement-text {
  font-size: 16px;
  line-height: 1.688em;
  font-weight: 600;
}

.pages.home-achievements {
  margin-top: 44px;
  margin-bottom: 34px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  font-size: 44px;
}

.pages.footer-menu {
  position: relative;
  left: -93px;
  margin-right: -43px;
  margin-bottom: 32px;
  margin-left: 88px;
  padding-right: 18px;
  padding-left: 0px;
  color: #050229;
  line-height: 1em;
  font-weight: 800;
}

.pages.h3-size {
  color: #050229;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 800;
}

.pages.h3-size.home-companies {
  position: relative;
  top: 8px;
  bottom: 195px;
  margin-right: 30px;
  margin-bottom: 0px;
  padding-top: 133px;
  padding-bottom: 0px;
}

.pages.h3-size.home-companies {
  position: static;
  top: auto;
  bottom: auto;
  margin: auto;
  padding-top: 0px;
  color: #000;
  line-height: 1px;
  text-align: center;
}

.pages.contact {
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
}

.pages.h4-size {
  color: #050229;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 800;
}

.pages.h4-size.card-faq {
  margin-right: 15px;
  margin-bottom: 0px;
  color: #1e8ee7;
}

.pages.faqs {
  position: relative;
  top: -114px;
  margin-bottom: 57px;
  color: #000;
  text-align: center;
}

.pages.card-home-feature {
  margin-bottom: 12px;
  color: #000;
  font-size: 23px;
  line-height: 1.565em;
}

.pages.home-features {
  position: relative;
  left: 515px;
  bottom: 56px;
  margin-bottom: 0px;
  color: #000;
}

.pages.neutral-100 {
  color: #fff;
}

.pages.neutral-100.cta {
  margin-bottom: 41px;
}

.accent-text-secondary-1 {
  display: none;
  color: #febc00;
}

.home-achievements-grid {
  margin-top: -29px;
  padding-top: 0px;
  padding-bottom: 10px;
  grid-column-gap: 34px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accent-text-secondary-2 {
  display: none;
  color: #1e8ee7;
}

.accent-text-secondary-3 {
  display: none;
  color: #1e8ee7;
}

.section-2 {
  position: relative;
  top: -663px;
  bottom: 595px;
  z-index: -1;
  margin-top: 72px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #1e8ee7;
}

.footer-3 {
  position: relative;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.footer-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 94px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo {
  width: 153px;
  margin-right: 15px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.container-default {
  max-width: 1272px;
  margin: 0px auto -1px;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-menu-content {
  position: relative;
  left: -7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
}

.footer-logo-container {
  margin-bottom: 41px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo-container:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.01);
  transform: scale3d(1.05, 1.05, 1.01);
}

.footer-contact-us {
  position: relative;
  top: 515px;
  bottom: 28px;
  z-index: 2;
  display: block;
  overflow: visible;
  margin-top: auto;
  margin-bottom: -117px;
  padding-top: 59px;
  padding-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #fff;
}

.footer-menu-wrapper {
  margin-right: 30px;
}

.footer-menu-wrapper.first {
  margin-left: -171px;
  padding-left: 435px;
}

.footer-menu-wrapper.last {
  margin-right: 0px;
  margin-left: auto;
  padding: 0px;
}

.footer-small-print {
  line-height: 1.6em;
}

.footer-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 712px;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-main-content {
  max-width: 33%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.footer-content-bottom {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #c8c8d5;
  text-align: center;
}

.image-13 {
  position: relative;
  left: 0px;
  top: -56px;
  right: -72px;
  bottom: 53px;
  margin-top: -4px;
  margin-bottom: -272px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-13.footer-nav-link-social-media-icon {
  width: 26px;
  min-height: 26px;
  min-width: 26px;
  margin-right: 11px;
  border-radius: 1000px;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
}

.image-13.footer-nav-link-social-media-icon.twitter-shadow {
  top: -136px;
  box-shadow: 0 6px 8px 0 rgba(27, 186, 255, 0.27);
}

.image-13.footer-nav-link-social-media-icon.facebook-shadow {
  top: -137px;
  box-shadow: 0 6px 8px 0 rgba(27, 186, 255, 0.27);
}

.image-13.footer-nav-link-social-media-icon.youtube-shadow {
  top: -138px;
  box-shadow: 0 6px 8px 0 rgba(255, 0, 0, 0.21);
}

.image-13.footer-nav-link-social-media-icon.linkedin-shadow {
  top: -136px;
  box-shadow: 0 6px 8px 0 rgba(21, 126, 231, 0.34);
}

.image-13.footer-nav-link-social-media-icon.whatsapp-shadow {
  box-shadow: 0 6px 8px 0 rgba(84, 228, 71, 0.16);
}

.image-13.footer-nav-link-social-media-icon.intagram-shadow {
  top: -136px;
  box-shadow: 0 6px 8px 0 rgba(251, 15, 90, 0.14);
}

.image-13.bg-contact-image {
  width: 100%;
  min-height: 100%;
  margin-top: -610px;
  padding-top: 210px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-13.card-home-feature-icon {
  width: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-top: 16px;
  margin-bottom: -15px;
  border-radius: 20px;
}

.image-13.card-home-feature {
  width: 120%;
  max-width: 55%;
  margin-top: -36px;
  margin-bottom: -375px;
  padding-top: 0px;
  padding-left: 0px;
  border-radius: 40px;
  box-shadow: 0 4px 34px 0 rgba(12, 6, 89, 0.09);
  opacity: 1;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.footer-nav {
  position: relative;
  left: -50px;
  margin-right: 28px;
  margin-bottom: 0px;
  margin-left: -4px;
  padding-right: 0px;
  padding-left: 53px;
  text-align: left;
}

.footer-nav.last {
  left: -48px;
  bottom: -11px;
  margin-top: -5px;
  margin-right: 0px;
  margin-bottom: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.footer-nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #676788;
  line-height: 1em;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #050229;
}

.footer-nav-link.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-neutral-800 {
  color: #050229;
}

.footer-nav-item {
  margin-bottom: 24px;
  line-height: 1em;
}

.home-companies-logos {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 831px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-companies-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-message {
  margin-top: 20px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 14px;
  background-color: #fae9e9;
  color: #ea3843;
  font-weight: 700;
  text-align: center;
}

.split-content.contact-left {
  max-width: 801px;
  min-width: 382px;
  margin-right: auto;
  margin-left: auto;
}

.split-content.faqs-left {
  width: 100%;
  max-width: 600px;
  margin-right: 30px;
}

.split-content.faqs-right {
  width: 100%;
  max-width: 600px;
}

.split-content.content-top-home-features-left {
  max-width: 529px;
}

.split-content.card-home-feature {
  max-width: 368px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.input {
  min-height: 64px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(5, 2, 41, 0.05);
  -webkit-transition: border-width 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: border-width 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #050229;
  font-size: 18px;
  font-weight: 500;
}

.input:hover {
  border-width: 2px;
  border-color: #050229;
}

.input:focus {
  border-width: 2px;
  border-color: #050229;
  color: #050229;
}

.input::-webkit-input-placeholder {
  color: #676788;
}

.input:-ms-input-placeholder {
  color: #676788;
}

.input::-ms-input-placeholder {
  color: #676788;
}

.input::placeholder {
  color: #676788;
}

.contact-form-block {
  max-width: 580px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-link-title {
  color: #050229;
  line-height: 1.375em;
  font-weight: 800;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 14px;
  background-color: #050229;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-links-grid {
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 91px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 168px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-area {
  min-height: 157px;
  margin-bottom: 0px;
  padding: 18px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(5, 2, 41, 0.05);
  -webkit-transition: border-width 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: border-width 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #050229;
  font-size: 18px;
  font-weight: 500;
}

.text-area:hover {
  border-width: 2px;
  border-color: #050229;
}

.text-area:focus {
  border-width: 2px;
  border-color: #050229;
  color: #050229;
}

.text-area::-webkit-input-placeholder {
  color: #676788;
}

.text-area:-ms-input-placeholder {
  color: #676788;
}

.text-area::-ms-input-placeholder {
  color: #676788;
}

.text-area::placeholder {
  color: #676788;
}

.button-primary {
  position: relative;
  left: 25%;
  right: auto;
  bottom: -52px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 22px 40px;
  border-radius: 72px;
  background-color: #1e8ee7;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 800;
  text-align: center;
}

.button-primary:hover {
  background-color: #226cff;
  color: #fff;
}

.button-primary.large {
  padding: 24px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

.button-primary.large.contact-form-button {
  margin-left: -129px;
  background-color: #000;
}

.button-primary.download-app {
  padding: 20px 32px;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
  text-decoration: none;
}

.button-primary.download-app._2-buttons-button {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-3.contact {
  position: relative;
  top: -703px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -4px;
  margin-left: 42px;
  padding-top: 403px;
  padding-right: 30px;
  padding-bottom: 213px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/18.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: repeat-y;
  background-attachment: scroll;
  opacity: 0.63;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.section-3.bg-neutral-200 {
  overflow: hidden;
  width: 100%;
  margin-top: 94px;
  padding-top: 145px;
  padding-bottom: 176px;
}

.section-3.bg-neutral-200.faqs {
  margin-top: 103px;
  padding-top: 158px;
  padding-bottom: 155px;
  background-color: #f9f9f9;
}

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

.faqs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.space.card-faq-top {
  min-height: 16px;
}

.card-faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #e4e4eb;
}

.card-faq-bottom {
  max-width: 443px;
}

.card-faq-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-faq-icon-line-1 {
  position: absolute;
  width: 19px;
  min-height: 3px;
  border-radius: 1000px;
  background-color: #050229;
}

.card-faq-icon-line-2 {
  position: absolute;
  width: 3px;
  min-height: 19px;
  border-radius: 1000px;
  background-color: #050229;
}

.body {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}

.image-14 {
  margin-top: 4px;
  margin-bottom: 7px;
  margin-left: 40px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.navbar-2 {
  background-color: #f9f9f9;
}

.container {
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 73px;
  background-color: #fff;
}

.nav-link-2 {
  padding-right: 50px;
  padding-left: 0px;
}

.nav-link-3 {
  margin-right: 27px;
  padding-right: 36px;
}

.nav-link-3.current {
  color: #959595;
}

.nav-link-3.current:hover {
  color: #8d8d8d;
}

.download {
  right: 13px;
  margin: 6px 34px -2px -6px;
  padding: 15px 25px;
  border-radius: 72px;
  background-color: #1e8ee7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.download:hover {
  background-color: #226cff;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.download.w--current {
  color: #fff;
}

.download.hover {
  background-color: #1e8ee7;
}

.download.download-now:hover {
  background-color: #1e8ee7;
}

.link {
  font-weight: 600;
}

.nav-menu-2 {
  left: -3px;
  margin-right: -35px;
  padding-right: 0px;
  padding-left: 0px;
}

.link-2 {
  color: #000;
}

.image-15 {
  margin-right: -357px;
  padding: 26px 0px 0px;
}

.image-16 {
  max-width: 200%;
  margin-right: 19px;
  margin-left: 160px;
  padding-left: 0px;
  text-align: center;
}

.content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-top.home-features {
  margin-bottom: 48px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
}

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

.image-17 {
  position: relative;
  left: -159px;
  top: -243px;
  bottom: 443px;
}

.image-18 {
  position: relative;
  left: 195px;
  bottom: -137px;
}

.image-19 {
  position: relative;
  left: 152px;
  top: 167px;
}

.image-20 {
  position: relative;
  bottom: 70px;
}

.image-21 {
  position: relative;
  left: 419px;
  top: -212px;
  right: -24px;
  bottom: -58px;
  z-index: 0;
  margin-bottom: -145px;
  margin-left: 317px;
  padding: 1px 0px 0px;
}

.download-app-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-apple-icon {
  position: static;
  margin-right: 12px;
  color: #1e8ee7;
  font-size: 24px;
  font-weight: 400;
}

.image-22 {
  position: relative;
  margin-right: 49px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.image-23 {
  display: inline-block;
  max-width: 60%;
  margin-bottom: -7px;
  margin-left: 196px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 0px;
  opacity: 1;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide {
  position: static;
  bottom: 29px;
  height: 500px;
  margin-top: 0px;
  margin-bottom: 103px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide.slide-1 {
  height: 1000px;
  min-height: 500px;
  margin-bottom: 142px;
  margin-left: 3px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: url('../images/1_1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-nav {
  bottom: -229px;
  height: 400px;
  margin-top: -15px;
  padding-top: 137px;
  padding-bottom: 0px;
}

.slide-1 {
  height: 500px;
  margin-bottom: -8px;
  padding-left: 176px;
  background-color: transparent;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-2 {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.right-arrow {
  left: 60px;
  bottom: -75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f3f3f3;
}

.testimonial-pic {
  max-width: 150%;
  margin-bottom: 0px;
  margin-left: -57px;
  padding-left: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.testimonial-stars {
  margin-bottom: 15px;
  color: #febc00;
  font-weight: 400;
}

.slide-nav-2 {
  display: none;
  overflow: visible;
}

.white-overlay {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.slider-arrow-icon {
  height: 16px;
}

.section-4 {
  position: relative;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 111px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
}

.testimonial-slide-2 {
  width: 36vw;
  height: auto;
  margin-right: 30px;
  background-color: rgba(255, 179, 143, 0);
}

.left-arrow {
  left: 0px;
  bottom: -75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #f3f3f3;
  color: #0bbef2;
}

.testimonial-card {
  width: 65%;
  min-width: 250px;
}

.paragraph-black {
  margin-bottom: 0px;
  color: #1c1a1a;
}

.paragraph-black.max-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-bottom: 40px;
  padding-top: 1px;
  padding-bottom: 95px;
  font-family: Thicccboi, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  white-space: nowrap;
}

.testimonial-slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  height: auto;
  max-width: 1200px;
  border: 2px none #000;
  background-color: transparent;
}

.testimonial-quote {
  position: static;
  display: block;
  margin-right: -72px;
  margin-left: -72px;
  padding: 0px;
  color: #1c1a1a;
  font-size: 18px;
  text-align: center;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.slider-container {
  width: 90%;
  max-width: 1200px;
  padding-top: 31px;
}

.testimonial-name {
  margin-bottom: 6px;
  padding-top: 15px;
  padding-bottom: 0px;
  color: #1e8ee7;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.testimonial-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 #e0e0e0;
  opacity: 1;
  color: #000;
}

.testimonial-review {
  padding: 25px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.mask {
  overflow: visible;
  width: 36vw;
  height: auto;
}

.text-block-2 {
  color: #8d8d8d;
  font-size: 15px;
  text-align: center;
}

.section-5 {
  background-color: #f9f9f9;
}

.body-2 {
  background-color: #f9f9f9;
}

.image-24 {
  margin-right: 23px;
  border-radius: 20px;
}

.image-25 {
  margin-right: 23px;
  border-radius: 20px;
}

.container-2 {
  margin-bottom: -144px;
  border-radius: 20px;
  background-color: #1e8ee7;
}

.container-3 {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}

.logo {
  width: 50px;
  margin-bottom: 20px;
}

.footer-grid {
  width: 100%;
  -ms-grid-columns: 2fr 1fr 1fr 0.5fr;
  grid-template-columns: 2fr 1fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-rights {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-dark {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-dark:hover {
  color: #4e5283;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.footer-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-6 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-6.footer {
  position: relative;
  left: -640px;
  margin-right: -405px;
  margin-left: 180px;
  padding-right: 64px;
  padding-bottom: 2.5vh;
  padding-left: 91px;
  background-color: #f98561;
}

.dark-slate-link-span {
  color: #4e5283;
  font-size: 16px;
  font-weight: 700;
}

.dark-slate-link-span:hover {
  color: #1c1a1a;
}

.footer-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.footer-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.footer-text {
  max-width: 250px;
  color: #fff;
  font-size: 14px;
}

.heading-14 {
  margin-top: -22px;
  margin-bottom: 55px;
  padding-top: 114px;
  padding-bottom: 0px;
  padding-left: 40px;
  color: #fff;
  font-size: 30px;
}

.columns {
  padding-bottom: 693px;
}

.image-26 {
  position: relative;
  margin: -177px -24px 22px 27px;
  padding: 0px;
}

.cta-bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  border-radius: 60px;
}

.container-default-2 {
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.cta-content {
  max-width: 548px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-buttons {
  margin-bottom: -15px;
}

._2-buttons.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta-wrapper {
  position: relative;
  top: -63px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 483px;
  margin-right: 13px;
  margin-left: 13px;
  padding: 60px 88px 60px 74px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 466px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 60px;
}

.image-27.cta {
  position: relative;
  left: 7px;
  top: -13px;
  bottom: 18px;
  z-index: 100;
  max-width: 38%;
  min-width: 400px;
  margin-top: -141px;
  margin-bottom: -233px;
  padding-left: 0px;
}

.image-27.home-company-logo {
  position: relative;
}

.download-android-icon {
  margin-right: 8px;
  color: #1e8ee7;
  font-size: 17px;
  font-weight: 400;
}

.button-ios {
  padding: 22px 40px;
  border-radius: 14px;
  background-color: #050229;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 800;
  text-align: center;
}

.button-ios:hover {
  background-color: rgba(5, 2, 41, 0.6);
  color: #fff;
}

.button-ios.download-app {
  margin-top: 14px;
  margin-left: 34px;
  padding: 20px 32px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
  text-decoration: none;
}

.button-ios.download-app._2-buttons-button {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-main-wrapper-2 {
  position: relative;
  left: 0px;
  top: 290px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -242px;
  margin-bottom: 0px;
  padding-top: 149px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
}

.text-block-3 {
  color: #1e8ee7;
}

.text-block-4 {
  color: #1e8ee7;
}

.home-companies-logos-2 {
  position: static;
  left: 110px;
  top: auto;
  right: 0px;
  bottom: auto;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 831px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-companies-wrapper-2 {
  position: relative;
  top: 0px;
  display: block;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-android-icon-2 {
  margin-right: 8px;
  font-size: 17px;
  font-weight: 400;
}

.button-ios-copy {
  padding: 22px 40px;
  border-radius: 14px;
  background-color: #050229;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 800;
  text-align: center;
}

.button-ios-copy:hover {
  background-color: rgba(5, 2, 41, 0.6);
  color: #fff;
}

.button-ios-copy.download-app {
  margin-left: 34px;
  padding: 20px 32px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
  text-decoration: none;
}

.button-ios-copy.download-app._2-buttons-button {
  margin-top: 14px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-follow-us.home-achievements {
  margin-top: 44px;
  margin-bottom: 34px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  font-size: 44px;
}

.title-follow-us.footer-menu {
  position: relative;
  left: -112px;
  margin-right: -43px;
  margin-bottom: 32px;
  margin-left: 88px;
  padding-right: 18px;
  padding-left: 0px;
  color: #050229;
  line-height: 1em;
  font-weight: 800;
}

.title-follow-us.h3-size {
  color: #050229;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 800;
}

.title-follow-us.h3-size.home-companies {
  position: relative;
  top: 8px;
  bottom: 195px;
  margin-right: 30px;
  margin-bottom: 0px;
  padding-top: 133px;
  padding-bottom: 0px;
}

.title-follow-us.h3-size.home-companies {
  top: -224px;
  margin-right: 30px;
  margin-bottom: 0px;
  padding-top: 159px;
  padding-left: 162px;
}

.title-follow-us.contact {
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
}

.title-follow-us.h4-size {
  color: #050229;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 800;
}

.title-follow-us.h4-size.card-faq {
  margin-right: 15px;
  margin-bottom: 0px;
  color: #1e8ee7;
}

.title-follow-us.faqs {
  margin-bottom: 57px;
  color: #000;
  text-align: center;
}

.title-follow-us.card-home-feature {
  margin-bottom: 12px;
  color: #000;
  font-size: 23px;
  line-height: 1.565em;
}

.title-follow-us.home-features {
  position: relative;
  left: 515px;
  bottom: 56px;
  margin-bottom: 0px;
  color: #000;
}

.title-follow-us.neutral-100 {
  color: #fff;
}

.title-follow-us.neutral-100.cta {
  margin-bottom: 41px;
}

.pages-titles.home-achievements {
  margin-top: 44px;
  margin-bottom: 34px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  font-size: 44px;
}

.pages-titles.footer-menu {
  position: relative;
  left: -39px;
  margin-right: -43px;
  margin-bottom: 32px;
  margin-left: 88px;
  padding-right: 18px;
  padding-left: 0px;
  color: #050229;
  line-height: 1em;
  font-weight: 800;
}

.pages-titles.h3-size {
  color: #050229;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 800;
}

.pages-titles.h3-size.home-companies {
  position: relative;
  top: 8px;
  bottom: 195px;
  margin-right: 30px;
  margin-bottom: 0px;
  padding-top: 133px;
  padding-bottom: 0px;
}

.pages-titles.h3-size.home-companies {
  top: -224px;
  margin-right: 30px;
  margin-bottom: 0px;
  padding-top: 159px;
  padding-left: 162px;
}

.pages-titles.contact {
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
}

.pages-titles.h4-size {
  color: #050229;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 800;
}

.pages-titles.h4-size.card-faq {
  margin-right: 15px;
  margin-bottom: 0px;
  color: #1e8ee7;
}

.pages-titles.faqs {
  margin-bottom: 57px;
  color: #000;
  text-align: center;
}

.pages-titles.card-home-feature {
  margin-bottom: 12px;
  color: #000;
  font-size: 23px;
  line-height: 1.565em;
}

.pages-titles.home-features {
  position: relative;
  left: 515px;
  bottom: 56px;
  margin-bottom: 0px;
  color: #000;
}

.pages-titles.neutral-100 {
  color: #fff;
}

.pages-titles.neutral-100.cta {
  margin-bottom: 41px;
}

.mobile-footer-pages {
  position: relative;
  left: -31px;
  margin-right: 28px;
  margin-bottom: 0px;
  margin-left: -4px;
  padding-right: 0px;
  padding-left: 53px;
  text-align: left;
}

.mobile-footer-pages.last {
  bottom: -11px;
  margin-top: -5px;
  margin-right: 0px;
  margin-bottom: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.footer-nav-contact {
  position: relative;
  left: 3px;
  margin-right: 28px;
  margin-bottom: 0px;
  margin-left: -4px;
  padding-right: 0px;
  padding-left: 53px;
  text-align: left;
}

.footer-nav-contact.last {
  left: 12px;
  bottom: -11px;
  margin-top: -5px;
  margin-right: 0px;
  margin-bottom: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.body-3 {
  background-color: #f9f9f9;
}

.container-4 {
  position: relative;
  top: -18px;
  bottom: -15px;
}

.apple-store-button {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.apple-store-button.contain {
  position: relative;
  left: -69px;
  top: 39px;
  right: 175px;
  bottom: -122px;
  display: inline-block;
  overflow: visible;
  width: 400%;
  height: 300%;
  min-height: 40px;
  min-width: 160px;
  margin: -55px 23px -13px 71px;
  padding: 7px 24px 40px 17px;
  float: none;
  color: #21a7f5;
  font-size: 10px;
  font-weight: 500;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 10% 50%;
  object-position: 10% 50%;
}

.apple-store-button.contain:focus {
  min-width: 60px;
}

.apple-store-button.contain {
  overflow: visible;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-5 {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.image-29 {
  padding-right: 10%;
  padding-left: 10%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-30 {
  padding-right: 10%;
  padding-left: 10%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.button-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 8px;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1e8ee7;
}

.text-block-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #3c84ff;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.heading-15 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  color: #55c54d;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.heading-15-copy {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  color: #437e3f;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}

.image-31 {
  width: 100%;
  text-align: left;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.text-block-7 {
  padding-right: 20px;
  padding-left: 20px;
  color: #484650;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2 {
  min-height: 65px;
}

.text-block-7-copy {
  padding-right: 20px;
  padding-left: 20px;
  color: #938da5;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.image-32 {
  position: static;
  display: block;
  width: 100%;
  height: 300px;
  max-height: 33vh;
  max-width: none;
  margin: 10px 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #e8edf0;
}

.columns-2 {
  display: block;
  min-width: 100%;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-16 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 35px;
}

.paragraph-2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.container-5 {
  height: 100%;
  min-height: 100%;
  line-height: 100%;
}

.section-13-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.div-block-2-copy {
  min-height: 250px;
}

.text-block-7-copy {
  padding-right: 20px;
  padding-left: 20px;
  color: #484650;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.text-block-7-copy-copy {
  padding-right: 20px;
  padding-left: 20px;
  color: #484650;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.image-33 {
  width: 600px;
  max-width: 75%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-7-copy-copy-copy {
  padding-right: 20px;
  padding-left: 20px;
  color: #484650;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
}

.div-block-2-copy {
  min-height: 30px;
}

.div-block-2-copy {
  min-height: 30px;
}

.div-block-2-copy-copy {
  min-height: 250px;
}

.button-3 {
  padding: 20px 30px;
  border-radius: 17px;
  font-size: 32px;
}

.text-block-7-copy-copy-copy {
  padding-right: 20px;
  padding-left: 20px;
  color: #7f7d86;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .wrapper.featured-wrapper {
    margin-bottom: -289px;
  }

  .wrapper.footer-wrapper {
    background-color: #1e8ee7;
  }

  .wrapper.footer-sub-wrapper {
    margin-top: 6px;
    margin-bottom: 0px;
    padding-top: 86px;
    padding-bottom: 27px;
    background-color: #1e8ee7;
  }

  .feature-2-content-wrapper {
    width: 44%;
  }

  .testimonial-container {
    position: relative;
  }

  .award-section {
    position: relative;
  }

  .footer {
    top: -331px;
    bottom: 113px;
    margin-top: -26px;
    margin-bottom: 317px;
    padding-top: 0px;
  }

  .wrapper-instruction.updates {
    margin-bottom: 0px;
  }

  .image-5 {
    margin-top: -47px;
    margin-bottom: 267px;
    padding-bottom: 211px;
  }

  .image-9 {
    padding-top: 143px;
  }

  .image-12 {
    margin-top: -211px;
    margin-bottom: -251px;
    padding-top: 0px;
    padding-bottom: 73px;
  }

  .bg.first-perks {
    position: relative;
    left: 0px;
    right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .accent-text-secondary-4 {
    color: #febc00;
  }

  .home-achievements-content {
    position: relative;
    left: 38px;
    padding-right: 5px;
  }

  .card-home-achievement-number {
    color: #000;
  }

  .home-achievements-wrapper {
    position: relative;
    left: -43px;
    margin-right: 21px;
    margin-left: 92px;
    padding-right: 62px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pages.home-achievements {
    color: #1e8ee7;
  }

  .pages.footer-menu {
    color: #000;
  }

  .pages.h3-size.home-companies {
    margin-bottom: -10px;
    padding-bottom: 0px;
    color: #febc00;
  }

  .pages.h3-size.home-companies {
    color: #000;
  }

  .accent-text-secondary-1 {
    color: #febc00;
  }

  .accent-text-secondary-2 {
    color: #1e8ee7;
  }

  .accent-text-secondary-3 {
    color: #1e8ee7;
  }

  .section-2 {
    background-color: #1e8ee7;
  }

  .footer-3 {
    top: -363px;
  }

  .footer-content-top {
    margin-bottom: auto;
  }

  .footer-logo {
    width: 75px;
  }

  .footer-contact-us {
    top: 865px;
    margin-top: auto;
    margin-bottom: -1px;
  }

  .footer-menu-wrapper.first {
    position: relative;
    left: 205px;
    padding-right: 0px;
    padding-left: 48px;
  }

  .footer-menu-wrapper.last {
    margin-right: auto;
    padding-right: 0px;
  }

  .footer-nav-wrapper {
    position: relative;
    left: auto;
  }

  .footer-main-content {
    position: relative;
    left: -8px;
  }

  .home-companies-logos {
    margin-top: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .home-companies-wrapper {
    margin-top: -638px;
  }

  .split-content.contact-left {
    max-width: 801px;
  }

  .button-primary {
    right: 0px;
  }

  .testimonial-pic {
    font-size: 15px;
    text-align: center;
  }

  .text-span {
    color: #000;
  }

  .title-follow-us.home-achievements {
    color: #1e8ee7;
  }

  .title-follow-us.footer-menu {
    color: #000;
  }

  .title-follow-us.h3-size.home-companies {
    margin-bottom: -10px;
    padding-bottom: 0px;
    color: #febc00;
  }

  .pages-titles.home-achievements {
    color: #1e8ee7;
  }

  .pages-titles.footer-menu {
    color: #000;
  }

  .pages-titles.h3-size.home-companies {
    margin-bottom: -10px;
    padding-bottom: 0px;
    color: #febc00;
  }

  .mobile-footer-pages {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper.hero-wrapper {
    max-width: 960px;
  }

  .wrapper.award-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-text-wrapper {
    width: 80%;
  }

  .image.contain {
    width: 500%;
    min-width: 200px;
  }

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

  .text-block._16-px {
    font-size: 20px;
  }

  .footer {
    background-color: #231656;
  }

  .navbar {
    background-color: transparent;
  }

  .nav-link {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .section-subtext {
    font-size: 22px;
  }

  .image-9 {
    margin-right: 0px;
    padding-right: 201px;
    padding-bottom: 367px;
  }

  .heading-12 {
    font-size: 28px;
  }

  .heading-13 {
    font-size: 28px;
  }

  .card.contact {
    position: relative;
    left: -1px;
    display: none;
  }

  .pages.h3-size.home-companies {
    color: #000;
  }

  .pages.h3-size.home-companies {
    left: 39px;
  }

  .footer-3 {
    margin-top: 88px;
  }

  .footer-contact-us {
    top: 753px;
  }

  .footer-menu-wrapper.first {
    position: relative;
    left: 162px;
  }

  .split-content.contact-left {
    position: relative;
    left: auto;
    max-width: 801px;
  }

  .button-primary {
    left: 25%;
  }

  .button-primary.large.contact-form-button {
    left: 137px;
  }

  .testimonial-quote {
    font-size: 20px;
  }

  .home-companies-logos-2 {
    left: -239px;
  }

  .title-follow-us.h3-size.home-companies {
    color: #000;
  }

  .pages-titles.h3-size.home-companies {
    color: #000;
  }

  .apple-store-button.contain {
    left: -75px;
    min-width: 200px;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper.featured-wrapper {
    bottom: -248px;
    z-index: 2;
    margin-bottom: 177px;
  }

  .wrapper.track-wrapper {
    left: 22px;
    top: -202px;
    bottom: 27px;
    margin-top: 115px;
    margin-bottom: 34px;
    padding-top: 367px;
    padding-bottom: 161px;
  }

  .image.contain {
    left: -57px;
    width: 600%;
    min-width: 250px;
  }

  .text-block._16-px {
    font-size: 22px;
  }

  .track-section {
    margin-top: 2px;
    margin-bottom: -3px;
    padding-top: 0px;
  }

  .wrapper-instruction.updates {
    margin-bottom: 100px;
  }

  .paragraph.footer-main-content-parargraph {
    font-size: 26px;
  }

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

  .section-subtext {
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 28px;
  }

  .heading {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 78px;
  }

  .heading-2 {
    font-size: 55px;
  }

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

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

  .bold-text {
    font-size: 34px;
  }

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

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

  .image-wrapper.first-perks {
    left: 162px;
    bottom: -27px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .bg.first-perks {
    left: 0px;
    right: -60px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .bg.cta {
    position: relative;
    left: 0%;
    right: 0%;
    bottom: 20%;
    display: block;
    margin-left: -1px;
    padding-bottom: 1px;
    padding-left: 0px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .card.contact {
    position: relative;
    left: -279px;
    display: none;
    margin-top: 41px;
    margin-bottom: -29px;
    padding-top: 89px;
    padding-bottom: 0px;
  }

  .accent-text-secondary-4 {
    color: #febc00;
  }

  .home-achievements-content {
    left: 244px;
    margin-right: 1px;
    margin-left: 12px;
    padding-right: 278px;
    padding-left: 0px;
  }

  .pages.h3-size.home-companies {
    left: 155px;
    top: -206px;
    bottom: 185px;
    margin-top: 298px;
    padding-left: 336px;
  }

  .pages.home-features {
    font-size: 55px;
  }

  .accent-text-secondary-1 {
    color: #febc00;
  }

  .footer-3 {
    top: 0px;
    margin-top: -646px;
  }

  .footer-content-top {
    position: relative;
    top: 15px;
    bottom: 16px;
  }

  .footer-logo {
    width: 120px;
  }

  .container-default {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    overflow: visible;
    max-width: 1800px;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: none;
    object-fit: none;
  }

  .footer-contact-us {
    top: 786px;
    bottom: auto;
    margin-top: 17px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -o-object-fit: none;
    object-fit: none;
  }

  .footer-wrapper {
    position: relative;
    margin-bottom: 38px;
    padding-top: 0px;
    padding-bottom: 110px;
  }

  .footer-menu-wrapper.first {
    left: -2px;
  }

  .footer-nav-wrapper {
    left: auto;
    margin-left: auto;
    padding-bottom: 41px;
    padding-left: 0px;
  }

  .footer-main-content {
    left: auto;
  }

  .home-companies-wrapper {
    position: relative;
    bottom: -194px;
    margin-bottom: -77px;
    padding-top: 196px;
    padding-bottom: 0px;
  }

  .split-content.contact-left {
    position: relative;
    left: auto;
    max-width: 801px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-wrapper {
    margin-left: auto;
    padding-bottom: 0px;
  }

  .button-primary {
    left: 25%;
    right: 0px;
    bottom: -20px;
    margin-top: 186px;
    margin-bottom: -7px;
  }

  .button-primary.large.contact-form-button {
    top: -138px;
  }

  .section-3.bg-neutral-200 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 1200px;
    margin: -115px 0px 150px 362px;
    padding: 0px 0px 240px;
  }

  .section-3.bg-neutral-200.faqs {
    max-width: 2000px;
    margin-left: 0px;
  }

  .image-15 {
    min-width: 50px;
    margin-right: -492px;
    margin-left: -10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-21 {
    left: 1056px;
  }

  .section-4 {
    left: auto;
    overflow: hidden;
  }

  .paragraph-black.max-width {
    position: static;
    right: 2px;
    white-space: nowrap;
  }

  .testimonial-quote {
    font-size: 24px;
    line-height: 36px;
  }

  .testimonial-name {
    font-size: 40px;
  }

  .text-block-2 {
    font-size: 22px;
  }

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

  .cta-bg-wrapper {
    left: 0%;
    right: 0%;
    padding-left: 0px;
  }

  .image-27.cta {
    top: -25px;
    bottom: 11px;
    margin-top: -91px;
  }

  .cta-main-wrapper-2 {
    left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-companies-logos-2 {
    left: -412px;
    margin-top: 328px;
    margin-bottom: -21px;
    padding-bottom: 157px;
  }

  .home-companies-wrapper-2 {
    top: -171px;
  }

  .title-follow-us.h3-size.home-companies {
    left: 155px;
    margin-top: 298px;
    padding-left: 336px;
  }

  .pages-titles.h3-size.home-companies {
    left: 155px;
    margin-top: 298px;
    padding-left: 336px;
  }

  .container-4 {
    position: relative;
  }

  .apple-store-button.contain {
    left: -82px;
    width: 600%;
    min-width: 250px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
  }

  h3 {
    line-height: 32px;
  }

  .white {
    font-size: 50px;
    line-height: 110%;
  }

  .hero-section {
    overflow: hidden;
  }

  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper.hero-wrapper {
    padding-top: 180px;
  }

  .wrapper.featured-wrapper {
    padding-top: 40px;
  }

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

  .wrapper.award-wrapper {
    display: -ms-grid;
    display: grid;
    padding-bottom: 150px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wrapper.footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper.navbar {
    padding: 10px 0px 10px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper.footer-sub-wrapper {
    padding-top: 60px;
  }

  .text-block._24-px {
    font-size: 22px;
    line-height: 140%;
  }

  .featured-grid {
    margin-top: 10px;
    grid-column-gap: 60px;
  }

  .main-image-section {
    overflow: hidden;
  }

  .main-image-circle-1 {
    top: 5%;
    right: 0%;
    width: 270px;
    height: 270px;
  }

  .main-image-circle-2 {
    left: 5%;
    width: 200px;
    height: 200px;
  }

  .track-text-wrapper {
    width: 90%;
  }

  .track-item-wrapper {
    margin-top: 60px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 40px;
  }

  .feature-1-image-wrapper.margin-bottom {
    width: 50%;
    margin-bottom: 40px;
  }

  .feature-1-circle-1 {
    width: 270px;
    height: 270px;
  }

  .feature-1-circle-2 {
    width: 180px;
    height: 180px;
  }

  .feature-1-content-wrapper {
    width: 75%;
  }

  .feature-2-content-wrapper {
    width: 80%;
  }

  .feature-2-heading-wrapper {
    width: 120%;
  }

  .feature-2-pointer-wrapper {
    width: 80%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-2-item-icon {
    margin-top: 5px;
  }

  .feature-2-item-content {
    max-width: 85%;
  }

  .feature-2-image-wrapper.margin-bottom {
    width: 50%;
    margin-bottom: 70px;
  }

  .feature-2-circle-1 {
    width: 280px;
    height: 280px;
  }

  .feature-2-circle-2 {
    width: 160px;
    height: 160px;
  }

  .testimonial-container {
    margin-top: 0px;
  }

  .testimonial-slider {
    max-width: 700px;
  }

  .testimonial-slider-content-wrapper {
    width: 90%;
    max-width: 620px;
  }

  .testimonial-slider-left-arrow {
    left: 3%;
    top: 0%;
    margin-top: 26%;
  }

  .testimonial-slider-right-arrow {
    top: 0%;
    right: 3%;
    margin-top: 26%;
  }

  .testimonial-person-images-container {
    max-width: 620px;
  }

  .award-section {
    padding-top: 60px;
  }

  .award-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content-wrapper {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-store-links-wrapper {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .footer-image-wrapper {
    width: 40%;
  }

  .footer-image-wrapper.margin-bottom {
    width: 30%;
    margin-bottom: 60px;
  }

  .footer-person-2 {
    left: auto;
    top: 17%;
    right: 19%;
    bottom: auto;
  }

  .footer-person-3 {
    left: auto;
    top: 46%;
    right: 0%;
    bottom: auto;
    width: 60px;
    height: 60px;
  }

  .footer-person-4 {
    left: 0%;
    top: 19%;
    right: auto;
    bottom: auto;
  }

  .navbar {
    overflow: visible;
  }

  .brand.w--current {
    height: 30px;
  }

  .nav-links-wrapper {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
  }

  .nav-button {
    margin-left: 14px;
  }

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

  .nav-menu {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 28px;
    background-color: #fff;
    box-shadow: 0 18px 30px 0 rgba(0, 0, 0, 0.1);
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
  }

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

  .nav-button-wrapper {
    display: none;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
  }

  .wrapper-instruction {
    width: 80%;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .version-wrapper {
    width: 100%;
  }

  .paragraph.home-achievements {
    max-width: 552px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .paragraph.footer-main-content-parargraph {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 399px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    margin-bottom: 15px;
  }

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

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

  .footer-links-card-heading {
    margin-bottom: 25px;
  }

  .footer-divider-line {
    margin-bottom: 60px;
  }

  .button {
    border-radius: 4px;
  }

  .button.footer-button {
    margin-top: 25px;
  }

  .footer-heading-wrapper-2 {
    width: 100%;
  }

  .licensing-text-wrap {
    width: 100%;
    margin-right: 0px;
    padding: 44px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .licensing-section {
    padding-top: 100px;
  }

  ._404-heading {
    font-size: 60px;
  }

  ._404-subtext {
    line-height: 150%;
  }

  .section-subtext {
    text-align: center;
  }

  .blog-post-rich-text {
    padding-bottom: 50px;
  }

  .learn-more-wrapper {
    margin-top: 0px;
  }

  .section-image-container {
    width: 100%;
    margin-top: 80px;
  }

  .section-text-container {
    width: auto;
    max-width: none;
    margin-top: 50px;
    margin-left: 0px;
  }

  .second-pointer {
    margin-top: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .first-pointer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .checkbox-wrapper {
    margin-top: 5px;
  }

  .nav-and-menu-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-wrapper {
    width: 50vw;
  }

  .instruction-heading {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .text-block-instruction {
    margin-top: 20px;
  }

  .style-guide-main {
    padding-top: 100px;
  }

  .section-placeholder {
    margin-top: -60px;
  }

  .heading-3 {
    text-align: center;
  }

  .heading-6 {
    position: relative;
    left: -47px;
    text-align: center;
  }

  .image-wrapper.first-perks {
    max-width: 720px;
    margin-right: 0px;
  }

  .image-wrapper.contact-link-icon {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .bg.first-perks {
    position: relative;
    left: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bg.contact {
    left: 0px;
    bottom: 0px;
    max-height: 50%;
    max-width: 100%;
    border-radius: 0px;
  }

  .bg.cta {
    top: -15%;
    bottom: 12%;
    display: block;
    overflow: hidden;
    margin-bottom: 19px;
  }

  .card.contact {
    display: none;
    max-width: 100%;
    min-height: 696px;
    padding: 62px 60px 72px;
  }

  .card.contact-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.home-feature {
    padding-top: 60px;
    padding-bottom: 53px;
  }

  .home-achievements-content {
    width: 100%;
    max-width: 754px;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    text-align: center;
  }

  .card-home-achievement-number {
    margin-bottom: 8px;
  }

  .home-achievements-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pages.home-achievements {
    max-width: 552px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .pages.footer-menu {
    margin-bottom: 28px;
  }

  .pages.h3-size.home-companies {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .pages.h3-size.home-companies {
    margin-right: 0px;
    margin-bottom: 25px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pages.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pages.faqs {
    margin-bottom: 50px;
  }

  .pages.home-features {
    position: relative;
    left: 146px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-left: 0px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer-3 {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-content-top {
    position: relative;
    left: auto;
    overflow: hidden;
    margin-bottom: 78px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-logo {
    margin-right: auto;
    margin-left: auto;
  }

  .container-default {
    overflow: hidden;
  }

  .footer-menu-content {
    left: auto;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

  .footer-contact-us {
    top: 410px;
    overflow: hidden;
    margin-top: auto;
    padding-top: 80px;
  }

  .footer-wrapper {
    overflow: hidden;
  }

  .footer-menu-wrapper.first {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .footer-menu-wrapper.last {
    position: static;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .footer-nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-main-content {
    max-width: 424px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
  }

  .image-13 {
    top: -62px;
    bottom: 130px;
  }

  .image-13.home-company-logo {
    width: 137px;
  }

  .image-13.home-company-logo.youtube {
    width: 125px;
  }

  .image-13.home-company-logo.google {
    width: 115px;
  }

  .image-13.card-home-feature-icon {
    top: -46px;
    bottom: 82px;
  }

  .footer-nav.last {
    left: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .home-companies-logos {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-companies-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.contact-left {
    position: relative;
    left: auto;
    max-width: 100%;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
  }

  .split-content.faqs-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.faqs-right {
    max-width: 100%;
  }

  .split-content.content-top-home-features-left {
    position: relative;
    left: 132px;
    right: -16px;
    bottom: 28px;
    max-width: 360px;
    margin-left: -43px;
    padding-left: 0px;
  }

  .split-content.card-home-feature {
    margin-right: 30px;
  }

  .contact-form-block {
    max-width: none;
  }

  .contact-link-title {
    margin-top: 19px;
  }

  .contact-links-grid {
    position: relative;
    left: auto;
    overflow: hidden;
    grid-column-gap: 18px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact-link-text {
    font-size: 16px;
  }

  .contact-wrapper {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-primary {
    left: 25%;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-primary.large.contact-form-button {
    left: 372px;
  }

  .section-3 {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section-3.contact {
    padding-top: 70px;
    padding-bottom: 170px;
  }

  .section-3.bg-neutral-200 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-3.bg-neutral-200.faqs {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-3.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faqs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-faq-bottom {
    max-width: 580px;
  }

  .body {
    overflow: visible;
  }

  .image-14 {
    padding-top: 3px;
  }

  .icon {
    padding-right: 19px;
    color: #1e8ee7;
    font-size: 45px;
  }

  .content-top.home-features {
    margin-bottom: 85px;
    margin-left: -30px;
    padding-left: 63px;
  }

  .home-features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-17 {
    left: -183px;
    top: -217px;
    bottom: 424px;
  }

  .image-18 {
    left: 78px;
  }

  .image-19 {
    left: 71px;
  }

  .section-4 {
    bottom: -139px;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .testimonial-slide-2 {
    width: 45vw;
  }

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

  .paragraph-black.max-width {
    font-size: 18px;
  }

  .testimonial-quote {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-container {
    width: 100%;
    margin-bottom: 78px;
    padding-left: 30px;
  }

  .testimonial-name {
    font-size: 28px;
  }

  .mask {
    width: 45vw;
  }

  .image-24 {
    position: relative;
    left: 11px;
  }

  .image-25 {
    position: relative;
    left: 10px;
  }

  .container-3 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .logo {
    width: 45px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-6 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer-arrow {
    width: 50px;
    height: 50px;
  }

  .cta-bg-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .cta-content {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  ._2-buttons.cta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-wrapper {
    top: auto;
    max-height: none;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .cta-main-wrapper {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 50px;
  }

  .image-27.cta {
    display: block;
    overflow: hidden;
    max-width: 364px;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: -308px;
  }

  .image-27.home-company-logo {
    width: 137px;
  }

  .image-27.home-company-logo.youtube {
    width: 125px;
  }

  .image-27.home-company-logo.google {
    width: 115px;
  }

  .button-ios.download-app {
    margin-right: 10px;
    margin-left: 10px;
  }

  .cta-main-wrapper-2 {
    overflow: visible;
    margin-top: -75px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 50px;
  }

  .home-companies-logos-2 {
    left: 0px;
    top: -204px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-companies-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-ios-copy.download-app._2-buttons-button {
    margin-right: 10px;
    margin-left: 10px;
  }

  .title-follow-us.home-achievements {
    max-width: 552px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .title-follow-us.footer-menu {
    left: auto;
    margin-bottom: 28px;
  }

  .title-follow-us.h3-size.home-companies {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .title-follow-us.h3-size.home-companies {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .title-follow-us.contact {
    margin-bottom: 10px;
  }

  .title-follow-us.faqs {
    margin-bottom: 50px;
  }

  .title-follow-us.home-features {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .pages-titles.home-achievements {
    max-width: 552px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .pages-titles.footer-menu {
    margin-bottom: 28px;
  }

  .pages-titles.h3-size.home-companies {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .pages-titles.h3-size.home-companies {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .pages-titles.contact {
    margin-bottom: 10px;
  }

  .pages-titles.faqs {
    margin-bottom: 50px;
  }

  .pages-titles.home-features {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .mobile-footer-pages {
    left: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-28 {
    position: relative;
    bottom: -84px;
  }

  .image-29 {
    padding-right: 10%;
  }

  .text-block-6 {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 30px;
  }

  .heading-15 {
    text-align: center;
  }

  .heading-15-copy {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 22px;
    line-height: 31px;
  }

  h4 {
    line-height: 29px;
  }

  h5 {
    line-height: 26px;
  }

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

  .wrapper.hero-wrapper {
    padding-top: 170px;
  }

  .wrapper.featured-wrapper {
    padding-top: 80px;
  }

  .wrapper.track-wrapper {
    padding-top: 110px;
  }

  .wrapper.testimonial-wrapper {
    padding-bottom: 60px;
  }

  .wrapper.award-wrapper {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper.footer-sub-wrapper {
    margin-top: 50px;
    padding-top: 0px;
  }

  .wrapper.changelog-wrapper {
    padding-top: 180px;
  }

  .wrapper.license.down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-text-wrapper {
    width: 80%;
  }

  .store-link {
    width: 180px;
    height: 60px;
  }

  .featured-section {
    display: none;
    overflow: hidden;
  }

  .text-block._24-px {
    font-size: 20px;
  }

  .text-block._18-px.regular {
    font-size: 17px;
    line-height: 24px;
  }

  .featured-grid {
    width: 80%;
    max-width: 370px;
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .main-image-section {
    overflow: hidden;
  }

  .main-image-circle-1 {
    width: 220px;
    height: 220px;
  }

  .main-image-circle-2 {
    width: 140px;
    height: 140px;
  }

  .track-section {
    display: none;
    overflow: visible;
  }

  .track-text-wrapper {
    width: 80%;
  }

  .track-item-wrapper {
    width: 75%;
    margin-top: 50px;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .track-item-heading {
    margin-top: 12px;
  }

  .track-item-text {
    margin-top: 6px;
  }

  .feature-1-section {
    overflow: visible;
  }

  .feature-1-image-wrapper.margin-bottom {
    width: 60%;
  }

  .feature-1-circle-1 {
    width: 220px;
    height: 220px;
  }

  .feature-1-circle-2 {
    width: 160px;
    height: 160px;
  }

  .feature-1-content-wrapper {
    width: 80%;
  }

  .feature-2-section {
    overflow: hidden;
  }

  .feature-2-content-wrapper {
    width: 85%;
  }

  .feature-2-pointer-wrapper {
    width: 100%;
  }

  .feature-2-item-content {
    max-width: 83%;
  }

  .feature-2-image-wrapper.margin-bottom {
    width: 70%;
  }

  .feature-2-circle-1 {
    width: 220px;
    height: 220px;
  }

  .testimonial-section {
    overflow: hidden;
  }

  .testimonial-container {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .testimonial-slider-mask {
    padding-top: 20px;
  }

  .testimonial-slider-content-wrapper {
    padding: 40px 7%;
  }

  .testimonial-slider-left-arrow {
    top: 33%;
    width: 28px;
    height: 28px;
    margin-top: 0%;
  }

  .testimonial-slider-right-arrow {
    top: 33%;
    width: 28px;
    height: 28px;
    margin-top: 0%;
  }

  .award-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .award-item.award-image {
    max-width: 230px;
  }

  .rating-text {
    font-size: 80px;
  }

  .footer-content-wrapper {
    width: 100%;
  }

  .footer-person-2 {
    width: 40px;
    height: 40px;
  }

  .footer-person-3 {
    width: 40px;
    height: 40px;
  }

  .footer-person-4 {
    left: -1%;
    top: 15%;
    right: auto;
    bottom: auto;
    width: 35px;
    height: 35px;
  }

  .wrapper-instruction {
    width: 90%;
  }

  .wrapper-instruction.updates {
    width: 90%;
  }

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

  .paragraph.home-achievements {
    margin-bottom: 40px;
  }

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

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

  .footer-divider-line {
    margin-bottom: 40px;
  }

  .button.footer-button {
    margin-top: 25px;
  }

  .footer-heading-wrapper-2 {
    width: 100%;
  }

  .licensing-text-wrap {
    width: 100%;
    margin-right: 0px;
    padding: 30px;
    text-align: center;
  }

  .footer-text-wrapper {
    max-width: 350px;
    margin-bottom: 60px;
  }

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

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

  .utility-page-content {
    width: 90%;
  }

  ._404-text {
    font-size: 130px;
  }

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

  .blog-post-rich-text blockquote {
    font-size: 17px;
    line-height: 26px;
  }

  .blog-post-rich-text h3 {
    line-height: 26px;
  }

  .blog-post-rich-text h2 {
    line-height: 33px;
  }

  .blog-post-rich-text li {
    font-size: 17px;
    line-height: 26px;
  }

  .section-image-container {
    margin-top: 50px;
  }

  .second-pointer {
    margin-top: 5px;
  }

  .pointer-text {
    font-size: 17px;
  }

  .paragraph-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lottie-wrapper {
    width: 60vw;
  }

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

  .text-block-instruction {
    margin-top: 20px;
    line-height: 24px;
  }

  .nav-shadow-wrapper {
    width: 90%;
  }

  .section {
    display: none;
  }

  .image-wrapper.first-perks {
    border-radius: 50px;
  }

  .image-wrapper.contact-link-icon {
    margin-right: 13px;
    margin-bottom: 0px;
    border-radius: 18px;
  }

  .bg.contact {
    max-height: 45%;
  }

  .bg.cta {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .card {
    border-radius: 30px;
  }

  .card.home-achievement {
    padding: 33px;
  }

  .card.contact {
    display: none;
    min-height: 907px;
    padding: 52px 40px 60px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card.contact-link {
    padding-top: 25px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }

  .card.faq {
    margin-bottom: 22px;
    padding: 33px;
  }

  .card.home-feature {
    padding: 50px 20px 44px;
    text-align: center;
  }

  .card.home-feature.featured {
    padding: 56px 32px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .home-achievements-content {
    margin-bottom: 60px;
  }

  .card-home-achievement-number {
    margin-bottom: 6px;
    font-size: 35px;
  }

  .pages.home-achievements {
    margin-bottom: 16px;
  }

  .pages.h3-size {
    font-size: 22px;
  }

  .pages.h3-size.home-companies {
    margin-bottom: 20px;
  }

  .pages.h3-size.home-companies {
    margin-bottom: 20px;
  }

  .pages.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pages.h4-size {
    font-size: 20px;
  }

  .pages.faqs {
    top: -67px;
    margin-bottom: 40px;
  }

  .pages.card-home-feature {
    margin-bottom: 10px;
  }

  .pages.home-features {
    position: relative;
    left: auto;
    right: auto;
    margin-top: 23px;
    margin-bottom: 82px;
    padding-top: 24px;
  }

  .pages.neutral-100.cta {
    margin-bottom: 30px;
  }

  .home-achievements-grid {
    grid-column-gap: 20px;
  }

  .footer-3 {
    top: -150px;
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-content-top {
    left: auto;
    margin-bottom: 65px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-default {
    overflow: hidden;
    margin-top: 32px;
    padding-top: 0px;
  }

  .footer-menu-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo-container {
    margin-bottom: 16px;
  }

  .footer-contact-us {
    top: 362px;
    margin-top: 44px;
    padding-top: 64px;
  }

  .footer-menu-wrapper {
    margin-right: 50px;
    margin-bottom: 60px;
  }

  .footer-menu-wrapper.first {
    display: none;
    overflow: visible;
    width: 250px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 0px;
  }

  .footer-menu-wrapper.last {
    position: relative;
    left: auto;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .footer-small-print {
    font-size: 17px;
  }

  .footer-nav-wrapper {
    position: relative;
    left: auto;
    margin-right: auto;
    margin-bottom: -60px;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-main-content {
    position: relative;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    text-align: center;
  }

  .footer-content-bottom {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .image-13.card-home-feature-icon {
    top: -16px;
    bottom: 70px;
    margin-bottom: 27px;
  }

  .image-13.card-home-feature {
    max-width: 274px;
    margin-right: auto;
    margin-bottom: -309px;
    margin-left: auto;
  }

  .home-companies-logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .split-content.contact-left {
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-content.content-top-home-features-left {
    left: auto;
    top: 34px;
    right: auto;
    bottom: auto;
    margin: auto;
  }

  .split-content.card-home-feature {
    max-width: 550px;
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .contact-form {
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-links-grid {
    left: -22px;
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .button-primary.large {
    padding-right: 47px;
    padding-left: 47px;
  }

  .button-primary.large.contact-form-button {
    left: 250px;
  }

  .button-primary.download-app {
    width: 240.390625px;
    padding: 22px 20px;
  }

  .button-primary.download-app._2-buttons-button {
    margin-right: 0px;
  }

  .section-3 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section-3.contact {
    padding-top: 56px;
    padding-bottom: 136px;
  }

  .section-3.bg-neutral-200 {
    position: relative;
    overflow: hidden;
    margin-top: -2px;
  }

  .section-3.bg-neutral-200.faqs {
    position: relative;
    top: 70px;
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section-3.cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .space.card-faq-top {
    min-height: 10px;
  }

  .card-faq-bottom {
    max-width: 500px;
  }

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

  .content-top.home-features {
    position: relative;
    top: 25px;
    margin: -20px auto 40px;
    padding-top: 81px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .card-home-feature-content {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .home-features-grid {
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-17 {
    left: 155px;
    top: -759px;
    bottom: 482px;
  }

  .image-18 {
    left: -12px;
    top: 12px;
    bottom: 149px;
  }

  .image-19 {
    left: 36px;
    top: 43px;
    bottom: -178px;
  }

  .right-arrow {
    left: 55px;
    bottom: -55px;
    width: 55px;
  }

  .testimonial-pic {
    margin-left: 0px;
  }

  .section-4 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .left-arrow {
    bottom: -55px;
    width: 55px;
  }

  .testimonial-card {
    min-width: 240px;
  }

  .paragraph-black {
    font-size: 15px;
  }

  .testimonial-quote {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 15px;
  }

  .testimonial-name {
    font-size: 24px;
  }

  .logo {
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-rights {
    font-size: 15px;
  }

  .footer-link-dark {
    font-size: 15px;
  }

  .footer-column {
    padding-right: 0px;
  }

  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-column-right {
    padding-right: 0px;
  }

  .section-6 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .dark-slate-link-span {
    font-size: 15px;
  }

  .footer-title {
    font-size: 15px;
  }

  .cta-bg-wrapper {
    overflow: visible;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 40px;
  }

  .cta-content {
    margin-top: 76px;
    margin-bottom: 50px;
  }

  ._2-buttons.cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-wrapper {
    top: -113px;
    padding: 0px 25px 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cta-main-wrapper {
    border-radius: 40px;
  }

  .image-27.cta {
    margin-bottom: -297px;
  }

  .button-ios.download-app {
    position: relative;
    top: 20px;
    width: 240.390625px;
    margin-left: 10px;
    padding: 22px 20px;
  }

  .button-ios.download-app._2-buttons-button {
    margin-right: 0px;
  }

  .cta-main-wrapper-2 {
    top: 282px;
    border-radius: 40px;
  }

  .home-companies-logos-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .button-ios-copy.download-app {
    width: 240.390625px;
    padding: 22px 20px;
  }

  .button-ios-copy.download-app._2-buttons-button {
    margin-right: 10px;
    margin-left: 10px;
  }

  .title-follow-us.home-achievements {
    margin-bottom: 16px;
  }

  .title-follow-us.h3-size {
    font-size: 22px;
  }

  .title-follow-us.h3-size.home-companies {
    margin-bottom: 20px;
  }

  .title-follow-us.h3-size.home-companies {
    margin-bottom: 20px;
  }

  .title-follow-us.h4-size {
    font-size: 20px;
  }

  .title-follow-us.faqs {
    margin-bottom: 40px;
  }

  .title-follow-us.card-home-feature {
    margin-bottom: 10px;
  }

  .title-follow-us.neutral-100.cta {
    margin-bottom: 30px;
  }

  .pages-titles.home-achievements {
    margin-bottom: 16px;
  }

  .pages-titles.footer-menu {
    left: -174px;
  }

  .pages-titles.h3-size {
    font-size: 22px;
  }

  .pages-titles.h3-size.home-companies {
    margin-bottom: 20px;
  }

  .pages-titles.h3-size.home-companies {
    margin-bottom: 20px;
  }

  .pages-titles.h4-size {
    font-size: 20px;
  }

  .pages-titles.faqs {
    margin-bottom: 40px;
  }

  .pages-titles.card-home-feature {
    margin-bottom: 10px;
  }

  .pages-titles.neutral-100.cta {
    margin-bottom: 30px;
  }

  .mobile-footer-pages {
    left: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .footer-nav-contact {
    left: -125px;
  }

  .image-28 {
    left: 43px;
  }

  .column-2 {
    display: none;
    overflow: visible;
  }

  .column-3 {
    overflow: visible;
  }

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

  .heading-15-copy {
    font-size: 30px;
  }

  .column-4 {
    height: auto;
  }
}

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

  h1 {
    font-size: 33px;
  }

  h2 {
    font-size: 26px;
    line-height: 110%;
  }

  .white {
    bottom: 3px;
    margin-top: -88px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 22px;
  }

  .hero-section {
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper.hero-wrapper {
    position: relative;
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 140px 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.testimonial-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .wrapper.award-wrapper {
    top: -1062px;
    bottom: 792px;
    margin-bottom: 75px;
    padding-bottom: 6px;
  }

  .wrapper.footer-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .wrapper.changelog-wrapper {
    padding-top: 140px;
  }

  .hero-text-wrapper {
    width: 100%;
  }

  .store-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image.contain {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin: auto;
    padding: 0px;
    font-size: 15px;
  }

  .store-link {
    position: relative;
    width: 50%;
    height: auto;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
  }

  .store-link.margin {
    width: 50%;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
  }

  .featured-section {
    display: none;
  }

  .text-block._24-px {
    font-size: 18px;
    line-height: 140%;
  }

  .text-block._18-px.regular {
    position: relative;
    top: -225px;
  }

  .featured-grid {
    width: 90%;
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .main-image-circle-1 {
    top: 6%;
    width: 160px;
    height: 160px;
  }

  .main-image-circle-2 {
    width: 110px;
    height: 110px;
  }

  .track-section {
    position: static;
    margin-top: -733px;
  }

  .track-item-wrapper {
    width: 90%;
  }

  .feature-1-section {
    overflow: visible;
    margin-top: auto;
  }

  .feature-1-image-wrapper.margin-bottom {
    width: 90%;
  }

  .feature-1-circle-1 {
    width: 180px;
    height: 180px;
  }

  .feature-1-circle-2 {
    width: 120px;
    height: 120px;
  }

  .feature-1-content-wrapper {
    width: 100%;
  }

  .feature-1-text-wrapper {
    margin-top: 30px;
  }

  .feature-2-content-wrapper {
    width: 100%;
  }

  .feature-2-pointer-wrapper {
    margin-top: 30px;
  }

  .feature-2-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-2-item-icon {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .feature-2-item-content {
    max-width: none;
  }

  .feature-2-image-wrapper.margin-bottom {
    width: 80%;
  }

  .feature-2-circle-1 {
    left: -7%;
    width: 200px;
    height: 200px;
  }

  .testimonial-section {
    margin-top: 0px;
    margin-bottom: -266px;
  }

  .testimonial-container {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-slider-mask {
    overflow: visible;
  }

  .testimonial-slider-content-wrapper {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .testimonial-slider-left-arrow {
    left: -4%;
    top: 30%;
  }

  .testimonial-slider-right-arrow {
    top: 30%;
    right: -4%;
  }

  .testimonial-person {
    margin-right: 5px;
    margin-left: 5px;
  }

  .testimonial-person.slide-current-author {
    max-width: 80px;
  }

  .testimonial-person-designation-text.slide-current-author {
    width: 220%;
  }

  .award-section {
    position: relative;
    bottom: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .award-item.award-image {
    max-width: 70%;
  }

  .rating-text {
    position: relative;
    top: -10px;
  }

  .rating-star-image {
    margin-bottom: 7px;
  }

  .footer-store-links-wrapper {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-image-wrapper.margin-bottom {
    width: 70%;
  }

  .footer-person-2 {
    top: 32%;
    right: 1%;
    width: 30px;
    height: 30px;
  }

  .footer-person-3 {
    top: 50%;
    width: 30px;
    height: 30px;
  }

  .footer-person-4 {
    right: -3%;
    width: 30px;
    height: 30px;
  }

  .brand.w--current {
    width: 65px;
    height: 30px;
    padding-left: 0px;
  }

  .nav-button.mobile {
    margin-left: 5px;
    padding: 6px 15px;
    border-radius: 100px;
    font-size: 13px;
  }

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

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

  .style-guide-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .style-guide-colours {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .colour {
    margin: 10px;
  }

  .style-guide-title-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .footer-subtext {
    font-size: 16px;
    line-height: 26px;
  }

  .middle-image._1 {
    -webkit-transform: scale3d(1none, 1none, 1none) translate(67px, 0px) rotate(-20deg);
    transform: scale3d(1none, 1none, 1none) translate(67px, 0px) rotate(-20deg);
  }

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

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

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

  .paragraph.home-achievements {
    margin-bottom: 33px;
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .paragraph.footer-main-content-parargraph {
    position: relative;
    left: auto;
    top: 54px;
    bottom: -62px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .paragraph.contact {
    position: relative;
    left: auto;
    bottom: -12px;
    margin-bottom: 35px;
  }

  .paragraph.card-faq {
    margin-bottom: 5px;
  }

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

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

  ._404-heading {
    font-size: 30px;
    line-height: 110%;
  }

  .first-pointer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkbox-wrapper {
    margin-top: 4px;
  }

  .lottie-wrapper {
    width: 90vw;
  }

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

  .text-block-instruction {
    font-size: 15px;
    line-height: 21px;
  }

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

  .nav-shadow-wrapper {
    width: 90%;
  }

  .style-guide-main {
    padding-top: 100px;
  }

  .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -41px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-6 {
    left: -19px;
  }

  .image-3 {
    left: 3px;
    width: 1000px;
    margin-right: 15px;
    margin-left: -25px;
  }

  .grid {
    margin-right: -3px;
    padding-right: 0px;
  }

  .section {
    display: none;
  }

  .image-12 {
    margin-bottom: -314px;
    padding-top: 38px;
    padding-bottom: 47px;
  }

  .image-wrapper.first-perks {
    left: -21px;
    border-radius: 40px;
  }

  .image-wrapper.contact-link-icon {
    width: 54px;
    min-height: 54px;
    min-width: 54px;
    margin-bottom: 8px;
    border-radius: 15px;
  }

  .bg.first-perks {
    position: relative;
    left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .bg.cta {
    position: relative;
    top: 0%;
    bottom: 0%;
    overflow: hidden;
    height: 200%;
    min-height: 200%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .card {
    border-radius: 25px;
  }

  .card.home-achievement {
    padding: 28px 25px;
  }

  .card.contact {
    position: relative;
    left: -42px;
    display: none;
    width: 1100%;
    min-height: 868px;
    margin-left: 0px;
    padding: 43px 15px 50px;
  }

  .card.contact-link {
    position: relative;
    left: auto;
    margin-top: 24px;
    padding: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.faq {
    margin-bottom: 20px;
    padding: 28px 25px;
  }

  .card.home-feature {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .card.home-feature.featured {
    padding: 45px 20px 50px;
  }

  .accent-text-secondary-4 {
    color: #1e8ee7;
  }

  .home-achievements-content {
    margin-bottom: 50px;
  }

  .card-home-achievement-number {
    margin-bottom: 2px;
    font-size: 29px;
  }

  .home-achievements-wrapper {
    margin-top: 29px;
    padding-top: 0px;
  }

  .pages.home-achievements {
    margin-bottom: 10px;
    font-size: 36px;
    text-align: center;
    white-space: nowrap;
  }

  .pages.footer-menu {
    position: relative;
    left: -151px;
    top: -3px;
    bottom: -59px;
    display: none;
    overflow: visible;
    margin-right: 0px;
    margin-bottom: 23px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    white-space: nowrap;
  }

  .pages.h3-size {
    font-size: 20px;
  }

  .pages.h3-size.home-companies {
    top: -58px;
    margin-bottom: 15px;
  }

  .pages.h3-size.home-companies {
    left: 0px;
    top: -254px;
    margin-bottom: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 25px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .pages.contact {
    position: relative;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pages.h4-size {
    font-size: 18px;
  }

  .pages.h4-size.card-faq {
    margin-right: 10px;
  }

  .pages.faqs {
    top: 6px;
    z-index: 2;
    margin-bottom: 35px;
  }

  .pages.card-home-feature {
    margin-top: -22px;
    margin-bottom: 6px;
    padding-top: 0px;
  }

  .pages.home-features {
    left: auto;
    top: 15px;
    z-index: 2;
    font-size: 35px;
  }

  .pages.neutral-100.cta {
    position: relative;
    top: -44px;
    margin-bottom: 29px;
    font-size: 22px;
  }

  .home-achievements-grid {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .accent-text-secondary-3 {
    color: #febc00;
  }

  .section-2 {
    top: -293px;
    bottom: 665px;
    margin-top: -49px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-3 {
    position: relative;
    top: 0px;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px;
    background-color: #fff;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

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

  .footer-content-top {
    position: relative;
    bottom: -8px;
    margin-bottom: 54px;
  }

  .footer-logo {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 128px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }

  .footer-menu-content {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin-bottom: auto;
  }

  .footer-logo-container {
    margin-bottom: 10px;
  }

  .footer-contact-us {
    position: relative;
    top: 0px;
    bottom: 0px;
    display: block;
    overflow: visible;
    margin-top: -9px;
    margin-bottom: 0px;
    padding-top: 23px;
    padding-bottom: 0px;
  }

  .footer-wrapper {
    position: relative;
    left: auto;
    bottom: -2px;
  }

  .footer-menu-wrapper {
    margin-right: 40px;
    margin-bottom: 50px;
  }

  .footer-menu-wrapper.first {
    position: relative;
    left: 458px;
    right: -125px;
    bottom: -29px;
    display: none;
    overflow: visible;
    width: 310px;
    margin-right: 0px;
    padding-left: 0px;
  }

  .footer-menu-wrapper.last {
    position: relative;
    left: auto;
    bottom: 0px;
    display: block;
    width: 100%;
    margin: 26px 0px auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-small-print {
    position: static;
    overflow: hidden;
    max-width: 402px;
    margin: 1px auto 45px;
    font-size: 16px;
  }

  .footer-nav-wrapper {
    position: relative;
    left: auto;
    top: 7px;
    bottom: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-main-content {
    position: relative;
    top: auto;
  }

  .footer-content-bottom {
    position: relative;
    bottom: -67px;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .image-13 {
    margin-bottom: -235px;
    padding-bottom: 0px;
  }

  .image-13.footer-nav-link-social-media-icon {
    margin-right: 8px;
  }

  .image-13.home-company-logo {
    top: -84px;
    right: -103px;
    bottom: -52px;
    width: 119px;
    margin-top: -88px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-13.home-company-logo.youtube {
    top: -29px;
    bottom: 130px;
    width: 115px;
  }

  .image-13.home-company-logo.google {
    top: -86px;
    width: 100px;
    margin-top: -87px;
    padding-top: 0px;
  }

  .image-13.card-home-feature-icon {
    top: -28px;
    bottom: 119px;
    width: 65px;
    min-height: 65px;
    min-width: 65px;
    margin-bottom: 20px;
  }

  .footer-nav {
    left: -5px;
    top: 82px;
    right: -177px;
    bottom: -47px;
    margin-right: 23px;
    margin-left: -69px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-nav.last {
    left: auto;
    top: 29px;
    right: 0px;
    bottom: auto;
    margin: 0px;
    padding: 0px;
  }

  .footer-social-media-text {
    position: relative;
    left: 8px;
    top: -21px;
  }

  .footer-nav-item {
    position: relative;
    left: 5px;
    margin-bottom: 22px;
  }

  .home-companies-logos {
    padding-top: 0px;
  }

  .contact-link-content {
    margin-bottom: 8px;
  }

  .split-content.contact-left {
    left: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.content-top-home-features-left {
    position: relative;
    z-index: 2;
  }

  .split-content.card-home-feature {
    margin-bottom: 40px;
  }

  .input {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-link-title {
    position: relative;
    top: auto;
    padding-bottom: 5px;
  }

  .contact-form {
    grid-row-gap: 23px;
  }

  .contact-links-grid {
    left: auto;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-link-text {
    position: relative;
    bottom: auto;
    padding-right: 16px;
  }

  .contact-wrapper {
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .button-primary {
    left: 0px;
    top: 46px;
    bottom: auto;
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.large.contact-form-button {
    left: 155px;
    top: 30px;
    right: 0px;
    bottom: -38px;
    display: block;
    width: 160px;
    font-size: 15px;
  }

  .button-primary.download-app {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.download-app._2-buttons-button {
    margin-right: 0px;
  }

  .section-3 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section-3.contact {
    padding-top: 45px;
    padding-bottom: 109px;
  }

  .section-3.bg-neutral-200 {
    position: relative;
    top: -87px;
    padding-top: 0px;
    padding-bottom: 69px;
  }

  .section-3.bg-neutral-200.faqs {
    top: 0px;
    margin-top: 0px;
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section-3.cta {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .image-14 {
    margin-top: 10px;
    margin-right: -17px;
    margin-left: 16px;
    padding: 0px 7px 1px 0px;
  }

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

  .container {
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link-2 {
    margin-left: 19px;
    padding-right: 0px;
  }

  .download {
    margin-right: 22px;
    margin-bottom: 26px;
    margin-left: 34px;
    padding-bottom: 15px;
    padding-left: 26px;
  }

  .icon {
    margin-right: -27px;
    color: #1e8ee7;
    font-size: 40px;
  }

  .nav-menu-2 {
    background-color: #fff;
    color: #000;
  }

  .menu-button-2 {
    margin-right: 23px;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .image-15 {
    position: relative;
    top: -179px;
    margin-right: 0px;
    padding-left: 0px;
  }

  .image-16 {
    margin-left: 14px;
  }

  .content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.home-features {
    position: relative;
    top: 1px;
    padding-top: 46px;
    padding-bottom: 0px;
  }

  .image-17 {
    left: 2px;
    top: -193px;
    bottom: 731px;
  }

  .image-18 {
    left: 8px;
    top: -140px;
    bottom: 84px;
  }

  .image-19 {
    left: 0px;
    top: -106px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .image-20 {
    top: -115px;
  }

  .image-21 {
    left: 93px;
    top: 224px;
    right: -24px;
    bottom: 4px;
  }

  .right-arrow {
    left: 45px;
    width: 45px;
  }

  .testimonial-pic {
    overflow: hidden;
  }

  .section-4 {
    bottom: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .testimonial-slide-2 {
    overflow: hidden;
    width: 100%;
  }

  .left-arrow {
    width: 45px;
  }

  .paragraph-black.max-width {
    position: relative;
    top: -8px;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 48px;
    font-size: 36px;
    line-height: 35px;
    text-align: left;
    white-space: normal;
  }

  .testimonial-slider-2 {
    overflow: visible;
  }

  .testimonial-quote {
    position: relative;
    left: 0px;
    display: inline-block;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slider-container {
    position: relative;
    top: -3px;
    overflow: hidden;
    margin-top: -1px;
    margin-bottom: 16px;
    padding-top: 33px;
    padding-bottom: 70px;
    padding-left: 20px;
  }

  .testimonial-name {
    font-size: 21px;
  }

  .testimonial-wrap {
    top: -1px;
    bottom: 21px;
    overflow: hidden;
    padding-bottom: 13px;
    border-right-style: none;
    -o-object-fit: none;
    object-fit: none;
  }

  .mask {
    overflow: hidden;
    width: 100%;
  }

  .image-24 {
    margin-top: -3px;
  }

  .text-span {
    white-space: normal;
  }

  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer-wrapper-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-rights {
    margin-right: 0px;
    text-align: center;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-column-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-bg-wrapper {
    top: 0%;
    bottom: 0%;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 30px;
  }

  .container-default-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  ._2-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons.cta {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cta-wrapper {
    top: 121px;
    bottom: 195px;
    padding-bottom: 43px;
  }

  .cta-main-wrapper {
    border-radius: 30px;
  }

  .image-27.cta {
    left: auto;
    top: -212px;
    bottom: auto;
    width: 80%;
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-27.home-company-logo {
    width: 119px;
  }

  .image-27.home-company-logo.youtube {
    width: 115px;
    padding-bottom: 0px;
  }

  .image-27.home-company-logo.google {
    width: 100px;
  }

  .button-ios {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-ios.download-app {
    position: relative;
    top: -171px;
    bottom: -18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 50px;
    min-width: 40px;
    margin-right: auto;
    margin-bottom: 127px;
    margin-left: auto;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button-ios.download-app._2-buttons-button {
    width: 200px;
    min-width: 40px;
    margin-right: 0px;
    margin-left: 22px;
    padding-left: 15px;
  }

  .cta-main-wrapper-2 {
    left: auto;
    top: auto;
    bottom: auto;
    display: block;
    overflow: hidden;
    margin-top: 0px;
    border-radius: 30px;
  }

  .home-companies-logos-2 {
    left: 3px;
    top: -240px;
    bottom: 371px;
    padding-bottom: 162px;
  }

  .home-companies-wrapper-2 {
    top: 68px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-7 {
    margin-top: -9px;
    margin-bottom: -48px;
    padding-bottom: 72px;
  }

  .button-ios-copy {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-ios-copy.download-app {
    position: relative;
    top: -7px;
    bottom: -34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 50px;
    min-width: 40px;
    margin-bottom: 127px;
    margin-left: 24px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button-ios-copy.download-app._2-buttons-button {
    top: -56px;
    width: 200px;
    min-width: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .title-follow-us.home-achievements {
    margin-bottom: 10px;
    font-size: 36px;
    text-align: center;
    white-space: nowrap;
  }

  .title-follow-us.footer-menu {
    position: relative;
    left: auto;
    bottom: 2px;
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 17px;
    white-space: nowrap;
  }

  .title-follow-us.h3-size {
    font-size: 20px;
  }

  .title-follow-us.h3-size.home-companies {
    top: -58px;
    margin-bottom: 15px;
  }

  .title-follow-us.h3-size.home-companies {
    left: -76px;
    top: -254px;
    margin-bottom: 15px;
    font-size: 25px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .title-follow-us.contact {
    margin-bottom: 6px;
  }

  .title-follow-us.h4-size {
    font-size: 18px;
  }

  .title-follow-us.h4-size.card-faq {
    margin-right: 10px;
  }

  .title-follow-us.faqs {
    margin-bottom: 35px;
  }

  .title-follow-us.card-home-feature {
    margin-top: -22px;
    margin-bottom: 6px;
    padding-top: 0px;
  }

  .title-follow-us.neutral-100.cta {
    position: relative;
    top: -44px;
    margin-bottom: 29px;
    font-size: 22px;
  }

  .pages-titles.home-achievements {
    margin-bottom: 10px;
    font-size: 36px;
    text-align: center;
    white-space: nowrap;
  }

  .pages-titles.footer-menu {
    position: relative;
    left: -71px;
    right: -15px;
    bottom: 1px;
    display: none;
    overflow: visible;
    margin-right: -13px;
    margin-bottom: 23px;
    margin-left: -43px;
    padding-right: 0px;
    padding-left: 0px;
    white-space: nowrap;
  }

  .pages-titles.h3-size {
    font-size: 20px;
  }

  .pages-titles.h3-size.home-companies {
    top: -58px;
    margin-bottom: 15px;
  }

  .pages-titles.h3-size.home-companies {
    left: -76px;
    top: -254px;
    margin-bottom: 15px;
    font-size: 25px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .pages-titles.contact {
    position: relative;
    left: -37px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pages-titles.h4-size {
    font-size: 18px;
  }

  .pages-titles.h4-size.card-faq {
    margin-right: 10px;
  }

  .pages-titles.faqs {
    margin-bottom: 35px;
  }

  .pages-titles.card-home-feature {
    margin-top: -22px;
    margin-bottom: 6px;
    padding-top: 0px;
  }

  .pages-titles.neutral-100.cta {
    position: relative;
    top: -44px;
    margin-bottom: 29px;
    font-size: 22px;
  }

  .mobile-footer-pages {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobile-footer-pages.last {
    left: -30px;
    top: 8px;
    right: -60px;
    margin-right: 40px;
    margin-left: -160px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 0px;
  }

  .footer-nav-contact {
    left: 67px;
    top: 13px;
    right: -177px;
    bottom: 58px;
    display: none;
    margin-right: 23px;
    margin-left: -69px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-nav-contact.last {
    left: -30px;
    top: 8px;
    right: -60px;
    margin-right: 40px;
    margin-left: -160px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 0px;
  }

  .container-4 {
    top: 0px;
    bottom: 0px;
    margin-bottom: 3px;
  }

  .apple-store-button.contain {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin: auto;
    padding: 0px;
    font-size: 15px;
  }

  .image-28 {
    left: -7px;
  }

  .section-8 {
    position: relative;
  }

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

  .column-2 {
    display: none;
  }

  .text-block-5 {
    padding-right: 12.5%;
    padding-left: 12.5%;
  }

  .image-29 {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image-30 {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .section-10 {
    background-color: #3083ff;
  }

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

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

  .heading-15-copy {
    font-size: 25px;
  }

  .button-3 {
    padding: 15px 20px;
    font-size: 22px;
    line-height: 22px;
  }
}

#w-node-_89bb6b29-93ae-8317-8893-f1280472ab9c-7c026fe7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_97afc24f-13ed-fe5d-6059-d4a0a3804dac-afaee803 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_89bb6b29-93ae-8317-8893-f1280472ab9c-7c026fe7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_97afc24f-13ed-fe5d-6059-d4a0a3804dac-afaee803 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}