.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.332vw;
  line-height: 1em;
}

a {
  text-decoration: underline;
}

.container {
  width: 90%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
}

.container.container-hero {
  position: -webkit-sticky;
  position: sticky;
  top: 6.33em;
}

.container.slide-container {
  padding-top: 6em;
  padding-bottom: 6em;
}

.nav-container {
  width: 90%;
  max-width: 75.313em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo {
  height: 1.5em;
}

.nav-menu-left {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bg-pink {
  background-color: #eb4c60;
}

.button {
  width: 9.938em;
  height: 2.875em;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button.bg-pink {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.navbar {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1.063em;
  padding-bottom: 1.063em;
}

.bg-img2 {
  background-image: url('../images/toa-heftiba-nrSzRUWqmoI-unsplash-1-2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.hero {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cloud {
  width: 115.75em;
  display: block;
  position: static;
  top: 0;
}

.hero-img {
  display: block;
  position: absolute;
}

.section-hero {
  margin-top: 6.33em;
  position: relative;
}

.section-hero.cloud {
  background-image: url('../images/pexels-elia-clerici-912110.jpg');
  background-position: 50%;
  background-size: cover;
}

.txt-64-600 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

.txt-white {
  color: #fff;
}

.hero-head.txt-white.txt-64-600 {
  z-index: 2;
  text-align: center;
  font-size: 4em;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.nav-menu-link {
  color: #fff;
  margin-right: 3em;
  padding: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.hero-content {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  line-height: 1.5em;
}

.hero-content-parent {
  width: 42.625em;
  text-align: center;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 3.75em;
  display: flex;
}

.search-form {
  width: 61.25em;
  background-color: #fff;
  border-radius: 200px;
  align-items: center;
  padding: .75em .75em .75em 3.75em;
  display: flex;
}

.form-group {
  width: 100%;
  grid-column-gap: 3.125em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.block1 {
  width: 10.188em;
  height: 3.5em;
  position: relative;
}

.block2 {
  width: 12.25em;
  height: 3.5em;
  position: relative;
}

.block3 {
  width: 9.3em;
  height: 3.5em;
  position: relative;
}

.block4 {
  padding-right: .5em;
  position: relative;
}

.search-img {
  border-radius: 38px;
}

.hero-bg {
  z-index: 1;
  width: 100%;
  height: 40em;
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.house {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  overflow: visible;
}

.hero-parent {
  z-index: 1;
  height: 64.7em;
  position: relative;
}

.section {
  padding-top: 6em;
  padding-bottom: 6em;
}

.section.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-grey {
  background-color: #f8f9fe;
}

.block-head {
  margin: 0 .5em 0 3px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.25em;
  line-height: 1;
}

.label-parent {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.block-img {
  width: 1.25em;
  height: 1.25em;
}

.custom-input {
  width: 9.8em;
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #333;
  font-size: 1.25em;
}

.block-child-copy {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.block-head-type {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5em;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  line-height: 1;
}

.testimony {
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.6;
}

.testimony-parent {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.expl-parent {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7.5em;
  position: relative;
}

.section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5em;
  display: flex;
  position: relative;
}

.content-head {
  color: #161616;
  text-align: left;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 2.75em;
  line-height: 1.3em;
}

.text-content {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1;
}

.text-content-parent {
  width: 34.375em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.expl-child-bot {
  position: relative;
  top: 5em;
}

.slider {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
  position: relative;
}

.slider.owl-carousel {
  grid-column-gap: 16px;
  grid-row-gap: 2.5em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.slider-item {
  position: relative;
}

.xpl-img {
  position: relative;
  overflow: hidden;
}

.xpl-img-child {
  position: relative;
}

.xpl-content-child {
  padding-top: 2.063em;
}

.xpl-head {
  color: #161616;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.xpl-txt {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.25em;
}

.xpl-content-bot {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5em;
  display: flex;
  position: relative;
}

.xpl-txt-calendar {
  margin-top: 2.5em;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1;
}

.testtim-child {
  margin-left: 7.5em;
  margin-right: 7.5em;
}

.testimony-child {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimony-child.overflow {
  overflow: hidden;
}

.testimony-img {
  width: 36.875em;
  height: 36.875em;
}

.left {
  width: 28.1em;
  height: 23.125em;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.content-txt {
  margin-top: 1.6em;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.6em;
}

.play-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.special-parent {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.special-head {
  color: #161616;
  text-align: center;
  margin-top: 0;
  margin-bottom: .48em;
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1;
}

.special-txt {
  width: 37.5em;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.special-child {
  width: 100%;
  grid-row-gap: .75em;
  flex-direction: column;
  margin-top: 3.75em;
  display: flex;
  position: relative;
}

.top {
  width: 100%;
  grid-column-gap: .75em;
  align-items: center;
  display: flex;
  position: relative;
}

.bot {
  height: 23.125em;
  position: relative;
}

.top-child {
  width: 50%;
  height: 100%;
  position: relative;
}

.special-img-top {
  position: relative;
}

.price {
  width: 10em;
  height: 3.75em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(17, 17, 17, .4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1.25em;
  bottom: auto;
  right: 1.25em;
}

.price-child {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
}

.col-img {
  height: 23em;
  position: relative;
  overflow: hidden;
}

.top-img-right {
  height: 23em;
  background-image: url('../images/Rectangle-24833.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.price2 {
  width: 10em;
  height: 3.75em;
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1em;
  bottom: 0%;
  left: auto;
  right: 1em;
}

.price2.txt-white {
  z-index: 1;
}

.describ {
  z-index: 1;
  width: 19.4em;
  height: 4em;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1em;
  right: auto;
}

.describ-head {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.73em;
  line-height: 1;
}

.describ-child {
  align-items: center;
  margin-top: .5em;
  display: flex;
}

.describ-text {
  color: #000;
  font-size: 1em;
  line-height: 1;
}

.circle {
  width: .25em;
  height: .25em;
  background-color: #000;
  border-radius: 100%;
  margin-left: .75em;
  margin-right: .75em;
}

.trusted-parent {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.people {
  width: 100%;
  margin-bottom: 3.75em;
}

.people-head {
  width: 50.125em;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75em;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.content-head-people {
  color: #161616;
  text-align: center;
  margin-top: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 2.75em;
  line-height: 1.2;
}

.petik {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75em;
  display: flex;
  position: relative;
}

.petik-child {
  width: 4.25em;
  height: 3.375em;
}

.txt-parent {
  width: 68.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-people {
  text-align: center;
  font-size: 2em;
  line-height: 1.4;
}

.brand {
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1;
}

.brand-parent {
  align-items: center;
  display: flex;
}

.brand-veeza {
  color: #eb4c60;
  margin-top: 1.5em;
  margin-bottom: 0;
  padding-left: .2em;
  font-size: 1.25em;
  line-height: 1;
}

.footer {
  text-align: center;
  background-color: #161616;
  align-items: flex-start;
  padding-top: 7.5em;
  padding-bottom: 0;
}

.footer-flex-container {
  width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: .25px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  width: 100%;
  border-top: 1px solid #fff;
  justify-content: space-between;
  padding-top: 2.563em;
  display: flex;
}

.footer-top {
  padding-bottom: 6.313em;
}

.fot-head {
  margin-top: 0;
  font-size: 5em;
  font-weight: 600;
  line-height: 1em;
}

.fot-head.txt-white {
  line-height: 1.3;
}

.hover {
  align-items: center;
  margin-top: 1.5em;
  display: flex;
  position: relative;
}

.hovwer-txt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
}

.arrow {
  margin-left: 1.5em;
  position: relative;
}

.arrow-child {
  width: 5em;
  height: 5em;
}

.fot-right {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-txt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3;
}

.footer-item-mid {
  border-bottom: 1px solid #fff;
  margin-left: 5em;
  margin-right: 5em;
  padding-bottom: .25em;
}

.footer-item-mid.txt-white {
  border-bottom-style: none;
}

.list-1 {
  padding-bottom: .25em;
}

.bottom {
  width: 100%;
  height: 3.75em;
  background-color: #333;
}

.bottom.txt-white {
  background-color: #888;
  justify-content: space-between;
  align-items: center;
  padding-left: 7.5em;
  padding-right: 7.5em;
  display: flex;
}

.boto-txt {
  color: #888;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 300;
  line-height: 1;
}

.play-pause-button {
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}

.play-button {
  width: 10.625em;
  height: 10.625em;
  background-color: #161616;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button-child {
  width: 8.75em;
  height: 8.75em;
  background-color: gray;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play {
  width: 3.75em;
  height: 3.75em;
}

.header {
  background-image: url('../images/pexels-elia-clerici-912110.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  position: relative;
}

.image, .image-2 {
  width: 10.625em;
  height: 10.625em;
}

.fot-bot.txt-white {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.375em;
  padding-bottom: 1.313em;
  display: flex;
}

.shadow-hover {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .7;
  background-color: #000;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -100%;
  bottom: auto;
}

.shadow-img {
  width: 6.25em;
  height: 6.25em;
}

.bot-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-people {
  width: 75em;
  height: 13.75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: start;
  display: flex;
  position: relative;
  left: -2em;
}

.people-1 {
  width: 8.75em;
  height: 13.75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.peo-1 {
  width: 8.75em;
  height: 8.75em;
}

.hero-header {
  margin-bottom: 1.5em;
  position: -webkit-sticky;
  position: sticky;
}

.search, .search.txt-white {
  display: none;
}

.footer-txt-no {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
}

.item-2 {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  padding-bottom: .5em;
}

.boto-txt-left, .boto-txt-right {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 300;
  line-height: 1;
}

.line-icon {
  width: 1.5em;
  height: 1.5em;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
}

.line-top {
  width: .813em;
  height: 1px;
  background-color: #fff;
}

.line-mid {
  width: 1.188em;
  height: 1px;
  background-color: #fff;
}

.line-bot {
  width: .813em;
  height: 1px;
  background-color: #fff;
}

.img-3 {
  position: absolute;
  top: 0;
}

.people-2 {
  width: 8.75em;
  height: 13.75em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-parrent {
  width: 100%;
  height: 100%;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
}

.arrow-img {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
}

.arrow-img-child {
  width: 6.25em;
  height: 6.25em;
  max-width: 6.25em;
}

.people-3, .people-4, .people-5 {
  width: 8.75em;
  height: 13.75em;
  position: relative;
}

.search-img-button {
  justify-content: center;
  align-items: center;
}

.form-splitter {
  width: 1px;
  height: 3.125em;
  background-color: #ccc;
}

.slider-line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 4.2em;
}

.search-btn {
  width: 4em;
  height: 4em;
  background-color: #eb4c60;
  border-radius: 22.62em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-icn {
  width: 2em;
  height: 2em;
}

.hero-icn {
  width: 1.25em;
  height: 1.25em;
}

.owl-item {
  padding-bottom: 0;
  padding-right: 0;
}

.special-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link {
  text-decoration: none;
}

.cf-nav-2-button {
  color: #fff;
  letter-spacing: .4px;
  background-color: #ee274b;
  border: 1px solid #ee284b;
  border-radius: 12px;
  padding: 16px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .23s;
}

.cf-nav-2-button:hover {
  color: #ee274b;
  background-color: rgba(0, 0, 0, 0);
}

.cf-navigation-right-contain {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.cf-navigation-2-link {
  letter-spacing: .2px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .26s;
  display: flex;
}

.cf-navigation-2-link:hover {
  color: #b16cea;
}

.cf-navigation-2-link.w--current {
  color: #007e60;
}

.cf-nav-underline {
  width: 100%;
  height: 2px;
  background-color: #0b141f;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-nav-arrow-icon {
  width: 24px;
  height: 24px;
}

.cf-resource-block-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.cf-nav-visual-text-block {
  align-items: center;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.cf-resource-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cf-resource-visual-block {
  max-width: 80px;
  margin-bottom: 32px;
}

.cf-resource-visual-item {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cf-resources-visual-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-nav-dropdown-title-para {
  color: #0b141f;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-nav-dropdown-title {
  color: #0b141f;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.cf-nav-dropdown-top {
  border-bottom: 1px solid rgba(11, 20, 31, .3);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 45px;
  display: flex;
}

.cf-navigation-drop-container {
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.cf-dropdown-list-contain {
  width: 100%;
  max-width: none;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px rgba(64, 69, 79, .1);
}

.cf-dropdown-list-nav {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.cf-dropdown-list-nav.w--open {
  width: 100%;
  box-shadow: none;
  padding-top: 25px;
  top: 55px;
  overflow: visible;
}

.cf-dropdown-arrow---nav-3 {
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.cf-dropdown-toggle-div {
  grid-column-gap: 10px;
  color: #04121f;
  padding: 0;
  transition: color .2s;
  display: flex;
}

.cf-dropdown-toggle-div:hover {
  color: #b16cea;
  font-weight: 500;
}

.cf-dropdown-wrapper {
  position: static;
}

.cf-visual-features-item-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
}

.cf-nav-visual-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cf-visual-features-item-image {
  width: 100%;
  height: 150px;
  margin-bottom: 28px;
  overflow: hidden;
}

.cf-visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-visual-features-items-container.price-nav {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
}

.cf-nav-2-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #283338;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
  display: flex;
  position: static;
}

.cf-navigation-logo {
  object-fit: contain;
}

.cf-brand-2 {
  width: auto;
  height: 55px;
  object-fit: contain;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.cf-navigation-2-left-contain {
  align-items: center;
  display: flex;
}

.cf-navigation-2-wrapper {
  width: 95%;
  height: 100%;
  max-width: 1340px;
  min-height: 40px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.cf-navigation-2-bar {
  width: 100%;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.cf-review-text---18px---italic {
  color: rgba(13, 14, 16, .9);
  letter-spacing: -.16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 167%;
}

.cf-reviewer-image-3 {
  max-width: 52px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-left: -20px;
}

.cf-reviewer-image-2 {
  height: 52px;
  max-width: 52px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-left: -20px;
}

.cf-reviewer-image-1 {
  max-width: 52px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.cf-bottom-right-container {
  max-width: 240px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-view-more-line {
  height: 1px;
  filter: grayscale();
  background-color: #0d0e10;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-mail-icon {
  margin-left: 0;
  margin-right: 10px;
}

.cf-hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-bio-text {
  color: rgba(13, 14, 16, .9);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-bio-text.hero-single {
  color: rgba(201, 201, 201, .9);
}

.cf-top-right-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-right-info-wrapper {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-hero-main-image {
  width: 45%;
  max-width: 581px;
  border-radius: 20px;
}

.cf-hero-image-contain {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cf-review-text {
  color: rgba(13, 14, 16, .9);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-review-stars-image {
  width: 100%;
  max-width: 152px;
  object-fit: contain;
  margin-bottom: 16px;
}

.cf-review-logo {
  width: 100%;
  max-width: 110px;
  object-fit: contain;
  margin-bottom: 20px;
}

.cf-bottom-left-contain {
  max-width: 175px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain {
  width: 32px;
  height: 32px;
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  width: 40px;
  height: 40px;
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ee284b, #ee284b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-58px-heading {
  color: #000;
  letter-spacing: -2.5px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 110%;
}

.cf-58px-heading.hero-blocks {
  object-fit: fill;
  flex: 0 auto;
  font-size: 44px;
  line-height: 100%;
}

.cf-58px-heading.hero-blocks.hero-single {
  color: #fff;
}

.cf-top-left-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-left-info-wrapper {
  width: 50%;
  height: 100%;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  margin-left: 5%;
  padding: 40px 40px 40px 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cf-1140px-wrapper {
  width: 90%;
  max-width: 1140px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-1 {
  height: 95vh;
  min-height: 90vh;
  background-color: #fff;
  overflow: hidden;
}

.cf-service-paragraph {
  color: rgba(13, 14, 16, .9);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-paragraph._5-col-grid {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-heading._5-col-grid {
  min-height: 2.4em;
  text-align: center;
  align-self: center;
  margin-bottom: 5px;
  font-size: 20px;
}

.cf-service-image {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}

.cf-service-image._5-col-grid {
  width: 60px;
}

.cf-service-image._5-col-grid.big-icon {
  padding: 5px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-icon-wrap {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  position: absolute;
  top: -6%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.cf-features-section-2-image-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.cf-features-section-2-grid-cell {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.cf-features-section-2-grid-cell.homepage-3 {
  max-width: 353px;
  align-items: flex-start;
}

.cf-features-section-2-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.cf-features-section-2-grid._5-col-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-features-section-2-heading {
  max-width: 700px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2-heading.margin-bottom-24px {
  margin-top: 40px;
}

.cf-features-section-2-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.cf-features-section-2 {
  background-color: rgba(0, 0, 0, 0);
}

.cf-bottom-line-2 {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.cf-faq-content-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 178%;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-line-vertical {
  width: 2px;
  height: 10px;
  background-color: #121212;
  border-radius: 100px;
  position: absolute;
}

.cf-faq-line {
  width: 10px;
  height: 2px;
  background-color: #121212;
  border-radius: 100px;
}

.cf-faq-icon-contain {
  width: 24px;
  height: 24px;
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-faq-questions-2 {
  width: 90%;
  color: #0d0e10;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-plus-card {
  width: 100%;
  max-width: 730px;
  color: #181818;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-container {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cf-faq-main-heading {
  width: 90%;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-faq-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  display: flex;
}

.cf-services-image {
  object-fit: contain;
  border-radius: 16px;
}

.cf-services-right-contain {
  width: 50%;
  max-width: 500px;
}

.cf-services-paragraph {
  color: #000;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.cf-services-h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-services-icon {
  object-fit: contain;
  border-radius: 18px;
  margin-bottom: 32px;
}

.cf-services-icon._2 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px rgba(24, 111, 225, .25);
}

.cf-services-icon._1 {
  border-radius: 18px;
  margin-bottom: 32px;
  box-shadow: 0 14px 80px rgba(252, 107, 92, .25);
}

.cf-services-left-contain {
  width: 45%;
  max-width: 450px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-services-page-contain {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.cf-services-page-contain.reverse {
  flex-direction: row-reverse;
  margin-bottom: 60px;
}

.cf-services-main-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.cf-flex-section-3 {
  background-color: #fff;
  margin-bottom: 20px;
}

.cf-features-section-1-block-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.cf-block-h5-heading {
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.cf-block-h5-heading.benefits-dark {
  text-align: center;
  font-size: 24px;
}

.cf-features-section-1-image-contain {
  object-fit: contain;
}

.cf-features-section-1-grid-cell {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 14px 100px rgba(0, 0, 0, .05);
}

.cf-features-section-1-grid-cell.black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.cf-features-section-1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-58px-heading---white {
  color: #fff;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.cf-features-section-1-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.cf-features-section-1 {
  background-color: #0d0e10;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field {
  height: 60px;
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid rgba(13, 14, 16, .1);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field::-ms-input-placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  width: 95%;
  height: 60px;
  color: rgba(13, 14, 16, .4);
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px rgba(13, 14, 16, .1);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field-dropdown::-ms-input-placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field-dropdown::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-form-dropdown {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading {
  color: rgba(255, 255, 255, .4);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  width: 90%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, .15);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
  align-items: initial;
}

.cf-form-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-without-image {
  min-height: 90vh;
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/sharestate-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.hero-single {
  min-width: 230px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ee284b;
  border: 1px solid #ee274b;
  border-radius: 12px;
  margin-top: 50px;
  margin-right: 15px;
  padding: 16px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-primary.hero-single:hover, .button-primary.hero-single.button-alt {
  color: #ee274b;
  background-color: #fff;
  border: 1px solid #ee274b;
}

.button-primary.hero-single.button-alt:hover {
  color: #fff;
  background-color: #ee274b;
}

.cf-parallax-scribble-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 15%;
  right: auto;
}

.cf-parallax-scribble-1 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 5%;
}

.cf-parallax-image-4 {
  z-index: 1;
  width: 60%;
  height: 40vw;
  max-width: 520px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 170px;
  padding-bottom: 0;
  position: relative;
}

.cf-parallax-image-3 {
  z-index: 2;
  width: 36%;
  height: 21vw;
  max-width: 330px;
  object-fit: cover;
  object-position: 14% 50%;
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: 19%;
  left: 36%;
  right: auto;
}

.cf-parallax-image-2 {
  z-index: 1;
  width: 32%;
  height: 18vw;
  max-width: 280px;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 28%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.cf-parallax-image-1 {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: -10%;
  right: auto;
}

.cf-parallax-image-contain {
  width: 100%;
  height: 812px;
  max-width: 1440px;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.cf-82px-heading {
  max-width: 990px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-hero-section-5---heading-wrapper {
  z-index: 2;
  width: 90%;
  max-width: 1140px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.cf-hero-section-5 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 50%, #fff 50%);
  position: relative;
  overflow: hidden;
}

.hero-subheading {
  font-size: 28px;
  line-height: 36px;
}

.hero-subheading.hero-blocks {
  font-size: 24px;
  line-height: 32px;
}

.hero-subheading.hero-blocks.hero-single {
  color: #fff;
}

.cf-parallax-scribble-3 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 15%;
  right: auto;
}

.cf-parallax-scribble-4 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 5%;
}

.cf-parallax-image-5 {
  z-index: 1;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.cf-parallax-image-6 {
  z-index: 2;
  width: 25%;
  max-width: 330px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 51%;
  right: auto;
}

.cf-parallax-image-7 {
  z-index: 1;
  width: 24%;
  max-width: 280px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.cf-parallax-image-8 {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: -10%;
  right: auto;
}

.cf-parallax-image-contain-2 {
  width: 100%;
  height: 812px;
  max-width: 1440px;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 200px;
  display: flex;
  position: relative;
}

.cf-82px-heading-2 {
  max-width: 990px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-hero-section-5---heading-wrapper-2 {
  z-index: 2;
  width: 90%;
  max-width: 1140px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.cf-hero-section-6 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 50%, #fff 50%);
  position: relative;
  overflow: hidden;
}

.hero-text.txt-white {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 133%;
}

.cf-cta-image-bubbles {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle._5 {
  width: 120px;
  height: 120px;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 6%;
}

.cf-cta-circle._4 {
  width: 76px;
  height: 76px;
  top: 14%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.cf-cta-circle._3 {
  width: 76px;
  height: 76px;
  top: auto;
  bottom: 18%;
  left: 8%;
  right: auto;
}

.cf-cta-circle._1 {
  width: 52px;
  height: 52px;
  top: 11%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.cf-cta-circle._2 {
  width: 60px;
  height: 60px;
  top: 40%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.cf-arrow-button {
  color: #fff;
  background-color: #101011;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  margin-top: 49px;
  padding: 28px 64px 28px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.cf-arrow-button:hover {
  background-color: #936ab4;
  background-position: 88%;
}

.cf-cta-text {
  z-index: 1;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 140%;
  position: relative;
}

.cf-display-heading {
  letter-spacing: -1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.cf-display-heading.heading-cta {
  z-index: 1;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 110%;
  position: relative;
}

.cf-wrapper {
  z-index: 10;
  width: 85%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.cf-cta-top-image {
  width: 45%;
  max-width: 552px;
  object-fit: contain;
  border-radius: 16px;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: -26%;
  right: auto;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px rgba(0, 0, 0, .07);
}

.cf-cta-bottom-image {
  width: 100%;
  max-width: 298px;
  object-fit: contain;
  border-radius: 16px;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -4%;
}

.cf-pink-button {
  color: #0b0b0b;
  background-color: #ff5e69;
  border-radius: 8px;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: #ffa84b;
}

.cf-purple-button {
  color: #000;
  background-color: #b16cea;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  color: #0b0b0b;
  background-color: #ff8a56;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  display: flex;
}

.cf-cta-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-paragraph.link {
  color: #fff;
}

.cf-cta-h2-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-tag-texts {
  color: #000;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  background-color: #ffa84b;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.cf-center-wrapper-cta {
  max-width: 724px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-cta-wrapper-2 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-section-2 {
  color: #fff;
  background-color: #0c0c0c;
  position: relative;
}

.list-item {
  color: rgba(0, 0, 0, .9);
  font-size: 16px;
  line-height: 24px;
}

.text-block {
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
}

.flex-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 12px;
}

.flex-block-2 {
  width: 100%;
}

.cf-cta-image-bubbles-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.cf-cta-image-bubbles-2.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle-2._5 {
  width: 120px;
  height: 120px;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 6%;
}

.cf-cta-circle-2._4 {
  width: 76px;
  height: 76px;
  top: 14%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.cf-cta-circle-2._3 {
  width: 76px;
  height: 76px;
  top: auto;
  bottom: 18%;
  left: 8%;
  right: auto;
}

.cf-cta-circle-2._1 {
  width: 52px;
  height: 52px;
  top: 11%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.cf-cta-circle-2._2 {
  width: 60px;
  height: 60px;
  top: 40%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.cf-arrow-button-2 {
  color: #fff;
  background-color: #101011;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.cf-arrow-button-2:hover {
  background-color: #936ab4;
  background-position: 88%;
}

.cf-cta-text-2 {
  z-index: 1;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  position: relative;
}

.cf-display-heading-2 {
  letter-spacing: -1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.cf-display-heading-2.heading-cta {
  z-index: 1;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 110%;
  position: relative;
}

.cf-wrapper-2 {
  z-index: 10;
  width: 85%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper-2.cta-wrapper {
  width: 85%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-2 {
  background-color: rgba(0, 0, 0, .06);
}

.chevron-wrapper {
  width: 90%;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block {
  width: 25%;
  height: 80px;
  background-image: url('../images/chevron.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  margin-right: auto;
  padding-right: 0;
  overflow: visible;
}

.div-block.chevron {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block.chevron.first-chevron {
  background-image: url('../images/chevron-start.png');
}

.div-block.chevron.last-chevron {
  width: 25%;
  background-image: url('../images/chevron-end.png');
  margin-right: 0;
  padding-right: 0;
  overflow: hidden;
}

.chevron-title {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.cf-pricing-plan-pointer-text-18px {
  color: rgba(0, 0, 0, .8);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-pricing-plan-pointer-container {
  width: 90%;
  margin-top: 40px;
}

.cf-body---18px {
  color: rgba(0, 0, 0, .8);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.cf-different-menu {
  width: 85%;
  max-width: 540px;
  flex-direction: column;
  margin-right: 1%;
  display: flex;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-different-upper-container {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cf-wrapper-1160 {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.different-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-different-section {
  background-color: #fbfbfb;
}

.highlight {
  color: #ee274b;
  font-weight: 700;
}

.image-3 {
  width: 50%;
  max-width: 640px;
  align-self: auto;
  padding-top: 0;
  display: block;
}

.text-span {
  color: #ee274b;
}

.bold-text-2 {
  font-size: 42px;
  line-height: 44%;
}

.bullet {
  text-align: left;
  list-style-type: disc;
}

.bullet.cf-cta-text-2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.bullet.cf-cta-text-2.numbers {
  list-style-type: decimal;
}

.bold-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.list-3 {
  margin-bottom: 0;
}

.div-block-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bold-text-4 {
  line-height: 120%;
}

.text-block-2 {
  color: #ee274b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
}

.bold-text-5 {
  text-align: left;
  padding-left: 2px;
  font-weight: 500;
}

.bold-text-6 {
  letter-spacing: 0;
  display: inline;
}

.benefits {
  letter-spacing: 0;
  font-size: 20px;
}

.benefits.short {
  width: 80%;
  padding: 0;
  display: inline-block;
}

.benefits.long {
  width: 100%;
  letter-spacing: -1px;
  font-size: 20px;
  display: block;
}

.bold-text-7 {
  font-size: 50px;
}

.div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7 {
  display: flex;
}

.div-block-8 {
  flex-direction: row;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.list-4 {
  margin-bottom: 0;
}

.nav-link {
  padding: 0 5px;
}

.nav-link-2 {
  padding-left: 10px;
}

.bold-text-8 {
  font-size: 30px;
  font-weight: 500;
}

.footer {
  padding: 30px;
  background: rgba(0, 0, 0, .15);
  text-align: left;
}

.footer .container {
  display: flex;
  margin: 0 auto;
  align-items: flex-start;
}

.footer .footer_title {
  font-size: 12px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 15px;
}


.footer .footer_description {
  font-size: 12px;
  max-width: 700px;
}

@media screen and (min-width: 1280px) {
  .testimony-parent {
    width: 100%;
  }

  .cf-right-info-wrapper {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-top-left-contain {
    width: 100%;
  }

  .cf-left-info-wrapper {
    justify-content: center;
  }

  .cf-hero-section-1 {
    height: 90vh;
  }

  .cf-services-page-contain.reverse {
    margin-bottom: 80px;
  }

  .cf-features-section-1-block-paragraph {
    text-align: left;
  }

  .cf-block-h5-heading.benefits-dark {
    font-size: 24px;
  }

  .cf-features-section-1-grid-cell {
    justify-content: flex-start;
  }

  .cf-features-section-1-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 100px;
    padding-top: 0;
  }

  .cf-features-section-1-wrapper {
    text-align: center;
  }

  .cf-parallax-image-contain {
    width: 100%;
    margin-bottom: 0;
  }

  .cf-arrow-button {
    margin-top: 60px;
  }

  .cf-cta-top-image {
    left: -24%;
  }

  .cf-cta-bottom-image {
    width: 25%;
  }

  .list-2 {
    color: #fff;
    font-size: 22px;
    line-height: 100%;
  }

  .list-item {
    color: rgba(0, 0, 0, .9);
    font-size: 18px;
    line-height: 156%;
  }

  .flex-block-2 {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    width: 100%;
  }

  .text-content-parent {
    width: 29.8em;
  }

  .bot {
    width: 100%;
  }

  .header {
    position: relative;
  }

  .fot-bot {
    flex: 1;
  }

  .fot-bot.txt-white {
    justify-content: space-between;
    align-items: center;
    padding-top: 1.375em;
    padding-bottom: 1.313em;
    display: flex;
  }

  .cf-58px-heading {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .cf-left-info-wrapper {
    max-width: 543px;
    justify-content: center;
  }

  .hero-without-image {
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/sharestate-hero.jpg');
  }

  .margin-bottom-24px.cf-features-section-2-heading.white {
    color: #fff;
  }

  .button-primary.hero-single {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-parallax-image-3 {
    height: 22vw;
    bottom: 11%;
  }

  .cf-82px-heading.black {
    color: #000;
  }

  .cf-wrapper.cta-wrapper {
    padding-bottom: 200px;
  }

  .cf-cta-top-image {
    left: -20%;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

  .list-item {
    color: #000;
  }

  .flex-block-2 {
    width: 100%;
    justify-content: flex-start;
  }

  .cf-wrapper-2.cta-wrapper {
    padding-bottom: 200px;
  }

  .highlight {
    color: #ee274b;
    font-weight: 700;
  }
}

@media screen and (max-width: 1220px) {

  .footer .footer_description {
    max-width: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .arrow-img {
    opacity: 0;
    display: flex;
  }

  .cf-left-info-wrapper {
    max-width: 620px;
  }

  .hero-without-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/sharestate-hero.jpg');
  }

  .cf-parallax-image-3 {
    height: 19vw;
    bottom: -9%;
  }

  .cf-parallax-image-2 {
    height: 17vw;
  }

  .cf-cta-top-image {
    left: 1%;
  }

  .cf-cta-bottom-image {
    bottom: 3%;
    right: 9%;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }


  .footer .footer_description {
    max-width: 300px;
    line-height: 15px;
  }

  .cf-navigation-right-contain {
    display: none;
  }

  .cf-navigation-2-link {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-resource-visual-block {
    max-width: 60px;
    margin-bottom: 20px;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-resources-visual-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-nav-dropdown-title-para {
    font-size: 15px;
  }

  .cf-nav-dropdown-title {
    font-size: 40px;
  }

  .cf-nav-dropdown-title-container {
    max-width: 280px;
  }

  .cf-navigation-drop-container {
    flex-direction: column;
  }

  .cf-dropdown-list-contain {
    box-shadow: none;
    padding: 0;
  }

  .cf-dropdown-list-nav.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-dropdown-arrow---nav-3 {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .cf-dropdown-toggle-div {
    width: 90%;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-visual-features-items-container {
    max-width: 500px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-visual-features-items-container.nav {
    width: 100%;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-left: 0;
    display: grid;
  }

  .cf-nav-2-menu {
    width: 100%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  }

  .cf-navigation-2-left-contain {
    display: flex;
  }

  .cf-navigation-2-wrapper {
    width: 90%;
  }

  .cf-bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-right-info-wrapper {
    width: 100%;
    max-width: none;
    min-height: 90vh;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 60px;
    position: static;
    overflow: visible;
  }

  .cf-review-text {
    margin-bottom: 0;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-58px-heading {
    font-size: 50px;
  }

  .cf-top-left-contain {
    max-width: 90%;
  }

  .cf-left-info-wrapper {
    width: 100%;
    max-width: none;
    flex-direction: row;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-hero-section-1 {
    height: auto;
  }

  .cf-features-section-2-grid {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-features-section-2-grid._5-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }

  .cf-faq-main-heading {
    text-align: center;
    font-size: 30px;
  }

  .cf-services-right-contain {
    width: 100%;
  }

  .cf-services-h2-heading {
    font-size: 30px;
  }

  .cf-services-left-contain {
    width: 100%;
    margin-top: 60px;
  }

  .cf-services-page-contain, .cf-services-page-contain.reverse {
    flex-direction: column-reverse;
  }

  .cf-features-section-1-grid {
    max-width: 400px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-58px-heading---white {
    font-size: 52px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    max-width: 700px;
    flex-direction: column;
    padding-left: 70px;
  }

  .container-2 {
    max-width: 728px;
  }

  .cf-parallax-scribble-2 {
    bottom: 15%;
    left: 20%;
  }

  .cf-parallax-scribble-1 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-image-4 {
    width: 45%;
    height: 57vw;
    margin-left: -184px;
  }

  .cf-parallax-image-3 {
    height: 42vw;
    bottom: -5%;
  }

  .cf-parallax-image-2 {
    height: 36vw;
    top: 42%;
  }

  .cf-parallax-image-1 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .cf-parallax-image-contain {
    flex-direction: column;
    margin-top: 110px;
    margin-bottom: 60px;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-parallax-scribble-3 {
    bottom: 15%;
    left: 20%;
  }

  .cf-parallax-scribble-4 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-image-6 {
    bottom: 25%;
  }

  .cf-parallax-image-8 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .cf-parallax-image-contain-2 {
    margin-bottom: 60px;
  }

  .cf-82px-heading-2 {
    font-size: 70px;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._4 {
    width: 50px;
    height: 50px;
    right: -6%;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._1 {
    width: 40px;
    height: 40px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle._2 {
    width: 40px;
    height: 40px;
  }

  .cf-cta-text {
    font-size: 22px;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

  .cf-cta-top-image {
    width: 40%;
    top: 11%;
    left: -10%;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 200px;
  }

  .cf-cta-circle-2._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle-2._4 {
    width: 50px;
    height: 50px;
    right: -6%;
  }

  .cf-cta-circle-2._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle-2._1 {
    width: 40px;
    height: 40px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle-2._2 {
    width: 40px;
    height: 40px;
  }

  .cf-cta-text-2 {
    font-size: 22px;
  }

  .cf-display-heading-2 {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading-2.heading-cta {
    font-size: 64px;
  }

  .chevron-wrapper {
    flex-wrap: wrap;
  }

  .div-block.chevron {
    width: 50%;
    height: 95px;
  }

  .div-block.chevron.last-chevron {
    width: 50%;
    margin-right: 0;
  }

  .chevron-title {
    font-size: 20px;
  }

  .cf-pricing-plan-pointer-text-18px, .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-menu {
    width: 100%;
    max-width: 660px;
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    margin-right: 0%;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .image-3 {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bullet.cf-cta-text-2.numbers {
    font-size: 18px;
  }

  .div-block-8 {
    margin-top: 20px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-2 {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4.29vw;
    line-height: 1em;
  }

  .container.container-hero {
    z-index: 2;
    position: relative;
    top: auto;
  }

  .container.slide-container {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 3.75em;
  }

  .nav-container {
    justify-content: space-between;
  }

  .logo {
    width: 6.813em;
  }

  .nav-menu-left {
    width: auto;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1em;
  }

  .nav-menu-right {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, .5);
    flex-direction: column;
    justify-content: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar.sticky {
    justify-content: space-between;
    align-items: center;
  }

  .hero {
    justify-content: flex-start;
  }

  .section-hero {
    margin-top: 5em;
  }

  .hero-head.txt-white.txt-64-600 {
    font-size: 2.375em;
    line-height: 1.26em;
  }

  .nav-menu-link {
    margin-bottom: .4em;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-content.txt-white {
    line-height: 1.688em;
  }

  .hero-content-parent {
    width: 21.188em;
    margin-bottom: 2.5em;
    position: relative;
  }

  .search-form {
    width: 100%;
    border-radius: 0;
    flex-direction: column;
    padding: 1.5em;
  }

  .form-group {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .block1 {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .75em;
  }

  .block2 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .block3 {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
    padding-top: .75em;
  }

  .block4 {
    width: 100%;
    height: 3.375em;
    background-color: #eb4c60;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .search-img {
    width: 100%;
    height: 2.5em;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-bg {
    width: 100%;
    height: 25.125em;
  }

  .hero-parent {
    height: auto;
    padding-bottom: 5.938em;
  }

  .section.overflow {
    overflow: hidden;
  }

  .block-head {
    margin-left: 0;
  }

  .label-parent {
    margin-bottom: .625em;
  }

  .testimony {
    width: 100%;
    font-size: 1.125em;
  }

  .testimony-parent {
    flex-direction: column;
  }

  .expl-parent {
    width: 100%;
    padding-top: 7.5em;
  }

  .section-title-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-head {
    text-align: center;
    margin-bottom: .857em;
    font-size: 1.75em;
    line-height: 1.26em;
  }

  .text-content {
    text-align: center;
    font-size: 1.125em;
  }

  .text-content-parent {
    width: 100%;
  }

  .expl-child-bot {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .slider {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .slider.owl-carousel {
    grid-template-columns: 1fr;
  }

  .xpl-content-child {
    padding-top: 2em;
  }

  .testtim-child {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .testimony-child {
    width: 100%;
  }

  .testimony-img {
    width: 100%;
    height: 21.125em;
  }

  .left {
    justify-content: center;
    align-items: center;
    margin-top: 3.75em;
  }

  .content-txt {
    text-align: center;
  }

  .special-head {
    margin-bottom: .857em;
    font-size: 1.725em;
    line-height: 1.3em;
  }

  .special-txt {
    width: auto;
    font-size: 1.125em;
  }

  .top {
    flex-direction: column;
  }

  .top-child {
    width: 100%;
    margin-bottom: 1.5em;
    position: relative;
  }

  .price.txt-white {
    top: 1em;
    bottom: auto;
    left: auto;
    right: 1em;
  }

  .people-head {
    width: auto;
  }

  .content-head-people {
    font-size: 1.75em;
    line-height: 1.3;
  }

  .petik-child {
    width: 2.875em;
    height: 2.25em;
  }

  .txt-parent {
    width: 100%;
  }

  .content-people, .brand, .brand-veeza {
    font-size: 1.125em;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-top {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .fot-head.txt-white {
    font-size: 2em;
  }

  .hover {
    flex-direction: column;
    justify-content: center;
  }

  .hovwer-txt.txt-white {
    font-size: 1.125em;
  }

  .arrow {
    justify-content: center;
    align-items: center;
    margin-top: 1.5em;
    margin-left: 0;
  }

  .fot-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-txt {
    text-align: center;
  }

  .footer-item.txt-white {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-item-mid.txt-white {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    display: flex;
  }

  .bottom {
    height: 3.125em;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .boto-txt {
    font-size: .875em;
    display: block;
  }

  .fot-bot.txt-white {
    justify-content: center;
    padding-top: 1.063em;
    padding-bottom: 1em;
  }

  .shadow-hover {
    display: none;
  }

  .grid-people {
    width: 69.625em;
    height: 7.875em;
    left: -15em;
  }

  .brand-2 {
    margin-left: 0;
    margin-right: auto;
  }

  .people-1 {
    width: 5em;
    height: 7.875em;
  }

  .hero-header {
    margin-bottom: 2em;
  }

  .menu-button {
    margin-left: auto;
    margin-right: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .search {
    color: #fff;
    margin-right: .75em;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1;
    display: block;
  }

  .search.txt-white {
    display: block;
  }

  .link-block {
    margin-bottom: 2.5em;
  }

  .footer-txt-no {
    text-align: center;
    margin-bottom: .5em;
  }

  .item-1 {
    position: relative;
  }

  .item-2 {
    padding-bottom: .5em;
    position: relative;
  }

  .boto-txt-left, .boto-txt-right {
    display: none;
  }

  .home-mobile {
    width: 100%;
    height: 100%;
    background-image: url('../images/toa-heftiba-nrSzRUWqmoI-unsplash-1-2.png');
    background-position: 0 0;
    background-size: cover;
    position: absolute;
  }

  .line-icon {
    width: 1.5em;
    height: 1.5em;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: .375em;
    padding-bottom: .375em;
    display: block;
    position: relative;
  }

  .line-top {
    width: 14px;
    height: 1px;
    color: #fff;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .line-mid {
    width: 24px;
    color: #fff;
    margin-top: .375em;
    margin-bottom: .375em;
  }

  .line-bot {
    width: 14px;
    color: #fff;
    margin-left: .5em;
  }

  .img-2 {
    top: 1.5em;
  }

  .people-2, .people-3 {
    width: 5em;
    height: 7.875em;
  }

  .form-splitter {
    width: 18.188em;
    height: 1px;
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .search-btn {
    width: 100%;
    height: 3.375em;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .search-icn {
    width: 1.5em;
    height: 1.5em;
    padding-bottom: 0;
    padding-right: 0;
  }

  .owl-item {
    padding-bottom: 0;
    padding-right: 0;
  }

  .cf-navigation-right-contain {
    display: none;
  }

  .cf-resource-block-text {
    font-size: 20px;
  }

  .cf-resource-visual-block {
    width: 30%;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-resources-visual-grid {
    grid-column-gap: 30px;
  }

  .cf-nav-dropdown-title-container {
    margin-bottom: 20px;
  }

  .cf-nav-dropdown-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .cf-dropdown-list-nav.w--open {
    width: 90%;
  }

  .cf-visual-features-item-heading {
    font-size: 23px;
  }

  .cf-visual-features-item-image {
    margin-bottom: 20px;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-visual-features-items-container {
    width: 100%;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container.nav {
    max-width: 400px;
    grid-template-columns: 1fr;
  }

  .cf-nav-2-menu {
    display: none;
  }

  .cf-bottom-right-container {
    max-width: none;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .cf-right-info-wrapper {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .cf-hero-main-image {
    width: 60%;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-58px-heading {
    font-size: 45px;
  }

  .cf-58px-heading.hero-blocks {
    font-size: 36px;
  }

  .cf-top-left-contain {
    max-width: none;
  }

  .cf-left-info-wrapper {
    width: 100%;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-hero-section-1 {
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-paragraph._5-col-grid {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 0;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-grid._5-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .cf-faq-main-heading {
    font-size: 28px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .cf-services-h2-heading {
    font-size: 28px;
  }

  .cf-services-page-contain {
    margin-bottom: 150px;
  }

  .cf-services-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-block-h5-heading {
    font-size: 40px;
  }

  .cf-58px-heading---white {
    font-size: 40px;
    line-height: 52px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .cf-parallax-scribble-2 {
    bottom: 3%;
  }

  .cf-parallax-scribble-1 {
    bottom: 53%;
  }

  .cf-parallax-image-4 {
    z-index: 2;
    width: 44%;
    height: 60vw;
    margin-top: auto;
    margin-bottom: 77%;
    margin-left: -36%;
    padding-left: 0;
    position: relative;
  }

  .cf-parallax-image-3 {
    z-index: 3;
    width: 33%;
    height: 40vw;
    bottom: -46%;
    left: 44%;
  }

  .cf-parallax-image-2 {
    width: 27%;
    height: 35vw;
    max-width: 280px;
    top: 81%;
    right: 1%;
  }

  .cf-parallax-image-1 {
    bottom: 5%;
  }

  .cf-parallax-image-contain {
    height: 500px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-hero-section-5---heading-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .hero-subheading.hero-blocks {
    font-size: 19px;
  }

  .cf-parallax-scribble-3 {
    bottom: 3%;
  }

  .cf-parallax-scribble-4 {
    bottom: 53%;
  }

  .cf-parallax-image-6 {
    bottom: 19%;
  }

  .cf-parallax-image-8 {
    bottom: 5%;
  }

  .cf-parallax-image-contain-2 {
    height: 500px;
    margin-top: -60px;
  }

  .cf-82px-heading-2 {
    font-size: 50px;
  }

  .cf-hero-section-5---heading-wrapper-2 {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .cf-cta-circle {
    display: none;
  }

  .cf-cta-text {
    font-size: 20px;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 170px;
  }

  .cf-cta-circle-2 {
    display: none;
  }

  .cf-cta-text-2 {
    font-size: 20px;
  }

  .cf-display-heading-2 {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading-2.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .cf-wrapper-2 {
    width: 90%;
  }

  .cf-wrapper-2.cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .chevron-wrapper {
    flex-flow: wrap;
  }

  .div-block.chevron {
    width: 50%;
    height: 70px;
    flex-wrap: nowrap;
  }

  .div-block.chevron.last-chevron {
    width: 50%;
    margin-right: 0;
  }

  .chevron-title {
    font-size: 18px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    width: 100%;
    grid-row-gap: 10px;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .image-3 {
    width: 85%;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .bold-text-8 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 2vw;
  }

  .nav-container {
    max-width: 339px;
    justify-content: space-between;
  }

  .navbar.sticky {
    justify-content: space-between;
    align-items: center;
  }

  .hero {
    padding-top: 5em;
  }

  .section-hero {
    padding-top: 0;
  }

  .hero-head.txt-white.txt-64-600 {
    margin-bottom: 0;
    font-size: 5em;
  }

  .hero-content-parent {
    width: 21.188em;
    margin-top: 2em;
    margin-bottom: 2.5em;
    font-size: 1.125em;
    position: relative;
  }

  .search-form {
    z-index: 3;
    width: 100%;
    height: 21.938em;
    border-radius: 0;
  }

  .form-group {
    flex-direction: column;
  }

  .testimony {
    width: 21.188em;
    font-size: 1.125em;
  }

  .testimony-parent {
    height: 100%;
    flex-direction: column;
  }

  .expl-parent {
    width: 100%;
  }

  .section-title-wrapper {
    flex-direction: column;
  }

  .content-head {
    width: 17.938em;
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 1.75em;
  }

  .text-content {
    width: 21.188em;
    text-align: center;
    font-size: 1.125em;
  }

  .text-content-parent {
    justify-content: center;
  }

  .xpl-content-child {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .testimony-child {
    width: 100%;
    height: 50%;
  }

  .left {
    justify-content: flex-start;
    align-items: center;
    padding-top: 3.75em;
  }

  .content-txt {
    width: 21.188em;
    text-align: center;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .brand-2 {
    margin-right: auto;
    padding-left: 0;
  }

  .background-video {
    width: 100%;
    height: 25em;
  }

  .cf-nav-2-button {
    border-radius: 8px;
    padding: 14px 10px;
    font-size: 14px;
    line-height: 18px;
    display: none;
  }

  .cf-navigation-2-link {
    text-align: center;
  }

  .cf-nav-arrow-icon {
    width: 20px;
    height: 20px;
  }

  .cf-resource-block-text {
    font-size: 18px;
  }

  .cf-resource-visual-block {
    width: 20%;
    margin-bottom: 10px;
  }

  .cf-resources-visual-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cf-nav-dropdown-title-para {
    line-height: 22px;
  }

  .cf-nav-dropdown-title {
    font-size: 28px;
    line-height: 32px;
  }

  .cf-nav-dropdown-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .cf-dropdown-toggle-div {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .cf-visual-features-item-heading {
    font-size: 20px;
  }

  .cf-visual-features-item-image {
    margin-bottom: 10px;
  }

  .cf-visual-features-item.navbar {
    padding: 20px;
    font-size: 16px;
  }

  .cf-visual-features-items-container.nav {
    max-width: 230px;
    max-width: none;
  }

  .cf-nav-2-menu {
    width: 100%;
    text-align: center;
    background-color: #fff;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    margin-left: auto;
    display: block;
    position: absolute;
    top: auto;
  }

  .cf-brand-2 {
    max-width: 140px;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-right-info-wrapper {
    min-height: 50vh;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .cf-hero-image-contain {
    height: 100%;
    min-height: 100vh;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: visible;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-58px-heading {
    font-size: 40px;
  }

  .cf-left-info-wrapper {
    margin-bottom: 40px;
    margin-left: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-hero-section-1 {
    min-height: 100vh;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    overflow: hidden;
  }

  .cf-service-paragraph._5-col-grid {
    text-align: center;
  }

  .cf-service-heading._5-col-grid {
    width: 100%;
    text-align: center;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 0;
  }

  .cf-features-section-2-grid-cell {
    margin-bottom: 30px;
  }

  .cf-features-section-2-grid-cell.homepage-3 {
    margin-bottom: 24px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-2-grid._5-col-grid {
    grid-template-columns: minmax(100%, 1fr);
    grid-auto-flow: row;
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .cf-features-section-2 {
    background-color: rgba(0, 0, 0, .06);
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-main-heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
    padding-top: 80px;
  }

  .cf-services-right-contain {
    width: 75%;
    align-self: center;
  }

  .cf-services-paragraph {
    margin-bottom: 20px;
  }

  .cf-services-h2-heading {
    text-align: center;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-services-left-contain {
    align-items: center;
    margin-top: 40px;
  }

  .cf-services-page-contain {
    margin-bottom: 80px;
  }

  .cf-services-page-contain.reverse {
    margin-bottom: 100px;
  }

  .cf-services-main-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .cf-flex-section-3 {
    margin-bottom: 0;
  }

  .cf-features-section-1-block-paragraph {
    font-size: 18px;
  }

  .cf-block-h5-heading {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .cf-features-section-1-grid-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-features-section-1-grid {
    max-width: none;
  }

  .cf-58px-heading---white {
    font-size: 32px;
    line-height: 40px;
  }

  .cf-features-section-1-wrapper {
    padding-bottom: 100px;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    background-color: rgba(0, 0, 0, .15);
    padding: 60px 20px;
  }

  .cf-form-section-1 {
    padding-top: 80px;
  }

  .container-2 {
    max-width: none;
  }

  .button-primary.hero-single {
    width: 90%;
    min-width: 230px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    overflow: visible;
  }

  .button-primary.hero-single.button-alt {
    margin-top: 10px;
  }

  .cf-parallax-scribble-2 {
    width: 50%;
    bottom: 22%;
  }

  .cf-parallax-scribble-1 {
    width: 60%;
    bottom: 78%;
  }

  .cf-parallax-image-4 {
    width: 56%;
    height: 60vw;
    min-height: 280px;
    margin-top: -22%;
    margin-left: -36%;
    overflow: hidden;
  }

  .cf-parallax-image-3 {
    z-index: 3;
    width: 40%;
    height: 46vw;
    min-height: 171px;
    flex: 0 auto;
    bottom: -96%;
    left: 34%;
  }

  .cf-parallax-image-2 {
    width: 30%;
    height: 35vw;
    top: auto;
    bottom: -58%;
  }

  .cf-parallax-image-1 {
    bottom: 8%;
  }

  .cf-parallax-image-contain {
    height: 350px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-5---heading-wrapper {
    padding-bottom: 60px;
  }

  .cf-parallax-scribble-3 {
    width: 50%;
    bottom: 22%;
  }

  .cf-parallax-scribble-4 {
    width: 60%;
    bottom: 78%;
  }

  .cf-parallax-image-6 {
    bottom: 25%;
  }

  .cf-parallax-image-8 {
    bottom: 8%;
  }

  .cf-parallax-image-contain-2 {
    height: 350px;
  }

  .cf-82px-heading-2 {
    font-size: 40px;
  }

  .cf-hero-section-5---heading-wrapper-2 {
    padding-bottom: 60px;
  }

  .hero-text.txt-white {
    line-height: 125%;
  }

  .cf-arrow-button {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .cf-cta-text {
    font-size: 18px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .cf-cta-bottom-image {
    width: 60%;
    max-width: 240px;
    border-radius: 10px;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 30px;
  }

  .cf-cta-wrapper-2 {
    padding-top: 100px;
  }

  .bold-text {
    display: block;
  }

  .flex-block {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
  }

  .flex-block-2 {
    min-width: 100%;
    flex-direction: column;
  }

  .cf-arrow-button-2 {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .cf-cta-text-2 {
    font-size: 18px;
  }

  .cf-display-heading-2 {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading-2.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .cf-wrapper-2.cta-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .chevron-wrapper {
    width: 100%;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block.chevron {
    width: 50%;
    height: 60px;
    background-position: 0%;
    background-size: 100% 50px;
  }

  .div-block.chevron.last-chevron {
    width: 50%;
    margin-right: 0;
    padding-right: 0;
  }

  .chevron-title {
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-pricing-plan-pointer-container {
    width: 100%;
    margin-top: 20px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.different-flex {
    padding-top: 80px;
  }

  .cf-different-section {
    margin-bottom: 60px;
  }

  .image-3 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .text-span {
    display: inline-block;
  }

  .link-cta {
    margin-top: 25px;
    display: block;
  }

  .bold-text-2 {
    font-size: 38px;
  }

  .bullet.cf-cta-text-2.numbers {
    font-size: 16px;
  }

  .list-3 {
    padding-left: 20px;
  }

  .bold-text-5 {
    letter-spacing: 1.3px;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .list-4 {
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-link {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2 {
    text-align: center;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .bold-text-8 {
    font-size: 22px;
  }

  .bold-text-9 {
    font-size: 36px;
    line-height: 42px;
  }
  
  .footer .container {
    flex-direction: column;
  }
  
  .footer .footer_description {
    line-height: 15px;
  }

  .footer .f_right {
    margin-top: 20px;
  }

}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype'), url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}