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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: #f6f7f9;
  font-family: IBM Plex Sans Arabic, sans-serif;
  font-size: 18px;
  overflow: visible;
}

.roadmap_panel-number-wrap {
  color: #fff;
  text-align: center;
  border: 1px #fff;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.page-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.roadmap_panel-number-row {
  font-size: 18px;
}

.roadmap_panel-content-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.roadmap_panel {
  will-change: width, hieght;
  background-color: #013a63;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 2.5rem 3.125rem;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease-out;
  display: flex;
  position: relative;
}

.roadmap_panel.active {
  width: 100%;
  padding-bottom: 12rem;
}

.horizontal-accordian_embed {
  display: none;
}

.main {
  max-width: none;
  margin-right: auto;
}

.roadmap_panel-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  min-width: auto;
  height: 170px;
  transition: all .3s ease-out;
  display: flex;
  position: absolute;
  inset: auto 0% 36%;
}

.grid-15 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  display: flex;
}

.div-block-40 {
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.link-8 {
  color: #fff;
  text-align: center;
  font-family: IBM Plex Sans Arabic, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.image-10 {
  max-width: 100%;
}

.nav-bottens-wrapper-3 {
  color: #000;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.container-main-3 {
  color: #fff;
  border: 1px #0000;
  border-bottom-style: solid;
  width: auto;
  max-width: 1700px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.sections {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 24px;
  display: flex;
}

.head-section {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.head-title {
  color: #220b61;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.paragraph {
  text-align: right;
  font-size: 24px;
  font-weight: 400;
  line-height: 62px;
}

.div-block-41 {
  width: auto;
  max-width: 100vw;
  margin: 60px auto;
  padding-left: 60px;
  padding-right: 60px;
  overflow: visible;
}

.button {
  background-color: #220b61;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  transition: all .2s;
  display: flex;
}

.button:hover {
  border-radius: 8px 24px 8px 8px;
}

.grid-17 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: center;
  width: 100%;
  padding-top: 40px;
}

.div-block-42 {
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.div-block-42:hover {
  border-radius: 0;
}

.image-11 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-new {
  background-color: #220b61;
  border-radius: 8px;
  width: 100%;
  transition: all .3s;
}

.img-new:hover {
  border-top-right-radius: 65px;
}

.grid-18 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px #ffffff75;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
}

.footer-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-43 {
  background-color: #220b61;
  width: 100%;
}

.div-block-44 {
  background-color: #463f81;
  border-radius: 8px;
  padding: 10px 10px 7px;
  transition: all .3s;
}

.div-block-44:hover {
  opacity: .8;
}

.code-embed-2 {
  color: #fff;
}

.icons-item-ar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.div-block-47 {
  border-bottom: .5px solid #ffffff75;
  padding-bottom: 10px;
  padding-left: 10px;
}

.div-block-48 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.grid-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.flex-block-2 {
  border-top: 1px solid #ffffff63;
  border-bottom: 1px #fff;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}

.list {
  text-align: center;
  padding-left: 0;
  line-height: 40px;
}

.list-item {
  text-transform: capitalize;
  cursor: pointer;
  transition: all .1s;
}

.list-item:hover {
  opacity: 1;
  border: 1px #000;
  font-weight: 500;
}

.div-block-53 {
  width: 15.2844%;
}

.sticky-holder {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.sticky-item {
  z-index: 0;
  background-color: #964040;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  position: sticky;
  top: 7rem;
}

.sticky-item._02 {
  z-index: 1;
  background-color: #4e3c81;
  border-radius: 12px;
  height: 500px;
  top: 13rem;
}

.sticky-item._03 {
  z-index: 2;
  background-color: #382371;
  border-radius: 12px;
  height: 500px;
  top: 16rem;
}

.sticky-item._04 {
  z-index: 3;
  background-color: #220b61;
  border-radius: 12px;
  height: 500px;
  top: 19rem;
}

.sticky-item._01 {
  z-index: 1;
  background-color: #645490;
  border-radius: 12px;
  height: 500px;
  top: 10rem;
}

.flex-block-6 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  border-radius: 12px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 60px 40px;
}

.flex-block-6.project-en {
  flex-flow: row;
}

.div-block-54 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-54.project-item-en {
  justify-content: space-between;
  align-items: flex-start;
}

.project-img {
  filter: brightness(74%);
  background-color: #e0e0e0;
  background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a03a020afd16cba0269a15_89051.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.project-img.project-1 {
  background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a0349b8d8dea866177bef4_6470.jpg");
}

.project-img.project-2 {
  background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a034e46fcaeec0aa0d848a_Alula-1024x576.jpg");
}

.project-img.project-3 {
  background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a0399abc569e8930c5f94d_108510.jpg");
}

.paragraph-2 {
  text-align: right;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.paragraph-2.project-body-en {
  text-align: left;
  font-size: 24px;
}

.link-9 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.flex-block-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .7;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.flex-block-7:hover {
  opacity: 1;
  transform: translate(-4px);
}

.flex-block-7.read-more-en {
  flex-flow: row;
  display: flex;
}

.flex-block-7.read-more-en:hover {
  transform: translate(4px);
}

.heading {
  text-align: left;
  font-size: 28px;
}

.code-embed-3, .code-embed-4 {
  line-height: 0;
}

.color-neutral-300 {
  color: #eff0f6;
}

.success-message {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.text-area {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 4px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: #220b61;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.form, .grid-2-columns.form-ar, .grid-2-columns.form {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.form {
  width: 100%;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.card.form.pd-sides-78px {
  background-color: #fff;
  border-style: none;
  width: 100%;
  min-height: auto;
  margin-bottom: auto;
  padding: 40px 78px;
  box-shadow: 0 2px 7px #14142b0f;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px 24px;
}

.input {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 4px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: #220b61;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.div-block-60 {
  display: none;
}

.text-block-3 {
  color: #fff;
  font-size: 16px;
}

.code-embed-6, .code-embed-7 {
  line-height: 0;
}

.field-label {
  text-align: right;
}

.hero-title-text-ar {
  font-size: 24px;
  line-height: 42px;
}

.icons-ar {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.nav-ar {
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
}

.navbar-ar {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-links-ar {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  color: #000;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  font-weight: 600;
  display: flex;
}

.roadmap_layout-ar {
  color: #fff;
  border-radius: 0;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-block-84 {
  width: 100%;
}

.btn-primary {
  color: #fff;
  text-align: center;
  background-color: #220b61;
  border-radius: 8px;
  justify-content: center;
  padding: 20px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  opacity: .85;
  color: #fff;
  background-color: #220b61;
}

.card-head-ar {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    overflow: visible;
  }

  .main {
    margin-right: 0;
  }

  .nav {
    background-color: #220b6100;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .link-8 {
    font-size: 18px;
    font-weight: 400;
  }

  .sections {
    justify-content: center;
    align-items: flex-end;
  }

  .head-section {
    flex-flow: row-reverse;
  }

  .head-title {
    font-weight: 600;
  }

  .paragraph {
    text-align: right;
    font-size: 28px;
    font-weight: 400;
    line-height: 62px;
  }

  .button {
    max-width: 200px;
    font-weight: 500;
  }

  .grid-17 {
    padding-top: 40px;
  }

  .div-block-42 {
    justify-content: space-between;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .footer, .footer-rights {
    justify-content: center;
    align-items: flex-end;
  }

  .footer-content, .icons-item-ar {
    flex-flow: row;
  }

  .text-block {
    text-align: right;
    text-decoration: none;
    transition: all .2s;
  }

  .text-block:hover {
    opacity: .8;
  }

  .div-block-46 {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-47 {
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-48 {
    justify-content: center;
    align-items: flex-end;
  }

  .grid-19 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: right;
    justify-content: center;
    align-items: flex-end;
  }

  .list-item {
    cursor: auto;
    font-size: 20px;
    transition-property: none;
  }

  .list-item:hover {
    font-weight: 400;
  }

  .div-block-53 {
    display: none;
  }

  .sticky-item._02 {
    background-color: #4e3c81;
  }

  .sticky-item._03 {
    background-color: #382371;
  }

  .sticky-item._01 {
    background-color: #645490;
  }

  .project-img {
    filter: brightness(75%);
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a03a020afd16cba0269a15_89051.jpg");
    background-position: 50%;
    background-size: cover;
  }

  .project-img.project-1 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a0349b8d8dea866177bef4_6470.jpg");
  }

  .project-img.project-2 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a034e46fcaeec0aa0d848a_Alula-1024x576.jpg");
  }

  .project-img.project-3 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a0399abc569e8930c5f94d_108510.jpg");
  }

  .paragraph-2 {
    font-size: 24px;
  }

  .paragraph-2.project-body-en {
    font-size: 20px;
  }

  .link-9 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .flex-block-7 {
    opacity: .7;
    flex-flow: row-reverse;
    order: 0;
    height: auto;
    transition: all .2s;
    display: flex;
  }

  .flex-block-7:hover {
    opacity: 100;
    transform: translate(-4px);
  }

  .flex-block-7.read-more-en {
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
    display: flex;
  }

  .div-block-56 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .heading {
    text-align: left;
    font-size: 32px;
  }

  .code-embed-3 {
    line-height: 0;
  }

  .code-embed-3:hover {
    font-size: 16px;
  }

  .code-embed-4 {
    line-height: 0;
  }

  .line-rounded-icon.success-message-check.large, .color-neutral-300 {
    color: #220b61;
  }

  .mg-bottom-64px {
    width: 100%;
  }

  .text-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .inner-container._752px.center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-area:hover {
    border-color: #220b61;
  }

  .grid-2-columns.form, .grid-2-columns.form-ar {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: stretch;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: stretch;
  }

  .grid-2-columns.form-ar {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: stretch;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .card.form {
    width: 100%;
    min-height: auto;
  }

  .card.form.pd-sides-78px {
    background-color: #fff;
    width: 100%;
    box-shadow: 0 2px 7px #14142b0f;
  }

  .error-message {
    border-radius: 8px;
  }

  .input:hover {
    border-color: #220b61;
  }

  .div-block-59 {
    width: 100%;
  }

  .div-block-60 {
    display: none;
  }

  .text-block-3 {
    color: #fff;
    text-align: right;
    font-size: 16px;
  }

  .image-12 {
    display: block;
  }

  .body-2 {
    overflow: visible;
  }

  .text-block-4 {
    line-height: 64px;
  }

  .field-label, .field-label-2, .field-label-3 {
    text-align: right;
    margin-bottom: 10px;
  }

  .hero-title-text-ar {
    font-size: 32px;
    line-height: 82px;
  }

  .paragraph-en {
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
  }

  .head-section-en {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .sections-en {
    justify-content: center;
    align-items: flex-start;
  }

  .head-title-en {
    font-weight: 600;
  }

  .footer-icons-en, .footer-companies-en {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-content-en {
    flex-flow: row-reverse;
  }

  .footer-sm-en, .footer-en {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-company-item-en {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-our-companies-text {
    padding-left: 0;
    padding-right: 10px;
  }

  .icons-ar {
    justify-content: center;
    align-items: flex-end;
  }

  .icons-item-en {
    flex-flow: row-reverse;
  }

  .text-block-copy {
    text-align: right;
    text-decoration: none;
    transition: all .2s;
  }

  .text-block-copy:hover {
    opacity: .8;
  }

  .footer-text-en {
    text-align: left;
    font-size: 16px;
    text-decoration: none;
    transition: all .2s;
  }

  .footer-text-en:hover {
    opacity: .8;
  }

  .footer-our-companies-text--en {
    padding-left: 0;
    padding-right: 10px;
  }

  .nav-ar {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .navbar-ar {
    flex-flow: row-reverse;
  }

  .nav-links-ar {
    flex-flow: row;
  }

  .roadmap_layout-ar, .nav-item-en {
    flex-flow: row-reverse;
  }

  .code-embed-8 {
    line-height: 0;
  }

  .link-10 {
    font-size: 20px;
    font-weight: 300;
  }

  .grid-22 {
    padding-top: 40px;
  }

  .div-block-63 {
    display: none;
  }

  .div-block-64 {
    justify-content: space-between;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .text-block-8 {
    color: #fff;
    text-align: right;
    font-size: 16px;
  }

  .div-block-65 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .link-11 {
    font-size: 18px;
    font-weight: 400;
  }

  .code-embed-12 {
    line-height: 0;
  }

  .code-embed-12:hover {
    font-size: 16px;
  }

  .flex-block-10 {
    opacity: .7;
    flex-flow: row-reverse;
    order: 0;
    height: auto;
    transition: all .2s;
    display: none;
  }

  .flex-block-10:hover {
    opacity: 100;
    transform: translate(-4px);
  }

  .flex-block-10.read-more-en {
    display: none;
  }

  .project-hero-wrap-en {
    min-height: 100vh;
  }

  .project-hero-wrap-en.item-3 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a0399abc569e8930c5f94d_108510.jpg");
  }

  .project-hero-wrap-en.item-4 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a03a020afd16cba0269a15_89051.jpg");
  }

  .hero_card {
    background-color: #7b808800;
    border-radius: 12px;
    width: auto;
    max-width: none;
    padding-bottom: 0;
    position: static;
  }

  .project-title-en {
    text-align: left;
    font-size: 62px;
  }

  .project-client-en {
    font-size: 18px;
  }

  .code-embed-14 {
    line-height: 0;
  }

  .grid-25 {
    padding-top: 40px;
  }

  .div-block-73 {
    display: none;
  }

  .div-block-74 {
    justify-content: space-between;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .text-block-11 {
    color: #fff;
    text-align: right;
    font-size: 16px;
  }

  .div-block-75 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .link-12 {
    font-size: 18px;
    font-weight: 400;
  }

  .code-embed-17 {
    line-height: 0;
  }

  .code-embed-17:hover {
    font-size: 16px;
  }

  .project-flex-en {
    justify-content: space-between;
    max-width: 1300px;
    position: relative;
    bottom: 21rem;
    left: 0;
    right: 0;
  }

  .project-content-en {
    background-color: #f6f7f9;
    border-radius: 12px;
    width: 60%;
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .project-sidebar-en {
    background-color: #220b61;
    border-radius: 12px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
    top: 20px;
  }

  .flex-block-13 {
    padding-bottom: 20px;
  }

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

  .sections-en-project {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 1400px;
    padding-bottom: 0;
    display: block;
    position: static;
    left: 0;
    right: 0;
  }

  .div-block-81 {
    width: 30%;
    max-width: 380px;
    padding-top: 300px;
    position: sticky;
    top: 5px;
  }

  .project-content-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
  }

  .div-block-82 {
    margin-bottom: 140px;
  }

  .text-block-13 {
    line-height: 42px;
  }

  .text-block-14 {
    font-size: 20px;
    line-height: 42px;
  }

  .text-box-en {
    margin-bottom: 40px;
  }

  .image-16 {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .heading-3 {
    text-align: left;
    line-height: 62px;
  }

  .nrrc {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .project-flex-ar {
    flex-flow: row-reverse;
    justify-content: space-between;
    max-width: 1300px;
    position: relative;
    bottom: 21rem;
    left: 0;
    right: 0;
  }

  .div-block-82-copy {
    margin-bottom: 140px;
  }

  .project-title-ar {
    font-size: 62px;
  }

  .project-client-ar {
    text-align: right;
    font-size: 18px;
  }

  .project-content-title-ar {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
  }

  .project-info-ar {
    text-align: right;
    font-size: 20px;
    line-height: 42px;
  }

  .sidebar-ar {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .project-hero-wrap-ar {
    min-height: 100vh;
  }

  .project-hero-wrap-ar.item-3 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a0399abc569e8930c5f94d_108510.jpg");
  }

  .project-hero-wrap-ar.item-4 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a03a020afd16cba0269a15_89051.jpg");
  }

  .text-area-2 {
    box-shadow: none;
    border-radius: 8px;
  }

  .btn-primary {
    background-color: #220b61;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .2s;
    overflow: clip;
  }

  .btn-primary:hover {
    opacity: .85;
    background-color: #220b61;
    transform: none;
  }

  .input-2 {
    box-shadow: none;
    border-radius: 8px;
    min-height: 50px;
  }

  .div-block-85 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    order: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-86, .div-block-87 {
    width: 100%;
  }

  .nav-pro {
    background-color: #220b61;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .heading-ar {
    text-align: right;
    line-height: 62px;
  }

  .nav-ar-pro {
    background-color: #220b61;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .div-block-56-copy.project-title-en {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-56-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .flex-block-7-copy.read-more-en {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
    display: flex;
  }

  .flex-block-7-copy {
    opacity: .7;
    flex-flow: row-reverse;
    order: 0;
    height: auto;
    transition: all .2s;
    display: flex;
  }

  .flex-block-7-copy:hover {
    opacity: 100;
    transform: translate(-4px);
  }

  .flex-block-7-copy.read-more-en {
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
    display: flex;
  }

  .div-block-56-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .card-head-en {
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    display: flex;
  }

  .card-head-ar {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-15, .code-embed-19 {
    color: #220b61;
    -webkit-text-stroke-color: #220b61;
  }
}

@media screen and (max-width: 991px) {
  .roadmap_panel-number-wrap {
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    font-size: 2rem;
  }

  .page-wrapper {
    max-width: 100%;
  }

  .roadmap_panel-number-row {
    width: auto;
  }

  .roadmap_panel-content-header {
    justify-content: center;
    align-items: center;
  }

  .roadmap_panel {
    width: auto;
    height: 25vh;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .roadmap_panel.active {
    width: auto;
    height: 100%;
  }

  .roadmap_panel.first-panel {
    height: 50vh;
  }

  .roadmap_layout {
    border-radius: 0;
    flex-flow: column;
    height: 100vh;
  }

  .roadmap_panel-content {
    min-width: auto;
    max-width: none;
    bottom: 20%;
  }

  .div-block-40 {
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .nav {
    max-height: 80px;
  }

  .nav-bottens-wrapper-3 {
    display: none;
  }

  .container-main-3 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .sections {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .head-title {
    font-size: 32px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 52px;
  }

  .div-block-41 {
    width: 100vw;
  }

  .button {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 180px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .div-block-42 {
    justify-content: center;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .image-11 {
    max-width: 70%;
  }

  .img-new:hover {
    border-top-right-radius: 52px;
  }

  .grid-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-43 {
    width: 100vw;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-46 {
    order: -9999;
  }

  .div-block-48 {
    width: 100%;
  }

  .grid-19 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-49 {
    flex-flow: row;
  }

  .div-block-53 {
    width: auto;
  }

  .flex-block-6 {
    flex-flow: column;
    padding: 20px;
  }

  .flex-block-6.project-en {
    flex-flow: column;
  }

  .div-block-54 {
    width: 100%;
  }

  .project-img {
    border-radius: 12px;
    width: 100%;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
  }

  .flex-block-7 {
    flex-flow: row-reverse;
    display: flex;
  }

  .flex-block-7.read-more-en {
    display: flex;
  }

  .div-block-56 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .div-block-56.project-title-en {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .heading {
    text-align: left;
    font-size: 20px;
  }

  .code-embed-3 {
    display: flex;
  }

  .inner-container._752px.center.sections {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .card.form {
    padding: 54px 32px;
  }

  .card.form.pd-sides-78px {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-60 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-5 {
    display: none;
  }

  .code-embed-6 {
    line-height: 0;
  }

  .field-label, .field-label-2, .field-label-3 {
    text-align: right;
    margin-bottom: 10px;
  }

  .paragraph-en {
    line-height: 42px;
  }

  .sections-en {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .head-title-en {
    font-size: 32px;
  }

  .footer-icons-en {
    order: -9999;
  }

  .footer-companies-en {
    width: 100%;
  }

  .footer-content-en {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-en {
    max-width: none;
  }

  .footer-company-item-en {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
  }

  .icons-ar {
    order: -9999;
  }

  .footer-companies-items-en {
    flex-flow: row;
  }

  .nav-ar {
    max-height: 80px;
  }

  .roadmap_layout-ar {
    border-radius: 0;
    flex-flow: column;
    height: 100vh;
  }

  .grid-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-61 {
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .image-13 {
    max-width: 70%;
  }

  .div-block-62 {
    width: 100vw;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-63 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-64 {
    justify-content: center;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .div-block-65 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .code-embed-10 {
    line-height: 0;
  }

  .flex-block-9 {
    flex-flow: column;
    padding: 20px;
  }

  .flex-block-9.project-en {
    flex-flow: column;
  }

  .div-block-68 {
    width: 100%;
  }

  .flex-block-10 {
    flex-flow: row-reverse;
  }

  .flex-block-10.read-more-en, .code-embed-13 {
    display: none;
  }

  .div-block-69 {
    width: 100vw;
  }

  .project-hero-wrap-en {
    min-height: 60vh;
  }

  .project-hero-wrap-en.item-4 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a03a020afd16cba0269a15_89051.jpg");
  }

  .hero_card {
    width: auto;
    max-width: none;
  }

  .grid-24 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-71 {
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .div-block-72 {
    width: 100vw;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-73 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-74 {
    justify-content: center;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .div-block-75 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .code-embed-16 {
    line-height: 0;
  }

  .flex-block-12 {
    flex-flow: column;
    padding: 20px;
  }

  .flex-block-12.project-en {
    flex-flow: column;
  }

  .div-block-78 {
    width: 100%;
  }

  .code-embed-18 {
    display: none;
  }

  .div-block-79 {
    width: 100vw;
  }

  .project-flex-en {
    width: 100%;
    max-width: none;
  }

  .project-content-en {
    width: 60%;
  }

  .project-sidebar-en {
    width: auto;
    max-width: 300px;
  }

  .flex-block-13 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .project-en {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .client-en {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .sections-en-project {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-16, .nrrc {
    margin-bottom: 20px;
  }

  .project-flex-ar {
    width: 100%;
    max-width: none;
  }

  .sidebar-ar {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .project-hero-wrap-ar {
    min-height: 60vh;
  }

  .project-hero-wrap-ar.item-4 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a03a020afd16cba0269a15_89051.jpg");
  }

  .btn-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary:hover {
    transform: none;
  }

  .nav-pro {
    max-height: 80px;
  }

  .nav-wrapper-pro {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-ar-pro {
    max-height: 80px;
  }

  .div-block-56-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .div-block-56-copy.project-title-en {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-block-7-copy {
    flex-flow: row-reverse;
  }

  .flex-block-7-copy.read-more-en {
    display: flex;
  }

  .div-block-56-copy-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .div-block-56-copy-copy.project-title-en {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-block-41-copy {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    max-width: 100%;
  }

  .roadmap_panel.first-panel {
    height: 80vh;
  }

  .roadmap_panel-content {
    bottom: 16%;
  }

  .div-block-40 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav {
    max-height: 80px;
  }

  .nav-bottens-wrapper-3 {
    display: none;
  }

  .container-main-3 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .sections {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-41 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-42 {
    height: 70px;
  }

  .img-new:hover {
    border-top-right-radius: 42px;
  }

  .grid-18 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .grid-19 {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-54.project-item-en {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-img {
    border-radius: 12px;
  }

  .paragraph-2 {
    line-height: 32px;
  }

  .paragraph-2.project-body-en {
    font-size: 20px;
  }

  .link-9 {
    font-size: 16px;
  }

  .flex-block-7 {
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-56 {
    justify-content: space-between;
    align-items: stretch;
  }

  .heading {
    font-size: 24px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .inner-container._752px.center {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-area {
    border-radius: 8px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .grid-2-columns.form, .grid-2-columns.form-ar, .grid-2-columns.form, .grid-2-columns.form, .grid-2-columns.form-ar, .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .card.form {
    padding: 56px 32px;
  }

  .card.form.pd-sides-78px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input {
    min-height: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .div-block-59 {
    width: 100%;
  }

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

  .field-label, .field-label-2, .field-label-3 {
    text-align: right;
    margin-bottom: 10px;
  }

  .sections-en {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-company-item-en {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-companies-items-en {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .footer-our-companies-text--en {
    padding-left: 0;
    padding-right: 10px;
  }

  .nav-ar {
    max-height: 80px;
  }

  .link-10 {
    font-size: 16px;
  }

  .grid-21 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .div-block-61 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .div-block-64 {
    height: 70px;
  }

  .div-block-65 {
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-68.project-item-en {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-10 {
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-69 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-hero-wrap-en.item-4 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a03a020afd16cba0269a15_89051.jpg");
  }

  .project-title-en {
    font-size: 40px;
  }

  .grid-24 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .div-block-71 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

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

  .div-block-74 {
    height: 70px;
  }

  .div-block-75 {
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-78.project-item-en {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-79 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-flex-en {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .project-content-en {
    width: 100%;
  }

  .project-sidebar-en {
    width: 100%;
    max-width: none;
  }

  .sections-en-project {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-81 {
    width: 100%;
    padding-top: 220px;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .div-block-82 {
    margin-bottom: 60px;
  }

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

  .project-flex-ar {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-82-copy {
    margin-bottom: 60px;
  }

  .project-title-ar {
    font-size: 40px;
  }

  .project-hero-wrap-ar.item-4 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a03a020afd16cba0269a15_89051.jpg");
  }

  .text-area-2 {
    border-radius: 18px;
  }

  .btn-primary {
    padding: 16px 32px;
  }

  .btn-primary:hover {
    transform: none;
  }

  .input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-pro {
    max-height: 80px;
  }

  .nav-wrapper-pro {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .nav-ar-pro {
    max-height: 80px;
  }

  .div-block-56-copy {
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-block-7-copy {
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-56-copy-copy {
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-41-copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .roadmap_panel-number-wrap {
    font-size: 2rem;
  }

  .roadmap_panel {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .roadmap_panel.active {
    width: 100%;
    max-width: 100%;
  }

  .roadmap_panel.first-panel {
    height: 80vh;
  }

  .roadmap_layout {
    height: 100vh;
  }

  .padding-globel {
    padding-left: 0;
    padding-right: 0;
  }

  .roadmap_panel-content {
    bottom: 16%;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-16 {
    justify-content: space-between;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav {
    max-height: 70px;
  }

  .link-8 {
    font-size: 14px;
  }

  .link-8.w--current {
    display: none;
  }

  .image-10 {
    max-width: 60%;
  }

  .nav-bottens-wrapper-3 {
    display: none;
  }

  .container-main-3 {
    width: auto;
    height: auto;
  }

  .sections {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 40px 10px;
  }

  .head-title {
    font-size: 24px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 28px;
  }

  .div-block-41 {
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-17 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-42 {
    height: 50px;
  }

  .image-11 {
    max-width: 70%;
  }

  .img-new {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .img-new:hover {
    border-top-right-radius: 24px;
  }

  .grid-18 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-content {
    margin-top: 20px;
  }

  .div-block-44 {
    padding-bottom: 10px;
  }

  .code-embed-2 {
    font-size: 12px;
    line-height: 0;
  }

  .text-block {
    text-align: right;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-47 {
    padding-left: 0;
  }

  .div-block-48 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .grid-19 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: stretch;
    width: auto;
  }

  .div-block-49 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .flex-block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 10px;
  }

  .flex-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 14px;
  }

  .flex-block-6.project-en {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-54 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    min-height: 50%;
  }

  .div-block-54.project-item-en {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 55%;
  }

  .project-img {
    border-radius: 12px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
  }

  .paragraph-2.project-body-en {
    font-size: 16px;
    font-weight: 300;
  }

  .link-9 {
    opacity: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    display: none;
  }

  .flex-block-7 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-block-7.read-more-en {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-56 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-end;
    width: auto;
  }

  .div-block-56.project-title-en {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .heading {
    font-size: 18px;
    line-height: 24px;
  }

  .code-embed-3 {
    height: auto;
  }

  .code-embed-4 {
    line-height: 0;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .mg-bottom-64px {
    margin-bottom: 0;
  }

  .inner-container._752px.center.sections {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-area {
    border-radius: 8px;
    min-height: 200px;
  }

  .mg-bottom-48px {
    text-align: center;
    margin-bottom: 32px;
    font-size: 16px;
  }

  .grid-2-columns.form, .grid-2-columns.form-ar, .grid-2-columns.form, .grid-2-columns.form-ar {
    justify-content: space-between;
    align-items: stretch;
  }

  .card.form {
    border-radius: 12px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .card.form.pd-sides-78px {
    margin-bottom: 0;
  }

  .input {
    min-height: 40px;
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .heading-2 {
    font-size: 24px;
  }

  .div-block-60 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .code-embed-5 {
    line-height: 0;
  }

  .text-block-3 {
    order: -9999;
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 24px;
  }

  .field-label {
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .field-label-2, .field-label-3 {
    text-align: right;
    margin-bottom: 10px;
  }

  .text-block-5, .text-block-6, .text-block-7, .hero-title-text-ar {
    font-size: 24px;
  }

  .paragraph-en {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .sections-en {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 40px 10px;
  }

  .head-title-en {
    font-size: 18px;
  }

  .footer-companies-en {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .footer-content-en {
    margin-top: 20px;
  }

  .footer-en {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-2-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 10px;
  }

  .footer-company-item-en {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: stretch;
    width: auto;
  }

  .footer-our-companies-text {
    padding-left: 0;
  }

  .rights-en {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 10px;
  }

  .footer-companies-items-en {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .text-block-copy {
    text-align: right;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-text-en {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-our-companies-text--en {
    padding-left: 0;
  }

  .nav-ar {
    max-height: 70px;
  }

  .navbar-ar {
    justify-content: space-between;
  }

  .roadmap_layout-ar {
    height: 100vh;
  }

  .code-embed-8 {
    line-height: 0;
  }

  .grid-20 {
    justify-content: space-between;
  }

  .link-10 {
    opacity: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }

  .grid-21 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .div-block-61 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-13 {
    max-width: 70%;
  }

  .image-14 {
    max-width: 60%;
  }

  .grid-22 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .code-embed-9 {
    font-size: 12px;
    line-height: 0;
  }

  .div-block-63 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .div-block-64 {
    height: 50px;
  }

  .text-block-8 {
    order: -9999;
    font-size: 14px;
  }

  .div-block-65 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-end;
    width: auto;
  }

  .div-block-66 {
    padding-bottom: 10px;
  }

  .flex-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 14px;
  }

  .flex-block-9.project-en {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-11 {
    font-size: 14px;
  }

  .link-11.w--current {
    display: none;
  }

  .code-embed-12 {
    height: auto;
  }

  .div-block-68 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    min-height: 50%;
  }

  .div-block-68.project-item-en {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 55%;
  }

  .flex-block-10 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  .code-embed-13 {
    line-height: 0;
  }

  .div-block-69 {
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-hero-wrap-en.item-4 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a03a020afd16cba0269a15_89051.jpg");
  }

  .hero_card {
    padding-left: 0;
    padding-right: 0;
  }

  .project-title-en {
    font-size: 36px;
  }

  .code-embed-14 {
    line-height: 0;
  }

  .grid-23 {
    justify-content: space-between;
  }

  .grid-24 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .div-block-71 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-15 {
    max-width: 60%;
  }

  .grid-25 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .code-embed-15 {
    font-size: 12px;
    line-height: 0;
  }

  .div-block-73 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

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

  .div-block-74 {
    height: 50px;
  }

  .text-block-11 {
    order: -9999;
    font-size: 14px;
  }

  .div-block-75 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-end;
    width: auto;
  }

  .div-block-76 {
    padding-bottom: 10px;
  }

  .flex-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 14px;
  }

  .flex-block-12.project-en {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-12 {
    font-size: 14px;
  }

  .link-12.w--current {
    display: none;
  }

  .code-embed-17 {
    height: auto;
  }

  .div-block-78 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    min-height: 50%;
  }

  .div-block-78.project-item-en {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 55%;
  }

  .code-embed-18 {
    line-height: 0;
  }

  .div-block-79 {
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sections-en-project {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-81 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-82 {
    margin-bottom: 20px;
  }

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

  .div-block-82-copy {
    margin-bottom: 20px;
  }

  .project-title-ar {
    font-size: 36px;
  }

  .project-hero-wrap-ar.item-4 {
    background-image: url("https://cdn.prod.website-files.com/6994e2af62c0e47a837d6f59/69a03a020afd16cba0269a15_89051.jpg");
  }

  .text-area-2 {
    border-radius: 8px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .btn-primary:hover {
    transform: none;
  }

  .input-2 {
    border-radius: 8px;
    min-height: 50px;
    font-size: 16px;
    line-height: 18px;
  }

  .input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .nav-pro {
    max-height: 70px;
  }

  .nav-wrapper-pro {
    width: auto;
    height: auto;
  }

  .nav-ar-pro {
    max-height: 70px;
  }

  .div-block-56-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-end;
    width: auto;
  }

  .div-block-56-copy.project-title-en {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .flex-block-7-copy {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-block-7-copy.read-more-en {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-56-copy-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-end;
    width: auto;
  }

  .div-block-56-copy-copy.project-title-en {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .card-head-ar {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .field-label-4 {
    font-size: 16px;
  }

  .div-block-41-copy {
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-label-5 {
    font-size: 16px;
  }
}

#w-node-e4f82863-ef6d-5863-485f-0a707213ffcf-554233e7 {
  place-self: center end;
}

#w-node-e4f82863-ef6d-5863-485f-0a707213ffd2-554233e7 {
  place-self: auto;
}

#w-node-e4f82863-ef6d-5863-485f-0a7072140044-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140046-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140048-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a707214004a-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a707214004c-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a707214004e-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140059-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a707214005b-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a707214005d-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a707214005f-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140061-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140063-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140065-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140067-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140069-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a707214006b-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a707214006d-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a707214006f-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140071-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140073-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140075-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140077-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a7072140079-554233e7, #w-node-e4f82863-ef6d-5863-485f-0a707214007b-554233e7 {
  place-self: center;
}

#w-node-_18caac62-b6a0-9cee-140e-992ca7e3bf78-554233e7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18caac62-b6a0-9cee-140e-992ca7e3bf7c-554233e7 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-e4f82863-ef6d-5863-485f-0a7072140044-554233e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_18caac62-b6a0-9cee-140e-992ca7e3bf78-554233e7 {
    grid-column: span 1 / span 1;
  }
}
