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

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

:root {
  --grey-background\<deleted\|variable-c396ad02-1b41-9ce9-2db4-0e54fd01645b\>: #f7f7f5;
  --black: #151515;
  --_font-size---h1: 3.375rem;
  --grey: #7d7d7d;
  --_font-size---h2: 2rem;
  --_font-size---body: 1rem;
  --beige-light: #fbf9f7;
  --_font-size---caption: .875rem;
  --white: white;
  --_font-size---subtitle: 1.25rem;
  --beige: #a67d45;
  --grey-dark-_text\<deleted\|variable-3bcb278f-c804-c0ae-0eee-f2725958acae\>: #6d6e70;
  --_font-size---h3: 1.5rem;
}

body {
  background-color: var(--grey-background\<deleted\|variable-c396ad02-1b41-9ce9-2db4-0e54fd01645b\>);
  color: var(--black);
  --_font-size---h1: 3.375rem;
  --_font-size---h2: 2rem;
  --_font-size---body: 1rem;
  --_font-size---caption: .875rem;
  --_font-size---subtitle: 1.25rem;
  --_font-size---h3: 1.5rem;
  font-family: Inter;
  font-size: 14px;
  line-height: 130%;
}

.container {
  max-width: 72.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hero {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero.container {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.25rem;
  direction: ltr;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 39.5rem 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero.container.rtl {
  direction: rtl;
  text-align: right;
}

.hero__title {
  font-size: var(--_font-size---h1);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 100%;
}

.hero__subtitle {
  color: var(--grey);
  font-size: var(--_font-size---h2);
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-weight: 600;
}

.hero__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.hero__item {
  font-size: var(--_font-size---body);
  padding-left: 2rem;
  padding-right: 0;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}

.opportunity {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--beige-light);
  border-radius: 1.5rem;
  flex-flow: column;
  max-width: 27.5rem;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
  position: relative;
}

.opportunity__title {
  font-size: var(--_font-size---h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 130%;
}

.opportunity__descr {
  color: var(--grey);
  font-size: var(--_font-size---caption);
  margin-bottom: 0;
  padding-left: 2.5rem;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}

.opportunity__pdf {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--grey);
  cursor: pointer;
  flex-flow: column;
  align-self: flex-start;
  margin-top: auto;
  font-size: .875rem;
  display: flex;
}

.advantages {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.advantages.hidden {
  display: none;
}

.advantages__wrapper {
  background-color: var(--beige-light);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  min-height: 13.75rem;
  padding: 1.5rem;
  display: flex;
}

.footer.container {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

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

.footer__link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: SF Pro Display, Arial, sans-serif;
  font-size: var(--_font-size---subtitle);
  line-height: 130%;
}

.body.rtl {
  direction: rtl;
  text-align: right;
  font-family: Noto Sans Arabic, sans-serif;
}

.hero__button {
  border: 1px solid var(--beige);
  background-color: var(--beige);
  color: var(--white);
  font-size: var(--_font-size---body);
  letter-spacing: normal;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 13.75rem;
  min-width: 0;
  padding: .75rem 1.25rem;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hero__button:hover {
  color: var(--beige);
  background-color: #0000;
}

.hero__button.mobile {
  display: none;
}

.hero__button.full {
  width: 100%;
}

.beige {
  color: var(--beige);
  font-weight: 600;
}

.opportunity__pdf-icon {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: inline-flex;
}

.advantages__text {
  font-size: var(--_font-size---subtitle);
  white-space: normal;
  font-weight: 600;
  line-height: 130%;
}

.footer__link {
  direction: ltr;
  color: var(--grey);
  font-size: var(--_font-size---body);
  -webkit-text-stroke-color: var(--grey-dark-_text\<deleted\|variable-3bcb278f-c804-c0ae-0eee-f2725958acae\>);
  text-transform: none;
  overflow-wrap: normal;
  text-decoration: none;
}

.opportunity__image {
  width: auto;
  max-width: none;
  min-height: auto;
  max-height: 68%;
  position: absolute;
  top: auto;
  bottom: -3.75rem;
  right: -1.25rem;
}

.modal {
  z-index: 50;
  color: var(--black);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 39.3125rem;
  max-width: 62.125rem;
  min-height: 0;
  padding: 2.5rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.form__root {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form__title {
  font-size: var(--_font-size---h2);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 110%;
}

.form__input {
  color: var(--black);
  font-size: var(--_font-size---caption);
  border: 1px solid #7d7d7d33;
  border-radius: .5rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .75rem 1rem;
}

.form__input::placeholder {
  color: #7d7d7db3;
  font-size: var(--_font-size---caption);
  line-height: 140%;
}

.form__input.margin-b {
  margin-bottom: 1rem;
}

.form__btn {
  border: 1px solid var(--beige);
  background-color: var(--beige);
  color: var(--white);
  font-size: var(--_font-size---body);
  border-radius: .5rem;
  width: 100%;
  padding: .75rem 1rem;
  line-height: 1.5rem;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.form__btn:hover {
  color: var(--beige);
  background-color: #0000;
}

.modal__cross-btn {
  cursor: pointer;
  background-color: #7d7d7d1a;
  border: 1px solid #7d7d7d1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  top: .875rem;
  right: .875rem;
}

.modal__cross-btn:hover {
  border: 1px solid var(--grey);
  background-color: #0000;
}

.modal__cross-btn.ar {
  left: .875rem;
  right: auto;
}

.modal__background {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #0f0f0f66;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.success-message {
  font-size: var(--_font-size---body);
  background-color: #0000;
  border-radius: .5rem;
  width: 100%;
  min-width: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.error-message {
  font-size: var(--_font-size---body);
  border-radius: .5rem;
  width: 100%;
}

.text-block {
  font-size: .875rem;
}

.social-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  margin-top: .5rem;
  display: flex;
}

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

.success-message__title {
  color: var(--beige);
  font-size: var(--_font-size---subtitle);
  margin-bottom: 1rem;
  font-weight: 600;
}

.text-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 28rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.text-list__item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-list__title {
  font-size: var(--_font-size---h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.text-list__descr {
  color: var(--grey);
  font-size: var(--_font-size---body);
  margin-bottom: 0;
  line-height: 130%;
}

.opportunity__pdf-text {
  color: var(--beige);
  font-size: var(--_font-size---caption);
  line-height: 150%;
}

.footer__logo-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--grey);
  font-size: var(--_font-size---body);
}

.paragraph.hidden {
  display: none;
}

.form__input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.img-contains {
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.opportunity__map {
  max-width: 13rem;
  position: absolute;
  bottom: 20%;
  left: 0;
}

.map-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    --_font-size---h1: 2rem;
    --_font-size---h2: 1.5rem;
    --_font-size---body: 1rem;
    --_font-size---caption: .875rem;
    --_font-size---subtitle: 1.125rem;
    --_font-size---h3: 1.5rem;
  }

  .hero.container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .hero__title {
    margin-bottom: 1rem;
  }

  .hero__subtitle {
    margin-bottom: 2rem;
  }

  .hero__list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 2rem;
    display: flex;
  }

  .opportunity__pdf {
    margin-top: 1rem;
  }

  .advantages {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
  }

  .advantages__wrapper {
    min-height: 10rem;
  }

  .footer.container {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .footer__logo {
    max-width: 10rem;
  }

  .hero__button.mobile {
    display: none;
  }

  .footer__link {
    font-size: .875rem;
  }

  .opportunity__image {
    height: 25.25rem;
    min-height: 0;
    max-height: 25.25rem;
    top: auto;
    bottom: -3rem;
    right: 0;
  }

  .modal__wrapper {
    min-height: 0;
    display: flex;
  }

  .form__root {
    width: 100%;
  }

  .form__input {
    margin-bottom: 0;
  }

  .social-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    align-items: flex-end;
  }

  .opportunity__map {
    bottom: 15%;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_font-size---h1: 2rem;
    --_font-size---h2: 1.5rem;
    --_font-size---body: 1rem;
    --_font-size---caption: .875rem;
    --_font-size---subtitle: 1.125rem;
    --_font-size---h3: 1.5rem;
  }

  .hero.container {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .hero__title {
    margin-bottom: 1rem;
  }

  .hero__subtitle {
    font-size: 1.7rem;
  }

  .opportunity {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    background-image: none;
    order: 1;
    max-width: none;
    min-height: 30rem;
  }

  .opportunity__descr {
    padding-left: 2.25rem;
  }

  .advantages {
    flex-flow: column;
    display: flex;
  }

  .footer.container {
    z-index: 10;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .hero__button {
    z-index: 2;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .hero__button.mobile {
    display: flex;
  }

  .opportunity__image {
    z-index: 1;
    height: 24rem;
    max-height: 24rem;
    bottom: -8.125rem;
    right: -.625rem;
  }

  .modal {
    color: var(--black);
    justify-content: center;
    align-items: flex-end;
  }

  .modal__wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem 1.25rem 1.25rem;
  }

  .form {
    width: 100%;
  }

  .form__input {
    margin-bottom: 0;
  }

  .form__input.margin-b {
    margin-bottom: .75rem;
  }

  .modal__cross-btn {
    width: 1.5rem;
    height: 1.5rem;
    top: 1.75rem;
    right: 1.5rem;
  }

  .form__input-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .opportunity__map {
    display: none;
  }

  .map-mobile {
    z-index: 1;
    border-radius: 1.5rem;
    order: 1;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .hero__title {
    margin-bottom: 1rem;
  }

  .opportunity {
    background-position: 150% 120%;
  }

  .hero__button {
    text-align: center;
  }
}

#w-node-a9b000fa-3c17-dd5d-c844-8913a963c166-c115fa4c, #w-node-a9b000fa-3c17-dd5d-c844-8913a963c166-99294f7b, #w-node-a9b000fa-3c17-dd5d-c844-8913a963c166-8c18ae06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}