@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--32px: 2rem;
  --size--10px: .625rem;
  --35px-radius: 2.1875rem;
  --size--20px: 1.25rem;
  --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;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

.section.column {
  flex-flow: column;
  display: block;
}

.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.h.ar {
  direction: ltr;
}

.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.weight-500 {
  font-weight: 500;
}

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

.text-size-20px.price {
  color: #1eade5;
  font-weight: 400;
}

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

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

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

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

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

.btn.first {
  flex: 1;
  order: -1;
}

.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: none;
  width: 1.5rem;
  height: 1.5rem;
  overflow: visible;
}

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

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

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

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

.text-size-12px.policy-text.bottom {
  align-self: flex-end;
}

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

.text-size-24px.text-color-black {
  color: #333;
}

.main-form {
  color: var(--grey);
  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;
  color: var(--black);
  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.white-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  flex-flow: row;
  max-width: 60%;
}

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

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

.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 {
  color: var(--grey);
  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: 100% 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.text-color-white.bottom {
  margin-top: auto;
}

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

.text-size-36px.more {
  color: var(--black);
}

.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: 2.5rem;
  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 {
  grid-template-columns: minmax(auto, 1fr) 1fr .9fr;
  max-width: 40rem;
}

.hero_items-wrap.max-w-640.home {
  grid-column-gap: 2rem;
  grid-template-columns: .5fr 1fr .9fr;
}

.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: .625rem;
  grid-row-gap: .625rem;
  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;
}

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

.plyr_cover.display-none {
  display: none;
}

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

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

.plyr_component.is-full-screen {
  border-radius: 1.25rem;
  height: 43rem;
  overflow: hidden;
}

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

.plyr_embed.display-none {
  display: none;
}

.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: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
}

.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 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.about-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: .0625rem #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  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;
  width: 100%;
  height: 34rem;
  display: grid;
}

.banners._4-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.banner-item {
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  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 {
  width: auto;
  padding-right: 5rem;
}

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

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

.banner-item.project-3.wo-mobile {
  padding-right: 5rem;
}

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

.banner-item.wo-mobile {
  width: auto;
}

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

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

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

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

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

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

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

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

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

.dev-logo {
  width: 11.25rem;
}

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

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

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

.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.invert {
  filter: invert();
}

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

.dev-tag.project {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.dev-items-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

.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 {
  background-image: url('../images/stars.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  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;
}

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

.roi-item.bottom {
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

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

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

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

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

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

.arrow-previous-2 {
  border: .0625rem solid var(--black-light);
  direction: ltr;
  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);
  direction: ltr;
  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;
}

.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 {
  background-image: linear-gradient(90deg, #fff, #fff0 0%, #efefef 45%);
}

.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-52.projects {
  text-align: center;
  margin-bottom: 3.25rem;
}

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

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

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

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

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

.spacer-150 {
  height: 9.375rem;
}

.spacer-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: 31rem;
}

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

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

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

.left_arrow.ar {
  left: 16rem;
}

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

.right_arrow.ar {
  left: 22rem;
}

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

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

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

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

.image-slider._w-840._4 {
  background-image: url('../images/59ac7999f5172f27d4f583f23e2ef65a-1.webp');
}

.image-slider._w-840._5 {
  background-image: url('../images/cd14c78b05655f9970d55772c25dce49-1.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.right-padding-160.ar {
  text-align: right;
}

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

.flex-v-100.ar {
  text-align: right;
  width: 27rem;
}

.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);
  background-image: url('../images/img426_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 34.375rem;
  margin-top: -9.375rem;
  overflow: hidden;
}

.image-block-big-card.project-form {
  border-radius: var(--20px-radius);
  background-image: url('../images/img189.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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 {
  direction: ltr;
  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;
}

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

.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-v {
  min-height: 10rem;
}

.success-content.small-v.ar, .success-content.ar {
  text-align: right;
}

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

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

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

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

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

.map {
  border-radius: var(--20px-radius);
  cursor: pointer;
  background-image: url('../images/2024-05-08_17-04-57.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 35rem;
  margin-top: 0;
  padding-bottom: 1.87rem;
  padding-left: 1.87rem;
  padding-right: 1.87rem;
  transition: all .2s;
  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);
  pointer-events: auto;
  color: var(--white);
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2.2rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

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

.text-block-11 {
  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 {
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: 3rem;
}

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

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

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

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

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

.flex-h-10.mob-h-grid {
  align-items: stretch;
  width: 100%;
  height: 100%;
}

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

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

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

.dropdown-toggle.ar {
  text-align: right;
}

.rtb-h52-p20 {
  text-wrap: wrap;
}

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

.btn-cons.btn-stroked {
  background-color: #0000;
}

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

.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 {
  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);
  margin-top: 1rem;
  line-height: 110%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem #0003;
}

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

.list-item {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: var(--black-light);
  flex-flow: column;
  width: auto;
  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;
}

.flex-h-5.left {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

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

.flex-v-16._50 {
  max-width: 50%;
}

.flex-v-16.ar {
  text-align: right;
  max-width: 50%;
}

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

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

.flex-h-28px.space-between {
  width: 100%;
}

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

.div-block-4 {
  display: flex;
}

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

.image-slider-wrap._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;
  height: 100%;
  min-height: 30rem;
  max-height: 31.5rem;
  position: relative;
  overflow: hidden;
}

.developer-link-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.award-wrp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.logo-navbar {
  object-fit: contain;
  min-width: 5rem;
  max-width: 10rem;
  height: 100%;
  max-height: 3.5rem;
}

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

.cta-link {
  color: var(--grey);
  text-decoration: underline;
}

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

.form-type-footer {
  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-footer.minus-margin {
  border-radius: 1.25rem;
  margin-bottom: -6.25rem;
}

.horizontal-form-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-flex-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #6d6e70;
  text-wrap: balance;
  flex-flow: wrap;
  display: flex;
}

.input-wrap-horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 72%;
  display: grid;
}

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

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

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

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

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

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

.btn-2.first {
  order: -1;
}

.grid-2col-10px {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.flex-v-36 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.text-color-black {
  color: #333;
}

.flex-v-5 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

.project-card-min-2 {
  color: #6d6e70;
  border: .062rem solid #dfdfdf;
  border-radius: .75rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  font-size: .875rem;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-20px.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.max-w-840 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .btn.first {
    flex: 0 auto;
  }

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

  .text-size-36px.more {
    color: var(--white);
  }

  .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;
    width: 100%;
    height: auto;
  }

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

  .banners._4-item {
    grid-auto-flow: row;
    display: flex;
  }

  .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;
    max-width: 95vw;
    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: 0;
  }

  .cta-card.footer, .cta-card.footer-copy {
    padding-top: 0;
    padding-bottom: 3.125rem;
  }

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

  .roi-item.bottom {
    min-height: 16rem;
  }

  .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.center.ar {
    text-align: right;
  }

  .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-150.mob-none, .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 {
    border-radius: var(--20px-radius);
    grid-template-rows: .25fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    overflow: hidden;
  }

  .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: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .left_arrow {
    bottom: -3.75rem;
    left: 0;
    right: auto;
  }

  .left_arrow.ar {
    left: auto;
    right: 6rem;
  }

  .right_arrow {
    bottom: -3.75rem;
  }

  .right_arrow.ar {
    left: auto;
    right: 0;
  }

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

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

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

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

  .flex-v-100.ar {
    width: auto;
    padding-left: 0;
  }

  .slide-project {
    height: auto;
  }

  .dots {
    bottom: 2rem;
  }

  .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, .image-block-big-card.project-form {
    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: 3.125rem 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;
  }

  .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-h-10 {
    flex-flow: column;
  }

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

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

  .flex-h-5.left {
    text-align: left;
  }

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

  .flex-v-16.ar {
    max-width: none;
  }

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

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

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

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

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

  .horizontal-form-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .form-flex-wrap {
    flex-flow: column;
    width: 100%;
  }

  .input-wrap-horizontal {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

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

  .flex-v-36 {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .flex-v-36.first-item-mob {
    order: -1;
  }

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

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

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

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

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

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

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

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

  .project-slide, .slider {
    height: 60svh;
  }

  .left_arrow, .right_arrow {
    display: none;
  }

  .dots {
    bottom: 0;
  }

  .grid-2x4.padding-20px {
    max-width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

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

  .popup-map {
    border-radius: .625rem;
    width: 90vw;
  }

  .close-map_popup {
    top: 1.5rem;
    right: 1.5rem;
  }

  .map-btn {
    font-size: .85em;
  }

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

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

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

  .image-slider-wrap._w-840 {
    min-height: auto;
  }

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

  .roi-item-2 {
    height: 16rem;
  }
}

@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.cta-cons {
    display: none;
  }

  .section.is--new-project-hero {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

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

  .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.big-card {
    color: var(--grey);
    font-size: 1rem;
  }

  .text-size-20px.text-color-white.big-card._w-95 {
    width: 95%;
  }

  .text-size-20px.text-color-white.mb {
    margin-bottom: 1.5rem;
  }

  .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.text-color-bg-grey, .text-size-20px.weight-500, .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 {
    font-size: 1rem;
  }

  .text-size-20px.weight-500.mb {
    margin-bottom: 1.5rem;
  }

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

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

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

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

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

  .input {
    height: 3.125rem;
  }

  .text-size-24px.hero-item-between.ar {
    text-align: right;
  }

  .text-size-24px.hero-item {
    text-align: left;
    width: auto;
  }

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

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

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

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

  .form-type-middle.minus-margin.margins-form {
    width: 90vw;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-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;
  }

  .hero-bg {
    height: 40rem;
  }

  .hero_items-wrap {
    flex-flow: column;
    padding-top: 16rem;
    padding-bottom: 2rem;
  }

  .hero-item {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .hero-item.left {
    text-align: left;
  }

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

  .nav_logo-wrap {
    width: auto;
    max-width: 45vw;
  }

  .nav_logo-wrap.cta {
    width: 9rem;
    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-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;
  }

  .banners._3-item-project {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .banners._4-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .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-3.wo-mobile {
    padding-right: 1rem;
  }

  .banner-item.project {
    height: 22rem;
    margin-top: 1.5rem;
    display: block;
  }

  .banner-item.mobile {
    margin-bottom: 3rem;
  }

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

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

  .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: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .btn-stroked.max-w-240.big-card {
    border-color: var(--blue);
    background-color: var(--blue);
    width: 90vw;
    margin-top: 1.5rem;
  }

  .flex-v-40 {
    width: 90vw;
  }

  .flex-v-40.hidden {
    font-size: 1.25rem;
  }

  .cta-header.hot-project {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90vw;
    padding-top: 3.125rem;
  }

  .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.projects {
    text-align: left;
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 2rem;
  }

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

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

  .spacer-150 {
    height: 7rem;
  }

  .spacer-150.min {
    height: 2rem;
  }

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

  .spacer-70 {
    height: 7rem;
  }

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

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

  .flex-h-20.footer-bottom {
    width: 90vw;
  }

  .project-slide {
    width: 90vw;
    height: 50svh;
  }

  .slider {
    width: 90vw;
    height: auto;
  }

  .left_arrow, .right_arrow {
    display: none;
  }

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

  .image-block-big-card.main {
    border-radius: .625rem;
    max-width: 90vw;
    height: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-block-big-card.project-form {
    margin-top: 5rem;
    display: none;
  }

  .big-black-black-card {
    justify-content: center;
    align-items: center;
    padding-top: 3.125rem;
    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;
  }

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

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

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

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

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

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

  .heading-54 {
    font-size: 1.9rem;
  }

  .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 {
    min-height: 22rem;
  }

  .flex-h-10.mob-h-grid {
    flex-flow: column;
    display: flex;
  }

  .questions-wrp {
    max-width: 90vw;
  }

  .questions-wrp.max-w-840 {
    padding-bottom: 0;
  }

  .dropdown-list-3 {
    width: 100%;
  }

  .faq-icon {
    flex: none;
  }

  .dropdown-toggle {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .rtb-h52-p20 p, .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;
  }

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

  .spacer-90.min {
    height: 2rem;
  }

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

  .flex-mobile_second_nav {
    display: flex;
  }

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

  .image-slider-wrap._w-840 {
    max-height: 35rem;
  }

  .developer-link-wrp {
    margin-top: 1.75rem;
  }

  .grid-2x1-40, .form-type-footer.minus-margin {
    width: 90vw;
  }

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

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

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

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

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

  .icon-24px-3.ar {
    text-align: right;
  }

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

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

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

  .project-card-min-2 {
    max-width: 90vw;
  }

  .grid-asymmetric-2 {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .text-size-16px-3.mob-grey {
    color: #6d6e70;
  }
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8a9-d55fc113 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8b9-d55fc113 {
  grid-area: 2 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8ba-d55fc113 {
  grid-area: 2 / 1 / 4 / 2;
  align-self: center;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8c9-d55fc113 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8cd-d55fc113 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8cf-d55fc113 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8d1-d55fc113 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_9a4afa85-415d-0f46-be4a-d5c935e84f50-d55fc113 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05ed4e96-5195-b16f-de33-0dc4502a8f68-d55fc113 {
  justify-self: start;
}

#w-node-_76b7b2c0-f003-20a1-2fd5-a081d0735ff3-d55fc113 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_76b7b2c0-f003-20a1-2fd5-a081d0735ff7-d55fc113 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_76b7b2c0-f003-20a1-2fd5-a081d0735ff9-d55fc113 {
  order: -9999;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_76b7b2c0-f003-20a1-2fd5-a081d0735ffa-d55fc113 {
  order: -9999;
}

#w-node-_76b7b2c0-f003-20a1-2fd5-a081d0735ffc-d55fc113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76b7b2c0-f003-20a1-2fd5-a081d0735ffe-d55fc113 {
  order: -9999;
}

#w-node-_7550df3b-3c72-76cd-c750-af70eb36f043-d55fc113 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7550df3b-3c72-76cd-c750-af70eb36f074-d55fc113 {
  align-self: end;
}

#w-node-_98a12ad9-af89-f421-67a3-aa0d9d56a890-d55fc113, #w-node-d8260091-60c1-8d3d-2a04-95c047f1a04e-d55fc169 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3c2728e8-d0d4-51f3-2dcd-62fb2e143b6b-d55fc169 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3c2728e8-d0d4-51f3-2dcd-62fb2e143b6d-d55fc169 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3c2728e8-d0d4-51f3-2dcd-62fb2e143b71-d55fc169 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_3c2728e8-d0d4-51f3-2dcd-62fb2e143b73-d55fc169 {
  order: -9999;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3c2728e8-d0d4-51f3-2dcd-62fb2e143b74-d55fc169 {
  order: -9999;
}

#w-node-_3c2728e8-d0d4-51f3-2dcd-62fb2e143b76-d55fc169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c2728e8-d0d4-51f3-2dcd-62fb2e143b78-d55fc169 {
  order: -9999;
}

#w-node-_7fdd30dd-db9f-094f-6c4b-17a31c51b10c-670579ed, #w-node-_7d42028c-4fa3-b2b1-2f30-aca3db6ba9f5-670579ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c68ff8-670579ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c68ffa-670579ed {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c68ffc-670579ed {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end start;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c68ffe-670579ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c69001-670579ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aca8237f-87bb-a17d-88fe-7ebe3aa80cc3-670579ed {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-aca8237f-87bb-a17d-88fe-7ebe3aa80cf4-670579ed {
  align-self: end;
}

#w-node-aca8237f-87bb-a17d-88fe-7ebe3aa80de6-670579ed {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8a9-b2b8e516 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8b9-b2b8e516 {
  grid-area: 2 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8ba-b2b8e516 {
  grid-area: 2 / 1 / 4 / 2;
  align-self: center;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8c9-b2b8e516 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8cd-b2b8e516 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8cf-b2b8e516 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8d1-b2b8e516 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8d8-b2b8e516 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8d9-b2b8e516 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8e9-b2b8e516 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8ee-b2b8e516 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8fd-b2b8e516 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e900-b2b8e516 {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e905-b2b8e516 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e906-b2b8e516 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e916-b2b8e516 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e91b-b2b8e516 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e92a-b2b8e516 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e92d-b2b8e516 {
  grid-area: 1 / 1 / 6 / 2;
}

#w-node-bd0f612f-9754-6c0d-5bde-a25c841fb97b-b2b8e516 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05ed4e96-5195-b16f-de33-0dc4502a8f68-b2b8e516 {
  justify-self: start;
}

#w-node-f3fc588b-dffb-6de9-d242-4eb85bb39fe3-b2b8e516 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f3fc588b-dffb-6de9-d242-4eb85bb39fe7-b2b8e516 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-f3fc588b-dffb-6de9-d242-4eb85bb39fe9-b2b8e516 {
  order: -9999;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f3fc588b-dffb-6de9-d242-4eb85bb39fea-b2b8e516 {
  order: -9999;
}

#w-node-f3fc588b-dffb-6de9-d242-4eb85bb39fec-b2b8e516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3fc588b-dffb-6de9-d242-4eb85bb39fee-b2b8e516 {
  order: -9999;
}

#w-node-_4c8c0555-7218-c50a-8150-c94e75c3518a-b2b8e516 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4c8c0555-7218-c50a-8150-c94e75c351bb-b2b8e516 {
  align-self: end;
}

#w-node-a4b3be41-9bd3-b17d-58d8-b464e3b07bb9-e3b07ba7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8a9-d5dafb1f {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8b9-d5dafb1f {
  grid-area: 2 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8ba-d5dafb1f {
  grid-area: 2 / 1 / 4 / 2;
  align-self: center;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8c9-d5dafb1f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8cd-d5dafb1f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8cf-d5dafb1f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8d1-d5dafb1f {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8d8-d5dafb1f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8d9-d5dafb1f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8e9-d5dafb1f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8ee-d5dafb1f {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e8fd-d5dafb1f {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e900-d5dafb1f {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e905-d5dafb1f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e906-d5dafb1f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e916-d5dafb1f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e91b-d5dafb1f {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e92a-d5dafb1f {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-a58a8488-54bf-0e7e-89db-a829b030e92d-d5dafb1f {
  grid-area: 1 / 1 / 6 / 2;
}

#w-node-d5887a44-e591-b32e-28bd-ee4b94d66604-d5dafb1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05ed4e96-5195-b16f-de33-0dc4502a8f68-d5dafb1f {
  justify-self: start;
}

#w-node-e17c620a-607c-45d1-f739-33c1027a9c8d-d5dafb1f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e17c620a-607c-45d1-f739-33c1027a9c8f-d5dafb1f {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-e17c620a-607c-45d1-f739-33c1027a9c91-d5dafb1f {
  order: -9999;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e17c620a-607c-45d1-f739-33c1027a9c92-d5dafb1f {
  order: -9999;
}

#w-node-e17c620a-607c-45d1-f739-33c1027a9c94-d5dafb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e17c620a-607c-45d1-f739-33c1027a9c96-d5dafb1f {
  order: -9999;
}

#w-node-_98a12ad9-af89-f421-67a3-aa0d9d56a890-d5dafb1f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_474b2bbe-7085-77a3-a3ab-c0bc155366d9-64e775c0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_474b2bbe-7085-77a3-a3ab-c0bc155366db-64e775c0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_474b2bbe-7085-77a3-a3ab-c0bc155366df-64e775c0 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_474b2bbe-7085-77a3-a3ab-c0bc155366e1-64e775c0 {
  order: -9999;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_474b2bbe-7085-77a3-a3ab-c0bc155366e2-64e775c0 {
  order: -9999;
}

#w-node-_474b2bbe-7085-77a3-a3ab-c0bc155366e4-64e775c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_474b2bbe-7085-77a3-a3ab-c0bc155366e6-64e775c0 {
  order: -9999;
}

#w-node-_74fd1223-966b-d397-1d69-7651f59b6af6-60638e6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b0aaefe4-6c80-de04-5aec-d5c113440506-60638e6c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b0aaefe4-6c80-de04-5aec-d5c113440508-60638e6c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b0aaefe4-6c80-de04-5aec-d5c11344050c-60638e6c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-b0aaefe4-6c80-de04-5aec-d5c11344050e-60638e6c {
  order: -9999;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b0aaefe4-6c80-de04-5aec-d5c11344050f-60638e6c {
  order: -9999;
}

#w-node-b0aaefe4-6c80-de04-5aec-d5c113440511-60638e6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0aaefe4-6c80-de04-5aec-d5c113440513-60638e6c {
  order: -9999;
}

#w-node-_70676e37-b1bb-e647-6882-fe4c3b94c318-a37e60a5, #w-node-_70676e37-b1bb-e647-6882-fe4c3b94c328-a37e60a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975f4-a37e60a5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975f6-a37e60a5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975f8-a37e60a5 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end start;
}

#w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975fa-a37e60a5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975fd-a37e60a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af4cb8b0-8934-4c0a-e891-c07f6bd9e282-a37e60a5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af4cb8b0-8934-4c0a-e891-c07f6bd9e2b3-a37e60a5 {
  align-self: end;
}

#w-node-_7fdd30dd-db9f-094f-6c4b-17a31c51b10c-932f8daf, #w-node-_7d42028c-4fa3-b2b1-2f30-aca3db6ba9f5-932f8daf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2326882d-285e-d98b-828c-7bd7ff18bd4d-932f8daf {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2326882d-285e-d98b-828c-7bd7ff18bd4f-932f8daf {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2326882d-285e-d98b-828c-7bd7ff18bd51-932f8daf {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end start;
}

#w-node-_2326882d-285e-d98b-828c-7bd7ff18bd53-932f8daf {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2326882d-285e-d98b-828c-7bd7ff18bd56-932f8daf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7427cfe-5aa9-f79b-7f2b-b9ffde00a053-932f8daf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7fdd30dd-db9f-094f-6c4b-17a31c51b10c-bec94537, #w-node-_7d42028c-4fa3-b2b1-2f30-aca3db6ba9f5-bec94537 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c68ff8-bec94537 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c68ffa-bec94537 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c68ffc-bec94537 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end start;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c68ffe-bec94537 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c69001-bec94537 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aca8237f-87bb-a17d-88fe-7ebe3aa80cc3-bec94537 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-aca8237f-87bb-a17d-88fe-7ebe3aa80cf4-bec94537 {
  align-self: end;
}

#w-node-aca8237f-87bb-a17d-88fe-7ebe3aa80de6-bec94537 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7fdd30dd-db9f-094f-6c4b-17a31c51b10c-716af7eb, #w-node-_7d42028c-4fa3-b2b1-2f30-aca3db6ba9f5-716af7eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975f4-716af7eb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975f6-716af7eb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975f8-716af7eb {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end start;
}

#w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975fa-716af7eb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975fd-716af7eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af4cb8b0-8934-4c0a-e891-c07f6bd9e282-716af7eb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af4cb8b0-8934-4c0a-e891-c07f6bd9e2b3-716af7eb {
  align-self: end;
}

#w-node-ce24452c-691d-47cf-ca6f-34579cef863b-6dc4d294, #w-node-ce24452c-691d-47cf-ca6f-34579cef864b-6dc4d294 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2326882d-285e-d98b-828c-7bd7ff18bd4d-6dc4d294 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2326882d-285e-d98b-828c-7bd7ff18bd4f-6dc4d294 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2326882d-285e-d98b-828c-7bd7ff18bd51-6dc4d294 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end start;
}

#w-node-_2326882d-285e-d98b-828c-7bd7ff18bd53-6dc4d294 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2326882d-285e-d98b-828c-7bd7ff18bd56-6dc4d294 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7427cfe-5aa9-f79b-7f2b-b9ffde00a053-6dc4d294 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7fdd30dd-db9f-094f-6c4b-17a31c51b10c-9e39f6b8, #w-node-_7d42028c-4fa3-b2b1-2f30-aca3db6ba9f5-9e39f6b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c68ff8-9e39f6b8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c68ffa-9e39f6b8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c68ffc-9e39f6b8 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end start;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c68ffe-9e39f6b8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c51ad46e-532f-733f-42a7-7f0628c69001-9e39f6b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aca8237f-87bb-a17d-88fe-7ebe3aa80cc3-9e39f6b8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-aca8237f-87bb-a17d-88fe-7ebe3aa80cf4-9e39f6b8 {
  align-self: end;
}

#w-node-aca8237f-87bb-a17d-88fe-7ebe3aa80de6-9e39f6b8 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_056239d0-90c8-ea7f-a59c-f482b7499ca7-d55fc113 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8a7-d55fc113 {
    place-self: center end;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8a9-d55fc113 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center start;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8b9-d55fc113 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: stretch;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8ba-d55fc113 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8c9-d55fc113 {
    grid-column: 1 / 2;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8cd-d55fc113 {
    grid-column-start: 1;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8cf-d55fc113 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8d1-d55fc113 {
    grid-area: 6 / 1 / 7 / 3;
    align-self: center;
  }

  #w-node-_05ed4e96-5195-b16f-de33-0dc4502a8f68-d55fc113, #w-node-_69377770-34f1-8e8f-de0e-fe5c89a8ca24-d55fc113 {
    justify-self: end;
  }

  #w-node-b5e34289-7d1e-099b-9d6b-c0849d2d2696-d55fc113 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_76b7b2c0-f003-20a1-2fd5-a081d0735ff3-d55fc113 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_76b7b2c0-f003-20a1-2fd5-a081d0735ff7-d55fc113 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76b7b2c0-f003-20a1-2fd5-a081d0735ff9-d55fc113 {
    grid-column: span 1 / span 1;
  }

  #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-f3908280-948e-5a1b-2970-14fd24b753b4-d55fc168 {
    justify-self: start;
  }

  #w-node-f3908280-948e-5a1b-2970-14fd24b753c5-d55fc168, #w-node-a882897e-0bec-e1a7-b486-774bade21284-d55fc169 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b5e34289-7d1e-099b-9d6b-c0849d2d2696-d55fc169 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_3c2728e8-d0d4-51f3-2dcd-62fb2e143b6d-d55fc169 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3c2728e8-d0d4-51f3-2dcd-62fb2e143b71-d55fc169 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3c2728e8-d0d4-51f3-2dcd-62fb2e143b73-d55fc169 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2e1ac036-a5bd-8b34-1369-349be64a264a-670579ed {
    justify-self: start;
  }

  #w-node-_2e1ac036-a5bd-8b34-1369-349be64a265f-670579ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c51ad46e-532f-733f-42a7-7f0628c68ffa-670579ed {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c51ad46e-532f-733f-42a7-7f0628c68ffe-670579ed {
    grid-column: span 1 / span 1;
  }

  #w-node-_64aba608-f59a-9727-11b8-9fa12dd4a54b-670579ed {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-b85d162a-50a4-4f16-25bc-d5fec85a1e43-b2b8e516 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8a7-b2b8e516 {
    place-self: center end;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8a9-b2b8e516 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center start;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8b9-b2b8e516 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: stretch;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8ba-b2b8e516 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8c9-b2b8e516 {
    grid-column: 1 / 2;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8cd-b2b8e516 {
    grid-column-start: 1;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8cf-b2b8e516 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8d1-b2b8e516 {
    grid-area: 6 / 1 / 7 / 3;
    align-self: center;
  }

  #w-node-_05ed4e96-5195-b16f-de33-0dc4502a8f68-b2b8e516, #w-node-_69377770-34f1-8e8f-de0e-fe5c89a8ca24-b2b8e516 {
    justify-self: end;
  }

  #w-node-b5e34289-7d1e-099b-9d6b-c0849d2d2696-b2b8e516 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-f3fc588b-dffb-6de9-d242-4eb85bb39fe3-b2b8e516 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f3fc588b-dffb-6de9-d242-4eb85bb39fe7-b2b8e516 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f3fc588b-dffb-6de9-d242-4eb85bb39fe9-b2b8e516 {
    grid-column: span 1 / span 1;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8a7-d5dafb1f {
    place-self: center end;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8a9-d5dafb1f {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center start;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8b9-d5dafb1f {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: stretch;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8ba-d5dafb1f {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8c9-d5dafb1f {
    grid-column: 1 / 2;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8cd-d5dafb1f {
    grid-column-start: 1;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8cf-d5dafb1f {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8d1-d5dafb1f {
    grid-area: 6 / 1 / 7 / 3;
    align-self: center;
  }

  #w-node-_05ed4e96-5195-b16f-de33-0dc4502a8f68-d5dafb1f, #w-node-_69377770-34f1-8e8f-de0e-fe5c89a8ca24-d5dafb1f {
    justify-self: end;
  }

  #w-node-b5e34289-7d1e-099b-9d6b-c0849d2d2696-d5dafb1f {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-e17c620a-607c-45d1-f739-33c1027a9c8d-d5dafb1f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e17c620a-607c-45d1-f739-33c1027a9c8f-d5dafb1f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e17c620a-607c-45d1-f739-33c1027a9c91-d5dafb1f {
    grid-column: span 1 / span 1;
  }

  #w-node-_14ba5667-bf7e-4849-d5c4-daa193a39b8b-64e775c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_382f77bd-05b1-0788-5e64-872b0944aecc-64e775c0 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_474b2bbe-7085-77a3-a3ab-c0bc155366db-64e775c0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_474b2bbe-7085-77a3-a3ab-c0bc155366df-64e775c0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_474b2bbe-7085-77a3-a3ab-c0bc155366e1-64e775c0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_89ee98ac-7d38-6f5f-728c-97d13c13bd6a-60638e6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d32bbcfb-c618-01f5-403a-386496d2138d-60638e6c {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-b0aaefe4-6c80-de04-5aec-d5c113440508-60638e6c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b0aaefe4-6c80-de04-5aec-d5c11344050c-60638e6c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b0aaefe4-6c80-de04-5aec-d5c11344050e-60638e6c {
    grid-column: span 1 / span 1;
  }

  #w-node-_8f9b5608-b8de-1938-393e-418c7a98f94b-a37e60a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975f6-a37e60a5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975fa-a37e60a5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5df0c945-c12c-28a7-5a30-c49258ff0407-a37e60a5 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-b6f16a23-af05-0da4-d874-9c99765b8ef5-932f8daf {
    justify-self: start;
  }

  #w-node-b6f16a23-af05-0da4-d874-9c99765b8f0a-932f8daf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2326882d-285e-d98b-828c-7bd7ff18bd4f-932f8daf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2326882d-285e-d98b-828c-7bd7ff18bd53-932f8daf {
    grid-column: span 1 / span 1;
  }

  #w-node-_2e1ac036-a5bd-8b34-1369-349be64a265f-bec94537 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c51ad46e-532f-733f-42a7-7f0628c68ffa-bec94537 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c51ad46e-532f-733f-42a7-7f0628c68ffe-bec94537 {
    grid-column: span 1 / span 1;
  }

  #w-node-_64aba608-f59a-9727-11b8-9fa12dd4a54b-bec94537 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_8f9b5608-b8de-1938-393e-418c7a98f936-716af7eb {
    justify-self: start;
  }

  #w-node-_8f9b5608-b8de-1938-393e-418c7a98f94b-716af7eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975f6-716af7eb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e024acdb-3482-0e7c-86e9-f3c7c4f975fa-716af7eb {
    grid-column: span 1 / span 1;
  }

  #w-node-_5df0c945-c12c-28a7-5a30-c49258ff0407-716af7eb {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-b6f16a23-af05-0da4-d874-9c99765b8f0a-6dc4d294 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2326882d-285e-d98b-828c-7bd7ff18bd4f-6dc4d294 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2326882d-285e-d98b-828c-7bd7ff18bd53-6dc4d294 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2e1ac036-a5bd-8b34-1369-349be64a265f-9e39f6b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c51ad46e-532f-733f-42a7-7f0628c68ffa-9e39f6b8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c51ad46e-532f-733f-42a7-7f0628c68ffe-9e39f6b8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_64aba608-f59a-9727-11b8-9fa12dd4a54b-9e39f6b8 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8cd-d55fc113 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8d1-d55fc113 {
    grid-area: 6 / 1 / 7 / 3;
    align-self: center;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8cd-b2b8e516 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8d1-b2b8e516 {
    grid-area: 6 / 1 / 7 / 3;
    align-self: center;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8cd-d5dafb1f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a58a8488-54bf-0e7e-89db-a829b030e8d1-d5dafb1f {
    grid-area: 6 / 1 / 7 / 3;
    align-self: center;
  }
}


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