h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.hero {
  overflow: hidden;
  padding-top: 8vh;
  padding-bottom: 20px;
  background-color: #f08132;
  color: #fff;
}

.hero.landing {
  padding-bottom: 20px;
}

.hero.home {
  padding-bottom: 8vh;
}

.container {
  position: relative;
  overflow: visible;
  max-width: 1080px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.heading {
  margin-top: 0px;
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 80px;
  line-height: 110%;
  font-weight: 400;
}

.heading.reckless {
  font-family: 'Reckless Neue', sans-serif;
  font-size: 80px;
  line-height: 125%;
  font-weight: 500;
}

.primary-btn {
  margin-right: auto;
  padding: 10px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #000;
  font-family: 'Reckless Neue', sans-serif;
  font-size: 16px;
  line-height: 125%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.primary-btn.floating {
  display: none;
  font-family: 'Bodoni Moda', sans-serif;
}

.primary-btn.no-display {
  font-family: 'Bodoni Moda', sans-serif;
}

.primary-btn.display-block {
  font-family: 'Bodoni Moda', sans-serif;
}

.navbar {
  position: static;
  width: 100%;
  background-color: #f08132;
}

.nav-link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.brand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-_portion {
  width: 100%;
  margin: 0px auto 10px;
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.heading-_portion.reckless {
  width: 100%;
  color: #000;
  font-size: 40px;
  line-height: 125%;
  font-weight: 500;
}

.heading-_portion.reckless.white {
  color: #fff;
}

.heading-_portion.steps-intro {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f08132;
}

.hero-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.link-block {
  margin-left: 30px;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.mobile {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.mobile.steps-flex {
  height: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.left-content {
  width: 60%;
  max-width: 600px;
  margin-bottom: 90px;
}

.right-content {
  overflow: hidden;
}

.logos {
  margin-top: 60px;
}

.text-block {
  font-size: 18px;
  line-height: 125%;
  text-align: center;
}

.logos-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  left: auto;
  top: -3%;
  right: -10%;
  bottom: auto;
  z-index: 2;
  mix-blend-mode: screen;
}

.section {
  width: 100%;
  min-height: 80px;
  background-image: url('../images/Hero-BG.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.steps {
  overflow: hidden;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.steps.effect {
  overflow: visible;
  height: 300vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.steps-container {
  position: relative;
  width: 50%;
  margin-bottom: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 24px;
}

.text-block-2 {
  position: relative;
  z-index: 4;
  margin-bottom: 30px;
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 30px;
  line-height: 125%;
}

.text-block-2.reckless {
  font-family: 'Reckless Neue', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 500;
}

.text-block-2.reckless.white {
  font-family: 'Bodoni Moda', sans-serif;
  color: #fff;
}

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

.step-heading {
  margin-bottom: 10px;
  font-family: 'Bodoni Moda', sans-serif;
  color: #f08132;
  font-size: 40px;
  line-height: 125%;
  font-weight: 500;
}

.step-heading.white {
  color: #fff;
}

.step-heading.sub {
  color: #bfbfbf;
}

.step-text {
  color: #000;
  font-size: 20px;
  line-height: 125%;
  font-weight: 400;
}

.step-text.white {
  color: #fff;
}

.step-text.sub {
  color: #bfbfbf;
}

.store-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container_2 {
  position: relative;
  height: 100%;
  max-width: 80%;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 1%;
  right: -13%;
  bottom: auto;
  z-index: 1;
  margin-top: 101px;
  margin-right: -88px;
}

.enjoy-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 720px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f08132;
}

.div-block-2 {
  width: 23%;
  padding: 110px 50px;
}

.paragraph {
  color: #fff;
  font-size: 20px;
  line-height: 125%;
}

.paragraph.reckless {
  font-family: 'Reckless Neue', sans-serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.paragraph.bodoni {
  font-family: 'Bodoni Moda', sans-serif;
  font-style: italic;
  font-weight: 700;
}

.div-block-3 {
  overflow: visible;
  width: 77%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dad {
  width: 100%;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 32%;
  right: -6%;
  bottom: 39%;
  mix-blend-mode: screen;
}

.body {
  height: 100%;
  font-family: 'Estate Futura', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.paragraph-2 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 125%;
  font-weight: 400;
}

.every-service {
  overflow: hidden;
  padding-top: 23vh;
  padding-bottom: 23vh;
  background-color: #fff8f3;
}

.every-service.hidded {
  display: none;
}

.step-title {
  height: 16vh;
  max-width: 480px;
  margin-right: auto;
  margin-bottom: 8vh;
  margin-left: auto;
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 125px;
  right: -22%;
  bottom: 0%;
}

.loves-estate {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f08132;
}

.center-block {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.center-block.margin-top-30 {
  margin-top: 10px;
}

.loves-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.loves-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  min-height: 80vh;
  margin-right: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loves-content.scroll2 {
  min-height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.loves-text {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.2em;
  line-height: 110%;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.loves-avatar {
  margin-top: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}

.text-block-3 {
  color: #fff;
  font-size: 16px;
  line-height: 125%;
}

.loves-avatar-img {
  padding-bottom: 10px;
}

.estate-thinks {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-5 {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
}

.heading-3.reckless {
  font-family: 'Bodoni Moda', sans-serif;
  color: #f08132;
  font-size: 30px;
  line-height: 125%;
  font-weight: 500;
}

.heading-3.reckless.black {
  color: #000;
}

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

.thinks-block.grey {
  color: #bfbfbf;
}

.thinks-block.orange {
  color: #f08132;
}

.paragraph-3 {
  color: #000;
  font-size: 20px;
  line-height: 125%;
}

.thinks-container {
  width: 50%;
  margin-right: 40px;
}

.div-block-6 {
  width: 50%;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 9%;
  right: -13%;
  bottom: auto;
  mix-blend-mode: normal;
}

.image-4-copy {
  position: absolute;
  left: auto;
  top: 12%;
  right: -6%;
  bottom: 39%;
  mix-blend-mode: screen;
}

.hi-there {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff8f3;
}

.hi-there.mike {
  padding-top: 0px;
}

.paragraph-20pt {
  color: #000;
  font-size: 20px;
  line-height: 125%;
  font-weight: 400;
}

.paragraph-20pt.black.top-30pt {
  margin-top: 30px;
}

.paragraph-20pt.orange {
  color: #f08132;
}

.paragraph-20pt.orange.top-30pt {
  margin-top: 29px;
}

.paragraph-5 {
  color: #f08132;
  font-size: 20px;
  line-height: 125%;
}

.div-block-7 {
  max-width: 510px;
}

.div-block-7.bottom {
  margin-right: 60px;
}

.div-block-7.provider {
  margin-right: 40px;
}

.image-5-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: -17%;
  bottom: -197%;
}

.driven {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #fff;
}

.text-block-4 {
  font-family: 'Reckless Neue', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}

.italic-text {
  font-size: 45px;
  line-height: 45px;
}

.italic-text-2 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}

.bold-text {
  font-size: 28px;
  font-weight: 600;
}

.text-block-5 {
  font-family: 'Reckless Neue', sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 45px;
  font-style: italic;
  font-weight: 700;
}

.text-block-6 {
  font-family: 'Reckless Neue', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-7 {
  display: inline;
  padding-right: 7px;
  font-family: 'Reckless Neue', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-8 {
  display: inline;
  font-family: 'Reckless Neue', sans-serif;
  color: #f08132;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-9 {
  font-family: 'Reckless Neue', sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-10 {
  font-family: 'Reckless Neue', sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 32px;
  font-weight: 600;
}

.text-block-11 {
  font-family: 'Reckless Neue', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-12 {
  font-family: 'Reckless Neue', sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
}

.paragraph-6 {
  color: #000;
  font-size: 20px;
  line-height: 125%;
}

.div-block-8 {
  margin-bottom: 60px;
}

.footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  height: 62vh;
  background-color: #01a056;
}

.footer-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Bodoni Moda', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 125%;
  font-weight: 500;
  text-align: center;
}

.footer-cta {
  margin-bottom: 90px;
  text-align: center;
}

.text-block-13 {
  max-width: 280px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.featured-logos {
  mix-blend-mode: screen;
}

.testimonial-slider {
  position: relative;
  height: 200vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f08132;
}

.testimonial-slider.hidded {
  display: none;
}

.section-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sticky-items-container {
  width: 100%;
  height: 80%;
}

.sticky-items {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200vh;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.realitve {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
}

.main-site {
  position: relative;
}

.realitve-copy {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.navbar-2 {
  background-color: #01a056;
}

.div-block-9 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.heading-5 {
  width: 88%;
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 60px;
  line-height: 125%;
  font-weight: 500;
  text-align: left;
}

.provider-hero-block {
  margin-bottom: 40px;
}

.provider-hero-block.grey {
  opacity: 0.4;
}

.providerr-hero-heading {
  margin-top: 0px;
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 30px;
  line-height: 125%;
  font-weight: 500;
}

.provider-hero-text {
  font-size: 20px;
  line-height: 125%;
}

.left-content-provider {
  max-width: 480px;
  margin-right: 0px;
  margin-bottom: 80px;
}

.estate-jobs {
  overflow: hidden;
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.text-span {
  color: #f08132;
}

.exlclusively {
  overflow: hidden;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #01a056;
}

.exlclusively.hidden {
  display: none;
}

.steps_provider_tittle {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.steps-container-provider {
  position: relative;
  max-width: 560px;
  margin-bottom: 60px;
  font-size: 24px;
}

.section-2 {
  background-color: #f08132;
}

.hero-provider {
  overflow: hidden;
  padding-top: 8vh;
  padding-bottom: 8vh;
  background-color: #01a056;
  color: #fff;
}

.div-block-11.provider {
  margin-right: 40px;
}

.stepsphone {
  position: relative;
  width: 50%;
}

.stamp-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}

.stamp-wrap {
  position: fixed;
  left: auto;
  top: 19%;
  right: -6%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 211px;
  height: 215px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  mix-blend-mode: screen;
}

.image-9 {
  mix-blend-mode: screen;
}

.image-10 {
  position: absolute;
}

.designed-by {
  max-width: 520px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.designed-header {
  font-family: 'Bodoni Moda', sans-serif;
  color: #f08132;
  font-size: 30px;
  line-height: 125%;
}

.content_bodoni {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Bodoni Moda', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 125%;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.services-box-images {
  position: relative;
  overflow: hidden;
  padding-top: 23vh;
  padding-bottom: 20vh;
  background-color: #fff;
}

.box-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

.box-wrap.top {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.box-wrap.bottom {
  margin-top: 15px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.box-wrap.bottom._30px {
  margin-top: 30px;
}

.box-wrap.last {
  margin-top: 30px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.box-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 230px;
  height: 220px;
  margin-right: 20px;
  padding: 20px 0px 20px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
}

.service-wrap {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.service-check {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.servicebox-heading {
  font-family: 'Bodoni Moda', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.service-box-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-master-container {
  position: relative;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.invite-form {
  padding-top: 23vh;
  padding-bottom: 23vh;
  background-color: #fff8f3;
}

.invite-form.landing {
  margin-top: -40px;
  padding-top: 0vh;
  padding-bottom: 100px;
  background-color: #fff;
}

.text-block-15 {
  font-family: 'Bodoni Moda', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 125%;
  font-weight: 700;
}

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

.text-block-16 {
  font-family: 'Bodoni Moda', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 125%;
  font-weight: 500;
}

.from-container {
  max-width: 460px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}

.field-label {
  color: #000;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.field-label.phone-number {
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.text-field {
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
}

.text-field::-webkit-input-placeholder {
  color: #bfbfbf;
}

.text-field:-ms-input-placeholder {
  color: #bfbfbf;
}

.text-field::-ms-input-placeholder {
  color: #bfbfbf;
}

.text-field::placeholder {
  color: #bfbfbf;
}

.services-list {
  position: relative;
  overflow: hidden;
  padding-top: 23vh;
  padding-bottom: 23vh;
  background-color: #fff;
}

.service-list-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 10px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.service-list-name {
  margin-left: 10px;
  font-family: 'Bodoni Moda', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 125%;
}

.services-list-master-container {
  position: relative;
  -webkit-transform: skew(0deg, -2deg);
  -ms-transform: skew(0deg, -2deg);
  transform: skew(0deg, -2deg);
}

.services-list-wrap {
  position: relative;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.segunda-imagen-step {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.testimonail-scroll {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #f08132;
}

.testimonial-scroll-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-heading {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.landing-heading-text {
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 80px;
  line-height: 110%;
  font-weight: 500;
}

.landing-subheading {
  margin-top: 40px;
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 26px;
  line-height: 120%;
  font-weight: 500;
}

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

.landing-text {
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0.5px;
}

.landing-btn {
  margin-top: 30px;
  margin-bottom: 20px;
}

.landing-phone {
  margin-top: -90px;
  margin-bottom: 10%;
  text-align: center;
}

.image-16 {
  margin-left: 60px;
  padding-left: 0px;
}

.landing-text-form {
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: 'Bodoni Moda', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 125%;
  font-weight: 400;
}

.text-span-3 {
  color: #f08132;
}

.landing-founders {
  padding-top: 17vh;
  padding-bottom: 17vh;
  background-color: #fff8f3;
}

.founder-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.founder-name {
  margin-top: 30px;
  font-family: 'Bodoni Moda', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 125%;
  text-align: center;
}

.text-block-18 {
  color: #000;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
}

.text-block-19 {
  max-width: 980px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Bodoni Moda', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 125%;
  text-align: center;
}

.text-span-4 {
  color: #f08132;
}

.landing-footer {
  padding-top: 10vh;
  padding-bottom: 40px;
  background-color: #f08132;
}

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

.image-17 {
  margin-top: 70px;
  mix-blend-mode: screen;
}

.bold-text-2 {
  font-family: 'Bodoni Moda', sans-serif;
}

.italic-text-3 {
  font-family: 'Bodoni Moda', sans-serif;
  font-style: italic;
  font-weight: 700;
}

.div-block-15 {
  margin-right: 60px;
}

.steps-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.steps-list-wrapper {
  height: 90vh;
}

.steps-list-content {
  height: 100%;
}

.primera-imagen-step {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.tercera-imagen-step {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bold-text-3 {
  font-family: 'Bodoni Moda', sans-serif;
  font-style: italic;
  font-weight: 700;
}

.store-btns-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.store-btns-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.steps_providers {
  overflow: hidden;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.steps_providers.effect {
  overflow: visible;
  height: 300vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  background-color: #01a056;
}

.steps-provider-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.textsubtitlestepsprovider {
  position: relative;
  z-index: 4;
  width: 80%;
  margin-bottom: 30px;
  font-family: 'Bodoni Moda', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 125%;
}

.textsubtitlestepsprovider.reckless {
  font-family: 'Reckless Neue', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 500;
}

.textsubtitlestepsprovider.reckless.white {
  font-family: 'Bodoni Moda', sans-serif;
  color: #fff;
}

.step-provider-heading {
  margin-bottom: 10px;
  font-family: 'Bodoni Moda', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 125%;
  font-weight: 500;
}

.step-provider-heading.white {
  color: #fff;
}

.step-provider-heading.sub {
  color: #bfbfbf;
}

.step-provider-text {
  width: 80%;
  color: #fff;
  font-size: 20px;
  line-height: 125%;
  font-weight: 400;
}

.step-provider-text.white {
  color: #fff;
}

.step-provider-text.sub {
  color: #bfbfbf;
}

.section-3 {
  background-color: #01a056;
}

.step-heading-provider {
  margin-bottom: 10px;
  font-family: 'Bodoni Moda', sans-serif;
  color: #f08132;
  font-size: 40px;
  line-height: 125%;
  font-weight: 500;
}

.step-heading-provider.white {
  color: #fff;
}

.step-heading-provider.sub {
  color: #bfbfbf;
}

.step-text-provider {
  color: #000;
  font-size: 20px;
  line-height: 125%;
  font-weight: 400;
}

.step-text-provider.white {
  color: #fff;
}

.step-text-provider.sub {
  color: #bfbfbf;
}

.image-18 {
  width: 150px;
  max-width: 100%;
}

.we-are-launching {
  overflow: hidden;
  padding-top: 23vh;
  padding-bottom: 23vh;
  background-color: #fff8f3;
}

.mike {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mikephoto {
  width: 140px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 100%;
}

.designed-by-copy {
  max-width: 520px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.miketext2 {
  width: 60%;
  margin-top: 30px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.image-19 {
  width: 140px;
  margin-bottom: 20px;
}

.success-message {
  background-color: transparent;
}

.orangephrase {
  color: #f08132;
}

.subheading_block {
  width: 100%;
  margin: 0px auto 10px;
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.subheading_block.reckless {
  width: 100%;
  color: #000;
  font-size: 40px;
  line-height: 125%;
  font-weight: 500;
}

.subheading_block.reckless.white {
  color: #fff;
}

.subheading_block.steps-intro {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f08132;
}

.subcontent_bodoni {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Bodoni Moda', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 125%;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.video-container {
  width: 100%;
}

.video-app-container {
  position: relative;
  width: 40%;
}

.app-video-frame {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.html-embed {
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 13px;
}

.video-app-wraper {
  overflow: hidden;
  width: 69%;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
}

.video-app-container-landing {
  position: relative;
  display: inline-block;
  width: 30%;
}

.aportion {
  overflow: hidden;
  padding-top: 23vh;
  padding-bottom: 23vh;
  background-color: #fff;
}

.aportion.hidded {
  display: none;
}

.image-20 {
  text-align: center;
}

.div-block-17 {
  display: block;
  overflow: visible;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .loves-content {
    width: 30vw;
  }

  .sticky-items {
    width: 120vh;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading.reckless {
    font-size: 70px;
  }

  .primary-btn.floating {
    display: none;
  }

  .flex.mobile.steps-flex {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .logos-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-2.reckless.white {
    font-size: 26px;
  }

  .step-heading.white {
    font-size: 36px;
  }

  .div-block-2 {
    width: 39%;
    padding-top: 71px;
    padding-bottom: 71px;
  }

  .every-service {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  .loves-content {
    width: 50vw;
  }

  .div-block-7 {
    max-width: 440px;
  }

  .text-block-6 {
    font-size: 27px;
  }

  .text-block-9 {
    font-size: 46px;
  }

  .testimonial-slider {
    height: 150vh;
  }

  .sticky-items {
    width: 150vh;
  }

  .div-block-9 {
    margin-bottom: 40px;
  }

  .heading-5 {
    width: 80%;
    font-size: 46px;
    text-align: left;
  }

  .estate-jobs {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  .div-block-10 {
    margin-right: 30px;
  }

  .div-block-11 {
    margin-right: 30px;
  }

  .stepsphone {
    display: block;
    height: 60%;
    max-height: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .stamp-wrap {
    top: 14%;
    right: -14%;
  }

  .invite-form {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  .founder-wrap.second {
    margin-left: 0px;
  }

  .textsubtitlestepsprovider.reckless.white {
    font-size: 26px;
  }

  .step-provider-heading.white {
    font-size: 36px;
  }

  .step-heading-provider.white {
    font-size: 36px;
  }

  .we-are-launching {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  .aportion {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }
    .image-20 {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .hero.landing {
    padding-bottom: 40px;
  }

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

  .primary-btn.floating {
    display: none;
  }

  .heading-_portion.reckless {
    font-size: 30px;
  }

  .hero-btns {
    margin-top: 60px;
  }

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

  .flex.mobile.steps-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .right-content.provider {
    max-width: 80%;
  }

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

  .steps.effect {
    height: auto;
    padding-bottom: 100px;
  }

  .steps-container {
    width: 85%;
  }

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

  .step-heading {
    font-size: 31px;
  }

  .container_2 {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .div-block-2 {
    width: 100%;
    padding: 60px 30px;
  }

  .paragraph.reckless {
    text-align: center;
  }

  .div-block-3 {
    width: 100%;
  }

  .paragraph-2 {
    max-width: 360px;
  }

  .step-title {
    height: auto;
  }

  .loves-content {
    width: 80vw;
  }

  .thinks-container {
    width: 100%;
    margin-right: 0px;
  }

  .div-block-7 {
    margin-top: 30px;
  }

  .div-block-7.bottom.second {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .div-block-7.provider {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .text-block-4 {
    font-size: 28px;
  }

  .text-block-5 {
    font-size: 36px;
  }

  .text-block-6 {
    font-size: 19px;
  }

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

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

  .text-block-10 {
    font-size: 19px;
  }

  .text-block-11 {
    font-size: 19px;
  }

  .text-block-12 {
    font-size: 25px;
  }

  .testimonial-slider {
    height: 200vh;
  }

  .sticky-items {
    width: 220vh;
  }

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

  .estate-jobs {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .div-block-10 {
    width: 50%;
  }

  .div-block-11 {
    margin-right: 0px;
  }

  .div-block-11.provider {
    margin-right: 0px;
  }

  .div-block-12 {
    max-width: 60%;
  }

  .stepsphone {
    width: 60%;
    padding-left: 30px;
  }

  .stamp-wrap {
    top: 10%;
    right: -19%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .segunda-imagen-step {
    display: none;
  }

  .landing-heading-text {
    font-size: 70px;
  }

  .landing-subheading {
    font-size: 30px;
  }

  .landing-text-form {
    font-size: 24px;
  }

  .text-block-19 {
    font-size: 32px;
  }

  .div-block-15 {
    margin-right: 0px;
  }

  .steps-wrapper {
    position: static;
    width: auto;
    height: auto;
  }

  .steps-list-wrapper {
    height: auto;
  }

  .steps-list-content {
    height: auto;
  }

  .primera-imagen-step {
    position: static;
  }

  .tercera-imagen-step {
    display: none;
  }

  .steps_providers.effect {
    height: auto;
    padding-bottom: 100px;
  }

  .steps-provider-wrapper {
    position: static;
    width: auto;
    height: auto;
  }

  .textsubtitlestepsprovider.reckless {
    font-size: 26px;
  }

  .step-provider-heading {
    font-size: 31px;
  }

  .step-heading-provider {
    font-size: 31px;
  }

  .subheading_block.reckless {
    font-size: 30px;
  }

  .image-20 {
    width: 400px;
  }

  .div-block-17 {
    margin-top: -95px;
  }
}
@media screen and (max-width: 479px) {
  .hero {
    padding-bottom: 10px;
  }

  .hero.landing {
    padding-bottom: 10px;
  }

  .container {
    position: relative;
    padding-right: 25px;
    padding-left: 25px;
  }

  .container.navcontainer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading {
    width: 85%;
    font-size: 50px;
    line-height: 110%;
  }

  .heading.reckless {
    font-size: 37px;
  }

  .primary-btn {
    display: none;
    font-size: 14px;
  }

  .primary-btn.floating {
    position: fixed;
    top: auto;
    right: 20px;
    bottom: 60px;
    z-index: 100;
    display: block;
  }

  .primary-btn.no-display {
    display: none;
  }

  .primary-btn.defau-t {
    display: block;
    margin-left: auto;
  }

  .primary-btn.display-block {
    display: block;
    width: 76%;
    margin-left: auto;
  }

  .nav-link {
    padding: 20px 0px;
    float: none;
    clear: none;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    opacity: 1;
    font-size: 16px;
    text-align: right;
  }

  .brand {
    width: 200px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .nav-menu {
    display: block;
    width: 100%;
    margin-left: 0px;
    text-align: right;
  }

  .heading-_portion {
    width: 100%;
    font-size: 28px;
    line-height: 125%;
  }

  .heading-_portion.reckless {
    font-size: 28px;
  }

  .heading-_portion.detailed {
    font-size: 30px;
    text-align: left;
  }

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

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

  .left-content {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 30px;
  }

  .right-content {
    max-width: 220px;
  }

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

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

  .image {
    display: none;
  }

  .text-block-2.reckless.white {
    font-size: 24px;
  }

  .step-heading.white {
    font-size: 30px;
  }

  .step-heading.sub {
    color: #f08132;
  }

  .step-text.sub {
    color: #000;
  }

  .store-btns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container_2 {
    max-width: 95%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .every-service {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .step-title {
    padding-right: 5%;
    padding-left: 5%;
  }

  .loves-content {
    width: 80vw;
    min-height: 60vh;
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading-3.reckless {
    font-size: 24px;
  }

  .div-block-6 {
    width: 90%;
  }

  .hi-there {
    overflow: hidden;
  }

  .hi-there.mike {
    padding-top: 0px;
  }

  .div-block-7 {
    margin-bottom: 40px;
    padding-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-7.bottom {
    margin-top: 0px;
    padding-bottom: 30px;
  }

  .driven {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .text-block-6 {
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-9 {
    font-size: 35px;
    line-height: 41px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .heading-4 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-links {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
  }

  .link {
    color: #fff;
  }

  .testimonial-slider {
    height: 260vh;
  }

  .sticky-items {
    width: 500vw;
  }

  .heading-5 {
    width: 80%;
    font-size: 30px;
    text-align: left;
  }

  .providerr-hero-heading {
    font-size: 24px;
  }

  .provider-hero-text {
    font-size: 18px;
  }

  .left-content-provider {
    margin-bottom: 40px;
  }

  .steps_provider_tittle {
    width: 90%;
  }

  .div-block-10 {
    width: 80%;
    margin-right: 0px;
  }

  .image-7 {
    margin-top: 0px;
  }

  .image-8 {
    width: 140px;
  }

  .div-block-12 {
    max-width: 70%;
  }

  .stepsphone {
    width: 65%;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .stamp-wrap {
    top: 11%;
    right: -21%;
    width: 180px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .designed-by {
    width: 100%;
    margin-top: 20px;
  }

  .designed-header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
  }

  .content_bodoni {
    margin-top: 20px;
    font-size: 22px;
  }

  .services-box-images {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .box-content {
    width: 150px;
    height: 140px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .servicebox-heading {
    font-size: 14px;
  }

  .invite-form {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .invite-form.landing {
    margin-top: -10px;
    padding-bottom: 41px;
  }

  .text-block-15 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }

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

  .services-list {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .service-list-card {
    padding: 12px;
  }

  .service-list-name {
    font-size: 16px;
  }

  .image-11 {
    padding-left: 24px;
  }

  .segunda-imagen-step {
    padding-left: 16px;
  }

  .image-14 {
    padding-left: 20px;
  }

  .image-15 {
    padding-left: 20px;
  }

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

  .landing-subheading {
    font-size: 20px;
  }

  .landing-text {
    font-size: 18px;
  }

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

  .landing-phone {
    margin-top: -50px;
  }

  .image-16 {
    max-width: 70%;
    margin-left: 24px;
  }

  .landing-text-form {
    font-size: 22px;
  }

  .landing-founders {
    padding-top: 11vh;
    padding-bottom: 11vh;
  }

  .founder-wrap.second {
    margin-top: 40px;
    margin-left: 0px;
  }

  .text-block-19 {
    font-size: 24px;
  }

  .image-17 {
    margin-top: 100px;
  }

  .textsubtitlestepsprovider {
    font-size: 24px;
  }

  .textsubtitlestepsprovider.reckless.white {
    font-size: 24px;
  }

  .step-provider-heading.white {
    font-size: 30px;
  }

  .link-block-2 {
    width: 40%;
  }

  .link-block-3 {
    width: 40%;
  }

  .link-block-4 {
    width: 40%;
  }

  .step-heading-provider.white {
    font-size: 30px;
  }

  .step-heading-provider.sub {
    color: #fff;
  }

  .step-text-provider.sub {
    color: #fff;
  }

  .we-are-launching {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .designed-by-copy {
    width: 100%;
  }

  .miketext2 {
    width: 100%;
  }

  .image-19 {
    width: 120px;
  }

  .subheading_block {
    width: 100%;
    font-size: 22px;
    line-height: 125%;
  }

  .subheading_block.reckless {
    font-size: 28px;
  }

  .subheading_block.detailed {
    font-size: 30px;
    text-align: left;
  }

  .div-block-16 {
    width: 95%;
  }

  .subcontent_bodoni {
    margin-top: 0px;
    font-size: 18px;
  }

  .video-container {
    overflow: hidden;
    border-radius: 20px;
  }

  .video-app-container {
    width: 80%;
  }

  .video-app-wraper {
    overflow: hidden;
    margin-top: 23px;
    border-radius: 20px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .video-app-container-landing {
    width: 80%;
  }

  .aportion {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }
    .image-20 {
    width: 200px;
  }
    .div-block-17 {
    margin-top: -80px;
  }
}

@font-face {
  font-family: 'Estate Futura';
  src: url('../fonts/estate_-_futura_pt_book_oblique-webfont.eot') format('embedded-opentype'), url('../fonts/estate_-_futura_pt_book_oblique-webfont.woff') format('woff'), url('../fonts/estate_-_futura_pt_book_oblique-webfont.ttf') format('truetype'), url('../fonts/Estate---Futura-PT-Book-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Estate Futura';
  src: url('../fonts/estate_-_futura_pt_medium-webfont.eot') format('embedded-opentype'), url('../fonts/estate_-_futura_pt_medium-webfont.woff') format('woff'), url('../fonts/estate_-_futura_pt_medium-webfont.ttf') format('truetype'), url('../fonts/Estate---Futura-PT-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estate Futura';
  src: url('../fonts/estate_-_futura_pt_book-webfont.eot') format('embedded-opentype'), url('../fonts/estate_-_futura_pt_book-webfont.woff') format('woff'), url('../fonts/estate_-_futura_pt_book-webfont.ttf') format('truetype'), url('../fonts/Estate---Futura-PT-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/recklessneuetrial-bold-webfont.eot') format('embedded-opentype'), url('../fonts/recklessneuetrial-bold-webfont.woff') format('woff'), url('../fonts/recklessneuetrial-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/recklessneuetrial-bolditalic-webfont.eot') format('embedded-opentype'), url('../fonts/recklessneuetrial-bolditalic-webfont.woff') format('woff'), url('../fonts/recklessneuetrial-bolditalic-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/recklessneuetrial-medium-webfont.eot') format('embedded-opentype'), url('../fonts/recklessneuetrial-medium-webfont.woff') format('woff'), url('../fonts/recklessneuetrial-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/recklessneuetrial-mediumitalic-webfont.eot') format('embedded-opentype'), url('../fonts/recklessneuetrial-mediumitalic-webfont.woff') format('woff'), url('../fonts/recklessneuetrial-mediumitalic-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/recklessneuetrial-semibold-webfont.eot') format('embedded-opentype'), url('../fonts/recklessneuetrial-semibold-webfont.woff') format('woff'), url('../fonts/recklessneuetrial-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/recklessneuetrial-semibolditalic-webfont.eot') format('embedded-opentype'), url('../fonts/recklessneuetrial-semibolditalic-webfont.woff') format('woff'), url('../fonts/recklessneuetrial-semibolditalic-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}