:root {
  --gray: #f2f6fa;
  --blue: #458bf1;
  --black: #000;
  --whiter: #fff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container.bckgray {
  background-color: var(--gray);
  color: #474545;
  border-radius: 15px;
  padding: 60px 40px 40px;
}

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

.navbar-wrapper {
  background-color: #000;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding: 20px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-dropdown-toggle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  letter-spacing: .25px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle.li {
  padding-right: 10px;
}

.nav-dropdown-icon {
  color: #fff;
  margin-left: 10px;
  margin-right: 0;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  width: 17em;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  inset: 121% 0% auto 4%;
}

.nav-dropdown-link {
  flex-flow: column;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  margin-left: 0;
  margin-right: 100px;
}

.mobile-margin-top-10.eng {
  margin-left: 40px;
  margin-right: 0;
}

.button-primary {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-no-shadow-container.english {
  opacity: .78;
  mix-blend-mode: normal;
  display: block;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 0;
}

.text-block {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block:hover {
  color: var(--blue);
}

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

.text-block-2:hover {
  color: var(--blue);
}

.text-block-3 {
  color: #fff;
  width: 90px;
  margin-left: 20px;
  padding-right: 20px;
}

.text-block-3:hover {
  color: var(--blue);
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.section.footer {
  background-color: var(--black);
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.knowledge-hub {
  margin-left: 150px;
}

.hero-dev {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000040, #000000a3), url('../images/volcanoes.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 1000px;
  height: 70vh;
  max-height: 300px;
  padding: 56px;
  display: flex;
  overflow: clip;
}

.text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.ipsum-dolor-sit-amet-consectetur-adipiscing-elit-sed-do-eiusmod-tempor-ut-labore-et-dolore-magna-ali {
  color: #fff;
  text-align: center;
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-1000007401 {
  grid-column-gap: 10px;
  background-color: #3274d4;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 11px 48px;
  text-decoration: none;
}

.frame-1000007401.new-about-btn {
  display: none;
}

.text-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block {
  background-color: #f2f6fa;
  border-radius: 15px;
}

.div-block-2 {
  color: #000;
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}

.column {
  padding: 0 0 0 10px;
}

.text-3 {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

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

.text-4 {
  color: #6e6e6e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.text-4.ar {
  text-align: right;
  margin-top: -21px;
}

.frame-1000006623 {
  grid-column-gap: 10px;
  text-align: center;
  background-color: #3274d4;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  margin-top: 20px;
  padding: 14px 40px;
  text-decoration: none;
  display: flex;
}

.frame-1000006623.service-buttons {
  width: 60%;
}

.text-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

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

.frame-1000007402 {
  grid-column-gap: 10px;
  background-color: #3274d4;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 14px 56px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.column-2 {
  height: 100%;
}

.columns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 15px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
  display: block;
  position: static;
}

.columns.disable {
  display: none;
}

.columns.kh {
  margin-top: 0;
}

.image {
  width: 80px;
  position: absolute;
  inset: 40% 40% 0%;
}

.div-block-3 {
  background-image: url('../images/image-2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  height: 70vh;
  display: flex;
}

.div-block-4 {
  width: 100%;
  padding: 40px;
}

.text-7 {
  color: #95c0fe;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.rectangle-1608 {
  object-fit: cover;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170.46px;
  height: 95.7908px;
  text-decoration: none;
  display: flex;
}

.div-block-5 {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 30px;
}

.text-block-4 {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
}

.text-h1 {
  color: var(--black);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
}

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

.div-block-73 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  margin-top: 40px;
  display: flex;
}

.space-sm {
  height: 8px;
}

.text-display {
  text-align: left;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 125%;
}

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

.text-display.center.white {
  color: var(--whiter);
  margin-top: 0;
  line-height: 100%;
}

.space-sm-2 {
  width: 100px;
  height: 16px;
  font-size: 8px;
}

.text-h2 {
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.text-h3 {
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.text-body-lg {
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.text-body-lg.center {
  color: var(--whiter);
  text-align: center;
  margin-top: 0;
}

.text-body-lg.bold {
  text-align: left;
  font-weight: 700;
}

.text-body-lg.bold.data-block {
  font-size: 16px;
}

.text-body-lg.minwidth {
  width: 600px;
  margin-top: 0;
}

.space-xs {
  width: 100px;
  height: 4px;
  font-size: 8px;
}

.text-body {
  color: #212121;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.text-body.white {
  color: #fff;
  margin-top: 0;
}

.text-body.white.heightfix {
  margin-top: 0;
}

.text-body.minwidth {
  width: 600px;
}

.text-body.minwidth.center {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.text-body.minwidth.center.margintop {
  margin-top: 10px;
}

.text-body.minwidth.center.tool {
  display: none;
}

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

.text-body.data {
  margin-top: 10px;
}

.text-caption {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1;
  position: static;
}

.text-caption.blue {
  color: var(--blue);
}

.text-caption.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-caption.bold.white {
  color: var(--whiter);
  width: auto;
}

.text-caption.white {
  color: var(--whiter);
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.text-caption.white._100w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.text-caption.white._100w.li {
  margin-left: 10px;
  padding-right: 10px;
}

.heading-4 {
  color: #dadada;
  text-align: left;
  background-color: #142b55;
  margin-top: 100px;
}

.container-11 {
  height: 4px;
  padding-bottom: 0;
}

.color-primary {
  background-image: linear-gradient(#142b55, #142b55);
  width: 100px;
  height: 100px;
}

.color-primary.blue {
  background-color: #000;
  background-image: none;
}

.color-primary.lightpink {
  background-image: linear-gradient(#dadada, #dadada);
}

.div-block-3-copy {
  background-image: url('../images/image.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  height: 70vh;
  display: flex;
}

.frame-1171275470 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 816px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #010101;
  text-align: center;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.saudi-space-agency-transforms-decades-of-satellite-images-into-decision-ready-insights-enabling-sust {
  color: #757b8a;
  text-align: center;
  width: 600px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

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

.grid {
  margin-top: 20px;
}

.divssa {
  opacity: 1;
  background-color: #212121;
  border-radius: 15px;
  flex-flow: column;
  margin-top: 10px;
  padding: 10px 20px 20px;
  display: flex;
}

.divssa._3, .divssa._2 {
  height: 400px;
  max-height: 200px;
}

.image-2 {
  width: 60px;
  margin: 10px 10px 10px 0;
}

.heading-5 {
  color: var(--gray);
  margin-top: 0;
}

.text-9 {
  color: #bbb;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.1px;
  text-decoration: none;
}

.imgdiv {
  background-image: url('../images/image-2.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 15px;
  height: 150px;
  margin-top: 10px;
}

.imgdiv._2 {
  background-image: url('../images/jupyterlab.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 37px;
}

.imgdiv._3 {
  background-image: url('../images/image-1.png');
  background-position: 50%;
  margin-top: 28px;
}

.image-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100px;
}

.div-block-75 {
  border: 2px solid #636363;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.column-3 {
  background-color: #fafafa;
  padding-left: 0;
  padding-right: 0;
}

.dvi {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  background-color: #fafafa;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 350px;
  padding: 20px;
  display: flex;
}

.dvi.ar {
  justify-content: space-between;
  align-items: flex-end;
}

.text-10 {
  color: #1f1f1f;
  text-align: left;
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.digital-earth-africa-provides-analysis-ready-satellite-data-to-support-actionable-insights-that-meet {
  color: #666;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.29px;
  text-decoration: none;
}

.image-4 {
  text-align: left;
  width: 50px;
}

.div-block-77 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gray);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-field {
  text-align: left;
  background-color: #fff0;
  border-radius: 8px;
  width: 300px;
  height: 42px;
  margin-top: 10px;
  padding-top: 10px;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: var(--blue);
  border-radius: 10px;
}

.div-block-78 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-block-5 {
  color: var(--gray);
}

.image-5 {
  width: 10px;
  margin-left: 10px;
}

.section-3 {
  background-color: #000;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .3fr .3fr .3fr .3fr .3fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.image-6 {
  width: 200px;
}

.text-block-6 {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.text-block-7 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  font-size: 16px;
  display: flex;
}

.div-block-79 {
  margin-top: 20px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.copyright-annorastudio-2022-all-right-reserved {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.privacy-policy {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 38.51px;
  text-decoration: none;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 0;
  display: flex;
}

.image-7 {
  width: 100px;
}

.section-4 {
  height: 100%;
}

.image-8 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 15px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-81 {
  width: 200px;
}

.image-9 {
  width: 70px;
  inset: 40% 45% 40% 40%;
}

.columns-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.div {
  text-align: right;
  width: 50%;
}

.navbar-brand-mobile {
  display: none;
}

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

.div-block-83.hl {
  margin-bottom: 0;
}

.container-12 {
  max-width: 76%;
}

.link-block {
  text-decoration: none;
}

.div-block-84 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-85 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.text-display-ar {
  text-align: right;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 125%;
}

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

.text-display-ar.center.white {
  color: var(--whiter);
  margin-top: 0;
  font-size: 50px;
  line-height: 120%;
}

.text-h1-ar {
  color: var(--black);
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
}

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

.text-h2-ar {
  text-align: right;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.text-h3-ar {
  text-align: right;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.text-body-lg-ar {
  text-align: right;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.text-body-lg-ar.center {
  color: var(--whiter);
  text-align: center;
  margin-top: 0;
}

.text-body-lg-ar.bold {
  align-self: flex-start;
  font-size: 26px;
  font-weight: 700;
}

.text-body-ar {
  color: #212121;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.text-body-ar.white {
  color: #fff;
  margin-top: 0;
}

.text-body-ar.white.heightfix {
  margin-top: 0;
}

.text-body-ar.white._100w {
  width: auto;
  margin-left: 0;
  padding: 0 20px;
  text-decoration: none;
}

.text-body-ar.minwidth {
  width: 600px;
}

.text-body-ar.minwidth.center {
  color: var(--whiter);
  text-align: center;
}

.text-body-ar.minwidth.center.black {
  color: var(--black);
}

.text-caption-ar {
  color: var(--black);
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1;
  display: flex;
  position: static;
}

.text-caption-ar.blue {
  color: var(--blue);
}

.text-caption-ar.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-caption-ar.bold.white {
  color: var(--whiter);
}

.text-caption-ar.white {
  color: var(--whiter);
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.text-caption-ar.white._100w {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-86, .div-block-87 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

._100w {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

._100w.li {
  padding-right: 20px;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.div-block-88 {
  background-color: #f3f6fa;
  border-radius: 15px;
  width: 100%;
  padding: 40px;
}

.div-block-88.goals {
  background-color: #f3f6fa00;
  padding: 10px;
}

.div-block-88.features {
  max-width: 940px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.section-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-5.vision {
  padding-top: 0;
}

.text-caption-2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1;
  position: static;
}

.text-caption-2.blue {
  color: #458bf1;
}

.text-h1-2 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
}

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

.text-h1-2.goals {
  padding-left: 30px;
}

.div-block-89 {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 30px;
}

.div-block-90 {
  background-image: url('../images/image-2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  height: 70vh;
  display: flex;
}

.text-body-2 {
  color: #212121;
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-91 {
  width: 100%;
  padding: 40px;
}

.section-6 {
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

.div-block-92 {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 30px;
}

.div-block-3-copy-2 {
  background-image: url('../images/image.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  display: flex;
}

.image-11 {
  width: 70px;
  inset: 40% 45% 40% 40%;
}

.frame-1171275471 {
  grid-column-gap: 10px;
  text-align: center;
  background-color: #3274d4;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  margin-top: 20px;
  padding: 14px 40px;
  text-decoration: none;
  display: flex;
}

.frame-1171275471.new {
  display: none;
}

.text-11 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.section-7 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-93 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-body-3 {
  color: #212121;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-94 {
  background-color: #f2f6fa;
  border-radius: 15px;
}

.columns-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 15px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
  display: flex;
}

.columns-3.trns {
  flex-flow: row;
}

.column-8 {
  height: 100%;
}

.image-12 {
  width: 80px;
  display: none;
  position: absolute;
  inset: 40% 40% 0%;
}

.div-block-95 {
  color: #000;
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}

.image-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.div-block-96 {
  border-radius: 0;
}

.heading-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.columns-4.features {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.tools-text {
  color: #fff;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}

.tools-text.headline {
  color: #333;
}

.tools-text.headline.kh {
  text-align: center;
}

.tools-text.headline.hl {
  margin-top: 40px;
}

.column-9 {
  background-image: linear-gradient(#2d607f, #2d607f);
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.column-9.goals {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.paragraph {
  color: #fff;
}

.paragraph.gols {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-2 {
  color: #fff;
}

.paragraph-2.gols {
  margin-top: 10px;
}

.paragraph-3 {
  color: #fff;
}

.paragraph-3.gols {
  margin-top: 10px;
}

.link-block-8 {
  text-decoration: none;
}

.flex-block {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  justify-content: center;
  align-items: center;
}

.flex-block.doc {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  margin-bottom: 40px;
}

.btn-doc {
  text-align: center;
  background-color: #3274d5;
  border-radius: 10px;
  width: 12em;
  padding: 15px 40px;
}

.data-block {
  align-items: stretch;
}

.cell {
  justify-content: flex-start;
  align-items: stretch;
}

.cell.data-block {
  background-color: #f2f6fa;
  border: 2px solid #0000;
  border-radius: 12px;
  padding: 15px;
}

.data-btn {
  text-align: center;
  background-color: #3274d5;
  border-radius: 8px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

._w-navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  position: relative;
}

.c-navlinks-item {
  width: 160px;
  position: relative;
  overflow: hidden;
}

.c-sidenavbar-container {
  background-color: #000;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  flex-direction: column;
  height: 100%;
  padding: 10px 20px;
  display: flex;
}

.c-nav-extra-links {
  border-top: 1px solid #fff3;
  padding-top: 10px;
}

.c-side-brand-logo {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-navlink-icon {
  flex: none;
  padding: 10px;
  display: none;
}

.navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  white-space: nowrap;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}

.ci-side-navlinks {
  flex: 1;
}

.c-sidenavbar {
  position: fixed;
  inset: 0% auto 0% 0%;
}

.c-navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-side-navmenu {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.side-brand-logo {
  float: none;
  display: inline-block;
}

._w-navlinks {
  align-items: stretch;
  display: flex;
}

.navlink-icon {
  width: 25px;
}

.cloneable-area {
  display: block;
  position: relative;
}

.c-navlinks {
  color: #fff;
  background-color: #5b62b400;
  border-radius: 5px;
  text-decoration: none;
  transition: all .25s;
  display: block;
  position: relative;
}

.c-navlinks:hover {
  background-color: #306ec5;
}

.c-navlinks.w--current {
  background-color: #3274d5;
}

.brand-logo-img {
  width: 9em;
}

.c-hero-section {
  height: 100vh;
}

.c-hero-content {
  text-align: center;
  font-weight: 400;
}

.c-body-content {
  padding-left: 100px;
}

.hero-description {
  max-width: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  position: relative;
}

.hero-subheader {
  color: #8d97ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1em;
}

.c-hero-header {
  margin-bottom: 20px;
}

.divider {
  background-color: #6d76da;
  width: 20%;
  height: 5px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

._w-hero-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.c-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

._w-content {
  justify-content: center;
  align-items: center;
}

.hero-header {
  color: #6d76da;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.link, .link-2 {
  text-decoration: none;
}

.col-sb {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 20px;
}

.sb-head {
  color: #3274d4;
  font-size: 22px;
}

.sb-text-block {
  font-size: 16px;
}

.sb-btn {
  border-radius: 8px;
  padding: 15px 60px;
}

.img-sb {
  max-height: 165px;
}

.image-15, .rich-text-block {
  display: block;
}

.link-block-9, .link-block-10 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .navbar-wrapper {
    background-color: #000;
    border-radius: 15px;
    padding: 5px 10px 5px 5px;
  }

  .nav-link, .nav-dropdown-icon {
    color: #fff;
  }

  .button-primary {
    background-color: #3274d4;
    border-radius: 15px;
  }

  .text-block, .list-item, .list-item-2, .text-block-2, .text-block-3 {
    color: #fff;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-12 {
    max-width: 940px;
  }

  .section-5, .section-6, .section-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-dev {
    width: 100%;
  }

  .container-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-caption {
    margin-top: 0;
  }

  .div-block-79 {
    margin-top: 60px;
  }

  .copyright-annorastudio-2022-all-right-reserved {
    margin-top: 0;
  }

  .privacy-policy {
    line-height: 1.3;
  }

  .div-block-80, .text-caption-ar, .text-caption-2 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-wrapper {
    padding: 10px 15px;
  }

  .hero-dev {
    height: 60vh;
  }

  .text-h3, .text-h3-ar {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .ipsum-dolor-sit-amet-consectetur-adipiscing-elit-sed-do-eiusmod-tempor-ut-labore-et-dolore-magna-ali {
    line-height: 120%;
  }

  .column {
    padding-right: 0;
  }

  .columns {
    flex-flow: column;
  }

  .columns.trns {
    flex-flow: row;
  }

  .image {
    width: 60px;
    top: 35%;
    left: 15%;
    right: 30%;
  }

  .text-h1 {
    font-size: 35px;
  }

  .text-h2 {
    font-size: 25px;
  }

  .text-h3 {
    width: auto;
  }

  .text-8 {
    font-size: 30px;
  }

  .saudi-space-agency-transforms-decades-of-satellite-images-into-decision-ready-insights-enabling-sust {
    font-size: 14px;
  }

  .divssa, .divssa._3, .divssa._2 {
    height: 400px;
  }

  .imgdiv {
    margin-top: 0;
  }

  .imgdiv._2 {
    margin-top: -28px;
  }

  .imgdiv._3 {
    margin-top: -24px;
  }

  .dvi {
    height: 500px;
  }

  .grid-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .privacy-policy {
    line-height: 1.3;
  }

  .icon {
    color: #fff;
  }

  .image-8 {
    margin-left: -51px;
  }

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

  .text-h1-ar {
    font-size: 35px;
  }

  .text-h2-ar {
    font-size: 25px;
  }

  .text-h3-ar {
    width: auto;
  }

  .text-h1-2 {
    font-size: 35px;
  }

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

  .columns-3 {
    flex-flow: column;
  }

  .columns-3.trns {
    flex-flow: row;
  }

  .image-12 {
    width: 60px;
    top: 35%;
    left: 15%;
    right: 30%;
  }

  .image-13 {
    margin-left: -51px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container.vd {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .hero-dev {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text, .ipsum-dolor-sit-amet-consectetur-adipiscing-elit-sed-do-eiusmod-tempor-ut-labore-et-dolore-magna-ali {
    width: 400px;
  }

  .frame-1000006623.service-buttons {
    justify-content: flex-start;
    align-items: center;
  }

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

  .columns.trns {
    flex-flow: column;
  }

  .image {
    top: 45%;
    left: 45%;
  }

  .text-display.center.white {
    font-size: 34px;
  }

  .text-h3 {
    width: 250px;
  }

  .text-body-lg.center {
    font-size: 14px;
  }

  .text-body {
    margin-top: 0;
  }

  .text-body.minwidth.center {
    width: 400px;
    margin-top: 10px;
  }

  .text-8 {
    width: 400px;
    font-size: 26px;
  }

  .saudi-space-agency-transforms-decades-of-satellite-images-into-decision-ready-insights-enabling-sust {
    width: 400px;
  }

  .grid {
    grid-template-rows: auto auto auto;
  }

  .divssa._2 {
    height: 400px;
  }

  .imgdiv {
    margin-top: 20px;
  }

  .imgdiv._2 {
    margin-top: 50px;
  }

  .imgdiv._3 {
    margin-top: 47px;
  }

  .column-3 {
    background-color: #fafafa00;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dvi {
    max-width: 400px;
    height: 400px;
    margin-top: 10px;
  }

  .grid-2 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .div-block-80 {
    justify-content: center;
    align-items: center;
  }

  .image-8 {
    margin-left: 0;
  }

  .column-4, .column-5, .div-block-81 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-brand-mobile {
    padding-left: 0;
  }

  .div-block-84 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-h3-ar {
    width: 250px;
  }

  .text-body-ar, .text-body-2 {
    margin-top: 0;
  }

  .div-block-93 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-body-3 {
    margin-top: 0;
  }

  .columns-3.trns {
    flex-flow: column;
  }

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

  .image-12 {
    top: 45%;
    left: 45%;
  }

  .image-13 {
    margin-left: 0;
  }

  .c-sidenavbar-container {
    background-image: linear-gradient(#6d76daf2, #6d76daf2), linear-gradient(to right, #6d76da, #fff0), url('../images/bg-pattern.svg');
    background-position: 0 0, 0 0, 100%;
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, fixed;
    display: block;
  }

  .c-nav-extra-links {
    border-top-style: none;
    padding-top: 0;
  }

  .c-nav-divider {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    display: flex;
  }

  .c-side-brand-logo {
    flex: 1;
    margin-bottom: 0;
  }

  .c-sidenavbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-divider-2 {
    opacity: .2;
    background-color: #fff;
    flex: none;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .c-side-navmenu {
    background-color: #6d76da;
    background-image: linear-gradient(#6d76daf2, #6d76daf2), linear-gradient(to right, #6d76da, #fff0), url('../images/bg-pattern.svg');
    background-position: 0 0, 0 0, 100%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, fixed;
    height: auto;
    padding: 10px;
    display: block;
  }

  .c-menu-btn {
    float: none;
    color: #fff;
    border: 2px solid #fff0;
    border-radius: 10px;
    transition: all .35s;
  }

  .c-menu-btn.w--open {
    background-color: #0000;
    border-color: #ffffffbf;
  }

  .c-menu-controls {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .c-body-content {
    padding-left: 0;
  }

  ._w-hero-section {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container.bckgray {
    padding: 40px 10px 10px;
  }

  .container.vd {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-wrapper {
    background-color: #fff;
    border-radius: 0;
  }

  .navbar-brand {
    display: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    color: var(--black);
    text-align: left;
  }

  .nav-dropdown-toggle {
    padding-left: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .navbar-no-shadow-container {
    padding: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .text-block, .text-block-2 {
    color: #000;
  }

  .section {
    overflow: hidden;
  }

  .section.vd {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-dev {
    border-radius: 0;
    width: 100%;
    height: 70vh;
    margin-top: -30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text {
    font-size: 35px;
  }

  .ipsum-dolor-sit-amet-consectetur-adipiscing-elit-sed-do-eiusmod-tempor-ut-labore-et-dolore-magna-ali {
    width: 290px;
    font-size: 12px;
  }

  .div-block {
    margin-top: 40px;
    padding-top: 10px;
  }

  .column {
    padding-left: 0;
  }

  .text-3 {
    text-align: left;
    font-size: 18px;
  }

  .text-4 {
    text-align: justify;
    font-size: 12px;
  }

  .frame-1000006623 {
    width: 80%;
  }

  .frame-1000006623.service-buttons {
    width: auto;
  }

  .columns.trns {
    flex-flow: column;
  }

  .div-block-3 {
    border-radius: 0;
  }

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

  .text-7 {
    text-align: left;
    font-size: 14px;
  }

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

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

  .text-block-4 {
    text-align: justify;
    font-size: 14px;
    line-height: 1.4;
  }

  .text-h1 {
    text-align: right;
    font-size: 25px;
  }

  .text-h1.white {
    font-size: 20px;
  }

  .text-display.center.white {
    font-size: 35px;
  }

  .text-h2 {
    font-size: 30px;
  }

  .text-body-lg.center {
    font-size: 14px;
  }

  .text-body {
    text-align: left;
    font-size: 14px;
  }

  .text-body.white {
    text-align: justify;
    height: auto;
    font-size: 12px;
  }

  .text-body.white.heightfix {
    text-align: left;
    height: auto;
  }

  .text-body.minwidth.center {
    width: 300px;
    margin-top: 10px;
  }

  .div-block-3-copy {
    border-radius: 0;
  }

  .text-8 {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 115%;
  }

  .saudi-space-agency-transforms-decades-of-satellite-images-into-decision-ready-insights-enabling-sust {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 130%;
  }

  .divssa._3 {
    height: 380px;
  }

  .divssa._2 {
    height: 400px;
  }

  .imgdiv {
    margin-top: 41px;
  }

  .imgdiv._2 {
    margin-top: 50px;
  }

  .imgdiv._3 {
    margin-top: 41px;
  }

  .div-block-75 {
    width: 30px;
    height: 30px;
  }

  .column-3 {
    background-color: #fafafa00;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dvi {
    background-color: var(--whiter);
    align-items: flex-end;
    height: auto;
    margin-top: 20px;
  }

  .text-10 {
    text-align: left;
    margin-top: 0;
    font-size: 20px;
  }

  .div-block-77 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    width: 100%;
    height: 50px;
    font-size: 12px;
  }

  .form {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .grid-2 {
    flex-flow: column;
  }

  .image-6 {
    width: 200px;
  }

  .text-block-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-3 {
    margin-top: 20px;
  }

  .copyright-annorastudio-2022-all-right-reserved {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
  }

  .privacy-policy {
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .div-block-80 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .image-7 {
    width: 40px;
  }

  .icon {
    color: #000;
  }

  .image-8 {
    margin-top: 0;
  }

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

  .image-9 {
    top: 40%;
    left: 36%;
  }

  .heading-6 {
    font-size: 26px;
  }

  .columns-2 {
    flex-flow: row;
    display: flex;
  }

  .column-6 {
    display: flex;
  }

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

  .image-10 {
    width: 10px;
  }

  .text-block-9 {
    text-align: center;
    font-size: 12px;
  }

  .navbar-brand-mobile {
    display: block;
  }

  .body {
    background-color: #fafafa;
  }

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

  .div-block-84 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-display-ar.center.white {
    font-size: 35px;
  }

  .text-h1-ar {
    font-size: 25px;
  }

  .text-h2-ar {
    font-size: 30px;
  }

  .text-body-ar {
    text-align: right;
    font-size: 14px;
  }

  .text-body-ar.white {
    text-align: right;
    height: auto;
    font-size: 12px;
  }

  .text-body-ar.white.heightfix {
    text-align: left;
    height: auto;
  }

  .text-body-ar.minwidth.center {
    width: 300px;
  }

  .text-body-ar.minwidth.center.black {
    text-align: right;
  }

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

  .section-5 {
    overflow: hidden;
  }

  .text-h1-2 {
    text-align: right;
    font-size: 25px;
  }

  .text-h1-2.white {
    font-size: 20px;
  }

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

  .div-block-90 {
    border-radius: 0;
  }

  .text-body-2 {
    text-align: left;
    font-size: 14px;
  }

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

  .section-6 {
    overflow: hidden;
  }

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

  .div-block-3-copy-2 {
    border-radius: 0;
  }

  .image-11 {
    top: 40%;
    left: 36%;
  }

  .frame-1171275471 {
    width: 80%;
  }

  .section-7 {
    overflow: hidden;
  }

  .div-block-93 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-body-3 {
    text-align: left;
    font-size: 14px;
  }

  .div-block-94 {
    margin-top: 40px;
    padding-top: 10px;
  }

  .columns-3.trns {
    flex-flow: column;
  }

  .image-13 {
    margin-top: 0;
  }

  .c-sidenavbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-side-brand-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-subheader {
    font-size: 1.5em;
  }

  .hero-header {
    font-size: 2.5em;
    line-height: 1.2em;
  }
}

#w-node-_5b71e5fd-5b38-197a-8431-2d8febb5350f-91878c8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_35af1b8e-a3aa-1d65-c785-3d15632ec884-632ec87f, #w-node-_35af1b8e-a3aa-1d65-c785-3d15632ec887-632ec87f, #w-node-_35af1b8e-a3aa-1d65-c785-3d15632ec88a-632ec87f, #w-node-_35af1b8e-a3aa-1d65-c785-3d15632ec88d-632ec87f, #w-node-_35af1b8e-a3aa-1d65-c785-3d15632ec890-632ec87f {
  place-self: center;
}

#w-node-_35af1b8e-a3aa-1d65-c785-3d15632ec895-632ec87f {
  align-self: center;
}

#w-node-_35af1b8e-a3aa-1d65-c785-3d15632ec898-632ec87f {
  justify-self: end;
}

#w-node-_5b71e5fd-5b38-197a-8431-2d8febb5350f-91878c8d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83259d90-9c0a-95ea-9bf8-dcfba63f7ec2-a63f7ebb, #w-node-_83259d90-9c0a-95ea-9bf8-dcfba63f7ec5-a63f7ebb, #w-node-_83259d90-9c0a-95ea-9bf8-dcfba63f7ec8-a63f7ebb, #w-node-_83259d90-9c0a-95ea-9bf8-dcfba63f7ecb-a63f7ebb, #w-node-_83259d90-9c0a-95ea-9bf8-dcfba63f7ece-a63f7ebb {
  place-self: center;
}

#w-node-_83259d90-9c0a-95ea-9bf8-dcfba63f7ed3-a63f7ebb {
  align-self: center;
}

#w-node-_83259d90-9c0a-95ea-9bf8-dcfba63f7ed6-a63f7ebb {
  justify-self: end;
}

#w-node-ffa8ecbe-9557-045d-16bf-d8f6697fbc83-e8a0c8be {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_24dfd3ad-57fa-c42d-6cac-9893dadaf653-f3cfa90a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_35af1b8e-a3aa-1d65-c785-3d15632ec895-632ec87f, #w-node-_83259d90-9c0a-95ea-9bf8-dcfba63f7ed3-a63f7ebb {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e36146dc-0363-98eb-11ec-ff09f52a810d-91878c8a, #w-node-ec05926b-657b-fc40-7a55-fe86cb4abf4d-91878c8a, #w-node-e36146dc-0363-98eb-11ec-ff09f52a810d-91878c8d, #w-node-ec05926b-657b-fc40-7a55-fe86cb4abf4d-91878c8d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


