:root {
  --bright-blue: #0277c0;
  --newspaper: #f3f3f3;
  --blue: #223041;
  --white: white;
  --red: #e52929;
  --black: black;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.half-bg-right {
  z-index: -1;
  background-color: #0d0d0f;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.half-bg-right.home-v3-bg-right-wrapper {
  background-color: rgba(0, 0, 0, 0);
  width: 404px;
  height: auto;
  top: -100vh;
  bottom: -100vh;
}

.home-v3-bg-right-bg {
  background-color: rgba(89, 156, 231, .2);
  width: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.btn-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  padding: 20px 20px 15px;
  font-family: Gill Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  transition: transform .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgba(45, 59, 77, .9);
  border-style: none;
  font-weight: 400;
  transform: translate3d(0, -4px, .01px);
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.hero-v3-grid-2-col {
  grid-template-columns: .7fr 1fr;
}

.grid-2-columns.hero-v23-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-columns: .8fr 1fr;
  align-items: start;
}

.grid-2-columns.contact-grid-2-col {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.grid-2-columns.form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.position-relative {
  position: relative;
}

.section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.hero {
  position: relative;
  overflow: hidden;
}

.section.hero.v3 {
  padding-top: 40px;
  padding-bottom: 60px;
  position: static;
  overflow: visible;
}

.section.hero.v1 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 100px;
}

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

.section.hero.v12 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.v19 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.pd-160px {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.pd-160px.bg-neutral-200 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overflow-hidden {
  overflow: hidden;
}

.scale-animation.fit-cover._w-h-100 {
  object-fit: cover;
  width: auto;
  height: 100%;
}

.navbar {
  background-color: #1b2e44;
}

.navcontainer {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navcontainer.shadow-three {
  width: 100%;
  max-width: 95%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Gill Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.nav-link:hover {
  color: #90a3b6;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #90a3b6;
  font-weight: 500;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #fff;
  padding: 15px 25px 8px;
  font-family: Gill Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  transition: all .2s;
}

.button-primary:hover {
  color: #90a3b6;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.home-v1-picture {
  overflow: hidden;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.center {
  align-items: center;
}

.logo {
  height: 100px;
}

.footer {
  background-color: #1b2e44;
  background-image: linear-gradient(rgba(27, 46, 68, .8), rgba(27, 46, 68, .8)), url('/assets/edmontonnight.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-around;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  margin-right: 0;
}

.footer-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: block;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  color: #90a3b6;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: 0;
  display: block;
}

.footer-social-link {
  margin-left: 0;
}

.footer-divider {
  background-color: #406288;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-logo {
  height: 120px;
}

.social {
  height: 25px;
}

.fit-cover {
  object-fit: cover;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.preloader---suite-x {
  z-index: 99999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader {
  border: 10px solid #e4e4e7;
  border-top-color: #0d0d0f;
  border-radius: 50%;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
}

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

.hero-v3-bg-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.invest-heading {
  color: var(--bright-blue);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4em;
}

.invest-paragrapgh {
  background-color: var(--newspaper);
  color: var(--blue);
  text-align: left;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.section-content-2 {
  z-index: 2;
  position: relative;
}

.properties-bg {
  z-index: 0;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.rent-container {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.rent-container.z-index-1 {
  z-index: 1;
  max-width: 700px;
  position: relative;
}

.properties-shadow {
  z-index: 1;
  background-color: rgba(95, 99, 107, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blue-heading {
  color: #0d0d0f;
  font-family: Prata, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.229em;
}

.blue-heading.mg-bottom-6px {
  color: rgba(34, 48, 65, .9);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.properties-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.229em;
}

.properties-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3em;
}

.properties-wrapper {
  width: 100%;
  position: relative;
}

.home-pic-animation {
  object-fit: cover;
  height: 500px;
}

.home-bg-top {
  z-index: -1;
  background-color: #000;
  background-image: linear-gradient(#1b2e44 29%, #136686);
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-heading {
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.229em;
}

.floating-item-wrapper {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.floating-item-wrapper.activities-floating-item {
  display: flex;
}

.floating-item {
  position: absolute;
}

.floating-item.activities-item {
  overflow: hidden;
}

.floating-item.activities-item._03 {
  max-width: 45%;
  top: 35%;
  bottom: 96px;
  left: auto;
  right: 5%;
}

.floating-item.activities-item._01 {
  width: 100%;
  max-width: 30%;
  top: 20px;
  left: -100px;
}

.floating-item.activities-item._04 {
  max-width: 40%;
  top: 45%;
  bottom: 0;
  left: 14%;
  right: auto;
}

.floating-item.activities-item._02 {
  max-width: 35%;
  top: 60px;
  bottom: auto;
  left: auto;
  right: -100px;
}

.activities-inner-hero {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40%;
  display: block;
  position: relative;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.rent-wrapper {
  width: 100%;
  min-height: auto;
}

.inner-container-3._710px {
  max-width: 710px;
}

.rent-heading {
  color: rgba(34, 48, 65, .9);
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.229em;
}

.invest-scale-animation.fit-cover {
  height: 700px;
  margin-top: 60px;
}

.invest-inner._727px {
  max-width: 727px;
}

.invest-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

._3columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3columns.hero-v1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.animated-heading-wrap {
  margin-bottom: 60px;
}

.invest-contact-please {
  color: var(--bright-blue);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3em;
}

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

.container-default-5.width-100.hero-v23-container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.hero-v23-main-content {
  max-width: 511px;
  margin-top: 0;
  margin-bottom: 0;
}

.about-bg-right {
  z-index: -1;
  background-color: #0d0d0f;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.about-bg-right.hero-v23-bg-right {
  background-color: #e0e5ec;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.about-pic.hero-v23-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  max-width: 629px;
}

.paragraph {
  color: rgba(34, 48, 65, .9);
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3em;
}

.input {
  color: #0d0d0f;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.input:hover {
  border-color: #0d0d0f;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.input:focus {
  color: #0d0d0f;
  border-color: #0d0d0f;
}

.input::placeholder {
  color: #797a86;
}

.input.button-inside {
  color: #526a86;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #526a86;
  border-radius: 2px;
  width: auto;
  min-width: auto;
  min-height: auto;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.input.dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e4e4e7;
}

.input.dark:hover {
  border-color: #fff;
}

.input.dark:focus {
  color: #fff;
  border-color: #fff;
}

.input.dark::placeholder {
  color: #797a86;
}

.input-form-block {
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
  margin-bottom: 0;
  display: flex;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.start {
  justify-content: flex-start;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1em;
}

.line-rounded-icon.success-message-check.left {
  margin-bottom: 0;
  margin-right: 6px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
}

.success-message {
  color: #0d0d0f;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.success-message.color-neutral-100 {
  color: #fff;
}

.text-no-wrap {
  white-space: nowrap;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0d0d0f;
  border: 1px solid #0d0d0f;
  border-radius: 0;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s;
}

.btn-primary-2:hover {
  color: #fff;
  transform: translate3d(0, -4px, .01px);
}

.btn-primary-2.inside-input {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-primary-2.inside-input:hover {
  transform: scale3d(.95, .95, 1.01);
}

.btn-primary-2.inside-input.default {
  background-color: rgba(0, 0, 0, 0);
  border-color: #526a86;
  padding: 10px 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary-2.inside-input.default:hover {
  color: #526a86;
}

.btn-primary-2.white {
  color: rgba(34, 48, 65, .9);
  background-color: #fff;
  border-color: #d3d3d3;
  font-weight: 400;
}

.btn-primary-2.white:hover {
  color: #0d0d0f;
}

.error-message {
  color: #ff5a65;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 0;
}

.btn-secondary {
  color: #0d0d0f;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e4e7;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #0d0d0f;
  border-color: #0d0d0f;
  transform: translate3d(0, -4px, .01px);
}

.btn-secondary.light {
  color: rgba(34, 48, 65, .9);
  background-color: #fff;
  border-color: #e4e4e7;
  padding-bottom: 22px;
  font-family: Gill Sans, sans-serif;
}

.btn-secondary.light {
  background-color: var(--bright-blue);
  color: var(--white);
  border-color: #e4e4e7;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1em;
}

.btn-secondary.light:hover {
  color: #fff;
  background-color: rgba(27, 46, 68, .8);
  border-color: #0d0d0f;
}

.picture-wrapper {
  min-height: 100%;
  padding-bottom: 33%;
  position: relative;
}

.buy-heading {
  color: rgba(34, 48, 65, .9);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2em;
}

.text-link {
  color: rgba(51, 51, 51, .9);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.text-link:hover {
  color: #90a3b6;
}

.buy-animation.image-size {
  width: 78%;
  max-width: none;
}

.buy-animation.image-size._01 {
  object-fit: cover;
  height: 400px;
}

.buy-animation.image-size._02 {
  object-fit: cover;
  height: 400px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-font.font-size-20px {
  font-size: 20px;
  line-height: 1em;
}

.card {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.card.card-form {
  background-color: #fff;
  border-color: #e4e4e7;
  width: 100%;
  max-width: 652px;
  padding: 72px 48px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.card.card-form._02 {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  max-width: 556px;
  padding: 0;
}

.contact-form-v2-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 554px;
  margin-bottom: 0;
  display: flex;
}

.image-full-right-width-wrapper {
  width: 100%;
  position: relative;
}

.image-full-right-width-wrapper.contact-v2 {
  min-height: 610px;
}

.social-icon-square {
  color: #fff;
  background-color: #0d0d0f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #797a86;
}

.social-icon-square.without-bg {
  color: #0d0d0f;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  transition-property: transform, color;
}

.social-icon-square.without-bg:hover {
  color: #797a86;
  background-color: rgba(0, 0, 0, 0);
  transform: translate3d(0, -4px, .01px);
}

.social-icon-square.without-bg.white {
  color: #fff;
}

.social-icon-square.without-bg.white:hover {
  color: #c9cacf;
}

.heading-h2-size {
  color: #0d0d0f;
  font-family: Prata, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.316em;
}

.heading-h2-size.color-neutral-100 {
  color: #fff;
}

.image-full-right-width {
  z-index: 0;
  width: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.image-full-right-width.contact-v2 {
  flex-direction: column;
  justify-content: center;
  width: 50vw;
  min-width: 650px;
  display: flex;
}

.social-media-flex {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  display: flex;
}

.social-media-flex.end {
  justify-content: flex-end;
}

.text-area {
  color: #0d0d0f;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  min-width: 100%;
  max-width: 100%;
  min-height: 144px;
  max-height: 200px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 18px;
  line-height: 1.556em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.text-area:hover {
  border-color: #0d0d0f;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.text-area:focus {
  color: #0d0d0f;
  border-color: #0d0d0f;
}

.text-area::placeholder {
  color: #797a86;
}

.text-area.dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e4e4e7;
  margin-bottom: 40px;
}

.text-area.dark:hover {
  border-color: #fff;
}

.text-area.dark:focus {
  color: #fff;
  border-color: #fff;
}

.text-area.dark::placeholder {
  color: #797a86;
}

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

.pd-bottom-16px {
  padding-bottom: 16px;
}

.contact-heading {
  color: rgba(34, 48, 65, .9);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1em;
}

.contact-block {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.about-section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.about-section.hero {
  position: relative;
  overflow: hidden;
}

.about-section.hero.v23 {
  flex-direction: column;
  flex: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.about-paragraph {
  color: rgba(34, 48, 65, .9);
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3em;
}

.text-span-4 {
  text-decoration: none;
}

.createdby {
  display: none;
}

.contact-image.fit-cover._w-h-100 {
  object-fit: cover;
  width: auto;
  max-width: 600px;
  height: 100%;
}

.main-rental-heading {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2em;
}

.rent-section {
  padding-top: 0;
  padding-bottom: 0;
}

.property-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  padding: 0;
}

.rent-desc {
  color: rgba(34, 48, 65, .9);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.location {
  color: rgba(34, 48, 65, .9);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4em;
}

.rental-img {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.button {
  color: rgba(34, 48, 65, .9);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: underline;
  display: block;
}

.button:hover {
  font-weight: 600;
}

.property-block {
  clear: both;
  border: 1px solid rgba(221, 221, 221, .9);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
}

.img-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-grid:hover {
  transform: scale(1.01);
}

.subscribe-button {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #526a86;
  border-radius: 2px;
  justify-content: center;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.111em;
  transition: transform .3s;
}

.subscribe-button:hover {
  color: #fff;
  transform: translate3d(0, -4px, .01px);
}

.subscribe-button.inside-input {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.subscribe-button.inside-input:hover {
  transform: scale3d(.95, .95, 1.01);
}

.subscribe-button.inside-input.default {
  background-color: rgba(0, 0, 0, 0);
  border-color: #526a86;
  padding: 10px 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.subscribe-button.inside-input.default:hover {
  color: #526a86;
}

.subscribe-button.white {
  color: rgba(34, 48, 65, .9);
  background-color: #fff;
  border-color: #d3d3d3;
  font-weight: 400;
}

.subscribe-button.white:hover {
  color: #0d0d0f;
}

.image {
  float: left;
  height: 300px;
  display: inline-block;
}

.rent-banner {
  margin-bottom: 60px;
}

.rented-banner {
  z-index: 10;
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 0;
  padding: 20px 40px 12px;
  font-family: Gillsansstd, sans-serif;
  font-size: 30px;
  line-height: 1em;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(45deg);
}

.prop-col-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: auto;
  max-width: none;
  display: flex;
}

.prop-col-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  max-width: none;
}

.image-3 {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: block;
}

.prop-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.image-4 {
  max-width: none;
  margin-bottom: 40px;
}

.invest-section {
  padding: 60px 40px 20px;
}

.prop-container-2 {
  background-color: rgba(0, 0, 0, 0);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.artikel {
  margin-bottom: 40px;
}

.small-text-link {
  color: var(--bright-blue);
  white-space: nowrap;
  font-weight: 500;
}

.small-text-link:hover {
  color: var(--blue);
}

.bonusgrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  min-width: 1000px;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: auto;
}

.bonus-block {
  background-color: var(--white);
  border: 10px #791c23;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  padding: 10px;
  display: flex;
}

.bonus-heading {
  background-color: var(--white);
  color: var(--bright-blue);
  text-align: left;
  text-transform: uppercase;
  min-width: 120px;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 0 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
}

.bonus-paragragh {
  color: var(--black);
  text-align: left;
  width: auto;
  min-width: 160px;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4em;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bonus-image {
  object-fit: cover;
  width: 180px;
  min-width: auto;
  max-width: none;
  height: 140px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.bonus-blurp {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  min-width: 200px;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
}

.bonus-wrapper {
  background-color: #a4bed1;
  margin-bottom: 0;
  padding: 20px 10px;
}

.main-bonus-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
}

.text-span-5 {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
  display: block;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

@media screen and (min-width: 1440px) {
  .half-bg-right.home-v3-bg-right-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .home-v3-bg-right-bg {
    background-color: rgba(89, 156, 231, .2);
  }

  .btn-primary {
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 25px 15px;
    font-weight: 400;
  }

  .btn-primary:hover {
    background-color: #599ce7;
  }

  .section.hero.v1 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

  .section.hero.v12 {
    padding-bottom: 0;
  }

  .section.hero.v19 {
    padding-top: 100px;
  }

  .scale-animation.fit-cover._w-h-100 {
    width: 100%;
    height: 100%;
  }

  .navbar {
    background-color: #1b2e44;
  }

  .nav-link:hover {
    color: #90a3b6;
  }

  .nav-link.w--current {
    color: #90a3b6;
    font-weight: 500;
  }

  .button-primary {
    font-size: 18px;
    line-height: 18px;
  }

  .logo {
    height: 120px;
  }

  .footer {
    background-color: #223041;
  }

  .footer-wrapper {
    justify-content: space-around;
  }

  .footer-brand {
    margin-right: 0;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .invest-heading {
    color: rgba(34, 48, 65, .9);
    margin-top: 0;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.1em;
  }

  .invest-paragrapgh {
    color: rgba(34, 48, 65, .9);
    text-align: left;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 1.3em;
  }

  .properties-bg {
    height: 100vh;
  }

  .properties-shadow {
    background-color: rgba(95, 99, 107, .5);
  }

  .properties-heading {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
  }

  .properties-paragraph {
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 1.2em;
  }

  .home-pic-animation {
    object-fit: cover;
    height: 600px;
  }

  .home-bg-top {
    background-color: #1b2e44;
    background-image: linear-gradient(#1b2e44 29%, #136686);
  }

  .main-heading {
    color: #fff;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 300;
  }

  .floating-item-wrapper.activities-floating-item {
    align-items: center;
  }

  .floating-item.activities-item._03 {
    max-width: 45%;
    top: 40%;
    right: 15%;
  }

  .floating-item.activities-item._01 {
    max-width: 30%;
  }

  .floating-item.activities-item._04 {
    max-width: 36%;
  }

  .floating-item.activities-item._02 {
    max-width: 36%;
    top: 140px;
    right: -100px;
  }

  .activities-inner-hero {
    padding-top: 60px;
    padding-bottom: 574px;
  }

  .rent-wrapper {
    min-height: auto;
  }

  .rent-heading {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 60px;
  }

  .invest-scale-animation.fit-cover {
    height: 600px;
  }

  .invest-container {
    max-width: none;
  }

  .animated-heading-wrap {
    margin-bottom: 60px;
  }

  .invest-contact-please {
    color: #223041;
    margin-bottom: 0;
    font-family: Prata, sans-serif;
    font-size: 25px;
    font-style: italic;
    line-height: 1.3em;
  }

  .input.button-inside {
    width: 320px;
  }

  .contact-heading {
    color: rgba(34, 48, 65, .9);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.1em;
  }

  .contact-image.fit-cover._w-h-100 {
    width: 100%;
    height: 100%;
  }

  .bonusgrid {
    justify-content: center;
  }

  .bonus-block {
    max-width: 500px;
  }

  .bonus-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .half-bg-right.home-v3-bg-right-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .home-v3-bg-right-bg {
    background-color: rgba(89, 156, 231, .2);
  }

  .inner-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-primary {
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    padding: 25px 25px 20px;
    font-family: Gill Sans, sans-serif;
    font-size: 20px;
    line-height: 20px;
  }

  .btn-primary:hover {
    background-color: rgba(34, 48, 65, .9);
  }

  .section.hero.v1 {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.hero.v2 {
    padding-bottom: 0;
  }

  .section.hero.v12 {
    padding-bottom: 100px;
  }

  .scale-animation.fit-cover {
    width: auto;
    height: 600px;
  }

  .scale-animation.fit-cover._w-h-100 {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .navbar {
    background-color: #1b2e44;
    border-bottom: 1px #b6b6b6;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navcontainer.shadow-three {
    width: 80%;
    max-width: none;
  }

  .nav-link {
    font-size: 18px;
    line-height: 18px;
  }

  .nav-link:hover {
    color: #90a3b6;
  }

  .nav-link.w--current {
    color: #90a3b6;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .button-primary {
    color: #313b46;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .button-primary:hover {
    color: #90a3b6;
    background-color: rgba(0, 0, 0, 0);
  }

  .logo {
    height: 120px;
  }

  .footer {
    background-color: #223041;
    border: 1px #000;
  }

  .footer-wrapper {
    flex-direction: row;
    justify-content: space-around;
  }

  .footer-brand {
    margin-right: 0;
  }

  .footer-content {
    margin-right: 100px;
  }

  .footer-link:hover {
    color: #90a3b6;
  }

  .footer-social-block {
    margin-top: 0;
  }

  .footer-divider {
    background-color: #406288;
    margin-top: 60px;
  }

  .footer-logo {
    height: 150px;
  }

  .container-default-4 {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .invest-heading {
    color: rgba(34, 48, 65, .9);
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1.2em;
  }

  .invest-paragrapgh {
    color: rgba(34, 48, 65, .8);
    text-align: left;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3em;
  }

  .rent-container.z-index-1 {
    max-width: 700px;
    margin-bottom: 220px;
  }

  .properties-shadow {
    background-color: rgba(95, 99, 107, .5);
  }

  .blue-heading.mg-bottom-6px {
    color: rgba(34, 48, 65, .9);
    font-family: Montserrat, sans-serif;
  }

  .properties-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
  }

  .properties-paragraph {
    color: #fff;
    text-align: center;
    width: auto;
    margin-bottom: 100px;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 1.2em;
    display: block;
  }

  .properties-wrapper {
    height: 100vh;
  }

  .home-pic-animation {
    object-fit: cover;
    height: 700px;
  }

  .home-bg-top {
    background-color: #e2e1df;
    background-image: linear-gradient(#0f2641 36%, #136686);
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .main-heading {
    color: #fff;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-size: 70px;
  }

  .floating-item.activities-item._03 {
    max-width: 35%;
    top: 40%;
  }

  .floating-item.activities-item._01 {
    max-width: 30%;
  }

  .floating-item.activities-item._04 {
    max-width: 35%;
    top: 50%;
  }

  .floating-item.activities-item._02 {
    max-width: 30%;
    right: -100px;
  }

  .activities-inner-hero {
    max-width: 1600px;
    padding-top: 60px;
  }

  .rent-wrapper {
    min-height: auto;
  }

  .inner-container-3._600px---mbl.center {
    margin-bottom: 0;
  }

  .rent-scale-animation {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 500px;
  }

  .rent-heading {
    color: rgba(34, 48, 65, .9);
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 1.4em;
  }

  .signup {
    margin-left: 60px;
  }

  .invest-scale-animation.fit-cover {
    width: auto;
    height: 800px;
  }

  .invest-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .invest-inner._727px._100-tablet {
    max-width: 800px;
  }

  .invest-container {
    max-width: none;
  }

  ._3columns.hero-v1-grid {
    height: auto;
  }

  .animated-heading-wrap {
    margin-bottom: 60px;
  }

  .invest-contact-please {
    color: #223041;
    text-transform: none;
    margin-bottom: 0;
    font-family: Prata, sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3em;
  }

  .about-bg-right.hero-v23-bg-right {
    background-color: #e0e5ec;
    background-image: none;
    width: 40%;
  }

  .paragraph {
    color: rgba(34, 48, 65, .9);
    font-size: 30px;
  }

  .contact-heading {
    color: rgba(34, 48, 65, .9);
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1.2em;
  }

  .about-paragraph {
    color: rgba(34, 48, 65, .9);
    font-size: 30px;
  }

  .contact-image.fit-cover {
    width: auto;
    height: 600px;
  }

  .contact-image.fit-cover._w-h-100 {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .main-rental-heading {
    color: rgba(34, 48, 65, .9);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 100px;
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2em;
  }

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

  .property-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border: 1px rgba(221, 221, 221, .9);
    grid-template: "."
    / 1fr 1fr;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
  }

  .rent-desc {
    color: rgba(34, 48, 65, .9);
    text-align: center;
    margin-bottom: 60px;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    line-height: 1.5em;
  }

  .location {
    color: rgba(34, 48, 65, .9);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 60px;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4em;
  }

  .rental-img {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 330px;
    max-height: none;
  }

  .button {
    color: rgba(34, 48, 65, .9);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5em;
    text-decoration: underline;
    display: block;
  }

  .button:hover {
    color: rgba(34, 48, 65, .9);
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
  }

  .rent-text-block {
    margin-right: 0;
  }

  .property-block {
    border: 1px solid rgba(221, 221, 221, .9);
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
  }

  .img-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .img-grid:hover {
    transform: scale(1.01);
  }

  .lightbox-link {
    position: relative;
  }

  .see-more {
    color: #fff;
    text-transform: none;
    background-color: rgba(173, 172, 172, .6);
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 15px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    display: inline-block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .main-bonus-heading {
    color: rgba(34, 48, 65, .9);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 100px;
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 991px) {
  .half-bg-right {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .half-bg-right.home-v3-bg-right-wrapper {
    justify-content: center;
    width: 100%;
    height: 20%;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .home-v3-bg-right-bg {
    bottom: -100vh;
    left: auto;
  }

  .responsive-container {
    margin-left: auto;
    margin-right: auto;
  }

  .responsive-container._768px---tablet {
    max-width: 768px;
  }

  .grid-2-columns.hero-v3-grid-2-col {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v23-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.section-about-grid {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .grid-2-columns.contact-grid-2-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .section {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .section.hero.v3 {
    padding-top: 68px;
    padding-bottom: 60px;
  }

  .section.hero.v1 {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .section.hero.v19 {
    padding-top: 40px;
  }

  .section.pd-160px {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.pd-160px.bg-neutral-200 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .scale-animation.fit-cover._w-h-100 {
    height: 100%;
  }

  .navcontainer.shadow-three {
    max-width: none;
    padding-left: 40px;
    padding-right: 20px;
  }

  .navbar-wrapper {
    justify-content: space-between;
    width: 100%;
    max-width: none;
  }

  .nav-menu-wrapper {
    background-color: rgba(34, 48, 65, .9);
  }

  .nav-menu-two {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 40px 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
  }

  .nav-link.w--current {
    font-size: 18px;
    line-height: 18px;
  }

  .menu-button {
    padding: 5px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .home-v1-picture {
    bottom: 0;
  }

  .logo {
    height: 80px;
  }

  .footer {
    background-color: #223041;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .footer-brand {
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-block {
    flex-direction: row;
    align-items: center;
  }

  .footer-link {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .footer-social-block {
    margin-top: 0;
  }

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

  .footer-logo {
    margin-bottom: 0;
  }

  .invest-heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .invest-paragrapgh {
    color: var(--blue);
    text-align: justify;
    margin-bottom: 0;
    padding: 40px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .blue-heading {
    font-size: 56px;
  }

  .blue-heading.mg-bottom-6px {
    color: rgba(34, 48, 65, .9);
    font-weight: 300;
  }

  .properties-heading {
    font-size: 56px;
  }

  .properties-paragraph {
    margin-bottom: 60px;
  }

  .home-pic-animation {
    height: 350px;
  }

  .home-bg-top {
    background-color: #e8f0fa;
    background-image: linear-gradient(to right, #223041 56%, #000);
    height: 80%;
  }

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

  .floating-item-wrapper.activities-floating-item {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .floating-item.activities-item._03 {
    max-width: 30%;
    margin-top: 100px;
    position: static;
    bottom: 45px;
    right: 15%;
  }

  .floating-item.activities-item._01 {
    width: auto;
    max-width: 25%;
    height: 300px;
    margin-top: 60px;
    position: static;
    top: 434px;
  }

  .floating-item.activities-item._04 {
    max-width: 50%;
    margin-top: -100px;
    position: static;
    left: 19%;
  }

  .floating-item.activities-item._02 {
    max-width: 34%;
    position: static;
    top: 418px;
    right: -145px;
  }

  .activities-inner-hero {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rent-wrapper {
    min-height: auto;
  }

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

  .rent-scale-animation {
    object-fit: cover;
    max-width: 100%;
    height: 300px;
    display: block;
  }

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

  .icon {
    color: #fff;
    height: auto;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
  }

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

  .invest-scale-animation.fit-cover {
    height: auto;
    margin-top: 0;
  }

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

  ._3columns {
    grid-template-columns: 1fr 1fr;
  }

  ._3columns.hero-v1-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .invest-contact-please {
    color: var(--bright-blue);
    margin-bottom: 40px;
  }

  .hero-v23-main-content {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
  }

  .about-bg-right {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .about-bg-right.hero-v23-bg-right {
    background-color: #e0e5ec;
    background-image: none;
  }

  .about-pic.hero-v23-image {
    max-width: 100%;
    max-height: 500px;
  }

  .paragraph {
    margin-bottom: 60px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
  }

  .input.button-inside {
    width: 350px;
  }

  .flex-horizontal.start.center---tablet {
    justify-content: center;
  }

  .btn-primary-2.inside-input.default {
    font-weight: 400;
  }

  .btn-secondary.light {
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .buy-heading {
    width: auto;
    font-size: 46px;
  }

  .buy-animation.image-size._01, .buy-animation.image-size._02 {
    width: 90%;
    height: 300px;
  }

  .card.card-form, .card.card-form._02 {
    max-width: 100%;
  }

  .image-full-right-width-wrapper.contact-v2 {
    min-height: auto;
  }

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

  .image-full-right-width {
    width: 100%;
    position: static;
  }

  .image-full-right-width.contact-v2 {
    width: auto;
    min-width: auto;
    max-height: 400px;
    margin-right: -24px;
  }

  .contact-heading {
    font-size: 56px;
  }

  .contact-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-section {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .about-section.hero.v23 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .about-paragraph {
    margin-bottom: 60px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
  }

  .contact-image.fit-cover._w-h-100 {
    height: 100%;
  }

  .main-rental-heading {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    font-weight: 500;
  }

  .rent-section {
    padding-bottom: 0;
  }

  .property-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .img-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .subscribe-button.inside-input.default {
    font-weight: 400;
  }

  .rent-banner {
    object-fit: cover;
    height: 200px;
  }

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

  .prop-column-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .prop-column-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .prop-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 0;
  }

  .invest-section {
    padding: 60px 40px;
  }

  .prop-container-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 40px;
    padding-right: 40px;
  }

  .small-text-link {
    white-space: nowrap;
    vertical-align: baseline;
  }

  .bonusgrid {
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
    min-width: auto;
  }

  .bonus-block {
    width: 400px;
    max-width: none;
    padding: 20px;
  }

  .bonus-image {
    width: 200px;
  }

  .bonus-blurp {
    width: 400px;
    min-width: auto;
    padding: 20px;
  }

  .bonus-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-bonus-heading {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .inner-container._600px---mbl {
    max-width: 600px;
  }

  .btn-primary {
    padding: 20px 20px 15px;
    font-size: 16px;
    line-height: 16px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v3-grid-2-col {
    grid-row-gap: 50px;
  }

  .grid-2-columns.hero-v23-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.section-about-grid {
    grid-row-gap: 50px;
  }

  .grid-2-columns.contact-grid-2-col {
    grid-row-gap: 0px;
  }

  .grid-2-columns.form {
    grid-row-gap: 28px;
  }

  .grid-2-columns.form.alt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding-top: 138px;
    padding-bottom: 138px;
  }

  .section.hero {
    padding-top: 80px;
  }

  .section.hero.v3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero.v1 {
    padding-top: 40px;
  }

  .section.hero.v2 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

  .section.pd-160px {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .navcontainer {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .home-v1-picture.hidden-on-mbl {
    display: none;
  }

  .flex-vertical.center.text-center {
    text-align: center;
    display: block;
  }

  .logo {
    height: 80px;
  }

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

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    margin-right: 0;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .footer-block {
    align-items: center;
  }

  .title-small {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-link:hover {
    color: #90a3b6;
  }

  .footer-social-block {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

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

  .invest-heading {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.4em;
  }

  .invest-paragrapgh {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6em;
  }

  .blue-heading, .properties-heading {
    font-size: 38px;
  }

  .home-bg-top {
    background-color: #e8f0fa;
  }

  .main-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
  }

  .floating-item.activities-item._03 {
    max-width: 45%;
    margin-top: 0;
    bottom: 0;
    right: 10%;
  }

  .floating-item.activities-item._01 {
    display: none;
  }

  .floating-item.activities-item._04 {
    max-width: 45%;
    margin-top: -60px;
    bottom: 28px;
    left: 10%;
  }

  .floating-item.activities-item._02 {
    display: none;
  }

  .activities-inner-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rent-wrapper {
    min-height: auto;
  }

  .inner-container-3 {
    width: 100%;
    margin-bottom: 60px;
  }

  .inner-container-3._600px---mbl {
    max-width: 600px;
  }

  .rent-heading {
    object-fit: fill;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    display: inline-block;
  }

  .icon {
    font-size: 25px;
    line-height: 25px;
  }

  ._3columns {
    grid-template-columns: 1fr;
  }

  ._3columns.hero-v1-grid {
    grid-template-columns: 1fr 1fr;
  }

  .animated-heading-wrap {
    margin-bottom: 40px;
  }

  .container-default-5.width-100.hero-v23-container {
    padding-bottom: 0;
  }

  .hero-v23-main-content {
    width: 100%;
    max-width: none;
  }

  .about-pic.hero-v23-image {
    max-height: 450px;
  }

  .paragraph {
    margin-bottom: 60px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input-form-block {
    min-height: 60px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
  }

  .btn-primary-2 {
    padding: 22px 32px;
    font-size: 16px;
  }

  .btn-primary-2.inside-input.default {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .btn-secondary {
    padding: 22px 32px;
    font-size: 16px;
  }

  .btn-secondary.light {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .inner-container-6._550px---mbl {
    max-width: 550px;
  }

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

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

  .card.card-form {
    padding: 60px 32px;
  }

  .card.card-form._02 {
    min-height: 510px;
    margin-bottom: 40px;
  }

  .contact-form-v2-block {
    min-height: auto;
  }

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

  .image-full-right-width.contact-v2 {
    flex-wrap: wrap;
    max-height: 300px;
    margin-right: 0;
  }

  .text-area {
    min-height: 134px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .contact-heading {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 1.2em;
  }

  .about-section {
    padding-top: 138px;
    padding-bottom: 138px;
  }

  .about-section.hero {
    padding-top: 80px;
  }

  .about-section.hero.v23 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .about-paragraph {
    margin-bottom: 0;
  }

  .main-rental-heading {
    font-size: 30px;
  }

  .rent-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rental-img {
    height: 250px;
  }

  .property-block {
    padding: 0 20px 40px;
  }

  .subscribe-button {
    padding: 15px 20px;
    font-size: 14px;
  }

  .subscribe-button.inside-input.default {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .rented-banner {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    display: block;
    position: static;
    transform: none;
  }

  .prop-column-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .prop-container {
    margin-bottom: 0;
  }

  .invest-section {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bonus-wrapper {
    padding: 40px;
  }

  .main-bonus-heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .half-bg-right.home-v3-bg-right-wrapper {
    height: 23%;
  }

  .btn-primary {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2-columns.hero-v23-grid {
    grid-row-gap: 50px;
    display: block;
  }

  .grid-2-columns.contact-grid-2-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-2-columns.form.alt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

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

  .section.hero.v3 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .section.hero.v1 {
    padding-top: 40px;
  }

  .section.hero.v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero.v19 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.pd-160px {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .navcontainer.shadow-three {
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .home-v1-picture.hide {
    display: none;
  }

  .logo {
    height: 60px;
  }

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .footer-link {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-social-block {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-logo {
    height: 100px;
  }

  .loader {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .invest-heading {
    color: var(--bright-blue);
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
  }

  .invest-paragrapgh {
    text-align: left;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 1.6em;
  }

  .rent-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .blue-heading.mg-bottom-6px {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
  }

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

  .properties-paragraph {
    margin-bottom: 60px;
  }

  .home-pic-animation {
    width: 100%;
    height: 250px;
  }

  .home-bg-top {
    background-color: #e8f0fa;
  }

  .main-heading {
    margin-left: 0;
    margin-right: 0;
    font-size: 25px;
  }

  .floating-item-wrapper.activities-floating-item {
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .floating-item.activities-item._03 {
    max-width: none;
    right: 20px;
  }

  .floating-item.activities-item._01 {
    max-width: none;
  }

  .floating-item.activities-item._04 {
    max-width: none;
    margin-top: 0;
    bottom: 1px;
    left: 20px;
  }

  .floating-item.activities-item._02 {
    max-width: 33.333%;
  }

  .activities-inner-hero {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

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

  ._3columns {
    grid-template-columns: 1fr;
  }

  ._3columns.hero-v1-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    display: block;
  }

  .animated-heading-wrap {
    margin-bottom: 40px;
  }

  .invest-contact-please {
    text-align: left;
    font-size: 25px;
  }

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

  .hero-v23-main-content {
    margin-bottom: 60px;
  }

  .about-bg-right.hero-v23-bg-right {
    height: 23%;
  }

  .about-pic.hero-v23-image {
    height: 350px;
    max-height: none;
  }

  .input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input.button-inside {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .input-form-block {
    min-height: auto;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
  }

  .btn-primary-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary-2.inside-input {
    position: static;
  }

  .btn-primary-2.inside-input.default {
    width: auto;
    padding: 10px 15px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
  }

  .btn-secondary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.light {
    width: auto;
  }

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

  .text-link {
    font-size: 25px;
  }

  .buy-animation.image-size._01, .buy-animation.image-size._02 {
    height: 200px;
  }

  .card.card-form {
    padding: 50px 24px;
  }

  .card.card-form._02, .contact-form-v2-block {
    min-height: auto;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .heading-h2-size {
    font-size: 24px;
  }

  .image-full-right-width.contact-v2 {
    margin-right: 0;
  }

  .social-media-flex.end.left-mbp {
    justify-content: flex-start;
  }

  .text-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-heading {
    color: #223041;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
  }

  .contact-block {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .about-section.hero.v23 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-span-4 {
    font-size: 25px;
  }

  .rental-img {
    height: 150px;
  }

  .subscribe-button {
    text-align: left;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-button.inside-input {
    position: static;
  }

  .subscribe-button.inside-input.default {
    width: auto;
    padding: 10px 15px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
  }

  .prop-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .invest-section {
    padding: 60px 20px;
  }

  .prop-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .bonusgrid {
    align-content: start;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bonus-block {
    flex-flow: column;
    width: auto;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .bonus-heading, .bonus-paragragh {
    text-align: center;
    min-width: auto;
  }

  .bonus-image {
    margin-bottom: 10px;
  }

  .bonus-blurp {
    text-align: center;
    width: auto;
  }

  .bonus-wrapper {
    padding: 20px;
  }

  .main-bonus-heading {
    font-size: 25px;
  }
}

#w-node-c30146ce-0884-d69f-353b-8c06c90f09dc-f22885cc, #w-node-c30146ce-0884-d69f-353b-8c06c90f09da-f22885cc, #w-node-c30146ce-0884-d69f-353b-8c06c90f09d8-f22885cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_880e9347-241b-8fd6-fa29-a7d96024d0a9-f492ebb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_880e9347-241b-8fd6-fa29-a7d96024d0ce-f492ebb2 {
  align-self: stretch;
  justify-self: end;
}

#w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2efa-d6b9487b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2f0e-d6b9487b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1deffa1f-e3ff-f2bc-9cf7-c406c3bc6801-d6b9487b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2f12-d6b9487b {
  justify-self: start;
}

#w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2f13-d6b9487b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-f6ddf499-a87a-fd7d-a1a9-7a9a57868dba-539b8f44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77e5b4e9-f3c2-1ca7-7324-331dd5388e01-539b8f44 {
    grid-area: description;
  }

  #w-node-_0a6ad21a-a735-b839-204d-e0aea25a5aca-539b8f44, #w-node-_24892406-d229-e6e1-a033-9d48e1fe0301-539b8f44, #w-node-_48680378-2fd1-d557-95ce-fd3868cff274-539b8f44, #w-node-c975761b-9b20-40ca-4948-f35aa9b79dff-539b8f44, #w-node-_9d9d3706-d62f-5f27-c920-d1fd30c3e598-539b8f44, #w-node-ca8781f1-6ee6-01ce-095c-7b6a6666e823-539b8f44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_880e9347-241b-8fd6-fa29-a7d96024d0ce-f492ebb2 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2efe-d6b9487b, #w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2f02-d6b9487b, #w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2f06-d6b9487b, #w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2f0a-d6b9487b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c30146ce-0884-d69f-353b-8c06c90f09dc-f22885cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2efe-d6b9487b, #w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2f02-d6b9487b, #w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2f06-d6b9487b, #w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2f0a-d6b9487b, #w-node-_66f0a6f1-b5f8-4aa9-6ded-82264aac2f0e-d6b9487b {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Prata';
  src: url('../fonts/Prata-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsans Condensed';
  src: url('../fonts/GillSans-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsansstd';
  src: url('../fonts/GillSansStd-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Andora';
  src: url('../fonts/AndoraModernSerif-lgrvw.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}