:root {
  --dark-grey: #333;
  --spring-green: #40ed74;
  --ghost-white: #fafafe;
  --darker-grey: #1d1e1f;
  --dark-turquoise: #00b7cc;
  --light-blue: #09c6f9;
  --black-glass: #101010;
  --yellow: white;
  --white: white;
  --yellow-2: #e7ce4a;
  --light-gray: dimgrey;
}

.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-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

a {
  text-decoration: underline;
  top: 50%;
}

.sticky-nav {
  z-index: 100;
  background-color: rgba(255, 255, 255, .98);
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-width: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 30px;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
}

.sticky-nav.dark {
  background-color: #1d1e1f;
  top: -30px;
}

.sticky-nav.home-navbar {
  padding-top: 25px;
  top: 0;
  box-shadow: 0 0 6px #eee;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 38px;
  text-align: left;
  display: block;
}

.nav-logo {
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #333;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .15s;
}

.nav-link:hover {
  border-bottom: 2px solid var(--spring-green);
  text-decoration: none;
}

.nav-link.dark {
  color: rgba(255, 255, 255, .6);
}

.nav-link.light, .nav-link.invest-nav {
  color: var(--ghost-white);
}

.nav-link.inter {
  color: var(--darker-grey);
}

.nav-link.inter.capital {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.container {
  max-width: 1240px;
  text-align: center;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container._2-col-flex {
  justify-content: space-around;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.container._2-col-flex.alignment-left {
  justify-content: flex-start;
  margin-left: 40px;
}

.container._2-col-flex.alignment-right {
  justify-content: flex-end;
}

.container._2-col-flex.padding-zero.blue-bg {
  background-color: #56bcd0;
}

.container._2-col-flex.padding-zero.green-bg {
  background-color: #76de83;
}

.container._2-col-flex.padding-zero.green-bg.rounded-bg {
  max-width: 940px;
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.container._2-col-flex.padding-zero.green-bg.rounded-bg.blue-bg {
  background-color: var(--dark-turquoise);
  border-radius: 60px;
}

.container._2-col-flex.padding-zero.green-bg.rounded-bg.blue-bg.blue-gradient {
  background-image: linear-gradient(270deg, var(--dark-turquoise), var(--light-blue));
}

.container._2-col-flex.padding-zero.green-bg.rounded-bg.green-gradient {
  background-image: linear-gradient(to right, #76de83, #30c67c);
}

.container._2-col-flex.padding-zero.padding-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.container._2-col-flex.padding-zero.padding-20.corner-radius-60 {
  border-radius: 60px;
}

.container._2-col-flex.padding-zero.padding-20.corner-radius-60.bg-blue {
  max-width: 940px;
  background-image: linear-gradient(to bottom, var(--dark-turquoise), var(--dark-turquoise));
}

.container.narrow-centr-sec {
  max-width: 900px;
}

.container.hero {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.hero.ng-bt-margin {
  padding-top: 80px;
  padding-bottom: 0;
}

.container.hero.ng-bt-margin.bg-color {
  background-color: var(--black-glass);
}

.container.nested {
  padding-left: 0;
  padding-right: 0;
}

.container.banner-cont {
  max-width: none;
  background-image: linear-gradient(to bottom, var(--black-glass), var(--black-glass));
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.black {
  background-color: #111212;
}

.container.black.padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.margin {
  margin-top: 50px;
}

.hero-h {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.hero-h.big-font {
  min-width: 430px;
  font-size: 80px;
  line-height: 90px;
}

.hero-h.big-font.white-txt {
  color: var(--yellow);
}

.hero-h.big-font.resize {
  font-size: 50px;
  line-height: 60px;
}

.hero-par {
  max-width: 600px;
  color: #595959;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.hero-par.dark {
  color: rgba(255, 255, 255, .6);
}

.hero-par.small-font {
  font-size: 18px;
}

.nav-bar-btn {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #40ed74;
  background-clip: border-box;
  border-radius: 20px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 20px;
  transition: background-color .15s ease-in-out;
}

.nav-bar-btn:hover {
  background-color: #00b7cc;
}

.nav-bar-btn.getearlyaccessshowhideid {
  transition: background-color .15s ease-in-out;
  display: none;
}

.nav-bar-btn.mg-top {
  margin-top: 20px;
}

.nav-bar-btn.bigger-size {
  background-image: linear-gradient(45deg, var(--dark-turquoise), var(--spring-green));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  transition: transform .4s, box-shadow .2s, background-color .2s;
}

.nav-bar-btn.bigger-size.animation {
  min-height: 50px;
  min-width: 300px;
  background-color: var(--light-blue);
  text-align: center;
  border-radius: 12px;
  flex-wrap: nowrap;
  line-height: 30px;
  transition: transform .4s, box-shadow .2s, background-color .2s;
}

.nav-bar-btn.bigger-size.animation:hover {
  background-image: none;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.nav-bar-btn.bigger-size.animation.smaller {
  min-width: 200px;
}

.nav-bar-btn.bigger-size.animation.mg-top.mg-bottom {
  margin-top: 40px;
  margin-bottom: 50px;
}

.nav-bar-btn.bigger-size.animation.mobile-btn-size.middle {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-bar-btn.bigger-size.animation.inthe-middle {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.scroll-translated-emoji {
  font-size: 90px;
  line-height: 100px;
  display: block;
  position: absolute;
  top: 616px;
  left: 100px;
  right: auto;
}

.body {
  border: 1px #000;
  border-bottom-width: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.body.dark {
  background-color: var(--dark-grey);
}

.sticky-nav-border-fade-detector {
  height: 0;
  display: none;
  position: absolute;
  top: 60px;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-menu-cont {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 20px;
  display: grid;
}

.footer-link {
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .15s;
  display: inline-block;
}

.footer-link:hover {
  border-bottom-color: var(--spring-green);
}

.footer-link.inter.light-white {
  color: #000;
}

.eastereggup {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--dark-turquoise), var(--spring-green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 20px;
  display: inline-block;
}

.feat-slider-txt-div {
  width: 300px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.feature {
  opacity: 1;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-right: 0;
  display: block;
}

.feature.greenbg {
  background-color: #fafefa;
  padding-right: 0;
}

.feature.greenbg.bg-coin-photo {
  min-height: 450px;
  background-image: url('../images/liquidity-cover-photo.png');
  background-position: 0 0;
  background-size: cover;
}

.feature.greenbg.new-bg {
  background-image: url('../images/Social-bg-2.png');
  background-position: 0 0;
  background-size: cover;
}

.feature.greenbg.white-bg {
  background-color: var(--white);
}

.feature.greenbg.mg-bottom {
  padding-bottom: 100px;
}

.feature.greenbg.mg-bottom.pd-top.mg-b._100vh {
  height: 100vh;
}

.feature.greenbg.mg-bottom.pd-top.mg-b._100vh.bg-white {
  background-color: #fff;
}

.feature.greenbg.no-mg.padding, .feature.greenbg.pd-top.mgb, .feature.greenbg.pd-top.bg-blue.padding-bottom-100 {
  padding-bottom: 100px;
}

.feature.greenbg.hide {
  display: none;
}

.feature.footer {
  background-color: #fff;
  border-top: 3px solid #000;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.feature.narrowpadding {
  padding-top: 25px;
  padding-bottom: 50px;
}

.feature.invest-feature {
  padding-top: 50px;
}

.feature.top-part {
  padding-top: 0;
  padding-right: 0;
}

.feature.top-part.fafe-bg {
  background-color: var(--ghost-white);
}

.feature.top-part.bg-black {
  background-color: var(--darker-grey);
}

.feature.building-cover {
  background-image: url('../images/building-cover-photo-1.png');
  background-position: 0 0;
  background-size: cover;
}

.feature.bg-map-photo {
  min-height: 450px;
  background-image: url('../images/map-cover-photo-1.png');
  background-position: -60px 0;
  background-size: cover;
}

.feature.bg-3d {
  min-height: 450px;
  background-image: url('../images/bg-3d-2.png');
  background-position: 0 0;
  background-size: cover;
}

.feature.no-mg {
  padding-bottom: 0;
}

.feature.margin-bottom {
  margin-bottom: 50px;
}

.feature.pd-top.bg-green {
  background-color: #76de83;
}

.fts-phone-img {
  z-index: 50;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-position: 50% 50%;
  position: relative;
}

.fts-phone-img.margin-top {
  margin-top: 40px;
}

.fts-phone-img.margin-top.full-width {
  max-width: 500px;
}

.fts-phone-img.mg {
  max-width: 400px;
}

.fts-phone-img.hide {
  display: none;
}

.fts-phone-img.border-rounded-ss {
  border-radius: 20px;
}

.fts-phone-img.border-rounded-ss.video-fts-img {
  position: absolute;
  top: 0;
}

.fts-phone-img.border-rounded-ss.invisible {
  opacity: 0;
}

.txt-block-legal {
  text-align: left;
  font-size: 17px;
  line-height: 20px;
}

.txt-block-legal.inter.light-white {
  color: rgba(255, 255, 255, .8);
}

.txt-block-legal.inter.light-white.light-text {
  font-weight: 200;
}

.txt-block-legal.inter.light-white.light-text.smalltext {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.fts-par {
  color: #595959;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.fts-par.stepsslider {
  font-size: 18px;
  line-height: 23px;
}

.fts-par.stepsslider.text-20.opacity {
  opacity: .6;
}

.fts-par.dark {
  color: rgba(255, 255, 255, .6);
}

.fts-par.buy-to-let {
  white-space: normal;
  font-family: Inter, sans-serif;
}

.fts-par.buy-to-let.max-width {
  max-width: 90%;
  margin-left: 0;
  font-size: 24px;
  font-weight: 700;
}

.fts-par.buy-to-let.margin-top {
  margin-left: 20px;
}

.fts-par.text-middle.colour {
  color: var(--darker-grey);
  font-weight: 300;
}

.fts-h {
  color: #333;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.fts-h.stepsslider {
  font-size: 50px;
  line-height: 54px;
}

.fts-h.dark {
  color: #fff;
  font-size: 40px;
  line-height: 56px;
}

.fts-h.dark.card-header {
  color: var(--ghost-white);
}

.fts-h.middle {
  text-align: center;
}

.fts-h.middle.mg-top {
  margin-top: 5px;
}

.fts-h.middle.mg-top.resize {
  font-size: 40px;
  font-weight: 500;
}

.fts-h.no-mg {
  margin-bottom: 0;
}

.fts-h.no-mg.blackbg {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: content-box;
}

.fts-h.no-mg.blackbg.height {
  line-height: 74px;
}

.fts-h.no-mg.blackbg.height.greentext {
  color: #76de83;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  font-weight: 500;
}

.fts-h.no-mg.blackbg.white-text {
  font-weight: 500;
}

.fts-h.no-mg.blackbg.white-text.resize-small {
  font-size: 50px;
  line-height: 58px;
}

.fts-h.black {
  color: #000;
  line-height: 68px;
}

.fts-h.black.resize-small {
  font-size: 50px;
  line-height: 58px;
}

.fts-h.white-text {
  font-weight: 500;
  line-height: 68px;
}

.fts-txt-div {
  max-width: 550px;
  text-align: left;
}

.fts-txt-div.usp {
  margin-bottom: 40px;
}

.fts-txt-div.right.mg-l.no-max-width.mr {
  padding-right: 20px;
}

.fts-img-div {
  max-width: 240px;
  margin-top: 25px;
  margin-bottom: 50px;
  position: relative;
}

.fts-img-div.stepsslider {
  margin-left: 50px;
  margin-right: 100px;
}

.fts-img-div.widewidth {
  max-width: 400px;
}

.fts-img-div.hero.photo {
  max-width: 800px;
}

.fts-img-div.hero.photo-resize {
  max-width: 400px;
}

.fts-img-div.usp {
  max-width: 500px;
  min-height: 500px;
  min-width: 500px;
}

.fts-img-div.usp.resize {
  min-height: 300px;
}

.fts-img-div.usp.resize.size.ben-alex-photo {
  min-width: auto;
}

.fts-img-div.usp.mg {
  min-width: 300px;
}

.fts-img-div.usp.mg.mg-top.mg-t.height-change {
  max-width: 500px;
  min-height: 300px;
  min-width: 200px;
}

.fts-img-div.logo-shadow {
  max-width: 100px;
  margin-top: 0;
}

.fts-img-div.diff-width {
  max-width: 350px;
}

.fts-phone-shadow {
  z-index: 30;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, var(--dark-turquoise), var(--spring-green));
  opacity: .6;
  filter: blur(30px);
  transform-style: preserve-3d;
  border-radius: 30px;
  display: block;
  position: absolute;
  transform: translate(0, 3.4883%)scale3d(.8, .9302, 1);
}

.fts-phone-shadow.position {
  position: static;
}

.fts-phone-shadow.pos {
  position: absolute;
  top: 0;
}

.fts-phone-shadow.hide {
  display: none;
}

.centr-title-h {
  color: #333;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
}

.centr-title-h.usp {
  color: #333;
  margin-top: 25px;
  margin-bottom: 50px;
}

.centr-title-h.usp.buy-to-let {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.centr-title-h.usp.buy-to-let.alex-header {
  margin-top: 100px;
  font-size: 50px;
}

.centr-title-h.usp.buy-to-let.alex-header.text-white {
  color: var(--white);
}

.centr-title-h.dark {
  color: #fff;
}

.centr-title-h.resize {
  font-size: 40px;
}

.centr-title-h.left {
  text-align: left;
}

.centr-title-h.white.large {
  letter-spacing: 3px;
  font-size: 100px;
  line-height: 100px;
}

.centr-title-h.white.large.pp-safety {
  font-size: 60px;
  line-height: 40px;
}

.centr-title-h.margin-t {
  margin-top: 30px;
}

.centr-title-h.margin-t.no-mg {
  margin-bottom: 0;
}

.centr-title-h.padding {
  margin-top: 150px;
}

.centr-title-h.padding.font {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.centr-title-h.padding.font.color {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 30px;
  box-shadow: 1px 1px 3px #000;
}

.centr-title-h.padding.font.color.paddin-in {
  padding-top: 30px;
  padding-bottom: 30px;
}

.centr-title-h.small {
  font-size: 40px;
}

.centr-title-h.small.margin-bottom {
  margin-bottom: 30px;
}

.centr-title-h.smaller {
  font-size: 45px;
}

.centr-title-h.smaller.margintop {
  margin-top: 50px;
}

.social-media-icon {
  object-fit: contain;
  padding-left: 10px;
  padding-right: 10px;
}

.social-media-icon.no-padding {
  padding-left: 0;
}

.social-media-li {
  display: inline-block;
}

.social-media-li.mg-vertical {
  margin-right: 50px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-grid-container.horizontal {
  display: flex;
}

.cards-grid-container._3rd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cards-image-mask {
  text-align: center;
  margin-top: 50px;
}

.cards-image {
  width: 100%;
  height: 80px;
  object-fit: contain;
  object-position: 50% 50%;
}

.cards-h3 {
  text-align: left;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.cards-h3.grey {
  opacity: .6;
  font-weight: 300;
}

.cards-h3.grey.new-font-size {
  text-align: center;
  font-size: 18px;
}

.cards-h3.grey.new-font-size.no-padding {
  padding-left: 0;
}

.cards-h3.resize {
  font-size: 30px;
}

.cards-h3.resize.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.cards-h3.resizing {
  padding-left: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.cards-par {
  color: #595959;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 26px;
}

.cards-par.padding {
  padding-left: 10px;
  padding-right: 10px;
}

.legal-card {
  max-width: 300px;
  background-color: rgba(9, 198, 249, .05);
  border: 1px #000;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
}

.legal-card.bg-white {
  background-color: var(--white);
  border-width: 0;
}

.centr-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.centr-title.no-mg {
  padding-bottom: 0;
}

.centr-title.no-mg.left {
  margin-left: 0;
}

.centr-title.mg-bottom, .centr-title.no-mg-bottom {
  padding-bottom: 0;
}

.div-block-4 {
  justify-content: space-around;
  display: flex;
}

.div-block-4.margin-top {
  margin-top: 150px;
}

.div-block-4.mg-top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-4.mg-top.mg-bottom.mg-t {
  margin-top: 30px;
}

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

.list {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.list.alg-middle {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
}

.slider-content-container {
  height: 100%;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.image-4.margin-bottom.resize.opacity {
  opacity: .6;
}

.image-4.margin-bottom.mgr {
  margin-right: 20px;
}

.image-4.opacity {
  opacity: .6;
}

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

.info-page-h {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.info-page-h.inter {
  font-weight: 500;
}

.info-page-h.inter.mg-top {
  padding-top: 20px;
}

.info-page-h.inter.mg-top.resize {
  color: var(--darker-grey);
  font-size: 32px;
}

.eastereggdown {
  cursor: pointer;
  font-style: italic;
  display: inline-block;
}

.info-page-par {
  color: var(--darker-grey);
  text-align: left;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  list-style-type: decimal;
}

.info-page-par.inter.text-20.hide, .list-item-2, .list-item-3, .list-item-4, .list-item-6, .list-item-7 {
  display: none;
}

.nav-link-2 {
  color: #333;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 3px;
  font-size: 17px;
  text-decoration: none;
  transition: border-color .15s;
  display: block;
}

.nav-link-2:hover {
  border-bottom: 2px solid #40ed74;
  text-decoration: none;
}

.fts-img-shadow {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, var(--dark-turquoise), var(--spring-green));
  opacity: .6;
  filter: blur(30px);
  transform-style: preserve-3d;
  border-radius: 30px;
  display: none;
  position: absolute;
  transform: translate(0, 3.4883%)scale3d(.8, .9302, 1);
}

.nav-bar-split {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
  display: flex;
}

.nav-bar-l {
  max-height: 50px;
}

.nav-bar-r {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.brand-grad-txt {
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0 100%, #00b7cc, #40ed74);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.brand-grad-txt.invest-heading.padding-bt {
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 35px;
  line-height: 50px;
}

.brand-grad-txt.invest-heading.padding-bt.alignment-left {
  text-align: left;
}

.brand-grad-txt.invest-heading.padding-bt.alignment-left.margin-left {
  margin-left: 0;
}

.brand-grad-txt.inter.bold.resize {
  font-size: 40px;
}

.brand-grad-txt.inter.bold.resize.padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.fts-subh {
  color: #595959;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.fts-subh.dark {
  color: rgba(255, 255, 255, .6);
}

.centr-title-par {
  color: #595959;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.centr-title-par.text-light {
  color: var(--ghost-white);
}

.centr-title-par.text-light.max-width {
  max-width: 800px;
}

.centr-title-par.text-light.max-width.middle-align {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.centr-title-par.text-light.max-width.middle-align.semibold {
  font-weight: 300;
}

.copyright-centr-p {
  text-align: center;
  border-top: 2px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 17px;
  line-height: 20px;
}

.copyright-centr-p.inter.light-white {
  color: #000;
  border-top-color: #000;
}

.copyright-centr-p.inter.light-white.small-text {
  border-top-width: 3px;
  font-size: 12px;
}

.column, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.nav-links {
  grid-column-gap: 16px;
  grid-template: ". . Area"
  / max-content max-content max-content max-content max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: end;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.form-loader-script-embed {
  display: none;
}

.waiting-list-form-embed {
  max-width: 100%;
  margin-bottom: -200px;
}

.hero-lhs {
  max-width: 700px;
  text-align: left;
  margin-bottom: 60px;
}

.space-for-embed-wl {
  width: 100%;
  height: 40px;
}

.text-span {
  display: inline-block;
}

.comingsoon-txt-div {
  max-width: 700px;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
  display: flex;
}

.body-2, .html-embed {
  height: 100%;
}

.dotted-info-link {
  color: #595959;
  border-bottom: 1px dotted #595959;
  text-decoration: none;
}

.slider {
  height: 700px;
  background-color: rgba(0, 0, 0, 0);
}

.icon {
  height: 50px;
  color: var(--spring-green);
  padding-top: 5px;
}

.mask {
  overflow: hidden;
}

.proptee-logo {
  max-width: 150px;
  margin: -30px auto 20px;
  display: none;
}

.proptee-logo-nav {
  max-width: 150px;
  margin: 8px 0 0 15px;
  display: inline-block;
}

.join-community-btn {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #40ed74;
  background-clip: border-box;
  border-radius: 20px;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 20px;
  transition: background-color .15s ease-in-out;
}

.join-community-btn:hover {
  background-color: #00b7cc;
}

.join-community-btn.getearlyaccessshowhideid {
  display: none;
}

.tos-pp-etc-text {
  text-align: left;
}

.tos-pp-etc-text.usp {
  margin-bottom: 40px;
}

.div-block-5 {
  max-height: 20px;
}

.text-block {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.header {
  max-height: 60px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner {
  z-index: 110;
  opacity: 1;
  object-fit: cover;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  display: none;
}

.div-block-7 {
  position: absolute;
}

.text-block-3 {
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  border: 2px solid var(--dark-turquoise);
  background-color: var(--spring-green);
  color: var(--ghost-white);
  cursor: pointer;
  object-fit: fill;
  border-radius: 20px;
  padding-top: 3px;
  position: fixed;
  top: 45px;
  left: auto;
  right: 140px;
}

.sign-up-link:active {
  color: #0300cc;
}

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

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

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

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-section {
  border-bottom: 5px solid var(--spring-green);
  background-image: url('../images/Artboard-1-new.png');
  background-position: 0 0;
  background-size: cover;
  padding: 160px 60px 50px;
}

.cards-grid-container-top {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.cards-grid-container-top.sign-up, .cards-grid-container-top.signup {
  grid-template-columns: .25fr 1fr;
}

.cards-image-mask-2 {
  width: 100%;
  text-align: center;
  border-radius: 0%;
  padding-top: 0%;
  position: relative;
  overflow: visible;
}

.cards-image-mask-2.youtube-video {
  padding-top: 0%;
}

.cards-image-2 {
  z-index: 10000;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards-image-2.demand-img {
  width: 140%;
  height: 150%;
  top: 19px;
  left: -34%;
}

.heading {
  color: #333;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 45px;
}

.heading.heading-card {
  color: var(--ghost-white);
}

.heading-2 {
  margin-top: 0;
}

.heading-2.width {
  max-width: 75%;
}

.heading-2.width.pd-top {
  max-width: 80%;
  min-width: 110%;
  margin-top: 100px;
}

.heading-3 {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.div-block-8 {
  color: #fff;
}

.invest-form {
  min-height: 500px;
  min-width: 500px;
}

.grid {
  min-width: 1000px;
  grid-column-gap: 20px;
  grid-template-rows: auto;
}

.invest-div {
  background-color: var(--darker-grey);
  padding: 60px 90px 100px;
}

.invest-heading {
  color: #fff;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 45px;
}

.div-block-9 {
  width: 100%;
  color: #fff;
}

._100-bar {
  width: 100%;
  height: 40px;
  max-height: 50px;
  background-color: #fafafa;
  border-radius: 10px;
  display: flex;
}

._40-bar {
  width: 40%;
  height: 40px;
  background-color: var(--spring-green);
  border-radius: 10px 0 0 10px;
  justify-content: space-around;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.moving-bar {
  width: 40px;
  height: 100%;
  background-color: rgba(0, 183, 204, .47);
  margin-left: 3px;
  margin-right: 3px;
}

.text-block-4 {
  color: rgba(255, 255, 255, .6);
  padding-top: 20px;
}

.text-block-5 {
  color: #757575;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.header-2 {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.paragraph {
  max-width: 80%;
  color: var(--ghost-white);
  text-align: left;
}

.list-item-8, .list-item-9, .list-item-9.list-heading {
  list-style-type: none;
}

.heading-4 {
  color: #333;
}

.section-2 {
  padding: 100px 90px;
}

.section-3 {
  background-color: var(--darker-grey);
  padding: 100px 40px 100px 90px;
}

.section-4 {
  padding: 100px 90px;
}

.section-5 {
  background-color: var(--darker-grey);
  padding: 100px 40px 100px 90px;
}

.section-6 {
  background-color: var(--darker-grey);
  padding: 20px 40px;
}

.section-7 {
  padding-left: 40px;
  padding-right: 40px;
}

.heading-5 {
  font-size: 40px;
  line-height: 47px;
}

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

.image-5 {
  max-width: 130%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
}

.image-6 {
  max-width: 60%;
  border-radius: 20px;
}

.div-block-11 {
  text-align: center;
  position: relative;
}

.image-7 {
  max-width: 60%;
  border-radius: 20px;
}

.div-block-12 {
  text-align: center;
}

.waiting-list-div {
  width: 100%;
  margin-right: 20px;
  padding-top: 100px;
  padding-bottom: 200px;
}

.waiting-list-div.invest {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-8 {
  max-width: 80%;
  text-align: center;
}

.sticky-nav-2 {
  z-index: 1;
  box-shadow: 0 0 3px 0 var(--light-gray);
  background-color: #fafefa;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-nav-2.smaller {
  padding: 15px 10px 10px;
}

.sticky-nav-2.smaller.black-bg {
  background-color: var(--black-glass);
}

.sticky-nav-2.smaller.black-bg.nobottomborder {
  box-shadow: none;
}

.nav-grid-2 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
}

.nav-logo-link-2 {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo-link-2.smaller {
  height: 40px;
}

.nav-logo-2 {
  width: auto;
  height: 100%;
  max-width: 50%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link-3 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-3:hover {
  text-decoration: underline;
}

.container-4 {
  width: 100%;
  max-width: 1240px;
  background-color: var(--ghost-white);
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  position: static;
}

.brand {
  display: block;
  position: absolute;
  transform: translate(0, -50%);
}

.brand.hamburger-logo {
  display: none;
}

.nav-link-4 {
  text-decoration: none;
}

.nav-link {
  min-height: 28px;
  color: #6b6b6b;
  border: 0 solid #000;
  border-bottom: 0 rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px 0;
  font-size: 16px;
}

.nav-link:hover {
  color: var(--darker-grey);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.nav-link.hamburger-link {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.navbar {
  z-index: 90;
  width: 100%;
  background-color: var(--ghost-white);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button {
  background-color: var(--spring-green);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--dark-turquoise);
}

.button.nav-button {
  font-family: Montserrat, sans-serif;
  display: block;
}

.button.nav-button:hover {
  background-color: #2bcf5c;
}

.button.nav-button.get-access-btn {
  display: none;
}

.button.padding-top {
  text-transform: capitalize;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-logo {
  margin-bottom: 6px;
  margin-right: 10px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.hero.invest-hero {
  border-style: none;
  border-width: 0 0 5px;
  border-color: black black var(--spring-green);
  padding: 220px 40px 50px;
}

.proptee-conti {
  max-height: 400px;
  max-width: 1240px;
  color: var(--dark-grey);
  background-color: #fff;
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding: 100px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.proptee-conti.sign-up {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding: 40px 90px;
  display: flex;
  position: static;
}

.proptee-conti.bg-black {
  background-color: var(--darker-grey);
}

.proptee-conti.bg-black.margin-bottom {
  margin-bottom: 30px;
}

.proptee-conti.bg-black.margin-bottom.black {
  background-color: #000;
}

.proptee-conti.margin-bottom.rounded-border {
  border: 1px solid rgba(17, 18, 18, .06);
  border-radius: 24px;
}

.hero-image-mask {
  width: 100%;
  text-align: center;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  max-width: 150px;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.heading-6 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.05;
}

.heading-7 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.paragraph-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.bold-text {
  font-weight: 400;
}

.div-block-13 {
  height: 30px;
  max-width: 50%;
  min-width: 50%;
  background-image: linear-gradient(231deg, var(--spring-green), var(--dark-turquoise));
}

.proptee-fancy-div-right {
  border-top: 5px solid var(--spring-green);
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.div-block-15 {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 183, 204, .61);
  display: none;
  position: relative;
  top: 10px;
  left: 140px;
}

.sign-up-section {
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.heading-8 {
  color: var(--ghost-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-8.black {
  color: var(--darker-grey);
}

.heading-8.black.margin-top {
  margin-top: 50px;
}

.progress-bar {
  height: 15px;
  background-color: var(--dark-turquoise);
  border-radius: 20px;
}

.progress {
  width: 40%;
  height: 100%;
  background-color: var(--spring-green);
  border-radius: 20px;
}

.progress-bar-conti {
  height: 50px;
  margin-top: 10px;
  display: flex;
}

.progress-text-left, .progress-text-right {
  width: 50%;
  height: 100%;
}

.text-block-6 {
  color: var(--dark-grey);
  font-family: Montserrat, sans-serif;
}

.text-block-7 {
  color: var(--dark-grey);
  text-align: right;
  font-family: Montserrat, sans-serif;
}

.img-left-conti {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(64, 237, 116, .14), rgba(64, 237, 116, .14));
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px 70px;
}

.img-left-conti.colum-layout {
  color: var(--darker-grey);
  background-image: linear-gradient(#f4f4fa, #f4f4fa);
  margin-top: 0;
}

.img-left-conti.last-conti {
  background-image: linear-gradient(#f4f4fa, #f4f4fa);
  margin-top: 0;
}

.img-left-conti.last-conti.bg-black {
  background-image: linear-gradient(to bottom, var(--darker-grey), var(--darker-grey));
}

.img-left-conti.last-conti.bg-black.black {
  background-image: linear-gradient(#000, #000);
}

.img-left-conti.last-conti.white-bround {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.flex-container {
  text-align: left;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 90%;
  max-height: 330px;
  object-fit: contain;
  object-position: 50% 50%;
}

.div-block-16 {
  width: 100%;
  color: var(--dark-grey);
  text-align: center;
}

.div-block-16.dark-text {
  background-color: var(--spring-green);
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
}

.div-block-16.left-col {
  background-color: var(--white);
  color: var(--ghost-white);
  background-color: var(--dark-turquoise);
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
}

.div-block-16.left-col.color-green {
  background-color: var(--dark-turquoise);
  margin-left: 20px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.div-block-16.right-col {
  height: 650px;
  background-color: var(--white);
  margin-left: 0;
  margin-right: 20px;
  padding: 40px 0;
  position: relative;
}

.div-block-16.right-col.dark {
  background-color: var(--darker-grey);
  color: var(--dark-grey);
  margin-left: 0;
  margin-right: 20px;
  padding: 40px 0;
}

.div-block-16.lefti-col {
  background-color: var(--white);
  margin-left: 20px;
  margin-right: 0;
  padding: 40px;
}

.div-block-16.lefti-col.disrupted {
  height: 650px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.proptee-fancy-div-left {
  border-top: 0 rgba(0, 0, 0, 0);
  border-bottom: 5px solid var(--dark-turquoise);
}

.div-block-17 {
  text-align: center;
  background-image: url('../images/beni.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.header-conti {
  height: 100px;
  max-height: 100px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 90px;
  padding-right: 90px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-9 {
  color: var(--darker-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-10 {
  color: var(--spring-green);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-10.dark-header, .heading-10.color-header {
  color: var(--dark-turquoise);
}

.heading-10.color {
  color: var(--spring-green);
}

.heading-11 {
  color: var(--darker-grey);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.05;
}

.heading-11.light {
  color: var(--white);
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
}

.paragraph-4 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-4.dark-text {
  color: var(--light-gray);
  text-align: center;
  font-weight: 400;
}

.paragraph-4.dark-text.alignment-left {
  text-align: left;
}

.paragraph-4.light, .paragraph-4.color {
  color: var(--ghost-white);
}

.paragraph-4.alignment-left {
  text-align: left;
}

.paragraph-4.alignment-left.list-10 {
  margin-left: 10px;
  padding-left: 0;
  list-style-type: none;
}

.paragraph-4.alignment-left.font-white {
  color: var(--ghost-white);
  font-weight: 500;
}

.paragraph-4.alignment-left.font-white.inter.text-20.medium.black {
  color: var(--darker-grey);
}

.paragraph-4.font-white {
  color: var(--ghost-white);
  font-weight: 400;
}

.paragraph-4.font-white.margin-top {
  padding-top: 20px;
}

.global-market {
  background-color: rgba(64, 237, 116, .06);
  background-image: linear-gradient(97deg, var(--dark-turquoise), #40ed74);
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 70px;
}

.img-conti-left {
  width: 100%;
  margin-right: 40px;
  position: relative;
  top: 220px;
}

.img-conti-right {
  width: 80%;
  margin-left: 40px;
}

.section-8 {
  background-color: #1d1e1f;
  padding: 20px 40px;
}

.section-8.bg-white {
  background-color: var(--white);
}

.image-11 {
  width: 150px;
  position: absolute;
  top: 90px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-block-8 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-18 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-19 {
  width: 100%;
  height: 300px;
  border: 0px none var(--spring-green);
  border-radius: 20px;
  margin-left: 20px;
  display: block;
  position: relative;
}

.bold-text-2 {
  font-weight: 600;
}

.bold-text-2.color-white {
  color: var(--white);
}

.bold-text-2.color-white.margin-top {
  padding-top: 20px;
  display: block;
}

.image-12 {
  width: 100px;
  max-width: none;
  display: block;
  position: absolute;
  top: 100px;
  left: 150px;
}

.div-block-20 {
  position: relative;
}

.div-block-21 {
  width: 100%;
  height: 100%;
  border: 3px solid var(--spring-green);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/beni.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
}

.proptee-conti-2 {
  display: flex;
}

.div-block-22 {
  color: var(--ghost-white);
  padding-left: 40px;
  padding-right: 40px;
}

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

.bold-text-3.color {
  color: var(--white);
}

.section-img-conti {
  max-height: 330px;
  max-width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-img-conti.shadow {
  width: 100%;
  max-height: none;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-img-conti.uk-map {
  margin-top: 40px;
}

.section-img-conti.grpah {
  bottom: 100px;
}

.building {
  max-width: 100%;
  display: block;
}

.proptee-logo-last-section {
  width: 40%;
  padding-bottom: 20px;
  font-size: 20px;
}

.image-14 {
  width: 87%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.image-15 {
  max-width: 100%;
  object-fit: fill;
  position: relative;
  bottom: 10px;
  left: 0;
  right: 0;
}

.background-video {
  background-color: rgba(51, 51, 51, .48);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: var(--spring-green);
  border-radius: 20px;
}

.text-block-9 {
  padding-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-2 {
  max-width: 200px;
  background-color: var(--spring-green);
  color: var(--white);
  text-align: center;
  border-radius: 31px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.link-block-2:hover {
  background-color: var(--dark-turquoise);
}

.link-block-2.padding-top {
  max-width: 250px;
  margin-top: 50px;
}

.link-block-2.alignment-middle {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  margin-top: 30px;
  margin-left: 20px;
}

.link-block-2.alignment-middle.bg-transparent {
  color: var(--dark-turquoise);
  background-color: rgba(0, 0, 0, 0);
}

.link-block-2.alignment-middle.bg-transparent:hover {
  border: 1px #000;
  text-decoration: underline;
}

.link-block-2.align-middle {
  margin: 50px auto 30px;
}

.image-16 {
  width: 26px;
  height: 20px;
  margin-left: 10px;
}

.div-block-23 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-24 {
  background-color: #f4f4fa;
  padding-top: 40px;
  padding-left: 220px;
  padding-right: 220px;
}

.div-block-25 {
  padding-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
  display: none;
}

.container-5 {
  padding-left: 40px;
  padding-right: 40px;
}

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

.field-label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
}

.text-block-10 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bold-text-4 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.success-message {
  background-color: var(--white);
  border-radius: 0;
}

.header-s {
  width: 100px;
  max-width: 200px;
  font-size: 40px;
  line-height: 45px;
}

.list-item-10 {
  list-style-type: disc;
}

.list-with-icon {
  color: var(--white);
  background-image: url('../images/bulleted-list.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.list-with-icon.inter.black {
  color: var(--darker-grey);
}

.card-item {
  background-color: #1d1e1f;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
}

.card-item:hover {
  text-decoration: none;
}

.light-grey {
  color: #787878;
}

.card-iphone {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.card-item-content {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em;
  display: flex;
  position: relative;
}

.container-6 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1em;
  display: block;
}

.container-6.nav-container {
  height: 100%;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-9.dark {
  background-color: #141415;
}

.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.white-text {
  color: #fff;
}

.card-iphone-image {
  width: 200px;
}

.feature-grid {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 3em;
}

.proptee-conti-phone {
  max-height: 400px;
  max-width: 1240px;
  color: var(--dark-grey);
  background-color: #fff;
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding: 100px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.proptee-conti-phone.sign-up {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding: 40px 90px;
  display: flex;
  position: static;
}

.proptee-conti-phone.bg-black {
  background-color: var(--darker-grey);
}

.proptee-conti-phone.bg-black.margin-bottom {
  margin-bottom: 30px;
  display: none;
}

.fts-phone-img-2 {
  z-index: 50;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: contain;
  object-position: 50% 50%;
  display: block;
  position: relative;
}

.fts-phone-shadow-2 {
  z-index: 30;
  width: 100%;
  height: 100%;
  opacity: .6;
  filter: blur(30px);
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #00b7cc, #40ed74);
  border-radius: 30px;
  display: block;
  position: absolute;
  transform: translate(0, 3.4883%)scale3d(.8, .9302, 1);
}

.feature-mobile {
  opacity: 1;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-right: 0;
}

.feature-mobile.greenbg {
  background-color: #fafefa;
  background-image: none;
  padding-right: 0;
}

.feature-mobile.greenbg.bg-coin-photo {
  min-height: 450px;
  background-image: url('../images/liquidity-cover-photo.png');
  background-position: 0 0;
  background-size: cover;
}

.feature-mobile.footer {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.feature-mobile.narrowpadding {
  padding-top: 25px;
  padding-bottom: 50px;
}

.feature-mobile.invest-feature {
  padding-top: 50px;
}

.feature-mobile.top-part {
  padding-top: 0;
  padding-right: 0;
}

.feature-mobile.top-part.fafe-bg {
  background-color: var(--ghost-white);
}

.feature-mobile.top-part.bg-black {
  background-color: var(--darker-grey);
}

.feature-mobile.building-cover {
  background-image: url('../images/building-cover-photo-1.png');
  background-position: 0 0;
  background-size: cover;
}

.feature-mobile.bg-map-photo {
  min-height: 450px;
  background-image: url('../images/map-cover-photo-1.png');
  background-position: -60px 0;
  background-size: cover;
}

.feature-mobile.bg-3d {
  min-height: 450px;
  background-image: url('../images/bg-3d-2.png');
  background-position: 0 0;
  background-size: cover;
}

.feature-features {
  opacity: 1;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-right: 0;
  display: block;
}

.feature-features.greenbg {
  background-color: #fafefa;
  background-image: none;
  padding-right: 0;
  display: none;
}

.feature-features.greenbg.bg-coin-photo {
  min-height: 450px;
  background-image: url('../images/liquidity-cover-photo.png');
  background-position: 0 0;
  background-size: cover;
}

.feature-features.footer {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.feature-features.narrowpadding {
  padding-top: 25px;
  padding-bottom: 50px;
}

.feature-features.invest-feature {
  padding-top: 50px;
}

.feature-features.top-part {
  padding-top: 0;
  padding-right: 0;
}

.feature-features.top-part.fafe-bg {
  background-color: var(--ghost-white);
}

.feature-features.top-part.bg-black {
  background-color: var(--darker-grey);
}

.feature-features.building-cover {
  background-image: url('../images/building-cover-photo-1.png');
  background-position: 0 0;
  background-size: cover;
}

.feature-features.bg-map-photo {
  min-height: 450px;
  background-image: url('../images/map-cover-photo-1.png');
  background-position: -60px 0;
  background-size: cover;
}

.feature-features.bg-3d {
  min-height: 450px;
  background-image: url('../images/bg-3d-2.png');
  background-position: 0 0;
  background-size: cover;
}

.feature-hide-mobile {
  opacity: 1;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-right: 0;
  display: block;
}

.feature-hide-mobile.greenbg {
  background-color: #fafefa;
  background-image: none;
  padding-right: 0;
}

.feature-hide-mobile.greenbg.bg-coin-photo {
  min-height: 450px;
  background-image: url('../images/liquidity-cover-photo.png');
  background-position: 0 0;
  background-size: cover;
}

.feature-hide-mobile.footer {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.feature-hide-mobile.narrowpadding {
  padding-top: 25px;
  padding-bottom: 50px;
}

.feature-hide-mobile.invest-feature {
  padding-top: 50px;
}

.feature-hide-mobile.top-part {
  padding-top: 0;
  padding-right: 0;
}

.feature-hide-mobile.top-part.fafe-bg {
  background-color: var(--ghost-white);
}

.feature-hide-mobile.top-part.bg-black {
  background-color: var(--darker-grey);
}

.feature-hide-mobile.building-cover {
  background-image: url('../images/building-cover-photo-1.png');
  background-position: 0 0;
  background-size: cover;
}

.feature-hide-mobile.bg-map-photo {
  min-height: 450px;
  background-image: url('../images/map-cover-photo-1.png');
  background-position: -60px 0;
  background-size: cover;
}

.feature-hide-mobile.bg-3d {
  min-height: 450px;
  background-image: url('../images/bg-3d-2.png');
  background-position: 0 0;
  background-size: cover;
}

.sticky-nav-listing {
  z-index: 100;
  background-color: rgba(255, 255, 255, .98);
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-width: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 30px;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
}

.sticky-nav-listing.dark {
  background-color: #1d1e1f;
  top: -30px;
}

.sticky-nav-listing.home-navbar {
  z-index: 90;
  background-color: rgba(255, 255, 255, .9);
  padding-top: 5px;
  padding-bottom: 5px;
  top: 0;
  box-shadow: 0 0 6px #eee;
}

.hero2-light-alt2 {
  height: 674px;
  background-image: url('../images/hero2-woman-light.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 980px;
  align-items: center;
  display: flex;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-center {
  align-items: center;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-center.no-mg {
  padding-top: 0;
  padding-bottom: 0;
}

.wrap.w50-center.no-mg.middle {
  justify-content: center;
}

.wrap.w50-center.rounded-corner {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
}

.wrap.w50-center.rounded-corner.padding {
  padding-top: 100px;
}

.wrap._w-custom.hero3 {
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.wrap._w-custom.hero1 {
  text-align: center;
  padding-top: 50px;
}

.wrap._w-custom.hero1.mgtop.position {
  position: static;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap.w50.no-mg {
  padding-top: 0;
  padding-bottom: 0;
}

.wrap.w50.hide {
  display: none;
}

.wrap.w50.mg-no-top {
  padding-top: 0;
}

.wrap.w50.beni-fix {
  padding-top: 0;
  padding-bottom: 0;
}

.wrap.w50-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrap.w50-center {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-80-center {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.hero2-text-wrap {
  width: 45%;
}

.tagline {
  opacity: .6;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.tagline.black {
  color: var(--darker-grey);
}

.tagline.black.aa {
  font-weight: 700;
  line-height: 30px;
}

.tagline.black.left {
  text-align: left;
}

.tagline.black.left.blue {
  color: var(--light-blue);
}

.tagline.black.left.blue.box {
  border: 1px solid var(--light-blue);
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.tagline.black.middle.small {
  text-transform: capitalize;
}

.tagline.black.small.whitetext {
  opacity: 1;
  color: #fff;
}

.tagline.black.small.whitetext.small-tagline.hide {
  display: none;
}

.tagline.nocaps {
  text-transform: none;
}

.tagline.nocaps.padding.gradient-gb {
  color: #1d1e1f;
}

.tagline.nocaps.grey {
  color: var(--darker-grey);
}

.tagline.nocaps.grey.resize, .tagline.nocaps.black.resize {
  font-size: 16px;
}

.tagline.nocaps.black.resize.middle {
  text-align: center;
}

.tagline.nocaps.black.resize.middle.padding {
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tagline.nocaps.black.resize.middle.padding.left {
  text-align: left;
  padding-left: 20px;
}

.tagline.nocaps.black.resize.middle.padding.left.black-color {
  opacity: 1;
}

.tagline.nocaps.black.resize.middle.padding.left.black-color.caps {
  text-transform: none;
}

.tagline.nocaps.black.resize.middle.padding.no-top-margin {
  margin-top: 0;
}

.tagline.nocaps.black.resize.middle.padding.no-top-margin.top-padding {
  letter-spacing: 0;
  padding-top: 35px;
}

.tagline.nocaps.resize {
  font-size: 16px;
}

.tagline.big-mg {
  margin-top: 40px;
}

.tagline.dark {
  color: var(--light-gray);
}

.h1-jumbo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
}

.h1-jumbo.inter.big {
  font-size: 32px;
  font-weight: 600;
}

.h1-jumbo.width {
  min-width: 500px;
}

.h1-jumbo.resize {
  font-size: 40px;
}

.h1-jumbo.resize.boldfont {
  font-weight: 600;
}

.btn-big {
  float: none;
  background-color: #09c6f9;
  background-image: linear-gradient(104deg, #09c6f9, var(--dark-turquoise));
  color: #fff;
  text-align: center;
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: var(--darker-grey);
  background-color: #1386dd;
  border: 1px solid #09c6f9;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn-big:active {
  color: var(--darker-grey);
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.hero3-firstbutton-wrap {
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.hero3-firstbutton-wrap.margin-bottom {
  margin-bottom: 10px;
  margin-right: 0;
}

.hero3-firstbutton-wrap.margin {
  margin-top: 20px;
}

.hero3-image.smaller-size {
  max-width: 60%;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  margin-right: 0;
  display: inline-block;
}

._7-col._7-col-last.header-col-hero {
  width: 500px;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

.hero3-headline-wrap {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 10px;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.btn.btn-outline-light {
  color: #111212;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(17, 18, 18, .05);
}

.btn.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.hero3-text-wrapper {
  padding-right: 50px;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-20.text-20-60 {
  opacity: .6;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Inter, sans-serif;
}

.text-20.text-20-60.no-mg {
  padding-top: 0;
  padding-bottom: 0;
}

.text-20.text-20-60.no-mg.inter-font {
  font-family: Inter, sans-serif;
}

.text-20.text-20-60.no-mg.inter-font.middle {
  margin-top: 30px;
}

.text-20.text-20-60.no-mg.inter-font.small-font {
  opacity: .8;
}

.text-20.text-20-60.no-mg.middle.mobile.hide {
  display: none;
}

.text-20.text-20-60.size {
  color: #111212;
  font-size: 16px;
  line-height: 26px;
  display: inline;
}

.text-20.text-20-60.size.mg {
  position: relative;
}

.text-20.text-20-60.resize {
  max-width: 400px;
}

.text-20.text-20-60.resize.margin-left.mg-l.alignment-left.midl {
  color: #000;
  text-align: center;
}

.text-20.text-20-60.white.middle.side-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.text-20.text-20-60.white.middle.side-padding.small-size.smaller-width {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.text-20.text-20-60.left {
  text-align: left;
  border-radius: 12px;
  padding-left: 20px;
}

.text-20.text-20-60.left.bold {
  opacity: 1;
  padding-left: 20px;
}

.text-20.text-20-60.left.no-opacity {
  opacity: 1;
}

.text-20.text-20-60.width {
  min-width: 600px;
}

.text-20.text-20-60.middle {
  text-align: center;
}

.text-20.text-20-60.padding {
  padding-left: 20px;
}

.text-20.text-20-60.padding.padding-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-20.text-20-60.padding.padding-inner.size.order {
  display: block;
}

.text-20.text-20-60.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.text-20.text-20-60.text-explainer-above-free-fraction-container {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.text-20.text-20-60 {
  opacity: .6;
}

.text-20.white.opacity-80 {
  opacity: .8;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.fts-img-div-2 {
  max-width: 240px;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}

.fts-img-div-2.stepsslider {
  margin-left: 50px;
  margin-right: 100px;
}

.fts-img-div-2.widewidth {
  max-width: 400px;
}

.fts-img-div-2.hero.photo {
  max-width: 800px;
}

.fts-img-div-2.hero.photo-resize {
  max-width: 400px;
}

.fts-img-div-2.usp {
  max-width: 500px;
  min-height: 500px;
  min-width: 500px;
}

.fts-img-div-2.usp.resize {
  min-height: 300px;
}

.fts-img-div-2.logo-shadow {
  max-width: 100px;
  margin-top: 0;
}

.text-span-2 {
  font-family: Inter, sans-serif;
}

.section-10 {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.section-10.no-bt-margin {
  padding-bottom: 50px;
}

.section-10.no-bt-margin.no-padding {
  padding-top: 70px;
}

.section-10.no-bt-margin.no-padding.bg-color-black {
  background-color: var(--black-glass);
}

.div-block-27 {
  text-align: left;
}

.cta2 {
  width: 940px;
  color: #111212;
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px;
  display: flex;
}

.cta2.cta2-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-style: solid;
  border-color: rgba(255, 255, 255, .06);
}

.cta2.width {
  width: 980px;
}

.cta2.opacity {
  opacity: .75;
}

.cta2.blur {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0);
}

.cta2-content-wrap {
  margin-top: 10px;
}

.cta2-content-wrap.middle {
  text-align: center;
  flex: 1;
  align-self: center;
}

.heading-12 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.heading-12.resize {
  font-size: 24px;
  line-height: 30px;
}

.heading-12.small-font {
  opacity: .6;
  font-size: 20px;
}

.heading-12.black {
  color: var(--darker-grey);
}

.section-11 {
  color: #333;
  background-color: #111212;
  background-image: url('../images/Frame-7-2.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
}

.section-11.hide {
  display: none;
}

.section-11.no-bg {
  background-image: url('../images/Frame-7-2.png');
  background-size: cover;
  background-attachment: scroll;
}

.explore-link {
  color: var(--light-blue);
  padding-top: 20px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  transition: opacity .4s, transform .4s, color .2s;
}

.explore-link:hover {
  color: var(--dark-turquoise);
  transform: translate(0, -2px);
}

.explore-link.inter, .explore-link.hide {
  display: none;
}

.section-12 {
  background-image: linear-gradient(to bottom, #fafefa, var(--white));
}

.section-12.reverse {
  background-image: linear-gradient(360deg, #fafefa, var(--white));
}

.section-12.reverse.no-gradient {
  background-image: none;
}

.section-12.bg-new {
  background-image: linear-gradient(360deg, #fafefa, var(--white));
}

.section-12.bg-new.padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-12.margin-top-section.no-bg {
  background-image: none;
}

.content7-numbers-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content7-number-card {
  color: #fff;
  background-color: #111212;
  border-radius: 8px;
  padding: 10px 30px 20px;
}

.content7-number-card.content7-number-card-content3 {
  background-color: #b3b3af;
}

.content7-number-card.content7-number-card-content2 {
  background-color: #c47ca2;
}

.content7-number-card.content7-number-card-content2.hover {
  background-color: var(--white);
  border: 1px solid rgba(17, 18, 18, .06);
  border-radius: 12px;
  transition: opacity .2s, transform .4s, box-shadow .2s;
}

.content7-number-card.content7-number-card-content2.hover:hover {
  border-width: 0;
  transform: translate(0, -4px);
  box-shadow: 0 0 20px rgba(0, 183, 204, .1), 0 0 20px 20px rgba(64, 237, 116, .1);
}

.content7-number-card.content7-number-card-content4 {
  background-color: #21263b;
}

.content7-number-card.content7-number-card-content1 {
  background-color: #3fcedc;
}

._3-col {
  width: 220px;
  margin-right: 100px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.tagline-2 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.content7-number-card-no-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}

.h2-jumbo {
  color: var(--darker-grey);
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.content7-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  margin-top: 15px;
  margin-bottom: 15px;
}

.cta2-2 {
  width: 940px;
  color: #111212;
  border: 1px solid rgba(17, 18, 18, .06);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px;
  display: flex;
}

.cta2-2.bg-white {
  background-color: var(--white);
  border-width: 0;
}

.cta2-2.cta2-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-style: solid;
  border-color: rgba(255, 255, 255, .06);
}

.cta2-2.blur {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.btn-big-2 {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big-2:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn-big-2:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.link-block-3 {
  width: 250px;
}

.link-block-3.mg-top {
  margin-top: 10px;
  transition: transform .4s, box-shadow .2s, opacity .2s;
  display: none;
}

.link-block-3.mg-top:hover {
  transform: translate(0, -2px);
}

.image-17.size {
  width: 170px;
}

.image-17.size.mg-bottom {
  margin-bottom: 20px;
}

.mg-top {
  margin-top: 0;
}

.mg-top.semibold {
  font-size: 28px;
  font-weight: 600;
}

.mg-top.heading-12.black {
  color: var(--darker-grey);
}

.inter {
  color: var(--darker-grey);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.inter.bold.padding {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.inter.bold.padding.bg-black {
  background-color: var(--darker-grey);
}

.inter.bold.padding.bg-black.text-white {
  color: var(--ghost-white);
}

.inter.bold.padding.bg-black.text-white.rounded {
  border-radius: 12px;
  margin-top: 15px;
}

.inter.bold.padding.bg-black.text-white.rounded:hover {
  background-color: rgba(29, 30, 31, .9);
}

.inter.bold.padding.bg-black.text-white.rounded.blue-bg {
  background-color: var(--dark-turquoise);
  color: #fff;
}

.inter.bold.padding.bg-black.text-white.rounded.blue-bg:hover {
  background-color: var(--light-blue);
}

.inter.bold.bg-black {
  background-color: var(--black-glass);
}

.inter.bold.bg-black.text-white {
  color: var(--yellow);
}

.inter.bold.bg-black.text-white.rounded {
  border-radius: 12px;
}

.inter.bold.bg-black.text-white.rounded:hover {
  background-color: rgba(29, 30, 31, .9);
}

.inter.bold.hide {
  display: none;
}

.inter.bold {
  font-weight: 600;
}

.inter.pd-all {
  border-radius: 0;
  padding: 5px;
}

.inter.pd-all:hover, .inter.pd-all:focus {
  background-color: var(--black-glass);
  color: var(--ghost-white);
}

.inter.light-white {
  color: rgba(255, 255, 255, .8);
}

.inter.margoin {
  margin-bottom: 10px;
}

.inter.height {
  line-height: 20px;
}

.inter.bg {
  text-align: center;
  border: 1px solid rgba(17, 18, 18, .06);
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inter.bg.mg {
  margin-top: 50px;
}

.transparent {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(17, 18, 18, .06);
  border-right-style: solid;
  transition: color .4s, transform .4s, opacity .2s;
}

.transparent:hover {
  color: var(--light-blue);
  transform: translate(0, -2px);
}

.transparent.w--current {
  color: var(--light-blue);
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(17, 18, 18, .06);
  transition: color .4s, transform .4s, opacity .2s;
}

.transparent.w--current:hover {
  color: var(--light-blue);
  transform: translate(0, -2px);
}

.transparent.no-line-right {
  border-right-style: none;
}

.transparent.no-line-right.hide {
  display: none;
}

.mg {
  margin-top: 60px;
}

.image-18 {
  text-align: center;
  display: inline-block;
}

.div-block-28 {
  text-align: center;
  display: block;
}

.hero1-headline-wrapper {
  width: 620px;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero1-headline-wrapper.bg-blur {
  border: 1px solid var(--white);
  filter: contrast(200%);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(136deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4));
  background-clip: border-box;
  border-radius: 12px;
  box-shadow: 0 0 100px rgba(0, 0, 0, .2);
}

.hero1-headline-wrapper.bg-blur.padding {
  background-image: linear-gradient(136deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .4));
  padding-top: 20px;
  padding-bottom: 10px;
}

.hero1-headline-wrapper.bg-blur.padding.inner-blur {
  filter: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .4);
  background-image: linear-gradient(rgba(105, 105, 105, .4), rgba(105, 105, 105, .4)), linear-gradient(136deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .4));
  border-width: .5px;
  border-color: rgba(255, 255, 255, .4);
}

.hero1-headline-wrapper.bg-blur.padding.inner-blur.mg-top {
  margin-top: 100px;
}

.hero1-headline-wrapper.bg-blur.padding.inner-blur.mg-top.blur-color {
  background-color: rgba(255, 255, 255, .4);
}

.hero1-headline-wrapper.bg-blur.padding.inner-blur.mg-top.blur-color.blur {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, .2);
  background-image: none;
}

.hero1-headline-wrapper.bg-blur.padding.inner-blur.mg-top.blur-color.blur.less-black {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, .01);
  background-image: none;
}

.hero1-headline-wrapper.bg-blur.padding.inner-blur.mg-top.blur-color.blur.less-black.wide {
  width: 740px;
}

.hero1-headline-wrapper.bg-blur.padding.inner-blur.mg-btn-new {
  position: relative;
}

.hero1-headline-wrapper.bg-blur.padding.inner-blur.mg-btn-new.white-blur {
  background-color: #fff;
}

.hero1-image {
  margin-top: 25px;
}

.hero1-image.hide {
  display: none;
}

.section-13 {
  background-image: url('../images/Rent-rewards.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 100px;
}

.section-13.bg-img {
  background-image: url('../images/residential-bg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-13.bg-img.mg-bottom {
  background-image: none;
  padding-bottom: 100px;
}

.section-13.bg-img.mg-bottom.margin {
  margin-bottom: 50px;
}

.section-13.bg-img.no-mg {
  min-height: 700px;
  background-image: url('../images/meta-bg.jpg'), url('../images/residential-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: 0;
}

.section-13.bg-img.no-mg.house-bg {
  background-image: url('../images/residential-bg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-13.bg-img.no-mg.black-layer {
  background-image: none;
  background-position: 0 0;
}

.section-13.bg-img.no-bg {
  background-image: none;
}

.section-13.minheight {
  background-image: url('../images/Rent-rewards-2.png');
}

.section-13.minheight.mobile-height {
  background-image: url('../images/Rent-rewards-2.png');
  background-size: cover;
}

.section-13.minheight.mobile-height.minheight2 {
  min-height: 700px;
}

.section-13.bg-change {
  background-image: none;
}

.section-13.bg-change.no-mg-t {
  margin-top: 0;
}

.section-13.bg-change.no-mg-t.margin-bottom {
  margin-bottom: 100px;
}

.content5-headline-wrapper {
  padding-right: 80px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
}

.text-16.text-16-60.inter.small {
  font-size: 14px;
}

.text-16.text-16-60.inter.small.light-grey.middle {
  text-align: center;
  display: block;
}

.text-16.white {
  font-weight: 500;
}

.text-16.text-16-60 {
  opacity: .6;
}

.text-16.text-16-60.inter-font {
  color: #fff;
  font-family: Inter, sans-serif;
}

._6-col {
  width: 460px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.link-16-blue {
  font-size: 16px;
  line-height: 28px;
}

.link-16-blue.content5-link {
  margin-top: 20px;
}

.content5-description {
  margin-top: 18px;
}

.products3-options-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}

.products3-big-image-wrap {
  height: 460px;
  direction: ltr;
  background-image: url('../images/products3-image1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.products3-content-wrap {
  padding-right: 80px;
}

._2-col {
  width: 140px;
  margin-right: 20px;
  display: inline-block;
}

._2-col._2-col-last {
  margin-right: 0;
}

.products3-option-wrap {
  border-bottom: 1px solid rgba(17, 18, 18, .06);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.products3-small-image-wrap {
  height: 120px;
  direction: ltr;
  background-image: url('../images/products3-image3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.products3-small-image-wrap.products3-small-image3 {
  height: 140px;
  background-image: url('../images/products3-image4.jpg');
}

.products3-small-image-wrap.products3-small-image1 {
  height: 140px;
  background-image: url('../images/products3-image2.jpg');
}

.products3-small-image-wrap.products3-small-image2 {
  height: 140px;
  background-image: url('../images/products3-image3.jpg');
}

.image-19 {
  max-width: 460px;
  object-fit: contain;
  margin-bottom: 15px;
  display: block;
  position: static;
}

.slide {
  min-height: 450px;
}

.div-block-29 {
  margin-bottom: 15px;
}

.content2-jumbonumber {
  opacity: .2;
  text-align: center;
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
}

.content2-jumbonumber.inter.resize {
  opacity: .6;
  font-size: 60px;
}

.decoline {
  width: 30px;
  height: 2px;
  background-color: #d2d2d2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.decoline.decoline-dark {
  background-color: rgba(210, 210, 210, .2);
}

.content2-items {
  align-items: flex-start;
  display: flex;
}

.content2-items.mg-top {
  margin-top: 40px;
}

._3-col-2 {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col-2._3-col-last {
  margin-right: 0;
}

._3-col-2._3-col-last.stroke {
  border: 1px solid rgba(17, 18, 18, .06);
  border-radius: 12px;
}

._3-col-2._3-col-last.stroke.bg.mg-l-card {
  margin-left: 20px;
}

._3-col-2.stroke {
  border: 1px solid rgba(17, 18, 18, .06);
  border-radius: 12px;
}

._3-col-2.stroke.gap {
  margin-left: 50px;
  margin-right: 50px;
}

._3-col-2.stroke.bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .7);
}

.content2-number-wrapper {
  position: static;
  top: 0;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
}

.text-14.text-14-60.mg.mg-side {
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}

.text-14.text-14-60.mg.mg-side.size {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-14.text-14-60.mg.mg-side.size.ng-mg {
  margin-top: 20px;
  font-style: italic;
}

.text-14.text-14-60 {
  opacity: .6;
}

.margin-top {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.margin-top.mg-bottom {
  margin-bottom: 100px;
}

.margin-top.mg-bottom.mg-top-resize {
  margin-top: 30px;
}

.heading-13, .heading-14, .heading-15, .heading-16 {
  text-align: center;
}

.white {
  color: var(--white);
}

.white.smaller {
  font-size: 40px;
  font-weight: 500;
}

.white.inter-font {
  font-family: Inter, sans-serif;
}

.white.inter-font.size {
  letter-spacing: 1px;
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
}

.white.inter-font.size.black {
  color: #111212;
}

.white.inter-font.size.black.mid-title {
  font-size: 40px;
}

.white.inter-font.size.black.mid-title.eastereggup.no-mg-bottom {
  margin-bottom: 0;
}

.white.inter-font.size.black.no-mg-top {
  margin-top: 0;
}

.white.inter-font.size.black.no-mg-top.eastereggup.below {
  display: block;
}

.white.opacity-60 {
  opacity: .8;
}

.white.opacity-60.inter-font.size-16 {
  font-size: 16px;
}

.white.opacity-60.inter-font.black {
  color: #111212;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.content-wrapper {
  max-width: 1140px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.icon-3.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-family: Materialicons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 30px;
}

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

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.bold-text-5, .paragraph-5 {
  font-family: Inter, sans-serif;
}

.pricing-table-cell {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  display: flex;
}

.title {
  color: #7b88a8;
  letter-spacing: 2px;
  font-size: 12px;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.check {
  width: 38px;
  opacity: .5;
}

.pricing-line-break-top {
  height: 75px;
  text-align: left;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.help {
  opacity: .3;
  margin-left: 10px;
}

.grid-top-sticky {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: static;
  top: 0;
}

.pricing-top {
  min-height: 165px;
  background-color: #fff;
  border-bottom: 1px solid #8c54ff;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 24px;
  position: relative;
}

.start-link {
  color: #8c54ff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.top-heading {
  color: #2d3958;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-line-break {
  height: 81px;
  text-align: left;
  border-top: 1px solid #8c54ff;
  margin-top: 20px;
  padding-top: 44px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.help-icon {
  width: 18px;
}

.pricing-wrapper.width {
  max-width: 700px;
  display: inline-block;
}

.pricing-wrapper.width.border {
  border: 1px solid #000;
  border-radius: 12px;
}

.discount {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
}

.text-block-11 {
  color: var(--light-gray);
  text-align: center;
  display: block;
}

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

.grid-2 {
  grid-row-gap: 16px;
  grid-template: ". Area Area-3"
                 "Area-2 . ."
                 "Area-4 . ."
                 "Area-5 . ."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.grid-2.border {
  border: 1px solid rgba(17, 18, 18, .06);
  border-radius: 12px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .75fr 1fr 1fr;
}

.grid-2.border.middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none;
  border-color: var(--light-blue);
  background-color: #1a1a1a;
  grid-auto-flow: row dense;
}

.grid-2.border.middle.greenbg {
  background-color: #fafefa;
}

.grid-2.border.middle.greenbg.shadow {
  box-shadow: 1px 1px 3px #000;
}

.caps {
  text-transform: uppercase;
}

.caps.black {
  color: #000;
}

.div-block-30.border {
  border-top: 1px solid var(--light-blue);
  border-right: 1px solid var(--light-blue);
  border-left: 1px solid var(--light-blue);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.border-left, .div-block-31, .div-block-32 {
  border-right: 1px solid var(--light-blue);
  border-left: 1px solid var(--light-blue);
  padding-top: 35px;
  padding-bottom: 35px;
}

.div-block-33 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.div-block-33.border {
  border-right: 1px solid var(--light-blue);
  border-bottom: 1px solid var(--light-blue);
  border-left: 1px solid var(--light-blue);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.div-block-34 {
  border-top: 1px solid var(--light-blue);
  border-left: 1px solid var(--light-blue);
  border-top-left-radius: 12px;
}

.border {
  border-left: 1px solid var(--light-blue);
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  grid-template: ". Area-2 Area-3"
                 "Area Area-2 Area-3"
                 "Area Area-2 Area-3"
                 "Area Area-2 Area-3"
                 "Area Area-2 Area-3"
                 / .75fr 1fr 1fr;
}

.border-rounded {
  border: 1.7px solid var(--light-blue);
  border-radius: 12px;
}

.border-rounded.corner {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.div-block-table-heading.bg-color, .div-block-36.bg-color {
  background-color: rgba(9, 198, 249, .05);
}

.div-block-37 {
  background-color: rgba(9, 198, 249, .05);
  border-radius: 12px 0 0 12px;
}

.div-block-38 {
  background-image: url('../images/Group-157.png');
  background-position: 0 0;
  background-size: auto;
}

.hero2-light {
  height: 674px;
  align-items: center;
  display: flex;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  right: 0;
}

.hero-image-2 {
  width: 80%;
  text-align: right;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  margin-right: 0;
  display: block;
  position: relative;
  right: 0;
}

.background-video-2 {
  background-color: rgba(29, 30, 31, .25);
  margin-top: 50px;
}

.team2-profile-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 20px;
  display: flex;
  box-shadow: 0 1px 6px rgba(17, 18, 18, .06);
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.headline-6-col.reshape {
  display: inline;
}

._4-col {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

._4-col._4-col-last.middle {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._4-col.hide {
  display: none;
}

.team2-people-row {
  margin-top: 20px;
}

.team2-people-row.middle {
  justify-content: center;
  display: flex;
}

.team2-people-row.middle.padding-bottom {
  padding-bottom: 50px;
}

.team2-people-row.padding {
  padding-top: 50px;
}

.team2-profilecard-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.btn-2 {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  font-family: Inter, sans-serif;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-2:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

.btn-2:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.team2-profile-pic {
  width: 120px;
  height: 120px;
  background-image: url('../images/Ben-2.png');
  background-size: cover;
  border-radius: 100%;
}

.team2-profile-pic.team2-profile-pic-image3 {
  background-image: url('../images/gergely-t.png');
}

.team2-profile-pic.team2-profile-pic-image3.blank {
  background-image: url('../images/blank-profile-picture.png');
}

.team2-profile-pic.team2-profile-pic-image2 {
  background-image: url('../images/alex-3.png');
}

.team2-profile-pic.team2-profile-pic-image2.saad {
  background-image: url('../images/gergely-t.png');
}

.team2-profile-pic.team2-profile-pic-image2.adam {
  background-image: url('../images/adam.png');
}

.team2-profile-pic.team2-profile-pic-image2.nick {
  background-image: url('../images/nick-advisor-1.png');
}

.team2-profile-pic.team2-profile-pic-image2.ross {
  background-image: url('../images/ross-advisor.png');
}

.team2-profile-pic.yiannis {
  background-image: url('../images/yiannis.png');
  background-size: cover;
}

.team2-profile-pic.eamonn {
  background-image: url('../images/eamonn.png');
}

.team2-profilename {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
}

.team2-profilename.small-header {
  font-size: 18px;
}

.div-block-39 {
  display: flex;
}

.div-block-40 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.section-14 {
  background-color: #fafefa;
}

.div-block-41 {
  position: absolute;
}

.background-video-3 {
  position: static;
}

.background-video-3.heigth {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff);
}

.background-video-3.mpadding {
  padding-bottom: 50px;
}

.background-video-3.mg-btm {
  overflow: visible;
}

.bg-fafe {
  background-color: var(--ghost-white);
}

.white-bg {
  background-color: var(--white);
}

.div-block-42 {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  color: var(--darker-grey);
  background-color: rgba(29, 30, 31, .35);
  display: none;
  position: fixed;
}

.div-block-43 {
  width: 700px;
  height: 500px;
  background-color: var(--white);
  border-radius: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-43.margin-t {
  color: #000;
}

.text-block-12 {
  color: var(--light-gray);
  font-family: Materialicons, sans-serif;
  font-size: 28px;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.div-block-44 {
  width: 620px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.nav-logo-3 {
  width: auto;
  height: 80%;
  object-fit: contain;
  object-position: 0% 50%;
}

.menu-button-2 {
  z-index: 2;
}

.dropdown-list {
  color: #fff;
  background-color: #000;
  border-radius: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.dropdown-list.w--open {
  min-width: 250px;
  background-color: var(--ghost-white);
  border-radius: 12px;
}

.dropdown-toggle {
  color: #000;
  padding-right: 0;
}

.nav-cta-button {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-text {
  color: #000;
}

.nav-dropdown-link {
  min-height: 58px;
  color: #f4f8fb;
  align-items: center;
  margin-bottom: 0;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .3s, color .3s;
  display: flex;
  position: static;
  overflow: hidden;
}

.nav-dropdown-link.w--current {
  color: #fff;
  font-weight: 400;
}

.nav-dropdown-link.w--current:hover, .nav-dropdown-link.blue-text-hover:hover {
  color: #00e5ff;
}

.nav-dropdown-link.blue-text-hover.current-blue {
  min-height: 40px;
  color: var(--darker-grey);
  text-align: center;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
}

.nav-dropdown-link.blue-text-hover.current-blue.w--current {
  color: #00e5ff;
}

.nav-dropdown-link.blue-text-hover.current-blue.mg-top {
  margin-top: 20px;
}

.button-3 {
  min-width: 180px;
  color: #f4f8fb;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0;
  padding: 13px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.button-3:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  text-decoration: none;
}

.button-3.w--current {
  color: #f4f8fb;
  background-color: #141415;
}

.button-3.w--current:focus {
  color: #f4f8fb;
  background-color: #00e5ff;
}

.nav-link-5 {
  opacity: .8;
  color: #000;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 1em 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-5:hover {
  opacity: 1;
  color: #323232;
  text-decoration: none;
}

.nav-link-5.w--current {
  color: #141415;
}

.nav-menu-2 {
  z-index: 1;
  color: #000;
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.brand-2 {
  z-index: 2;
  align-self: center;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-logo-4 {
  height: 42px;
}

.dropdown {
  color: #000;
}

.div-block-45 {
  text-align: center;
}

.text-block-14 {
  color: var(--darker-grey);
  text-align: left;
  padding-left: 20px;
  font-size: 12px;
}

.navbar-2 {
  margin-top: 400px;
}

.dropdown-toggle-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-toggle-2.no-padding-round {
  margin: 20px 10px;
  padding: 0;
}

.dd-style {
  transition: opacity .2s, opacity .5s;
}

.dd-style.w--open {
  min-width: 250px;
  background-color: var(--ghost-white);
  border-radius: 12px;
}

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

.dd-div:hover {
  background-color: var(--white);
}

.dropdown-link {
  min-height: 40px;
  align-items: center;
  margin-bottom: 0;
  padding: 0 30px 0 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: flex;
}

.dropdown-link.mg-top {
  margin-top: 0;
  padding-top: 10px;
}

.dropdown-link.mg-top.w--current {
  color: var(--light-blue);
}

.dropdown-link.mg-top.padding-bottom {
  padding-bottom: 10px;
}

.dropdown-link.mg-top.hide {
  display: none;
}

.dropdown-link.mg-top-t {
  margin-top: 10px;
}

.dropdown-link.padding-top {
  padding-top: 10px;
}

.dropdown-link.padding-top.w--current {
  color: var(--light-blue);
}

.dropdown-link.padding-top.hide {
  display: none;
}

.text-block-15 {
  padding-left: 20px;
  font-size: 12px;
}

.dd-subtext {
  color: var(--darker-grey);
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.dd-subtext.padding-bottom-b {
  padding-bottom: 10px;
}

.dd-subtext.hide {
  display: none;
}

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

.div-hover:hover {
  background-color: rgba(9, 198, 249, .05);
}

.div-hover.round-cornerbottom {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.div-hover.round-cornertop {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.div-hover.round-cornertop:hover {
  background-color: rgba(9, 198, 249, .05);
}

.div-hover.rounded {
  border-radius: 12px;
}

.link-block-4 {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar-3 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-4 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-5 {
  margin-top: 400px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: static;
}

.image-20 {
  height: 45px;
  object-fit: fill;
  display: block;
  position: static;
}

.navbar-6 {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .9);
  padding-top: 10px;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-21 {
  padding-top: 12px;
}

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

.heading-18, .text-block-16 {
  font-family: Inter, sans-serif;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.content1-image {
  height: 340px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.content1-image.content1-image2 {
  background-image: url('../images/holiday-let.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image2.spain-res-img {
  background-image: url('../images/Malaga.jpg');
}

.content1-image.content1-image3 {
  background-image: url('../images/Services1-Image2.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image1 {
  background-image: url('../images/long-term-let.jpeg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image1.uk-res-img {
  background-image: url('../images/london.jpg');
}

.content1-items {
  align-items: flex-start;
  display: flex;
}

.content1-items.middle {
  justify-content: space-between;
}

.tagline-3 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.content1-item-description {
  padding-right: 40px;
}

.link, .link-2, .link-3 {
  color: var(--light-blue);
}

.section-13-copy {
  margin-top: 100px;
}

.section-13-copy.bg-img {
  background-image: url('../images/residential-bg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-13-copy.bg-img.mg-bottom {
  background-image: none;
  padding-bottom: 100px;
}

.section-13-copy.bg-img.mg-bottom.margin {
  margin-bottom: 50px;
}

.section-13-copy.bg-img.no-mg {
  min-height: 700px;
  margin-top: 0;
}

.section-13-copy.bg-img.no-bg {
  background-image: none;
}

.iphone-mockup {
  z-index: 1;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.iphone-screen {
  z-index: 0;
  width: 89.5%;
  height: 95.4%;
  object-fit: cover;
  border-radius: 2%;
  position: absolute;
  top: 2.4%;
  left: 5.5%;
}

.iphone-shape {
  z-index: 1;
  width: 100%;
  position: relative;
}

.padding-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-15 {
  padding-top: 50px;
}

.lottie-animation.width {
  width: 450px;
}

.div-block-46 {
  width: 80px;
  height: 80px;
  background-color: var(--white);
  border-radius: 24px;
  justify-content: center;
  margin: 40px auto 23px 20px;
  padding: 26px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.image-22 {
  width: 32px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-47 {
  width: 30px;
  height: 30px;
  background-color: var(--darker-grey);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -7px;
  bottom: auto;
  left: auto;
  right: -7px;
}

.text-block-17 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 800;
  line-height: 100%;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  min-width: 300px;
  text-align: left;
}

.subscribe-form-input-wrapper.margin {
  margin-top: 30px;
}

.subscribe-form-input {
  margin-bottom: 0;
  font-size: 16px;
}

.subscribe-form-input.border-rounded {
  height: 50px;
  font-size: 17px;
}

.paragraph-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.heading-20 {
  font-size: 40px;
  line-height: 50px;
}

.body-3 {
  background-color: var(--black-glass);
  font-family: Inter, sans-serif;
}

.top-bar-wrapper {
  z-index: 9999;
  color: #fff;
  background-image: linear-gradient(60deg, #00b7cc, #40ed74);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-bar-wrapper.hide-onmobile {
  border-top: 2px #000;
}

.top-bar-wrapper.hide-onmobile.glassmorphism {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
}

.top-bar-cointainer {
  width: 100%;
  max-width: 1240px;
  border-top: 2px #000;
  justify-content: center;
  align-items: center;
  padding: 10px 56px;
  display: flex;
  overflow: hidden;
}

.top-bar-text {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.top-bar-text.yellow {
  color: #edf05e;
}

.top-bar-text.yellow.text-margin-vertical {
  color: var(--black-glass);
  margin: 20px auto;
  font-size: 18px;
  font-weight: 400;
}

.top-bar-button {
  color: #fff;
  background-color: #333;
  border-radius: 80px;
  margin-left: 16px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  transition: background-color .3s, color .3s;
}

.top-bar-button:hover {
  color: #fafafe;
  background-color: #1d1e1f;
}

.top-bar-button.discord-blue {
  background-color: #7289da;
}

.close-icon-text {
  font-family: Materialicons, sans-serif;
  font-size: 22px;
  line-height: 30px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 32px;
}

.close-icon-text.relative-position {
  color: var(--black-glass);
}

.div-block-49 {
  height: 80px;
  background-color: #000;
}

.link-4 {
  color: #000;
}

.table-card {
  margin-top: 100px;
  padding-top: 40px;
}

.table-card.outline {
  border: 1px solid rgba(16, 16, 16, .25);
  border-radius: 16px;
  margin-bottom: 100px;
  padding-bottom: 40px;
}

.table-photo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-item-11 {
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
  display: flex;
}

.text-block-18 {
  align-self: center;
  padding-left: 20px;
}

.tick-list {
  padding-left: 30px;
}

.tick-list.position-up {
  align-self: flex-start;
}

.div-list-nft {
  padding-top: 30px;
}

.div-block-50 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-51, .div-block-52 {
  display: block;
}

.feature3-subitem-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.feature3-subitem-text-wrap {
  margin-top: -8px;
  margin-bottom: 0;
}

.feature3-icon {
  margin-left: -10px;
  margin-right: 25px;
}

.feature3-text-wrapper {
  padding-left: 60px;
}

.small-header-inter {
  font-family: Inter, sans-serif;
}

.small-header-inter.inter-font {
  font-weight: 500;
}

.small-header-inter.inter-font.small {
  font-size: 22px;
  font-weight: 400;
}

.small-header-inter.inter-font.small.grey {
  opacity: .6;
  color: var(--black-glass);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.small-header-inter.inter-font.smaller {
  font-size: 46px;
}

.small-header-inter.inter-font.smaller.grey {
  opacity: .6;
  color: var(--dark-grey);
}

.section-dark {
  background-color: #111212;
}

.bold-text-8 {
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.background-video-4 {
  min-height: 840px;
}

.section-16 {
  background-color: #111212;
}

._6-col-2 {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col-2._6-col-last {
  margin-right: 0;
}

.div-block-53 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-53-copy {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area-3 Area-5 Area-7 Area-8"
                       "Area-2 Area-4 Area-6 . .";
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

.grid-4.width.margin {
  width: 900px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-23 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.div-block-54 {
  border: .2px solid rgba(105, 105, 105, .2);
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-9 {
  color: #000;
}

.middle {
  text-align: center;
}

.container-8 {
  max-width: 100%;
  overflow: hidden;
}

.grid-5.margin-50 {
  display: none;
}

.testimonial4-small-tweets-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.testimonial4-big-tweets-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.testimonial2-headline {
  padding-right: 40px;
}

.testimonial2-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial2-logo-wrap {
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.testimonial2-logo-wrap.clients1-logowrapper-last {
  margin-bottom: 0;
}

.div-block-57 {
  width: 150px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-21, .heading-22, .heading-23 {
  font-family: Inter, sans-serif;
}

.container-9 {
  display: flex;
}

.fafefabg {
  background-color: #fafefa;
}

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

.form {
  display: flex;
}

.text-field-2 {
  width: 50%;
}

.text-field-3 {
  width: 50%;
  min-height: 50px;
  min-width: 300px;
  border-radius: 12px;
  margin-top: 40px;
}

.form-2 {
  font-family: Inter, sans-serif;
}

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

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

.div-block-60, .div-block-61, .div-block-62 {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-63 {
  margin-left: 10px;
}

.background-video-5 {
  z-index: 20;
  height: 700px;
  min-height: 100%;
  background-color: var(--darker-grey);
  position: relative;
  bottom: 0;
  left: auto;
  right: auto;
}

.container-10 {
  object-fit: cover;
}

.container-10.proptee-invite {
  padding-bottom: 100px;
}

.freefractionwidgetcontainer {
  padding-top: 30px;
  padding-bottom: 20px;
}

.html-embed-4 {
  margin-left: 10px;
  margin-right: 10px;
}

.products2-pricetag {
  color: #111212;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px 15px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
}

.products2-items-wrap {
  align-items: flex-start;
  display: flex;
}

.headline-8-col-2 {
  width: 620px;
  margin-bottom: 50px;
}

.products2-image {
  height: 270px;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
}

.products2-image.products2-image3 {
  background-image: url('../images/products2-image3.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-image.products2-image4 {
  background-image: url('../images/products2-image4.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-image.products2-image1 {
  background-image: url('../images/products1-image.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-image.products2-image2 {
  background-image: url('../images/products2-image2.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-description-wrap {
  padding-right: 40px;
}

.btn-3 {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-3:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

.btn-3:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.btn-3.btn-outline-light {
  color: #111212;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(17, 18, 18, .05);
}

.btn-3.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.btn-3.btn-outline-light:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.section-17 {
  min-height: 800px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.hero-heading-left {
  background-color: #fff;
  margin-top: 20px;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left.alex-fix {
  margin-bottom: 30px;
  padding-top: 30px;
}

.hero-heading-left.alex-fix.margin-mod {
  margin-top: 0;
  padding-top: 0;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  background-image: linear-gradient(83deg, var(--dark-turquoise), var(--spring-green));
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px 0;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.margin-bottom-24px {
  align-self: center;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  position: relative;
  top: 50px;
  left: 20%;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  max-width: 60%;
  object-fit: scale-down;
  margin-top: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.shadow-two.hide-desktop {
  display: none;
}

.shadow-two.hide-mobile.alex-fix-hero-size {
  width: 100%;
  height: 85%;
  max-width: 70%;
  margin-top: 80px;
}

.html-embed-5 {
  width: 100%;
  height: 100vh;
}

.fts-img-div-3 {
  max-width: 300px;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}

.fts-img-div-3.stepsslider {
  margin-left: 50px;
  margin-right: 100px;
}

.fts-img-div-3.widewidth {
  max-width: 400px;
}

.fts-img-div-3.hero.photo {
  max-width: 800px;
}

.fts-img-div-3.hero.photo-resize {
  max-width: 400px;
}

.fts-img-div-3.usp {
  max-width: 500px;
  min-height: 500px;
  min-width: 500px;
}

.fts-img-div-3.usp.resize {
  min-height: 300px;
}

.fts-img-div-3.usp.mg {
  min-width: 300px;
}

.fts-img-div-3.logo-shadow {
  max-width: 100px;
  margin-top: 0;
}

.alex-ben-photo {
  z-index: 50;
  max-width: 400px;
  opacity: 1;
  object-position: 50% 50%;
  position: relative;
}

.alex-ben-photo.margin-top {
  margin-top: 40px;
}

.alex-ben-photo.margin-top.full-width {
  max-width: 500px;
}

.alex-ben-photo.mg {
  max-width: 400px;
}

.alex-ben-photo.hide {
  display: none;
}

.background-video-6 {
  z-index: 50;
  width: 100%;
  height: 100%;
  min-width: 300px;
  position: absolute;
  top: 0;
}

.div-block-64 {
  min-height: 840px;
  background-image: url('../images/job-moses-x-yy3_fAavM-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
}

.container-12 {
  padding-left: 10px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.heading-24 {
  color: var(--spring-green);
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: content-box;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 58px;
}

.heading-25 {
  color: #fff;
  text-align: left;
  text-shadow: none;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 58px;
}

.hero-video-button {
  z-index: 10;
  width: 300px;
  height: 300px;
  border: 1px solid #c0c0d3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  display: flex;
  position: relative;
}

.video-icon-wrapper {
  width: 60%;
  height: 60%;
  background-color: rgba(192, 192, 211, .2);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wave-one {
  width: 88%;
  height: 88%;
  background-color: rgba(192, 192, 211, .2);
  border-radius: 100%;
}

.video-button-background {
  z-index: 30;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.video-button-verlay {
  z-index: 25;
  background-color: rgba(15, 19, 38, .59);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay {
  background-color: rgba(15, 19, 38, .55);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.light {
  background-color: rgba(15, 19, 38, .35);
}

.video-button-waves {
  z-index: 27;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.hero-video-button-2 {
  z-index: 25;
  width: 300px;
  height: 300px;
  border: 1px rgba(192, 192, 211, .2);
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -36px;
  margin-right: 60px;
  display: flex;
  position: relative;
  right: 35px;
}

.video-icon {
  filter: none;
}

.wave-two {
  width: 100%;
  height: 100%;
  background-color: rgba(192, 192, 211, .2);
  border-radius: 100%;
  position: absolute;
}

.button-video {
  width: 300px;
  height: 300px;
  min-height: 300px;
  min-width: 300px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-hover-button {
  z-index: 35;
  width: 150px;
  height: 150px;
  cursor: pointer;
  border: 1px dashed rgba(192, 192, 211, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-video-popup {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flyout-overlay {
  cursor: pointer;
  background-color: rgba(14, 21, 32, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-video-wrapper {
  z-index: 1000;
  width: 80%;
  background-color: var(--black-glass);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.youtube {
  border-radius: 12px;
  overflow: hidden;
}

.close-link {
  height: 36px;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  display: grid;
  position: absolute;
  top: auto;
  bottom: -48px;
  left: auto;
  right: auto;
}

.hero__card-text {
  color: #eeedf2;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  font-weight: 700;
}

.hero__card-bar {
  width: 3.5em;
}

.hero__card-shine {
  width: 60em;
  height: 60em;
  background-image: radial-gradient(circle, rgba(28, 19, 65, .87), rgba(28, 19, 65, 0) 61%);
  border-radius: 100vw;
  margin-top: -30.4em;
  margin-left: -25.7em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero__card-contain {
  z-index: 3;
  perspective: 2000em;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__card-contain.hide-on-mobile.hide {
  display: none;
}

.hero__card-content {
  width: 100%;
  height: 100%;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.6em;
  display: flex;
  overflow: hidden;
}

.hero__card-bottom {
  width: 100%;
  opacity: .6;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero__card-logo {
  width: 6.6em;
}

.hero__card {
  width: 30%;
  height: 10%;
  min-width: 80%;
  transform-style: preserve-3d;
  background-image: linear-gradient(144deg, rgba(238, 237, 242, .3), rgba(255, 255, 255, 0) 43%);
  border: 2px solid rgba(238, 237, 242, .34);
  border-top-color: rgba(238, 237, 242, .18);
  border-radius: 2em;
  margin-top: 100px;
  margin-left: 20px;
  transform: rotate(-9deg);
}

.hero__card.size-small {
  max-width: 50px;
  min-width: 60%;
}

.hero__card-top {
  width: 100%;
  opacity: .6;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero__card-icon {
  width: 3.5em;
}

.free-fraction {
  border: 1px solid #000;
}

.free-fraction-section {
  background-color: var(--spring-green);
  background-image: linear-gradient(to right, #b3ffab, #12fff7);
  border: 3px solid #000;
  border-style: solid none;
}

.text-block-19 {
  display: block;
}

.hero-subscribe-right {
  height: 100vh;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.shadow-two-2 {
  border-radius: 60px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.div-block-65 {
  justify-content: center;
  display: flex;
}

.heading-26 {
  color: #000;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.heading-26.padding-right {
  padding-right: 10px;
}

.heading-26.blue-text {
  color: var(--dark-turquoise);
}

.heading-26.blue.pdgn-right {
  padding-left: 0;
  padding-right: 10px;
}

.heading-27 {
  color: var(--spring-green);
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: padding-box;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.heading-27.padding-left {
  padding-left: 5px;
}

.heading-27.padding-left.green-text {
  color: var(--spring-green);
}

.heading-27.blue-text {
  color: var(--dark-turquoise);
}

.heading-27.greenbgblacktext {
  background-color: var(--spring-green);
  color: var(--black-glass);
}

.heading-27.whitetxt {
  color: var(--white);
}

.heading-28 {
  color: #000;
  align-self: center;
  font-family: Inter, sans-serif;
  font-size: 74px;
  font-weight: 600;
  line-height: 82px;
}

.heading-28.light {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 54px;
  font-weight: 200;
  line-height: 62px;
}

.heading-28.mid-text {
  text-align: center;
  display: block;
}

.div-block-66 {
  display: flex;
}

.cta {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.intro-section {
  padding: 80px 10% 160px;
  position: relative;
  overflow: visible;
}

.left-content {
  width: 40%;
  padding-right: 10%;
}

.service-features {
  border-top: 1px solid rgba(0, 0, 0, .12);
  margin-top: 30px;
  padding-top: 30px;
}

.body-paragraph {
  color: #363636;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.intro-div {
  max-width: 1600px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.svg-1 {
  z-index: 60;
  position: absolute;
  top: 50px;
  left: -20px;
}

.section-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.svg-3 {
  z-index: 60;
  position: absolute;
  top: 450px;
  right: 20%;
}

.check-icon {
  margin-right: 10px;
}

.right-panel {
  width: 55%;
  background-image: url('../images/Hero-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  padding-top: 23%;
  padding-bottom: 23%;
  position: relative;
}

.check-holder {
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.svg-2 {
  z-index: 60;
  position: absolute;
  top: 220px;
  right: -45px;
}

.small-header {
  color: #000;
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 600;
}

.div-block-67 {
  max-width: 940px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 60px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: grid;
}

.div-block-68 {
  padding: 0 60px 20px;
}

.div-block-68.no-padding-right {
  padding-right: 5px;
}

.div-block-68.no-padding-left {
  padding-left: 5px;
}

.how-it-works-fill {
  width: 100%;
  height: 0;
  background-color: #081c3a;
  border-radius: 100px;
}

.steps-card-wrapper {
  min-height: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.steps-cards {
  width: 110%;
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps-icon {
  z-index: 10;
  width: 60px;
  height: 60px;
  background-color: #f7f8fc;
  background-image: linear-gradient(83deg, var(--dark-turquoise), var(--spring-green));
  color: #516381;
  border: 1px rgba(192, 192, 211, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: relative;
}

.steps-circle {
  width: 48px;
  height: 48px;
  border: 0 rgba(192, 192, 211, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: -86px;
  right: auto;
}

.steps-circle.center {
  top: auto;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.grid-wrapper {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.steps-card {
  min-height: 275px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 2px solid #000;
  border-radius: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  display: grid;
  position: relative;
}

.steps-sticky-card {
  z-index: 30;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  box-shadow: none;
  background-color: #f7f8fc;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 18px 36px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
  overflow: visible;
}

.steps-description {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0 140px;
  display: flex;
  position: relative;
}

.background-load-bottom {
  z-index: 25;
  height: 50%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.horizontal-line {
  height: 1px;
  background-color: rgba(192, 192, 211, .2);
  flex: 1;
}

.steps-tracker {
  width: 2px;
  background-color: #000;
  border-radius: 100px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.how-to-image {
  min-height: 200px;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.subtitle-wrapper {
  margin-bottom: 18px;
}

.card-arrow {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-top: 1px rgba(192, 192, 211, .2);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px rgba(192, 192, 211, .2);
  border-bottom-left-radius: 3px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -50px;
  transform: rotate(45deg);
}

.steps-circle-outline {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.body-display {
  opacity: .8;
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.large {
  color: #516381;
  font-size: 19px;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.background-load-top {
  z-index: 25;
  height: 50%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  display: grid;
}

.steps-dot {
  z-index: 10;
  width: 12px;
  height: 12px;
  background-color: var(--dark-turquoise);
  opacity: 1;
  border-radius: 100px;
  position: relative;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-4:hover {
  background-color: #081c3a;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/Villa0017.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-background-image.steps-background {
  background-image: url('../images/Family003.jpeg');
}

.heading-29 {
  color: #000;
  font-family: Inter, sans-serif;
}

.heading-30 {
  font-family: Inter, sans-serif;
}

.heading-31 {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.heading-31.black {
  color: #000;
}

.text-block-20 {
  opacity: .8;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Inter, sans-serif;
}

.eye-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pupil {
  width: 33px;
  height: 33px;
  background-color: #41339f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.part-03 {
  z-index: 10;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.hair-container {
  min-width: 200px;
  justify-content: center;
  display: flex;
  position: relative;
}

.eyebrow-02 {
  width: 23px;
  height: 11px;
  background-color: #f2f2ed;
  border: 3px solid #41339f;
  border-radius: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.space-between-eyes {
  width: 10px;
}

.outline-heading {
  min-width: 14ch;
  text-transform: uppercase;
  margin-top: -80px;
  font-size: 94px;
  transform: skew(-5deg, -11deg);
}

.heart-pupil {
  width: 30px;
  position: absolute;
}

.eye {
  width: 50px;
  height: 50px;
  background-color: #f2f2ed;
  border: 4px solid #f2f2ed;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-20 {
  min-height: 85vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hair-overflow-hidden {
  height: 25%;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.choice-container {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  margin-bottom: -60px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.face {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
  position: absolute;
}

.nose {
  width: 26px;
  height: 15px;
  background-color: #f2f2ed;
  border: 3px solid #41339f;
  border-radius: 100px;
}

.hair-01 {
  z-index: -10;
  width: 50%;
  background-color: #f2f2ed;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.hair-and-face {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tongue {
  width: 40px;
  height: 40px;
  background-color: #ed74ae;
  border-radius: 100%;
  margin-bottom: -40%;
}

.head-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hear-container {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.button-5 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid #f2f2ed;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 8.5px;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-5:hover {
  color: #41339f;
  background-color: #f2f2ed;
}

.button-5.is--aim {
  margin-left: 20px;
}

.part-04 {
  justify-content: center;
  display: flex;
}

.teeth {
  width: 100%;
  height: 10px;
  background-color: #f2f2ed;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.copy-icon {
  width: 15px;
  position: absolute;
}

.part-01 {
  justify-content: center;
  margin-bottom: 7px;
  display: flex;
}

.button__text {
  min-width: 17ch;
  margin-left: 20px;
}

.mouth {
  width: 60px;
  height: 32px;
  background-color: #41339f;
  border: 4px solid #f2f2ed;
  border-radius: 100px 100px 200px 200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.rotate-star {
  z-index: -20;
  width: 90%;
  max-width: 500px;
  position: relative;
}

.left-hear {
  width: 25px;
  height: 40px;
  background-color: #41339f;
  border: 5px solid #f2f2ed;
  border-radius: 100px 10px 10px 100px;
}

.container-14 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.star-overflow-hidden {
  z-index: -20;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.head {
  width: 150px;
  height: 230px;
  border: 4px solid #f2f2ed;
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eyebrow-01 {
  width: 23px;
  height: 11px;
  background-color: #f2f2ed;
  border: 3px solid #41339f;
  border-radius: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-2 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.part-02 {
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-container {
  width: 15px;
  height: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.collection-item {
  min-height: 170px;
  min-width: 130px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-3 {
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.hair-02 {
  z-index: -10;
  width: 50%;
  background-color: #f2f2ed;
  border-radius: 0 0 100px 100px;
}

.main-container {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.right-hear {
  width: 25px;
  height: 40px;
  background-color: #41339f;
  border: 5px solid #f2f2ed;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.secondary-button {
  width: 100%;
  height: 56px;
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: rgba(255, 255, 255, .6);
}

.slide-content {
  height: 100%;
  background-image: url('../images/Slide-end.png');
  background-position: 50%;
  background-size: cover;
  padding: 20px;
}

.inner-swipe {
  display: none;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(201, 201, 201, .6);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.slide-item-wrapper {
  width: 308px;
  height: 548px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide-container {
  height: 100vh;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.slide-container.hide {
  display: none;
}

.wrapper {
  width: 100%;
  height: auto;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.slide-item {
  opacity: .4;
  background-color: #1b1b1b;
  border-radius: 16px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  transform: scale(.9);
}

.slide-item.hide {
  display: none;
}

.text-block-21 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

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

.button-container {
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 0%;
  right: 0%;
}

.slide-next.desktop-arrow {
  z-index: 5;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(201, 201, 201, .6);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.main-button {
  width: 100%;
  height: 56px;
  background-color: var(--dark-turquoise);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: var(--light-blue);
}

.image-26 {
  width: 30px;
  height: 30px;
}

.div-block-69 {
  max-width: 940px;
  background-image: linear-gradient(83deg, var(--dark-turquoise), var(--spring-green));
  border-radius: 62px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
}

.text-block-22 {
  opacity: .8;
  color: #fff;
  font-family: Inter, sans-serif;
}

.button-6 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 30px;
  margin-top: 20px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.button-6:hover {
  background-color: var(--white);
  opacity: .8;
}

.button-6.position-middle {
  text-align: center;
  display: block;
}

.button-6.position-middle.hover-black:hover {
  color: #fff;
  background-color: #000;
}

.button-6.inverted-color {
  border-color: var(--dark-turquoise);
  background-color: var(--dark-turquoise);
  color: #fff;
}

.button-6.inverted-color:hover {
  color: var(--dark-turquoise);
  background-color: rgba(0, 0, 0, 0);
}

.button-6.hide {
  display: none;
}

.heading-32 {
  background-color: #000;
  font-size: 60px;
  line-height: 74px;
}

.div-block-70 {
  padding-right: 290px;
}

.div-block-71 {
  padding-right: 275px;
}

.div-block-71.diff-padding {
  padding-bottom: 5px;
  padding-right: 180px;
}

.image-27 {
  padding-left: 20px;
  padding-right: 10px;
}

.image-27.alex-hero-dl-btn.small-width {
  max-height: 80%;
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
}

.download-button-div {
  margin-top: 40px;
  display: flex;
}

.download-button-div.hide {
  display: none;
}

.image-28 {
  padding-left: 10px;
  padding-right: 20px;
}

.image-28.alex-hero-dl-btn.small-width {
  max-height: 80%;
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
}

.link-block-5.inline-block {
  display: flex;
}

.div-block-74 {
  margin-top: 75px;
  margin-left: 100px;
  margin-right: 100px;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__slide {
  width: 33.3333%;
  flex: none;
}

.splide__slide.five-cards {
  width: 20%;
}

.container-15 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.is--center {
  justify-content: center;
  padding-left: 1em;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider2.tall {
  overflow: hidden;
}

.splide__track {
  width: 100%;
}

.carousel {
  width: 100vw;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 75px;
}

.card {
  width: 100%;
  height: 100%;
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem rgba(0, 0, 0, .3);
}

.card.hide {
  background-color: var(--white);
}

.card.hide.rounded-30, .card.rounded-30 {
  border-radius: 30px;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._2 {
  right: -21%;
}

.container-16 {
  width: 90%;
  max-width: 1300px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.btn-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn-4:hover {
  background-color: #213ea0;
}

.arrow-left {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.card-body {
  height: 100%;
  padding: 10px 30px 30px;
}

.card-header {
  height: 150px;
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.arrow-right {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.section-21 {
  background-color: #303136;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.section-21.is_full {
  height: 100vh;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.section-21.is_full.margintop {
  margin-top: 150px;
}

.section-21.is_full.margintop.not-full {
  height: 70vh;
}

.card-header-2 {
  height: 180px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/Family003.jpeg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.card-header-2.june-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Villa0017.jpeg');
  background-position: 0 0, 0 0;
}

.card-header-2.img-june {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/pexels-kindel-media-7148444.jpg');
  background-position: 0 0, 0 0;
}

.card-header-2.img-may {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/pexels-syed-qaarif-andrabi-9724802.jpg');
  background-size: auto, cover;
}

.card-header-2.img-april {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/pexels-wendy-wei-1537638.jpg');
  background-size: auto, cover;
}

.card-header-2.img-july {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/pexels-marcin-dampc-1684187.jpg');
  background-size: auto, cover;
}

.heading-33 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 65px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-34 {
  color: #000;
}

.heading-34.smaller {
  font-size: 24px;
}

.hero-heading-left-2 {
  height: 90vh;
  background-color: #fdfffe;
  border-bottom: 1px #e4ebf3;
  margin-top: 100px;
  padding-top: 80px;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.body-large {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.project-text {
  z-index: 2;
  position: relative;
}

.table-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.head-2 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.h2-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

.table-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  transition: border-color .35s;
  display: grid;
  position: relative;
}

.table-row:hover {
  border-color: #818181;
}

.first-container {
  width: 100%;
  max-width: 1180px;
  background-color: var(--black-glass);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.table-row-bg {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.arrow-up-icon {
  z-index: 2;
  width: 30px;
  height: 30px;
  background-image: url('../images/Arrow-up-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.heading-35 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 60px;
  line-height: 68px;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.margint-section-top {
  margin-top: 100px;
}

.image-29 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-22 {
  margin-left: auto;
  margin-right: auto;
}

.heading-36 {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 32px;
  display: block;
}

.div-block-75 {
  justify-content: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-30 {
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-8 {
  width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.image-31 {
  margin-top: 25px;
  margin-left: 50px;
}

.div-block-76.hide {
  display: none;
}

.html-embed-6 {
  min-width: 400px;
  padding-top: 50px;
}

.html-embed-7 {
  margin-bottom: 0;
}

.property-tab-pane {
  margin-top: 40px;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.property-tab-link {
  height: 40px;
  opacity: .5;
  color: #10405b;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.property-tab-link:hover {
  background-color: #fff;
  text-decoration: none;
}

.property-tab-link.w--current {
  opacity: 1;
  cursor: default;
  background-color: #fff;
  box-shadow: 0 10px 10px -5px rgba(16, 64, 91, .1);
}

.preheader {
  min-height: 40px;
  color: #fff;
  background-color: #5eccd3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 14px;
  line-height: 120%;
  display: flex;
}

.property-types-menu {
  height: 50px;
  background-color: rgba(94, 204, 211, .2);
  border-radius: 20px;
  align-items: center;
  display: flex;
}

.opacity-subtitle {
  max-width: 700px;
  opacity: .5;
  margin-bottom: 50px;
}

.property-tabs-link-icon {
  margin-right: 7px;
}

.listings-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 90px;
  display: flex;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-highlighted-yellow {
  background-image: linear-gradient(rgba(238, 217, 108, 0), rgba(238, 217, 108, 0) 60%, #eed96c 60%, #eed96c 80%);
}

.property-tabs {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.listings-wrapper {
  align-self: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.listings-wrapper.home {
  margin-bottom: -30px;
}

.border-button {
  min-height: 60px;
  color: #10405b;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.border-button:hover {
  background-color: rgba(94, 204, 211, .1);
  text-decoration: none;
  transform: scale(.95);
}

.border-button.primary-color {
  color: #5eccd3;
  border-color: #5eccd3;
}

.listing-item {
  width: 33.33%;
  padding: 10px;
}

.section-24 {
  flex: 1;
  padding: 140px 5%;
}

.container-18 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-18.centered {
  text-align: center;
  align-items: center;
}

.empty-state {
  text-align: center;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-9 {
  text-align: right;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 21px;
}

.grid-6 {
  max-width: 960px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-8 {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-25 {
  color: #fff;
  text-align: left;
  padding-top: 30px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-extralarge {
  padding: 0 0 4rem;
}

.logos-container {
  max-width: 72rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-row-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.logos-card-line, .logos-inside-line {
  display: flex;
}

.logo-item {
  width: 270px;
  height: 90px;
  margin-right: 40px;
  display: flex;
}

.logo-item.hide {
  display: none;
}

.image-32 {
  max-width: 34%;
  object-fit: cover;
  border-radius: 16px;
  margin-right: 20px;
}

.logo-info-text {
  width: 100%;
  font-family: Inter, sans-serif;
}

.logo-date-text {
  opacity: .6;
  color: var(--black-glass);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.link-6, .link-7 {
  color: var(--light-blue);
}

.soc-validation-text {
  color: var(--black-glass);
  text-align: center;
  margin-bottom: 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    color: var(--dark-grey);
  }

  .container._2-col-flex.nested.usp.wider-alignment {
    width: 100%;
    max-width: 1180px;
    justify-content: space-between;
  }

  .container._2-col-flex.padding-zero.green-bg.rounded-bg {
    max-width: 1180px;
  }

  .container._2-col-flex.padding-zero.green-bg.rounded-bg.blue-bg {
    background-color: var(--dark-turquoise);
  }

  .container._2-col-flex.padding-zero.padding-20.corner-radius-60.bg-blue {
    max-width: 1180px;
  }

  .container.buy-to-let.no-padding-horizontal {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar-btn.bigger-size.animation {
    background-color: var(--dark-turquoise);
  }

  .eastereggup {
    cursor: pointer;
  }

  .feature.greenbg {
    text-align: center;
  }

  .feature.greenbg.new-bg.min-height {
    min-height: 900px;
  }

  .feature.bg-3d {
    background-image: url('../images/bg-3d-1.png');
  }

  .fts-phone-img.mg.width {
    max-width: 600px;
  }

  .fts-h.dark.card-header {
    color: var(--ghost-white);
  }

  .fts-h.no-mg.blackbg.white-text.resize-small, .fts-h.black.resize-small {
    font-size: 60px;
    line-height: 74px;
  }

  .fts-txt-div.usp.right-margin {
    margin-right: 60px;
  }

  .fts-txt-div.green-desc.no-max-width {
    box-shadow: none;
  }

  .fts-img-div {
    max-width: 260px;
  }

  .centr-title-h.padding.font.color.paddin-in {
    box-shadow: 1px 1px 3px 0 var(--yellow-2);
    letter-spacing: 0;
    text-shadow: 1px 1px 6px #000;
    white-space: normal;
    padding: 50px 20px;
    font-size: 120px;
    line-height: 140px;
  }

  .centr-title-h.padding.font.color.paddin-in.margin {
    text-shadow: 1px 1px 6px var(--light-gray);
    font-weight: 600;
  }

  .div-block-4 {
    align-content: flex-start;
  }

  .info-page-h.inter.mg-top.resize.middle {
    text-align: center;
  }

  .nav-bar-split {
    color: var(--ghost-white);
  }

  .copyright-centr-p.inter.light-white.small-text {
    text-align: center;
  }

  .hero-lhs {
    max-width: 900px;
  }

  .slider {
    height: 800px;
  }

  .centered-container {
    max-width: 1240px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .cards-section {
    background-image: url('../images/Artboard-1-new.png');
    background-position: 0 0;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-grid-container-top {
    grid-template-columns: 1fr 1fr;
  }

  .cards-grid-container-top.sign-up {
    grid-template-columns: .25fr 1fr;
  }

  .cards-image-mask-2.youtube-video {
    text-align: right;
    padding-top: 0%;
  }

  .heading {
    color: #fff;
  }

  .heading.heading-card {
    color: var(--ghost-white);
  }

  .invest-div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .invest-div.slanted-bottom {
    width: auto;
    max-width: none;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    width: auto;
  }

  .paragraph {
    color: var(--ghost-white);
  }

  .section-2, .section-3.slanted-both {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5.slanted-top, .section-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: 1240px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .image-6 {
    max-width: 60%;
  }

  .div-block-11 {
    text-align: center;
  }

  .image-7 {
    max-width: 60%;
  }

  .div-block-12 {
    text-align: right;
  }

  .waiting-list-div {
    padding-top: 100px;
    padding-bottom: 200px;
  }

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

  .container-4 {
    min-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    display: block;
    position: static;
  }

  .brand.hamburger-logo {
    display: none;
  }

  .nav-link.hamburger-link {
    color: #616161;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.hamburger-link:hover {
    color: var(--darker-grey);
  }

  .navbar {
    z-index: 10000;
    width: 100%;
    background-color: var(--ghost-white);
    position: fixed;
  }

  .button {
    font-size: 17px;
  }

  .button:hover {
    background-color: var(--dark-turquoise);
  }

  .button.nav-button.get-access-btn {
    display: none;
    position: absolute;
    top: 30%;
    left: 58%;
  }

  .hero.invest-hero {
    padding-top: 220px;
  }

  .proptee-conti {
    max-height: 600px;
    max-width: 1240px;
    background-color: #fff;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .proptee-conti.sign-up {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .sign-up-section {
    margin-left: auto;
  }

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

  .img-left-conti {
    background-image: linear-gradient(rgba(64, 237, 116, .06), rgba(64, 237, 116, .06));
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .img-left-conti.colum-layout {
    background-image: linear-gradient(to bottom, var(--ghost-white), var(--ghost-white));
  }

  .img-left-conti.last-conti {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    padding-bottom: 40px;
  }

  .feature-image {
    max-height: 340px;
    max-width: 100%;
    padding-top: 20px;
  }

  .div-block-16 {
    color: var(--ghost-white);
  }

  .div-block-16.dark-text {
    color: var(--dark-grey);
  }

  .div-block-16.left-col {
    color: var(--darker-grey);
    background-color: #fff;
    background-color: var(--white);
    color: var(--ghost-white);
    margin-left: 0;
  }

  .div-block-16.left-col.dark {
    background-color: var(--darker-grey);
  }

  .div-block-16.left-col.color-green {
    height: 800px;
    max-width: 124%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-16.right-col {
    height: 800px;
    background-color: var(--white);
    margin-left: 0;
    padding: 40px 0;
  }

  .div-block-16.right-col.dark {
    background-color: var(--darker-grey);
    object-fit: fill;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-16.lefti-col.disrupted {
    height: 800px;
    margin-left: 20px;
  }

  .header-conti {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-9 {
    color: var(--darker-grey);
    text-align: center;
  }

  .heading-10, .heading-10.color {
    color: var(--spring-green);
  }

  .heading-11 {
    color: var(--darker-grey);
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 1.05;
  }

  .paragraph-4 {
    color: var(--dark-grey);
    background-color: rgba(0, 0, 0, 0);
  }

  .paragraph-4.dark-text {
    color: var(--light-gray);
  }

  .paragraph-4.light, .paragraph-4.color {
    color: var(--ghost-white);
  }

  .paragraph-4.alignment-left.font-white.inter.text-20.medium.black {
    color: var(--darker-grey);
  }

  .global-market {
    background-color: rgba(64, 237, 116, .06);
    padding-left: 100px;
    padding-right: 100px;
  }

  .img-conti-left {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 220px;
  }

  .section-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    border: 0px none var(--darker-grey);
    text-align: center;
    background-image: none;
    border-radius: 0;
    justify-content: center;
    display: flex;
  }

  .div-block-21 {
    width: 450px;
    height: 300px;
    max-width: 450px;
    background-image: url('../images/beni.png');
    background-position: 0 0;
    background-size: cover;
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
  }

  .proptee-conti-2 {
    max-width: 1240px;
    min-height: 600px;
  }

  .div-block-22 {
    color: var(--darker-grey);
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-22.opportunity {
    padding-left: 80px;
    padding-right: 80px;
  }

  .bold-text-3 {
    color: var(--darker-grey);
  }

  .bold-text-3.light, .bold-text-3.color {
    color: var(--white);
  }

  .section-img-conti {
    max-height: 450px;
    max-width: 100%;
    overflow: hidden;
  }

  .section-img-conti.shadow {
    max-height: 340px;
  }

  .section-img-conti.uk-map {
    max-height: 450px;
    bottom: 0;
  }

  .image-13 {
    overflow: hidden;
  }

  .image-15 {
    max-width: 100%;
    bottom: 6px;
    right: 0;
  }

  .list-with-icon.inter {
    color: var(--darker-grey);
  }

  .container-6 {
    max-width: 1280px;
  }

  .proptee-conti-phone {
    max-height: 600px;
    max-width: 1240px;
    background-color: #fff;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .proptee-conti-phone.sign-up {
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-mobile.greenbg {
    text-align: center;
  }

  .feature-mobile.bg-3d {
    background-image: url('../images/bg-3d-1.png');
  }

  .feature-features.greenbg {
    text-align: center;
  }

  .feature-features.bg-3d {
    background-image: url('../images/bg-3d-1.png');
  }

  .feature-hide-mobile.greenbg {
    text-align: center;
  }

  .feature-hide-mobile.bg-3d {
    background-image: url('../images/bg-3d-1.png');
  }

  .text-20.text-20-60 {
    text-align: left;
  }

  .text-20.text-20-60.no-mg.middle {
    text-align: center;
  }

  .text-20.text-20-60.white.middle {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fts-img-div-2 {
    max-width: 260px;
  }

  .explore-link {
    text-align: left;
  }

  .explore-link.inter {
    display: none;
  }

  .section-12.bg-fafe {
    background-color: var(--ghost-white);
    background-image: none;
    font-family: Inter, sans-serif;
  }

  .section-12.bg-fafe.mg-50 {
    margin-top: 150px;
  }

  .section-12.margin-top-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mg-top.inter.bold.middle.bottom.middlealign {
    text-align: center;
  }

  .inter {
    text-align: left;
  }

  .inter.pd-all {
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero1-headline-wrapper.bg-blur.padding.inner-blur {
    width: 800px;
    max-width: 1180px;
    filter: none;
  }

  .hero1-headline-wrapper.bg-blur.padding.inner-blur.mg-btn-new {
    padding-bottom: 20px;
  }

  .hero1-image.width {
    max-width: none;
  }

  .section-13.bg-img.mg-bottom {
    background-size: cover;
  }

  .text-16.text-16-60 {
    text-align: left;
  }

  .content2-jumbonumber.inter.resize {
    text-align: center;
  }

  ._3-col-2.stroke.bg {
    background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7));
  }

  ._3-col-2.stroke.bg.contrast {
    filter: contrast(200%);
  }

  .text-14.text-14-60 {
    text-align: left;
  }

  .text-14.text-14-60.mg.mg-side.size {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-top.mg-bottom.bg-gradient {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(173, 173, 173, .68) 72%, rgba(220, 220, 220, .86) 90%, #fff);
  }

  .accordion-heading {
    text-align: left;
  }

  .grid-2.border.middle {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-3.heigth {
    max-height: 800px;
  }

  .bg-fafe {
    background-color: var(--ghost-white);
  }

  .gradient-bg {
    background-image: linear-gradient(to bottom, var(--ghost-white), white);
  }

  .bg-white {
    max-width: 1240px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bg-white.white {
    padding-right: 0;
  }

  .headline-8-col, .heading-19 {
    text-align: left;
  }

  .heading-19.inter.bold.resize {
    font-size: 24px;
  }

  .headline-19 {
    text-align: left;
  }

  .headline-19.inter.bold.resize {
    font-size: 24px;
  }

  .section-13-copy.bg-img.mg-bottom {
    background-size: cover;
  }

  .body-3 {
    background-color: var(--black-glass);
  }

  .top-bar-wrapper {
    z-index: 999;
  }

  .top-bar-cointainer.mid-alg.mid {
    max-width: 100%;
  }

  .top-bar-text.yellow.text-margin-vertical {
    font-size: 20px;
    font-weight: 400;
  }

  .text-span-3 {
    color: var(--yellow-2);
  }

  .grid-4.width.margin {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-5 {
    height: 900px;
    display: inline;
  }

  .list-11 {
    text-align: left;
  }

  .container-11 {
    max-width: 1180px;
    padding-bottom: 130px;
  }

  .fts-img-div-3 {
    max-width: 260px;
  }

  .alex-ben-photo.mg.width {
    max-width: 600px;
  }

  .hero-video-button-2 {
    margin-right: 150px;
  }

  .hero-video-wrapper {
    max-width: 700px;
  }

  .hero__card-contain.hide-on-mobile.hide {
    display: none;
  }

  .hero__card.size-small {
    min-width: 70%;
  }

  .free-fraction-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-13 {
    max-width: 1180px;
  }

  .heading-26, .heading-27 {
    font-size: 60px;
    line-height: 74px;
  }

  .div-block-67 {
    max-width: 1180px;
  }

  .div-block-68.no-padding-right {
    padding-bottom: 30px;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .steps-cards {
    width: 200%;
    padding-left: 100px;
  }

  .steps-card {
    padding: 36px;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .div-block-69 {
    max-width: 1180px;
  }

  .section-21.is_full {
    height: 90vh;
  }

  .card-header-2.img-june {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/pexels-kindel-media-7148444.jpg');
    background-size: auto, cover;
  }

  .first-container {
    max-width: none;
  }

  .paragraph-9 {
    text-align: right;
    font-family: Inter, sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 21px;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .soc-validation-text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .fts-phone-img.smaller.middle {
    width: 80%;
  }

  .div-block-4 {
    align-items: center;
  }

  .div-block-4.alignmen {
    align-items: stretch;
  }

  .img-conti-left.middle {
    text-align: center;
  }

  .wrap.w50.mg-no-top {
    width: 1240px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .text-20.text-20-60, .text-20.text-20-60.no-mg.inter-font {
    text-align: left;
  }

  .text-20.text-20-60.no-mg.inter-font.middle, .mg-top.inter.bold.middle.bottom.middlealign {
    text-align: center;
  }

  .headline-6-col.reshape.wider-reshape {
    width: 840px;
  }

  .nav-logo-4 {
    height: 56px;
  }

  .top-bar-cointainer.mid-alg.mid {
    max-width: 100%;
  }

  .grid-4.width {
    width: 1000px;
  }

  .grid-4.width.margin {
    margin-left: auto;
    margin-right: auto;
  }

  .container-11 {
    padding-bottom: 80px;
  }

  .shadow-two {
    max-width: 50%;
    right: 10%;
  }

  .shadow-two.hide-mobile.alex-fix-hero-size {
    max-width: 50%;
  }

  .alex-ben-photo.smaller.middle {
    width: 80%;
  }

  .hero-video-wrapper {
    max-width: 750px;
  }

  .steps-cards {
    width: 210%;
    padding-left: 150px;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .section-21.is_full {
    height: 90vh;
  }
}

@media screen and (min-width: 1920px) {
  .container-11 {
    padding-bottom: 0;
  }

  .shadow-two {
    max-width: 34%;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 25%;
  }

  .shadow-two.hide-mobile.alex-fix-hero-size {
    right: 15%;
  }

  .hero-video-wrapper {
    max-width: 1000px;
  }

  .div-block-66 {
    width: 100%;
    min-width: 1180px;
    justify-content: space-between;
    display: flex;
  }

  .main-button {
    background-color: var(--dark-turquoise);
  }

  .main-button:hover {
    background-color: var(--light-blue);
  }

  .section-21.is_full {
    height: 70vh;
  }

  .html-embed-8 {
    margin: 10px;
  }
}

@media screen and (max-width: 991px) {
  .sticky-nav {
    padding-bottom: 25px;
  }

  .container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .container._2-col-flex {
    padding-left: 40px;
  }

  .hero-h {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-h.big-font {
    min-width: 250px;
    font-size: 55px;
    line-height: 60px;
  }

  .hero-par {
    font-size: 22px;
    line-height: 28px;
  }

  .nav-bar-btn.bigger-size.animation {
    max-width: 177.594vh;
    min-width: 85%;
  }

  .nav-bar-btn.bigger-size.animation.inthe-middle {
    width: 300px;
    max-width: 120vh;
    min-width: 120px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .eastereggup.phone {
    max-width: 450px;
  }

  .feature {
    padding-top: 200px;
  }

  .feature.greenbg {
    padding-top: 100px;
  }

  .feature.greenbg.mg-bottom.pd-top {
    padding-top: 50px;
  }

  .feature.greenbg.pd-top.blue-full-bg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature.pd-top {
    padding-top: 100px;
  }

  .feature.pd-top.green-gradient {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature.no-padding {
    padding-top: 50px;
  }

  .fts-phone-img {
    right: auto;
  }

  .fts-phone-img.mg.width {
    max-width: 450px;
  }

  .fts-par {
    font-size: 18px;
    line-height: 24px;
  }

  .fts-h {
    font-size: 50px;
    line-height: 52px;
  }

  .fts-h.stepsslider {
    font-size: 40px;
    line-height: 44px;
  }

  .fts-h.no-mg.blackbg.white-text.resize-small, .fts-h.black.resize-small {
    font-size: 44px;
    line-height: 50px;
  }

  .fts-txt-div {
    max-width: 400px;
  }

  .fts-img-div.usp.resize.size {
    min-width: 350px;
  }

  .centr-title-h.white.large {
    font-size: 90px;
  }

  .centr-title-h.smaller.margintop {
    font-size: 40px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .cards-h3.grey.new-font-size {
    text-align: center;
  }

  .info-page-h {
    font-size: 50px;
    line-height: 54px;
  }

  .info-page-par, .centr-title-par {
    font-size: 18px;
    line-height: 24px;
  }

  .nav-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: max-content max-content max-content max-content max-content 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider {
    height: 600px;
  }

  .proptee-logo {
    margin-top: -10px;
  }

  .cards-section {
    border-bottom: 5px solid var(--spring-green);
  }

  .cards-grid-container-top {
    grid-column-gap: 20px;
  }

  .moving-bar.last-bar {
    display: none;
  }

  .section-3.slanted-both, .section-5.slanted-top {
    padding-right: 90px;
  }

  .container-3 {
    text-align: center;
    padding-bottom: 50px;
  }

  .image-5 {
    max-width: 100%;
  }

  .container-4 {
    max-width: 1280px;
  }

  .proptee-conti.sign-up {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-6 {
    font-size: 67px;
  }

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

  .img-left-conti, .div-block-16.left-col.color-green, .div-block-16.right-col, .div-block-16.right-col.dark, .div-block-16.lefti-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 38px;
  }

  .global-market {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-11 {
    position: absolute;
    top: 70px;
    right: 10px;
  }

  .image-12 {
    left: 85px;
  }

  .div-block-20 {
    position: relative;
  }

  .div-block-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3 {
    font-size: 28px;
    line-height: 1.05;
  }

  .bold-text-3.color {
    font-size: 28px;
  }

  .section-img-conti.shadow {
    width: 113%;
  }

  .image-15 {
    bottom: 7px;
    right: 29px;
  }

  .proptee-conti-phone.sign-up {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fts-phone-img-2 {
    right: auto;
  }

  .feature-mobile, .feature-features, .feature-hide-mobile {
    padding-top: 200px;
  }

  .sticky-nav-listing {
    padding-bottom: 25px;
  }

  .div-block-26 {
    margin-bottom: 30px;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 150%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 980px;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-center {
    text-align: center;
    flex-direction: column-reverse;
  }

  .wrap._w-custom.hero3 {
    flex-direction: column;
    padding-top: 50px;
  }

  .wrap.w50-start {
    flex-direction: column;
  }

  .wrap.w50-center {
    text-align: center;
    flex-direction: column-reverse;
  }

  .wrap.w50-80-center {
    text-align: center;
    flex-direction: column;
  }

  .hero2-text-wrap {
    width: 100%;
  }

  .h1-jumbo.inter.big {
    text-align: left;
  }

  .hero3-image {
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._7-col, ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .hero3-text-wrapper {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .text-20.text-20-60.resize.margin-left {
    margin-left: 20px;
    font-size: 18px;
  }

  .section-10.no-bt-margin {
    padding-top: 70px;
  }

  .cta2 {
    width: 100%;
    text-align: center;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta2.mg-bigger.mg-border {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .explore-link {
    font-family: Inter, sans-serif;
  }

  .explore-link.inter {
    text-align: left;
  }

  .content7-numbers-wrap {
    flex-direction: column;
    align-items: center;
  }

  .content7-number-card {
    text-align: center;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cta2-2 {
    width: 100%;
    text-align: center;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .inter.bg.mg {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .hero1-headline-wrapper {
    width: 100%;
  }

  .hero1-headline-wrapper.bg-blur.padding.inner-blur.mg-top.blur-color.blur.less-black.wide {
    width: 650px;
  }

  .content5-headline-wrapper {
    text-align: center;
    padding-right: 0;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .text-16.text-16-60.inter {
    text-align: left;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .text-16.text-16-60.inter-font.left-alg {
    text-align: left;
  }

  .text-16.text-16-60.inter-font.left-alg.mg-bottom {
    margin-bottom: 30px;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .content5-description {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .products3-big-image-wrap {
    margin-bottom: 0;
  }

  .products3-content-wrap {
    padding-right: 0;
  }

  ._2-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .products3-small-images-wrap {
    display: none;
  }

  .content2-jumbonumber {
    font-size: 70px;
    line-height: 90px;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content2-items {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  ._3-col-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._3-col-2._3-col-last.stroke.bg.mg-l-card {
    margin-left: 0;
  }

  ._3-col-2.stroke {
    width: 200%;
  }

  ._3-col-2.stroke.bg {
    width: 140%;
  }

  .content2-number-wrapper {
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-14.text-14-60 {
    text-align: left;
  }

  .white.inter-font.size.black.mid-title.eastereggup.no-mg-bottom {
    max-width: 200px;
  }

  .white.inter-font.size.black.no-mg-top.eastereggup.below.bigger.middle {
    margin-left: auto;
    margin-right: auto;
  }

  .white.inter-font.left-alg {
    text-align: left;
  }

  .team2-profile-card {
    padding: 40px 40px 30px;
  }

  .headline-6-col {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .team2-people-row.middle.padding-bottom {
    flex-direction: column;
  }

  .div-block-43 {
    width: 90%;
    height: 600px;
  }

  .div-block-43.margin-t {
    margin-top: 120px;
  }

  .menu-button-2 {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #00e5ff;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    line-height: 1;
    transition: background-color .2s;
    display: flex;
    position: absolute;
    top: 7px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .menu-button-2.w--open {
    background-color: #323232;
  }

  .nav-cta-button {
    text-align: left;
    justify-content: flex-start;
    padding-top: 20px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .button-3 {
    width: 100%;
    min-width: 150px;
  }

  .nav-link-5 {
    text-align: left;
    margin-bottom: .5em;
    margin-left: 0;
    font-weight: 600;
    display: block;
  }

  .nav-menu-2 {
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  }

  .text-block-13 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .navbar-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .headline-8-col {
    width: auto;
    text-align: left;
  }

  .content1-image.content1-image2 {
    background-position: 50% 62%;
  }

  .content1-items {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .content1-item-description {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .heading-19.inter.bold.resize, .headline-19.inter.bold.resize {
    text-align: left;
    font-size: 20px;
  }

  .subscribe-form-input-wrapper {
    min-width: 85%;
  }

  .feature3-subitem-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .feature3-icon {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .feature3-icon.left-alg {
    align-self: flex-start;
  }

  .feature3-text-wrapper {
    padding-left: 0;
  }

  .small-header-inter.white.inter-font.left-alg {
    text-align: left;
  }

  .small-header-inter.white.inter-font.left-alg.bold {
    font-weight: 700;
  }

  .small-header-inter.white.left-alg {
    text-align: left;
  }

  .small-header-inter.inter-font.small.grey {
    font-size: 12px;
  }

  .small-header-inter.inter-font.small.grey.new-size {
    font-size: 18px;
  }

  ._6-col-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col-2._6-col-last {
    width: 100%;
  }

  .feature4-image {
    margin: -20px auto;
    display: block;
  }

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

  .grid-4.width.margin {
    width: 680px;
  }

  .bold-text-9 {
    font-size: 14px;
  }

  .testimonial4-tweet {
    width: 65%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonial4-small-tweets-wrap, .testimonial4-big-tweets-wrap {
    flex-direction: column;
    align-items: center;
  }

  .testimonial2-headline {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .testimonial2-col {
    flex-direction: row;
  }

  .testimonial2-logo-wrap {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .products2-items-wrap {
    text-align: center;
    flex-direction: column;
    margin-bottom: -30px;
  }

  .headline-8-col-2 {
    width: auto;
    text-align: center;
  }

  .products2-description-wrap {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .container-11 {
    max-width: 728px;
    margin-bottom: 50px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.hide-on-mobile {
    width: 100%;
    min-height: 200px;
  }

  .shadow-two.hide-mobile.alex-fix-hero-size {
    height: 100%;
    max-width: none;
    margin-top: 0;
    position: relative;
  }

  .fts-img-div-3.usp.resize.size {
    min-width: 350px;
  }

  .alex-ben-photo {
    max-width: 250px;
    right: auto;
  }

  .alex-ben-photo.mg.width {
    max-width: 450px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .hero-video-button-2 {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 140px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .video-hover-button.absolute {
    margin-top: 500px;
  }

  .hero-video-wrapper {
    width: 85vw;
  }

  .hero__card-contain.hide-on-mobile {
    display: none;
  }

  .hero__card {
    transform: rotateX(20deg)rotateY(-3deg)rotateZ(-9deg);
  }

  .container-13 {
    max-width: 728px;
  }

  .intro-section {
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .left-content {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0%;
  }

  .intro-div {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .section-header {
    font-size: 46px;
    line-height: 54px;
  }

  .right-panel {
    width: 100%;
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .svg-2 {
    right: -34px;
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .steps-sticky-card {
    grid-template-columns: 1fr;
    position: relative;
    top: auto;
  }

  .section-19 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .steps-grid {
    grid-row-gap: 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-right: 40px;
  }

  .outline-heading {
    margin-top: -47px;
    font-size: 55px;
  }

  .button-5.is--aim {
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-2 {
    flex-wrap: wrap;
  }

  .header-3 {
    align-items: center;
  }

  .inner-swipe {
    display: none;
  }

  .div-block-70, .div-block-71 {
    padding-right: 150px;
  }

  .div-block-71.diff-padding {
    padding-right: 15px;
  }

  .div-block-71.diff-padding.bottom-pd {
    padding-bottom: 0;
  }

  .image-27 {
    max-height: 40px;
  }

  .download-button-div.hide {
    display: flex;
  }

  .image-28 {
    max-height: 40px;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .container-15 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .table-row {
    grid-template-columns: 1fr 3fr;
  }

  .container-17 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .html-embed-6 {
    min-width: 300px;
  }

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

  .listing-item {
    width: 50%;
    flex: none;
  }

  .section-24 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-25 {
    margin-top: 500px;
  }

  .paragraph-9 {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .sticky-nav.home-navbar {
    padding-top: 20px;
    top: 0;
  }

  .nav-grid {
    text-align: center;
  }

  .container, .container._2-col-flex {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container._2-col-flex.nested.usp {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .container._2-col-flex.padding-zero.green-bg.rounded-bg.blue-bg.blue-gradient.alex-fix-padding-card, .container._2-col-flex.padding-zero.green-bg.rounded-bg.green-gradient.alex-fix-padding-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.hero {
    flex-direction: column;
  }

  .container.hero.ng-bt-margin.phone-margin {
    margin-top: 100px;
  }

  .container.banner-cont {
    background-size: contain;
  }

  .container.nav-bar {
    padding-left: 35px;
    padding-right: 35px;
  }

  .hero-h {
    margin-right: 0;
    font-size: 30px;
    line-height: 33px;
  }

  .hero-h.big-font {
    font-size: 45px;
  }

  .nav-bar-btn.bigger-size.animation {
    min-width: 90%;
  }

  .nav-bar-btn.bigger-size.animation.mobile-btn-size.middle {
    width: 400px;
    max-width: 400px;
    min-width: auto;
  }

  .nav-bar-btn.bigger-size.animation.inthe-middle {
    font-size: 16px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-menu-cont {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .eastereggup.phone {
    max-width: 300px;
  }

  .feature {
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature.greenbg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature.white-bg.padding {
    padding-top: 50px;
  }

  .fts-phone-img {
    height: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .fts-phone-img.hidden {
    display: none;
  }

  .fts-phone-img.smaller {
    width: 55%;
  }

  .fts-phone-img.border-rounded-ss {
    border-radius: 5px;
  }

  .fts-par {
    font-size: 16px;
    line-height: 18px;
  }

  .fts-par.stepsslider {
    font-size: 16px;
    line-height: 20px;
  }

  .fts-par.text-middle {
    text-align: center;
  }

  .fts-h {
    font-size: 40px;
    line-height: 46px;
  }

  .fts-h.stepsslider {
    font-size: 30px;
    line-height: 33px;
  }

  .fts-txt-div {
    max-width: 300px;
  }

  .fts-txt-div.usp {
    max-width: none;
  }

  .fts-txt-div.usp.align-middle {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .fts-txt-div.green-desc {
    max-width: 300px;
    padding-left: 10px;
  }

  .fts-txt-div.right {
    padding-right: 20px;
  }

  .fts-img-div.stepsslider {
    max-width: none;
  }

  .fts-img-div.stepsslider.mg-resize {
    margin-left: 20px;
    margin-right: 20px;
  }

  .fts-img-div.hero {
    margin-top: 0;
  }

  .fts-img-div.usp.resize {
    min-height: 300px;
  }

  .fts-img-div.usp.mg.mg-top.mg-t {
    margin-top: 0;
  }

  .fts-img-div.logo-shadow.margin-bottom {
    margin-bottom: 30px;
  }

  .centr-title-h.white.large {
    font-size: 80px;
  }

  .centr-title-h.smallersize {
    font-size: 50px;
  }

  .centr-title-h.resizing {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
  }

  .centr-title-h.resizing.color {
    color: var(--darker-grey);
  }

  .centr-title-h.smaller.margintop {
    font-size: 30px;
  }

  .centr-title-h.smaller.phone-small {
    font-size: 36px;
    line-height: 48px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    display: block;
  }

  .cards-h3.grey.smalltext {
    font-size: 22px;
  }

  .cards-h3.resize.no-margin {
    font-size: 18px;
  }

  .legal-card.padding-in {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .legal-card.padding-in.mg-bottom {
    margin-bottom: 40px;
  }

  .legal-card.mobile-padding-top {
    margin-top: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: "Area Area"
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .div-block-4.margin-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .div-block-4.mg-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-4.mg-top.mg-bottom.mg-t {
    text-align: center;
    flex-direction: row;
    display: flex;
  }

  .container-2 {
    margin-bottom: 10px;
  }

  .slider-content-container {
    flex-flow: row;
    justify-content: space-around;
  }

  .image-4.margin-bottom {
    margin-bottom: 30px;
  }

  .info-page-h.inter.mg-top.resize {
    text-align: center;
  }

  .brand-grad-txt.invest-heading.padding-bt.alignment-left.margin-left.text-semibold.inter.bold.small-font {
    font-size: 20px;
  }

  .brand-grad-txt.inter.bold.resize.padding.left {
    text-align: left;
  }

  .hero-lhs {
    text-align: center;
  }

  .hero-rhs {
    order: -1;
  }

  .proptee-logo {
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .proptee-logo-nav {
    display: none;
  }

  .text-block-3 {
    top: 45px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .cards-section {
    padding: 100px 40px 40px;
  }

  .cards-section.invest {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cards-grid-container-top {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-grid-container-top.sign-up {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  .cards-grid-container-top.signup {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .cards-image-mask-2 {
    text-align: center;
  }

  .cards-image-2.demand-img {
    top: 15%;
    left: -22%;
  }

  .invest-div, .invest-div.slanted-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .moving-bar.last-bar {
    display: block;
  }

  .text-block-5 {
    text-align: center;
  }

  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-3 {
    padding-left: 40px;
  }

  .section-3.slanted-both {
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-5 {
    padding-left: 40px;
  }

  .section-5.slanted-top {
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-12 {
    text-align: center;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .container-4 {
    z-index: 100;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
  }

  .brand {
    display: block;
  }

  .brand.hamburger-logo {
    padding-left: 30px;
    display: block;
    top: 35px;
  }

  .nav-link {
    top: 5%;
  }

  .nav-link.hamburger-link {
    width: 100%;
    min-height: 42px;
    margin: 3px auto 5px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    position: static;
    top: 80px;
  }

  .navbar {
    width: 100%;
    position: fixed;
  }

  .menu-button {
    border-radius: 15px;
    padding: 10px;
    transition: background-color .2s linear;
  }

  .menu-button.w--open {
    background-color: var(--spring-green);
    border-radius: 15px;
  }

  .icon-2 {
    font-size: 32px;
  }

  .nav-menu {
    width: 100%;
    height: 100vw;
    border-top: 5px solid #fff;
    border-right: 3px solid var(--spring-green);
    background-color: var(--ghost-white);
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 70px;
    display: flex;
  }

  .button {
    flex: 0 auto;
  }

  .button.nav-button {
    margin-left: 10px;
    display: none;
  }

  .button.nav-button.get-access-btn {
    display: none;
    position: absolute;
    top: 22%;
    left: auto;
    right: 90px;
  }

  .hero {
    padding: 40px 20px;
  }

  .hero.invest-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .proptee-conti {
    max-height: 500px;
    flex-direction: column;
    padding: 20px 40px;
  }

  .proptee-conti.margin-bottom.rounded-border.max-height {
    max-height: 700px;
    margin-top: 60px;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6 {
    font-size: 49px;
  }

  .img-left-conti {
    padding: 40px 20px;
  }

  .img-left-conti.colum-layout {
    padding: 10px;
  }

  .img-left-conti.last-conti {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-16.left-col.color-green {
    min-height: 650px;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-16.right-col {
    height: 800px;
    min-height: 650px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-16.right-col.dark {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-16.lefti-col {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-16.lefti-col.disrupted {
    height: 800px;
    min-height: 650px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-17 {
    width: 100%;
    margin-top: 60px;
  }

  .paragraph-4.alignment-left.font-white.inter.text-20.medium.black.smaller-font {
    font-size: 16px;
  }

  .img-conti-left {
    margin-right: 0;
    top: 40px;
  }

  .img-conti-left.middle {
    text-align: center;
  }

  .img-conti-right {
    margin-top: 40px;
    margin-left: 0;
  }

  .image-11 {
    top: 50px;
    right: -30px;
  }

  .proptee-conti-2 {
    display: block;
  }

  .section-img-conti {
    max-height: 450px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-img-conti.shadow {
    width: 100%;
    height: auto;
    max-height: 500px;
  }

  .section-img-conti.uk-map {
    max-height: 400px;
    margin-top: 0;
    bottom: 10%;
  }

  .section-img-conti.grpah {
    top: auto;
    bottom: 5%;
    left: 0%;
    right: 0%;
  }

  .image-14 {
    width: 65%;
    margin-left: 20px;
  }

  .image-15 {
    position: static;
    bottom: 14px;
    right: 50px;
  }

  .link-block-2.alignment-middle {
    margin-left: 40px;
  }

  .div-block-25 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-with-icon.inter.black.smaller-font {
    font-size: 16px;
  }

  .card-item {
    flex-direction: column;
  }

  .card-item-content {
    align-self: auto;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .proptee-conti-phone {
    max-height: 500px;
    flex-direction: column;
    padding: 20px 40px;
  }

  .fts-phone-img-2 {
    height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-mobile {
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-mobile.greenbg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-features {
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-features.greenbg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-hide-mobile {
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-hide-mobile.greenbg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-nav-listing {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .sticky-nav-listing.home-navbar {
    padding-top: 20px;
    top: 0;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 100%;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.hero1.mgtop {
    margin-top: -20px;
  }

  .tagline.black, .tagline.black.small, .tagline.nocaps.black.resize.middle.padding {
    font-size: 12px;
  }

  .tagline.nocaps.black.resize.middle.padding.left.black-color {
    font-size: 11px;
  }

  .tagline.nocaps.black.resize.middle.padding.no-top-margin.top-padding {
    padding-top: 20px;
    font-size: 12px;
  }

  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }

  .h1-jumbo.inter.resize.bold.color {
    color: #333;
  }

  .hero3-firstbutton-wrap {
    text-align: center;
  }

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

  ._7-col._7-col-last.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-20.text-20-60.no-mg.inter-font.middle {
    font-size: 18px;
    line-height: 28px;
  }

  .text-20.text-20-60.no-mg.middle.mobile, .text-20.text-20-60.no-mg.middle.subtext-size {
    font-size: 16px;
  }

  .text-20.text-20-60.resize.margin-left.mg-l.alignment-left {
    max-width: none;
    margin-left: 0;
  }

  .text-20.text-20-60.width {
    min-width: 350px;
  }

  .fts-img-div-2.hero {
    margin-top: 0;
  }

  .fts-img-div-2.usp.resize {
    min-height: 300px;
  }

  .fts-img-div-2.logo-shadow.margin-bottom {
    margin-bottom: 30px;
  }

  .section-10.no-bt-margin {
    padding-top: 50px;
  }

  .cta2 {
    width: 94%;
    padding: 25px 30px;
  }

  .heading-12.small-font {
    font-size: 16px;
  }

  .cta2-2 {
    width: 94%;
    padding: 25px 30px;
  }

  .mg-top.smallfont {
    font-size: 20px;
  }

  .inter {
    text-align: left;
  }

  .inter.bold.padding.bg-black.text-white.rounded {
    text-align: center;
    margin-right: 20px;
  }

  .inter.bg.mg.margin {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero1-headline-wrapper.bg-blur.padding.inner-blur.mg-top.blur-color.blur.less-black.wide {
    width: 500px;
  }

  .section-13.minheight {
    background-size: cover;
  }

  .section-13.minheight.mobile-height {
    background-size: cover;
    margin-top: 0;
  }

  .text-16.text-16-60.inter.small.light-grey.middle, .text-16.text-16-60.inter.small.light-grey.middle.margin-bottom {
    font-size: 10px;
  }

  ._6-col {
    margin-right: 0;
  }

  .content2-jumbonumber.inter.resize, .content2-jumbonumber.inter.resize.middle {
    text-align: center;
  }

  ._3-col-2.stroke {
    width: 180%;
  }

  ._3-col-2.stroke.bg {
    width: 120%;
  }

  .white.inter-font.size {
    font-size: 36px;
  }

  .white.inter-font.size.black.mid-title.eastereggup.no-mg-bottom.middle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .white.inter-font.size.black.no-mg-top.eastereggup.below.bigger {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .white.inter-font.left-alg {
    font-weight: 600;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .help, .pricing-wrapper {
    display: none;
  }

  .discount {
    color: #7b88a8;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .background-video-2 {
    margin-top: auto;
  }

  .team2-profile-card {
    padding: 30px 40px;
  }

  .team2-people-row.middle.padding-bottom {
    flex-direction: column;
  }

  .div-block-42 {
    display: none;
  }

  .div-block-43 {
    width: 90%;
    height: 700px;
    margin-top: 140px;
  }

  .div-block-43.margin-t {
    width: 95%;
  }

  .menu-button-2 {
    background-color: #00e5ff;
    background-image: none;
  }

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

  .nav-cta-button {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 1em;
  }

  .button-3 {
    width: 100%;
    margin-bottom: 5px;
  }

  .nav-link-5 {
    display: block;
  }

  .nav-menu-2 {
    flex-direction: column;
    display: flex;
  }

  .text-block-13 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar-6 {
    position: -webkit-sticky;
    position: sticky;
  }

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

  .bg-white.w--open {
    background-color: var(--white);
    border-radius: 12px;
  }

  .bg-white.white {
    -webkit-backdrop-filter: blur(10px) blur(10px);
    backdrop-filter: blur(10px) blur(10px);
    background-color: #fff;
  }

  .black {
    color: var(--darker-grey);
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .bold-text-6 {
    font-size: 11px;
  }

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

  .iphone-mockup.mobile-width {
    width: 250px;
  }

  .lottie-animation.width {
    max-width: 200px;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .subscribe-form-input-wrapper.margin {
    width: 400px;
    max-width: 400px;
    min-width: auto;
  }

  .top-bar-text {
    line-height: 24px;
  }

  .table-card.outline.phone-margin-top {
    margin-top: 0;
  }

  .small-header-inter.inter-font.small.grey {
    font-size: 10px;
  }

  ._6-col-2 {
    margin-right: 0;
  }

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

  .grid-4.width.margin {
    width: 500px;
  }

  .image-23 {
    max-width: 50%;
  }

  .bold-text-9 {
    font-size: 11px;
  }

  .grid-5.margin-50 {
    display: none;
  }

  .testimonial4-tweet {
    width: 70%;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .container-11 {
    margin-bottom: 50px;
  }

  .hero-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .hero-split.hide-on-mobile {
    width: 100%;
    min-height: 500px;
    position: relative;
  }

  .shadow-two.hide-mobile.alex-fix-hero-size {
    height: 100%;
    max-width: none;
    margin-top: 0;
    position: relative;
  }

  .fts-img-div-3.stepsslider {
    max-width: none;
  }

  .fts-img-div-3.stepsslider.mg-resize {
    margin-left: 20px;
    margin-right: 20px;
  }

  .fts-img-div-3.hero {
    margin-top: 0;
  }

  .fts-img-div-3.usp.resize {
    min-height: 300px;
  }

  .fts-img-div-3.usp.mg.mg-top.mg-t {
    margin-top: 0;
  }

  .fts-img-div-3.logo-shadow.margin-bottom {
    margin-bottom: 30px;
  }

  .alex-ben-photo {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .alex-ben-photo.hidden {
    display: none;
  }

  .alex-ben-photo.smaller {
    width: 55%;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-video-button-2 {
    margin-bottom: 48px;
    margin-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .video-hover-button.absolute {
    margin-top: 300px;
  }

  .hero-video-wrapper {
    width: 95vw;
    grid-row-gap: 12px;
  }

  .hero__card-shine {
    margin-top: -18.6em;
    margin-left: 26.2em;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .div-block-65 {
    flex-direction: column;
  }

  .intro-section {
    padding-top: 70px;
  }

  .svg-1 {
    left: -37px;
  }

  .section-header {
    line-height: 50px;
  }

  .svg-2 {
    right: -33px;
  }

  .div-block-68.no-padding-right {
    padding-left: 5px;
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .section-19 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .steps-grid {
    padding-left: 0;
  }

  .inner-swipe {
    z-index: 1;
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-item-wrapper {
    width: 100vw;
    height: 100%;
    border-radius: 0;
  }

  .content-wrapper-2 {
    object-fit: cover;
  }

  .wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item {
    width: 100vw;
    height: 100%;
    border-radius: 0;
    transform: scale(1);
  }

  .image {
    object-fit: cover;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .div-block-70, .div-block-71 {
    padding-right: 0;
  }

  .image-27 {
    max-height: 20px;
  }

  .image-27.alex-hero-dl-btn {
    max-height: 50px;
  }

  .image-28 {
    max-height: 20px;
  }

  .image-28.alex-hero-dl-btn {
    max-height: 50px;
  }

  .splide__slide, .splide__slide.five-cards {
    width: 100%;
  }

  .container-15 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .splide.slider2.tall {
    overflow: visible;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-mask {
    width: 60%;
  }

  .section-21.is_full.margintop.not-full {
    height: 90vh;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .body-large {
    font-size: 14px;
    line-height: 24px;
  }

  .table-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .arrow-up-icon {
    width: 20px;
    height: 20px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-8 {
    width: 500px;
  }

  .image-31.no-mg-left.hide {
    display: none;
  }

  .property-tab-pane {
    margin-top: 30px;
  }

  .preheader {
    min-height: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .opacity-subtitle, .listings-list {
    margin-bottom: 30px;
  }

  .listings-wrapper {
    margin-bottom: 0;
  }

  .border-button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .listing-item {
    width: 100%;
  }

  .section-24 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .grid-6 {
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: fixed;
    top: 0;
    box-shadow: 0 0 6px #eee;
  }

  .sticky-nav.home-navbar {
    padding-top: 0;
    top: 0;
  }

  .nav-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr max-content max-content;
  }

  .nav-logo-link {
    height: 40px;
  }

  .container {
    padding: 10px 25px 5px;
  }

  .container._2-col-flex {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container._2-col-flex.nested.usp {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container._2-col-flex.margin-top {
    margin-top: 40px;
  }

  .container._2-col-flex.padding-zero, .container._2-col-flex.padding-zero.green-bg.rounded-bg.blue-bg.blue-gradient {
    padding-left: 0;
    padding-right: 0;
  }

  .container._2-col-flex.padding-zero.green-bg.rounded-bg.green-gradient {
    background-image: linear-gradient(to right, #76de83, #30c67c);
    padding-left: 0;
    padding-right: 0;
  }

  .container._2-col-flex.padding-zero.padding-20.corner-radius-60.bg-blue {
    background-image: none;
    border-radius: 40px;
  }

  .container.hero.ng-bt-margin.phone-margin {
    margin-top: 100px;
  }

  .container.banner-cont {
    background-size: contain;
    overflow: visible;
  }

  .container.buy-to-let {
    padding-left: 0;
    padding-right: 0;
  }

  .container.nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-h {
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
  }

  .hero-h.width-auto {
    width: auto;
  }

  .hero-h.big-font {
    font-size: 46px;
    line-height: 50px;
  }

  .hero-par {
    font-size: 16px;
    line-height: 18px;
  }

  .nav-bar-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .nav-bar-btn.getearlyaccessshowhideid {
    margin-top: 12px;
    display: none;
  }

  .nav-bar-btn.mg-bottom {
    margin-bottom: 30px;
  }

  .nav-bar-btn.bigger-size.animation {
    min-width: 100%;
  }

  .nav-bar-btn.bigger-size.animation.mg-top.mg-bottom.mg-side {
    min-width: 90%;
  }

  .nav-bar-btn.bigger-size.animation.mobile-btn-size {
    min-width: 85%;
  }

  .nav-bar-btn.bigger-size.animation.mobile-btn-size.middle {
    width: 300px;
    max-width: 300px;
    min-width: auto;
  }

  .nav-bar-btn.bigger-size.animation.inthe-middle {
    width: 100px;
    min-height: 24px;
    min-width: 230px;
    font-size: 14px;
    font-weight: 500;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-menu-cont {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .eastereggup.phone {
    max-width: 350px;
  }

  .feat-slider-txt-div {
    width: 100%;
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .feature {
    padding: 0 20px 20px;
  }

  .feature.greenbg {
    display: block;
  }

  .feature.greenbg.green-bg {
    background-color: var(--ghost-white);
  }

  .feature.greenbg.white-bg {
    background-color: var(--white);
  }

  .feature.greenbg.mg-bottom.pd-top.mg-b {
    padding-bottom: 0;
  }

  .feature.greenbg.pd-top.blue-full-bg {
    background-image: linear-gradient(to right, var(--light-blue), var(--dark-turquoise));
  }

  .feature.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .feature.top-part {
    padding-top: 140px;
    padding-right: 20px;
  }

  .feature.building-cover.no-bg {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .feature.bg-3d {
    display: none;
  }

  .feature.pd-top.green-gradient {
    background-image: linear-gradient(to right, #76de83, #30c67c);
  }

  .fts-phone-img {
    height: auto;
    max-height: 450px;
    text-align: center;
    object-fit: contain;
  }

  .fts-phone-img.mg-top {
    margin-top: 30px;
  }

  .fts-phone-img.mg.width {
    position: static;
  }

  .fts-phone-img.border-rounded-ss {
    border-radius: 10px;
  }

  .fts-phone-img.border-rounded-ss.video-fts-img {
    height: 100%;
    max-height: none;
  }

  .fts-par {
    text-align: left;
  }

  .fts-par.stepsslider {
    font-size: 15px;
    line-height: 17px;
  }

  .fts-par.buy-to-let {
    padding-left: 25px;
    padding-right: 25px;
  }

  .fts-par.buy-to-let.max-width.alignment-middle.middle {
    margin-left: auto;
  }

  .fts-par.buy-to-let.max-width.margin-top {
    flex-direction: row;
    display: block;
    position: relative;
    top: 20px;
  }

  .fts-par.buy-to-let.margin-top.middle {
    max-width: 330px;
    text-align: center;
    margin-left: auto;
    line-height: 24px;
  }

  .fts-par.text-middle {
    text-align: center;
  }

  .fts-h {
    font-size: 30px;
    line-height: 33px;
  }

  .fts-h.stepsslider {
    font-size: 20px;
    line-height: 23px;
  }

  .fts-h.dark {
    font-size: 38px;
    line-height: 50px;
  }

  .fts-h.middle.mg-top.resize {
    font-size: 20px;
  }

  .fts-h.size {
    font-size: 32px;
    line-height: 40px;
  }

  .fts-h.no-mg.blackbg.height.greentext, .fts-h.no-mg.blackbg.white-text {
    font-weight: 500;
    line-height: 44px;
  }

  .fts-h.no-mg.blackbg.white-text.resize-small, .fts-h.black.resize-small {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
  }

  .fts-h.white-text {
    font-weight: 500;
    line-height: 44px;
  }

  .fts-txt-div.usp {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .fts-txt-div.green-desc.margin-top {
    margin-top: 40px;
  }

  .fts-txt-div.green-desc.no-max-width {
    max-width: none;
    padding-left: 0;
  }

  .fts-txt-div.right.mg-l {
    padding-right: 0;
  }

  .fts-txt-div.right.mg-l.no-max-width {
    max-width: none;
  }

  .fts-txt-div.right.mg-l.no-max-width.mr {
    padding-right: 0;
  }

  .fts-txt-div.right.no-max-width {
    max-width: none;
  }

  .fts-img-div {
    order: 1;
    margin-top: 60px;
  }

  .fts-img-div.stepsslider {
    order: -1;
    margin-left: 40px;
    margin-right: 40px;
  }

  .fts-img-div.usp {
    min-height: auto;
    min-width: auto;
    order: 0;
  }

  .fts-img-div.usp.resize {
    min-height: 200px;
  }

  .fts-img-div.usp.mg.mg-top {
    margin-top: 0;
  }

  .centr-title-h {
    font-size: 35px;
    line-height: 46px;
  }

  .centr-title-h.usp.buy-to-let {
    padding-left: 25px;
    padding-right: 25px;
  }

  .centr-title-h.usp.buy-to-let.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .centr-title-h.usp.buy-to-let.no-padding.no-mg-bottom {
    margin-bottom: 10px;
  }

  .centr-title-h.resize {
    margin-top: 40px;
    font-size: 35px;
  }

  .centr-title-h.mg-top {
    margin-top: 30px;
  }

  .centr-title-h.white.large {
    font-size: 45px;
    line-height: 60px;
  }

  .centr-title-h.fontsize {
    font-size: 30px;
  }

  .centr-title-h.resizing {
    font-size: 32px;
    line-height: 40px;
  }

  .centr-title-h.smaller.margintop {
    font-size: 24px;
  }

  .centr-title-h.smaller.phone-small {
    font-size: 32px;
    line-height: 42px;
  }

  .social-media-li {
    margin-right: 0;
    display: inline-block;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-grid-container._3rd {
    display: block;
  }

  .cards-h3.grey.smalltext {
    font-size: 20px;
  }

  .cards-h3.resize.no-margin {
    font-size: 12px;
  }

  .legal-card.mobile-mg {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  .centr-title.no-marginbtoom {
    padding-bottom: 0;
  }

  .div-block-4.mg-top.mg-bottom.mg-t {
    grid-column-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    justify-content: space-between;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .list-item {
    display: none;
  }

  .list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    list-style-type: none;
    display: flex;
  }

  .slider-content-container {
    flex-direction: column-reverse;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-3, .image-4 {
    object-fit: contain;
  }

  .image-4.margin-bottom.resize.opacity, .image-4.opacity.margin-bottom {
    width: 50px;
  }

  .info-page-h {
    font-size: 30px;
    line-height: 33px;
  }

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

  .nav-bar-split {
    min-height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-bar-l {
    max-height: 30px;
    min-height: 0;
  }

  .nav-bar-r {
    min-height: 45px;
    grid-template-columns: max-content max-content;
    margin-top: 0;
  }

  .brand-grad-txt.invest-heading.padding-bt.alignment-left.margin-left.text-semibold {
    font-weight: 600;
    position: relative;
  }

  .brand-grad-txt.invest-heading.padding-bt.alignment-left.margin-left.text-semibold.mobile {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
  }

  .brand-grad-txt.invest-heading.padding-bt.margin-top {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-grad-txt.invest-heading.padding-bt.margin-top.small-text {
    font-size: 34px;
    font-weight: 600;
  }

  .centr-title-par.text-light.max-width.middle-align {
    text-align: center;
  }

  .copyright-centr-p.inter.light-white.small-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-links {
    display: none;
  }

  .space-for-embed-wl {
    height: 120px;
  }

  .comingsoon-txt-div {
    max-width: none;
    flex-direction: column;
    justify-content: space-between;
  }

  .slider {
    height: 800px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .proptee-logo {
    max-width: 130px;
  }

  .join-community-btn {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .banner {
    display: block;
    position: fixed;
  }

  .div-block-6 {
    font-size: 10px;
    position: fixed;
  }

  .text-block-2 {
    max-width: 250px;
    font-size: 10px;
    line-height: 18px;
    display: block;
    position: fixed;
    top: 4%;
    bottom: auto;
    left: auto;
    right: 10%;
  }

  .text-block-3 {
    top: 50px;
    right: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-section {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cards-section.invest {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cards-grid-container-top {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-grid-container-top.signup {
    grid-column-gap: 0px;
  }

  .cards-image-mask-2 {
    text-align: center;
  }

  .cards-image-2.demand-img {
    top: -15%;
    left: -21%;
  }

  .heading {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .invest-div {
    padding-left: 40px;
    padding-right: 40px;
  }

  .invest-div.slanted-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .invest-heading {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .moving-bar {
    display: block;
  }

  .moving-bar.last-bar {
    display: none;
  }

  .header-2 {
    box-shadow: 1px 1px 0 0 var(--spring-green);
    position: absolute;
  }

  .paragraph {
    max-width: 100%;
  }

  .section-2 {
    padding: 60px 40px 0;
  }

  .section-3.slanted-both {
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-4 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-5.slanted-top {
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-5 {
    max-width: 110%;
    margin-left: -10px;
  }

  .image-6, .image-7, .div-block-12 {
    text-align: center;
  }

  .waiting-list-div {
    margin-right: 0;
  }

  .waiting-list-div.invest {
    padding-top: 0;
  }

  .sticky-nav-2 {
    padding: 0;
  }

  .nav-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-grid-2.smaller {
    grid-template-rows: 50px;
  }

  .nav-logo-link-2 {
    border-top: 1px #c4c4c4;
  }

  .nav-link-3 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .brand {
    padding-left: 0;
  }

  .brand.hamburger-logo {
    padding-left: 20px;
  }

  .nav-link.hamburger-link {
    margin-left: 0;
  }

  .menu-button {
    border-radius: 20px;
  }

  .menu-button.w--open {
    background-color: var(--spring-green);
    border-radius: 20px;
    padding: 10px;
  }

  .icon-2 {
    font-size: 34px;
  }

  .nav-menu {
    width: 100%;
    height: 100vw;
    background-color: var(--ghost-white);
    margin-top: 0;
  }

  .button.nav-button.get-access-btn {
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: 90px;
  }

  .image-9, .image-10 {
    display: none;
  }

  .centered-container-2 {
    text-align: left;
  }

  .hero.invest-hero {
    padding-top: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .proptee-conti {
    padding: 40px 20px;
  }

  .proptee-conti.sign-up {
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .proptee-conti.bg-black.margin-bottom {
    display: none;
  }

  .proptee-conti.margin-bottom.rounded-border.max-height.mgb {
    margin-bottom: 100px;
  }

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

  .sign-up-section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .img-left-conti {
    padding: 20px;
  }

  .img-left-conti.last-conti.bg-black {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-16.left-col.color-green {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16.right-col {
    height: 650px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16.right-col.dark {
    margin-top: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16.lefti-col {
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-16.lefti-col.disrupted {
    height: auto;
    min-height: 577px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-conti {
    height: 100%;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    font-size: 28px;
    font-weight: 500;
  }

  .heading-11 {
    font-size: 29px;
    line-height: 1.2;
  }

  .paragraph-4.alignment-left.list-10.margint-top {
    margin-top: 30px;
    margin-left: 30px;
  }

  .paragraph-4.alignment-left.font-white.margin-top {
    padding-left: 20px;
    font-family: Inter, sans-serif;
    position: relative;
    top: 20px;
  }

  .global-market {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-conti-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .img-conti-left.height {
    max-height: 300px;
    min-height: 300px;
    overflow: hidden;
  }

  .img-conti-left.height.alignment-middle {
    margin-left: auto;
    margin-right: auto;
  }

  .img-conti-right {
    width: 100%;
  }

  .image-11 {
    width: 150px;
    text-align: center;
    position: static;
    top: 0;
    right: -15px;
  }

  .div-block-19 {
    margin-left: 0;
  }

  .image-12 {
    margin-left: auto;
    margin-right: auto;
    left: 85px;
  }

  .div-block-20 {
    text-align: center;
    position: static;
  }

  .section-img-conti {
    width: 100%;
    max-height: 500px;
    position: absolute;
  }

  .section-img-conti.shadow {
    width: auto;
    height: auto;
    max-height: 501px;
    max-width: 100%;
    position: absolute;
    left: 0;
  }

  .section-img-conti.uk-map {
    max-height: 300px;
    position: absolute;
    bottom: 5%;
  }

  .image-14 {
    width: 100%;
    max-height: 400px;
    margin-left: 0;
  }

  .image-15 {
    max-height: 400px;
    max-width: 100%;
    min-width: auto;
    position: static;
    bottom: 1px;
    left: 0;
    right: 0;
  }

  .text-block-9.align-left {
    flex: 1;
  }

  .text-block-9.light-font {
    font-size: 16px;
    font-weight: 200;
  }

  .link-block-2.alignment-middle.bg-transparent.mobile-alignment {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }

  .link-block-2.alignment-middle.bg-transparent.mobile-alignment.align-left {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .link-block-2.alignment-middle.middle {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-with-icon {
    font-family: Inter, sans-serif;
  }

  .proptee-conti-phone {
    padding: 40px 20px;
  }

  .proptee-conti-phone.sign-up {
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .proptee-conti-phone.bg-black.margin-bottom {
    max-height: none;
    display: block;
  }

  .proptee-conti-phone.bg-black.margin-bottom.no-margin {
    margin-bottom: 0;
    padding-top: 10px;
    display: none;
  }

  .fts-phone-img-2 {
    text-align: center;
    object-fit: fill;
  }

  .feature-mobile {
    padding: 0 20px 20px;
  }

  .feature-mobile.top-part {
    padding-top: 140px;
    padding-right: 20px;
  }

  .feature-mobile.building-cover.no-bg {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .feature-features {
    padding: 0 20px 20px;
  }

  .feature-features.greenbg {
    display: block;
  }

  .feature-features.top-part {
    padding-top: 140px;
    padding-right: 20px;
  }

  .feature-features.building-cover.no-bg {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .feature-features.bg-3d {
    display: none;
  }

  .feature-hide-mobile {
    padding: 0 20px 20px;
  }

  .feature-hide-mobile.greenbg {
    display: none;
  }

  .feature-hide-mobile.top-part {
    padding-top: 140px;
    padding-right: 20px;
  }

  .feature-hide-mobile.building-cover.no-bg {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .feature-hide-mobile.bg-3d {
    display: none;
  }

  .sticky-nav-listing {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: fixed;
    top: 0;
    box-shadow: 0 0 6px #eee;
  }

  .sticky-nav-listing.home-navbar {
    padding-top: 0;
    top: 0;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 88%;
  }

  .wrap._w-custom.hero1.mgtop.position.height {
    min-height: 650px;
  }

  .tagline.black.left.blue.box.small {
    font-size: 10px;
  }

  .tagline.black.small.whitetext.small-tagline {
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
  }

  .tagline.nocaps.black.resize.middle.padding, .tagline.nocaps.black.resize.middle.padding.no-top-margin.top-padding {
    font-size: 8px;
  }

  .tagline.dark {
    color: var(--light-gray);
  }

  .h1-jumbo.inter.resize.bold.color.size {
    font-size: 32px;
    line-height: 40px;
  }

  .h1-jumbo.width {
    min-width: 200px;
  }

  .h1-jumbo.resize.boldfont {
    font-size: 32px;
    line-height: 40px;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .hero3-firstbutton-wrap {
    margin-right: 0;
    display: block;
  }

  ._7-col._7-col-last.header-col-hero {
    max-width: 100%;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .text-20.text-20-60.no-mg.inter-font.middle {
    font-size: 16px;
    line-height: 26px;
  }

  .text-20.text-20-60.no-mg.inter-font.small-font {
    font-size: 16px;
    line-height: 24px;
  }

  .text-20.text-20-60.no-mg.middle.mobile {
    font-size: 14px;
  }

  .text-20.text-20-60.resize.margin-left.mg-l {
    margin-left: auto;
    margin-right: auto;
  }

  .text-20.text-20-60.resize.margin-left.mg-l.alignment-left {
    text-align: left;
  }

  .text-20.text-20-60.resize.margin-left.mg-l.alignment-left.midl {
    padding-top: 0;
    font-size: 16px;
  }

  .text-20.text-20-60.white.middle.side-padding.small-size {
    font-size: 14px;
    line-height: 24px;
  }

  .text-20.text-20-60.white.middle.side-padding.small-size.smaller-width {
    width: 300px;
  }

  .text-20.text-20-60.width {
    min-width: 200px;
    font-size: 16px;
  }

  .text-20.white.opacity-80.no-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fts-img-div-2 {
    order: 1;
    margin-top: 60px;
  }

  .fts-img-div-2.stepsslider {
    order: -1;
    margin-left: 40px;
    margin-right: 40px;
  }

  .fts-img-div-2.usp {
    min-height: auto;
    min-width: auto;
    order: 0;
  }

  .fts-img-div-2.usp.resize {
    min-height: 200px;
  }

  .cta2 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta2.cta2-dark {
    padding-left: 30px;
    padding-right: 30px;
  }

  .explore-link.inter {
    text-align: center;
  }

  .cta2-2 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta2-2.cta2-dark {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn-big-2 {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .mg-top.heading-12.black.fontsize {
    font-size: 18px;
  }

  .mg-top.inter.bold.middle {
    text-align: center;
  }

  .mg-top.inter.bold.middle.bottom {
    padding-bottom: 20px;
  }

  .inter.bold.bg-black.text-white.rounded.phone {
    font-size: 14px;
    line-height: 24px;
  }

  .hero1-headline-wrapper.bg-blur.padding.inner-blur.mg-top.blur-color.blur.less-black.wide {
    width: 280px;
  }

  .section-13.margin {
    margin-top: auto;
  }

  .text-16.text-16-60.inter {
    text-align: left;
  }

  .text-16.text-16-60.inter.small.light-grey.middle, .text-16.text-16-60.inter.small.light-grey.middle.margin-bottom {
    font-size: 9px;
  }

  .products3-option-wrap {
    text-align: left;
  }

  .content2-jumbonumber.inter.resize.middle {
    text-align: center;
  }

  ._3-col-2.stroke {
    width: 180%;
  }

  ._3-col-2.stroke.bg {
    width: 80%;
  }

  .text-14.text-14-60.mg.mg-side.size {
    margin-left: 10px;
    margin-right: 10px;
  }

  .white.inter-font.size {
    font-size: 32px;
  }

  .white.inter-font.size.black.no-mg-top.eastereggup.below.bigger {
    margin-left: auto;
    margin-right: auto;
    font-size: 46px;
  }

  .white.inter-font.left-alg {
    font-weight: 600;
    line-height: 40px;
  }

  .white.opacity-60.inter-font {
    font-size: 13px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .team2-profile-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn-2 {
    text-align: center;
    display: block;
  }

  .background-video-3 {
    min-height: 650px;
  }

  .div-block-42 {
    display: none;
  }

  .div-block-43 {
    width: 90%;
    height: 600px;
  }

  .div-block-43.margin-t {
    width: 95%;
  }

  .nav-logo-3 {
    text-align: left;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 9px;
  }

  .section-13-copy.margin {
    margin-top: auto;
  }

  .lottie-animation.width {
    max-width: 300px;
  }

  .subscribe-form-input-wrapper {
    max-width: 200px;
    min-width: 150px;
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input-wrapper.margin {
    max-width: 300px;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .subscribe-form-input.border-rounded {
    width: 100%;
    display: inline-block;
  }

  .top-bar-wrapper.hide-onmobile {
    display: none;
  }

  .top-bar-cointainer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .top-bar-text {
    flex: 0 auto;
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .top-bar-text.yellow.text-margin-vertical {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .top-bar-button {
    text-align: center;
    flex: none;
    margin-left: 0;
    padding: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .close-icon-text.relative-position {
    position: relative;
    left: 20px;
  }

  .table-card.outline.phone-margin-top {
    margin-top: 0;
  }

  .table-photo.phone-max-width {
    max-width: 90%;
  }

  .small-header-inter.inter-font.small.grey {
    font-size: 7px;
  }

  .small-header-inter.inter-font.small.grey.resize {
    font-size: 12px;
    line-height: 28px;
  }

  .small-header-inter.inter-font.smaller.grey {
    font-size: 36px;
  }

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

  .feature4-image.width.mg-top, .feature4-image.mg-top {
    margin-top: 20px;
  }

  .html-embed-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-4 {
    display: none;
  }

  .image-23 {
    max-width: 40%;
  }

  .bold-text-9 {
    font-size: 8px;
  }

  .bold-text-9.resize {
    font-size: 12px;
  }

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

  .grid-5 {
    grid-column-gap: 16px;
    grid-template: "Area Area-2"
                   "Area-3 Area-4"
                   "Area-6 Area-5"
                   / 1fr 1fr;
  }

  .grid-5.margin-50 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

  .testimonial4-tweet {
    width: auto;
    max-width: none;
  }

  .btn-3 {
    text-align: center;
    display: block;
  }

  .hero-heading-left {
    margin-top: 0;
    padding: 0 0 40px;
  }

  .container-11 {
    max-width: none;
    border-radius: 0;
    padding-top: 60px;
  }

  .hero-wrapper {
    flex-direction: column-reverse;
  }

  .hero-split {
    align-self: center;
    align-items: center;
    position: relative;
  }

  .hero-split.hide-on-mobile {
    display: none;
  }

  .shadow-two {
    max-width: 100%;
    position: static;
  }

  .shadow-two.hide-desktop.show-on-mobile {
    margin-top: 0;
    display: block;
  }

  .shadow-two.hide-mobile {
    display: none;
  }

  .shadow-two.hide-mobile.alex-fix-hero-size {
    display: block;
  }

  .fts-img-div-3 {
    order: 1;
    margin-top: 60px;
  }

  .fts-img-div-3.stepsslider {
    order: -1;
    margin-left: 40px;
    margin-right: 40px;
  }

  .fts-img-div-3.usp {
    min-height: auto;
    min-width: auto;
    order: 0;
  }

  .fts-img-div-3.usp.resize {
    min-height: 200px;
  }

  .fts-img-div-3.usp.mg.mg-top {
    margin-top: 0;
  }

  .alex-ben-photo {
    height: auto;
    max-height: 450px;
    text-align: center;
    object-fit: contain;
  }

  .alex-ben-photo.mg-top {
    margin-top: 30px;
  }

  .alex-ben-photo.mg.width {
    position: static;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .heading-24 {
    padding-left: 0;
    font-size: 42px;
    line-height: 50px;
  }

  .heading-25 {
    text-align: center;
    padding-top: 5px;
    padding-left: 0;
    font-size: 42px;
    line-height: 50px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .hero-video-button-2 {
    width: 100%;
    height: 100%;
    margin-bottom: 12px;
    display: block;
    position: absolute;
  }

  .video-icon {
    width: 50px;
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .video-hover-button.absolute {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    padding: 4px;
  }

  .hero__card {
    font-size: 1.1em;
  }

  .container-13 {
    max-width: none;
  }

  .shadow-two-2 {
    border-radius: 40px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .div-block-65 {
    display: block;
  }

  .heading-26 {
    margin-top: 0;
    padding-top: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .heading-26.padding-right {
    text-align: center;
  }

  .heading-26.blue-text {
    margin-top: 0;
    padding-top: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .heading-27 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-27.padding-left {
    text-align: center;
    margin-top: 0;
  }

  .heading-27.blue-text {
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .heading-28.light {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-28.mid-text {
    font-size: 44px;
    line-height: 70px;
  }

  .intro-section {
    padding-top: 50px;
  }

  .svg-1 {
    top: 46px;
    left: -18px;
  }

  .section-header {
    font-size: 38px;
    line-height: 44px;
  }

  .svg-3 {
    display: none;
  }

  .right-panel {
    padding-top: 158px;
    padding-bottom: 158px;
  }

  .svg-2 {
    right: -14px;
  }

  .div-block-67 {
    border-radius: 40px;
    display: block;
  }

  .div-block-68.no-padding-right {
    padding-left: 5px;
  }

  .div-block-68.no-padding-left {
    padding-right: 5px;
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .steps-intro {
    grid-row-gap: 24px;
  }

  .steps-cards {
    width: 100%;
    grid-template-columns: auto;
  }

  .steps-circle {
    display: none;
  }

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .steps-card {
    border-radius: 40px;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 12px 12px 24px;
  }

  .steps-tracker {
    display: none;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .heading-31 {
    color: #000;
    font-weight: 500;
    line-height: 33px;
  }

  .text-block-20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .outline-heading {
    margin-top: -29px;
    font-size: 29px;
  }

  .choice-container {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .inner-swipe {
    position: absolute;
  }

  .wrapper {
    width: 100%;
    height: 100%;
  }

  .div-block-69 {
    border-radius: 42px;
  }

  .button-6 {
    text-align: center;
    display: block;
  }

  .button-6.inverted-color.center-alg {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-70 {
    padding-right: 100px;
  }

  .div-block-71 {
    padding-right: 80px;
  }

  .div-block-71.diff-padding.bottom-pd {
    text-align: center;
    padding-right: 0;
  }

  .image-27 {
    max-height: 50px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-27.alex-hero-dl-btn {
    max-height: 50px;
  }

  .download-button-div.hide {
    align-self: center;
    margin-top: 60px;
    display: block;
  }

  .download-button-div.list-view {
    display: block;
  }

  .image-28 {
    max-height: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-28.alex-hero-dl-btn {
    max-height: 50px;
  }

  .link-block-5 {
    justify-content: center;
    display: flex;
  }

  .div-block-72 {
    width: 105px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-7 {
    margin-bottom: 0;
  }

  .div-block-73 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-73.padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card, .card.hide {
    border-radius: 40px;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._4, .carousel-slider._6, .carousel-slider._3, .carousel-slider._5, .carousel-slider._7, .carousel-slider._8, .carousel-slider._2 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

  .section-21.is_full.margintop.not-full {
    margin-top: 50px;
  }

  .card-header-2.img-july {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/pexels-marcin-dampc-1684187.jpg');
    background-size: auto, cover;
  }

  .hero-split-2 {
    margin-bottom: 0;
  }

  .body-large {
    line-height: 20px;
  }

  .project-text {
    max-width: 90%;
  }

  .head-2 {
    flex-direction: column;
  }

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

  .table-row {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 6fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .arrow-up-icon {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

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

  .container-17 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-36 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-75 {
    margin-top: 50px;
    display: block;
  }

  .image-30 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-8 {
    width: 300px;
    font-size: 12px;
  }

  .link-block-6 {
    margin-left: auto;
    display: block;
  }

  .link-block-7 {
    display: block;
  }

  .image-31.no-mg-left {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-31.no-mg-left.hide {
    display: none;
  }

  .section-23 {
    z-index: 60;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    top: auto;
    bottom: 2%;
    left: 0%;
    right: 0%;
  }

  .div-block-76 {
    min-height: 70px;
    background-color: var(--yellow);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    box-shadow: 0 0 6px #000;
  }

  .div-block-76.hide {
    display: flex;
    box-shadow: 2px 0 1rem rgba(0, 0, 0, .3);
  }

  .text-block-24 {
    align-self: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Inter, sans-serif;
  }

  .button-7 {
    min-width: 90px;
    text-align: center;
    background-color: #3be780;
    border-radius: 20px;
    align-self: center;
    margin-left: auto;
    margin-right: 10px;
    font-family: Inter, sans-serif;
  }

  .listings-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .listing-item {
    padding-left: 0;
    padding-right: 0;
  }

  .section-25 {
    margin-top: 100px;
  }

  .paragraph-9 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    display: block;
  }

  .grid-6 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .html-embed-8 {
    margin-top: 0;
  }

  .page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .soc-validation-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}

#w-node-_036b2859-bbf9-c5a9-1d44-4dcb1d3cb8c6-7bbaf581 {
  grid-area: Area;
}

#w-node-_9715beae-cc4c-230f-736e-190bb044716d-7bbaf581 {
  grid-area: Area-2;
}

#w-node-f2599451-e1d5-cb5f-39cf-8eb68c3bddc0-7bbaf581 {
  grid-area: Area-3;
}

#w-node-_050a900e-275f-62ac-9fd3-c7f944441b68-d0baf582, #w-node-_117b38c4-fb89-ee7d-62f0-0bdbf59e19ba-2fbaf58d {
  justify-self: start;
}

#w-node-_4d7b8db4-7d9e-7be2-e78d-f62040b877db-39baf590 {
  grid-area: Area;
}

#w-node-d6279e08-f9a6-bbf0-dda9-70a8ed583320-39baf590, #w-node-_6a0e9431-9bc9-7c25-d89d-b2dd9efdd292-39baf590, #w-node-dc94033a-73d4-8366-161e-d1abf203114e-39baf590, #w-node-ec7e4c8a-fd9c-900c-b513-b4f45e8ee09b-39baf590 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce67563a-5915-c737-2630-cc335e5d71a7-39baf590 {
  grid-area: Area;
}

#w-node-_72a11726-ace2-2fdb-2e42-da082a57a031-39baf590, #w-node-fa52966d-0f9a-f8e0-982c-312ff2fe1e81-39baf590, #w-node-_94862c43-a9db-3aec-a54f-9e6d777f14c3-39baf590, #w-node-_93fe4827-5771-6988-16c1-df304534c04d-39baf590, #w-node-_58bc36eb-2ee6-57bb-8046-886ff15873e2-39baf590 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d7b8db4-7d9e-7be2-e78d-f62040b877db-5b84e8b1 {
  grid-area: Area;
}

#w-node-d6279e08-f9a6-bbf0-dda9-70a8ed583320-5b84e8b1, #w-node-_6a0e9431-9bc9-7c25-d89d-b2dd9efdd292-5b84e8b1, #w-node-dc94033a-73d4-8366-161e-d1abf203114e-5b84e8b1, #w-node-ec7e4c8a-fd9c-900c-b513-b4f45e8ee09b-5b84e8b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce67563a-5915-c737-2630-cc335e5d71a7-5b84e8b1 {
  grid-area: Area;
}

#w-node-_72a11726-ace2-2fdb-2e42-da082a57a031-5b84e8b1, #w-node-fa52966d-0f9a-f8e0-982c-312ff2fe1e81-5b84e8b1, #w-node-_94862c43-a9db-3aec-a54f-9e6d777f14c3-5b84e8b1, #w-node-_93fe4827-5771-6988-16c1-df304534c04d-5b84e8b1, #w-node-_58bc36eb-2ee6-57bb-8046-886ff15873e2-5b84e8b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1df47fac-c888-b973-8e50-baeb27d8cb86-e5888fd0 {
  align-self: center;
}

#w-node-_1df47fac-c888-b973-8e50-baeb27d8cb88-e5888fd0 {
  align-self: center;
  justify-self: center;
}

#w-node-b60d4c9f-9404-f691-c87d-42fc97509cad-e5888fd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf2b2475-8e08-5342-d05f-5e8752fb977f-e5888fd0, #w-node-_894bd6ac-4b53-deff-bafb-4611fb05ae60-e5888fd0, #w-node-_2be2f7f1-577c-0cf0-e7cc-d966aab04f1e-e5888fd0, #w-node-_5db16921-1dd3-1130-5229-59acc2578f4c-e5888fd0 {
  grid-area: Area;
}

#w-node-_152c0875-3a07-87af-9dee-21878959c367-e5888fd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152c0875-3a07-87af-9dee-21878959c368-e5888fd0, #w-node-_152c0875-3a07-87af-9dee-21878959c369-e5888fd0, #w-node-_152c0875-3a07-87af-9dee-21878959c36b-e5888fd0 {
  grid-area: Area;
}

#w-node-ce2e94f8-8308-e16b-7e92-5f939ed032a2-e5888fd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce2e94f8-8308-e16b-7e92-5f939ed032a3-e5888fd0, #w-node-ce2e94f8-8308-e16b-7e92-5f939ed032a4-e5888fd0, #w-node-ce2e94f8-8308-e16b-7e92-5f939ed032a6-e5888fd0 {
  grid-area: Area;
}

#w-node-cee6deb9-32ee-164e-0749-8573de9375d2-e5888fd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cee6deb9-32ee-164e-0749-8573de9375d3-e5888fd0, #w-node-cee6deb9-32ee-164e-0749-8573de9375d4-e5888fd0, #w-node-cee6deb9-32ee-164e-0749-8573de9375d6-e5888fd0 {
  grid-area: Area;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f39a-e5888fd0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3ad-e5888fd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3ae-e5888fd0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3b1-e5888fd0 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3b2-e5888fd0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3b4-e5888fd0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3ba-e5888fd0 {
  align-self: stretch;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3bb-e5888fd0 {
  align-self: start;
  justify-self: start;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3be-e5888fd0 {
  align-self: end;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3c8-e5888fd0 {
  align-self: stretch;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3c9-e5888fd0 {
  align-self: start;
  justify-self: start;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3cc-e5888fd0 {
  align-self: end;
}

#w-node-d666f718-066e-bce7-5560-cc527c996f3f-e5888fd0 {
  align-self: stretch;
}

#w-node-d666f718-066e-bce7-5560-cc527c996f40-e5888fd0 {
  align-self: start;
  justify-self: start;
}

#w-node-d666f718-066e-bce7-5560-cc527c996f43-e5888fd0 {
  align-self: end;
}

#w-node-_7171a581-5180-a8c2-ceac-29e1bc59bf8d-5ec58e3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7171a581-5180-a8c2-ceac-29e1bc59bf90-5ec58e3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7171a581-5180-a8c2-ceac-29e1bc59bf96-5ec58e3e {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b5ea2f0d-c719-1a2c-49de-eb64267d1025-5ec58e3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b5ea2f0d-c719-1a2c-49de-eb64267d1028-5ec58e3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b5ea2f0d-c719-1a2c-49de-eb64267d102b-5ec58e3e {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_4ce5d113-4515-20f6-efbd-33e2d77e6636-5ec58e3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4ce5d113-4515-20f6-efbd-33e2d77e6639-5ec58e3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4ce5d113-4515-20f6-efbd-33e2d77e663c-5ec58e3e {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_8d86b064-dea8-8c19-30a9-5a8083818579-5ec58e3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8d86b064-dea8-8c19-30a9-5a808381857c-5ec58e3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d86b064-dea8-8c19-30a9-5a808381857f-5ec58e3e {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_7171a581-5180-a8c2-ceac-29e1bc59bf99-5ec58e3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7171a581-5180-a8c2-ceac-29e1bc59bf9c-5ec58e3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7171a581-5180-a8c2-ceac-29e1bc59bfa2-5ec58e3e {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_7171a581-5180-a8c2-ceac-29e1bc59bfa5-5ec58e3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7171a581-5180-a8c2-ceac-29e1bc59bfa8-5ec58e3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7171a581-5180-a8c2-ceac-29e1bc59bfae-5ec58e3e {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_7171a581-5180-a8c2-ceac-29e1bc59bfb1-5ec58e3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7171a581-5180-a8c2-ceac-29e1bc59bfb4-5ec58e3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7171a581-5180-a8c2-ceac-29e1bc59bfba-5ec58e3e {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_65348a0e-d77c-d6ea-4d90-752a623be20b-5ec58e3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_65348a0e-d77c-d6ea-4d90-752a623be20e-5ec58e3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_65348a0e-d77c-d6ea-4d90-752a623be211-5ec58e3e {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-c20fd991-25d0-7ae7-2483-d5512b11a6e4-5ec58e3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c20fd991-25d0-7ae7-2483-d5512b11a6e7-5ec58e3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c20fd991-25d0-7ae7-2483-d5512b11a6ea-5ec58e3e {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_1df47fac-c888-b973-8e50-baeb27d8cb86-d9eb5344 {
  align-self: center;
}

#w-node-_1df47fac-c888-b973-8e50-baeb27d8cb88-d9eb5344 {
  align-self: center;
  justify-self: center;
}

#w-node-b60d4c9f-9404-f691-c87d-42fc97509cad-d9eb5344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf2b2475-8e08-5342-d05f-5e8752fb977f-d9eb5344, #w-node-_894bd6ac-4b53-deff-bafb-4611fb05ae60-d9eb5344, #w-node-_2be2f7f1-577c-0cf0-e7cc-d966aab04f1e-d9eb5344, #w-node-_5db16921-1dd3-1130-5229-59acc2578f4c-d9eb5344 {
  grid-area: Area;
}

#w-node-_152c0875-3a07-87af-9dee-21878959c367-d9eb5344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152c0875-3a07-87af-9dee-21878959c368-d9eb5344, #w-node-_152c0875-3a07-87af-9dee-21878959c369-d9eb5344, #w-node-_152c0875-3a07-87af-9dee-21878959c36b-d9eb5344 {
  grid-area: Area;
}

#w-node-ce2e94f8-8308-e16b-7e92-5f939ed032a2-d9eb5344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce2e94f8-8308-e16b-7e92-5f939ed032a3-d9eb5344, #w-node-ce2e94f8-8308-e16b-7e92-5f939ed032a4-d9eb5344, #w-node-ce2e94f8-8308-e16b-7e92-5f939ed032a6-d9eb5344 {
  grid-area: Area;
}

#w-node-cee6deb9-32ee-164e-0749-8573de9375d2-d9eb5344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cee6deb9-32ee-164e-0749-8573de9375d3-d9eb5344, #w-node-cee6deb9-32ee-164e-0749-8573de9375d4-d9eb5344, #w-node-cee6deb9-32ee-164e-0749-8573de9375d6-d9eb5344 {
  grid-area: Area;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f39a-d9eb5344 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3ad-d9eb5344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3ae-d9eb5344 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3b1-d9eb5344 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3b2-d9eb5344 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3b4-d9eb5344 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3ba-d9eb5344 {
  align-self: stretch;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3bb-d9eb5344 {
  align-self: start;
  justify-self: start;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3be-d9eb5344 {
  align-self: end;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3c8-d9eb5344 {
  align-self: stretch;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3c9-d9eb5344 {
  align-self: start;
  justify-self: start;
}

#w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3cc-d9eb5344 {
  align-self: end;
}

#w-node-d666f718-066e-bce7-5560-cc527c996f3f-d9eb5344 {
  align-self: stretch;
}

#w-node-d666f718-066e-bce7-5560-cc527c996f40-d9eb5344 {
  align-self: start;
  justify-self: start;
}

#w-node-d666f718-066e-bce7-5560-cc527c996f43-d9eb5344 {
  align-self: end;
}

#w-node-_117b38c4-fb89-ee7d-62f0-0bdbf59e19ba-0a02e06f {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_679056bc-21c2-e208-4347-141e3be004fe-e5888fd0, #w-node-_679056bc-21c2-e208-4347-141e3be004fe-d9eb5344 {
    justify-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f39a-e5888fd0, #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f39a-d9eb5344 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f39a-e5888fd0, #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f39a-d9eb5344 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f39a-e5888fd0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3ad-e5888fd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3b2-e5888fd0 {
    grid-row-end: 3;
  }

  #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f39a-d9eb5344 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3ad-d9eb5344 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3b2-d9eb5344 {
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_58dc34ce-57f0-d4ed-8b1a-baa45a0f8f98-0dbaf575, #w-node-_38c56a97-48c1-2177-c77c-5920a7a42f18-0dbaf575, #w-node-d0f70372-4e73-f088-9897-14e57645be5c-84baf585, #w-node-d0f70372-4e73-f088-9897-14e57645be64-84baf585, #w-node-_58dc34ce-57f0-d4ed-8b1a-baa45a0f8f98-55baf594, #w-node-_58dc34ce-57f0-d4ed-8b1a-baa45a0f8f9a-55baf594, #w-node-_38c56a97-48c1-2177-c77c-5920a7a42f18-55baf594, #w-node-_38c56a97-48c1-2177-c77c-5920a7a42f1a-55baf594, #w-node-_58dc34ce-57f0-d4ed-8b1a-baa45a0f8f9f-55baf594 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58dc34ce-57f0-d4ed-8b1a-baa45a0f8fa1-55baf594 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-d92fa054-e089-8807-b3a4-672c484396ce-9fbaf598, #w-node-d92fa054-e089-8807-b3a4-672c484396d6-9fbaf598, #w-node-d20d1b18-f966-dfe9-0fcc-aa09aa2fd382-97baf59c, #w-node-_483decc5-e628-3880-bcd4-ba274c67a373-97baf59c, #w-node-_7e892c70-50e0-464f-7834-0951f79d6dbc-01baf59d, #w-node-_7e892c70-50e0-464f-7834-0951f79d6dbe-01baf59d, #w-node-_7e892c70-50e0-464f-7834-0951f79d6dc6-01baf59d, #w-node-_7e892c70-50e0-464f-7834-0951f79d6dc8-01baf59d, #w-node-ecd09ac0-8d51-bc44-2b0a-5502e93cf540-01baf59d, #w-node-ecd09ac0-8d51-bc44-2b0a-5502e93cf542-01baf59d, #w-node-ecd09ac0-8d51-bc44-2b0a-5502e93cf54a-01baf59d, #w-node-ecd09ac0-8d51-bc44-2b0a-5502e93cf54c-01baf59d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_58dc34ce-57f0-d4ed-8b1a-baa45a0f8f8e-0dbaf575, #w-node-_58dc34ce-57f0-d4ed-8b1a-baa45a0f8f95-0dbaf575, #w-node-_38c56a97-48c1-2177-c77c-5920a7a42f15-0dbaf575 {
    grid-column: span 1 / span 1;
  }

  #w-node-_050a900e-275f-62ac-9fd3-c7f944441b68-d0baf582 {
    justify-self: center;
  }

  #w-node-d0f70372-4e73-f088-9897-14e57645be50-84baf585, #w-node-d0f70372-4e73-f088-9897-14e57645be59-84baf585, #w-node-d0f70372-4e73-f088-9897-14e57645be61-84baf585, #w-node-_858816aa-765a-393c-e1b7-f0c052b5f86a-8ebaf58a, #w-node-_858816aa-765a-393c-e1b7-f0c052b5f871-8ebaf58a, #w-node-afef9077-9edf-80b1-c470-279c6585d444-8ebaf58a, #w-node-abb6b096-0d9b-3ef4-d82c-da2f38bf8771-8ebaf58a, #w-node-_7170f3d8-2816-88da-de8e-803a2d95d0a9-8ebaf58a, #w-node-_0ad8a5a3-cb2e-dd2c-fb8c-3f0a3657c2f8-8ebaf58a {
    grid-column: span 1 / span 1;
  }

  #w-node-_1c5cb1fa-34c8-d19f-df26-1394df41155e-8ebaf58a {
    grid-column: span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_117b38c4-fb89-ee7d-62f0-0bdbf59e19ba-2fbaf58d {
    justify-self: center;
  }

  #w-node-ce67563a-5915-c737-2630-cc335e5d71a7-39baf590, #w-node-_72a11726-ace2-2fdb-2e42-da082a57a031-39baf590, #w-node-fa52966d-0f9a-f8e0-982c-312ff2fe1e81-39baf590, #w-node-_94862c43-a9db-3aec-a54f-9e6d777f14c3-39baf590, #w-node-_93fe4827-5771-6988-16c1-df304534c04d-39baf590, #w-node-_58bc36eb-2ee6-57bb-8046-886ff15873e2-39baf590 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58dc34ce-57f0-d4ed-8b1a-baa45a0f8f8e-55baf594, #w-node-_58dc34ce-57f0-d4ed-8b1a-baa45a0f8f95-55baf594, #w-node-_38c56a97-48c1-2177-c77c-5920a7a42f15-55baf594, #w-node-_58dc34ce-57f0-d4ed-8b1a-baa45a0f8f9c-55baf594, #w-node-d92fa054-e089-8807-b3a4-672c484396c2-9fbaf598, #w-node-d92fa054-e089-8807-b3a4-672c484396cb-9fbaf598, #w-node-d92fa054-e089-8807-b3a4-672c484396d3-9fbaf598, #w-node-d20d1b18-f966-dfe9-0fcc-aa09aa2fd376-97baf59c, #w-node-d20d1b18-f966-dfe9-0fcc-aa09aa2fd37f-97baf59c, #w-node-_483decc5-e628-3880-bcd4-ba274c67a36d-97baf59c, #w-node-_7e892c70-50e0-464f-7834-0951f79d6db0-01baf59d, #w-node-_7e892c70-50e0-464f-7834-0951f79d6db9-01baf59d, #w-node-_7e892c70-50e0-464f-7834-0951f79d6dc3-01baf59d, #w-node-ecd09ac0-8d51-bc44-2b0a-5502e93cf534-01baf59d, #w-node-ecd09ac0-8d51-bc44-2b0a-5502e93cf53d-01baf59d, #w-node-ecd09ac0-8d51-bc44-2b0a-5502e93cf547-01baf59d {
    grid-column: span 1 / span 1;
  }

  #w-node-ce67563a-5915-c737-2630-cc335e5d71a7-5b84e8b1, #w-node-_72a11726-ace2-2fdb-2e42-da082a57a031-5b84e8b1, #w-node-fa52966d-0f9a-f8e0-982c-312ff2fe1e81-5b84e8b1, #w-node-_94862c43-a9db-3aec-a54f-9e6d777f14c3-5b84e8b1, #w-node-_93fe4827-5771-6988-16c1-df304534c04d-5b84e8b1, #w-node-_58bc36eb-2ee6-57bb-8046-886ff15873e2-5b84e8b1, #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3ae-e5888fd0, #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3b4-e5888fd0, #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3ae-d9eb5344, #w-node-_6c047efc-c4e8-0614-6efb-8bf3b698f3b4-d9eb5344 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3c486a1-6d48-63ff-5258-ab2912816c6e-d9eb5344, #w-node-_117b38c4-fb89-ee7d-62f0-0bdbf59e19ba-0a02e06f {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}