@font-face {
  font-family: Dubaiw23;
  src: url('../fonts/DubaiW23-Light.woff2') format("woff2"), url('../fonts/DubaiW23-Light.eot') format("embedded-opentype"), url('../fonts/DubaiW23-Light.woff') format("woff"), url('../fonts/DubaiW23-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Dubaiw23;
  src: url('../fonts/DubaiW23-Medium.woff2') format("woff2"), url('../fonts/DubaiW23-Medium.eot') format("embedded-opentype"), url('../fonts/DubaiW23-Medium.woff') format("woff"), url('../fonts/DubaiW23-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Dubaiw23;
  src: url('../fonts/DubaiW23-Regular.woff2') format("woff2"), url('../fonts/DubaiW23-Regular.eot') format("embedded-opentype"), url('../fonts/DubaiW23-Regular.woff') format("woff"), url('../fonts/DubaiW23-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Dubaiw23;
  src: url('../fonts/DubaiW23-Bold.woff2') format("woff2"), url('../fonts/DubaiW23-Bold.eot') format("embedded-opentype"), url('../fonts/DubaiW23-Bold.woff') format("woff"), url('../fonts/DubaiW23-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Walrus typeface;
  src: url('../fonts/Walrus-Typeface.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --lime-green: #2adc65;
  --light-cyan: #ddfaff;
  --red: #e30613;
  --sky-blue: #5ec8dc;
  --sea-green: #009248;
  --steel-blue: #2f83b4;
  --black-2: #2b2b2b;
  --black: black;
  --white: white;
  --dark-grey: #919497;
  --untitled-ui-gray700: #344054;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
  --untitled-ui-gray500: #667085;
  --007934: #ffffff80;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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: #212127;
  padding-bottom: 500px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #aaa;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

a {
  color: #aaa;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  text-decoration: underline;
}

ul {
  color: var(--lime-green);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: #aaa;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

blockquote {
  border-left: 2px solid var(--lime-green);
  color: #aaa;
  margin-bottom: 10px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner {
  z-index: 1;
  background-color: var(--light-cyan);
  height: 75vh;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.banner.style-2 {
  z-index: 2;
  background-color: #f8fbfd;
  height: 800px;
  overflow: visible;
}

.banner.style-3 {
  perspective: 1000px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.banner.style-5 {
  background-color: #313137;
  height: 75vh;
}

.banner.style-6 {
  background-color: #f8fbfd;
  padding-left: 0;
  padding-right: 0;
}

.banner.intro {
  background-color: #eef4f8;
}

.banner.gradient {
  background-color: var(--light-cyan);
  height: 75vh;
  display: none;
}

.project-content {
  position: relative;
}

.project-content.full-version {
  overflow: hidden;
}

.project-content.in-password {
  z-index: 6;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section {
  z-index: 1;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  padding: 50px 30px;
  position: relative;
}

.section.gray {
  z-index: 1;
  background-image: linear-gradient(#0000, #fff);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section.gray.mockup {
  height: 500px;
}

.section.gray.full-width {
  background-color: #fff;
  height: 100vh;
}

.section.gray.greyscale {
  background-image: linear-gradient(#fff, #0000);
  background-position: 0 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.gray.greyscale.poles {
  display: none;
}

.section.gray.zayed {
  background-image: linear-gradient(#0000, #fff);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section.gray.zayed.poles {
  display: none;
}

.section.gray.uopdated {
  background-image: linear-gradient(#fff 64%, #0000);
  background-position: 0 0;
}

.section.color {
  z-index: 1;
  background-color: var(--lime-green);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.color.white-color {
  background-color: #fff;
}

.section.with-line {
  border-bottom: 1px solid #f2f2f2;
}

.section.less-padding {
  padding-top: 50px;
  padding-bottom: 60px;
}

.section.image {
  background-image: linear-gradient(45deg, #00000040, #ffffff4d), url('../images/black.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 50px;
}

.section.image.normal {
  padding-bottom: 180px;
}

.section.overflow {
  overflow: hidden;
}

.section.no-top-padding {
  padding-top: 60px;
}

.section.with-shape {
  background-image: url('../images/shape-banner-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.with-shape.overflow {
  background-position: 100% 0;
  background-size: 1000px;
}

.section.with-shape-second {
  background-image: url('../images/shape-banner-3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 900px;
  padding-top: 0;
}

.section.gray-copy {
  z-index: 1;
  background-color: #f4fdff;
}

.section.gray-copy.mockup {
  height: 500px;
}

.section.gray-copy.full-width {
  background-color: #fff;
  height: 100vh;
}

.section.white {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.section.quotes {
  display: none;
}

.container {
  flex: 1;
  max-width: 1200px;
}

.container.center {
  z-index: 1;
  position: relative;
  top: 70%;
  transform: translate(0, -50%);
}

.container.center.style-2, .container.center.style-3 {
  top: 45%;
}

.container.center.sub-banner-style {
  top: 55%;
}

.container.center.intro {
  top: 45%;
}

.container.in-mockup {
  margin-top: -450px;
}

.container.banner-style-3 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.container.flexed {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #fffc;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.white-style {
  top: 0;
  left: 0;
  right: 0;
}

.navbar.ar {
  background-color: #ffffff80;
}

.navlink {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 25px 15px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-text {
  color: #212127;
}

.nav-text.arabic {
  font-family: Dubaiw23, sans-serif;
}

.nav-text.ar {
  text-align: right;
  font-family: Dubaiw23, sans-serif;
}

.nav-line {
  background-color: var(--red);
  order: 1;
  width: 100%;
  height: 2px;
}

.icon {
  color: #b5b5be;
  margin-top: 22px;
  margin-right: 8px;
  font-size: 12px;
}

.brand {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 5px;
  display: block;
}

.logo-tagline {
  color: #717177;
  margin-left: 15px;
  font-size: 14px;
  display: none;
}

.logo-tagline.white-color {
  color: #fff;
}

.logo-image {
  z-index: 1;
  width: 200px;
  display: none;
  position: relative;
}

.shape-1 {
  display: inline-block;
  position: absolute;
  bottom: 105px;
  right: 50px;
}

.shape-1.second-style {
  bottom: 470px;
}

.shape-1.fourth-style {
  z-index: 4;
  top: 500px;
  bottom: auto;
  right: 50px;
}

.shape-1.five-style {
  z-index: 5;
  bottom: -72px;
}

.shape-1.intro-style {
  bottom: 303px;
  left: 50px;
  right: auto;
}

.shape-1.sixth-style {
  max-width: 50%;
  inset: -7% auto auto 13%;
}

.shape-2 {
  position: absolute;
  top: 300px;
  bottom: 100px;
  left: 5px;
}

.shape-2.in-section {
  display: block;
  top: 100px;
}

.shape-2.in-section._2 {
  opacity: .79;
  left: auto;
  right: 50px;
}

.shape-2.in-section._2.cloud1-copy {
  top: 135px;
  right: 432px;
}

.shape-2.in-section._2.cloud1-copy-copy {
  top: 135px;
  right: 171px;
}

.shape-2.in-section._2.cloud2 {
  top: 91px;
  right: 419px;
}

.shape-2.in-section._2.cloud2-copy {
  top: 159px;
  right: 743px;
}

.shape-2.in-section._2-copy {
  opacity: .79;
  top: 153px;
  left: auto;
  right: 372px;
}

.shape-2.in-section._2-copy-copy {
  opacity: .79;
  top: 135px;
  left: auto;
  right: 780px;
}

.shape-2.style-2 {
  top: auto;
  bottom: 140px;
  left: 5px;
}

.shape-2.tri {
  opacity: .26;
}

.shape-3 {
  opacity: .15;
  position: absolute;
  top: 200px;
  right: 5px;
}

.shape-3.second-style {
  z-index: 4;
  top: 200px;
  left: 5px;
  right: auto;
}

.shape-5 {
  display: none;
  position: absolute;
  bottom: 40px;
  left: -236px;
}

.shape-4 {
  display: inline-block;
  position: absolute;
  bottom: 69px;
  right: 300px;
}

.shape-4.version-2 {
  bottom: -45px;
}

.shape-4.fourth-style {
  z-index: 3;
  top: 3000px;
  bottom: auto;
  right: 165px;
}

.shape-6 {
  z-index: 1;
  float: left;
  color: var(--sky-blue);
  max-width: none;
  max-height: 100%;
  position: relative;
  bottom: 0;
  left: 35px;
  right: -120px;
}

.flex-row {
  align-items: center;
  display: flex;
}

.flex-row.no-flex {
  display: block;
}

.flex-row.no-flex.make-flex-again.border {
  border-bottom: 1px solid #e7e7e7;
  display: block;
}

.flex-row.no-flex.border {
  border-bottom: 1px solid #e0e0e0;
  display: block;
}

.flex-row.no-flex.border.last {
  border-bottom-style: none;
}

.shape-8 {
  z-index: 1;
  filter: blur(5px);
  position: absolute;
  bottom: 242px;
  right: -249px;
}

.shape-8.style-2 {
  filter: blur(10px);
  bottom: 160px;
  right: 220px;
}

.shape-8.style-3 {
  z-index: 3;
  bottom: 285px;
  right: 36px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 30px #0000000a;
}

.vertical-wrapper {
  z-index: 999;
  float: right;
  align-items: center;
  margin-right: -120px;
  display: none;
  position: absolute;
  top: 191px;
  right: -20px;
  transform: rotate(90deg);
}

.vertical-wrapper.left {
  margin-left: -180px;
  margin-right: 0;
  top: 268px;
  right: auto;
}

.vertical-wrapper.left.x2 {
  margin-left: -150px;
}

.vertical-wrapper.left.y2 {
  margin-left: -220px;
}

.vertical-wrapper.left.less {
  top: 271px;
  overflow: visible;
  transform: rotate(90deg);
}

.vertical-wrapper.left.more {
  top: 224px;
}

.vertical-wrapper.blog {
  margin-right: -100px;
}

.vertical-wrapper.process {
  margin-right: -150px;
}

.vertical-wrapper.move {
  top: 91px;
}

.vertical-wrapper.less {
  top: 201px;
}

.vertical-wrapper.less.more {
  top: 239px;
}

.vertical-number {
  color: #ffaeb3;
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
}

.vertical-number.ar {
  color: #fcb3b7;
  text-shadow: none;
  font-family: Dubaiw23, sans-serif;
  font-size: 75px;
  font-weight: 300;
}

.vertical-line {
  background-color: #f7a5aa;
  width: 200px;
  height: 1px;
  margin-right: 20px;
  position: relative;
}

.vertical-line.colored {
  background-color: var(--sea-green);
}

.algin-center {
  text-align: center;
  position: relative;
}

.title-wrapper {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-wrapper.with-margin {
  margin-bottom: 80px;
}

.title-wrapper.with-margin.more {
  margin-bottom: 120px;
}

.title-wrapper.full-percent {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.red-title {
  color: #009148;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
}

.red-title.style-2 {
  font-size: 60px;
  line-height: 70px;
}

.red-title.style-3 {
  color: #ffffff69;
  font-size: 58px;
  line-height: 70px;
}

.red-title.style-4 {
  font-size: 70px;
  line-height: 80px;
}

.red-title.left {
  color: #e40101;
  text-align: left;
}

.red-title.left.righter {
  text-align: right;
  display: block;
}

.red-title.justify {
  direction: rtl;
  color: #44bed4;
  text-align: center;
}

.red-title.righter {
  text-align: right;
  display: block;
}

.dark-color {
  color: #212127;
  text-transform: capitalize;
  font-family: Dubaiw23, sans-serif;
  font-size: 35px;
  line-height: 30px;
}

.dark-color.make-white {
  color: #fff;
  display: inline;
}

.dark-color.red.righter {
  text-align: right;
  font-size: 34px;
}

.dark-color.left {
  text-align: left;
}

.dark-color.arabic {
  color: var(--steel-blue);
  line-height: 20px;
}

.small-title {
  color: #717177;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.small-title.white-title {
  color: #fff;
}

.top-margin {
  align-self: stretch;
  margin-top: 25px;
}

.top-margin.medium {
  margin-top: 50px;
}

.top-margin.small {
  margin-top: 15px;
}

.top-margin.big {
  margin-top: 90px;
}

.button {
  color: #fff;
  background-color: #d40303;
  border-radius: 10px;
  padding: 15px 33px;
  font-family: Dubaiw23, sans-serif;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-color: var(--sea-green);
}

.button.subscribe-button {
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 40%;
}

.button.line {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff;
}

.button.line:hover {
  color: var(--lime-green);
  background-color: #fff;
}

.button.intro {
  padding-left: 13px;
}

.button.full {
  text-align: center;
  width: 100%;
  display: block;
}

.button.ar {
  direction: rtl;
}

.button.ar:hover {
  background-color: #009248;
}

.button.combine, .left-banner-wrapper.make-center {
  text-align: center;
}

.left-banner-wrapper.make-center.ar {
  text-align: center;
  padding-top: 0;
}

.ceo-photo {
  background-color: #000;
  background-image: url('../images/team-4_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400px 200px 200px 150px;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 14px 14px 50px -20px #00000080;
}

.ceo-photo.in-team {
  background-image: url('../images/team-2.jpg');
  margin-top: -120px;
}

.ceo-photo.in-team._2 {
  background-image: url('../images/team-4.jpg');
  background-position: 50% 0;
}

.ceo-photo.in-team._3 {
  background-image: url('../images/team-1.jpg');
}

.ceo-name {
  color: var(--lime-green);
  margin-bottom: 5px;
}

.job-title {
  color: #b7b7c7;
  font-family: Dubaiw23, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.sign-font {
  color: #121217;
  font-family: Walrus typeface, sans-serif;
  font-size: 90px;
  line-height: 80px;
}

.preloader {
  z-index: 9998;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.loader-top-half {
  background-color: #eef4f8;
  width: 100%;
  height: 50%;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.loader-bottom-half {
  background-color: #eef4f8;
  width: 100%;
  height: 50%;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader-icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-link {
  color: #919197;
  padding-top: 9px;
  padding-bottom: 8px;
  font-size: 14px;
}

.dropdown-link:hover {
  color: #616167;
  text-decoration: underline;
}

.dropdown-link.w--current {
  color: #515157;
  text-decoration: underline;
}

.nav-menu {
  align-items: center;
  height: 60px;
  display: flex;
}

.services-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  padding: 80px 40px;
}

.services-wrapper.second-style {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 65px 30px;
  display: block;
}

.features-icon {
  margin-bottom: 15px;
}

.paragraph-small {
  color: var(--black-2);
  text-align: justify;
  font-family: Dubaiw23, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-small.copyright {
  margin-bottom: 0;
}

.paragraph-small.white {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-small.in-list, .paragraph-small.date, .paragraph-small.in-faq {
  margin-bottom: 0;
}

.paragraph-small.block {
  margin-right: 5px;
  display: inline-block;
}

.paragraph-small.block.darker {
  color: #717177;
}

.paragraph-small.ar {
  direction: rtl;
  color: var(--black-2);
  text-align: justify;
  max-width: 50%;
  max-height: 100%;
  font-size: 18px;
}

.services-title {
  margin-bottom: 15px;
}

.services-title.green {
  color: var(--lime-green);
}

.services-title.radio-text {
  color: #b4b4b4;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.left-padding {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 700px;
  padding-right: 12px;
  display: flex;
}

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

.left-padding.make-left {
  align-items: flex-start;
}

.left-padding.add-bottom-margin {
  height: 500px;
}

.circle-shape {
  z-index: 1;
  background-image: url('../images/poemheader1-p-2000.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 550px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 14px 14px 50px -20px #0000001a;
}

.circle-shape.zayed {
  background-image: url('../images/88-p-500.jpeg');
  background-position: 50%;
}

.circle-shape.tri {
  box-shadow: none;
  background-image: none;
  border-radius: 0%;
  width: 650px;
  height: 650px;
}

.shape-7 {
  z-index: 1;
  opacity: .95;
  display: none;
  position: absolute;
  bottom: 140px;
  right: -46px;
}

.shape-7._22 {
  inset: auto auto 0% 0%;
}

.lightbox-link {
  z-index: 5;
  background-color: var(--lime-green);
  background-image: url('../images/icons8-play-512.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: none;
  position: absolute;
  top: 70px;
  left: 60px;
}

.lightbox-link.style-2 {
  width: 70px;
  height: 70px;
  inset: auto 0 -33px 50%;
  transform: translate(-50%);
}

.lightbox-link.style-3 {
  position: relative;
  top: 0;
  left: 0;
}

.lightbox-link.style-4 {
  top: auto;
  bottom: 0;
  left: 30px;
}

.lightbox-image {
  display: none;
}

.margin-page {
  margin-top: 15px;
  position: relative;
}

.margin-page.more {
  margin-top: 150px;
}

.margin-page.in-intro {
  margin-top: 80px;
}

.iphone-second {
  filter: blur(3px);
  position: relative;
  top: 13px;
  left: 80px;
}

.iphone-first {
  z-index: 1;
  position: absolute;
  top: 71px;
}

.fun-facts-wrapper {
  align-items: center;
  display: flex;
}

.fun-image {
  margin-right: 15px;
}

.fun-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.fun-number.dark-color {
  color: #212127;
}

.paragraph-white {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-white.gray-color {
  color: #aaa;
}

.vericatl-line-overlay {
  background-color: #fff;
  width: 53%;
  height: 1px;
  position: absolute;
}

.team-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  width: 95%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 25px;
  display: block;
}

.social-icon {
  margin-left: 5px;
  margin-right: 5px;
}

.arrow-hide {
  display: none;
}

.slide-nav {
  opacity: .5;
  text-align: right;
  padding-top: 20px;
  font-size: 9px;
  position: relative;
}

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

.testi-slider {
  background-color: #0000;
  height: auto;
}

.testi-wrapper {
  background-color: #fff;
  border: 1px solid #5ec8dc;
  border-radius: 3px;
  width: 90%;
  margin-left: auto;
  margin-right: 0;
  padding: 40px 35px;
  display: block;
  position: relative;
  overflow: hidden;
}

.testi-wrapper.second {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.image-2 {
  opacity: .07;
  position: absolute;
  bottom: -55px;
  right: -49px;
}

.testi-author {
  align-items: center;
  display: flex;
}

.testi-author.add-margin {
  margin-top: 20px;
}

.testi-photo {
  background-image: url('../images/khalifa_Bin_Zayd_AlNihayan__2013_12_02_h14m44s25__SB-p-500.jpeg');
  background-position: 65% 10%;
  background-repeat: no-repeat;
  background-size: 120px;
  border-radius: 100%;
  flex: none;
  width: 65px;
  height: 65px;
  margin-right: 13px;
}

.testi-photo._2 {
  background-image: url('../images/Shaikh-Mohammed-Bin-Rashid-3-mb-p-500.jpeg');
  background-position: 50%;
  background-size: 80px;
  flex: none;
}

.testi-photo._3 {
  background-image: url('../images/his-highness-sheikh-mohamed-bin-zayed-al-nahyan-u185398-fr-updated-p-500.jpeg');
  background-position: 50% 30%;
  background-size: 100px;
}

.testi-photo._4 {
  background-image: url('../images/ceo.jpg');
  background-size: cover;
}

.testi-photo._5 {
  background-image: url('../images/team-2_1.jpg');
  background-size: cover;
}

.testi-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dubaiw23, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.testi-name.ar {
  direction: rtl;
  text-align: justify;
  font-size: 15px;
  line-height: 18px;
}

.logo-wrapper {
  float: left;
  opacity: .3;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 120px;
  display: flex;
}

.footer {
  background-color: #f8fbfd;
  align-items: center;
  height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer.style-2 {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-column {
  margin-right: 30px;
}

.link-block {
  width: 60px;
  height: 60px;
}

.mail {
  color: #818187;
  text-decoration: none;
  display: inline-block;
}

.mail.in-top {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.footer-title {
  align-items: center;
  height: 60px;
  display: flex;
}

.footer-sub-title {
  color: var(--lime-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.footer-block {
  color: #b0b0b4;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-block:hover {
  color: #717177;
  text-decoration: underline;
}

.horizontal-line {
  background-color: #e2eff8;
  width: 1px;
  height: 382px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 50%;
}

.horizontal-line.top {
  margin-top: 165px;
  top: 0;
  left: 50%;
  right: 50%;
}

.horizontal-line.vertical {
  width: 100%;
  height: 1px;
  margin-top: 0;
  top: 60px;
  left: 0;
  right: 0;
}

.horizontal-line.in-sub-page {
  z-index: 10;
  height: 270px;
  bottom: -121px;
}

.features-content {
  z-index: 1;
  float: left;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2eff8;
  width: 33.333%;
  margin-top: -1px;
  margin-left: -1px;
  padding: 80px 40px;
  position: relative;
}

.slider-banner {
  z-index: 1;
  background-color: #0000;
  height: auto;
}

.shape-9 {
  position: absolute;
  top: -150px;
  left: -300px;
}

.top-title-wrapper {
  z-index: 10;
  position: relative;
}

.top-title-wrapper.style-2 {
  top: -120px;
}

.about-image {
  z-index: 1;
  display: block;
  position: relative;
}

.shape-10 {
  border: 2px solid var(--lime-green);
  width: 85%;
  height: 400px;
  position: absolute;
  bottom: -35px;
  left: -30px;
}

.phone-number-wrapper {
  z-index: 1;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.phone-icon {
  margin-right: 10px;
}

.social-wrapper-banner {
  z-index: 1;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

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

.iphone-third {
  z-index: 2;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.mockup-wrapper {
  position: relative;
}

.process-icon {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.process-content {
  width: 80%;
}

.process-content.in-right {
  float: right;
}

.process-wrapper {
  flex-direction: column;
  display: flex;
}

.process-wrapper._2 {
  text-align: center;
  align-items: center;
}

.process-wrapper._3 {
  text-align: right;
  align-items: flex-end;
}

.banner-title {
  color: #fff;
  width: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.logo-client {
  float: left;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100px;
  display: flex;
}

.logo-client.logo-trans {
  opacity: .6;
}

.submit-project-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label {
  color: #717177;
  margin-bottom: 7px;
  font-weight: 400;
}

.text-field {
  border: 1px solid #e2eff8;
  border-radius: 5px;
  height: 50px;
  padding-left: 15px;
  font-size: 13px;
}

.text-field:hover {
  color: #717177;
  background-color: #0000;
}

.text-field:focus {
  border-color: var(--lime-green);
  background-color: #0000;
}

.text-field::placeholder {
  color: #b4b4b4;
}

.text-field.area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 100px;
}

.text-field.subscribe {
  float: left;
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 60%;
}

.text-field.second-field {
  width: 95%;
}

.radio-button-field {
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
}

.radio-button {
  background-color: #fff;
  margin-top: 0;
  display: block;
}

.field-label-2 {
  display: none;
}

.radio-1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.radio-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 5px;
  margin-top: 5px;
  padding: 30px;
}

.radio-wrapper:hover {
  border-color: var(--lime-green);
}

.success-message {
  background-color: var(--lime-green);
  color: #fff;
  border-radius: 5px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ff5a5a;
  border-radius: 5px;
}

.project-wrapper {
  float: left;
  color: #212127;
  text-align: center;
  width: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.project-wrapper.second-style {
  box-shadow: 0 20px 50px -20px #0000001a;
}

.project-wrapper.second-style.no-shadow {
  box-shadow: none;
}

.project-image {
  width: 100%;
}

.open-project {
  background-color: var(--lime-green);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.arrow-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.maximize-arrow {
  width: 100%;
  height: 100%;
}

.minimize-arrow {
  width: 100%;
  height: 100%;
  position: absolute;
}

.project-tittle {
  color: #fff;
  margin-top: 0;
  font-size: 19px;
  line-height: 26px;
}

.project-tittle.black {
  color: #212127;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.project-tittle.black.biger {
  font-size: 20px;
  font-weight: 500;
}

.project-tittle.biger {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.project-content-inside {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-item {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.project-item.second {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.banner-image {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.shape-11 {
  border-top: 150px solid #ffc0c000;
  border-bottom: 50px solid #0000;
  border-left: 150px solid var(--lime-green);
  filter: blur(5px);
  width: 0;
  height: 0;
  position: absolute;
  bottom: 200px;
  right: 60px;
}

.button-divider {
  width: 20px;
  display: inline-block;
}

.image-left-full {
  border-radius: 70px;
  max-width: none;
  max-height: 100%;
}

.image-left-full.in-map {
  width: 1080px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.image-left-full.ipad {
  border-radius: 0;
  margin-top: 100px;
  margin-left: -100px;
}

.image-left-full.iphone-fourth {
  float: right;
  position: relative;
  left: 138px;
}

.image-left-full.iphone-fourth.absolute {
  position: absolute;
  bottom: 82px;
  left: auto;
  right: -50px;
}

.circle-icon {
  float: left;
  border: 2px solid var(--lime-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 25px;
  display: flex;
}

.services-content {
  position: relative;
  overflow: hidden;
}

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

.check-image {
  margin-right: 10px;
}

.animation-wrapper {
  z-index: 1;
  position: relative;
}

.slide-nav-none {
  display: none;
}

.project-slider {
  background-color: #0000;
  height: auto;
}

.arrow-slider {
  color: var(--lime-green);
  background-color: #fff;
  width: 60px;
  height: 60px;
  font-size: 16px;
  box-shadow: -14px 14px 50px -20px #0000004d;
}

.arrow-slider.left {
  box-shadow: 14px 14px 50px -20px #0000004d;
}

.team-photo {
  border-radius: 20px;
}

.team-wrapper-second {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-icon {
  margin-bottom: 20px;
}

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

.map {
  filter: grayscale();
  width: 100%;
  height: 100%;
}

.shape-12 {
  background-image: linear-gradient(135deg, #2adc6526, #f8fbfd 54%);
  border-radius: 100%;
  width: 800px;
  height: 800px;
  position: absolute;
  bottom: -176px;
  right: -154px;
}

.green-shape {
  width: 100%;
  max-width: none;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.laptop-image {
  float: right;
  max-width: none;
  max-height: 100%;
}

.circle-icon-service {
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quote-icon-big {
  float: left;
  margin-right: 25px;
}

.block-quote {
  margin-bottom: 0;
}

.quote-wrapper {
  align-items: flex-start;
  display: flex;
}

.project-image-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.project-image-wrapper.top-rounded {
  border-radius: 10px 10px 0 0;
}

.project-image-wrapper.with-corner {
  border-radius: 0;
}

.image-project-overlay {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.square-icon {
  background-color: var(--lime-green);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.scroll-down-wrapper {
  z-index: 1;
  align-items: center;
  display: none;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.mouse-scroll {
  border: 2px solid #5ec8dc;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mouse-dots {
  background-color: var(--lime-green);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-top: 10px;
}

.make-relative {
  position: relative;
}

.about-image-1 {
  border-radius: 5px;
  margin-top: -50px;
  margin-right: 20px;
}

.about-image-2 {
  border-radius: 5px;
  margin-top: 50px;
}

.about-wrapper {
  align-items: center;
  display: flex;
}

.background-video {
  filter: grayscale();
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.video-overlay {
  background-image: linear-gradient(#ffffffbf, #fff 88%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.features-image {
  border-radius: 5px;
}

.project-full {
  z-index: 2;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.project-full.auto-project {
  height: auto;
  overflow: hidden;
}

.project-list-wrapper {
  height: 100vh;
}

.project-list-wrapper.make-half {
  height: 700px;
}

.collection-list {
  height: 100%;
}

.project-full-item {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.project-image-zoom {
  filter: blur(5px);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transform: scale(1.1);
}

.project-image-zoom.not-blur {
  filter: none;
}

.project-image-overlay {
  z-index: 1;
  background-color: #fff6;
  background-image: radial-gradient(circle, #0000, #fff 89%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.project-image-overlay.in-banner {
  background-color: #fffc;
  background-image: radial-gradient(circle, #0000, #fff);
}

.project-image-overlay.less-gradient {
  background-color: #ffffff1a;
  background-image: radial-gradient(circle, #0000, #fffffff7);
}

.project-percent {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-percent.more {
  width: 70%;
}

.project-white-content {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 40px 90px;
}

.banner-image-zoom {
  background-image: url('../images/big-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.logo-banner {
  z-index: 4;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

.blog-wrapper {
  float: left;
  color: #313137;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-wrapper:hover {
  color: var(--lime-green);
}

.blog-wrapper.second-style {
  border-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.blog-wrapper.second-style.with-margin {
  margin-bottom: 80px;
}

.blog-wrapper.third-style {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
}

.blog-wrapper.third-style.with-margin {
  margin-bottom: 20px;
}

.blog-wrapper.third-style.final {
  width: 96%;
  margin-bottom: 20px;
}

.blog-wrapper.in-blog-page {
  width: 94%;
  margin-bottom: 25px;
}

.blog-photo {
  margin-left: 80px;
  position: relative;
  overflow: hidden;
}

.blog-photo.normal {
  margin-left: 0;
}

.blog-photo.half {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  margin-left: 0;
  margin-right: 30px;
}

.blog-photo.half.for-sidebar {
  width: 130px;
  height: 130px;
}

.blog-category {
  color: #919197;
  background-color: #fff;
  border-radius: 3px;
  padding: 7px 15px;
  font-size: 13px;
  position: absolute;
  top: 12.5px;
  right: 12.5px;
}

.blog-category.left {
  top: 12.5px;
  left: 12.5px;
  right: auto;
}

.blog-category.normal {
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
}

.blog-content {
  background-color: #fff;
  padding: 35px;
}

.blog-content.second-content {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  padding: 70px;
  position: relative;
  left: -80px;
}

.blog-content.third-content {
  background-color: #0000;
  flex: 1;
  padding: 10px 0 0;
}

.blog-title {
  margin-top: 15px;
  font-size: 19px;
  line-height: 28px;
}

.blog-title.small-blog-title {
  margin-top: 5px;
  font-size: 17px;
  line-height: 24px;
}

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

.date-image {
  margin-right: 15px;
}

.blog-image {
  border-radius: 3px;
}

.blog-flex {
  margin-right: 30px;
}

.sub-banner {
  z-index: 1;
  background-color: #f8fbfd;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/sub-banner.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 500px;
  position: relative;
}

.portfolio-big-wrapper {
  z-index: 1;
  position: relative;
}

.project-image-big {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sidebar-content {
  margin-bottom: 50px;
}

.sidebar-title {
  color: #babac3;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2eff8;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-weight: 400;
}

.price-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  width: 97%;
  position: relative;
}

.top-price {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.price-middle {
  padding-top: 10px;
  padding-bottom: 0;
}

.price-square {
  border: 2px solid var(--lime-green);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price {
  color: var(--lime-green);
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
}

.from-text {
  margin-bottom: 0;
}

.price-end {
  padding: 25px 40px 40px;
}

.price-title {
  color: var(--lime-green);
}

.tabs-menu {
  float: left;
  width: 30%;
  margin-right: 0;
}

.tab-link {
  color: #aaa;
  background-color: #fff;
  border: 1px solid #e2eff8;
  align-items: center;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  display: flex;
}

.tab-link.w--current {
  background-color: #fafafa;
}

.faq-image {
  margin-right: 15px;
}

.faq-image.with-margin {
  margin-bottom: 30px;
}

.tabs-content {
  border: 1px solid #e2eff8;
  height: 100%;
  padding: 60px;
  left: -1px;
}

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

.utility-page-wrap {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-page-form.horizontal {
  flex-direction: column;
  display: block;
}

._404-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-left {
  margin-left: 50px;
  margin-right: 0;
}

.project-left.base {
  margin-left: 0;
  margin-right: 50px;
}

.project-title {
  margin-top: 0;
}

.reverse-row {
  flex-direction: row-reverse;
  display: flex;
}

.link {
  color: #717177;
  display: inline-block;
}

.link.with-left-margin {
  margin-right: 5px;
}

.blog-wrapper-page {
  background-color: #fff;
  border: 1px solid #e2eff8;
  border-radius: 3px;
  margin-right: 50px;
  position: relative;
  overflow: hidden;
}

.blog-wrapper-page.no-border {
  border-style: none;
  border-bottom-width: 0;
}

.blog-content-page {
  flex-direction: column;
  align-items: stretch;
  width: 85%;
  margin: 50px auto 40px;
  display: flex;
}

.pres-1 {
  z-index: 2;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 1px 1px 30px #0000000d;
}

.pres-2 {
  position: absolute;
  top: 45%;
  bottom: 0;
  left: -100px;
  transform: translate(0, -50%);
  box-shadow: 1px 1px 30px #0000000d;
}

.pres-3 {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 1px 1px 30px #0000000d;
}

.pres-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 1px 1px 30px #0000000d;
}

.pres-5 {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -143px;
  box-shadow: 1px 1px 30px #0000000d;
}

.pres-6 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 30px #0000000d;
}

.pres-7 {
  position: absolute;
  top: 45%;
  right: -100px;
  transform: translate(0, -50%);
  box-shadow: 1px 1px 30px #0000000d;
}

.intro-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro-features-title {
  margin-top: 0;
}

.intro-features-wrapper {
  width: 90%;
  padding-top: 10px;
}

.banner-overlay {
  z-index: 20;
  text-indent: 20px;
  background-color: #ffffffb3;
  background-image: linear-gradient(#ffffff6e, #ffffffe6 91%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.pres-8 {
  position: absolute;
  top: -169px;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.pres-wrapper {
  width: 93%;
  height: 640px;
  position: relative;
  overflow: scroll;
  box-shadow: 31px 31px 44px -22px #6775824d;
}

.layout-title {
  background-color: var(--lime-green);
  color: #fff;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 20px 9px;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}

.pres-image {
  width: 100%;
}

.inner-page-wrapper {
  color: #212127;
  background-color: #fff;
  width: 23.3%;
  margin-right: 20px;
  padding: 25px 30px;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 16px 16px 22px -15px #67758233;
}

.inner-page-wrapper:hover {
  box-shadow: none;
}

.inner-page-wrapper.five {
  width: 18.3%;
  margin-right: 20px;
}

.inner-page-wrapper.three {
  width: 31.6%;
}

.inner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 25%;
  margin-bottom: 10px;
  margin-right: 10px;
}

.button-wrapper {
  text-align: center;
  padding: 40px;
}

.button-wrapper.with-color {
  background-color: var(--lime-green);
}

.paragraph-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-paragraph {
  margin-bottom: 0;
}

.logo-white-image {
  width: 60px;
}

.image-3 {
  width: 200px;
  max-width: 300%;
  margin-bottom: 44px;
}

.dropdown, .dropdown-2, .dropdown-3, .dropdown-4, .dropdown-5 {
  display: none;
}

.paragraph {
  font-family: Dubaiw23, sans-serif;
}

.paragraph.hidden {
  display: none;
}

.heading {
  margin-bottom: 50px;
  font-family: Dubaiw23, sans-serif;
}

.heading.ar {
  direction: rtl;
  text-align: justify;
}

.heading.big {
  color: #141414;
  font-size: 50px;
}

.heading.big.en {
  line-height: 60px;
}

.heading-2 {
  text-transform: uppercase;
  font-family: Dubaiw23, sans-serif;
}

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

.heading-2.small {
  font-size: 29px;
}

.heading-2.small.center {
  text-align: center;
}

.heading-3 {
  color: var(--black-2);
  text-transform: none;
  margin-top: 0;
  font-family: Dubaiw23, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.heading-3.ar {
  direction: rtl;
  color: var(--black-2);
  text-align: right;
}

.heading-3.titlecenter {
  text-align: center;
}

.paragraph-2 {
  color: var(--black);
  text-align: center;
  font-family: Dubaiw23, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.heading-4 {
  text-transform: uppercase;
  font-family: Dubaiw23, sans-serif;
}

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

.body {
  padding-bottom: 500px;
}

.body-copy {
  padding-bottom: 10px;
}

.heading-5 {
  color: var(--black-2);
  text-align: justify;
  font-family: Dubaiw23, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.heading-5.ar {
  direction: rtl;
  color: var(--black-2);
  text-align: justify;
}

.justified {
  color: var(--black-2);
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: Dubaiw23, sans-serif;
  font-size: 18px;
}

.justified.ar {
  direction: rtl;
  color: var(--black-2);
}

.justified.ar.al {
  flex: 1;
}

.justified.topper {
  margin-top: 29px;
}

.justified.headed {
  margin-bottom: 50px;
}

.list {
  color: #177e39;
}

.list-2 {
  color: #1f9947;
  padding-left: 20px;
}

.dotitle {
  color: #1f9947;
  font-family: Dubaiw23, sans-serif;
  font-size: 35px;
  font-style: italic;
}

.dotitle.red {
  color: #eb0000;
}

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

.greenlist {
  color: #646464;
  border-bottom: 1px dotted #1f994766;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
  font-weight: 400;
}

.text-block {
  color: #777;
  background-color: #0000;
  border-bottom: 1px dotted #cccccc85;
  flex: 1;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Dubaiw23, sans-serif;
  font-style: italic;
  display: inline-block;
}

.text-block.white {
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
}

.text-block.ar {
  direction: rtl;
  text-align: right;
  margin-left: 0;
  margin-right: 10px;
  font-size: 16px;
  line-height: 26px;
}

.div-block {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-4 {
  align-self: flex-start;
  margin-top: 2px;
  margin-left: 1px;
}

.div-block-green {
  background-color: #239948;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  margin-top: 35px;
}

.div-block-3 {
  margin-top: 30px;
}

.paragraph-3 {
  color: var(--black-2);
  text-align: justify;
  font-family: Dubaiw23, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-3.ar {
  direction: rtl;
  color: var(--black-2);
  text-align: justify;
  font-weight: 300;
}

.paragraph-3.spaced {
  line-height: 30px;
}

.paragraph-3.bolder {
  font-weight: 400;
}

.image-5 {
  text-align: left;
  mix-blend-mode: multiply;
  border-radius: 20px;
}

.shape-22 {
  z-index: 1;
  opacity: .95;
  position: relative;
  top: -208px;
}

.shape22 {
  display: none;
  position: absolute;
  inset: 26% auto auto 0%;
}

.image-6 {
  display: none;
  position: relative;
  top: -39px;
}

.heading-6 {
  font-family: Dubaiw23, sans-serif;
  font-size: 28px;
}

.heading-6.ar, .bold-text {
  direction: rtl;
  text-align: right;
}

.poettery {
  color: var(--black);
  margin-top: 10px;
  font-family: Dubaiw23, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.right {
  direction: rtl;
  text-align: right;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Dubaiw23, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
}

.left {
  direction: ltr;
  margin-top: -20px;
  padding-top: 0;
  padding-bottom: 1px;
  font-size: 17px;
}

.div-block-4, .div-block-5 {
  text-align: right;
}

.headingarabic {
  text-align: right;
  font-family: Dubaiw23, sans-serif;
}

.headingarabic.shift {
  align-self: flex-end;
}

.headingarabic.spaceed {
  margin-bottom: 43px;
}

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

.shape26 {
  display: none;
  position: absolute;
  inset: 43% auto auto 0%;
}

.flagtitles {
  border-bottom: 1px dotted #2b2b2b47;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Dubaiw23, sans-serif;
  font-size: 22px;
}

.flagtitles.ar {
  text-align: right;
  font-size: 25px;
  font-weight: 700;
}

.columns {
  margin-top: 28px;
}

.flagcolumns {
  margin-top: 20px;
}

.image-7, .heading-7 {
  display: none;
}

.image-6-copy {
  z-index: 9999;
  position: relative;
  top: 63px;
  left: -35px;
}

.heading-8 {
  color: #009148;
  text-transform: capitalize;
  font-family: Dubaiw23, sans-serif;
  font-size: 50px;
  text-decoration: underline;
}

.heading-8.green {
  color: #009148;
  text-decoration: underline;
}

.text-span {
  color: var(--black);
  text-decoration: underline;
}

.image-8 {
  display: none;
}

.image-6-copy1 {
  z-index: 9999;
  float: none;
  display: none;
  position: relative;
  top: 63px;
  right: 36px;
}

.lottie-animation {
  z-index: 9999;
  width: 150px;
  height: 150px;
  display: none;
  position: relative;
  top: 103px;
  left: -64.5px;
}

.column-2, .column-3, .column-4 {
  text-align: center;
}

.column-5 {
  text-align: left;
}

.text-span-2 {
  color: var(--steel-blue);
  font-family: Dubaiw23, sans-serif;
  font-size: 50px;
}

.column-6, .column-7, .column-8, .column-9 {
  text-align: center;
}

.grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.fdlightbox {
  background-image: url('../images/_MP_5284.JPG.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  min-height: 150px;
}

.fdlightbox._2 {
  background-image: url('../images/_MP_5295-edit.jpg');
  background-position: 50% 100%;
}

.fdlightbox._3 {
  background-image: url('../images/_MP_5260-edit.jpg');
  background-position: 50% 100%;
}

.fdlightbox._4 {
  background-image: url('../images/_MP_5334-edit.jpg');
  background-position: 50% 100%;
}

.fdlightbox._5 {
  background-image: url('../images/_MP_5426-edit.jpg');
  background-position: 50%;
}

.fdlightbox._6 {
  background-image: url('../images/_MP_5452.jpg');
}

.fdlightbox._7 {
  background-image: url('../images/_MP_5128.jpg');
  background-position: 50%;
}

.fdlightbox._8 {
  background-image: url('../images/_MP_5468.jpg');
  background-position: 50%;
}

.fdlightbox._9 {
  background-image: url('../images/_MP_5027.jpg');
  background-position: 50%;
}

.fdlightbox._10 {
  background-image: url('../images/_MP_5052.jpg');
}

.fdlightbox._11 {
  background-image: url('../images/_MP_5395-edit.jpg');
}

.fdlightbox._12 {
  background-image: url('../images/_MP_5015.jpg');
  background-position: 50%;
}

.fdlightbox._13 {
  background-image: url('../images/_MP_5486.jpg');
  background-position: 50%;
}

.fdlightbox._14 {
  background-image: url('../images/fd11.jpg');
}

.fdlightbox._15 {
  background-image: url('../images/fd22.jpg');
}

.fdlightbox._16 {
  background-image: url('../images/fd33.jpg');
}

.fdlightbox._17 {
  background-image: url('../images/fd3.jpg');
}

.fdlightbox._18 {
  background-image: url('../images/fd4.jpg');
}

.fdlightbox._19 {
  background-image: url('../images/fd5.jpg');
}

.fdlightbox._20 {
  background-image: url('../images/fdFlagday-2.jpg');
}

.fdlightbox._21 {
  background-image: url('../images/fdFlagday.jpg');
}

.fdlightbox._22 {
  background-image: url('../images/tradition-Dukan-flag-day--National-day.jpg');
  background-position: 50%;
}

.fdlightbox._23 {
  background-image: url('../images/fd2.jpg');
}

.fdlightbox._24 {
  background-image: url('../images/IMG_3646.jpg');
  background-position: 50%;
}

.fdlightbox._25 {
  background-image: url('../images/IMG_3645.jpg');
}

.fdlightbox._26 {
  background-image: url('../images/IMG_3634.jpg');
}

.big-title-english {
  border-bottom: 1px dotted #2b2b2b47;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Dubaiw23, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.big-title-english.ar {
  text-align: right;
}

.flagcolumns-copy {
  margin-top: 20px;
}

.gallery-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gallery-wrapper.spaced {
  margin-top: 30px;
  margin-bottom: 30px;
}

.img-wrapped {
  background-image: url('../images/fd11.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-self: center;
  width: 100%;
  height: 400px;
}

.img-wrapped._2 {
  background-image: url('../images/_MP_5284.JPG.jpg');
}

.img-wrapped._3 {
  background-image: url('../images/DSC04858.jpg');
}

.img-wrapped._4 {
  background-image: url('../images/DSC2.jpg');
}

.img-wrapped._5 {
  background-image: url('../images/Photo-2.jpg');
}

.img-wrapped._7 {
  background-image: url('../images/flag-day_2023_Dewa.jpg');
}

.img-wrapped._25 {
  background-image: url('../images/DSC04418-Edit.jpg');
  background-position: 50% 100%;
}

.gallerytitle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Dubaiw23, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-9 {
  background-color: var(--white);
  border: 1px solid #eee;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  align-self: stretch;
  padding-top: 25px;
  padding-bottom: 25px;
}

.heading-9 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: 0;
}

.gallery-container {
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 126px;
  display: flex;
}

.heading-10 {
  text-align: center;
  font-family: Dubaiw23, sans-serif;
  font-weight: 300;
}

.heading-10.spaced {
  margin-top: 70px;
}

.wrapper {
  background-image: linear-gradient(135deg, #bbfcff, #ffff9e);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-10 {
  text-align: center;
  border: 2px solid #000;
  margin-bottom: 40px;
  padding: 20px;
}

.heading-11 {
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  line-height: 34px;
}

.heading-11.ar {
  direction: rtl;
  text-align: center;
  margin-bottom: 16px;
  font-family: Dubaiw23, sans-serif;
}

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

.box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-size: 80px;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Dubaiw23, sans-serif;
}

.wrapper-copy {
  background-image: url('../images/concept2.png'), linear-gradient(135deg, var(--sky-blue), var(--light-cyan) 50%);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 750px, auto;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 90px;
  display: flex;
  position: absolute;
  inset: 0;
}

.html-embed-text {
  direction: ltr;
  text-align: center;
  margin-top: 24px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  display: none;
}

.button-2 {
  display: block;
}

.clock-label-ar {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Dubaiw23, sans-serif;
}

.div-block-11 {
  width: 50%;
  margin-top: 47px;
}

.main-banner {
  z-index: 1;
  flex-direction: row;
  align-items: center;
  height: 100vh;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-banner.style-2 {
  z-index: 2;
  background-color: #f8fbfd;
  height: 800px;
  overflow: visible;
}

.main-banner.style-3 {
  perspective: 1000px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.main-banner.style-5 {
  background-color: #313137;
  height: 75vh;
}

.main-banner.style-6 {
  background-color: #f8fbfd;
  padding-left: 0;
  padding-right: 0;
}

.main-banner.intro {
  background-color: #eef4f8;
}

.main-banner.gradient {
  background-color: var(--light-cyan);
  height: 75vh;
}

.grid-2 {
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: flex-start;
  margin-top: 151px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-12 {
  background-color: var(--white);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 25px;
}

.quote {
  opacity: .08;
  display: none;
  position: absolute;
  left: 10%;
}

.quote.top {
  display: none;
  left: 31%;
}

.quote.right {
  display: none;
  left: 53%;
}

.quote-avatar {
  border: 3px solid var(--white);
  border-radius: 7px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 20px -7px #0000005c;
}

.mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

._w-slide {
  background-color: #fff;
}

.right-arrow {
  display: none;
}

.cloumn-w {
  background-color: #f8f8f8a6;
  background-image: url('../images/quotation1.png');
  background-position: 5% 5%;
  background-repeat: no-repeat;
  background-size: 107px;
  border: 1px solid #e306132e;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  min-width: 40vw;
  max-width: 40vw;
  padding: 20px;
  display: flex;
}

.slide-nav-2 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  top: -100px;
  left: 0;
  right: 0;
}

.left-arrow {
  display: none;
}

.section-2 {
  width: 100vw;
  padding: 8vw 12.5vw;
}

.quotes-arabic-title {
  direction: rtl;
  text-align: center;
  margin-bottom: 50px;
  font-family: Dubaiw23, sans-serif;
  font-weight: 700;
}

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

.quote-arabic {
  direction: rtl;
  color: var(--black);
  text-align: justify;
  font-family: Dubaiw23, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.quote-arabic.en {
  direction: ltr;
}

.sheikh-title-arabic {
  direction: rtl;
  text-align: center;
  max-width: 500px;
  font-family: Dubaiw23, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.sheikh-title-arabic.en {
  direction: ltr;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.image-9 {
  opacity: .09;
  position: static;
  bottom: auto;
  left: 0%;
  right: 0;
}

.div-block-14 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section-11 {
  background-image: linear-gradient(#000000e8, #000000e8);
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container-9 {
  flex: 0 auto;
  align-self: center;
}

.div-block-15 {
  flex: 1;
}

.cover-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.cover-image.image-2 {
  z-index: 1;
  background-image: url('../images/maintheme.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: static;
}

.div-block-16 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-image: url('../images/web-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0;
}

.image-10, .image-11 {
  min-width: 100%;
}

._2020lightbox {
  background-image: url('../images/DSC04858.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  min-height: 150px;
}

._2020lightbox._2 {
  background-image: url('../images/_MP_5295-edit.jpg');
  background-position: 50% 100%;
}

._2020lightbox._3 {
  background-image: url('../images/_MP_5260-edit.jpg');
  background-position: 50% 100%;
}

._2020lightbox._4 {
  background-image: url('../images/_MP_5334-edit.jpg');
  background-position: 50% 100%;
}

._2020lightbox._5 {
  background-image: url('../images/_MP_5426-edit.jpg');
  background-position: 50%;
}

._2020lightbox._6 {
  background-image: url('../images/_MP_5452.jpg');
}

._2020lightbox._7 {
  background-image: url('../images/_MP_5128.jpg');
  background-position: 50%;
}

._2020lightbox._8 {
  background-image: url('../images/_MP_5468.jpg');
  background-position: 50%;
}

._2020lightbox._9 {
  background-image: url('../images/_MP_5027.jpg');
  background-position: 50%;
}

._2020lightbox._10 {
  background-image: url('../images/_MP_5052.jpg');
}

._2020lightbox._11 {
  background-image: url('../images/_MP_5395-edit.jpg');
}

._2020lightbox._12 {
  background-image: url('../images/_MP_5015.jpg');
  background-position: 50%;
}

._2020lightbox._13 {
  background-image: url('../images/_MP_5486.jpg');
  background-position: 50%;
}

._2020lightbox._14 {
  background-image: url('../images/fd11.jpg');
}

._2020lightbox._15 {
  background-image: url('../images/fd22.jpg');
}

._2020lightbox._16 {
  background-image: url('../images/fd33.jpg');
}

._2020lightbox._17 {
  background-image: url('../images/fd3.jpg');
}

._2020lightbox._18 {
  background-image: url('../images/fd4.jpg');
}

._2020lightbox._19 {
  background-image: url('../images/fd5.jpg');
}

._2020lightbox._20 {
  background-image: url('../images/fdFlagday-2.jpg');
}

._2020lightbox._21 {
  background-image: url('../images/fdFlagday.jpg');
}

._2020lightbox._22 {
  background-image: url('../images/tradition-Dukan-flag-day--National-day.jpg');
  background-position: 50%;
}

._2020lightbox._23 {
  background-image: url('../images/fd2.jpg');
}

._2020lightbox._24 {
  background-image: url('../images/IMG_3646.jpg');
  background-position: 50%;
}

._2020lightbox._25 {
  background-image: url('../images/IMG_3645.jpg');
}

._2020lightbox._26 {
  background-image: url('../images/IMG_3634.jpg');
}

._2020lightbox._1 {
  background-image: url('../images/DSC04860.jpg');
}

._2020lightbox.p2 {
  background-image: url('../images/DSC04837-2.jpg');
  background-position: 50%;
}

._2020lightbox.p3 {
  background-image: url('../images/DSC04826.jpg');
  background-position: 50% 60%;
}

._2020lightbox.p4 {
  background-image: url('../images/DSC04837.jpg');
}

._2020lightbox.p5 {
  background-image: url('../images/DSC04816.jpg');
  background-position: 50% 60%;
}

._2020lightbox.p6 {
  background-image: url('../images/DSC04836.jpg');
  background-position: 50% 60%;
}

._2020lightbox.p7 {
  background-image: url('../images/DSC04819.jpg');
  background-position: 50% 60%;
}

.image-12 {
  text-align: center;
  position: static;
  top: 0;
}

.columns-2 {
  margin-bottom: 42px;
}

.columns-3 {
  margin-bottom: 30px;
}

.light {
  background-image: url('../images/DSC1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.light._2 {
  background-image: url('../images/DSC5.jpg');
}

.light._3 {
  background-image: url('../images/DSC6.jpg');
}

.light.less {
  background-image: url('../images/DSC4.jpg');
  min-height: 240px;
}

.heading-12 {
  text-align: center;
  font-family: Dubaiw23, sans-serif;
  font-size: 45px;
  line-height: 80px;
}

.text-span-3 {
  color: var(--red);
  font-size: 75px;
  line-height: 80px;
}

.text-span-4 {
  font-family: Oswald, sans-serif;
}

.image-13 {
  mix-blend-mode: multiply;
}

.div-block-17 {
  background-image: linear-gradient(#ffffffe3, #ffffffe3), url('../images/bgwavy3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px solid #a8a8a8;
  margin-top: -21px;
}

.div-block-17.quotes, .div-block-17.hidded {
  display: none;
}

.arabic-main-title {
  direction: rtl;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-top: 90px;
  font-family: Dubaiw23, sans-serif;
  font-weight: 700;
}

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

.image-14 {
  mix-blend-mode: multiply;
}

.quote-main-title {
  direction: rtl;
  text-align: center;
  font-family: Dubaiw23, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-span-5 {
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
}

.quote-english {
  direction: rtl;
  color: var(--black);
  text-align: justify;
  font-family: Dubaiw23, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.quote-english.en {
  direction: ltr;
}

.quote-english-copy {
  direction: ltr;
  color: var(--black);
  text-align: justify;
  font-family: Dubaiw23, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.quote-english-copy.en {
  direction: ltr;
}

.main-title-quote-english {
  direction: ltr;
  text-align: center;
  font-family: Dubaiw23, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.grid-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.div-block-19 {
  background-color: var(--dark-grey);
  align-self: stretch;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.values-title-arabic {
  direction: rtl;
  background-color: #91949717;
  padding: 10px;
  font-family: Dubaiw23, sans-serif;
  font-weight: 400;
}

.main-title {
  font-family: Dubaiw23, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.main-title.spaced {
  margin-bottom: 64px;
}

.values-titles {
  background-color: #91949717;
  padding: 10px;
  font-family: Dubaiw23, sans-serif;
}

.div-block-20 {
  align-items: center;
  height: 30vh;
  display: flex;
}

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

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

.div-block-21 {
  z-index: -2;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  position: absolute;
  inset: 0;
}

.text-span-6 {
  white-space: normal;
}

.heading-13 {
  text-transform: uppercase;
}

.heading-13.centered {
  text-align: center;
}

.uui-navbar02_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar02_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar02_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar02_link {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar02_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar02_link.w--current {
  color: #000;
}

.uui-navbar02_dropdown-right-overlay-absolute {
  background-color: var(--untitled-ui-gray50);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-link.is-button-xsmall {
  font-size: .875rem;
}

.uui-button-link-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-gray:hover {
  color: var(--untitled-ui-gray700);
}

.uui-button-link-gray.is-button-xsmall {
  font-size: .875rem;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-navbar02_dropdown-content-button-wrapper {
  letter-spacing: normal;
  margin-top: .75rem;
  font-size: .875rem;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar02_item-heading {
  color: var(--untitled-ui-gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar02_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar02_blog-content {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar02_blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-navbar02_blog-image-wrapper {
  border-radius: .375rem;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.uui-navbar02_blog-item {
  border-radius: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-navbar02_blog-item:hover {
  background-color: var(--untitled-ui-white);
}

.uui-navbar02_dropdown-blog-item-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.uui-navbar02_dropdown-content-wrapper {
  z-index: 1;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-navbar02_dropdown-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 22rem;
  padding: 1.25rem;
  position: relative;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50);
  color: var(--untitled-ui-success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar02_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar02_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar02_icon-wrapper {
  color: var(--untitled-ui-primary600);
  flex: none;
}

.uui-navbar02_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar02_dropdown-link:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-navbar02_heading {
  color: var(--untitled-ui-primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar02_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar02_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.uui-navbar02_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar02_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar02_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar02_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar02_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar02_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar02_menu-dropdown {
  position: static;
}

.uui-navbar02_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar02_logo-link {
  padding-left: 0;
}

.uui-navbar02_component {
  border-bottom: 1px solid var(--untitled-ui-gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-navbar06_styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.uui-navbar06_menu-button {
  padding: 0;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-tertiary-gray-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray-2:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray700);
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-2.show-tablet, .show-tablet-2 {
  display: none;
}

.uui-navbar06_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar06_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar06_link {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar06_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar06_link.w--current {
  color: #000;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar06_item-heading {
  color: var(--untitled-ui-gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar06_blog-item-content {
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.uui-navbar06_blog-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-navbar06_blog-item-image-wrapper {
  border-radius: .375rem;
  width: 100%;
  min-width: 9rem;
  padding-top: 66.6667%;
  position: relative;
  overflow: hidden;
}

.uui-navbar06_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar06_blog-item:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-navbar06_blog-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: max-content;
  align-items: start;
  width: 100%;
  display: grid;
}

.uui-navbar06_dropdown-content-right {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.uui-navbar06_dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-navbar06_dropdown-link:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-navbar06_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .25rem;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar06_heading {
  color: var(--untitled-ui-primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar06_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 15rem;
  padding: 2rem 2rem 2rem 0;
}

.uui-navbar06_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar06_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar06_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar06_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar06_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar06_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar06_menu-dropdown {
  position: static;
}

.uui-navbar06_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar06_logo-link {
  padding-left: 0;
}

.uui-navbar06_component {
  border-bottom: 1px solid var(--untitled-ui-gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-navbar02_menu-button-2 {
  padding: 0;
}

.uui-navbar02_button-wrapper-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar02_menu-right-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar02_link-2 {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar02_link-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar02_link-2.w--current {
  color: #000;
}

.uui-navbar02_dropdown-right-overlay-absolute-2 {
  background-color: var(--untitled-ui-gray50);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-link-2.is-button-xsmall {
  font-size: .875rem;
}

.uui-button-link-gray-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-gray-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-button-link-gray-2.is-button-xsmall {
  font-size: .875rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-navbar02_dropdown-content-button-wrapper-2 {
  letter-spacing: normal;
  margin-top: .75rem;
  font-size: .875rem;
}

.uui-navbar02_item-heading-2 {
  color: var(--untitled-ui-gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar02_item-heading-2.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar02_blog-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar02_blog-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-navbar02_blog-image-wrapper-2 {
  border-radius: .375rem;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.uui-navbar02_blog-item-2 {
  border-radius: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-navbar02_blog-item-2:hover {
  background-color: var(--untitled-ui-white);
}

.uui-navbar02_dropdown-blog-item-wrapper-2 {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.uui-navbar02_dropdown-content-wrapper-2 {
  z-index: 1;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-navbar02_dropdown-content-right-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 22rem;
  padding: 1.25rem;
  position: relative;
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50);
  color: var(--untitled-ui-success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar02_text-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar02_item-right-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar02_icon-wrapper-2 {
  color: var(--untitled-ui-primary600);
  flex: none;
}

.uui-navbar02_dropdown-link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar02_dropdown-link-2:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-navbar02_heading-2 {
  color: var(--untitled-ui-primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar02_dropdown-link-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar02_dropdown-content-left-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.uui-navbar02_dropdown-content-2 {
  width: 100%;
  display: flex;
}

.uui-navbar02_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar02_dropdown-list-2 {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar02_dropdown-list-2.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-navbar02_dropdown-toggle-2 {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar02_dropdown-toggle-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar02_menu-dropdown-2 {
  position: static;
}

.uui-navbar02_menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar02_logo-link-2 {
  padding-left: 0;
}

.uui-navbar02_component-2 {
  border-bottom: 1px solid var(--untitled-ui-gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uaeflag-new {
  min-width: 100%;
}

.guinness {
  margin-top: -90px;
  margin-left: 27px;
}

.image-15 {
  position: relative;
  top: -676px;
}

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

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

.main-page-header {
  margin-bottom: 40px;
  font-size: 30px;
}

.main-page-header.ar {
  direction: rtl;
  text-align: right;
  font-family: Dubaiw23, sans-serif;
  font-weight: 700;
}

.div-header {
  font-size: 22px;
}

.div-header.ar {
  direction: rtl;
  text-align: right;
  font-family: Dubaiw23, sans-serif;
  font-weight: 700;
}

.div-header.stroked {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.record-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 4px solid #e40202;
  justify-content: space-between;
  margin-top: 30px;
  padding-left: 30px;
  display: block;
}

.record-block.arabic {
  border-left-width: 0;
  border-right: 4px solid #e40202;
  padding-left: 0;
  padding-right: 30px;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(108deg, #fff0 24%, #fff);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 12px 16px 50px -20px #0003;
}

.div-block-22.arabic {
  border-left: 1px solid #fff;
  border-right-width: 0;
  border-radius: 0 0 0 20px;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 0;
  box-shadow: -19px 6px 50px -20px #0003;
}

.div-block-23 {
  background-image: url('../images/flag-uae-mosaic.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-18-hide {
  display: none;
}

.container-11 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: #070707;
  position: relative;
}

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

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#000, #018f51 43%, #d30000 83%);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_text {
  direction: rtl;
  color: #444;
  text-align: justify;
  font-family: Dubaiw23, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

.timeline_text.en {
  direction: ltr;
}

.overlay-fade-top {
  background-image: linear-gradient(#fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_date-text {
  direction: rtl;
  color: #000;
  letter-spacing: -.03em;
  font-family: Dubaiw23, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_date-text.en {
  direction: ltr;
  text-align: right;
  font-weight: 700;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.section-timeline-2 {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.section-timeline-3 {
  z-index: -3;
  background-color: #fff;
  position: relative;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.button-wrapper-2 {
  justify-content: center;
  display: flex;
}

.section-hero {
  min-height: 800px;
  position: relative;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-nav_button-wrapper {
  display: flex;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.page-wrapper {
  z-index: 0;
  position: relative;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/Grain-Background.png'), url('../images/header-story-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  inset: 0%;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.section-timeline-heading {
  background-color: #fff;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.section-footer {
  position: relative;
}

.text-underline {
  background-image: url('../images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.image-16 {
  border-radius: 20px;
}

.image-16.smaller.spaced {
  margin: 9px;
}

.image-17 {
  border-radius: 20px;
}

.image-17.border {
  border: 1px solid #e7e7e7;
}

.image-17.smaller.spaced {
  margin: 15px;
}

.back-button {
  border: 1px solid #c5c5c5;
  border-radius: 20px;
  justify-content: space-between;
  min-width: 100px;
  margin-top: 25px;
  padding: 9px 15px;
  font-family: Dubaiw23, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.back-button:hover {
  border-color: red;
  transform: translate(-5px);
}

.back-button.centered {
  justify-content: space-between;
  align-self: center;
}

.back-button.en {
  align-self: center;
  padding-bottom: 7px;
}

.back-texxt {
  color: #4b4b4b;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.back-texxt.en {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.grid-8.spaced {
  margin-top: 50px;
}

.champ-img, .spacered {
  margin-bottom: 25px;
}

.section-12 {
  filter: none;
  background-image: radial-gradient(circle closest-corner, #fff0, #fff 64%), url('../images/img-background.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 40vw;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

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

.container-12 {
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

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

.div-block-24 {
  margin-left: -45px;
}

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

.image-19 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-25 {
  z-index: 0;
  filter: blur(9px);
  background-image: url('../images/Flag-hoisting_at_the_Union_Declaration.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 75vh;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-26 {
  align-self: center;
  margin-right: 32px;
}

.section-13 {
  background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/Flag-hoisting_at_the_Union_Declaration.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 75vh;
  min-height: 75vh;
  margin-top: auto;
  display: flex;
}

.container-14 {
  border: 1px solid #00000030;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 25px;
  display: flex;
}

.image-20 {
  border-radius: 20px;
}

.grid-9 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr .5fr 1fr 1fr .5fr;
}

.quote-arabic-2 {
  direction: rtl;
  color: #000;
  text-align: justify;
  font-family: Dubaiw23, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

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

.grid-10.spaced {
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-21 {
  mix-blend-mode: multiply;
}

.grid-11 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr .5fr 1fr 1fr .5fr;
}

.grid-11.spaced {
  margin-bottom: 61px;
}

.image-22 {
  mix-blend-mode: multiply;
}

.grid-12 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr .5fr 1fr 1fr .5fr;
}

.quote-english-copy-2 {
  direction: ltr;
  color: #000;
  text-align: justify;
  font-family: Dubaiw23, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.image-23 {
  mix-blend-mode: multiply;
}

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

.lighted {
  height: 200px;
  max-height: 200px;
}

.zrvideocontainer {
  background-image: radial-gradient(circle, #0000, #fff), url('../images/img-background.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  padding-top: 25px;
  padding-bottom: 25px;
}

.container-15 {
  z-index: 1;
  position: relative;
}

.container-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-27 {
  border: 1px solid #ff4e4e30;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.protocol-link {
  color: #d00;
  text-decoration: none;
}

.link-protocol {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.maintitle-protocol {
  color: #000;
  font-family: Dubaiw23, sans-serif;
  font-size: 28px;
}

.maintitle-protocol.ar {
  direction: rtl;
  text-align: right;
  align-self: flex-end;
}

.image-26 {
  text-align: center;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  .section.gray.greyscale {
    filter: none;
  }

  .heading-3.ar.highness {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-5 {
    font-size: 18px;
  }

  .cover-image.image-2 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-16 {
    background-image: url('../images/web-background.jpg'), linear-gradient(#176f9b00, #0000 89%, #fff);
    background-position: 50% 0, 0 0;
    background-size: cover, auto;
  }

  .section-12 {
    background-size: cover;
  }

  .zrvideocontainer {
    background-image: radial-gradient(circle, #0000, #fff), url('../images/img-background.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-bottom: 0;
  }

  .banner {
    height: 1200px;
  }

  .banner.style-2 {
    height: 700px;
  }

  .banner.style-3 {
    background-image: linear-gradient(#0003, #0003), url('../images/baner-mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 800px;
    overflow: hidden;
  }

  .banner.style-4 {
    background-color: #58e486;
    height: 800px;
  }

  .banner.style-5, .banner.style-6, .banner.intro {
    height: 800px;
  }

  .section {
    padding-top: 15px;
  }

  .section.gray {
    padding-top: 35px;
  }

  .section.gray.full-width {
    height: auto;
  }

  .section.gray.uopdated {
    background-image: linear-gradient(#fff 64%, #0000);
    background-position: 0 0;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section.image {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.image.normal {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.with-shape.overflow, .section.with-shape-second {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.gray-copy {
    padding-top: 35px;
  }

  .section.gray-copy.full-width {
    height: auto;
  }

  .container.center.style-2, .container.center.style-3, .container.center.intro {
    top: 50%;
  }

  .container.center.normal {
    top: 0%;
    transform: none;
  }

  .container.banner-style-3 {
    top: 55%;
  }

  .navbar.white-style {
    position: absolute;
  }

  .navlink {
    align-items: flex-start;
  }

  .navlink.hidden {
    display: none;
  }

  .icon {
    margin-right: 25px;
  }

  .shape-1 {
    bottom: 36px;
  }

  .shape-1.fourth-style {
    right: -109px;
  }

  .shape-4.version-2 {
    right: 195px;
  }

  .shape-4.fourth-style {
    right: 32px;
  }

  .shape-6, .flex-row.no-flex {
    display: none;
  }

  .flex-row.no-flex-copy {
    display: block;
  }

  .shape-8 {
    right: -50px;
  }

  .shape-8.style-2 {
    right: 24px;
  }

  .vertical-wrapper {
    display: none;
    top: -2px;
  }

  .vertical-wrapper.left {
    top: 53px;
  }

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

  .red-title.style-3, .red-title.style-4 {
    font-size: 50px;
    line-height: 60px;
  }

  .top-margin.medium.no-margin {
    margin-top: 0;
  }

  .left-banner-wrapper.make-center {
    text-align: center;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu.in-mobile.second {
    background-color: #515157;
  }

  .services-wrapper {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .services-wrapper.second-style {
    margin-bottom: 100px;
  }

  .services-wrapper.second-style.no-margin {
    margin-bottom: 0;
  }

  .left-padding {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .left-padding.add-bottom-margin {
    justify-content: flex-start;
    height: 250px;
  }

  .circle-shape.tri {
    width: 500px;
    height: 500px;
    display: none;
  }

  .circle-shape.tri.zayed {
    height: 350px;
  }

  .shape-7 {
    max-width: 50%;
    display: none;
    bottom: 3px;
    right: 0;
  }

  .iphone-second {
    left: -1px;
  }

  .fun-facts-wrapper {
    justify-content: center;
    margin-bottom: 50px;
  }

  .fun-facts-wrapper.no-fun-margin {
    margin-bottom: 0;
  }

  .team-wrapper {
    width: 70%;
    margin-bottom: 50px;
  }

  .slide-nav.change-position {
    text-align: left;
  }

  .testi-wrapper {
    width: 95%;
    margin-top: 50px;
    margin-left: 0;
  }

  .testi-wrapper.second {
    padding: 20px;
  }

  .testi-author.add-margin {
    display: block;
  }

  .testi-name {
    margin-top: 15px;
  }

  .logo-wrapper {
    width: 33.333%;
  }

  .footer {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .footer.style-2 {
    height: auto;
    position: relative;
  }

  .horizontal-line {
    height: 312px;
  }

  .horizontal-line.top {
    height: 333px;
    margin-top: -60px;
  }

  .features-content {
    padding: 40px 20px 30px;
  }

  .top-title-wrapper {
    margin-bottom: 40px;
  }

  .top-title-wrapper.style-2 {
    margin-bottom: 0;
    top: 0;
  }

  .shape-10 {
    left: -8px;
  }

  .iphone-third {
    width: 20%;
  }

  .process-content {
    width: 95%;
  }

  .submit-project-wrapper {
    width: 100%;
  }

  .open-project {
    display: none;
  }

  .project-content-inside {
    width: 90%;
  }

  .project-item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-item.second {
    width: 100%;
  }

  .banner-image {
    display: none;
  }

  .shape-11 {
    bottom: 85px;
    right: -35px;
  }

  .image-left-full {
    max-width: 100%;
    max-height: none;
  }

  .image-left-full.ipad {
    margin-top: 0;
    margin-left: 0;
  }

  .image-left-full.iphone-fourth {
    left: 0;
  }

  .image-left-full.iphone-fourth.absolute {
    bottom: 0;
    right: 0;
  }

  .services-content {
    margin-bottom: 50px;
  }

  .green-shape {
    display: none;
  }

  .laptop-image {
    width: 200%;
  }

  .project-full, .project-list-wrapper {
    height: 800px;
  }

  .project-list-wrapper.make-half {
    height: 320px;
  }

  .project-image-overlay {
    background-color: #ffffffb3;
    background-image: none;
  }

  .blog-wrapper {
    margin-bottom: 20px;
  }

  .blog-wrapper.in-blog-page {
    width: 100%;
  }

  .blog-photo {
    margin-left: 0;
  }

  .blog-content.second-content {
    padding: 40px;
    left: -20px;
  }

  .blog-item {
    width: 100%;
  }

  .sidebar {
    margin-top: 50px;
  }

  .sidebar.no-sidebar-margin {
    margin-top: 0;
  }

  .price-wrapper {
    width: 70%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tabs-menu {
    float: none;
    width: 100%;
  }

  .tabs-content {
    left: 0;
  }

  .utility-page-wrap {
    height: 800px;
  }

  .project-left {
    margin-top: 50px;
    margin-left: 0;
  }

  .project-left.base {
    margin-right: 0;
  }

  .reverse-row {
    flex-direction: column-reverse;
  }

  .reverse-row.normal-row {
    display: block;
  }

  .blog-wrapper-page {
    margin-right: 0;
  }

  .intro-features-wrapper {
    margin-top: 15px;
  }

  .inner-page-wrapper {
    width: 22.1%;
    padding: 15px 18px;
  }

  .inner-page-wrapper.five {
    width: 17.1%;
  }

  .inner-page-wrapper.three {
    width: 30.4%;
  }

  .inner-title {
    font-size: 15px;
  }

  .menu-button {
    border-radius: 3px;
    padding: 7px;
    font-size: 25px;
    font-weight: 100;
    top: 14px;
  }

  .menu-button.w--open {
    color: var(--lime-green);
    background-color: #0000;
  }

  .menu-button.white-button {
    color: var(--lime-green);
    background-color: #fff;
    display: flex;
  }

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

  .top-style-3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .logo-white-image {
    width: 100px;
  }

  .image-3 {
    width: 450px;
  }

  .heading-2.ar, .heading-3.ar, .heading-4.ar.center {
    text-align: center;
  }

  .image-5 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .shape-22 {
    max-width: 75%;
    bottom: 3px;
    right: 0;
  }

  .shape22 {
    max-width: 25%;
    display: none;
  }

  .poettery {
    align-self: center;
    width: 500px;
  }

  .div-block-4, .div-block-5 {
    text-align: center;
  }

  .shape26 {
    display: none;
  }

  .div-block-6, .div-block-7, .div-block-8 {
    text-align: center;
  }

  .gallery-wrapper {
    max-height: 550px;
  }

  .main-banner {
    background-image: none;
    height: 80vh;
  }

  .main-banner.style-2 {
    height: 700px;
  }

  .main-banner.style-3 {
    background-image: linear-gradient(#0003, #0003), url('../images/baner-mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 800px;
    overflow: hidden;
  }

  .main-banner.style-4 {
    background-color: #58e486;
    height: 800px;
  }

  .main-banner.style-5, .main-banner.style-6, .main-banner.intro {
    height: 800px;
  }

  .grid-2 {
    align-self: flex-start;
    margin-top: 163px;
  }

  .quote {
    left: 8%;
  }

  .quote.top {
    left: 7%;
  }

  .quote.right {
    left: 8%;
  }

  .cloumn-w {
    max-width: 90vw;
  }

  .quote-arabic {
    text-align: justify;
    max-width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .cover-image.image-2 {
    background-position: 0 0, 50% 100%;
  }

  .div-block-16 {
    background-position: 50%;
  }

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

  .grid-4 {
    grid-template-columns: .25fr .5fr 1fr 1fr .25fr;
  }

  .div-block-18 {
    padding: 15px;
  }

  .quote-english {
    text-align: justify;
    max-width: 100%;
    font-size: 25px;
    line-height: 25px;
  }

  .quote-english-copy {
    text-align: justify;
    max-width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .main-title-quote-english {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-20 {
    padding: 50px;
  }

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

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar02_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar02_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar02_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar02_link {
    color: var(--untitled-ui-gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar02_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar02_dropdown-right-overlay-absolute {
    border-radius: .5rem;
    min-width: 100%;
  }

  .uui-navbar02_dropdown-content-button-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar02_blog-content {
    max-width: none;
  }

  .uui-navbar02_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .uui-navbar02_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar02_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar02_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar02_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar02_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar02_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar02_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar02_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar02_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar02_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar02_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_line-bottom-2 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar06_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet-2 {
    display: none;
  }

  .uui-button-secondary-gray-2.show-tablet, .show-tablet-2 {
    display: block;
  }

  .uui-navbar06_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar06_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar06_link {
    color: var(--untitled-ui-gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar06_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar06_blog-item-content, .uui-navbar06_blog-item-image {
    width: 100%;
  }

  .uui-navbar06_blog-item-image-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .uui-navbar06_blog-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar06_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar06_blog-list {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .uui-navbar06_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .uui-navbar06_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar06_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar06_dropdown-content-left {
    align-content: start;
    align-items: start;
    max-width: none;
    padding: 1rem 0 0;
  }

  .uui-navbar06_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar06_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar06_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon-2 {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar06_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar06_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar06_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar06_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar06_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar02_menu-button-2.w--open {
    background-color: #0000;
  }

  .uui-navbar02_button-wrapper-2 {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar02_menu-right-2 {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar02_link-2 {
    color: var(--untitled-ui-gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar02_link-2:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar02_dropdown-right-overlay-absolute-2 {
    border-radius: .5rem;
    min-width: 100%;
  }

  .uui-navbar02_dropdown-content-button-wrapper-2 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar02_blog-content-2 {
    max-width: none;
  }

  .uui-navbar02_dropdown-content-right-2 {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .uui-navbar02_dropdown-link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar02_dropdown-link-2:hover {
    background-color: #0000;
  }

  .uui-navbar02_dropdown-content-left-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar02_dropdown-content-2 {
    flex-direction: column;
  }

  .uui-navbar02_dropdown-list-2 {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar02_dropdown-list-2.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar02_dropdown-toggle-2 {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar02_dropdown-toggle-2:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar02_menu-dropdown-2 {
    width: 100%;
    position: relative;
  }

  .uui-navbar02_menu-left-2 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar02_menu-2 {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .grid-7 {
    margin-bottom: 50px;
  }

  .div-block-18-hide {
    padding: 15px;
  }

  .button-icon-small-secondary, .button-icon-small {
    position: static;
    top: 16px;
  }

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

  .columns-4 {
    margin-bottom: 45px;
  }

  .section-12 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-14 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .image-20 {
    margin-bottom: 20px;
  }

  .grid-9 {
    grid-template-columns: .25fr .5fr 1fr 1fr .25fr;
  }

  .quote-arabic-2 {
    text-align: justify;
    max-width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .grid-10 {
    margin-bottom: 50px;
  }

  .grid-11, .grid-12 {
    grid-template-columns: .25fr .5fr 1fr 1fr .25fr;
  }

  .quote-english-copy-2 {
    text-align: justify;
    max-width: 100%;
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 28px;
  }

  .banner, .banner.style-4 {
    height: 700px;
  }

  .banner.intro {
    height: 600px;
  }

  .project-content.in-password {
    height: 800px;
  }

  .section {
    padding-bottom: 54px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-row.no-flex.make-flex-again {
    flex-direction: column-reverse;
    display: flex;
  }

  .flex-row.vertical-flex {
    flex-direction: column-reverse;
  }

  .flex-row.vertical-flex.no-reverse {
    flex-direction: column;
  }

  .flex-row.no-flex-copy.make-flex-again {
    flex-direction: column-reverse;
    display: flex;
  }

  .shape-8.style-2 {
    bottom: 263px;
    right: 12px;
  }

  .shape-8.style-3 {
    right: -68px;
  }

  .vertical-wrapper {
    margin-right: -101px;
    display: none;
  }

  .vertical-wrapper.left {
    margin-left: -213px;
  }

  .title-wrapper {
    width: 90%;
  }

  .red-title.style-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .left-padding {
    height: auto;
  }

  .left-padding.add-bottom-margin {
    margin-bottom: 50px;
  }

  .circle-shape, .circle-shape.tri {
    width: 400px;
    height: 400px;
  }

  .testi-wrapper {
    margin-top: 20px;
  }

  .testi-wrapper.second {
    padding: 40px;
  }

  .testi-author.add-margin {
    display: none;
  }

  .horizontal-line {
    height: 315px;
  }

  .horizontal-line.top {
    height: 212px;
  }

  .features-content {
    width: 100%;
  }

  .shape-10 {
    height: 300px;
  }

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

  .process-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .process-wrapper._3 {
    align-items: center;
  }

  .banner-title {
    width: 95%;
  }

  .radio-wrapper {
    margin-bottom: 15px;
  }

  .image-left-full.in-map {
    height: 400px;
  }

  .team-wrapper-second {
    margin-bottom: 30px;
  }

  .project-list-wrapper.make-half {
    height: 500px;
  }

  .project-percent {
    width: 80%;
  }

  .blog-wrapper.second-style {
    display: block;
  }

  .blog-wrapper.second-style.with-margin {
    margin-bottom: 20px;
  }

  .blog-wrapper.third-style {
    flex-direction: column;
  }

  .blog-wrapper.third-style.final {
    width: 100%;
  }

  .blog-photo.half {
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .blog-photo.half.for-sidebar {
    width: 100%;
    height: 250px;
  }

  .blog-content.second-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
  }

  .blog-content.third-content {
    padding: 40px 40px 30px;
  }

  .blog-item {
    width: 100%;
  }

  .blog-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog-flex {
    margin-right: 0;
  }

  .sub-banner {
    height: 350px;
  }

  .price-wrapper {
    width: 100%;
  }

  .pres-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-page-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .inner-page-wrapper.five, .inner-page-wrapper.three {
    width: 100%;
  }

  .mobile-margin.bottom {
    margin-bottom: 20px;
  }

  .image-3 {
    width: 300px;
  }

  .image-5 {
    display: block;
  }

  .div-block-6, .div-block-7, .div-block-8 {
    text-align: center;
  }

  .gallery-wrapper {
    margin-bottom: 20px;
  }

  .main-banner {
    background-image: none;
    height: 500px;
  }

  .main-banner.style-4 {
    height: 700px;
  }

  .main-banner.intro {
    height: 600px;
  }

  .grid-2 {
    align-self: flex-start;
    margin-top: 108px;
  }

  .quote-arabic {
    font-size: 23px;
    line-height: 30px;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/web-background.jpg');
    background-position: 20% 0;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-17 {
    margin-top: 227px;
  }

  .quote-main-title {
    font-size: 22px;
  }

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

  .container-10 {
    margin-top: 211px;
    margin-bottom: 49px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui-gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-navbar02_link, .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-link-gray {
    font-size: 1rem;
  }

  .uui-button-link-gray:hover {
    color: var(--untitled-ui-gray600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-text-size-small.hide-mobile-landscape {
    display: none;
  }

  .uui-navbar02_blog-item {
    padding: 0;
  }

  .uui-navbar02_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar02_dropdown-content-right {
    padding: 2rem 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar02_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar02_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar02_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar02_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar02_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-tertiary-gray-2:hover {
    color: var(--untitled-ui-gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-navbar06_link {
    font-size: 1rem;
  }

  .uui-text-size-small-2.hide-mobile-landscape {
    display: none;
  }

  .uui-navbar06_blog-item-image {
    margin-bottom: 0;
  }

  .uui-navbar06_blog-item-image-wrapper {
    max-width: 100%;
  }

  .uui-navbar06_blog-item {
    grid-row-gap: 1rem;
  }

  .uui-navbar06_blog-list {
    grid-row-gap: .5rem;
  }

  .uui-navbar06_dropdown-link-list {
    max-width: none;
  }

  .uui-navbar06_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar06_dropdown-list.w--open {
    margin-bottom: 0;
  }

  .uui-navbar06_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar06_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar06_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar02_link-2, .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-link-gray-2 {
    font-size: 1rem;
  }

  .uui-button-link-gray-2:hover {
    color: var(--untitled-ui-gray600);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-navbar02_blog-item-2 {
    padding: 0;
  }

  .uui-navbar02_blog-item-2:hover {
    background-color: #0000;
  }

  .uui-navbar02_dropdown-content-right-2 {
    padding: 2rem 1rem;
  }

  .hide-mobile-landscape-2 {
    display: none;
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .uui-navbar02_dropdown-link-list-2 {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar02_dropdown-content-left-2 {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar02_dropdown-toggle-2 {
    font-size: 1rem;
  }

  .uui-navbar02_menu-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar02_component-2 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .quote-arabic-2 {
    font-size: 23px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .banner.style-2 {
    height: 600px;
  }

  .banner.style-3 {
    height: 550px;
  }

  .banner.style-4, .banner.style-5 {
    height: 600px;
  }

  .banner.style-6 {
    height: 700px;
  }

  .banner.intro {
    height: 500px;
  }

  .project-content.in-password {
    height: 600px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.gray {
    padding-top: 0;
  }

  .section.with-line {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.gray-copy {
    padding-top: 0;
  }

  .container.center.sub-banner-style {
    top: 58%;
  }

  .container.in-mockup {
    margin-top: 0;
  }

  .shape-1 {
    right: -74px;
  }

  .shape-2 {
    top: 238px;
  }

  .flex-row.no-flex {
    display: block;
  }

  .flex-row.no-flex.make-flex-again, .flex-row.no-flex-copy.make-flex-again {
    margin-bottom: 70px;
  }

  .title-wrapper {
    width: 95%;
  }

  .title-wrapper.with-margin {
    width: 100%;
  }

  .red-title {
    font-size: 30px;
    line-height: 36px;
  }

  .red-title.style-2, .red-title.style-3, .red-title.style-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .top-margin.medium {
    margin-top: 20px;
  }

  .button.subscribe-button {
    width: 50%;
  }

  .sign-font {
    margin-left: 15px;
  }

  .services-wrapper {
    padding: 35px;
  }

  .services-wrapper.second-style {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle-shape {
    width: 200px;
    height: 200px;
  }

  .lightbox-link {
    background-size: 18px;
    width: 60px;
    height: 60px;
  }

  .margin-page {
    margin-top: 60px;
  }

  .margin-page.more.no-margin-page {
    margin-top: 0;
  }

  .team-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testi-wrapper {
    width: 100%;
    padding: 20px;
  }

  .testi-wrapper.second {
    padding: 30px 30px 20px;
  }

  .logo-wrapper {
    width: 100%;
  }

  .horizontal-line {
    height: 277px;
  }

  .horizontal-line.top {
    height: 268px;
    margin-top: -121px;
  }

  .horizontal-line.in-sub-page {
    height: 190px;
  }

  .shape-10 {
    height: 150px;
  }

  .phone-number-wrapper {
    display: none;
  }

  .banner-title {
    font-size: 28px;
    line-height: 34px;
  }

  .text-field.subscribe {
    width: 50%;
  }

  .open-project {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .project-item {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-image {
    display: none;
  }

  .image-left-full {
    border-radius: 20px;
  }

  .image-left-full.in-map {
    height: 300px;
  }

  .circle-icon {
    margin-right: 15px;
  }

  .quote-icon-big {
    margin-bottom: 25px;
  }

  .quote-wrapper {
    flex-direction: column;
  }

  .project-full, .project-list-wrapper {
    height: 700px;
  }

  .project-list-wrapper.make-half {
    height: 300px;
  }

  .project-percent {
    width: 93%;
  }

  .project-percent.more {
    width: 80%;
  }

  .project-white-content {
    padding: 30px;
  }

  .blog-photo.half {
    height: 200px;
  }

  .blog-content, .blog-content.third-content {
    padding: 20px 20px 10px;
  }

  .blog-item {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-banner {
    height: 300px;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .blog-content-page {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-wrapper {
    width: 95%;
  }

  .image-3 {
    width: 200px;
  }

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

  .justified {
    line-height: 25px;
  }

  .paragraph-3.spaced {
    font-size: 16px;
    line-height: 22px;
  }

  .image-5 {
    display: block;
  }

  .poettery {
    width: 300px;
    font-size: 12px;
  }

  .right {
    margin-bottom: 23px;
    font-size: 17px;
  }

  .div-block-6, .div-block-7 {
    text-align: center;
  }

  .gallery-wrapper {
    max-height: 400px;
  }

  .main-banner {
    background-position: 60% 0;
  }

  .main-banner.style-2 {
    height: 600px;
  }

  .main-banner.style-3 {
    height: 550px;
  }

  .main-banner.style-4, .main-banner.style-5 {
    height: 600px;
  }

  .main-banner.style-6 {
    height: 700px;
  }

  .main-banner.intro {
    height: 500px;
  }

  .div-block-12 {
    min-width: 150px;
    padding: 5px;
  }

  .quote {
    display: none;
  }

  .quote-arabic, .sheikh-title-arabic {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-16 {
    background-position: 50%;
  }

  .div-block-17 {
    margin-top: 368px;
  }

  .quote-english, .quote-english-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-20.shiftdown {
    margin-top: 173px;
    margin-bottom: 200px;
    padding-bottom: 74px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-6 {
    margin-top: 306px;
  }

  .uui-navbar02_blog-content {
    margin-top: .5rem;
  }

  .uui-navbar02_blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar02_dropdown-blog-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar02_dropdown-content-wrapper {
    width: 100%;
  }

  .uui-navbar02_dropdown-content-right {
    max-width: none;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .uui-navbar02_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar02_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar06_blog-item {
    flex-direction: column;
  }

  .uui-navbar06_blog-list, .uui-navbar06_dropdown-content-left {
    grid-template-columns: 1fr;
  }

  .uui-navbar02_blog-content-2 {
    margin-top: .5rem;
  }

  .uui-navbar02_blog-item-2 {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar02_dropdown-blog-item-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar02_dropdown-content-wrapper-2 {
    width: 100%;
  }

  .uui-navbar02_dropdown-content-right-2 {
    max-width: none;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .uui-navbar02_dropdown-link-2 {
    padding-left: 0;
  }

  .uui-navbar02_dropdown-content-left-2 {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon {
    display: none;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .image-18 {
    max-width: 50%;
  }

  .quote-arabic-2, .quote-english-copy-2 {
    font-size: 16px;
    line-height: 20px;
  }
}

#w-node-_8c74271f-3be8-8ba5-1176-fc53519d22b7-6aa1f569 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7c3dd170-61ba-1333-47be-2ae971927eb5-6aa1f569 {
  grid-area: 2 / 2 / 3 / 4;
  place-self: center;
}

#w-node-ca3d521c-4e59-0699-461f-9365e08fc45e-6aa1f569 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-adee44a0-cab5-1411-1181-52296d235b53-6aa1f569 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a59495c1-3ccd-aa07-f66b-6a68b8264f7e-6aa1f569 {
  grid-area: 1 / 2 / 2 / 8;
  justify-self: center;
}

#w-node-eb6f3abf-2657-064a-89b3-07d427de682a-6aa1f569 {
  grid-area: 2 / 1 / 4 / 5;
}

#w-node-ec4a8fad-ea76-5f0a-cd43-2c64d5aad975-6aa1f569 {
  grid-area: 2 / 5 / 4 / 9;
}

#w-node-_9d97e8cb-0652-6863-d4a4-bad3d51f8a02-6aa1f569 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-_9d97e8cb-0652-6863-d4a4-bad3d51f8a04-6aa1f569 {
  grid-area: 5 / 2 / 6 / 5;
}

#w-node-_9d97e8cb-0652-6863-d4a4-bad3d51f8a09-6aa1f569 {
  grid-area: 2 / 2 / 4 / 5;
  place-self: end center;
}

#w-node-b164eb12-ac21-0160-319e-0b3882991fde-6aa1f569 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-b4ad7d41-fdae-fa59-a8a1-74d8eb0c7dd4-6aa1f569 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_44803206-c965-58ac-e2cc-159d55235903-6aa1f569 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-_5485e21f-e7d5-0751-bff7-f1b9bbd8c450-6aa1f569 {
  grid-area: 5 / 2 / 6 / 5;
}

#w-node-d236134d-1e18-fb72-5a86-dda372149e26-6aa1f569 {
  grid-area: 2 / 2 / 4 / 5;
  place-self: end center;
}

#w-node-cd621d05-9595-bb8f-3275-d0ec7211eb5b-6aa1f569 {
  place-self: center;
}

#w-node-c56ba3e0-fcb1-c6f0-c49a-c9a5d59c0a4d-6aa1f569 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c56ba3e0-fcb1-c6f0-c49a-c9a5d59c0a51-6aa1f569 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a9bbdf7-f8c9-3931-2bfd-ba48c36e4737-6aa1f569 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3a9bbdf7-f8c9-3931-2bfd-ba48c36e472a-6aa1f569 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa92678d-7a8f-2f66-0eb0-8918a8d5152a-6aa1f569 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_67cfc80e-1115-f0a3-cabb-28c120955beb-6aa1f569 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_67cfc80e-1115-f0a3-cabb-28c120955bec-6aa1f569 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad7c8240-b6a9-c072-90a6-c3d7a11021a4-6aa1f569 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ad7c8240-b6a9-c072-90a6-c3d7a1102197-6aa1f569 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_68226d31-2962-e844-a1e4-2bd4648c3033-6aa1f571, #w-node-_68226d31-2962-e844-a1e4-2bd4648c3034-6aa1f571, #w-node-_68226d31-2962-e844-a1e4-2bd4648c3035-6aa1f571 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_68226d31-2962-e844-a1e4-2bd4648c3036-6aa1f571, #w-node-_68226d31-2962-e844-a1e4-2bd4648c3037-6aa1f571, #w-node-_68226d31-2962-e844-a1e4-2bd4648c3038-6aa1f571, #w-node-_68226d31-2962-e844-a1e4-2bd4648c3039-6aa1f571, #w-node-_68226d31-2962-e844-a1e4-2bd4648c303a-6aa1f571, #w-node-_68226d31-2962-e844-a1e4-2bd4648c303b-6aa1f571, #w-node-_68226d31-2962-e844-a1e4-2bd4648c303c-6aa1f571, #w-node-_68226d31-2962-e844-a1e4-2bd4648c303d-6aa1f571, #w-node-_68226d31-2962-e844-a1e4-2bd4648c303e-6aa1f571, #w-node-_68226d31-2962-e844-a1e4-2bd4648c303f-6aa1f571 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95b10009-965a-318a-8d20-0b594e608891-6aa1f572, #w-node-d57c3e8c-bf2a-02df-7808-d1f07fe0dd71-6aa1f572, #w-node-f09f6362-faf1-6117-4ada-89ddf81082b4-6aa1f572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f657ff52-0559-d587-26d2-cfe989286067-6aa1f572, #w-node-_97d5e7f2-3414-4c5a-429c-85184b06b825-6aa1f572, #w-node-_775b552c-ff49-3b23-0a73-23cf1cfbaa8b-6aa1f572, #w-node-d3956106-827e-942d-8761-83c12bb68d35-6aa1f572, #w-node-_469d9d14-052c-6a26-8d60-1f05e4faa76a-6aa1f572, #w-node-b9b1610b-0204-75e0-b86b-76b667549095-6aa1f572, #w-node-c69a229c-9d9e-62c0-5d39-cd1b3e3587da-6aa1f572, #w-node-_858a1e71-1528-c3cf-09e7-ce7c13ab1f4e-6aa1f572, #w-node-_7d2f85a5-002d-be1d-1732-2e53469f06ff-6aa1f572, #w-node-fb5f4dff-d42c-6743-2d7c-930c2bfaab6e-6aa1f572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15f94593-5241-92b6-0afa-84df8811238b-6aa1f573, #w-node-_15f94593-5241-92b6-0afa-84df8811238c-6aa1f573, #w-node-_15f94593-5241-92b6-0afa-84df8811238d-6aa1f573 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_15f94593-5241-92b6-0afa-84df8811238e-6aa1f573, #w-node-_15f94593-5241-92b6-0afa-84df8811238f-6aa1f573, #w-node-_15f94593-5241-92b6-0afa-84df88112390-6aa1f573, #w-node-_15f94593-5241-92b6-0afa-84df88112391-6aa1f573, #w-node-_15f94593-5241-92b6-0afa-84df88112392-6aa1f573, #w-node-_15f94593-5241-92b6-0afa-84df88112393-6aa1f573, #w-node-_15f94593-5241-92b6-0afa-84df88112394-6aa1f573, #w-node-_15f94593-5241-92b6-0afa-84df88112395-6aa1f573, #w-node-_15f94593-5241-92b6-0afa-84df88112396-6aa1f573, #w-node-_15f94593-5241-92b6-0afa-84df88112397-6aa1f573 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95b10009-965a-318a-8d20-0b594e608891-6aa1f574, #w-node-d57c3e8c-bf2a-02df-7808-d1f07fe0dd71-6aa1f574, #w-node-f09f6362-faf1-6117-4ada-89ddf81082b4-6aa1f574 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f657ff52-0559-d587-26d2-cfe989286067-6aa1f574, #w-node-_97d5e7f2-3414-4c5a-429c-85184b06b825-6aa1f574, #w-node-_775b552c-ff49-3b23-0a73-23cf1cfbaa8b-6aa1f574, #w-node-d3956106-827e-942d-8761-83c12bb68d35-6aa1f574, #w-node-_469d9d14-052c-6a26-8d60-1f05e4faa76a-6aa1f574, #w-node-c69a229c-9d9e-62c0-5d39-cd1b3e3587da-6aa1f574, #w-node-fb5f4dff-d42c-6743-2d7c-930c2bfaab6e-6aa1f574, #w-node-_7d2f85a5-002d-be1d-1732-2e53469f06ff-6aa1f574, #w-node-_858a1e71-1528-c3cf-09e7-ce7c13ab1f4e-6aa1f574, #w-node-b9b1610b-0204-75e0-b86b-76b667549095-6aa1f574 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15f94593-5241-92b6-0afa-84df8811238b-6aa1f575, #w-node-_578020ac-aa2d-0b9c-54d7-b65601331496-6aa1f575, #w-node-c48bf807-77d8-5162-0f0b-264a070b00a0-6aa1f575, #w-node-_9d4544b7-56a8-bdb5-f6ae-08826ce74e4b-6aa1f575, #w-node-fd512ad4-5ce3-679a-8370-7ec7a01e2b1f-6aa1f575, #w-node-_16314012-8dd4-869c-3b45-8fa601bb2745-6aa1f575, #w-node-_74cf32b6-8a77-11f4-77d8-5596105f30f8-6aa1f575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_118f64a7-f214-bee2-6d47-1cda67378565-6aa1f575 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-a2c6a45a-d9e7-8509-7d51-e1ee34680ffe-6aa1f575 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_275e95e7-9269-2691-75ab-135c99e9bdc7-6aa1f576, #w-node-_275e95e7-9269-2691-75ab-135c99e9bdc8-6aa1f576, #w-node-_275e95e7-9269-2691-75ab-135c99e9bdc9-6aa1f576, #w-node-_275e95e7-9269-2691-75ab-135c99e9bdca-6aa1f576, #w-node-_275e95e7-9269-2691-75ab-135c99e9bdcb-6aa1f576, #w-node-_275e95e7-9269-2691-75ab-135c99e9bdcc-6aa1f576, #w-node-_275e95e7-9269-2691-75ab-135c99e9bdcd-6aa1f576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_275e95e7-9269-2691-75ab-135c99e9bdce-6aa1f576 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-_275e95e7-9269-2691-75ab-135c99e9bdcf-6aa1f576, #w-node-_32c8f357-9ae9-da45-07ca-806f94c86a33-6aa1f577, #w-node-cef6c6d9-ffef-b788-269d-b881fb69328b-6aa1f578 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fccb52f3-a922-e10b-e10b-6c584262e89f-6aa1f581 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7987f2e2-8163-78c4-4a89-ab383a1c02b2-6aa1f581 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6436b8bb-920b-681f-47fc-b8354e874138-6aa1f581 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0a8e97d7-651c-080d-6ebc-df0fadc18dff-6aa1f582 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0a8e97d7-651c-080d-6ebc-df0fadc18e02-6aa1f582 {
  grid-area: 2 / 2 / 3 / 4;
  place-self: center;
}

#w-node-_7170c9aa-380d-5574-2b7d-a6a4a2261a33-6aa1f582 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-_7170c9aa-380d-5574-2b7d-a6a4a2261a37-6aa1f582 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e59b84da-4716-24cf-1924-36f61abad794-6aa1f582 {
  grid-area: 1 / 2 / 2 / 8;
  justify-self: center;
}

#w-node-e59b84da-4716-24cf-1924-36f61abad7a0-6aa1f582 {
  grid-area: 2 / 1 / 4 / 5;
}

#w-node-e59b84da-4716-24cf-1924-36f61abad7ad-6aa1f582 {
  grid-area: 2 / 5 / 4 / 9;
}

#w-node-_116152b4-0bad-dad6-2c0d-8287d62ace2c-6aa1f582 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_116152b4-0bad-dad6-2c0d-8287d62ace2d-6aa1f582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_116152b4-0bad-dad6-2c0d-8287d62ace31-6aa1f582 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-_116152b4-0bad-dad6-2c0d-8287d62ace33-6aa1f582 {
  grid-area: 5 / 2 / 6 / 5;
}

#w-node-f327699a-be63-8eb0-5c00-d76e89721880-6aa1f582 {
  grid-area: 2 / 2 / 4 / 5;
  place-self: end center;
}

#w-node-_116152b4-0bad-dad6-2c0d-8287d62ace39-6aa1f582 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_116152b4-0bad-dad6-2c0d-8287d62ace3a-6aa1f582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_116152b4-0bad-dad6-2c0d-8287d62ace3e-6aa1f582 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-_116152b4-0bad-dad6-2c0d-8287d62ace40-6aa1f582 {
  grid-area: 5 / 2 / 6 / 5;
}

#w-node-_9295f2f5-3018-26fe-dede-a3940732fc07-6aa1f582 {
  grid-area: 2 / 2 / 4 / 5;
  place-self: end center;
}

#w-node-c365d48c-5132-73d5-3869-62f96c00bc41-6aa1f582, #w-node-_010bd385-19aa-70e8-dc45-4765e310c7b4-6aa1f582, #w-node-b510e27c-5698-c3de-8f14-7ca971df52be-6aa1f582 {
  place-self: center;
}

#w-node-_89140406-3cdc-38fc-abaf-b6020272a7fd-6aa1f583 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_971e81b1-e22e-775b-79d4-170a7ad2f96a-6aa1f583, #w-node-f0da0ebe-261e-4974-4095-9e72a74e66c8-6aa1f587, #w-node-_376ef939-582a-b822-32e7-2fb742067af2-6aa1f587, #w-node-a883499a-fe37-d711-fe87-d0865c1893d3-6aa1f587, #w-node-db2ac283-f051-738b-a002-987a236e7273-6aa1f587, #w-node-b2cf86ae-4efd-4207-c2b3-cfad200d3ec8-6aa1f587, #w-node-dfdbe2ab-2bfb-3a7c-c0e7-7200966d2449-6aa1f587, #w-node-a53460da-279a-c8b0-aed8-556b4a1cef24-6aa1f587, #w-node-_69f6c5fa-1cd2-e092-2676-97ff3f254d1c-6aa1f587, #w-node-_7efaeb1d-e483-4d59-cd3c-8858195d0378-6aa1f587, #w-node-_86e00335-0aca-50af-fec0-d9e6fa4fd37f-6aa1f587, #w-node-d4513dcb-8bd0-3cc0-f277-8f3431a9e9e0-6aa1f587, #w-node-_8bce1cbd-2f48-68bb-4ae9-d5264aa9e6d2-6aa1f587, #w-node-_637117a0-9c64-833c-0828-9e14f5e13739-6aa1f587, #w-node-_9daf0dcc-5e3e-9a7e-692b-23b521959f3f-6aa1f587, #w-node-_49e0fb40-9b7c-5951-9a79-f136c869d0c6-6aa1f587, #w-node-f0da0ebe-261e-4974-4095-9e72a74e66c8-6aa1f58c, #w-node-_376ef939-582a-b822-32e7-2fb742067af2-6aa1f58c, #w-node-a883499a-fe37-d711-fe87-d0865c1893d3-6aa1f58c, #w-node-db2ac283-f051-738b-a002-987a236e7273-6aa1f58c, #w-node-b2cf86ae-4efd-4207-c2b3-cfad200d3ec8-6aa1f58c, #w-node-dfdbe2ab-2bfb-3a7c-c0e7-7200966d2449-6aa1f58c, #w-node-a53460da-279a-c8b0-aed8-556b4a1cef24-6aa1f58c, #w-node-_69f6c5fa-1cd2-e092-2676-97ff3f254d1c-6aa1f58c, #w-node-_7efaeb1d-e483-4d59-cd3c-8858195d0378-6aa1f58c, #w-node-_86e00335-0aca-50af-fec0-d9e6fa4fd37f-6aa1f58c, #w-node-d4513dcb-8bd0-3cc0-f277-8f3431a9e9e0-6aa1f58c, #w-node-_8bce1cbd-2f48-68bb-4ae9-d5264aa9e6d2-6aa1f58c, #w-node-_637117a0-9c64-833c-0828-9e14f5e13739-6aa1f58c, #w-node-_9daf0dcc-5e3e-9a7e-692b-23b521959f3f-6aa1f58c, #w-node-_49e0fb40-9b7c-5951-9a79-f136c869d0c6-6aa1f58c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_584be660-3900-84df-d824-561b2d1dafc5-6aa1f592 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_584be660-3900-84df-d824-561b2d1dafc6-6aa1f592 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_584be660-3900-84df-d824-561b2d1dafc8-6aa1f592 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-_584be660-3900-84df-d824-561b2d1dafc9-6aa1f592 {
  grid-area: 5 / 2 / 6 / 5;
}

#w-node-_584be660-3900-84df-d824-561b2d1dafce-6aa1f592 {
  grid-area: 2 / 2 / 4 / 5;
  place-self: end center;
}

#w-node-_2f445465-19bb-6028-0bca-eaa7c7e5169d-6aa1f592 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_2f445465-19bb-6028-0bca-eaa7c7e5169e-6aa1f592 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2f445465-19bb-6028-0bca-eaa7c7e516a0-6aa1f592 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-_2f445465-19bb-6028-0bca-eaa7c7e516a1-6aa1f592 {
  grid-area: 5 / 2 / 6 / 5;
}

#w-node-_2f445465-19bb-6028-0bca-eaa7c7e516a6-6aa1f592 {
  grid-area: 2 / 2 / 4 / 5;
  place-self: end center;
}

#w-node-ec4156ab-a50c-16e5-9536-f5c9c291873e-6aa1f593 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-ec4156ab-a50c-16e5-9536-f5c9c291873f-6aa1f593 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ec4156ab-a50c-16e5-9536-f5c9c2918741-6aa1f593 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-ec4156ab-a50c-16e5-9536-f5c9c2918742-6aa1f593 {
  grid-area: 5 / 2 / 6 / 5;
}

#w-node-ec4156ab-a50c-16e5-9536-f5c9c2918747-6aa1f593 {
  grid-area: 2 / 2 / 4 / 5;
  place-self: end center;
}

#w-node-ec4156ab-a50c-16e5-9536-f5c9c2918749-6aa1f593 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-ec4156ab-a50c-16e5-9536-f5c9c291874a-6aa1f593 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ec4156ab-a50c-16e5-9536-f5c9c291874c-6aa1f593 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-ec4156ab-a50c-16e5-9536-f5c9c291874d-6aa1f593 {
  grid-area: 5 / 2 / 6 / 5;
}

#w-node-ec4156ab-a50c-16e5-9536-f5c9c2918752-6aa1f593 {
  grid-area: 2 / 2 / 4 / 5;
  place-self: end center;
}

#w-node-f0da0ebe-261e-4974-4095-9e72a74e66c8-6aa1f594 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac5cb644-aefa-9817-6095-07cffa83c09a-6aa1f594 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-_200c1aa2-bd14-9443-b66f-5707d8666728-6aa1f594 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c5f0b9c-e8f1-a859-94ea-6cba7c3db91b-6aa1f594 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a9b06cde-b460-c64a-fcad-0296ffb2b1cd-6aa1f594, #w-node-_47231de7-c3ac-971a-b6bd-718ed7dbbca9-6aa1f594, #w-node-dcb3a9d5-01eb-2e90-50a8-b7f7e566a8f4-6aa1f594, #w-node-d172c21a-15b4-fbcb-bdf9-4ea0514f091a-6aa1f594, #w-node-f83e772d-0af3-077f-4c43-a59cda09d74a-6aa1f594, #w-node-_44ab8664-46ff-f688-0c05-3f0c869bc347-6aa1f594 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96001c0e-970f-99a7-e323-7d24286e75e4-6aa1f594 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: start;
}

#w-node-_50df87a8-68e3-3c89-173e-faed25a5c256-6aa1f594, #w-node-c5990d18-f7f6-e103-9f76-c9445db069d5-6aa1f594, #w-node-fd254bd8-598f-c538-3331-588cc605af00-6aa1f594, #w-node-edcff5f6-d763-0871-a3e9-4b1f60a2ace2-6aa1f594 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56bb168e-036a-8822-66e4-8ef99764f2f1-6aa1f594 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dfc4e540-f9c7-c805-a3cf-8d42ae46ebb4-6aa1f594, #w-node-_1253c12c-737f-484a-ccdf-6de49c289337-6aa1f594, #w-node-ca048de8-5f3a-1f2e-a4e4-2b7b1a4f71a6-6aa1f594, #w-node-ab3f5681-f16a-2ea8-1261-a30f77dfa82c-6aa1f594, #w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab493b-6aa1f5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab493d-6aa1f5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab493f-6aa1f5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab4941-6aa1f5c0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab4943-6aa1f5c0, #w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab4945-6aa1f5c0, #w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab4947-6aa1f5c0, #w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab4949-6aa1f5c0, #w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab494b-6aa1f5c0, #w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab494d-6aa1f5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab494f-6aa1f5c0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: start;
}

#w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab4951-6aa1f5c0, #w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab4953-6aa1f5c0, #w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab4955-6aa1f5c0, #w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab4957-6aa1f5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab4959-6aa1f5c0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab495b-6aa1f5c0, #w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab495d-6aa1f5c0, #w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab495f-6aa1f5c0, #w-node-_03723edc-0da4-a9cc-0b56-a1fe80ab4961-6aa1f5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_116152b4-0bad-dad6-2c0d-8287d62ace2c-6aa1f582, #w-node-ec4156ab-a50c-16e5-9536-f5c9c291873e-6aa1f593 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8c74271f-3be8-8ba5-1176-fc53519d22b7-6aa1f569 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_54f977e5-6766-2ad2-734a-75187379e0f7-6aa1f569 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4114b9be-d044-72ae-47cc-ef8c88f35e81-6aa1f569 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a59495c1-3ccd-aa07-f66b-6a68b8264f7e-6aa1f569 {
    grid-area: 1 / 1 / 2 / 9;
    justify-self: center;
  }

  #w-node-eb6f3abf-2657-064a-89b3-07d427de682a-6aa1f569 {
    grid-area: 3 / 1 / 4 / 9;
    justify-self: center;
  }

  #w-node-ec4a8fad-ea76-5f0a-cd43-2c64d5aad975-6aa1f569 {
    grid-area: 2 / 1 / 3 / 9;
    place-self: center;
  }

  #w-node-_9d97e8cb-0652-6863-d4a4-bad3d51f8a04-6aa1f569 {
    grid-area: 4 / 2 / 6 / 5;
  }

  #w-node-b164eb12-ac21-0160-319e-0b3882991fde-6aa1f569 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: end center;
  }

  #w-node-b4ad7d41-fdae-fa59-a8a1-74d8eb0c7dd4-6aa1f569 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_5485e21f-e7d5-0751-bff7-f1b9bbd8c450-6aa1f569 {
    grid-area: 4 / 2 / 6 / 5;
  }

  #w-node-_4bba1e4c-87bf-319c-db96-cac037c30e3a-6aa1f569 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cd621d05-9595-bb8f-3275-d0ec7211eb5b-6aa1f569, #w-node-c56ba3e0-fcb1-c6f0-c49a-c9a5d59c0a4d-6aa1f569 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c56ba3e0-fcb1-c6f0-c49a-c9a5d59c0a51-6aa1f569 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_010bd385-19aa-70e8-dc45-4765e310c7b4-6aa1f569 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_089651ce-00ae-e88f-2180-40dd80ce45b6-6aa1f569 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3a9bbdf7-f8c9-3931-2bfd-ba48c36e4737-6aa1f569 {
    grid-column-end: 3;
  }

  #w-node-_3a9bbdf7-f8c9-3931-2bfd-ba48c36e472a-6aa1f569 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_85a73f46-6592-926b-e375-54dffe1e176e-6aa1f569 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fa92678d-7a8f-2f66-0eb0-8918a8d5152a-6aa1f569 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_67cfc80e-1115-f0a3-cabb-28c120955beb-6aa1f569 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_67cfc80e-1115-f0a3-cabb-28c120955bec-6aa1f569 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ad7c8240-b6a9-c072-90a6-c3d7a11021a4-6aa1f569 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ad7c8240-b6a9-c072-90a6-c3d7a1102197-6aa1f569 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0a8e97d7-651c-080d-6ebc-df0fadc18dff-6aa1f582 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-e59b84da-4716-24cf-1924-36f61abad794-6aa1f582 {
    grid-area: 1 / 1 / 2 / 9;
    justify-self: center;
  }

  #w-node-e59b84da-4716-24cf-1924-36f61abad7a0-6aa1f582 {
    grid-area: 3 / 1 / 4 / 9;
    justify-self: center;
  }

  #w-node-e59b84da-4716-24cf-1924-36f61abad7ad-6aa1f582 {
    grid-area: 2 / 1 / 3 / 9;
    place-self: center;
  }

  #w-node-_2360b380-9f06-fe62-a1ab-5eeba52611ab-6aa1f582 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4114b9be-d044-72ae-47cc-ef8c88f35e81-6aa1f582 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_116152b4-0bad-dad6-2c0d-8287d62ace2c-6aa1f582 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_116152b4-0bad-dad6-2c0d-8287d62ace2d-6aa1f582 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_116152b4-0bad-dad6-2c0d-8287d62ace39-6aa1f582 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: end center;
  }

  #w-node-_116152b4-0bad-dad6-2c0d-8287d62ace3a-6aa1f582 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-c365d48c-5132-73d5-3869-62f96c00bc41-6aa1f582 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_85c726de-2d36-bb4b-e8fd-2823bca197fc-6aa1f582 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_67bac553-7696-5947-5fb5-3f285c4a3866-6aa1f582 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_67bac553-7696-5947-5fb5-3f285c4a386a-6aa1f582 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_010bd385-19aa-70e8-dc45-4765e310c7b4-6aa1f582 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_089651ce-00ae-e88f-2180-40dd80ce45b6-6aa1f582 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12a8a707-57bc-11c5-6e24-4ed85aa3db6b-6aa1f582 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12a8a707-57bc-11c5-6e24-4ed85aa3db5e-6aa1f582 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_734837a1-e28d-cc6b-e368-85c2bd3885ea-6aa1f582 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fa92678d-7a8f-2f66-0eb0-8918a8d5152a-6aa1f582 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b510e27c-5698-c3de-8f14-7ca971df52be-6aa1f582 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-b510e27c-5698-c3de-8f14-7ca971df52bf-6aa1f582 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_21ac1744-0ebf-204d-5ac4-1b51e1ad9ec2-6aa1f582 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_21ac1744-0ebf-204d-5ac4-1b51e1ad9eb5-6aa1f582 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_584be660-3900-84df-d824-561b2d1dafc5-6aa1f592 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: end center;
  }

  #w-node-_584be660-3900-84df-d824-561b2d1dafc6-6aa1f592 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_584be660-3900-84df-d824-561b2d1dafc9-6aa1f592 {
    grid-area: 4 / 2 / 6 / 5;
  }

  #w-node-_2f445465-19bb-6028-0bca-eaa7c7e5169d-6aa1f592 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: end center;
  }

  #w-node-_2f445465-19bb-6028-0bca-eaa7c7e5169e-6aa1f592 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_2f445465-19bb-6028-0bca-eaa7c7e516a1-6aa1f592 {
    grid-area: 4 / 2 / 6 / 5;
  }

  #w-node-ec4156ab-a50c-16e5-9536-f5c9c291873e-6aa1f593 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-ec4156ab-a50c-16e5-9536-f5c9c291873f-6aa1f593 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-ec4156ab-a50c-16e5-9536-f5c9c2918749-6aa1f593 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: end center;
  }

  #w-node-ec4156ab-a50c-16e5-9536-f5c9c291874a-6aa1f593 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c74271f-3be8-8ba5-1176-fc53519d22b7-6aa1f569, #w-node-_0a8e97d7-651c-080d-6ebc-df0fadc18dff-6aa1f582 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_116152b4-0bad-dad6-2c0d-8287d62ace2c-6aa1f582 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center end;
  }

  #w-node-_116152b4-0bad-dad6-2c0d-8287d62ace33-6aa1f582 {
    grid-area: 4 / 2 / 6 / 5;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9cff-6aa1f58a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d02-6aa1f58a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d04-6aa1f58a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d0b-6aa1f58a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d0e-6aa1f58a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d1e-6aa1f58a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d21-6aa1f58a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d38-6aa1f58a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d3b-6aa1f58a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9cff-6aa1f58b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d02-6aa1f58b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d04-6aa1f58b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d0b-6aa1f58b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d0e-6aa1f58b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d1e-6aa1f58b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d21-6aa1f58b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d38-6aa1f58b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6e99fa20-4bca-94a1-2140-188578af9d3b-6aa1f58b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ec4156ab-a50c-16e5-9536-f5c9c291873e-6aa1f593 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center end;
  }

  #w-node-ec4156ab-a50c-16e5-9536-f5c9c2918742-6aa1f593 {
    grid-area: 4 / 2 / 6 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8c74271f-3be8-8ba5-1176-fc53519d22b7-6aa1f569 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_0a8e97d7-651c-080d-6ebc-df0fadc18dff-6aa1f582 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_116152b4-0bad-dad6-2c0d-8287d62ace2c-6aa1f582 {
    justify-self: center;
  }

  #w-node-_116152b4-0bad-dad6-2c0d-8287d62ace39-6aa1f582 {
    align-self: center;
  }

  #w-node-_116152b4-0bad-dad6-2c0d-8287d62ace40-6aa1f582 {
    grid-area: 4 / 2 / 6 / 5;
  }

  #w-node-ec4156ab-a50c-16e5-9536-f5c9c291873e-6aa1f593 {
    justify-self: center;
  }

  #w-node-ec4156ab-a50c-16e5-9536-f5c9c2918749-6aa1f593 {
    align-self: center;
  }

  #w-node-ec4156ab-a50c-16e5-9536-f5c9c291874d-6aa1f593 {
    grid-area: 4 / 2 / 6 / 5;
  }
}


@font-face {
  font-family: 'Dubaiw23';
  src: url('../fonts/DubaiW23-Light.woff2') format('woff2'), url('../fonts/DubaiW23-Light.eot') format('embedded-opentype'), url('../fonts/DubaiW23-Light.woff') format('woff'), url('../fonts/DubaiW23-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dubaiw23';
  src: url('../fonts/DubaiW23-Medium.woff2') format('woff2'), url('../fonts/DubaiW23-Medium.eot') format('embedded-opentype'), url('../fonts/DubaiW23-Medium.woff') format('woff'), url('../fonts/DubaiW23-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dubaiw23';
  src: url('../fonts/DubaiW23-Regular.woff2') format('woff2'), url('../fonts/DubaiW23-Regular.eot') format('embedded-opentype'), url('../fonts/DubaiW23-Regular.woff') format('woff'), url('../fonts/DubaiW23-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dubaiw23';
  src: url('../fonts/DubaiW23-Bold.woff2') format('woff2'), url('../fonts/DubaiW23-Bold.eot') format('embedded-opentype'), url('../fonts/DubaiW23-Bold.woff') format('woff'), url('../fonts/DubaiW23-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Walrus typeface';
  src: url('../fonts/Walrus-Typeface.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}