@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansarabic Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Regular-1.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

body {
  color: var(--black);
  object-fit: fill;
  text-wrap: balance;
  font-family: Sf Pro Display, sans-serif;
  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: var(--blue);
  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;
}

.page-wrapper.ar {
  direction: rtl;
  text-align: right;
}

.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.display-none, .section.hidden {
  display: block;
}

.section.is--new-project-hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 10vw;
  display: flex;
  position: relative;
}

.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.no-paddings {
  padding-left: 0;
  padding-right: 0;
}

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

.container-1380.hidden {
  display: none;
}

.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);
  font-weight: 300;
}

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

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

.text-size-20px.text-color-baige {
  color: var(--baige);
}

.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-bg-grey {
  color: #979797;
}

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

.text-size-20px.price {
  color: var(--blue);
  font-weight: 400;
}

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

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

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

.text-color-white.mobile {
  display: none;
}

.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);
}

.btn-black.max-w-300 {
  transition: background-color .2s;
}

.btn-black.max-w-300:hover {
  background-color: var(--blue);
}

.btn-black.max-w-300.hidden {
  display: none;
}

.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 {
  background-color: var(--white);
  color: var(--blue);
}

.btn.max-w345.mobile {
  display: none;
}

.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;
}

.icon-40px.bg-black.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.icon-embed.ar {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.radius-5px {
  border-radius: .3125rem;
}

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

.icon-30px {
  flex: none;
  width: 1.875rem;
  height: 1.875rem;
}

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

.btn-grey {
  border-radius: var(--radius-30px);
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  color: var(--black);
  background-color: #ffffffe6;
  justify-content: center;
  align-items: center;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.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);
}

.input.ar {
  text-align: right;
}

.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.bottom {
  align-self: flex-end;
}

.text-size-12px.policy-text {
  color: var(--grey);
  font-size: .75rem;
  font-weight: 300;
  line-height: 150%;
}

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

.text-size-24px.hero-item.mw {
  max-width: 10ch;
}

.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-grey.mobile {
  display: none;
}

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

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

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

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

.form-header.horizontal {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 2.5rem;
}

.form-header.mob-white.ar {
  text-align: right;
}

.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%;
}

.form-header.white-horizontal.ar {
  direction: ltr;
}

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

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

.success-message._2.ar {
  transform-style: preserve-3d;
  top: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.success-message.ar {
  text-align: right;
}

.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;
  right: 0%;
}

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

.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;
}

.horizontal-form.mob-radius {
  border-radius: 1.25rem;
}

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

.flex-h-15.baceline {
  justify-content: flex-start;
  align-items: center;
}

.soc_links-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.soc_link {
  color: var(--white);
  width: 1.875rem;
  height: 2.25rem;
  transition: all .3s;
}

.soc_link:hover {
  opacity: .65;
}

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

.text-size-36px.p-40-r {
  padding-right: 3.75rem;
  line-height: 110%;
}

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

.text-size-36px.fp {
  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: 2rem;
  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_items-wrap.ru {
  grid-column-gap: 2rem;
}

.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_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);
}

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

.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;
}

.lang-wrap.hover-gold {
  transition: color .2s;
}

.lang-wrap.hover-gold:hover {
  color: var(--blue);
}

.dropdown-lang-list {
  margin-top: .625rem;
}

.dropdown-lang-list.w--open {
  color: #464646;
  background-color: #fff;
  border-bottom-right-radius: .9375rem;
  border-bottom-left-radius: .9375rem;
  margin-top: 2.5rem;
  box-shadow: 0 10px 1.25rem #281c101a;
}

.btn-sec {
  color: #bb977c;
  white-space: nowrap;
  border: .125rem solid #00aee6;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.25rem;
  transition: border-color .3s, color .2s, background-color .3s;
  display: flex;
}

.btn-sec:hover {
  color: #fff;
  background-color: #00aee6;
  border-color: #fff;
}

.btn-sec.is--nav {
  cursor: pointer;
  height: 2.5rem;
  padding: 0;
  display: none;
}

.btn-sec.is--tel {
  cursor: pointer;
  height: 2.5rem;
  padding: 0 1.25rem;
  display: none;
}

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

.btn-icon {
  flex: none;
  align-items: center;
  width: .7rem;
  margin-left: .25rem;
  display: flex;
}

.brochure-name {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .8rem 2.125rem;
  display: flex;
}

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

.lang-flag.ru {
  background-image: url('../images/flags-–-RU.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lang-flag.ar {
  background-image: url('../images/flags-–-AE.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lang-flag.en {
  background-image: url('../images/flags-–-GB.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.lang_selector {
  text-decoration: none;
  display: none;
}

.lang_text {
  font-family: Sf Pro Display, sans-serif;
  font-size: .875rem;
  line-height: 150%;
}

.brochure-code {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 600;
  line-height: 120%;
}

.lang_icon {
  flex: none;
  width: 1rem;
  margin: .125rem 0 0 .375rem;
  font-size: .8rem;
  font-weight: 300;
  display: none;
  position: static;
}

.lang_icon.opacity-0 {
  opacity: 0;
}

.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;
}

.nav-menu.desk_only-second {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  font-weight: 300;
}

.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;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-block-9 {
  font-weight: 400;
}

.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%;
  display: none;
  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: start 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.space-between {
  justify-content: space-between;
}

.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.top {
  object-fit: scale-down;
  object-position: 100% 0%;
  width: auto;
  height: 85%;
  bottom: auto;
  left: auto;
}

.image-abs-full.mobile {
  display: none;
}

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

.image-abs-full.one {
  object-position: 80% 50%;
}

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

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

.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.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.large {
  object-fit: scale-down;
  object-position: 0% 50%;
  width: 13.75rem;
  max-height: 4rem;
  margin-bottom: .5rem;
}

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

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

.dev-logo.hide {
  display: none;
}

.dev-logo.aldar {
  width: 5rem;
}

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

.dev-tag.mt {
  margin-top: .25rem;
}

.dev-items-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  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-items-block.ar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.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.big-card {
  z-index: 20;
  position: relative;
}

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

.btn-stroked.max-w-240.big-card.mr {
  margin-top: 1rem;
}

.dev-card-image {
  border-radius: var(--20px-radius);
  margin-bottom: -20rem;
}

.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%;
}

.text-size-28px.mob-big:lang(ru) {
  font-size: 1.3rem;
}

.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;
}

.invest {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  width: 100%;
  padding-top: 9.375rem;
  padding-bottom: 4.6875rem;
  display: flex;
}

.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);
}

.flex-v-45 {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  flex-flow: column;
  display: flex;
}

.flex-v-45.max-w-840 {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2.8125rem;
  max-width: 52.5rem;
}

.margin-minus {
  margin-top: -5rem;
}

.roi-item {
  border-radius: var(--20px-radius);
  width: 20.625rem;
  height: 16rem;
  padding-bottom: 1.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
  overflow: hidden;
}

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

.grid-h-15 {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  color: var(--light-grey);
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-16px {
  color: var(--black-light);
  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);
}

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

.text-size-16px.ar {
  text-align: right;
}

.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.max-w-840-black {
  padding: var(--35px-radius) 5.625rem;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  border-radius: var(--20px-radius);
  background-color: var(--dark-grey);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 50rem;
  display: grid;
  position: relative;
}

.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;
}

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

.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%;
}

.award-image.small {
  object-fit: scale-down;
  width: 85%;
}

.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;
}

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

.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_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13rem;
  height: 3rem;
}

.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(90deg, #efefef 55%, #fff0 100%, #fff);
  flex-flow: column;
  display: flex;
}

.form-type.brochure.ar {
  direction: rtl;
  text-align: right;
  background-image: linear-gradient(270deg, #efefef 55%, #fff0 100%, #fff);
}

.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;
}

.image-15 {
  width: 1.875rem;
  height: 1.875rem;
}

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

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

.heading-52.text-color-white.weight-500, .heading-52.mob-36px {
  font-weight: 500;
}

.heading-52.mobile {
  display: none;
}

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

.heading-44.text-color-white.ru {
  font-size: 2.5rem;
}

.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%;
}

.brochure-img.popup.ar {
  direction: ltr;
  direction: ltr;
  transform-style: preserve-3d;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.spacer-150 {
  height: 9.375rem;
}

.spacer-150.display-none {
  display: none;
}

.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 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.mob-h.wrap {
  grid-row-gap: .5rem;
  flex-flow: wrap;
  width: 100%;
}

.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 {
  background-image: url('../images/Haven-13.jpg.webp');
  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._4 {
  background-image: url('../images/verdes-by-haven-12.webp');
}

.image-slider._w-840._2 {
  background-image: url('../images/Haven-11.jpg.webp');
}

.image-slider._w-840._3 {
  background-image: url('../images/verdes-by-haven-14.webp');
}

.image-slider._w-840._5 {
  background-image: url('../images/verdes-by-haven-13.webp');
}

.image-slider._w-840._1 {
  background-image: url('../images/Haven-14.jpg');
}

.image-slider._w-840._6 {
  background-image: url('../images/verdes-by-haven-23.webp');
}

.image-slider._w-840._7 {
  background-image: url('../images/verdes-by-haven-11.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.right-padding-160 {
  padding-right: 10rem;
}

.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;
}

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

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

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

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

.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 {
  align-items: flex-start;
}

.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;
}

.logo_block-mob {
  display: none;
}

.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.space-between {
  justify-content: space-between;
}

.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;
}

.image-bg {
  object-fit: cover;
  height: 43.75rem;
}

.flex-h-60 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: center;
  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;
}

.flex-h-60.mob-gap {
  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;
}

.section-p-p {
  padding-top: 7.7rem;
  padding-bottom: 9.38rem;
}

.container-922 {
  width: 100%;
  max-width: 57.63rem;
  margin-left: auto;
  margin-right: auto;
}

.box-text-p-p {
  border-bottom: .0625rem solid #dfdfdf;
  margin-top: 3.13em;
  margin-bottom: 1.88em;
  padding-bottom: 1.25em;
}

.h1 {
  font-size: 2.5rem;
}

.h1.ru {
  font-size: 2.3rem;
}

.wrp-p-p {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  flex-flow: column;
  display: flex;
}

.blok-text-gap-13 {
  grid-column-gap: .81rem;
  grid-row-gap: .81rem;
  flex-flow: column;
  display: flex;
}

.list {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  width: 100%;
  list-style-type: lower-roman;
  display: flex;
}

.list-line {
  background-color: var(--blue);
  min-width: 1.88rem;
  height: .125rem;
  margin-top: .7rem;
}

.list-it {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.text-18-grin {
  color: var(--black-light);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
}

.text-22 {
  font-size: 1.38em;
  font-weight: 500;
  line-height: 150%;
}

.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;
}

.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;
}

.success-content.small.ar {
  direction: ltr;
}

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

.text-size-52px.ar {
  text-align: left;
}

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

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

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

.map {
  border-radius: var(--20px-radius);
  cursor: pointer;
  background-image: url('../images/map_1.webp');
  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 {
  background-color: var(--blue);
  color: var(--white);
}

.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%;
}

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

.sec-img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.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;
  min-width: 50%;
  height: 100%;
  min-height: 20rem;
  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-v-35.mw {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 45%;
}

.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;
}

.flex-h-10.center {
  justify-content: center;
  align-items: center;
}

.flex-h-10.project {
  height: 26rem;
}

.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 h4 {
  margin-bottom: .625rem;
  font-size: 1.75rem;
  line-height: 115%;
}

.rtm-h32-p16 p {
  color: var(--black-light);
  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 {
  max-width: 15.5rem;
  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;
}

.flex-v-16._100 {
  height: 100%;
}

.card-btn {
  z-index: 20;
  color: var(--blue);
  border: .0625rem solid #1eade580;
  border-radius: .38rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .4s;
  display: flex;
  position: relative;
}

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

.collection-list-wraper-big-card {
  display: none;
}

.btn-pagination {
  border: .062rem solid var(--blue);
  border-radius: var(--size--12px);
  background-color: var(--blue);
  color: var(--white);
  white-space: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 31.8%;
  height: 3.4375rem;
  margin-left: 0;
  margin-right: 0;
  padding: .96875rem 4.875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

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

.pagination {
  margin-top: 2rem;
}

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

.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;
}

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

.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;
}

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

.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;
}

.card-point-wrap {
  padding: var(--size--20px);
  grid-column-gap: var(--size--32px);
  grid-row-gap: var(--size--32px);
  border: var(--1px) solid var(--baige);
  border-radius: var(--size--20px);
  flex-flow: column;
  display: flex;
}

.flex-v-5px {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  line-height: 130%;
  display: flex;
}

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

.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;
}

.map-offices-wrap {
  background-image: url('../images/map-about.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  height: 53.125rem;
  display: flex;
  position: relative;
}

.point_map {
  border-radius: var(--35px-radius);
  background-color: #0000;
  margin-top: -2rem;
  padding-top: 2rem;
  position: absolute;
}

.point_map.rus {
  bottom: 58%;
  left: 25%;
}

.point_map.austria {
  bottom: 45%;
  left: 15%;
}

.point_map.uae {
  bottom: 25%;
  left: 32.5%;
}

.point_map.uae.ar {
  left: 27%;
}

.point_map.ar {
  direction: rtl;
  text-align: right;
}

.point_dropd-wrap {
  border-radius: var(--20px-radius);
  background-color: var(--white);
  padding: .35rem .375rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 140%;
  box-shadow: 0 4px 8px #207da133;
}

.point-list-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--size--10px);
  background-color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  min-width: 14rem;
  margin-top: -100%;
  padding: 1rem;
  font-size: .875rem;
  display: none;
  bottom: 2.5rem;
  overflow: hidden;
}

.point-list-wrap.w--open {
  display: flex;
}

.point-list-wrap.ar.w--open {
  direction: rtl;
  text-align: right;
}

.img-small-60-40 {
  border-radius: .3125rem;
  flex: none;
  width: 3.75rem;
  height: 2.5rem;
  overflow: hidden;
}

.tag-blue {
  border-radius: var(--35px-radius);
  background-color: #dff6fd;
  justify-content: center;
  align-items: center;
  margin-bottom: .25rem;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  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;
}

.desk-none {
  display: none;
}

.tag-green {
  padding: .125rem var(--size--12px);
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #278702;
  background-color: #e3f5e9;
  border-radius: .3125rem;
  align-items: center;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.tag-green.big {
  border-radius: var(--size--32px);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tag-green.big.absolu {
  flex: none;
  position: absolute;
  top: -.8rem;
  left: auto;
  right: 37.8rem;
}

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

.flex-v-4px {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  line-height: 130%;
  display: flex;
}

.flex-v-4px.align-right {
  align-items: flex-end;
}

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

.spacer-90 {
  height: 5.625rem;
}

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

.nav-menu-container.toc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  font-weight: 300;
}

.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;
}

.nav-content-second-mob {
  border-top: 1px solid var(--baige);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

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

.flex-mobile_second_nav {
  display: none;
}

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

.flex-v-6px._100 {
  height: 100%;
}

.margin-top-auto {
  margin-top: auto;
}

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

.icon {
  width: 1.5rem;
}

.grid-2x4-2 {
  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;
}

.dev-card-small-image-2 {
  border-radius: .625rem;
  width: 50%;
}

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

.logo-erth-2 {
  width: auto;
  height: 5.5rem;
}

.dev-card-small-2 {
  border: 1px solid #dfdfdf;
  border-radius: 1.25rem;
  padding: 2.5rem 1.875rem;
}

.image-block-big-card-2 {
  background-image: url('../images/Rectangle-3008_1Rectangle 3008.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.image-block-big-card-2.main {
  background-image: url('../images/a6bef11223993106421beae613511812_1a6bef11223993106421beae613511812.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  height: 34.375rem;
  margin-top: -9.375rem;
}

.dev-item-2 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.dev-item-2.dark {
  color: #333;
}

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

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

.dev-items-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.icon-24px-2 {
  width: 1.5rem;
  height: 1.5rem;
}

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

.btn-stroked-2 {
  color: #fff;
  background-color: #333;
  border: 1px solid #b5b5b5;
  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-stroked-2.max-w-240 {
  cursor: pointer;
  transition: all .2s;
}

.btn-stroked-2.max-w-240:hover {
  color: #fff;
  background-color: #1eade5;
}

.btn-stroked-2.max-w-240.big-card:hover {
  border-color: #1eade5;
}

.dev-logo-2 {
  width: 15rem;
  height: auto;
}

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

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

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

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

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

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

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

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

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

.icon-24px-3.ar {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

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

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

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

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

.body_ar {
  direction: rtl;
  font-family: Notosansarabic, sans-serif;
}

.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: contain;
  border-radius: .625rem;
  width: 70%;
}

.image-floorplan-2._w-80 {
  width: 80%;
}

.image-floorplan-2._w-100 {
  width: 100%;
}

.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;
}

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

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

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

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

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

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

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

.image-block-big-card-3.main {
  border-radius: var(--20px-radius);
  background-image: url('../images/verdes-by-haven-27.webp');
  background-position: 50%;
  background-size: cover;
  height: 34.375rem;
  margin-top: -9.375rem;
  overflow: hidden;
}

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

.horizontal-form-3.mob-radius {
  border-radius: 1.25rem;
}

.input-4 {
  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-4::placeholder {
  font-size: 1rem;
}

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

.input-5 {
  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-5::placeholder {
  font-size: 1rem;
}

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

.link-text-2 {
  color: #6d6e70;
  text-decoration: underline;
  transition: all .2s;
}

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

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

.horizontal-form-4.mob-radius {
  border-radius: 1.25rem;
}

.error-message-2 {
  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-6 {
  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-6::placeholder {
  font-size: 1rem;
}

.input-6.bg-white {
  background-color: #fff;
}

.btn-2 {
  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-2:hover {
  color: #1eade5;
  background-color: #fff;
}

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

.btn-2.max-w345:hover {
  color: #1eade5;
  background-color: #fff;
}

.btn-2.max-w345.mobile {
  display: none;
}

.input-7 {
  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-7::placeholder {
  font-size: 1rem;
}

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

.input-8 {
  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-8::placeholder {
  font-size: 1rem;
}

.input-9 {
  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-9::placeholder {
  font-size: 1rem;
}

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

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

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

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

.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 auto 0% 0%;
}

.left-arrow-2.ar {
  left: 15.5rem;
}

.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 auto 0% 5.625rem;
}

.right-arrow-2.ar {
  left: 21rem;
}

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

.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;
}

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

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

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

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

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

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

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

.flex-v-30-3.sb {
  justify-content: space-between;
}

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

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

.text-size-16px-5.text-color-black-light {
  color: var(--black-light);
}

.text-size-16px-5.text-color-black-light.weight-300 {
  font-weight: 300;
}

.inputs-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;
}

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

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

.hero-info.project {
  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: 110%;
}

.text-color-blue-light {
  color: #94e4ff;
}

.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: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 110%;
  display: flex;
}

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

.text-size-20px-1.hero-text {
  color: #94e4ff;
  font-weight: 600;
  line-height: 110%;
}

.hero-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-wrap: wrap;
  background-color: #fff;
  border-radius: .75rem;
  flex-flow: column;
  width: 25.5rem;
  padding: 1rem;
  display: flex;
}

.green-tag {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #00b963;
  background-color: #00b9631a;
  border-radius: .5rem;
  align-self: flex-start;
  padding: .375rem .5rem .375rem .25rem;
  font-weight: 500;
  line-height: 114%;
  display: flex;
}

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

.text-color-blue {
  color: #1eade5;
}

.card-img {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 15rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.card-gradient {
  z-index: 11;
  pointer-events: none;
  background-image: linear-gradient(#1b1d1dcc, #1b1d1d00 50%, #1b1d1dcc);
  position: absolute;
  inset: 0%;
}

.img-tags {
  z-index: 12;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.image-tag {
  z-index: 12;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-color: #fffc;
  border-radius: .5rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 500;
}

.stat {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.stat-tag {
  background-color: #7a7f851a;
  border-radius: .25rem;
  align-self: flex-start;
  padding: .125rem .25rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 114%;
}

.stat-tag.red {
  color: #ff5722;
  background-color: #ff57221a;
}

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

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

.text-size-20px-5.hero-text {
  color: #94e4ff;
  font-weight: 600;
  line-height: 110%;
}

@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;
    padding-top: 12rem;
    padding-bottom: 5rem;
    display: flex;
    overflow: visible;
  }

  .container-1380 {
    max-width: 90rem;
    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.weight-500.aboutus {
    order: -1;
  }

  .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);
  }

  .text-color-white.mobile {
    display: block;
  }

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

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

  .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: var(--light-grey);
  }

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

  .btn.max-w345.mobile {
    display: flex;
  }

  .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;
  }

  .main-form.wo-mobile {
    display: none;
  }

  .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.card {
    color: var(--light-grey);
  }

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

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

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

  .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 {
    color: #fff;
  }

  .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;
  }

  .horizontal-form.mob-radius {
    border-radius: 1rem;
    padding: 1.25rem;
  }

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

  .flex-h-15.mob-h, .flex-h-15.baceline {
    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);
  }

  .hero-item.left {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .nav-content.ar {
    padding-left: .6rem;
    padding-right: 1.5rem;
  }

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

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

  .nav_logo-wrap.cta {
    background-image: url('../images/Logo-MPP_1.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;
  }

  .line-burger-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    background-color: var(--blue);
    flex-direction: column;
    flex: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: .625rem;
    display: flex;
  }

  .dropdown-lang-list {
    background-color: #fff;
    margin-top: .5rem;
  }

  .burger-line {
    background-color: var(--white);
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: 1px;
    padding: 0;
    display: flex;
  }

  .btn-sec.is--nav, .btn-sec.is--tel {
    display: none;
  }

  .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;
  }

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

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

  .cross-burger {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .lang_icon {
    font-size: .5rem;
  }

  .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: var(--white);
  }

  .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%;
  }

  .image-abs-full.top {
    object-position: 100% 50%;
    height: auto;
    max-height: 90%;
  }

  .image-abs-full.mobile {
    display: block;
  }

  .image-abs-full.womobile {
    display: none;
  }

  .developer {
    padding-top: 4.6875rem;
    padding-bottom: 0;
  }

  .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, .dev-logo.large.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;
  }

  .dev-card-image {
    border-radius: 0;
    margin-bottom: 0;
  }

  .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;
  }

  .text-size-28px.mob-big {
    font-size: 1.75rem;
  }

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

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

  .invest {
    padding-top: 4.6875rem;
  }

  .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;
  }

  .flex-v-45.max-w-840 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .margin-minus {
    width: 95vw;
    margin-top: -10rem;
    margin-left: auto;
    margin-right: auto;
  }

  .roi-item {
    order: 1;
    width: 100%;
    max-width: 95vw;
    height: 27rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .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;
  }

  .text-size-16px.text-color-white.reviews-mob {
    font-size: .875rem;
    line-height: 120%;
  }

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

  .grid-2x3-30.max-w-840-black {
    background-color: #17171700;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .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;
  }

  .heading-3-white {
    font-size: 2rem;
  }

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

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

  .award-logo {
    height: 12rem;
  }

  .award-image.small {
    width: 75%;
  }

  .wreath {
    width: 15rem;
  }

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

  .grid-4x1-40.mobile-2c-gap_20px {
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
    grid-template-rows: auto;
  }

  .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 {
    font-size: 2.25rem;
  }

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

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

  .heading-52.mobile {
    display: block;
  }

  .heading-52.text-center {
    align-self: flex-start;
  }

  .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, .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;
  }

  .flex-v-100.right-padding-160 {
    padding-right: 0;
  }

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

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

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

  .grid-3x1-20 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .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;
  }

  .logo_block-mob {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: row;
    align-self: flex-start;
    height: 2.5rem;
    display: flex;
  }

  .mpp-logo {
    object-fit: contain;
    width: auto;
  }

  .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;
  }

  .image-bg {
    height: 31.25rem;
  }

  .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;
  }

  .cross.ar {
    padding-left: .6rem;
    padding-right: 1.5rem;
  }

  .container-922 {
    max-width: 95vw;
  }

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

  .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-v-35.mw {
    max-width: 100%;
  }

  .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: block;
  }

  .flex-h-10.center {
    flex-flow: row;
    align-items: stretch;
  }

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

  .flex-h-10.all-screens {
    flex-flow: row;
    align-self: flex-start;
  }

  .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;
  }

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

  .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;
  }

  .space-between.mob-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .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-start;
  }

  .btn-pagination {
    width: auto;
  }

  .pagination {
    margin-top: 1.25rem;
  }

  .card-grid-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .card-grid-wrapper.mob-horizontal-scroll {
    width: 100vw;
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    display: flex;
    overflow: auto;
  }

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

  .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;
  }

  .container-main.footer {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

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

  .card-point-wrap {
    padding: var(--size--16px);
  }

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

  .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;
  }

  .map-offices-wrap {
    height: 35rem;
  }

  .point_map.rus {
    bottom: 57%;
  }

  .point_map.austria {
    bottom: 44%;
    left: 14%;
  }

  .point_map.uae {
    bottom: 27%;
  }

  .point-list-wrap {
    min-width: 12rem;
  }

  .point-list-wrap.w--open {
    width: 13rem;
    font-size: .75rem;
    line-height: 120%;
  }

  .mob-none {
    display: none;
  }

  .mob-only {
    display: flex;
  }

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

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

  .desk-none {
    display: block;
  }

  .tag-green.big.absolu {
    left: auto;
    right: 0%;
  }

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

  .flex-v-4px.align-right-mob_only {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .nav-menu-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--white);
    flex-flow: column;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
  }

  .nav-content-second-mob {
    border-bottom-style: none;
    display: flex;
  }

  .nav-content-second-mob.ar {
    padding-left: .6rem;
    padding-right: 1.5rem;
  }

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

  .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;
  }

  .grid-2x4-2 {
    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;
  }

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

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

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

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

  .big-black-card-2 {
    background-color: #3330;
    width: 95vw;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .text-color-white-2.big-card {
    color: #333;
  }

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

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

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

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

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

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

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

  .dev-tag-3 {
    display: none;
  }

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

  .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;
  }

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

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

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

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

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

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

  .text-color-white-3.big-card {
    color: var(--black);
  }

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

  .image-block-big-card-3.main {
    border-radius: .625rem;
    max-width: 95vw;
    height: 26rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .horizontal-form-3.mob-radius {
    border-radius: 1rem;
    padding: 1.25rem;
  }

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

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

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

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

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

  .horizontal-form-4.mob-radius {
    border-radius: 1rem;
    padding: 1.25rem;
  }

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

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

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

  .btn-2.max-w345.mobile {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .inputs-cta {
    flex-flow: column;
    display: flex;
  }

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

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

  .hero-info.project {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-card {
    width: 100%;
    box-shadow: .5rem .5rem 1.75rem #0000001a;
  }
}

@media screen and (max-width: 767px) {
  .agent-image {
    display: none;
  }

  .hero_items-wrap {
    width: 100%;
  }

  .nav-content.ar {
    padding-right: 1.25rem;
  }

  .nav_review-link, .sep-vertical {
    display: none;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button {
    font-size: .85em;
  }

  .text-size-28px.max-80vw {
    white-space: normal;
    word-break: normal;
    max-width: 80vw;
  }

  .gallery-slider, .gallery-image {
    height: 18rem;
  }

  .roi-item {
    height: 16rem;
  }

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

  .grid-4x1-40.mobile-2c-gap_20px {
    grid-template-columns: 1fr 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;
  }

  .cross.ar {
    padding-right: 1.25rem;
  }

  .h1.ar {
    text-align: right;
  }

  .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;
  }

  .btn-pagination {
    flex: 1;
  }

  .card-grid-wrapper {
    flex-flow: column;
    display: flex;
  }

  .card-grid-wrapper.mob-horizontal-scroll {
    flex-flow: row;
  }

  .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;
  }

  .card-point-wrap {
    border-radius: var(--size--16px);
  }

  .map-offices-wrap {
    background-position: -4%;
    background-size: 150%;
    height: 38rem;
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .point_map.rus {
    left: 38%;
  }

  .point_map.austria {
    left: 22%;
  }

  .point_map.uae {
    bottom: 25%;
    left: 50%;
  }

  .point-list-wrap.uae, .point-list-wrap.rus {
    right: 0;
  }

  .icon-64px-dark-wrap {
    width: 3.5rem;
    height: 3.5rem;
  }

  .nav-content-second-mob.ar {
    padding-right: 1.25rem;
  }

  .flex-v-24 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@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;
  }

  .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.text-color-baige, .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.text-color-bg-grey, .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-size-20px.project {
    color: var(--grey);
    font-size: 1rem;
  }

  .text-color-white.big-card.mt {
    margin-top: 1rem;
  }

  .btn-black.max-w-300 {
    background-color: var(--blue);
  }

  .flex-v-20.max-w-840 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90vw;
  }

  .btn.max-w345.mobile {
    margin-top: .9375rem;
  }

  .icon-24px {
    width: 1.25rem;
    height: 1.25rem;
  }

  .icon-30px {
    display: none;
  }

  .input {
    height: 3.125rem;
  }

  .text-size-24px.hero-item-between {
    text-align: center;
    line-height: 120%;
  }

  .text-size-24px.hero-item {
    text-align: center;
  }

  .text-size-24px.hero-item.mw {
    max-width: none;
  }

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

  .hero-form-w-440 {
    width: 90vw;
    padding: 1rem;
  }

  .form-type-middle.minus-margin {
    width: 90vw;
    padding-bottom: 1rem;
  }

  .form-type-middle.minus-margin.margins-form {
    width: 90vw;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form-type-middle.minus-margin.margins {
    width: 90vw;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .horizontal-form.mob-radius {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .soc_links-wrap {
    flex-direction: column;
  }

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

  .text-size-36px.mob-24px {
    font-size: 1.5rem;
  }

  .text-size-36px.more, .text-size-36px.mob-2-25 {
    font-size: 2.25rem;
  }

  .text-size-36px.max-w-360.align-right.ar {
    text-align: right;
  }

  .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;
  }

  .hero-item.between.left {
    justify-content: center;
    align-items: center;
  }

  .nav-content.ar {
    padding-right: 1rem;
  }

  .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_logos {
    z-index: 11;
    position: relative;
  }

  .sep-vertical {
    display: none;
  }

  .lang-wrap {
    border-style: none;
  }

  .burger-line {
    background-color: #fff;
  }

  .btn-sec {
    width: 100%;
  }

  .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: 90vw;
  }

  .max-w-300.number.sec {
    height: 1.5rem;
  }

  .flex-v-30 {
    max-width: 90vw;
  }

  .flex-v-30.step {
    min-width: 75vw;
  }

  .flex-v-30.black-form-mob {
    max-width: 90vw;
  }

  .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;
  }

  .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;
  }

  .image-abs-full.one {
    object-position: 100% 50%;
  }

  .dev-logo.basic, .dev-logo.large {
    padding-top: 0;
  }

  .dev-logo.aldar {
    width: 5rem;
  }

  .dev-tag {
    width: 100%;
  }

  .dev-tag.project {
    margin-bottom: 1.5rem;
  }

  .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;
  }

  .btn-stroked.max-w-240.big-card.mr {
    margin-right: 1.13rem;
  }

  .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;
  }

  .margin-minus {
    width: 90vw;
  }

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

  .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-52.mobile {
    font-size: 1.75rem;
  }

  .heading-52.ar {
    text-align: right;
  }

  .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;
  }

  .spacer-70.min {
    height: 3rem;
  }

  .grid-2x2-40, .floorplan-item {
    width: 90vw;
  }

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

  .flex-h-20.footer-bottom, .project-slide, .slider {
    width: 90vw;
  }

  .image-slider._w-840 {
    min-height: 22rem;
  }

  .image-slider._w-840._2 {
    min-height: 25rem;
  }

  .image-slider._w-840._3.ar {
    min-height: 24rem;
  }

  .image-slider._w-840._5 {
    min-height: 23rem;
  }

  .image-slider._w-840._1.ru {
    min-height: 26rem;
  }

  .image-slider._w-840._1.ar {
    min-height: 23rem;
  }

  .image-slider._w-840.ru {
    min-height: 25rem;
  }

  .image-slider._w-840.ar {
    min-height: 24rem;
  }

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

  .flex-v-100.mw.ar {
    width: 90vw;
  }

  .dots {
    height: 8rem;
  }

  .dots.ar {
    height: 9rem;
  }

  .image-block-big-card.project {
    background-image: url('../images/img568.jpg');
    width: 90vw;
  }

  .image-block-big-card.main {
    margin-top: 5rem;
  }

  .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;
  }

  .logo_block-mob {
    height: 2.5rem;
  }

  .flex-h-30 {
    max-width: 90vw;
  }

  .flex-h-30.space-between {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    max-width: 90vw;
  }

  .spacer-120 {
    height: 7rem;
  }

  .form-type-bottom.minus-margin.mt {
    width: 90vw;
    margin-top: 4rem;
  }

  .breadcrumbs-block {
    width: 90vw;
  }

  .flex-h-60.faq {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 90vw;
  }

  .flex-h-60.mob-gap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cross.ar {
    padding-right: 1rem;
  }

  .section-p-p {
    padding-bottom: 5.63rem;
  }

  .container-922 {
    max-width: 90vw;
  }

  .box-text-p-p {
    margin-top: 1.88rem;
    padding-bottom: .94rem;
  }

  .h1 {
    font-size: 2.25rem;
  }

  .h1.ru {
    font-size: 1.8rem;
  }

  .text-32 {
    font-size: 1.5rem;
  }

  .text-18-grin {
    font-size: .88rem;
  }

  .text-22 {
    font-size: 1.13rem;
  }

  .image-default {
    object-position: 0% 50%;
  }

  .div-block-2 {
    max-width: 90%;
  }

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

  .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;
  }

  .html-bg-video {
    object-fit: contain;
  }

  .sec-img {
    object-position: 35% 50%;
  }

  .project-img-wrp {
    width: 100%;
    min-height: auto;
  }

  .project-img-wrp.mob-h {
    display: none;
  }

  .flex-h-10.mob-h-grid {
    flex-flow: row;
    width: 100%;
    height: 25rem;
    display: flex;
  }

  .flex-h-10.project {
    height: 22rem;
  }

  .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, .paragraph, .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;
  }

  .card-grid-wrapper.mob-horizontal-scroll {
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .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;
  }

  .map-offices-wrap {
    background-position: 6%;
    background-size: 220%;
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .point_map.rus {
    left: 46%;
  }

  .point_map.austria {
    left: 23%;
  }

  .point_map.uae {
    left: 60%;
  }

  .spacer-90 {
    height: 6rem;
  }

  .nav-content-second-mob.ar {
    padding-right: 1rem;
  }

  .grid-2x4-2 {
    width: 90vw;
  }

  .logo-erth-2 {
    height: 4rem;
  }

  .image-block-big-card-2.main {
    margin-top: 5rem;
  }

  .dev-item-2 {
    justify-content: flex-start;
  }

  .big-black-card-2 {
    width: 90vw;
  }

  .text-color-white-2.big-card.mt {
    margin-top: 1rem;
  }

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

  .icon-24px-2 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .text-color-grey-2 {
    font-size: 1rem;
  }

  .btn-stroked-2.max-w-240.big-card {
    background-color: #1eade5;
    border-color: #1eade5;
    width: 90vw;
    margin-top: 1.5rem;
    margin-right: 0;
  }

  .btn-stroked-2.max-w-240.big-card.mr {
    margin-right: 1.13rem;
  }

  .flex-h-50-3 {
    width: 90vw;
  }

  .flex-h-50-3.mob-v {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dev-tag-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .icon-24px-3 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .dev-item-3 {
    justify-content: flex-start;
  }

  .text-color-grey-3 {
    font-size: 1rem;
  }

  .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;
  }

  .big-black-card-3 {
    max-width: 90vw;
    margin-bottom: 3rem;
  }

  .grid-2x4-3 {
    grid-template-rows: auto auto auto auto auto;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-h-50-4 {
    width: 90vw;
  }

  .flex-h-50-4.mob-v {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dev-item-5 {
    justify-content: flex-start;
  }

  .image-block-big-card-3.main {
    max-width: 90vw;
    height: 22rem;
    margin-top: 0;
  }

  .horizontal-form-3.mob-radius {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .input-4, .input-5 {
    height: 3.125rem;
  }

  .horizontal-form-4.mob-radius {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .input-6 {
    height: 3.125rem;
  }

  .btn-2.max-w345.mobile {
    margin-top: .9375rem;
  }

  .input-7, .input-8, .input-9 {
    height: 3.125rem;
  }

  .left-arrow-2 {
    bottom: 0;
  }

  .left-arrow-2.ru {
    bottom: -3.5rem;
  }

  .left-arrow-2.ar {
    bottom: 0;
    left: 14.5rem;
  }

  .right-arrow-2 {
    bottom: 0;
  }

  .right-arrow-2.ru {
    bottom: -3.5rem;
  }

  .right-arrow-2.ar {
    bottom: 0;
    left: 20rem;
  }

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

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

  .dev-tag-4 {
    width: 100%;
  }

  .text-size-20px-4.text-color-grey, .text-size-20px-4.weight-500 {
    font-size: 1rem;
  }

  .flex-v-30-3 {
    max-width: 90vw;
  }

  .hero-info {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero-info.project {
    width: 90vw;
  }

  .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-1.hero-text, .text-color-grey-5 {
    font-size: 1rem;
  }

  .text-color-grey-5.mob-14 {
    font-size: .875rem;
  }

  .text-size-20px-5.hero-text {
    font-size: 1rem;
  }
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbc-c03c44dd {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbd-c03c44dd {
  grid-area: 2 / 1 / 4 / 2;
  align-self: center;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd0-c03c44dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd2-c03c44dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd4-c03c44dd {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c134e665-ac46-4f55-6e81-6b92bf17543f-c03c44dd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f481baf-bda2-68a8-2782-7ec3ccf003a8-c03c44dd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3f481baf-bda2-68a8-2782-7ec3ccf003d9-c03c44dd {
  align-self: end;
}

#w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-c03c44dd, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-c03c44dd, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-c03c44dd {
  justify-self: start;
}

#w-node-_9ac72a45-d912-bed1-1d34-c8e2dee2de48-c03c44dd {
  order: -9999;
}

#w-node-_9ac72a45-d912-bed1-1d34-c8e2dee2de4a-c03c44dd {
  order: -9999;
  align-self: end;
}

#w-node-_1f8110d0-c27b-d13c-411d-de4cb9383685-c03c44dd, #w-node-_9ac72a45-d912-bed1-1d34-c8e2dee2de51-c03c44dd {
  order: -9999;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d80fd-c03c44dd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d8101-c03c44dd {
  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-c03c4535 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-df0ba007-390b-30f3-3e2a-4fc665622827-c03c4535 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-df0ba007-390b-30f3-3e2a-4fc665622829-c03c4535 {
  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;
}

#w-node-_3f481baf-bda2-68a8-2782-7ec3ccf003a8-d16e0131 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3f481baf-bda2-68a8-2782-7ec3ccf003d9-d16e0131 {
  align-self: end;
}

#w-node-eee4bc9e-5c37-b597-d5bf-da9782afd4b1-d16e0131 {
  order: -9999;
}

#w-node-eee4bc9e-5c37-b597-d5bf-da9782afd4b3-d16e0131 {
  order: -9999;
  place-self: end start;
}

#w-node-e0303e0e-4c07-0f49-54c4-7ed45010468a-d16e0131, #w-node-eee4bc9e-5c37-b597-d5bf-da9782afd4b8-d16e0131 {
  order: -9999;
}

#w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-d16e0131, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-d16e0131, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-d16e0131 {
  justify-self: start;
}

#w-node-_9ac72a45-d912-bed1-1d34-c8e2dee2de48-d16e0131 {
  order: -9999;
}

#w-node-_9ac72a45-d912-bed1-1d34-c8e2dee2de4a-d16e0131 {
  order: -9999;
  align-self: end;
}

#w-node-_58e2027d-e3c1-e588-f769-3d24639d9020-d16e0131, #w-node-_9ac72a45-d912-bed1-1d34-c8e2dee2de51-d16e0131 {
  order: -9999;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d80fd-d16e0131 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d8101-d16e0131 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_9b9fd25e-2fd7-6ab1-0644-30ab649ef09c-4c75c1c0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9b9fd25e-2fd7-6ab1-0644-30ab649ef0d7-4c75c1c0 {
  align-self: end;
}

#w-node-_14da35e7-453e-8ae8-225b-613f40ff6981-4c75c1c0 {
  order: -9999;
}

#w-node-_14da35e7-453e-8ae8-225b-613f40ff6983-4c75c1c0 {
  order: -9999;
  place-self: end start;
}

#w-node-c78c50b5-cfcf-6b54-721d-457384f409fc-4c75c1c0, #w-node-_14da35e7-453e-8ae8-225b-613f40ff6988-4c75c1c0 {
  order: -9999;
}

#w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-4c75c1c0, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-4c75c1c0, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-4c75c1c0 {
  justify-self: start;
}

#w-node-da1b2682-663d-3a8f-179a-bed1d5c50817-4c75c1c0 {
  order: -9999;
}

#w-node-da1b2682-663d-3a8f-179a-bed1d5c50819-4c75c1c0 {
  order: -9999;
  align-self: end;
}

#w-node-_63c1f60b-f6ba-72e0-6c72-a7cb390b6044-4c75c1c0, #w-node-da1b2682-663d-3a8f-179a-bed1d5c5081e-4c75c1c0 {
  order: -9999;
}

#w-node-a4d7032d-3104-f82d-f954-c4c91dffd088-4c75c1c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4d7032d-3104-f82d-f954-c4c91dffd090-4c75c1c0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a4d7032d-3104-f82d-f954-c4c91dffd094-4c75c1c0 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbc-6e2f3b6a {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbd-6e2f3b6a {
  grid-area: 2 / 1 / 4 / 2;
  align-self: center;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd0-6e2f3b6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd2-6e2f3b6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd4-6e2f3b6a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c134e665-ac46-4f55-6e81-6b92bf17543f-6e2f3b6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba3ce0b2-3529-4d9a-3b15-1601a6b8fc61-6e2f3b6a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ba3ce0b2-3529-4d9a-3b15-1601a6b8fc9c-6e2f3b6a {
  align-self: end;
}

#w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-6e2f3b6a, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-6e2f3b6a, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-6e2f3b6a {
  justify-self: start;
}

#w-node-_5014aaef-d39f-b58d-0503-f517d486be1b-6e2f3b6a {
  order: -9999;
}

#w-node-_5014aaef-d39f-b58d-0503-f517d486be1d-6e2f3b6a {
  order: -9999;
  align-self: end;
}

#w-node-ae09d665-7708-033f-e50c-42a14ce86212-6e2f3b6a, #w-node-_5014aaef-d39f-b58d-0503-f517d486be22-6e2f3b6a {
  order: -9999;
}

#w-node-_5014aaef-d39f-b58d-0503-f517d486bf0a-6e2f3b6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5014aaef-d39f-b58d-0503-f517d486bf12-6e2f3b6a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5014aaef-d39f-b58d-0503-f517d486bf16-6e2f3b6a {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d80fd-6e2f3b6a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d8101-6e2f3b6a {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbc-e0c5dc32 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbd-e0c5dc32 {
  grid-area: 2 / 1 / 4 / 2;
  align-self: center;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd0-e0c5dc32 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd2-e0c5dc32 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd4-e0c5dc32 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c134e665-ac46-4f55-6e81-6b92bf17543f-e0c5dc32 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-e0c5dc32, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-e0c5dc32, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-e0c5dc32 {
  justify-self: start;
}

#w-node-_21e1674c-d38a-b85c-a2ed-3df24bbd2dc6-e0c5dc32 {
  order: -9999;
}

#w-node-_21e1674c-d38a-b85c-a2ed-3df24bbd2dc8-e0c5dc32 {
  order: -9999;
  align-self: end;
}

#w-node-aac431df-36aa-7ad6-0e4b-7423b2dba84b-e0c5dc32, #w-node-_21e1674c-d38a-b85c-a2ed-3df24bbd2dcd-e0c5dc32 {
  order: -9999;
}

#w-node-_21e1674c-d38a-b85c-a2ed-3df24bbd2ebb-e0c5dc32 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_687fce4f-a954-f247-ede3-85a74b0812b0-d3785818 {
  order: -9999;
}

#w-node-_687fce4f-a954-f247-ede3-85a74b0812b2-d3785818 {
  order: -9999;
  align-self: end;
}

#w-node-_4ab07c73-ed49-0b73-fd71-e229deacb013-d3785818, #w-node-_687fce4f-a954-f247-ede3-85a74b0812b7-d3785818 {
  order: -9999;
}

#w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-d3785818, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-d3785818, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-d3785818 {
  justify-self: start;
}

#w-node-c5e7703d-f2dc-dd91-60a6-7f9e694dcd22-d3785818 {
  order: -9999;
}

#w-node-c5e7703d-f2dc-dd91-60a6-7f9e694dcd24-d3785818 {
  order: -9999;
  align-self: end;
}

#w-node-_727b5e71-717e-d87a-28f5-11014e5cdccb-d3785818 {
  order: -9999;
}

#Lead-Email-43.w-node-c5e7703d-f2dc-dd91-60a6-7f9e694dcd27-d3785818 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5e7703d-f2dc-dd91-60a6-7f9e694dcd29-d3785818 {
  order: -9999;
}

#w-node-c5e7703d-f2dc-dd91-60a6-7f9e694dce17-d3785818 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f481baf-bda2-68a8-2782-7ec3ccf003a8-3aaf774e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3f481baf-bda2-68a8-2782-7ec3ccf003d9-3aaf774e {
  align-self: end;
}

#w-node-eee4bc9e-5c37-b597-d5bf-da9782afd4b1-3aaf774e {
  order: -9999;
}

#w-node-eee4bc9e-5c37-b597-d5bf-da9782afd4b3-3aaf774e {
  order: -9999;
  place-self: end start;
}

#w-node-_861c4717-f31f-987f-3ef1-df7881955d74-3aaf774e, #w-node-eee4bc9e-5c37-b597-d5bf-da9782afd4b8-3aaf774e {
  order: -9999;
}

#w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-3aaf774e, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-3aaf774e, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-3aaf774e {
  justify-self: start;
}

#w-node-_9ac72a45-d912-bed1-1d34-c8e2dee2de48-3aaf774e {
  order: -9999;
}

#w-node-_9ac72a45-d912-bed1-1d34-c8e2dee2de4a-3aaf774e {
  order: -9999;
  align-self: end;
}

#w-node-cfda7998-f9b0-952d-eb11-7917ea1fc114-3aaf774e, #w-node-_9ac72a45-d912-bed1-1d34-c8e2dee2de51-3aaf774e {
  order: -9999;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d80fd-3aaf774e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d8101-3aaf774e {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_2e555e5b-bede-9f40-98c9-afee69d9d53c-4bb67897 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2e555e5b-bede-9f40-98c9-afee69d9d577-4bb67897 {
  align-self: end;
}

#w-node-_48675d04-1209-178f-0dd8-69e093e56a28-4bb67897 {
  order: -9999;
}

#w-node-_48675d04-1209-178f-0dd8-69e093e56a2a-4bb67897 {
  order: -9999;
  place-self: end start;
}

#w-node-a50c43d9-8294-0ef7-dffd-f7b05b44cf56-4bb67897, #w-node-_48675d04-1209-178f-0dd8-69e093e56a2f-4bb67897 {
  order: -9999;
}

#w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-4bb67897, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-4bb67897, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-4bb67897 {
  justify-self: start;
}

#w-node-cc5f9492-98bf-5c1f-c8f9-01333b155586-4bb67897 {
  order: -9999;
}

#w-node-cc5f9492-98bf-5c1f-c8f9-01333b155588-4bb67897 {
  order: -9999;
  align-self: end;
}

#w-node-_5b5d8f07-d835-0057-645e-3f645a64c7d4-4bb67897, #w-node-cc5f9492-98bf-5c1f-c8f9-01333b15558d-4bb67897 {
  order: -9999;
}

#w-node-cc5f9492-98bf-5c1f-c8f9-01333b155675-4bb67897 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc5f9492-98bf-5c1f-c8f9-01333b15567d-4bb67897 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-cc5f9492-98bf-5c1f-c8f9-01333b155681-4bb67897 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_9e63281e-a6fb-1595-fd1d-af355a6885fc-09d402ad {
  order: -9999;
}

#w-node-_9e63281e-a6fb-1595-fd1d-af355a6885fe-09d402ad {
  order: -9999;
  align-self: end;
}

#w-node-fa840e60-aba5-c106-415b-01ad9da7e9e0-09d402ad, #w-node-_9e63281e-a6fb-1595-fd1d-af355a688603-09d402ad {
  order: -9999;
}

#w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-09d402ad, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-09d402ad, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-09d402ad {
  justify-self: start;
}

#w-node-_05e70a49-5b78-4bbb-e49b-976394fe4d37-09d402ad {
  order: -9999;
}

#w-node-_05e70a49-5b78-4bbb-e49b-976394fe4d39-09d402ad {
  order: -9999;
  align-self: end;
}

#w-node-_55851638-8982-4f06-840f-7db1128b05ee-09d402ad {
  order: -9999;
}

#Lead-Email-48.w-node-_05e70a49-5b78-4bbb-e49b-976394fe4d3c-09d402ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05e70a49-5b78-4bbb-e49b-976394fe4d3e-09d402ad {
  order: -9999;
}

#w-node-_05e70a49-5b78-4bbb-e49b-976394fe4e2c-09d402ad {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea305-c03c44dd {
    justify-self: start;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea31a-c03c44dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbc-c03c44dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbd-c03c44dd {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd0-c03c44dd {
    grid-column-start: 1;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd2-c03c44dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd4-c03c44dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-c134e665-ac46-4f55-6e81-6b92bf17543f-c03c44dd {
    grid-column: 2 / 2;
  }

  #w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-c03c44dd, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-c03c44dd, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-c03c44dd {
    justify-self: end;
  }

  #w-node-b5e34289-7d1e-099b-9d6b-c0849d2d2696-c03c44dd {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-df0ba007-390b-30f3-3e2a-4fc6656227da-c03c4535 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc30c435-5405-4f8e-5da6-7097862a2919-c03c4535 {
    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;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea305-d16e0131 {
    justify-self: start;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea31a-d16e0131 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-d16e0131, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-d16e0131, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-d16e0131 {
    justify-self: end;
  }

  #w-node-b5e34289-7d1e-099b-9d6b-c0849d2d2696-d16e0131 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea305-4c75c1c0 {
    justify-self: start;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea31a-4c75c1c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-4c75c1c0, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-4c75c1c0, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-4c75c1c0 {
    justify-self: end;
  }

  #w-node-d85bed44-aa83-5d11-7790-f8fcdd2d85a4-4c75c1c0 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea305-6e2f3b6a {
    justify-self: start;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea31a-6e2f3b6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbc-6e2f3b6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbd-6e2f3b6a {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd0-6e2f3b6a {
    grid-column-start: 1;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd2-6e2f3b6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd4-6e2f3b6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-c134e665-ac46-4f55-6e81-6b92bf17543f-6e2f3b6a {
    grid-column: 2 / 2;
  }

  #w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-6e2f3b6a, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-6e2f3b6a, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-6e2f3b6a {
    justify-self: end;
  }

  #w-node-ab7def2c-6e32-fb00-82f0-adb9e7919c4f-6e2f3b6a {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea305-e0c5dc32 {
    justify-self: start;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea31a-e0c5dc32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbc-e0c5dc32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbd-e0c5dc32 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd0-e0c5dc32 {
    grid-column-start: 1;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd2-e0c5dc32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd4-e0c5dc32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-c134e665-ac46-4f55-6e81-6b92bf17543f-e0c5dc32 {
    grid-column: 2 / 2;
  }

  #w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-e0c5dc32, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-e0c5dc32, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-e0c5dc32 {
    justify-self: end;
  }

  #w-node-ac90a50a-ed15-d5dc-b6ea-0e83c2d61cb7-e0c5dc32 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea305-d3785818 {
    justify-self: start;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea31a-d3785818 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-d3785818, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-d3785818, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-d3785818 {
    justify-self: end;
  }

  #w-node-_44f9077e-1a18-86b0-f3a8-4ffe7f7cc10d-d3785818 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea305-3aaf774e {
    justify-self: start;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea31a-3aaf774e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-3aaf774e, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-3aaf774e, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-3aaf774e {
    justify-self: end;
  }

  #w-node-b5e34289-7d1e-099b-9d6b-c0849d2d2696-3aaf774e {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea305-4bb67897 {
    justify-self: start;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea31a-4bb67897 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-4bb67897, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-4bb67897, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-4bb67897 {
    justify-self: end;
  }

  #w-node-_2c18563a-f397-fb7f-c996-0eb90a74847d-4bb67897 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea305-09d402ad {
    justify-self: start;
  }

  #w-node-_36e77dc6-1a09-4409-648c-631cd93ea31a-09d402ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2607662d-d965-67d9-0066-531a1ac2c33e-09d402ad, #w-node-_2607662d-d965-67d9-0066-531a1ac2c346-09d402ad, #w-node-_2607662d-d965-67d9-0066-531a1ac2c34e-09d402ad {
    justify-self: end;
  }

  #w-node-d67d99ee-b2c5-6151-d39c-2c8e1c029216-09d402ad {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbc-c03c44dd {
    grid-area: 4 / 1 / 4 / 3;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd0-c03c44dd {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd2-c03c44dd {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd4-c03c44dd {
    grid-area: 5 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-c134e665-ac46-4f55-6e81-6b92bf17543f-c03c44dd {
    grid-column: 1 / 3;
    grid-row-start: 1;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbc-6e2f3b6a {
    grid-area: 4 / 1 / 4 / 3;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd0-6e2f3b6a {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd2-6e2f3b6a {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd4-6e2f3b6a {
    grid-area: 5 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-c134e665-ac46-4f55-6e81-6b92bf17543f-6e2f3b6a {
    grid-column: 1 / 3;
    grid-row-start: 1;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcbc-e0c5dc32 {
    grid-area: 4 / 1 / 4 / 3;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd0-e0c5dc32 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd2-e0c5dc32 {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-b0221196-d2cd-31f7-88bf-7cbf1968dcd4-e0c5dc32 {
    grid-area: 5 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-c134e665-ac46-4f55-6e81-6b92bf17543f-e0c5dc32 {
    grid-column: 1 / 3;
    grid-row-start: 1;
  }
}


@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular-1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}