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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
  border: 1px none #000;
  border-radius: 0px;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
  background-color: transparent;
  color: #1a1b1f;
}

.section.cc-cta {
  margin-bottom: 30px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #a04344;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 3px;
  background-color: #455271;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #3b3938;
  color: #fff;
}

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

.button.cc-jumbo-button {
  margin-top: 0px;
  padding: 10px;
  border-radius: 3px;
  background-color: #3b3938;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: transparent;
  color: #000;
}

.sub-dark {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-family: Sora, sans-serif;
  color: #3b3938;
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sub-dark.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-dark {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  opacity: 0.8;
  font-family: Sora, sans-serif;
  color: #3b3938;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.heading-jumbo {
  margin-top: auto;
  margin-bottom: 15px;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-dark {
  margin-bottom: 0px;
  font-family: Sora, sans-serif;
  color: #3b3938;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Sora, sans-serif;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-family: Sora, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
  border-radius: 0px;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cta-text {
  width: 70%;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #a04344;
}

.grid-wrap {
  margin-bottom: 0px;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.grid-2x2 {
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". ."
    ". Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Sora, sans-serif;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #455271;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.section-gray {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 60px;
  background-color: #eee9e7;
}

.grid-2x1 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: column;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Sora, sans-serif;
  font-weight: 400;
}

.section-blue {
  margin: auto 20px 20px;
  padding: 60px;
  background-color: #455271;
}

.heading-light {
  margin-bottom: 0px;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.sub-light {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.list-light {
  opacity: 0.8;
  font-family: Sora, sans-serif;
  color: #fff;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0px;
}

.div-block {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.text-block {
  font-family: Sora, sans-serif;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-family: Sora, sans-serif;
  text-align: left;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0.8;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  opacity: 0.6;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.footer-background {
  margin-right: 30px;
  margin-left: 30px;
  background-color: #455271;
  color: #1a1b1f;
}

.button-gray {
  font-family: Sora, sans-serif;
  line-height: 18px;
  font-weight: 500;
}

.section-red {
  margin: 20px;
  padding: 60px;
  background-color: #a04344;
}

.hero-let {
  min-height: 800px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 60px;
  background-color: #eee9e7;
  background-image: url('../images/Let_1.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.hero-text-dark {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sora, sans-serif;
  color: #3b3938;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-heading-dark {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Sora, sans-serif;
  color: #3b3938;
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: none;
}

.list {
  opacity: 0.8;
  font-family: Sora, sans-serif;
  color: #3b3938;
  line-height: 36px;
  font-weight: 300;
}

.section-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee9e7;
  background-image: url('../images/Benefits.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-attachment: scroll;
}

.hero {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.hero-rent {
  min-height: 800px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 60px;
  background-color: #599ec4;
  background-image: url('../images/Rent_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-heading-light {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: none;
}

.hero-text-light {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sora, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-buy {
  min-height: 800px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 60px;
  background-color: #eee9e7;
  background-image: url('../images/Buy_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-sell {
  min-height: 800px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 60px;
  background-color: #599ec4;
  background-image: url('../images/Sell_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-home {
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 80px 140px 60px;
  background-color: #455271;
  color: #3b3938;
}

.home-grid {
  margin: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.home-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.home-buy {
  background-image: url('../images/Buy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-sell {
  background-image: url('../images/Sell.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-let {
  background-image: url('../images/Let.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-rent {
  background-image: url('../images/Rent.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #eee9e7;
  background-image: url('../images/Contact.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-attachment: scroll;
}

.link {
  font-family: Sora, sans-serif;
  color: #455271;
  font-weight: 500;
}

.qr-code {
  width: 120px;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-image: url('../images/QR.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image {
  border-radius: 0px;
}

.navigation-contact {
  display: none;
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-family: Sora, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-contact:hover {
  opacity: 0.9;
}

.navigation-contact:active {
  opacity: 0.8;
}

.navigation-contact.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-contact.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-contact.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.container-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mail-link {
  margin-left: 5px;
}

.icon-mail {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-image: url('../images/Mail.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.link-footer {
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  color: #fff;
  font-weight: 500;
}

.image-footer {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.body {
  font-family: Sora, sans-serif;
}

.paragraph-small {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  opacity: 0.8;
  font-family: Sora, sans-serif;
  color: #3b3938;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

.menu-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.navigation-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-image-2 {
  display: block;
  border-radius: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.navigation-item-2 {
  overflow: visible;
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item-2:hover {
  opacity: 0.9;
}

.navigation-item-2:active {
  opacity: 0.8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.button-2 {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 3px;
  background-color: #455271;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #3b3938;
  color: #fff;
}

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

.button-2.cc-contact-us {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.navigation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.navigation-item-contact {
  display: none;
  overflow: visible;
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item-contact:hover {
  opacity: 0.9;
}

.navigation-item-contact:active {
  opacity: 0.8;
}

.navigation-item-contact.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-contact.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item-contact.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.text-block-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
}

.body-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.hero-2 {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.hero-buy-2 {
  min-height: 800px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 60px;
  background-color: #eee9e7;
  background-image: url('../images/Buy_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-heading-dark-2 {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b3938;
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: none;
}

.hero-text-dark-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b3938;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.section-blue-2 {
  margin: auto 20px 20px;
  padding: 60px;
  background-color: #455271;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.heading-light-2 {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.sub-light-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.grid-2x1-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: column;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.list-light-2 {
  opacity: 0.8;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0px;
}

.section-gray-2 {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 60px;
  background-color: #eee9e7;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.heading-dark-2 {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b3938;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.grid-2x2-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". ."
    ". Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.sub-dark-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b3938;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-dark-2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  opacity: 0.8;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b3938;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.list-2 {
  opacity: 0.8;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b3938;
  line-height: 36px;
  font-weight: 400;
}

.link-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #455271;
  font-weight: 700;
}

.section-contact-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #eee9e7;
  background-image: url('../images/Contact.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.qr-code-2 {
  width: 120px;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-image: url('../images/QR.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-scan {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-image: url('../images/Code.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-mail-2 {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-image: url('../images/Mail.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-red-2 {
  margin: 20px;
  padding: 60px;
  background-color: #a04344;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.image-footer-2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.link-footer-2 {
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
}

.ombudsman {
  margin-top: 30px;
  margin-bottom: 10px;
}

.hero-sell-2 {
  min-height: 800px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 60px;
  background-color: #599ec4;
  background-image: url('../images/Sell_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-heading-light-2 {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: none;
}

.hero-text-light-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.section-image-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee9e7;
  background-image: url('../images/Benefits.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-attachment: scroll;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.hero-let-2 {
  min-height: 800px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 60px;
  background-color: #eee9e7;
  background-image: url('../images/Let_1.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.hero-rent-2 {
  min-height: 800px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 60px;
  background-color: #599ec4;
  background-image: url('../images/Rent_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-decoration: none;
}

.hero-home-2 {
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 80px 140px 60px;
  background-color: #455271;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3b3938;
}

.home-sell-2 {
  background-image: url('../images/Sell.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.home-buy-2 {
  background-image: url('../images/Buy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.home-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.home-let-2 {
  background-image: url('../images/Let.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.home-grid-2 {
  margin: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .button.cc-jumbo-button {
    display: block;
    margin-top: 0px;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .button.cc-contact-us {
    display: none;
  }

  .sub-dark {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
  }

  .paragraph-dark {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
    text-align: center;
  }

  .heading-dark {
    margin-bottom: 0px;
    text-align: left;
    text-transform: capitalize;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
    border-radius: 0px;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .grid-2x2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .section-gray {
    margin: 10px;
    padding: 60px;
  }

  .grid-2x1 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-items: stretch;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .section-blue {
    margin: 0px 10px 10px;
    padding: 60px;
  }

  .heading-light {
    margin-bottom: 0px;
    text-align: left;
  }

  .sub-light {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 30px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    text-align: left;
  }

  .list-light {
    font-size: 14px;
    line-height: 34px;
    text-align: left;
  }

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

  .section-red {
    margin: 10px;
    padding: 60px;
  }

  .hero-let {
    min-height: 550px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px;
    background-position: 50% 70%;
  }

  .hero-text-dark {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-heading-dark {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }

  .list {
    font-size: 14px;
    line-height: 34px;
    text-align: left;
  }

  .section-image {
    height: auto;
    margin: 10px;
    padding: 60px;
    background-image: none;
  }

  .hero {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .hero-rent {
    min-height: 550px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px;
    background-position: 50% 50%;
  }

  .hero-heading-light {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }

  .hero-text-light {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-buy {
    min-height: 550px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px;
    background-position: 50% 50%;
  }

  .hero-sell {
    min-height: 550px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px;
    background-position: 50% 50%;
  }

  .hero-home {
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px 60px 50px;
    background-image: none;
  }

  .home-grid {
    margin: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-contact {
    height: auto;
    margin: 10px;
    padding: 60px;
    background-image: url('../images/Contact.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }

  .link {
    font-size: 14px;
    line-height: 26px;
  }

  .qr-code {
    width: 120px;
    height: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navigation-contact {
    display: block;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-contact:hover {
    background-color: #f7f8f9;
  }

  .navigation-contact:active {
    background-color: #eef0f3;
  }

  .container-icon {
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .icon-mail {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    margin-top: auto;
    margin-bottom: 0px;
  }

  .link-footer {
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph-small {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }

  .menu-2 {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap-2 {
    background-color: #fff;
  }

  .navigation-item-2 {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    font-weight: 400;
    text-align: center;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .navigation-item-2.w--current {
    font-weight: 400;
  }

  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-2.cc-contact-us {
    display: none;
  }

  .navigation-2 {
    padding: 25px 30px;
  }

  .navigation-item-contact {
    display: block;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
  }

  .navigation-item-contact:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-contact:active {
    background-color: #eef0f3;
  }

  .hero-2 {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .hero-buy-2 {
    min-height: 550px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px;
    background-position: 50% 50%;
  }

  .hero-heading-dark-2 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }

  .hero-text-dark-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .section-blue-2 {
    margin: 0px 10px 10px;
    padding: 60px;
  }

  .container-2 {
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .heading-light-2 {
    margin-bottom: 0px;
    text-align: left;
  }

  .sub-light-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 30px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    font-size: 14px;
    text-align: left;
  }

  .grid-2x1-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-items: stretch;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .list-light-2 {
    font-size: 14px;
    line-height: 34px;
    text-align: left;
  }

  .section-gray-2 {
    margin: 10px;
    padding: 60px;
  }

  .heading-dark-2 {
    margin-bottom: 0px;
    text-align: left;
    text-transform: capitalize;
  }

  .grid-2x2-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .sub-dark-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    text-align: left;
  }

  .paragraph-dark-2 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }

  .list-2 {
    font-size: 14px;
    line-height: 34px;
    text-align: left;
  }

  .link-2 {
    font-size: 14px;
    line-height: 26px;
  }

  .section-contact-2 {
    height: auto;
    margin: 10px;
    padding: 60px;
    background-image: url('../images/Contact.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .qr-code-2 {
    width: 120px;
    height: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-scan {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    margin-top: auto;
    margin-bottom: 0px;
  }

  .icon-mail-2 {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    margin-top: auto;
    margin-bottom: 0px;
  }

  .section-red-2 {
    margin: 10px;
    padding: 60px;
  }

  .link-footer-2 {
    font-size: 14px;
    line-height: 26px;
  }

  .hero-sell-2 {
    min-height: 550px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px;
    background-position: 50% 50%;
  }

  .hero-heading-light-2 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }

  .hero-text-light-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .section-image-2 {
    height: auto;
    margin: 10px;
    padding: 60px;
    background-image: none;
  }

  .hero-let-2 {
    min-height: 550px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px;
    background-position: 50% 70%;
  }

  .hero-rent-2 {
    min-height: 550px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px;
    background-position: 50% 50%;
  }

  .hero-home-2 {
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px 60px 50px;
    background-image: none;
  }

  .home-grid-2 {
    margin: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }

  .button {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button.cc-jumbo-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
  }

  .sub-dark {
    padding-top: 30px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-dark {
    font-size: 30px;
    line-height: 40px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-gray {
    margin-right: 10px;
    margin-left: 10px;
    padding: 40px;
  }

  .section-blue {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 40px;
  }

  .heading-light {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-background {
    margin-right: 15px;
    margin-left: 15px;
  }

  .button-gray {
    font-size: 14px;
    line-height: 26px;
  }

  .section-red {
    margin: 10px;
    padding: 40px;
  }

  .hero-let {
    min-height: 450px;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    padding: 40px;
    background-image: url('../images/Let.jpg');
    background-position: 50% 70%;
  }

  .hero-heading-dark {
    font-size: 40px;
    line-height: 60px;
  }

  .list {
    font-size: 14px;
  }

  .section-image {
    margin: 10px;
    padding: 40px;
  }

  .hero-rent {
    min-height: 450px;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    padding: 40px;
    background-image: url('../images/Rent.jpg');
    background-position: 50% 50%;
  }

  .hero-heading-light {
    font-size: 40px;
    line-height: 60px;
  }

  .hero-buy {
    min-height: 450px;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    padding: 40px;
    background-image: url('../images/Buy.jpg');
    background-position: 50% 50%;
  }

  .hero-sell {
    min-height: 450px;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    padding: 40px;
    background-image: url('../images/Sell.jpg');
    background-position: 50% 50%;
  }

  .hero-home {
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .home-wrap {
    padding: 40px;
  }

  .section-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
    padding: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
  }

  .qr-code {
    display: block;
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .container-icon {
    margin-bottom: 15px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .icon-mail {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
  }

  .link-footer {
    text-align: left;
  }

  .paragraph-small {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
  }

  .button-2 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation-2 {
    padding: 20px 30px;
  }

  .hero-buy-2 {
    min-height: 450px;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    padding: 40px;
    background-image: url('../images/Buy.jpg');
    background-position: 50% 50%;
  }

  .hero-heading-dark-2 {
    font-size: 40px;
    line-height: 60px;
  }

  .section-blue-2 {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 40px;
  }

  .container-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .heading-light-2 {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-gray-2 {
    margin-right: 10px;
    margin-left: 10px;
    padding: 40px;
  }

  .heading-dark-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .sub-dark-2 {
    padding-top: 30px;
  }

  .paragraph-dark-2 {
    text-align: left;
  }

  .list-2 {
    font-size: 14px;
  }

  .section-contact-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
    padding: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }

  .qr-code-2 {
    display: block;
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .icon-scan {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
  }

  .icon-mail-2 {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
  }

  .section-red-2 {
    margin: 10px;
    padding: 40px;
  }

  .hero-sell-2 {
    min-height: 450px;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    padding: 40px;
    background-image: url('../images/Sell.jpg');
    background-position: 50% 50%;
  }

  .hero-heading-light-2 {
    font-size: 40px;
    line-height: 60px;
  }

  .section-image-2 {
    margin: 10px;
    padding: 40px;
  }

  .hero-let-2 {
    min-height: 450px;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    padding: 40px;
    background-image: url('../images/Let.jpg');
    background-position: 50% 70%;
  }

  .hero-rent-2 {
    min-height: 450px;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    padding: 40px;
    background-image: url('../images/Rent.jpg');
    background-position: 50% 50%;
  }

  .hero-home-2 {
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .home-wrap-2 {
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .sub-dark {
    margin-bottom: 10px;
    padding-top: 30px;
    border-style: solid none none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-dark {
    padding-bottom: 0px;
    border: 1px none #000;
    font-size: 14px;
    line-height: 26px;
  }

  .heading-jumbo {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
  }

  .heading-dark {
    padding-top: 0px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid-wrap {
    margin-bottom: 0px;
  }

  .grid-2x2 {
    width: 100%;
    grid-row-gap: 0px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .section-gray {
    margin: 10px;
    padding: 40px;
    background-color: #eee9e7;
  }

  .grid-2x1 {
    width: 100%;
    grid-row-gap: 0px;
  }

  .section-blue {
    margin: 10px;
    padding: 40px;
    background-color: #455271;
  }

  .heading-light {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-align: left;
  }

  .sub-light {
    margin-bottom: 10px;
    padding-top: 30px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    text-align: left;
  }

  .list-light {
    opacity: 0.8;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
  }

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

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

  .footer-heading {
    margin-top: 20px;
    text-align: center;
  }

  .footer-link {
    margin-bottom: 0px;
    text-align: center;
  }

  .footer-background {
    background-color: #455271;
  }

  .button-gray {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
  }

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

  .section-red {
    margin: 10px;
    padding: 40px;
    background-color: #a04344;
  }

  .hero-let {
    min-height: 500px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 40px;
    background-color: #eee9e7;
    background-image: url('../images/Let.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-text-dark {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #3b3938;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
  }

  .hero-heading-dark {
    color: #3b3938;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }

  .list {
    opacity: 0.8;
    font-size: 14px;
    line-height: 34px;
    font-weight: 300;
    text-align: left;
  }

  .section-image {
    margin: 10px;
    padding: 40px;
    background-color: #eee9e7;
  }

  .hero {
    margin: 0px 10px 10px;
  }

  .hero-rent {
    min-height: 500px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 40px;
    background-color: #eee9e7;
    background-image: url('../images/Rent.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .hero-heading-light {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }

  .hero-text-light {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
  }

  .hero-buy {
    min-height: 500px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 40px;
    background-color: #eee9e7;
    background-image: url('../images/Buy.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-sell {
    min-height: 500px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 40px;
    background-color: #eee9e7;
    background-image: url('../images/Sell.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-home {
    min-height: auto;
    margin: 0px;
    padding: 40px;
    background-color: #455271;
  }

  .section-contact {
    margin: 10px;
    padding: 40px;
    background-color: #eee9e7;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }

  .link {
    color: #455271;
  }

  .qr-code {
    width: 120px;
    height: 120px;
    padding-bottom: 0px;
  }

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

  .mail-link {
    margin-left: 0px;
  }

  .icon-mail {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .link-footer {
    color: #fff;
  }

  .paragraph-small {
    padding-bottom: 0px;
    border: 1px none #000;
    font-size: 13px;
    line-height: 24px;
  }

  .menu-2 {
    margin-left: 15px;
  }

  .navigation-wrap-2 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .navigation-2 {
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-2 {
    margin: 0px 10px 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .hero-buy-2 {
    min-height: 500px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 40px;
    background-color: #eee9e7;
    background-image: url('../images/Buy.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-heading-dark-2 {
    color: #3b3938;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }

  .hero-text-dark-2 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #3b3938;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .section-blue-2 {
    margin: 10px;
    padding: 40px;
    background-color: #455271;
  }

  .container-2 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
  }

  .heading-light-2 {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
  }

  .sub-light-2 {
    margin-bottom: 10px;
    padding-top: 30px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    text-align: left;
  }

  .grid-2x1-2 {
    width: 100%;
    grid-row-gap: 0px;
  }

  .list-light-2 {
    opacity: 0.8;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
  }

  .section-gray-2 {
    margin: 10px;
    padding: 40px;
    background-color: #eee9e7;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .heading-dark-2 {
    padding-top: 0px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }

  .grid-2x2-2 {
    width: 100%;
    grid-row-gap: 0px;
  }

  .sub-dark-2 {
    margin-bottom: 10px;
    padding-top: 30px;
    border-style: solid none none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  }

  .paragraph-dark-2 {
    padding-bottom: 0px;
    border: 1px none #000;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
  }

  .list-2 {
    opacity: 0.8;
    font-size: 14px;
    line-height: 34px;
    font-weight: 300;
    text-align: left;
  }

  .link-2 {
    color: #455271;
  }

  .section-contact-2 {
    margin: 10px;
    padding: 40px;
    background-color: #eee9e7;
  }

  .qr-code-2 {
    width: 120px;
    height: 120px;
    padding-bottom: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .icon-scan {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .icon-mail-2 {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .section-red-2 {
    margin: 10px;
    padding: 40px;
    background-color: #a04344;
  }

  .link-footer-2 {
    color: #fff;
  }

  .hero-sell-2 {
    min-height: 500px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 40px;
    background-color: #eee9e7;
    background-image: url('../images/Sell.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-heading-light-2 {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }

  .hero-text-light-2 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .section-image-2 {
    margin: 10px;
    padding: 40px;
    background-color: #eee9e7;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .hero-let-2 {
    min-height: 500px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 40px;
    background-color: #eee9e7;
    background-image: url('../images/Let.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-rent-2 {
    min-height: 500px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 40px;
    background-color: #eee9e7;
    background-image: url('../images/Rent.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .hero-home-2 {
    min-height: auto;
    margin: 0px;
    padding: 40px;
    background-color: #455271;
  }

  .home-grid-2 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
}

@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Bold.ttf') format('truetype'), url('../fonts/Sora-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}