:root {
  --black: #333;
  --white: #fff;
  --grey: #6d6e70;
  --black-light: #6d6e70;
  --radius-30px: 1.875rem;
  --light-grey: #b5b5b5;
  --blue: #1eade5;
  --size--12px: .75rem;
  --radius-12px\<deleted\|variable-99862a56-dbe5-1481-7893-638ca1341ef4\>: 1.25rem;
  --20px-radius: 1.25rem;
  --baige: #dfdfdf;
  --size--14px: .875rem;
  --size--16px: 1rem;
  --dark-grey: #171717;
  --size--10px: .625rem;
  --size--20px: 1.25rem;
  --35px-radius: 2.1875rem;
  --light-blue: #b5e8fe;
  --black-2: black;
  --arabic: "Noto Sans Arabic", sans-serif;
  --1px: .0625rem;
  --size--32px: 2rem;
}

body {
  color: var(--black);
  object-fit: fill;
  text-wrap: balance;
  font-family: var(--arabic);
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 100%;
}

p {
  margin-bottom: 0;
  font-weight: 300;
}

a {
  color: #1eade5e6;
  object-fit: fill;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: auto;
  padding-left: 0;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.page-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.section {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.section.is--hero {
  justify-content: center;
  align-items: flex-end;
  height: 100svh;
  display: flex;
  position: relative;
}

.section.visible {
  overflow: visible;
}

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

.section.cta {
  padding-bottom: 3.125rem;
}

.section.is--new-project-hero {
  justify-content: center;
  align-items: center;
  min-height: 58rem;
  padding-top: 8.75rem;
  padding-bottom: 3.75rem;
  display: flex;
  position: relative;
}

.section.p-top {
  padding-top: 9.375rem;
}

.container-1380 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.container-1380.h {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-color-grey {
  color: var(--grey);
}

.text-size-20px {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 130%;
}

.text-size-20px.weight-300 {
  color: var(--black-light);
  text-align: right;
  font-weight: 300;
}

.text-size-20px.text-color-white {
  font-size: 1.25rem;
}

.text-size-20px.weight-500 {
  margin-left: 2.5rem;
  font-weight: 500;
}

.text-size-20px.awards {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.text-size-20px.text-color-grey-light-hero {
  color: #b5b5b5;
}

.text-size-20px.text-color-grey {
  line-height: 130%;
}

.text-size-20px.weight-500 {
  font-weight: 500;
}

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

.btn-black {
  border-radius: var(--radius-30px);
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.btn-black.is--form {
  transition: all .2s;
}

.btn-black.is--form:hover {
  border: .0625rem solid var(--light-grey);
  background-color: var(--blue);
  color: var(--white);
}

.btn-black.is--form.blue-mobile {
  margin-top: 0;
}

.btn-black.is--form.blue-mobile:hover {
  border-color: var(--blue);
}

.flex-v-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.flex-v-20.space-between {
  justify-content: space-between;
}

.flex-v-20.max-w-840 {
  max-width: 52.5rem;
}

.btn {
  border-radius: var(--radius-30px);
  background-color: var(--blue);
  color: var(--white);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 3.4375rem;
  padding: .96875rem 4.875rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.btn:hover {
  background-color: var(--white);
  color: var(--blue);
}

.btn.max-w345 {
  max-width: 15.3125rem;
}

.btn.max-w345:hover, .btn.white {
  background-color: var(--white);
  color: var(--blue);
}

.btn.white:hover {
  background-color: var(--blue);
  color: var(--white);
}

.icon-40px {
  object-fit: scale-down;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.icon-40px.bg-black {
  border-radius: .3125rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.icon-embed {
  flex: none;
  width: 100%;
  height: 100%;
}

.icon-24px {
  object-fit: scale-down;
  width: 1.5rem;
  height: 1.5rem;
}

.input {
  border: .0625rem solid var(--light-grey);
  border-radius: var(--radius-30px);
  color: #6d6e70;
  background-color: #0000;
  height: 3.4375rem;
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 300;
  line-height: 100%;
}

.input::placeholder {
  font-size: 1rem;
}

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

.form.h-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.text-size-12px {
  font-size: .75rem;
  font-weight: 400;
  line-height: 100%;
}

.text-size-12px.policy-text {
  color: #6d6e70;
  font-size: .75rem;
  font-weight: 300;
  line-height: 150%;
  display: none;
}

.text-size-24px {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 110%;
}

.text-size-24px.floor {
  align-self: auto;
  margin-top: auto;
}

.main-form {
  text-wrap: wrap;
  margin-bottom: 0;
}

.main-form.hero {
  flex-flow: column;
  padding-bottom: 0;
}

.hero-form-w-440 {
  border-radius: var(--radius-12px\<deleted\|variable-99862a56-dbe5-1481-7893-638ca1341ef4\>);
  background-color: var(--white);
  width: 27.5rem;
  min-width: 27.5rem;
  padding: 1.5rem;
}

.text-size-14px {
  font-size: .875rem;
  font-weight: 300;
  line-height: 110%;
}

.text-size-14px.text-color-grey.card {
  line-height: 110%;
}

.text-size-14px.text-color-white {
  font-weight: 400;
  line-height: 140%;
}

.text-size-14px.text-color-white.weight-300 {
  font-weight: 300;
}

.text-size-14px.dark {
  color: #1d1d1f;
}

.text-size-14px.dark.weight-500 {
  font-weight: 500;
  line-height: 130%;
}

.text-size-14px.weight-400.light {
  color: #fffc;
}

.text-size-14px.weight-400.dark-mid {
  color: #313135;
}

.text-size-14px.weight-500 {
  font-weight: 500;
}

.text-size-14px.weight-500.wtite {
  color: #fff;
  line-height: 130%;
}

.flex-v-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  line-height: 130%;
  display: flex;
}

.flex-v-10.h-full {
  height: 100%;
}

.form-header {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  margin-bottom: 1.25rem;
  display: flex;
}

.form-header.mob-white {
  justify-content: center;
  align-items: center;
}

.form-header.white-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  flex-flow: column;
  width: 100%;
  display: block;
}

.form-header.white-horizontal.full {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.form-header.white-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  max-width: 50%;
}

.success-message {
  text-align: left;
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.success-message._2 {
  min-height: auto;
}

.form-type-middle {
  border-radius: var(--radius-12px\<deleted\|variable-99862a56-dbe5-1481-7893-638ca1341ef4\>);
  background-color: #efefef;
  width: 52.5rem;
  padding: 2.5rem;
  position: relative;
}

.form-type-middle.minus-margin {
  border-radius: 1.25rem;
  margin-bottom: -6.25rem;
}

.second-form {
  text-wrap: wrap;
  width: 27.5rem;
  margin-bottom: 0;
}

.agent-image {
  object-fit: contain;
  width: 22.5rem;
  position: absolute;
  inset: auto -2% 0 auto;
}

.agent-image.popup {
  object-position: 50% 100%;
  width: 17.5rem;
  bottom: 0;
  left: 0%;
  right: auto;
}

.agent-image.card {
  object-fit: contain;
  object-position: 50% 100%;
}

.agent-image.card.ar {
  transform-style: preserve-3d;
  left: -2px;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.horizontal-form {
  border-radius: var(--radius-12px\<deleted\|variable-99862a56-dbe5-1481-7893-638ca1341ef4\>);
  background-color: var(--black);
  width: 100%;
  padding: 3.125rem;
}

.flex-h-15 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-36px {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 110%;
}

.text-size-36px.align-right {
  text-align: right;
}

.text-size-36px.mob-2-25 {
  line-height: 140%;
}

.text-size-36px.max-w-360 {
  max-width: 30rem;
}

.text-size-36px.fp {
  white-space: nowrap;
  font-size: 2.5rem;
}

.hero-bg {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.hero_items-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  border-radius: var(--20px-radius);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.25rem 1.5rem;
  display: grid;
}

.hero_items-wrap.max-w-640 {
  max-width: 40rem;
}

.hero-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.navigation {
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 8px 8px 2rem #0000001a;
}

.nav-content {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.nav-content.desk_only-second {
  border-top: 1px solid var(--baige);
}

.nav_logo-wrap {
  object-fit: scale-down;
  width: 12.5rem;
  height: 2.25rem;
  padding-bottom: 0;
  padding-left: 0;
}

.nav_logo-wrap.cta {
  background-image: url('../images/logo_mpp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav_review-link {
  width: 6rem;
  height: 2.4375rem;
}

.nav_review-link.review {
  width: auto;
  height: auto;
}

.nav_review-link.custom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: auto;
  height: 2.5rem;
  display: flex;
}

.nav_logos {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.sep-vertical {
  background-color: #dfdfdf;
  width: .0625rem;
  height: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.nav-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--black);
  font-size: var(--size--14px);
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 300;
  transition: opacity .3s;
  display: flex;
}

.nav-link:hover {
  opacity: .65;
}

.nav-link:active, .nav-link:focus {
  color: var(--blue);
}

.nav-link.w--current {
  color: var(--black);
  text-decoration: none;
}

.nav-link.second {
  font-size: .875rem;
}

.nav-link.second.w--current {
  color: var(--black);
}

.lang-wrap {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: var(--black-light);
  font-size: var(--size--14px);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0 2rem 2rem;
  display: flex;
}

.lang-wrap.w--open {
  color: #464646;
  border-radius: .9375rem .9375rem 0 0;
}

.col-btn {
  color: #f2f0ef;
  height: auto;
  font-size: .75rem;
}

.lang-flag {
  object-fit: scale-down;
  width: 1.25rem;
  height: 1.25rem;
}

.flex-h-15px-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: none;
}

.nav-link-icon {
  width: auto;
  height: auto;
}

.nav-link-icon.hidden {
  display: none;
}

.nav-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.flex-v-50 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.plyr_pause-trigger {
  display: none;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_component {
  width: 100%;
  position: relative;
}

.plyr_component.is-full-screen {
  object-fit: cover;
  background-image: url('../images/66352a4d796a51bf9879732a_image-.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.25rem;
  height: 43rem;
  overflow: hidden;
}

.plyr_embed {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.wrp-video-about {
  position: relative;
}

.wrp-btn-play {
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
  position: absolute;
  inset: auto 0% 1.25rem;
}

.plyr_cover-button {
  z-index: 2;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  color: var(--black);
  background-color: #ffffffe6;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2.2rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.plyr_cover-button:hover {
  color: #222;
  background-color: #f2f0ef;
}

.flex-h-0 {
  justify-content: space-between;
  display: flex;
}

.flex-h-0.footer {
  background-color: var(--black);
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-h-0.footer._2 {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
}

.flex-h-0.footer._1 {
  justify-content: space-between;
  width: 100%;
}

.flex-h-0.footer {
  justify-content: flex-start;
  align-items: center;
  width: 52.5rem;
}

.flex-h-0.footer.space-between {
  justify-content: space-between;
  align-items: center;
}

.about-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: .0625rem #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.flex-h-120 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  display: flex;
}

.flex-h-120.max-w-840 {
  max-width: 52.5rem;
  position: relative;
}

.max-w-640px {
  max-width: 40rem;
}

.max-w-300 {
  max-width: 18.75rem;
}

.max-w-300.number {
  flex: none;
  align-self: flex-start;
  width: 2.5rem;
  height: 2.5rem;
}

.flex-v-30 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-v-30.step {
  border-radius: var(--20px-radius);
  background-color: var(--dark-grey);
  padding: 2.5rem;
  font-weight: 300;
}

.flex-v-30.max-w-840 {
  max-width: 52.5rem;
}

.banners {
  height: 37.5rem;
  display: flex;
}

.banners._3-item {
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 3fr 3fr;
  grid-auto-columns: 1fr;
  height: 34rem;
  display: grid;
}

.banners._3-item-project {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 34rem;
  display: grid;
}

.banner-item {
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  width: 25%;
  height: 100%;
  padding: 1.5rem;
  position: relative;
}

.banner-item.aboutus-1 {
  width: auto;
  padding-right: 5rem;
}

.banner-item.aboutus-2 {
  background-color: var(--blue);
  width: 100%;
}

.banner-item.project-2 {
  background-color: var(--black);
  width: 100%;
}

.banner-item.aboutus-3, .banner-item.project-1 {
  width: auto;
  padding-right: 5rem;
}

.banner-item.project-3 {
  width: auto;
  padding-right: 17rem;
}

.banner-item.project, .banner-item.mobile {
  display: none;
}

.image-abs-full {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-abs-full.opacity-50 {
  z-index: -1;
  opacity: .5;
  height: auto;
  top: -1.25rem;
}

.image-abs-full.z-index--1 {
  z-index: -1;
  height: 120%;
  top: -6%;
}

.image-abs-full.two {
  object-position: 0% 50%;
}

.banner-content {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.banner-content.bottom {
  justify-content: flex-end;
}

.max-w-240 {
  max-width: 15rem;
}

.flex-v-25 {
  grid-column-gap: 1.563rem;
  grid-row-gap: 1.563rem;
  flex-flow: column;
  display: flex;
}

.big-black-card {
  border-radius: var(--20px-radius);
  background-color: var(--black);
  padding: 3.125rem 3.125rem 12.5rem;
}

.developer-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 46.875rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.developer-grid.gap-25 {
  grid-column-gap: 3.375rem;
  grid-row-gap: 1.5625rem;
}

.developer-grid.right-small {
  grid-column-gap: 3.375rem;
  grid-row-gap: 1.5625rem;
  grid-template-columns: 1fr .95fr;
}

.dev-logo {
  width: 11.25rem;
}

.dev-logo.basic {
  object-fit: scale-down;
  object-position: 0% 50%;
  width: 8rem;
  max-height: 5rem;
  margin-bottom: .5rem;
}

.dev-logo.basic.invert {
  filter: invert();
}

.dev-logo.small {
  width: 8rem;
}

.dev-tag {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dev-items-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  place-items: start stretch;
  display: grid;
}

.dev-items-block.gap-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.dev-item {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.dev-item.dark {
  color: var(--black);
}

.flex-h-50 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-stroked {
  border: .0625rem solid var(--light-grey);
  border-radius: var(--radius-30px);
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.btn-stroked.max-w-240 {
  cursor: pointer;
  transition: all .2s;
}

.btn-stroked.max-w-240:hover {
  background-color: var(--blue);
  color: var(--white);
}

.btn-stroked.max-w-240.w--current {
  margin-left: auto;
  margin-right: auto;
}

.btn-stroked.max-w-240.big-card {
  z-index: 20;
  position: relative;
}

.btn-stroked.max-w-240.big-card:hover {
  border-color: var(--blue);
}

.dev-card-small {
  border-radius: var(--20px-radius);
  border: .0625rem solid #dfdfdf;
  padding: 2.5rem 1.875rem;
}

.dev-card-small-images {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.dev-card-small-image {
  border-radius: var(--size--10px);
  width: 50%;
}

.dev-card-small-image.full-w {
  width: 100%;
}

.flex-v-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.flex-v-40.hidden {
  display: block;
}

.cta-grid {
  grid-column-gap: 3.125rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 52.5rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-grid.gap-20 {
  grid-column-gap: 1.25rem;
}

.cta-header {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  color: #6d6e70;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 2.5rem;
  display: flex;
}

.review-card-header {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  margin-bottom: .625rem;
  display: flex;
}

.review-image {
  width: 2.75rem;
  display: inline-block;
}

.text-size-18px {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
}

.review-stars-mage {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: auto;
  max-width: 6.7rem;
  height: 1rem;
}

.review-caontent {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  display: flex;
}

.cta-card {
  border-radius: var(--20px-radius);
  background-color: var(--black);
  padding: 3.125rem 3.125rem 0;
}

.cta-card.middle {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.text-size-28px {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 110%;
}

.max-w-360 {
  max-width: 22.5rem;
}

.invest-item {
  grid-column-gap: 25rem;
  grid-row-gap: 25rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.invest-item.space-between {
  flex-flow: row;
  width: 100%;
}

.invest-item.grid {
  grid-column-gap: var(--size--16px);
  grid-row-gap: var(--size--16px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 52.5rem;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.gallery {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.gallery-slider {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper {
  direction: ltr;
}

.swiper.hide {
  display: none;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.gallery-image {
  border-radius: var(--20px-radius);
  object-fit: cover;
  height: 37.5rem;
  overflow: hidden;
}

.swiper-right2 {
  z-index: 111;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.swiper-right2:hover {
  opacity: .65;
}

.icon-48px {
  object-fit: scale-down;
  width: 3rem;
  height: 3rem;
}

.swiper-left2 {
  z-index: 111;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.swiper-left2:hover {
  opacity: .65;
}

.btn-stroked-white {
  border: .0625rem solid var(--white);
  border-radius: var(--radius-30px);
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.btn-stroked-white.max-w-240 {
  cursor: pointer;
  transition: all .2s;
}

.btn-stroked-white.max-w-240:hover {
  border-color: var(--white);
  background-color: var(--blue);
  color: var(--white);
}

.btn-stroked-white.max-w-240.transp {
  color: var(--white);
  background-color: #fff0;
}

.btn-stroked-white.max-w-240.transp:hover {
  background-color: var(--blue);
}

.btn-stroked-white.max-w-240.transp.wo-mobile:hover {
  border-color: var(--blue);
}

.text-color-light-grey {
  color: var(--light-grey);
}

.grid-h-15 {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-h-15.cta {
  color: #b5b5b5;
  grid-template-columns: 3fr 1fr;
}

.text-size-16px {
  color: var(--black-light);
  text-align: right;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.text-size-16px.text-color-white {
  color: var(--white);
  font-weight: 400;
  line-height: 140%;
}

.text-size-16px.text-color-grey {
  color: var(--grey);
}

.text-size-16px.weight-300 {
  font-weight: 300;
}

.text-size-16px.weight-300.text-colorr-black-light, .text-size-16px.text-color-black-light {
  color: var(--black-light);
}

.grid-2x3-30 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2x3-30.mob-horizontal {
  grid-template-rows: auto auto;
}

.count {
  padding: var(--size--12px) var(--size--10px);
  border-radius: var(--size--10px);
  background-color: var(--black);
  font-size: var(--size--20px);
  flex: none;
  font-weight: 500;
}

.award-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: 13.75rem auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.award-logo {
  justify-content: center;
  align-items: center;
  height: 13.75rem;
  display: flex;
  position: relative;
}

.award-image {
  object-fit: scale-down;
  width: auto;
  height: 100%;
}

.wreath {
  z-index: -1;
  opacity: .4;
  filter: grayscale();
  object-fit: cover;
  width: 17.5rem;
  max-width: none;
  position: absolute;
}

.grid-4x1-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.swiper-review {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  border-radius: var(--20px-radius);
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  min-width: 17.5rem;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.card-small-info {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.card-small-info.review {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card-small-info.h {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-star {
  width: 1rem;
  height: 1rem;
}

.stars-block {
  flex: none;
  display: flex;
}

.arrow-previous-2 {
  border: .0625rem solid var(--black-light);
  color: var(--black-light);
  cursor: pointer;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.arrow-previous-2:hover {
  background-color: var(--black-light);
  color: var(--white);
}

.arrow-next-2 {
  border: .0625rem solid var(--black-light);
  color: var(--black-light);
  cursor: pointer;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.arrow-next-2:hover {
  background-color: var(--black-light);
  color: var(--white);
}

.image-arrow {
  object-fit: scale-down;
  width: auto;
}

.image-arrow.sec {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.google-logo {
  object-fit: contain;
}

.mini-logo {
  object-fit: contain;
  width: auto;
  max-height: 3.5rem;
}

.image-12 {
  width: 3.125rem;
  height: 3.125rem;
}

.div-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.media-grid {
  grid-column-gap: var(--35px-radius);
  grid-row-gap: var(--35px-radius);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10rem;
  display: grid;
}

.media-item {
  grid-column-gap: var(--radius-30px);
  grid-row-gap: var(--radius-30px);
  border: .0625rem solid var(--light-grey);
  border-radius: var(--size--10px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.media-image {
  padding-right: var(--size--10px);
  padding-left: var(--size--10px);
  object-fit: contain;
  width: 100%;
  max-width: none;
}

.footer {
  flex-flow: column;
  width: 100%;
  padding-top: 9.375rem;
  padding-bottom: 4.6875rem;
  display: flex;
}

.logo-footer {
  background-image: url('../images/Logo-MPP.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13rem;
  height: 3rem;
}

.logo-footer.w--current {
  background-image: url('../images/logo_mpp.svg');
  background-position: 0 0;
  background-size: auto;
}

.text-size-32px {
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
}

.text-size-32px.padding {
  font-size: 2rem;
}

.logo-mobile {
  display: none;
}

.shadow {
  background-image: linear-gradient(180deg, #0000 50%, var(--black));
  position: absolute;
  inset: 0%;
}

.close-popup-cons {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cons-popup {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-popup {
  z-index: 2;
  background-color: #f5f5f7;
  background-image: none;
  border-radius: 1.875rem;
  justify-content: space-between;
  max-width: 75rem;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto;
}

.div-block-popup.brochure {
  border-radius: 1.25rem;
  overflow: hidden;
}

.error-message {
  border-radius: var(--radius-30px);
  background-color: var(--baige);
  opacity: .5;
  color: #ff3b30;
  text-align: center;
  width: 100%;
  margin-top: .5rem;
  padding: .25rem;
  font-size: .75rem;
}

.error-message.dark {
  opacity: 1;
  color: #ff453a;
  background-color: #545458a6;
}

.form-type {
  z-index: 1;
  border-radius: var(--radius-12px\<deleted\|variable-99862a56-dbe5-1481-7893-638ca1341ef4\>);
  background-color: #efefef;
  width: 52.5rem;
  padding: 1.5rem;
  position: relative;
}

.form-type.brochure {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #efefef00;
  background-image: linear-gradient(270deg, #efefef 51%, #fff0 100%, #fff);
  flex-flow: column;
  display: flex;
}

.divider-h {
  background-color: var(--baige);
  width: 100%;
  height: .0625rem;
}

.brochure-popup {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.social-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.heading-52 {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-52.text-color-white.weight-500 {
  font-weight: 500;
}

.heading-52.text-color-white.mb {
  line-height: 140%;
}

.heading-52.mob-36px {
  font-weight: 500;
  line-height: 140%;
}

.heading-52.center {
  text-align: center;
}

.heading-44 {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-44.text-color-white {
  line-height: 140%;
}

.link-text {
  color: var(--grey);
  text-decoration: underline;
  transition: all .2s;
}

.link-text:hover {
  opacity: .65;
}

.brochure-img {
  object-fit: contain;
  width: 20rem;
  position: absolute;
  inset: auto -2% -.0625rem auto;
}

.brochure-img.popup {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0%;
}

.spacer-150 {
  height: 9.375rem;
}

.spacer-70 {
  height: 4.375rem;
}

.spacer-40 {
  height: 2.5rem;
}

.spacer-50 {
  height: 3.125rem;
}

.divider-about {
  background-color: #dfdfdf;
  width: 100%;
  height: .0625rem;
}

.grid-2x2-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.floorplan-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--20px-radius);
  border: .0625rem solid #dfdfdf;
  flex-flow: column;
  padding: 1.875rem;
  display: flex;
}

.zoom {
  border-radius: var(--radius-30px);
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  margin: auto;
  padding: .75rem;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.zoom:hover {
  background-color: var(--white);
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.image-floorplan {
  border-radius: var(--size--10px);
  object-fit: contain;
  max-height: 25rem;
}

.flex-h-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex-h-20.space-between {
  justify-content: space-between;
}

.flex-h-20.space-between.h-100 {
  height: 100%;
}

.flex-h-20.space-between.h-100.gal.ar {
  flex-flow: row-reverse wrap;
}

.flex-h-20.mob-h {
  justify-content: flex-start;
  align-items: stretch;
}

.flex-h-20.footer-bottom {
  justify-content: space-between;
  width: 100%;
}

.project-slide {
  height: 100%;
}

.slider {
  direction: ltr;
  background-color: #ddd0;
  height: 100%;
}

.left_arrow {
  border: .0625rem solid var(--light-grey);
  direction: ltr;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.5rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.right_arrow {
  border: .0625rem solid var(--light-grey);
  direction: ltr;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.5rem;
  display: flex;
  inset: auto auto 0% 5.625rem;
}

.image-slider {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  object-fit: cover;
  flex-flow: column;
  display: flex;
}

.image-slider._w-840 {
  border-radius: var(--20px-radius);
  background-image: url('../images/3378168d7997ae0e891a3851f04bafa0-1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  min-width: 52.5rem;
  max-width: 52.5rem;
  min-height: 31rem;
  position: relative;
  overflow: hidden;
}

.image-slider._w-840._2 {
  background-image: url('../images/becccf38b5a5bf5b742c237f858aacfb-1.webp');
}

.image-slider._w-840._3 {
  background-image: url('../images/49e59d27b80722672cc0f4bb98175587-1.webp');
}

.image-slider._w-840 {
  background-image: url('../images/Ghaf-Woods---Brochure-ENG--images-57_1Ghaf Woods - Brochure ENG -images-57.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  min-width: 52.5rem;
  max-width: 52.5rem;
  min-height: 31rem;
  position: relative;
  overflow: hidden;
}

.image-slider._w-840._2 {
  background-image: url('../images/Ghaf-Woods---Brochure-ENG--images-43_1Ghaf Woods - Brochure ENG -images-43.webp');
  height: 100%;
}

.image-slider._w-840._3 {
  object-position: 50% 50%;
  background-image: none;
  height: 100%;
}

.image-slider._w-840._5 {
  background-image: url('../images/Ghaf-Woods---Brochure-ENG--images-56_1Ghaf Woods - Brochure ENG -images-56.webp');
}

.flex-v-100 {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: column;
  line-height: 130%;
  display: flex;
}

.flex-v-100.first {
  order: -1;
}

.flex-v-100.mw {
  max-width: 28rem;
}

.flex-v-100.mw.ar {
  text-align: right;
  width: 26rem;
  max-width: none;
}

.slide-project {
  height: 31.25rem;
}

.dots {
  max-width: 50rem;
  margin-left: auto;
  margin-right: 0;
  font-size: .6rem;
}

.dots.min {
  margin-left: 0;
  margin-right: auto;
}

.image-block-big-card {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.image-block-big-card.main {
  border-radius: var(--20px-radius);
  height: 34.375rem;
  margin-top: -9.375rem;
  overflow: hidden;
}

.image-block-big-card.project {
  border-radius: 1.25rem;
  height: 35rem;
  margin-top: -9.375rem;
  position: relative;
  overflow: hidden;
}

.container-1280 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
}

.container-1280.footer {
  background-color: var(--black);
  padding-top: 4.6875rem;
}

.flex-v-60 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.big-black-black-card {
  border-radius: var(--20px-radius);
  background-color: var(--black);
  padding: 3.125rem 3.125rem 12.5rem;
}

.hero-block {
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-block.new {
  justify-content: space-between;
  align-items: flex-end;
}

.text-arrow {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.grid-2x4 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 52.5rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.divider-v {
  background-color: #dfdfdf;
  width: .0625rem;
  height: 2.5rem;
}

.link-project-text {
  color: var(--white);
}

.flex-h-30 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex-h-30.hidden {
  display: none;
}

.spacer-120 {
  height: 7.5rem;
}

.spacer-120.hidden {
  display: none;
}

.form-type-bottom {
  border-radius: var(--radius-12px\<deleted\|variable-99862a56-dbe5-1481-7893-638ca1341ef4\>);
  background-color: #efefef;
  width: 52.5rem;
  padding: 2.5rem;
  position: relative;
}

.form-type-bottom.minus-margin {
  margin-bottom: -6.25rem;
}

.footer-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 400;
  transition: opacity .3s;
  display: flex;
}

.footer-link:hover {
  opacity: .65;
}

.footer-menu {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.flex-h-60 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-h-60.faq {
  align-items: flex-start;
}

.flex-h-60.align-top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
}

.cross {
  cursor: pointer;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: auto;
  margin-left: auto;
  position: relative;
}

.link-footer {
  box-shadow: 0 1px 0 0 var(--black-light);
  color: var(--black-light);
}

.max-w-500 {
  max-width: 31.25rem;
}

.success-icon {
  width: 3.5625rem;
  margin-bottom: 3.125rem;
  margin-left: auto;
}

.success-icon.no-margin {
  margin-bottom: 0;
}

.success-content {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 27.5rem;
  display: flex;
}

.success-content.small {
  min-height: auto;
}

.text-size-52px {
  text-align: center;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 100%;
}

.image-default {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.div-block-2 {
  max-width: 15rem;
}

.play-icon {
  width: 2rem;
  height: 2rem;
}

.map {
  border-radius: var(--20px-radius);
  cursor: pointer;
  background-image: url('../images/map-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 35rem;
  margin-top: 0;
  padding-bottom: 1.87rem;
  padding-left: 1.87rem;
  padding-right: 1.87rem;
  display: flex;
}

.popup_map-wrap {
  z-index: 1000;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-map {
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 70rem;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.close-map_popup {
  z-index: 1000;
  cursor: pointer;
  width: 2.188rem;
  height: 2.188rem;
  transition: filter .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 5rem 2rem auto auto;
}

.close-map_popup:hover {
  filter: invert(50%);
}

.map-btn {
  z-index: 2;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--black);
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  color: var(--white);
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2.2rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.map-btn:hover {
  color: var(--black);
  background-color: #f2f0ef;
}

.text-block-11 {
  color: var(--white);
  font-weight: 400;
}

.video-wrp {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-erth {
  width: auto;
  height: auto;
  max-height: 3rem;
}

.logo-solidere {
  width: auto;
  height: 2.5rem;
}

.project-card {
  border: .0625rem solid #dfdfdf;
  border-radius: 1.25rem;
  padding: 1.25rem;
}

.project-img-wrp {
  border-radius: .625rem;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-v-35 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-h-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-h-10.mob-h-grid {
  align-items: stretch;
}

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

.project-img.absolu {
  position: absolute;
  inset: 0%;
}

.text-size-16px-2 {
  color: #6d6e70;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.text-size-16px-2.max-w-530 {
  max-width: 33rem;
}

.questions-wrp {
  flex-flow: column;
  display: flex;
}

.questions-wrp.max-w-840 {
  max-width: 52.5rem;
}

.icon-3 {
  margin: 0;
  display: none;
  position: static;
}

.dropdown-list-3 {
  background-color: #ddd0;
  display: block;
  position: static;
}

.faq-text-wrp {
  padding-bottom: 1.56rem;
}

.faq-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.dropdown {
  border-bottom: .0625rem solid #dfdfdf;
  width: 100%;
}

.dropdown.top {
  border-top: .0625rem solid #dfdfdf;
}

.dropdown-toggle {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  white-space: pre-line;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.56rem 0;
  display: flex;
}

.rtb-h52-p20 h2 {
  margin-bottom: 1.25rem;
}

.rtb-h52-p20 p {
  color: var(--black-light);
  font-size: 1.25rem;
  line-height: 130%;
}

.rtb-h52-p20 h3 {
  color: var(--grey);
  margin-bottom: .75rem;
  font-size: 2.25rem;
}

.rtb-h52-p20 strong {
  color: var(--black);
  font-weight: 500;
  display: block;
}

.rtb-h52-p20 h4 {
  margin-bottom: 1rem;
}

.rtb-h52-p20-light h2 {
  color: var(--white);
  margin-bottom: 1.25rem;
}

.rtb-h52-p20-light p {
  color: #979797;
  font-size: 1.25rem;
  line-height: 130%;
}

.rtm-h32-p16 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.rtm-h32-p16 h4 {
  margin-bottom: .625rem;
  font-size: 1.75rem;
  line-height: 115%;
}

.rtm-h32-p16 p {
  color: var(--black-light);
  margin-top: auto;
  line-height: 140%;
}

.rtm-h32-p16 h2 {
  margin-bottom: .625rem;
}

.rtm-h32-p16 h3 {
  margin-bottom: .625rem;
  font-size: 2.125rem;
}

.gradient {
  background-image: linear-gradient(#0000, #00000080);
  position: absolute;
  inset: 0%;
}

.img-contain {
  object-fit: scale-down;
  height: auto;
}

.grid-2col {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.close-popup-brochure {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-cons {
  border-radius: var(--radius-30px);
  background-color: var(--blue);
  color: var(--white);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 3.4375rem;
  padding: .96875rem 4.875rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.btn-cons:hover {
  background-color: var(--white);
  color: var(--blue);
}

.btn-cons.white {
  border: .062rem solid var(--baige);
  background-color: var(--white);
  color: var(--black);
  padding: 1.125rem 2.625rem;
}

.btn-cons.white:hover {
  background-color: var(--blue);
  color: var(--white);
}

.btn-cons.white-stroked {
  border: 1px solid var(--baige);
  background-color: #0000;
  flex-flow: column;
}

.btn-cons.white-stroked:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.btn-cons.black {
  background-color: var(--black);
}

.btn-cons.black:hover {
  background-color: var(--blue);
  color: var(--white);
}

.btn-cons.hero-btn {
  align-self: flex-start;
  max-width: none;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 700;
}

.burger-icon {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: none;
}

.burger_line {
  background-color: #1eade5;
  border-radius: .0625rem;
  width: 1.4rem;
  height: .0625rem;
}

.grid-3x1-40px {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.space-between {
  justify-content: space-between;
  display: flex;
}

.hidden {
  display: none;
}

.item {
  width: 100%;
  height: 100%;
}

.icon-20px {
  object-fit: scale-down;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.text-big-default {
  font-size: var(--size--20px);
  line-height: 130%;
}

.text-color-black-light {
  color: var(--black-light);
}

.lang-text {
  color: var(--black);
  margin: 0;
  line-height: 120%;
  position: static;
}

.lang-arrow {
  margin: 0;
  font-size: .6rem;
  line-height: 110%;
  position: static;
}

.dropdown-lang-list-wrap {
  border-radius: var(--size--10px);
  background-color: var(--white);
  color: #0000;
  font-size: var(--size--12px);
  width: 6rem;
  margin-top: 1rem;
  line-height: 110%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem #0003;
}

.dropdown-lang {
  background-color: #0000;
  margin-bottom: -4rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: block;
}

.list-item {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: var(--black-light);
  flex-flow: row;
  width: 100%;
  padding: .5rem;
  transition: background-color .4s;
  display: flex;
}

.list-item:hover {
  color: var(--blue);
  background-color: #b5b5b51a;
}

.flex-h-5 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: var(--black-light);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.project-card-min {
  border: .062rem solid var(--baige);
  color: var(--black-light);
  border-radius: .75rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.project-image {
  object-fit: cover;
  height: 100%;
}

.project-info {
  z-index: 2;
  flex: 1;
  padding: 1.25rem;
  overflow: hidden;
}

.flex-v-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.link-card-absolute {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.card-img-wrap {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  flex: none;
  height: 18.75rem;
  position: relative;
  overflow: hidden;
}

.rich-payment {
  margin-left: auto;
  margin-right: auto;
}

.rich-payment h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.rich-payment p {
  color: var(--black-light);
  font-size: 1.25rem;
  line-height: 130%;
}

.rich-payment ol {
  grid-column-gap: var(--size--20px);
  grid-row-gap: var(--size--20px);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.rich-payment li {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: .0625rem solid var(--baige);
  border-radius: var(--size--12px);
  color: var(--black-light);
  flex-flow: column;
  flex: 2 2 auto;
  order: -1;
  justify-content: space-between;
  min-width: 14%;
  max-width: 14%;
  height: 10rem;
  padding: 1.25rem;
  line-height: 140%;
  display: flex;
}

.rich-payment strong {
  margin-bottom: 1rem;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 120%;
}

.rich-payment em {
  font-style: normal;
}

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

._404-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20rem;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

._404-title {
  color: var(--white);
  font-size: 4.375rem;
}

.container-main {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
}

.card-wrap-dark {
  background-color: var(--dark-grey);
  color: var(--black-light);
  border-radius: .75rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.grid-asymmetric {
  grid-column-gap: var(--size--16px);
  grid-row-gap: var(--size--16px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 52.5rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.white_bg-card {
  padding: var(--size--20px);
  object-fit: scale-down;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18.75rem;
  display: flex;
}

.logo-260-56px-wrap {
  justify-content: center;
  align-items: center;
  width: 16.25rem;
  height: 3.375rem;
  display: flex;
}

.icon-64px-dark-wrap {
  border-radius: var(--size--10px);
  background-color: var(--dark-grey);
  object-fit: scale-down;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: .625rem;
  display: flex;
  overflow: hidden;
}

.mob-only {
  display: none;
}

.rich-text-main {
  color: var(--black-light);
  font-weight: 300;
  line-height: 150%;
}

.rich-text-main li {
  list-style-type: disc;
}

.rich-text-main ul {
  padding-left: 1rem;
  list-style-type: disc;
}

.icon-112px {
  object-fit: scale-down;
  width: 7rem;
  height: 7rem;
}

.margin-top-40px {
  align-self: stretch;
  margin-top: 2.5rem;
}

.spacer-90 {
  height: 5.625rem;
}

.flex-h-28px {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  display: flex;
}

.tag-promo-blue {
  padding: .5rem var(--size--12px);
  border-radius: var(--radius-30px);
  background-color: var(--blue);
  color: var(--white);
  font-size: var(--size--14px);
  flex: none;
  font-weight: 300;
  line-height: 130%;
}

.weight-300 {
  font-weight: 300;
}

.flex-mobile_second_nav {
  display: none;
}

.flex-v-6px {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex-h-60-all_screen {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  display: flex;
}

.container-1380-3 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.icon-24px-3 {
  object-fit: scale-down;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

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

.body_ar {
  direction: rtl;
  font-family: var(--arabic);
}

.floorplan-item-3 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border: 1px solid #dfdfdf;
  border-radius: 1.25rem;
  flex-flow: column;
  padding: 1.875rem;
  display: flex;
}

.dev-item-4 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-color-grey-4 {
  color: #6d6e70;
}

.image-floorplan-2 {
  object-fit: fill;
  border-radius: .625rem;
  width: auto;
  height: auto;
}

.horizontal-form-2 {
  background-color: #333;
  border-radius: 1.25rem;
  width: 100%;
  padding: 3.125rem;
}

.input-3 {
  color: #6d6e70;
  background-color: #0000;
  border: 1px solid #b5b5b5;
  border-radius: 1.875rem;
  height: 3.4375rem;
  margin-bottom: 0;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  padding-left: .9375rem;
  font-size: .75rem;
  font-weight: 300;
}

.input-3.bg-white {
  background-color: var(--white);
}

.btn-blue-3 {
  color: #fff;
  white-space: nowrap;
  background-color: #1eade5;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  height: 3.4375rem;
  padding: .96875rem 4.875rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.btn-blue-3:hover {
  color: #1eade5;
  background-color: #fff;
}

.slider-3 {
  direction: ltr;
  background-color: #ddd0;
  height: 100%;
}

.text-size-20px-3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
}

.slide-wrp {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.left-arrow-2 {
  border: 1px solid #b5b5b5;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.5rem;
  display: flex;
  inset: auto 5.625rem 0% auto;
}

.right-arrow-2 {
  border: 1px solid #b5b5b5;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.5rem;
  display: flex;
  inset: auto 0 0% auto;
}

.heading-44-2 {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 140%;
}

.text-size-16px-7 {
  color: #6d6e70;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.text-size-16px-7.weight-300 {
  font-weight: 300;
}

.slide-project-2 {
  height: 31.25rem;
}

.img-absolute {
  z-index: 10;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  height: auto;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-close_banner {
  color: #1eade599;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  inset: 0% 0% 0% auto;
}

.icon-close_banner:hover {
  color: #1eade5;
}

.input-wrapper-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.amenity-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  min-height: 100%;
  max-height: none;
  overflow: clip;
}

.hero-info {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  max-width: 43rem;
  display: flex;
}

.hero-info.project {
  border-radius: var(--20px-radius);
  max-width: 42rem;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-info-inner {
  text-wrap: wrap;
}

.flex-v-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.new-h1 {
  color: #fff;
  font-size: 3.25rem;
  line-height: 140%;
}

.text-color-blue-light {
  color: var(--light-blue);
  font-weight: 500;
}

.hero-points {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-wrap: wrap;
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  flex-flow: column;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.hero-point {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.text-size-20px-6 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 130%;
}

.text-size-20px-6.hero-text {
  color: var(--white);
  font-weight: 600;
  line-height: 110%;
}

.hero-gradient {
  background-image: linear-gradient(270deg, #00000080, #000000b3);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-gradient.project {
  background-image: linear-gradient(270deg, #000000b3, #0003);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav_review_link__text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #171717;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.nav_review_link__text-top {
  grid-column-gap: 3.35px;
  grid-row-gap: 3.35px;
  align-items: center;
  display: flex;
}

.code-embed {
  text-decoration: none;
}

.form-type-middle-2 {
  background-color: #efefef;
  border-radius: 1.25rem;
  width: 52.5rem;
  padding: 2.5rem;
  position: relative;
}

.form-type-middle-2.minus-margin {
  border-radius: 1.25rem;
  margin-bottom: -6.25rem;
}

.btn-black-2 {
  color: #fff;
  background-color: #333;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.btn-black-2.is--form {
  transition: all .2s;
}

.btn-black-2.is--form:hover {
  color: #fff;
  background-color: #1eade5;
  border: .0625rem solid #b5b5b5;
}

.btn-black-2.is--form.blue-mobile {
  margin-top: 0;
}

.btn-black-2.is--form.blue-mobile:hover {
  border-color: #1eade5;
}

.error-message-3 {
  opacity: .5;
  color: #ff3b30;
  text-align: center;
  background-color: #dfdfdf;
  border-radius: 1.875rem;
  width: 100%;
  margin-top: .5rem;
  padding: .25rem;
  font-size: .75rem;
}

.input-10 {
  color: #6d6e70;
  background-color: #0000;
  border: .0625rem solid #b5b5b5;
  border-radius: 1.875rem;
  height: 3.4375rem;
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 300;
  line-height: 100%;
}

.input-10::placeholder {
  font-size: 1rem;
}

.cta-card-2 {
  background-color: #333;
  border-radius: 1.25rem;
  padding: 3.125rem 3.125rem 0;
}

.cta-card-2.middle {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.code-embed-2 {
  margin-bottom: 2.5rem;
}

.text-size-36px-2 {
  color: #333;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 110%;
}

.text-size-36px-2.text-color-white {
  color: #fff;
  line-height: 140%;
}

.grid-asymmetric-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 22.5rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-content__bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.image-abs-full-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-20px-7 {
  font-size: 1.25rem;
  line-height: 130%;
}

.text-size-20px-7.weight-500 {
  margin-right: 2.5rem;
  font-weight: 500;
}

.roi-item-2 {
  background-color: #333;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  min-height: 22.5rem;
  padding: 1.25rem 1.875rem;
  position: relative;
  overflow: hidden;
}

.banner-content__btn {
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-weight: 500;
  transition: color .25s cubic-bezier(.25, .46, .45, .94), background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.banner-content__btn:hover {
  color: #fff;
  background-color: #7a7f851a;
}

.dev-logo-2 {
  object-fit: scale-down;
  width: 11.25rem;
  max-height: 4rem;
}

.dev-logo-2.basic {
  object-fit: scale-down;
  object-position: 0% 50%;
  width: 8rem;
  max-height: 5rem;
  margin-bottom: .5rem;
}

.dev-logo-2.basic:lang(ar) {
  direction: rtl;
  width: 8rem;
}

.flex-v-30-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-v-30-2:lang(ar) {
  justify-content: flex-start;
  align-items: flex-start;
}

.grid-asymmetric-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 22.5rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-20px-8 {
  font-size: 1.25rem;
  line-height: 130%;
}

.text-size-20px-8.weight-500 {
  margin-right: 2.5rem;
  font-weight: 500;
}

.grid-asymmetric-4 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 22.5rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-12 {
  color: #fff;
  font-weight: 400;
}

.text-size-20px-9 {
  font-size: 1.25rem;
  line-height: 130%;
}

.text-size-20px-9.text-color-white {
  font-size: 1.25rem;
}

.big-black-black-card-2 {
  background-color: #333;
  border-radius: 1.25rem;
  padding: 3.125rem 3.125rem 12.5rem;
}

.map-btn-2 {
  z-index: 2;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  pointer-events: none;
  color: #333;
  background-color: #333;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2.2rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.map-btn-2:hover {
  color: #222;
  background-color: #f2f0ef;
}

.project-img-2 {
  object-fit: cover;
  height: 100%;
}

.project-img-2.absolu {
  z-index: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.rtb-h52-p20-light-2 h2 {
  margin-bottom: 1.5rem;
}

.btn-brochure {
  z-index: 20;
  color: #fff;
  white-space: nowrap;
  background-color: #1eade5;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  height: 3.4375rem;
  padding: .96875rem 4.875rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn-brochure:hover {
  color: #1eade5;
  background-color: #fff;
}

.btn-brochure.stroked {
  background-color: #0000;
  border: 1px solid #b5b5b5;
}

.btn-brochure.stroked:hover {
  color: #fff;
  background-color: #1eade5;
  border-color: #1eade5;
}

.map_new {
  cursor: pointer;
  background-image: url('../images/image-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 35rem;
  margin-top: 0;
  padding-bottom: 1.87rem;
  padding-left: 1.87rem;
  padding-right: 1.87rem;
  display: flex;
}

.map_new.project {
  background-image: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.map_new.project:hover {
  z-index: 10;
  background-color: #0006;
}

.divider-h-2 {
  background-color: #dfdfdf;
  width: 100%;
  height: .0625rem;
}

.hero-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: .75rem;
  flex-flow: column;
  max-width: 25rem;
  margin-top: auto;
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.hero-list__item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #ffffff1a;
  flex-flow: column;
  padding-bottom: 1rem;
  display: flex;
}

.hero-list__item.no-border {
  border-bottom-style: none;
  padding-bottom: 0;
}

.hero-list__title {
  opacity: .8;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
}

.hero-list__descr {
  font-size: 1rem;
  font-weight: 400;
}

.plyr_cover-button-2 {
  z-index: 2;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  color: #333;
  background-color: #ffffffe6;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2.2rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.plyr_cover-button-2:hover {
  color: #222;
  background-color: #f2f0ef;
}

.heading-57 {
  line-height: 140%;
}

@media screen and (max-width: 991px) {
  h2 {
    line-height: 110%;
  }

  .section.is--hero {
    height: auto;
  }

  .section.is--hero._404 {
    height: 100svh;
  }

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

  .section.is--new-project-hero {
    height: auto;
    min-height: auto;
    padding-top: 8rem;
    padding-bottom: 5rem;
    display: flex;
    overflow: visible;
  }

  .section.p-top {
    padding-top: 5.625rem;
  }

  .container-1380 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-1380.h {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .text-size-20px.text-color-white.big-card.white {
    color: var(--white);
  }

  .text-size-20px.text-color-grey-light-hero {
    display: none;
  }

  .text-size-20px.weight-500.text-color-white.mob-black, .text-color-white.big-card {
    color: var(--black);
  }

  .btn-black.is--form {
    margin-top: 0;
  }

  .btn-black.is--form.blue-mobile {
    background-color: var(--blue);
  }

  .flex-v-20.space-between.flex-v-32 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-v-20.mb_auto {
    margin-bottom: auto;
  }

  .flex-v-20.max-w-840 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-v-20.mob-color {
    color: #b5b5b5;
  }

  .btn.max-w345 {
    max-width: none;
  }

  .icon-40px.bg-black {
    display: none;
  }

  .input {
    font-size: .75rem;
  }

  .input::placeholder {
    font-size: var(--size--12px);
  }

  .input.white-mobile {
    background-color: var(--white);
  }

  .form {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    display: flex;
  }

  .form.h-20._100 {
    flex: 1;
  }

  .text-size-24px.hero-item-between {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .text-size-24px.hero-item {
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .main-form {
    display: flex;
  }

  .main-form.hero {
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .hero-form-w-440 {
    z-index: 1;
    width: 95vw;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    position: relative;
  }

  .text-size-14px.text-color-grey.wo-mobile {
    display: none;
  }

  .text-size-14px.text-color-grey.full-w-mob {
    width: 100%;
  }

  .text-size-14px.text-color-grey.card {
    color: #b5b5b5;
    margin-right: 0;
  }

  .text-size-14px.dark.weight-500.tablet {
    color: #fff;
  }

  .text-size-14px.dark.weight-500.white {
    color: var(--white);
  }

  .text-size-14px.weight-400.dark-mid.tablet {
    color: #fffc;
  }

  .text-size-14px.weight-400.dark-mid.white {
    color: var(--white);
  }

  .text-size-14px.text-color-grey {
    align-self: auto;
    margin-right: auto;
  }

  .text-size-14px.text-color-grey:lang(ar) {
    direction: ltr;
    text-align: left;
    order: 0;
    align-self: auto;
  }

  .flex-v-10.popup-brochure-margin {
    margin-right: 0;
  }

  .form-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form-header.mob-white, .form-header.white-horizontal {
    color: var(--white);
  }

  .form-header.white-horizontal, .form-header.mob-white, .form-header.white-horizontal {
    color: #fff;
  }

  .form-header.white-horizontal.full {
    max-width: none;
  }

  .form-type-middle {
    width: 100%;
    padding: 1rem;
  }

  .form-type-middle.minus-margin {
    background-color: #efefef00;
    width: 95vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 3.125rem 0;
  }

  .second-form {
    width: auto;
  }

  .agent-image.popup, .agent-image.card {
    display: none;
  }

  .horizontal-form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 0;
    flex-flow: column;
    height: auto;
    padding: 3.125rem 1.25rem;
    display: flex;
  }

  .flex-h-15 {
    flex-flow: column;
  }

  .flex-h-15.mob-h {
    flex-flow: row;
  }

  .text-size-36px {
    font-size: 1.75rem;
  }

  .hero-bg {
    height: 37rem;
    max-height: none;
  }

  .hero {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20rem;
    padding-bottom: 0;
  }

  .hero_items-wrap {
    z-index: 0;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--black);
    color: var(--white);
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: -13.75rem;
    padding-top: 15rem;
    display: flex;
  }

  .hero_items-wrap.max-w-640 {
    max-width: none;
  }

  .hero-item {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .hero-item.between {
    border-top: .0625rem solid var(--light-grey);
    border-bottom: .0625rem solid var(--light-grey);
  }

  .navigation {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-content {
    border-bottom-style: none;
  }

  .nav-content.desk_only-second {
    display: none;
  }

  .nav_logo-wrap {
    padding-bottom: 0;
  }

  .nav_logo-wrap.cta {
    background-image: url('../images/logo_mpp.svg');
  }

  .nav_review-link.cta {
    display: flex;
  }

  .nav-link {
    color: var(--black);
    font-size: var(--size--16px);
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-weight: 500;
  }

  .nav-link.second {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 300;
  }

  .col-btn {
    height: auto;
    display: none;
  }

  .burger-btn {
    z-index: 2000;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border-radius: var(--20px-radius);
    background-color: var(--blue);
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    position: relative;
  }

  .burger-btn.w--open {
    background-color: #0000;
    transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
    position: relative;
  }

  .flex-h-15px-center {
    display: flex;
  }

  .nav-menu {
    background-color: var(--white);
    flex-flow: column;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-top: 4.5rem;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    position: fixed;
  }

  .flex-v-50 {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
    max-height: 25rem;
  }

  .flex-h-0 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-h-0.footer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-h-0.review {
    flex-flow: row;
  }

  .flex-h-0.footer.space-between {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -2.5rem;
  }

  .about-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .flex-h-120 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 95vw;
  }

  .flex-h-120.right {
    justify-content: center;
    align-items: flex-end;
  }

  .max-w-640px, .max-w-300 {
    max-width: none;
  }

  .flex-v-30 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-v-30.step {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    border-radius: var(--size--16px);
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 60vw;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem;
  }

  .flex-v-30.black-form-mob {
    color: #fff;
  }

  .banners {
    flex-flow: column;
    height: auto;
  }

  .banners._3-item, .banners._3-item-project {
    grid-template-rows: auto auto auto;
    grid-template-columns: 4fr;
    height: auto;
  }

  .banner-item {
    width: auto;
    height: 25rem;
    max-height: 25rem;
  }

  .banner-item.aboutus-1, .banner-item.aboutus-2 {
    height: 25rem;
    padding: 1rem;
  }

  .banner-item.project-2 {
    padding: 1rem;
  }

  .banner-item.aboutus-3, .banner-item.project-1, .banner-item.project-3 {
    height: 25rem;
    padding: 1rem;
  }

  .banner-item.mobile {
    border-radius: 1rem;
    display: block;
    overflow: hidden;
  }

  .image-abs-full.opacity-50 {
    height: 100%;
  }

  .big-black-card {
    background-color: #3330;
    justify-content: center;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .developer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .dev-logo.basic.invert {
    width: 6rem;
    height: 2.5rem;
    max-height: none;
  }

  .dev-items-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .dev-item {
    flex: 1;
  }

  .flex-h-50 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-h-50.mob-v {
    width: 100%;
  }

  .btn-stroked.max-w-240.big-card {
    width: 95vw;
    max-width: none;
  }

  .flex-v-40 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cta-header {
    display: none;
  }

  .cta-header.hot-project {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .review-card.margin {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .cta-card {
    border-radius: 0;
    padding: 3.125rem 0 0;
  }

  .cta-card.middle {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .text-size-28px {
    font-size: 1.25rem;
  }

  .invest-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .gallery {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .gallery-slider {
    justify-content: center;
    height: 25rem;
  }

  .swiper {
    width: 100%;
  }

  .gallery-image {
    object-fit: cover;
    height: 25rem;
  }

  .btn-stroked-white {
    border-color: var(--dark-grey);
  }

  .btn-stroked-white.max-w-240 {
    max-width: none;
  }

  .btn-stroked-white.max-w-240.transp.wo-mobile {
    display: none;
  }

  .grid-h-15 {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-size-16px.text-color-white {
    font-size: 1rem;
    font-weight: 300;
  }

  .grid-2x3-30 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2x3-30.mob-horizontal {
    flex-flow: row;
    align-self: stretch;
    width: 100vw;
    margin-top: 0;
    margin-left: -2.5vw;
    margin-right: 2.5vw;
    padding-bottom: 1rem;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    display: flex;
    overflow: auto;
  }

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

  .award-item {
    justify-content: flex-start;
    height: 100%;
  }

  .award-item.mob-fix-size {
    min-width: 16rem;
  }

  .award-logo {
    height: 12rem;
  }

  .wreath {
    width: 15rem;
  }

  .grid-4x1-40 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4x1-40.mob-horizontal {
    justify-content: flex-start;
    width: 100vw;
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    padding-bottom: 1rem;
    padding-left: 2.5vw;
    padding-right: 2.5px;
    display: flex;
    overflow: auto;
  }

  .swiper-review {
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .google-logo {
    object-position: 0% 50%;
    width: auto;
  }

  .mini-logo {
    max-width: none;
  }

  .media-grid {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 90vw;
    height: auto;
  }

  .media-item {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    height: 5rem;
  }

  .media-image {
    width: auto;
    height: 90%;
    padding: 1.25rem;
  }

  .logo-footer {
    z-index: 1;
    width: 12rem;
    position: relative;
  }

  .text-size-32px, .text-size-32px.padding {
    font-size: 1.75rem;
  }

  .logo-mobile {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .close-popup-cons {
    padding: 1rem;
  }

  .div-block-popup {
    max-width: 70%;
    padding: 0;
  }

  .div-block-popup.brochure {
    overflow: visible;
  }

  .error-message {
    height: 1.25rem;
  }

  .form-type {
    width: 100%;
    padding: 1.25rem;
  }

  .form-type.brochure {
    padding: 1.25rem;
  }

  .divider-h.wo-mobile {
    display: none;
  }

  .social-block {
    flex-flow: column;
  }

  .social-block.horizontal {
    flex-flow: row;
    margin-top: 1rem;
  }

  .heading-52 {
    text-align: right;
    font-size: 2.25rem;
  }

  .heading-52.mob-36px {
    font-size: 2.25rem;
  }

  .heading-52.center {
    text-align: left;
  }

  .heading-52.center:lang(ar) {
    text-align: center;
    width: 100%;
  }

  .heading-52.text-color-white:lang(ar) {
    direction: rtl;
  }

  .heading-44 {
    font-size: 2.25rem;
  }

  .brochure-img.popup {
    display: none;
  }

  .spacer-150 {
    height: 5.625rem;
  }

  .spacer-150._3-75rem-mob {
    margin-top: 3.75rem;
  }

  .spacer-150.wo-mobile, .spacer-50.wo-mobile, .divider-about {
    display: none;
  }

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

  .floorplan-item {
    width: 95vw;
    padding: 1.25rem;
  }

  .flex-h-20 {
    flex-flow: column;
  }

  .flex-h-20.space-between.h-100 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: .25fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .flex-h-20.space-between.h-100.gal {
    height: auto;
  }

  .flex-h-20.mob-h {
    flex-flow: row;
  }

  .flex-h-20.footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 95vw;
  }

  .flex-h-20.full-w {
    align-self: stretch;
  }

  .project-slide {
    border-radius: 1.25rem;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .slider {
    width: 95vw;
    height: 80svh;
    margin-left: auto;
    margin-right: auto;
  }

  .left_arrow, .right_arrow {
    bottom: -3.75rem;
  }

  .image-slider._w-840.mg_top-auto {
    height: 100%;
    max-height: 100vh;
    margin-top: auto;
  }

  .image-slider._w-840 {
    min-width: auto;
    min-height: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-v-100 {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .image-block-big-card {
    margin-left: 0;
    margin-right: 0;
  }

  .image-block-big-card.main {
    border-radius: 0;
    margin-top: 0;
  }

  .image-block-big-card.project {
    width: 95vw;
    height: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

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

  .container-1280.footer {
    padding-top: 2rem;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .flex-v-60 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .big-black-black-card {
    border-radius: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 18rem;
    padding-bottom: 0;
  }

  .hero-block.new {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .text-arrow {
    font-size: 1rem;
  }

  .grid-2x4 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-2x4.padding-20px {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .link-project-text {
    border: .0625rem solid var(--light-grey);
    border-radius: var(--radius-30px);
    justify-content: center;
    align-items: center;
    height: 3.4375rem;
    transition: all .2s;
    display: flex;
  }

  .link-project-text:hover {
    border-color: var(--blue);
    background-color: var(--blue);
  }

  .flex-h-30 {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    flex-flow: column;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .spacer-120 {
    height: 3.125rem;
  }

  .form-type-bottom {
    width: 100%;
    padding: 1rem;
  }

  .form-type-bottom.minus-margin {
    width: 95vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
  }

  .footer-link {
    font-weight: 500;
  }

  .footer-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .breadcrumbs-block {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-h-60 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-h-60.faq {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .cross {
    align-self: flex-start;
  }

  .map {
    width: 95vw;
    height: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .map.project {
    height: 20rem;
  }

  .popup-map {
    width: 80vw;
    height: 70vh;
  }

  .video-wrp {
    height: 60%;
  }

  .video-wrp.svh {
    height: 100svh;
  }

  .video-wrp.new-project-hero {
    height: auto;
  }

  .logo-erth {
    filter: invert();
    height: 2rem;
    max-height: none;
  }

  .logo-solidere {
    height: 1.5rem;
  }

  .project-card {
    border-style: none;
  }

  .project-img-wrp {
    min-height: 20rem;
    display: flex;
  }

  .flex-v-35 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-h-10 {
    flex-flow: column;
  }

  .flex-h-10.mob-h-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .project-img {
    flex: 0 auto;
  }

  .questions-wrp {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
  }

  .rtb-h52-p20 h2 {
    margin-bottom: 1rem;
    font-size: 2.25rem;
  }

  .rtb-h52-p20 h3 {
    font-size: 1.75rem;
  }

  .rtb-h52-p20 h4 {
    margin-bottom: .75rem;
  }

  .rtb-h52-p20-light h2 {
    margin-bottom: 1rem;
    font-size: 2.25rem;
  }

  .grid-2col {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .close-popup-brochure {
    padding: 1rem;
  }

  .btn-cons.black {
    width: 100%;
  }

  .btn-cons.hero-btn {
    max-width: none;
  }

  .burger-icon {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    background-color: var(--blue);
    cursor: pointer;
    border-radius: 100px;
    flex: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: flex;
    position: relative;
    inset: auto;
  }

  .burger-icon:active {
    opacity: .8;
  }

  .burger_line {
    background-color: var(--white);
    border-radius: 1rem;
    width: 1rem;
    height: 1px;
  }

  .grid-3x1-40px {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .text-big-default {
    font-size: var(--size--16px);
  }

  .dropdown-lang-list-wrap {
    margin-top: 2rem;
    inset: 0% 0% auto auto;
  }

  .project-info {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: block;
  }

  .flex-v-16 {
    text-align: left;
    justify-content: center;
    align-items: flex-end;
  }

  .flex-v-16.heading-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .rich-payment {
    max-width: 95vw;
  }

  .rich-payment h2 {
    text-align: left;
    margin-bottom: 1.25rem;
    font-size: 2.25rem;
  }

  .rich-payment ol {
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: .875rem;
    display: grid;
  }

  .rich-payment li {
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 9.5rem;
  }

  ._404-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 12rem;
    padding-bottom: 5rem;
  }

  ._404-title {
    font-size: 2.75rem;
  }

  .container-main {
    max-width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrap-dark {
    flex: none;
    width: 70vw;
    height: auto;
  }

  .grid-asymmetric {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .white_bg-card {
    margin-bottom: var(--size--20px);
    margin-left: var(--size--20px);
    padding: var(--size--10px) var(--size--16px);
    border-radius: var(--size--10px);
    width: auto;
    height: auto;
    position: absolute;
    inset: auto auto 0% 0%;
    overflow: hidden;
  }

  .logo-260-56px-wrap {
    width: 8.75rem;
    height: 1.75rem;
  }

  .mob-none {
    display: none;
  }

  .mob-only {
    display: flex;
  }

  .rich-text-main ul {
    padding-left: 1.5rem;
  }

  .icon-112px {
    width: 5rem;
    height: 5rem;
  }

  .flex-mobile_second_nav {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-top: 1px solid var(--baige);
    flex-flow: column;
    grid-template-rows: min-content min-content;
    grid-template-columns: .5fr 1fr;
    grid-auto-rows: min-content;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: 50svh;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    display: flex;
  }

  .flex-v-6px {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-h-60-all_screen {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    display: flex;
  }

  .container-1380-3 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-24px-3 {
    flex: none;
  }

  .floorplan-item-3 {
    width: 95vw;
    padding: 1.25rem;
  }

  .dev-item-4 {
    flex: 1;
  }

  .horizontal-form-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 0;
    flex-flow: column;
    height: auto;
    padding: 3.125rem 1.25rem;
    display: flex;
  }

  .slider-3 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-wrp {
    min-width: 100%;
  }

  .left-arrow-2, .right-arrow-2 {
    bottom: -3.75rem;
  }

  .heading-44-2 {
    font-size: 2.25rem;
  }

  .icon-close_banner {
    position: relative;
  }

  .input-wrapper-cta {
    flex-flow: column;
    display: flex;
  }

  .hero-info {
    max-width: none;
  }

  .hero-info.project {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .hero-gradient {
    background-image: linear-gradient(0deg, #00000080, #000000b3);
  }

  .hero-gradient.project {
    background-image: linear-gradient(#fafafa1a 80%, #fafafa), linear-gradient(270deg, #0009, #0006);
  }

  .form-type-middle-2 {
    width: 100%;
    padding: 1rem;
  }

  .form-type-middle-2.minus-margin {
    background-color: #efefef00;
    width: 95vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 3.125rem 0;
  }

  .btn-black-2.is--form {
    margin-top: 0;
  }

  .btn-black-2.is--form.blue-mobile {
    background-color: #1eade5;
  }

  .error-message-3 {
    height: 1.25rem;
  }

  .input-10, .input-10::placeholder {
    font-size: .75rem;
  }

  .input-10.white-mobile {
    background-color: #fff;
  }

  .cta-card-2 {
    border-radius: 0;
    padding: 3.125rem 0 0;
  }

  .cta-card-2.middle {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .text-size-36px-2 {
    font-size: 1.75rem;
  }

  .text-size-36px-2:lang(ar) {
    text-align: right;
  }

  .grid-asymmetric-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-asymmetric-2.reverse {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column-reverse wrap;
  }

  .text-size-20px-7.weight-500 {
    margin-right: 0;
    padding-right: 0;
  }

  .roi-item-2 {
    order: 1;
    width: 100%;
    max-width: 95vw;
    height: 22.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .dev-logo-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dev-logo-2.basic:lang(ar) {
    flex-flow: row;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    width: auto;
    height: auto;
  }

  .flex-v-30-2 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-v-30-2:lang(ar) {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-asymmetric-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-size-20px-8.weight-500 {
    margin-right: 0;
    padding-right: 0;
  }

  .grid-asymmetric-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .big-black-black-card-2 {
    border-radius: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .project-img-2 {
    flex: 0 auto;
  }

  .btn-brochure.stroked {
    color: #333;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-brochure.stroked.max-w-300 {
    color: var(--white);
  }

  .map_new {
    width: 95vw;
    height: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .map_new.project {
    height: 20rem;
  }

  .hero-list {
    width: 100%;
    max-width: none;
  }

  .heading-55, .paragraph, .heading-56, .paragraph-2 {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .agent-image {
    display: none;
  }

  .text-size-36px.max-w-360.align-right {
    text-align: right;
  }

  .hero_items-wrap {
    width: 100%;
  }

  .nav_review-link, .sep-vertical {
    display: none;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button {
    font-size: .85em;
  }

  .flex-h-120.right {
    justify-content: center;
    align-items: flex-start;
  }

  .flex-v-25.space-between:lang(ru) {
    max-width: none;
  }

  .text-size-28px.max-80vw {
    text-align: right;
    white-space: normal;
    word-break: normal;
    max-width: 80vw;
  }

  .gallery-slider, .gallery-image {
    height: 18rem;
  }

  .grid-4x1-40 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .swiper-review {
    padding: 1.25rem;
  }

  .arrow-previous-2, .arrow-next-2 {
    width: 1.875rem;
    height: 1.875rem;
  }

  .div-block-popup {
    width: 95vw;
    margin-top: auto;
    padding: 0;
  }

  .brochure-img {
    display: none;
  }

  .flex-h-20.space-between.h-100 {
    grid-template-rows: .25fr 1fr;
  }

  .image-slider._w-840 {
    min-height: 21rem;
  }

  .grid-2x4.padding-20px {
    max-width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    max-width: 100%;
  }

  .popup-map {
    border-radius: .625rem;
    width: 90vw;
  }

  .close-map_popup {
    top: 1.5rem;
    right: 1.5rem;
  }

  .map-btn {
    font-size: .85em;
  }

  .video-wrp.svh {
    height: 100svh;
  }

  .flex-v-35 {
    max-width: 100vw;
  }

  .faq-icon {
    max-width: none;
  }

  .dropdown-toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-2col {
    display: flex;
  }

  .burger-icon {
    cursor: pointer;
  }

  .rich-payment ol {
    grid-template-columns: 1fr 1fr;
  }

  .rich-payment li {
    min-height: 9rem;
  }

  ._404-wrapper {
    align-items: stretch;
    width: 90vw;
  }

  .card-wrap-dark {
    min-height: 33.5rem;
  }

  .icon-64px-dark-wrap {
    width: 3.5rem;
    height: 3.5rem;
  }

  .flex-v-24 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .roi-item-2 {
    height: 16rem;
  }

  .map-btn-2, .plyr_cover-button-2 {
    font-size: .85em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  img {
    object-fit: cover;
  }

  .section.is--hero._404 {
    height: 100svh;
  }

  .section.is--new-project-hero {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .section.p-top {
    padding-top: 7rem;
  }

  .container-1380.h {
    width: 90vw;
  }

  .text-color-grey, .text-size-20px.text-color-grey, .text-size-20px.weight-300, .text-size-20px.text-color-white {
    font-size: 1rem;
  }

  .text-size-20px.text-color-white.mb {
    margin-bottom: 1.5rem;
  }

  .text-size-20px.text-color-white.big-card._w-95 {
    width: 95%;
  }

  .text-size-20px.text-color-white.big-card {
    color: var(--grey);
    font-size: 1rem;
  }

  .text-size-20px.weight-500, .text-size-20px.weight-500.text-color-white.mob-black {
    font-size: 1rem;
  }

  .text-size-20px.weight-500.mb {
    margin-bottom: 1.5rem;
  }

  .text-size-20px.weight-500, .text-size-20px.weight-500.text-color-white.mob-black, .text-size-20px.weight-500, .text-size-20px.weight-500, .text-size-20px.weight-500.text-color-white.mob-black {
    font-size: 1rem;
  }

  .text-color-white.big-card.mt {
    margin-top: 1rem;
  }

  .flex-v-20.space-between.flex-v-32 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex-v-20.max-w-840 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90vw;
  }

  .icon-24px {
    width: 1.25rem;
    height: 1.25rem;
  }

  .input {
    height: 3.125rem;
  }

  .text-size-24px.hero-item-between {
    text-align: center;
  }

  .text-size-24px.hero-item {
    text-align: center;
    width: auto;
  }

  .text-size-24px.floor {
    font-size: 1.25rem;
  }

  .hero-form-w-440 {
    width: 90vw;
    padding: 1rem;
  }

  .form-header.white-horizontal {
    max-width: none;
  }

  .form-type-middle.minus-margin {
    width: 90vw;
    padding-bottom: 1rem;
  }

  .text-size-36px.align-right {
    text-align: left;
  }

  .text-size-36px.more, .text-size-36px.mob-2-25 {
    font-size: 2.25rem;
  }

  .text-size-36px.fp {
    font-size: 2rem;
  }

  .hero-bg {
    height: 40rem;
  }

  .hero_items-wrap {
    flex-flow: column;
    padding-top: 16rem;
    padding-bottom: 2rem;
  }

  .hero-item {
    width: 100%;
    max-width: none;
  }

  .nav_logo-wrap {
    width: auto;
    max-width: 45vw;
  }

  .nav_logo-wrap.cta {
    width: 100%;
    height: 2.1875rem;
  }

  .nav_review-link.cta {
    padding-left: 0;
  }

  .nav_review-link.custom {
    display: none;
  }

  .nav_logos {
    z-index: 11;
    position: relative;
  }

  .sep-vertical {
    display: none;
  }

  .lang-wrap {
    border-style: none;
  }

  .flex-h-15px-center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .flex-v-50 {
    max-width: 90vw;
  }

  .plyr_component.is-full-screen {
    max-height: 25rem;
  }

  .plyr_embed {
    object-fit: cover;
  }

  .wrp-btn-play {
    justify-content: center;
    align-items: center;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .flex-h-0 {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    width: 90vw;
  }

  .flex-h-0.footer.space-between {
    width: 100%;
  }

  .flex-h-120 {
    width: 90vw;
  }

  .flex-h-120.right {
    justify-content: center;
    align-items: flex-start;
  }

  .flex-h-120.max-w-840 {
    width: 80vw;
  }

  .max-w-300.number.sec {
    height: 1.5rem;
  }

  .flex-v-30 {
    max-width: 90vw;
  }

  .flex-v-30.step {
    min-width: 75vw;
  }

  .flex-v-30.pt {
    padding-top: 2rem;
  }

  .flex-v-30.graph, .flex-v-30.project {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 90vw;
  }

  .flex-v-30.black-form-mob {
    max-width: 90vw;
  }

  .banners {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .banners._3-item {
    margin-bottom: 7rem;
  }

  .banner-item {
    border-radius: 1rem;
    overflow: hidden;
  }

  .banner-item.aboutus-1 {
    height: 25rem;
    max-height: none;
  }

  .banner-item.aboutus-2, .banner-item.project-2 {
    height: 25rem;
  }

  .banner-item.aboutus-3, .banner-item.project-1, .banner-item.project-3 {
    height: 25rem;
    max-height: none;
  }

  .banner-item.project {
    height: 22rem;
    margin-top: 1.5rem;
    display: block;
  }

  .banner-item.mobile {
    margin-bottom: 3rem;
  }

  .flex-v-25.space-between:lang(ru) {
    max-width: 90vw;
  }

  .dev-logo.basic {
    padding-top: 0;
  }

  .dev-tag {
    width: 100%;
  }

  .dev-items-block.gap-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .dev-item {
    justify-content: flex-start;
  }

  .flex-h-50 {
    width: 90vw;
  }

  .flex-h-50.mob-v {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .btn-stroked.max-w-240.big-card {
    border-color: var(--blue);
    background-color: var(--blue);
    width: 90vw;
    margin-top: 1.5rem;
  }

  .flex-v-40 {
    width: 90vw;
  }

  .flex-v-40.hidden {
    font-size: 1.25rem;
  }

  .cta-header.hot-project {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90vw;
    padding-top: 7rem;
  }

  .invest-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: left;
    width: 90vw;
  }

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

  .swiper-right2 {
    margin-right: .5rem;
  }

  .swiper-left2 {
    margin-left: .5rem;
  }

  .grid-2x3-30 {
    margin-top: 1rem;
  }

  .grid-2x3-30.mob-horizontal {
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .award-item.mob-fix-size {
    min-width: 14rem;
  }

  .award-logo {
    height: 13.75rem;
  }

  .grid-4x1-40 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-4x1-40.mob-horizontal {
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5px;
  }

  .image-arrow {
    object-fit: scale-down;
  }

  .media-grid {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .media-item {
    border-radius: .3125rem;
    height: 5rem;
  }

  .media-image {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .shadow {
    background-image: linear-gradient(#0000 50%, #0009);
  }

  .div-block-popup {
    max-width: none;
  }

  .div-block-popup.brochure, .div-block-popup.cons {
    width: 90vw;
  }

  .logo-block {
    justify-content: flex-end;
    align-items: flex-end;
    height: .875rem;
  }

  .logo-block.exclusive {
    justify-content: center;
    align-items: flex-start;
    height: 2rem;
    display: flex;
  }

  .heading-52 {
    font-size: 2.25rem;
  }

  .heading-52.text-color-white.mb {
    margin-bottom: 1rem;
  }

  .heading-44 {
    font-size: 2rem;
  }

  .heading-44.text-color-white {
    font-size: 2.25rem;
  }

  .spacer-150 {
    height: 7rem;
  }

  .spacer-150.min {
    height: 2rem;
  }

  .spacer-70 {
    height: 7rem;
  }

  .grid-2x2-40, .floorplan-item {
    width: 90vw;
  }

  .flex-h-20.space-between.h-100.gal {
    border-radius: 1.25rem;
    height: auto;
    overflow: hidden;
  }

  .flex-h-20.footer-bottom, .project-slide, .slider {
    width: 90vw;
  }

  .image-slider._w-840 {
    min-height: 23rem;
  }

  .flex-v-100.mw {
    max-width: none;
  }

  .flex-v-100.mw.ar {
    width: 90vw;
  }

  .dots {
    height: 6rem;
  }

  .dots.min {
    height: 3rem;
  }

  .image-block-big-card.main {
    margin-top: 5rem;
  }

  .image-block-big-card.project {
    background-image: url('../images/img568_1img568.avif');
    width: 90vw;
  }

  .big-black-black-card {
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-block.new {
    max-width: 90vw;
  }

  .grid-2x4.padding-20px {
    grid-template-columns: 1fr 1fr;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-h-30 {
    max-width: 90vw;
  }

  .spacer-120 {
    height: 7rem;
  }

  .breadcrumbs-block {
    width: 90vw;
  }

  .flex-h-60.faq {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 90vw;
  }

  .div-block-2 {
    max-width: 90%;
  }

  .heading-54 {
    font-size: 2rem;
  }

  .play-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .map {
    justify-content: flex-end;
    align-items: center;
    width: 90vw;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .close-map_popup {
    top: 4.5rem;
    right: 1rem;
  }

  .project-card {
    margin-bottom: 5rem;
  }

  .flex-h-10.mob-h-grid {
    flex-flow: column;
    display: flex;
  }

  .questions-wrp {
    max-width: 90vw;
  }

  .questions-wrp.max-w-840 {
    padding-bottom: 0;
  }

  .dropdown-list-3 {
    width: 100%;
  }

  .faq-icon {
    flex: none;
  }

  .dropdown-toggle {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .rtb-h52-p20 p, .rtb-h52-p20-light p {
    font-size: 1rem;
  }

  .grid-3x1-40px {
    width: 90vw;
  }

  .icon-20px {
    width: 1.25rem;
    height: 1.25rem;
  }

  .text-color-black-light {
    font-size: 1rem;
  }

  .flex-h-5 {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
  }

  .project-card-min {
    max-width: 90vw;
  }

  .rich-payment {
    width: 90vw;
    max-width: none;
  }

  .rich-payment p {
    font-size: 1rem;
  }

  .container-main {
    max-width: 90vw;
  }

  .card-wrap-dark {
    width: 80vw;
    min-height: 38rem;
  }

  .grid-asymmetric {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .spacer-90 {
    height: 6rem;
  }

  .icon-24px-3 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .floorplan-item-3 {
    width: 90vw;
  }

  .dev-item-4 {
    justify-content: flex-start;
  }

  .text-color-grey-4 {
    font-size: 1rem;
  }

  .horizontal-form-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .input-3 {
    height: 3.125rem;
  }

  .slider-3 {
    width: 90vw;
  }

  .left-arrow-2, .right-arrow-2 {
    bottom: -3rem;
  }

  .heading-44-2 {
    font-size: 2rem;
  }

  .slide-project-2 {
    border-radius: 1.25rem;
    height: 33rem;
    overflow: hidden;
  }

  .hero-info {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .new-h1 {
    font-size: 2.25rem;
  }

  .hero-points {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .hero-point, .text-size-20px-6.hero-text {
    font-size: 1rem;
  }

  .form-type-middle-2.minus-margin {
    width: 90vw;
    padding-bottom: 1rem;
  }

  .form-type-middle-2.minus-margin.margins {
    width: 90vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .input-10 {
    height: 3.125rem;
  }

  .grid-asymmetric-2 {
    max-width: 90vw;
  }

  .grid-asymmetric-2.reverse {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-size-20px-7.weight-500 {
    font-size: 1rem;
  }

  .text-size-20px-7.weight-500.mb {
    margin-bottom: 1.5rem;
  }

  .dev-logo-2.basic {
    padding-top: 0;
  }

  .flex-v-30-2, .grid-asymmetric-3 {
    max-width: 90vw;
  }

  .text-size-20px-8.weight-500 {
    font-size: 1rem;
  }

  .grid-asymmetric-4 {
    max-width: 90vw;
  }

  .text-size-20px-9.text-color-white {
    font-size: 1rem;
  }

  .text-size-20px-9.text-color-white.mb {
    margin-bottom: 1.5rem;
  }

  .big-black-black-card-2 {
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .rtb-h52-p20-light-2 {
    max-width: 90vw;
  }

  .btn-brochure.stroked {
    width: 90vw;
  }

  .map_new {
    justify-content: flex-end;
    align-items: center;
    width: 90vw;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-list {
    background-color: #0000001a;
  }
}

#w-node-cc420918-15e8-4de3-8917-b8a0bc70d49f-63fa4258 {
  order: -999;
}

#w-node-cc420918-15e8-4de3-8917-b8a0bc70d4a1-63fa4258 {
  order: -999;
  place-self: end start;
}

#w-node-cc420918-15e8-4de3-8917-b8a0bc70d4a3-63fa4258, #w-node-cc420918-15e8-4de3-8917-b8a0bc70d4a7-63fa4258 {
  order: -999;
}

#w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-63fa4258, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-63fa4258, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-63fa4258 {
  justify-self: start;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d80fd-63fa4258 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d8101-63fa4258 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-a4b3be41-9bd3-b17d-58d8-b464e3b07bb9-e3b07ba7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-df0ba007-390b-30f3-3e2a-4fc6656227da-63fa4259 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-df0ba007-390b-30f3-3e2a-4fc665622827-63fa4259 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-df0ba007-390b-30f3-3e2a-4fc665622829-63fa4259 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end start;
}

#w-node-_82295294-b5b4-0167-2bcb-bcb0b86ad7d0-5d14199e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a9bc82ee-d46d-5b63-e56b-b648bda7fd36-5d14199e {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea305-63fa4258 {
    justify-self: start;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea31a-63fa4258 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-63fa4258, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-63fa4258, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-63fa4258 {
    justify-self: end;
  }

  #w-node-_237b094f-c7bb-058e-5d66-65901791ec99-63fa4258 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-df0ba007-390b-30f3-3e2a-4fc6656227da-63fa4259 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc30c435-5405-4f8e-5da6-7097862a2919-63fa4259 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_8c46a2e4-f9d4-1327-5040-82d6ee7aaad7-ee7aaac2 {
    justify-self: start;
  }

  #w-node-_8c46a2e4-f9d4-1327-5040-82d6ee7aaaec-ee7aaac2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}