:root {
  --_text---text-primary: var(--palette-blue--700);
  --palette-1--base-white: white;
  --palette-1--7: #2e2e2b;
  --palette-1--6: #939393;
  --_backgrounds---bg-secondary: var(--palette-gray--500);
  --_backgrounds---bg-primary: var(--palette-1--base-white);
  --palette-2--primary\<deleted\|variable-1fa02a4b-1caf-1405-afa7-116b45af586c\>: var(--palette-1--7);
  --_text---text-secondary: var(--palette-blue--300);
  --_buttons---button-secondary-bg-hover: var(--palette-gray--300);
  --_buttons---buttons-button-secondary-bg: var(--palette-1--base-white);
  --_text---text-tertiary: var(--palette-alpha--70);
  --border-radius--0: 0rem;
  --palette-1--base-black: black;
  --palette-alpha--10: #ffffff1a;
  --palette-gray--200: #f8f8f8;
  --palette-1--gray: #f7f4f7;
  --palette-1--4: #e0dfdd;
  --palette-1--5: #b3b3b3;
  --palette-alpha--40: #fff6;
  --palette-1--transparent: #fff0;
  --palette-blue--400: #3b4c7c;
  --_backgrounds---bg-primary-hover: var(--palette-gray--200);
  --palette-blue--500: #0d2d55;
  --border-radius--2: .75rem;
  --_buttons---button-primary-bg: var(--palette-pudra--500);
  --_buttons---button-primary-bg_hover: var(--palette-pudra--600);
  --palette-blue--700: #001f46;
  --_backgrounds---bg-tertiary: var(--palette-blue--700);
  --border-radius--4: var(--border-radius--2);
  --border-radius--3: .125rem;
  --_badge---badge-primary-bg: var(--palette-blue--700);
  --palette-blue--100: #bec9d3;
  --_border---brd-secondary: var(--palette-alpha--10);
  --_border---brd-tertiary: var(--palette-blue--50);
  --_text---text-primary-inverse: var(--palette-1--base-white);
  --_border---brd-fifth: var(--palette-blue--100);
  --_backgrounds---bg-quaternary: var(--palette-blue--500);
  --_text---text-quaternary: var(--palette-alpha--40);
  --_border---brd-primary: var(--palette-blue--300);
  --_backgrounds---bg-fifth: var(--palette-gray--300);
  --palette-blue--50: #dee4e9;
  --_text---text-secondary-inverse: var(--palette-1--base-white);
  --palette-blue--300: #5c7991;
  --_text---text-disabled: var(--palette-blue--300);
  --palette-error--500: #f04438;
  --palette-blue--200: #8ca8b8;
  --palette-error--300: #fda29b;
  --_slider---slider-inverse-border-active: var(--palette-1--base-white);
  --palette-1--100: black;
  --palette-pudra--200: #d4a9a3;
  --palette-pudra--500: #993b2c;
  --palette-pudra--600: #7a2f23;
  --palette-gray--300: whitesmoke;
  --palette-gray--500: #efefef;
  --palette-gray--600: #d1d1d1;
  --palette-gray--700: #b4b4b4;
  --palette-gray--800: #969696;
  --palette-gray--900: #797979;
  --palette-gray--950: #6a6a6a;
  --palette-alpha--70: #ffffffb3;
}

body {
  color: var(--_text---text-primary);
  flex-flow: column;
  font-family: "29 Ltzaridsans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

figure {
  margin-bottom: 10px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.header__links-list {
  grid-column-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  grid-row-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header__links-list.header__links--main {
  grid-column-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  grid-row-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  grid-column-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  grid-row-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
}

.main-navigation {
  z-index: 20;
  width: 100%;
  padding-top: clamp(1.25rem, 1.098rem + .65vw, 1.875rem);
  position: relative;
}

.guide-overlay__grid-item {
  background-color: #5356ff0d;
  width: 100%;
  height: 100%;
}

.section {
  width: 100%;
}

.section.marquee {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section.section--padding-top-s {
  padding-top: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem);
}

.section.section--bg-secondary {
  background-color: var(--_backgrounds---bg-secondary);
}

.section.section--padding-bottom-m2 {
  padding-bottom: clamp(1.875rem, 1.117rem + 3.24vw, 5rem);
}

.section.values {
  padding-top: clamp(0rem, 5.18vw - 1.214rem, 5rem);
  padding-bottom: clamp(0rem, 5.18vw - 1.214rem, 5rem);
}

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

.section.section--padding-bottom-m {
  padding-bottom: clamp(3.75rem, 3.447rem + 1.29vw, 5rem);
}

.section.section--padding-bottom-l2 {
  padding-bottom: clamp(1.875rem, 8.41vw - .097rem, 10rem);
}

.section.section--padding-top-l2 {
  padding-top: clamp(1.875rem, 8.41vw - .097rem, 10rem);
}

.section.section--padding-bottom-l {
  padding-bottom: clamp(3.75rem, 2.233rem + 6.47vw, 10rem);
}

.section.section--padding-top-l {
  padding-top: clamp(3.75rem, 2.233rem + 6.47vw, 10rem);
}

.section.section--padding-top-m {
  padding-top: clamp(3.75rem, 3.447rem + 1.29vw, 5rem);
}

.section.section--padding-top-m2 {
  padding-top: clamp(1.875rem, 1.117rem + 3.24vw, 5rem);
}

.header {
  background-color: var(--_backgrounds---bg-primary);
  width: 100%;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1);
  transform: none;
}

.header.js--visible {
  position: relative;
  transform: translate(0);
}

.logo-link {
  transition: color .5s;
}

.logo-link.header__logo-link {
  color: var(--palette-2--primary\<deleted\|variable-1fa02a4b-1caf-1405-afa7-116b45af586c\>);
  background-color: #fff;
  width: clamp(13.125rem, 11.608rem + 6.47vw, 19.375rem);
  height: clamp(2.5rem, 2.227rem + 1.17vw, 3.625rem);
  transition-property: opacity;
}

.logo-link.header__logo-link:hover {
  opacity: .8;
}

.logo-link.header__logo-link.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1px;
  font-weight: 500;
}

.paragraph.paragraph--bold {
  font-weight: 700;
}

.paragraph.paragraph--semibold {
  font-weight: 600;
}

.paragraph.paragraph--xs {
  letter-spacing: -.03em;
  font-size: 1rem;
  line-height: 125%;
}

.paragraph.color-text-tertiary {
  color: var(--_text---text-tertiary);
}

.paragraph.paragraph--flex-on-mobile {
  justify-content: flex-start;
  align-items: center;
}

.paragraph.paragraph--m2 {
  letter-spacing: -.02em;
  font-size: 1.5rem;
  line-height: 100%;
}

.paragraph.paragraph--m2.paragraph--semibold {
  font-family: Itfmirsald, Arial, sans-serif;
  font-size: 20px;
}

.paragraph.text-ar-align:lang(ar) {
  text-align: justify;
}

.paragraph.values--paragraph2 {
  box-sizing: content-box;
  aspect-ratio: auto;
  text-align: left;
  letter-spacing: 0;
  text-indent: 5px;
  object-fit: fill;
  border: 0 solid #000;
  border-radius: 0;
  align-self: auto;
  min-width: auto;
  max-width: none;
  font-family: Itfmirsald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.paragraph.values--paragraph2:lang(ar) {
  text-align: right;
  font-size: 15px;
  font-weight: 300;
}

.paragraph.values--paragraph2.text-white.color-text-white, .paragraph.values--paragraph2.text-white-p.text-white-sup.color-text-white {
  text-indent: 0;
  color: #fff;
}

.paragraph.paragraph--subservices {
  text-align: left;
  letter-spacing: .3px;
  text-indent: 0;
  font-family: Itfmirsald, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph.paragraph--subservices:lang(ar) {
  text-align: justify;
}

.paragraph.paragraph--why--22px--primary {
  color: var(--_text---text-primary);
  text-align: left;
  letter-spacing: .05px;
  text-indent: 0;
  font-family: Itfmirsald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph.paragraph--why--22px--primary:lang(ar) {
  text-align: right;
}

.paragraph.paragraph--news--20px--primary {
  letter-spacing: .6px;
  font-family: Itfmirsald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph.paragraph--news--20px--primary:lang(ar) {
  text-align: right;
}

.paragraph.paragraph--usd {
  letter-spacing: .02em;
  font-size: 20px;
  font-weight: 700;
}

.paragraph.paragraph--s {
  letter-spacing: -.03em;
  font-size: clamp(1.125rem, 1.064rem + .26vw, 1.375rem);
  line-height: 120%;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.paragraph.paragraph--m {
  letter-spacing: -.02em;
  margin-top: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Itfmirsald, Arial, sans-serif;
  font-size: clamp(1.25rem, 1.189rem + .26vw, 1.5rem);
  font-weight: 400;
  line-height: 100%;
}

.paragraph.paragraph--m:lang(ar) {
  font-size: clamp(1rem, .9rem + .25vw, 1.25rem);
}

.paragraph.paragraph--m.paragraph--semibold {
  width: 100%;
  font-size: clamp(1.125rem, 1.08rem + .24vw, 1.175rem);
  display: flex;
}

.paragraph.paragraph--m.paragraph--semibold:lang(ar) {
  text-align: right;
}

.paragraph.paragraph--m.paragraph--semibold.text-center {
  text-align: center;
}

.paragraph.paragraph--m.paragraph--semibold.text-color-light {
  color: var(--_text---text-secondary);
}

.paragraph.paragraph--m.paragraph--semibold.md-bold {
  font-size: clamp(1.125rem, 1.08rem + .24vw, 1.175rem);
  font-weight: 500;
}

.paragraph.paragraph--l.color-text-tertiary {
  font-family: Itfmirsald, Arial, sans-serif;
  font-size: clamp(1.375rem, 1.314rem + .26vw, 1.625rem);
  font-weight: 300;
}

.paragraph.paragraph--l.paragraph--l-line-height:lang(ar) {
  line-height: 1.5em;
}

.paragraph.paragraph--l.heading--20xp--white {
  color: var(--_buttons---buttons-button-secondary-bg);
  letter-spacing: -.01em;
}

.paragraph.paragraph--l.text-secondary {
  color: var(--_text---text-secondary);
}

.paragraph.paragraph--l.text-white.value--paragraph2 {
  font-family: Itfmirsald, Arial, sans-serif;
  font-weight: 300;
}

.paragraph.paragraph--l {
  color: #001f46;
  letter-spacing: .01em;
  word-spacing: .05em;
  font-family: Itfmirsald, Arial, sans-serif;
  font-size: clamp(1.375rem, 1.314rem + .26vw, 1.625rem);
  font-weight: 300;
  line-height: 100%;
}

.paragraph.paragraph--l:lang(ar) {
  text-align: right;
  -webkit-text-stroke-width: 0em;
  font-family: Itfmirsald, Arial, sans-serif;
}

.paragraph.paragraph--l.color-had:lang(ar) {
  font-size: clamp(1.125rem, 1.05rem + .23vw, 1.375rem);
}

.paragraph.paragraph--l.text-white {
  text-align: left;
  letter-spacing: .5px;
  font-size: clamp(1.125rem, 1.05rem + .2vw, 1.375rem);
  line-height: 1.3;
}

.paragraph.paragraph--l.text-white:lang(ar) {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: right;
  overflow-wrap: normal;
  object-fit: fill;
  direction: rtl;
  margin-bottom: auto;
  font-size: clamp(1.125rem, 1.05rem + .23vw, 1.375rem);
  font-style: normal;
  line-height: 150%;
}

.paragraph.paragraph--l.faq-sup {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  font-size: clamp(1.125rem, 1.05rem + .2vw, 1.375rem);
  display: block;
}

.paragraph.paragraph--l.faq-sup:lang(ar) {
  text-align: right;
}

.container {
  width: 100%;
  max-width: 83.125rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.container.slider__container, .container.tabs-section__container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.faq__container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.container.marquee__container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.share__container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.container.container--no-padding {
  max-width: 81.25rem;
  padding-left: 0;
  padding-right: 0;
}

.container.container--position-relative {
  position: relative;
}

.container.main-navigation__container {
  z-index: 1;
  position: relative;
}

.header-wrapper {
  z-index: 5;
  width: 100%;
  height: auto;
  position: sticky;
  inset: 0% auto auto 0%;
}

.header-wrapper:lang(ar) {
  font-family: Itfmirsald, Arial, sans-serif;
}

.header__link {
  transition: color .5s;
}

.header__link:hover {
  color: var(--palette-blue--400);
}

.header__link.navigation__links-list_item-link {
  border-radius: var(--border-radius--0);
  white-space: nowrap;
  padding: .75rem 1.25rem;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.header__link.navigation__links-list_item-link:hover {
  background-color: var(--_backgrounds---bg-primary-hover);
  color: var(--_text---text-primary);
}

.header__link.navigation__links-list_item-link.no-p {
  padding-left: 0;
}

.header__link.navigation__links-list_item-link.no-p:lang(ar) {
  padding-right: 0;
}

.guide-overlay__grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Itfmirsald, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.heading.heading--m {
  letter-spacing: -.03em;
  font-size: clamp(1.875rem, 1.754rem + .52vw, 2.375rem);
  font-weight: 600;
  line-height: 90%;
}

.heading.heading--l {
  letter-spacing: -.05em;
  font-weight: 500;
  line-height: 110%;
}

.heading.heading--l:lang(ar) {
  text-align: right;
  direction: rtl;
  font-family: Itfmirsald, Arial, sans-serif;
  font-weight: 500;
}

.heading.heading--l.heading--60xp--white {
  font-size: clamp(1.75rem, 2.25rem + .5vw, 3.75rem);
}

.heading.heading--l.heading--60xp--white:lang(ar) {
  font-size: 60px;
}

.heading.heading--l.heading--60xp--white.small-font {
  text-align: center;
  padding-top: 64px;
  font-size: 77px;
  font-weight: 900;
}

.heading.heading--l.heading--60xp--white.small-font:lang(ar) {
  text-align: center;
  font-size: 77px;
}

.heading.heading--xl.color-text-secondary, .heading.heading--xl.text-white {
  color: var(--_buttons---buttons-button-secondary-bg);
}

.heading.heading--m2 {
  letter-spacing: -.03em;
  font-size: clamp(1.625rem, 1.443rem + .78vw, 2.375rem);
  font-weight: 600;
  line-height: 90%;
}

.heading.text-ar-align:lang(ar) {
  text-align: justify;
}

.heading.heading--40px--1h {
  text-align: justify;
  letter-spacing: 0;
  font-size: 34px;
}

.heading.heading--why--40px {
  font-size: 40px;
}

.heading.heading--xxl {
  text-align: center;
  letter-spacing: -.01em;
  margin-left: 0;
  font-family: "29 Ltzaridsans", Arial, sans-serif;
  font-size: clamp(2.625rem, 1.8959rem + 3.11082vw, 5.625rem);
  font-weight: 700;
  line-height: 80%;
}

.heading.heading--xxl:lang(ar) {
  box-sizing: content-box;
  text-align: center;
  direction: rtl;
  min-width: 100px;
  max-width: 800px;
  font-family: Itfmirsald, Arial, sans-serif;
  font-size: clamp(2.625rem, 1.897rem + 3.11vw, 5.625rem);
  font-weight: 700;
}

.heading.heading--xxl.heading--xxl--font-ten {
  font-size: clamp(2.625rem, 1.74401rem + 3.75891vw, 6.25rem);
}

.heading.heading--xxl.heading--xxl--font-ten:lang(ar) {
  font-size: clamp(2.625rem, 1.8959rem + 3.11082vw, 5.625rem);
}

.heading.heading--xxl.heading--xxl--font-twenty {
  font-size: clamp(2.625rem, 1.59211rem + 4.407vw, 6.875rem);
}

.heading.heading--xxl.text-left {
  text-align: left;
  font-size: clamp(2.625rem, 1.8959rem + 2.5vw, 5.625rem);
}

.heading.heading--xxl.text-left:lang(ar) {
  text-align: right;
  font-size: clamp(2.375rem, 1.85rem + 2.8vw, 5.125rem);
}

.heading.heading--xxl.one-lined:lang(ar) {
  text-align: right;
  max-width: 900px;
  font-size: clamp(2rem, 1.5rem + 2vw, 3.5rem);
}

.heading.heading--xl.color-text-secondary, .heading.heading--xl.text-white {
  color: var(--_buttons---buttons-button-secondary-bg);
}

.heading.heading--xl.text-white.text-prim {
  text-align: left;
}

.heading.heading--xl.text-white.text-prim:lang(ar) {
  color: var(--_text---text-primary);
}

.heading.heading--xl.text-center {
  text-align: center;
}

.heading.heading--xl.text-center.clamp-1-7 {
  font-size: clamp(1.6rem, 1.35rem + 1.6vw, 3.25rem);
}

.heading.heading--xl.text-center.clamp-1-7:lang(ar) {
  text-align: center;
}

.heading.heading--xl.text-white-copy {
  color: var(--_buttons---buttons-button-secondary-bg);
}

.heading.heading--xl.text-white-copy.text-prim {
  color: var(--palette-blue--500);
  text-align: left;
}

.heading.heading--xl.text-white-copy.text-prim:lang(ar) {
  color: var(--_text---text-primary);
}

.heading.heading--xl.color-text-secondary {
  color: var(--_buttons---buttons-button-secondary-bg);
}

.heading.heading--s.achievements__card-footer_heading {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.heading.heading--s.achievements__card-footer_heading:lang(ar) {
  text-align: right;
  font-size: 22px;
  display: inline;
}

.heading.heading--s.heading--32px--100 {
  font-size: 32px;
}

.heading.heading--s.heading--20px-110---primary {
  color: var(--_text---text-primary);
  text-align: left;
  letter-spacing: 0;
  font-size: clamp(1.1875rem, .5rem + 1vw, 1.175rem);
  font-weight: 500;
  line-height: 115%;
}

.heading.heading--s.heading--20px-110---primary:lang(ar) {
  text-align: right;
  font-size: 26px;
}

.heading.heading--s.heading--20px-110---primary.heading--ar {
  font-size: clamp(1.1875rem, .5rem + 1vw, 1.175rem);
}

.heading.heading--s.heading--20px-110---primary.heading--ar:lang(ar) {
  line-height: 100%;
}

.heading.heading--s.heading--align-wide {
  text-align: center;
  letter-spacing: .02em;
  font-size: 18px;
  font-weight: 700;
}

.heading.heading--s.value--paragraph {
  letter-spacing: .02em;
  font-size: 18px;
  font-weight: 700;
}

.heading.heading--s.text-center {
  text-align: center;
}

.heading.heading--s.heading--s-line-height {
  letter-spacing: .01em;
  word-spacing: .05em;
}

.heading.heading--s.heading--s-line-height:lang(ar) {
  line-height: 1.5em;
}

.heading.heading--s.heading--s-line-height.multilingual-text {
  letter-spacing: .01em;
  word-spacing: .05em;
  text-align: start;
  max-width: 700px;
  margin-bottom: 1.5rem;
  font-size: clamp(1rem, .9rem + .5vw, 1.4rem);
  line-height: 1.5;
}

.heading.heading--s.text-ar-align:lang(ar) {
  text-align: center;
}

.heading.heading--s.no-p:lang(ar) {
  text-align: justify;
}

.heading.heading--s.no-p.text-center {
  text-align: center;
  text-align: center;
}

.heading.heading--xs {
  letter-spacing: -.03em;
  font-size: clamp(1.5rem, 1.47rem + .13vw, 1.625rem);
  font-weight: 600;
  line-height: 100%;
}

.heading.heading--xs.color-text-secondary {
  letter-spacing: .01em;
  word-spacing: .05em;
  padding-right: 13px;
  font-size: clamp(1.35rem, 1.32rem + .12vw, 1.5rem);
  line-height: 1.2;
}

.heading.heading--s {
  text-align: left;
  letter-spacing: -.017em;
  font-family: Itfmirsald, Arial, sans-serif;
  font-size: clamp(.9rem, 1.1rem + .2vw, 1.65rem);
  font-weight: 400;
  line-height: 1.1;
}

.heading.heading--s:lang(ar) {
  text-align: right;
  letter-spacing: -.02em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #f8f8f8;
  word-break: normal;
  font-family: Itfmirsald, Arial, sans-serif;
  font-weight: 700;
}

.heading.heading--xl {
  color: #001f46;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: capitalize;
  font-family: Itfmirsald, Arial, sans-serif;
  font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  font-weight: 500;
  line-height: 110%;
  display: block;
}

.heading.heading--xl:lang(ar) {
  color: #001f46;
  text-align: center;
  padding-right: 10px;
  font-family: Itfmirsald, Arial, sans-serif;
}

.button {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-top-left-radius: var(--border-radius--0);
  border-top-right-radius: var(--border-radius--0);
  border-bottom-left-radius: var(--border-radius--0);
  border-bottom-right-radius: var(--border-radius--0);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: clamp(3.75rem, 3.447rem + 1.29vw, 5rem);
  padding: 0 clamp(3.125rem, 2.973rem + .65vw, 3.75rem);
  transition-property: color, background-color;
  transition-duration: .5s, .5s;
  transition-timing-function: ease, ease;
  display: flex;
  overflow: hidden;
}

.button.button--accent-1 {
  background-color: var(--palette-alpha--10);
  color: #fff;
}

.button.button--accent-1:hover {
  background-color: var(--palette-alpha--40);
}

.button.button--accent-2 {
  background-color: var(--palette-gray--200);
  color: #fff;
}

.button.button--accent-2:hover {
  background-color: var(--palette-1--7);
}

.button.button--primary {
  border-radius: var(--border-radius--2);
  background-color: var(--_buttons---button-primary-bg);
  color: var(--palette-1--base-white);
  box-shadow: 0 15px 60px -18px #963a2299;
}

.button.button--primary:hover {
  background-color: var(--_buttons---button-primary-bg_hover);
}

.button.button--primary.button--primary-no-shadow {
  box-shadow: none;
  box-shadow: none;
}

.button.button--secondary {
  background-color: var(--_buttons---buttons-button-secondary-bg);
  color: var(--palette-blue--700);
  box-shadow: 0 15px 60px -18px #7c59433d;
}

.button.button--secondary:hover {
  background-color: var(--_buttons---button-secondary-bg-hover);
}

.button.button--secondary:lang(ar) {
  border-radius: var(--border-radius--2);
}

.button.button--submit {
  letter-spacing: -.02em;
  font-size: clamp(1.375rem, 1.345rem + .13vw, 1.5rem);
  line-height: 100%;
}

.main-navigation__inner {
  border-bottom: 1px solid #e5ecec;
  justify-content: space-between;
  align-items: center;
  padding-bottom: clamp(1.25rem, 1.098rem + .65vw, 1.875rem);
  display: flex;
}

.guide-overlay {
  z-index: 999;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.footer {
  background-color: var(--_backgrounds---bg-tertiary);
  width: 100%;
  color: var(--palette-1--base-white);
  margin-top: auto;
  padding-top: clamp(3.125rem, 2.67rem + 1.94vw, 5rem);
  padding-bottom: clamp(1.875rem, 1.723rem + .65vw, 2.5rem);
  overflow: hidden;
}

.section__header {
  object-fit: fill;
  align-self: center;
  position: relative;
}

.section__header.section__header--flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.section__header.section__header--flex.section__header--flex--aligan-center {
  justify-content: space-between;
  align-items: center;
}

.section__header.section__header--flex.section__header--flex--aligan-bottom {
  justify-content: space-between;
  align-items: flex-end;
}

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

.swiper-pagination {
  width: 100%;
  padding-top: 1.5rem;
}

.burger {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  width: 1.9375rem;
  height: 1.9375rem;
  display: none;
  position: relative;
}

.burger-line {
  border-radius: var(--border-radius--4);
  background-color: var(--palette-2--primary\<deleted\|variable-1fa02a4b-1caf-1405-afa7-116b45af586c\>);
  width: 100%;
  height: .1875rem;
  transition: all .3s;
}

.header__links-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.button__text {
  letter-spacing: -.02em;
  font-size: clamp(1.375rem, 1.345rem + .13vw, 1.5rem);
  font-weight: 600;
  line-height: 101%;
}

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

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

.image-cover.image-cover--top-position {
  box-sizing: border-box;
  text-align: left;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  width: auto;
}

.color-text-secondary {
  color: var(--_text---text-secondary);
}

.card-shape {
  border-top-left-radius: var(--border-radius--2);
  border-top-right-radius: var(--border-radius--2);
  border-bottom-left-radius: var(--border-radius--2);
  border-bottom-right-radius: var(--border-radius--2);
  width: 100%;
  color: var(--_text---text-primary);
  grid-column-gap: clamp(2.5rem, 1.893rem + 2.59vw, 5rem);
  grid-row-gap: clamp(2.5rem, 1.893rem + 2.59vw, 5rem);
  flex-flow: column;
  padding: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  display: flex;
  overflow: hidden;
}

.card-shape.card-shape--primary {
  background-color: var(--_backgrounds---bg-primary);
}

.card-shape.card-shape--secondary {
  background-color: var(--_backgrounds---bg-secondary);
}

.card-shape__number-wrapper {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--palette-blue--700);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--palette-blue--700);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--palette-blue--700);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--palette-blue--700);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: clamp(4.375rem, 4.041rem + 1.42vw, 5.75rem);
  height: clamp(4.375rem, 4.041rem + 1.42vw, 5.75rem);
  display: flex;
}

.card-shape__content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card-deliver {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.card-deliver__top {
  border-top-left-radius: var(--border-radius--2);
  border-top-right-radius: var(--border-radius--2);
  border-bottom-left-radius: var(--border-radius--2);
  border-bottom-right-radius: var(--border-radius--2);
  padding: clamp(2rem, 1.879rem + .52vw, 2.5rem);
}

.card-deliver__top.card-deliver__top--bg-primary {
  background-color: var(--_backgrounds---bg-primary);
}

.card-deliver__top.card-deliver__top--bg-secondary {
  background-color: var(--_backgrounds---bg-secondary);
  background-color: var(--_backgrounds---bg-secondary);
}

.card-deliver__body {
  border-top-left-radius: var(--border-radius--2);
  border-top-right-radius: var(--border-radius--2);
  border-bottom-left-radius: var(--border-radius--2);
  border-bottom-right-radius: var(--border-radius--2);
  flex: 1;
  padding: clamp(2rem, 1.879rem + .52vw, 2.5rem);
}

.card-deliver__body.card-deliver__body--bg-primary {
  background-color: var(--_backgrounds---bg-primary);
}

.card-deliver__body.card-deliver__body--bg-secondary {
  background-color: var(--_backgrounds---bg-secondary);
  background-color: var(--_backgrounds---bg-secondary);
}

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

.dropdown__header {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-radius: var(--border-radius--2);
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.dropdown__header-number {
  border-top-left-radius: var(--border-radius--2);
  border-top-right-radius: var(--border-radius--2);
  border-bottom-left-radius: var(--border-radius--2);
  border-bottom-right-radius: var(--border-radius--2);
  justify-content: center;
  align-items: center;
  width: 5.75rem;
  min-width: 5.75rem;
  padding-left: clamp(2rem, 1.939rem + .26vw, 2.25rem);
  padding-right: clamp(2rem, 1.939rem + .26vw, 2.25rem);
  display: flex;
  overflow: hidden;
}

.dropdown__header-number.dropdown__header-number--bg-secondary {
  background-color: var(--_backgrounds---bg-secondary);
}

.dropdown__header-number.dropdown__header-number--fake {
  opacity: 0;
}

.dropdown__header-arrow_wrapper {
  border-radius: var(--border-radius--2);
  justify-content: center;
  align-items: center;
  width: 5.75rem;
  min-width: 5.75rem;
  display: flex;
  overflow: hidden;
}

.dropdown__header-arrow_wrapper.dropdown__header-arrow_wrapper--bg-primary {
  background-color: var(--_backgrounds---bg-primary);
}

.dropdown__header-arrow_wrapper.dropdown__header-arrow_wrapper--bg-secondary {
  background-color: var(--_backgrounds---bg-secondary);
}

.dropdown__header-arrow_wrapper.dropdown__header-arrow_wrapper--fake {
  opacity: 0;
}

.dropdown__header-arrow_icon {
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.dropdown__header-content {
  border-top-left-radius: var(--border-radius--2);
  border-top-right-radius: var(--border-radius--2);
  border-bottom-left-radius: var(--border-radius--2);
  border-bottom-right-radius: var(--border-radius--2);
  width: 100%;
  padding: clamp(2.219rem, 2.029rem + .81vw, 3rem) 2.5rem;
}

.dropdown__header-content.dropdown__header-content--bg-primary {
  background-color: var(--_backgrounds---bg-primary);
}

.dropdown__header-content.dropdown__header-content--link-vacancies {
  min-height: 112px;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}

.dropdown__header-content.dropdown__header-content--bg-secondary {
  background-color: var(--_backgrounds---bg-secondary);
}

.badges {
  border-radius: var(--border-radius--4);
  text-align: center;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.badges.badges--bg-secondary {
  background-color: var(--palette-1--base-white);
  color: var(--palette-blue--700);
}

.badges.badges--s {
  padding: .5rem;
  font-size: 1.125rem;
}

.badges.badges--in-text {
  display: inline-block;
}

.badges.badges--bg-primary {
  background-color: var(--_badge---badge-primary-bg);
  color: var(--palette-1--base-white);
}

.section__badge-wrapper {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  display: flex;
}

.section__badge-wrapper.section__badge-wrapper--service {
  margin-bottom: 1.5rem;
}

.section-hero.section-hero--padding-bottom-l {
  padding-bottom: clamp(3.75rem, 2.233rem + 6.47vw, 10rem);
}

.section-hero.section-hero--padding-bottom-s {
  padding-bottom: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem);
}

.section-hero.section--bg-secondary {
  background-color: var(--_backgrounds---bg-secondary);
}

.section-hero.section-hero--padding-top-l {
  padding-top: clamp(3.75rem, 2.233rem + 6.47vw, 10rem);
}

.section__box-m {
  width: 100%;
  max-width: 33.125rem;
}

.section__box-l {
  width: 100%;
  max-width: 40rem;
}

.section__content-flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  display: flex;
}

.section__content-flex.section__content-flex--aligan-top {
  justify-content: space-between;
  align-items: flex-start;
}

.section__content-flex.section__content-flex--aligan-center {
  justify-content: space-between;
  align-items: center;
}

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

.section__heading-wrapper.section__heading-wrapper--width-874 {
  width: 100%;
  max-width: 54rem;
}

.section__heading-wrapper.section__heading-wrapper--to-left {
  text-align: left;
  width: 100%;
}

.section__heading-wrapper.section__heading-wrapper--to-left:lang(ar) {
  text-align: right;
}

.section__heading-wrapper.trusted-protection {
  text-align: left;
  align-self: auto;
  max-width: clamp(21.563rem, 13.75rem + 33.33vw, 53.75rem);
}

.section__heading-wrapper.trusted-protection:lang(ar) {
  text-align: center;
}

.section__inner {
  text-align: left;
  grid-column-gap: clamp(2.5rem, 1.893rem + 2.59vw, 5rem);
  grid-row-gap: clamp(2.5rem, 1.893rem + 2.59vw, 5rem);
  flex-flow: column;
  display: flex;
}

.divider {
  background-color: var(--palette-blue--100);
  width: 100%;
  height: 1px;
  margin-top: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
  margin-bottom: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
}

.divider.divider--bg-alpha-white-10 {
  background-color: var(--palette-alpha--10);
}

.divider.divider--container {
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}

.divider.divider--margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

.divider.divider--margin-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.divider.divider--color-brd-srcondary {
  background-color: var(--_border---brd-secondary);
}

.divider.divider--border-brd-tertiary {
  background-color: var(--_border---brd-tertiary);
}

.footer__bottom {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--palette-alpha--10);
  color: var(--_text---text-quaternary);
  margin-top: clamp(3.75rem, 3.447rem + 1.29vw, 5rem);
  padding-top: 2.5rem;
}

.footer__bottom-link {
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.footer__bottom-link:hover {
  color: var(--_text---text-primary-inverse);
}

.footer__bottom-inner {
  grid-column-gap: clamp(3.75rem, 2.688rem + 4.53vw, 8.125rem);
  grid-row-gap: clamp(3.75rem, 2.688rem + 4.53vw, 8.125rem);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 68.1875rem;
  display: flex;
}

.footer__top {
  grid-column-gap: clamp(3.75rem, 2.688rem + 4.53vw, 8.125rem);
  grid-row-gap: clamp(3.75rem, 2.688rem + 4.53vw, 8.125rem);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__logo-link {
  width: 19.375rem;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.footer__logo-link:hover {
  opacity: .4;
}

.footer__logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer__top-nav_list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 29.375rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer__top-nav_list:lang(ar) {
  text-align: right;
  flex-flow: row;
}

.footer__top-nav_link {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.footer__top-nav_link:hover {
  color: var(--palette-blue--100);
}

.footer__social-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer__social-list_link {
  border: 1px solid var(--_border---brd-primary);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.footer__social-list_link:hover {
  opacity: .4;
}

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

.footer__body {
  grid-column-gap: clamp(3.75rem, 2.688rem + 4.53vw, 8.125rem);
  grid-row-gap: clamp(3.75rem, 2.688rem + 4.53vw, 8.125rem);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer__body:lang(ar) {
  text-align: right;
}

.footer__contact {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  border-radius: var(--border-radius--2);
  background-color: var(--_backgrounds---bg-quaternary);
  flex-flow: column;
  width: 100%;
  max-width: 19.375rem;
  padding: 2.5rem;
  display: flex;
  overflow: hidden;
}

.footer__contact-box {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  color: var(--_text---text-quaternary);
  flex-flow: column;
  display: flex;
}

.footer__contact-box_paragraph-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_text---text-primary-inverse);
  flex-flow: column;
  display: flex;
}

.footer__lists-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.footer_list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  max-width: 15.8125rem;
  color: var(--_text---text-quaternary);
  flex-flow: column;
  display: flex;
}

.footer_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_text---text-primary-inverse);
  flex-flow: column;
  display: flex;
}

.footer_list-link {
  transition: color .3s cubic-bezier(.55, .085, .68, .53);
}

.footer_list-link:hover {
  color: var(--palette-blue--100);
}

.swiper-slide {
  z-index: 1;
  width: 100%;
  position: relative;
}

.swiper {
  width: 100%;
}

.show-mobile-button {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: none;
}

.show-mobile-button.show-mobile-button--margin-top-none {
  margin-top: 0;
}

.swiper-pagination__mobile-slider {
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  display: none;
}

.swiper-pagination__mobile-slider.swiper-pagination__mobile-slider--article {
  padding-top: 3.75rem;
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-contain.image-contain--logo-partner {
  max-height: 11.0625rem;
}

.footer__top-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__bottom-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__bottom-right {
  width: 100%;
  max-width: 19.375rem;
}

.header__social-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header__social-list.header__social-list--left {
  justify-content: flex-start;
}

.header__social-list.header__social-list--menu {
  display: none;
}

.header__social-list_link {
  border: 1px solid var(--_border---brd-primary);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.header__social-list_link:hover {
  opacity: .8;
}

.header__social-list_link-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header__list-item {
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.header__list-item.hidden {
  display: none;
}

.header__list-item_button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header__list-item_button:lang(ar) {
  flex-flow: row-reverse;
}

.header__list-item_links-wrapper {
  border-top-left-radius: var(--border-radius--2);
  border-top-right-radius: var(--border-radius--2);
  border-bottom-left-radius: var(--border-radius--2);
  border-bottom-right-radius: var(--border-radius--2);
  background-color: var(--_backgrounds---bg-primary);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  min-width: min-content;
  max-width: 45.5rem;
  padding: 2.5rem;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: 3.9375rem;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 54px 60px #0003;
}

.header__list-item_button-icon {
  justify-content: center;
  align-items: center;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.navigation__links-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.header__list-item_heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: clamp(1rem, .939rem + .26vw, 1.25rem);
  display: flex;
}

.header__list-item_heading-wrapper:lang(ar) {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-flow: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.header__list-item_heading-wrapper.ailgn-right {
  flex-flow: row;
  justify-content: flex-start;
}

.header__link-text {
  letter-spacing: -.02em;
  font-size: 1.5rem;
  line-height: 100%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.header__link-text:lang(ar) {
  font-size: 1.2rem;
}

.header__link-text.w--current {
  display: none;
}

.header__link-text.md-bold {
  font-weight: 500;
}

.header__list-item_links-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header__list-item_links-box:lang(ar) {
  text-align: right;
}

.header__list-item_links-column {
  grid-column-gap: clamp(1.75rem, 1.507rem + 1.04vw, 2.75rem);
  grid-row-gap: clamp(1.75rem, 1.507rem + 1.04vw, 2.75rem);
  flex-flow: column;
  justify-content: flex-start;
  width: max-content;
  display: flex;
}

.header__list-item_links-column.header__list-item_links-column--left {
  border-right: 1px solid var(--_border---brd-fifth);
  margin-right: 2.5rem;
  padding-right: 2.5rem;
}

.header__list-item_links-column.header__list-item_links-column--left:lang(ar) {
  border-left: 1px solid var(--_border---brd-fifth);
  text-align: right;
  border-right-style: none;
  margin-left: 2.5rem;
  margin-right: 0;
  padding-left: 2.5rem;
  padding-right: 0;
}

.header__list-item_links-column_wrapper {
  display: flex;
}

.dropdown__details {
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.dropdown__details.dropdown__details--flex {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.dropdown__details-inner {
  border-bottom-left-radius: var(--border-radius--2);
  border-bottom-right-radius: var(--border-radius--2);
  background-color: var(--_backgrounds---bg-tertiary);
  width: 100%;
  padding: clamp(1.875rem, 1.723rem + .65vw, 2.5rem) clamp(2rem, 1.879rem + .52vw, 2.5rem) clamp(2rem, 1.879rem + .52vw, 2.5rem);
  position: relative;
}

.dropdown__details-inner.dropdown__details-inner--bg-secondary {
  background-color: var(--_backgrounds---bg-secondary);
}

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

.dropdown__details-divider {
  background-color: var(--_border---brd-secondary);
  height: 1px;
  position: absolute;
  top: 0;
  left: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  right: clamp(2rem, 1.879rem + .52vw, 2.5rem);
}

.dropdown__details-divider.dropdown__details-divider--brd-fifth {
  background-color: var(--_border---brd-fifth);
}

.section-hero-services__inner {
  grid-column-gap: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
  grid-row-gap: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
  flex-flow: column;
  display: flex;
}

.section-hero-services__header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.section-hero-services__button-wrapper {
  padding-bottom: 1rem;
}

.section-hero-services__image-wrapper {
  border-top-left-radius: var(--border-radius--2);
  border-top-right-radius: var(--border-radius--2);
  border-bottom-left-radius: var(--border-radius--2);
  border-bottom-right-radius: var(--border-radius--2);
  width: 100%;
  height: clamp(13.75rem, 7.075rem + 28.48vw, 41.25rem);
  overflow: hidden;
}

.section-hero-services__footer {
  grid-column-gap: clamp(2rem, 1.272rem + 3.11vw, 5rem);
  grid-row-gap: clamp(2rem, 1.272rem + 3.11vw, 5rem);
  justify-content: space-between;
  display: flex;
}

.section-hero-services__footer-left {
  width: 100%;
  max-width: 36.25rem;
}

.section-hero-services__footer-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 40rem;
  display: flex;
}

.grid_card-deliver {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_card-deliver.grid_card-deliver--column-three {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid_card-deliver.swiper-wrapper {
  display: grid;
}

.services__grid-column-three {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio__card-wrapper {
  grid-column-gap: clamp(2rem, 1.575rem + 1.81vw, 3.75rem);
  grid-row-gap: clamp(2rem, 1.939rem + .26vw, 2.25rem);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio__card {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_border---brd-fifth);
  grid-column-gap: clamp(1.25rem, 1.189rem + .26vw, 1.5rem);
  grid-row-gap: clamp(1.25rem, 1.189rem + .26vw, 1.5rem);
  flex-flow: column;
  padding-top: clamp(2rem, 1.939rem + .26vw, 2.25rem);
  display: flex;
}

.portfolio__card.portfolio__card--border-bottom {
  border-top-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_border---brd-secondary);
  padding-top: 0;
  padding-bottom: clamp(2rem, 1.939rem + .26vw, 2.25rem);
}

.section__button-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  margin-top: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
  display: flex;
}

.section__button-wrapper.section__button-wrapper--column-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.section__button-wrapper.section__button-wrapper--column-left.section__button-wrapper--width-max-content {
  align-items: stretch;
  width: max-content;
}

.section__contact-us {
  border-top-left-radius: var(--border-radius--2);
  border-top-right-radius: var(--border-radius--2);
  border-bottom-left-radius: var(--border-radius--2);
  border-bottom-right-radius: var(--border-radius--2);
  background-color: var(--_backgrounds---bg-tertiary);
  width: 100%;
  max-width: 107.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(2.5rem, .68rem + 7.77vw, 10rem) 2.5rem;
}

.section__contact-us_inner {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.section__contact-us_content {
  width: 100%;
  max-width: 48.875rem;
  color: var(--_text---text-primary-inverse);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section__contact-us_content-text {
  text-align: center;
  grid-column-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  grid-row-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section__contact-us_paragraph_wrapper {
  width: 100%;
  max-width: 44rem;
}

.text-block-desktop {
  display: block;
}

.text-block-desktop:lang(ar) {
  text-align: right;
}

.faq__dropdown-content_wraper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--_text---text-primary-inverse);
  flex-flow: column;
  display: flex;
}

.dropdown__services-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.sticky-box {
  position: sticky;
  top: 8.25rem;
}

.divider__wrapper {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.section__paragrph-wrapper {
  margin-top: 2.5rem;
}

.section__paragrph-wrapper.section__paragrph-wrapper--m {
  width: 100%;
  max-width: 31.125rem;
}

.section__paragrph-wrapper.section__paragrph-wrapper--664 {
  width: 100%;
  max-width: 41.5rem;
}

.section__paragrph-wrapper.section__paragrph-wrapper--542 {
  width: 100%;
  max-width: 33.875rem;
}

.section__paragrph-wrapper.section__paragrph-wrapper--774 {
  max-width: 48.375rem;
}

.section__paragrph-wrapper.section__paragrph-wrapper--820 {
  width: 100%;
  max-width: 51.25rem;
}

.section__paragrph-wrapper.section__paragrph-wrapper--join-our-team {
  width: 100%;
  max-width: 25rem;
}

.section__paragrph-wrapper.section__paragrph-wrapper--s {
  max-width: 28.125rem;
}

.services__grid-column-four {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-stroke {
  grid-column-gap: clamp(2.5rem, 1.893rem + 2.59vw, 5rem);
  grid-row-gap: clamp(2.5rem, 1.893rem + 2.59vw, 5rem);
  flex-flow: column;
  display: flex;
}

.card-stroke.card-stroke--border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_border---brd-tertiary);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_border---brd-tertiary);
  padding-right: clamp(2rem, 1.879rem + .52vw, 2.5rem);
}

.card-stroke__grid-four {
  grid-column-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  grid-row-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-stroke__grid-four.swiper-wrapper {
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.button-slider {
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
}

.button-slider.button-slider--bg-base-wite {
  background-color: var(--palette-1--base-white);
  color: var(--palette-blue--700);
  transition: all .3s;
}

.button-slider.button-slider--bg-base-wite:hover {
  background-color: var(--palette-gray--200);
}

.button-slider.button-slider--bg-blue-50 {
  background-color: var(--palette-blue--50);
  color: var(--palette-blue--700);
}

.button-slider.button-slider--bg-blue-50:hover {
  background-color: var(--palette-blue--100);
}

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

.card-stroke__slider-wrapper {
  position: relative;
}

.card-stroke__slider-progress_wrapper {
  background-color: var(--palette-blue--100);
  border-radius: 100px;
  width: 100%;
  height: .25rem;
  margin-top: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
  overflow: hidden;
}

.card-stroke__slider-progress_wrapper.card-stroke__slider-progress_wrapper--margin-top-l {
  margin-top: clamp(2.5rem, 1.893rem + 2.59vw, 5rem);
}

.card-stroke__slider-progress_bar {
  background-color: var(--palette-blue--700);
  border-radius: 100px;
  width: 30%;
  height: 100%;
  transition: width 1.4s cubic-bezier(.23, 1, .32, 1);
  overflow: hidden;
}

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

.form-input__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.form-field {
  border-radius: var(--border-radius--0);
  background-color: var(--_backgrounds---bg-fifth);
  height: 5rem;
  color: var(--_text---text-primary);
  letter-spacing: -.02em;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 2.09375rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.form-field:focus {
  border-color: var(--_border---brd-fifth);
}

.form-field::placeholder {
  color: var(--palette-blue--300);
}

.form-field:lang(ar) {
  text-align: right;
}

.form-field.textarea {
  height: 10.625rem;
  padding-top: 1.8125rem;
  padding-bottom: 1.5625rem;
}

.form-field.form-field--upload {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  padding-right: 4rem;
  display: block;
  position: absolute;
  inset: 0;
}

.form-field.form-field--upload-fake {
  color: var(--_text---text-disabled);
  justify-content: flex-start;
  align-items: center;
  padding-right: 4rem;
  display: flex;
}

.form-field.form-field--select {
  text-align: justify;
  width: 100%;
  padding-right: 4rem;
}

.form-field.form-field--select:lang(ar) {
  text-align: justify !important;
}

.form-field.form-field--select.rtl-dropdown {
  text-align: right;
  overflow-wrap: normal;
  mix-blend-mode: normal;
}

.color-error-500 {
  color: var(--palette-error--500);
}

.form__button-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

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

.form__inner {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.form__col2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.875rem;
  padding-top: 4px;
  display: flex;
}

.form__checkbox-wrapper {
  margin-top: 1.5rem;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 0;
}

.checkbox-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.checkbox-label {
  border: 1px solid var(--_border---brd-fifth);
  border-radius: var(--border-radius--4);
  color: #0000;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
}

.checkbox-hidden-label {
  display: none;
}

.checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.checkbox-label-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hidden {
  text-align: left;
  display: none;
}

.hidden:lang(ar) {
  text-align: right;
}

.form-input__text-to-help_wrapper {
  display: none;
}

.modal-wrapper {
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100dvh;
  transition: opacity .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: fixed;
  inset: 0;
}

.modal-wrapper.js--open {
  opacity: 1;
  pointer-events: auto;
}

.modal {
  border-top-left-radius: var(--border-radius--2);
  border-top-right-radius: var(--border-radius--2);
  border-bottom-left-radius: var(--border-radius--2);
  border-bottom-right-radius: var(--border-radius--2);
  background-color: var(--_backgrounds---bg-primary);
  width: 100%;
  max-width: 47.5rem;
  max-height: 96dvh;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding: clamp(2.5rem, 1.893rem + 2.59vw, 5rem);
  position: relative;
  overflow: auto;
}

.modal__close-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.modal__close-button:hover {
  transform: rotate(180deg);
}

.modal__close-button_icon {
  width: 1.125rem;
  height: 1.125rem;
}

.modal__inner {
  grid-column-gap: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
  grid-row-gap: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
  flex-flow: column;
  display: flex;
}

.modal__content-text {
  text-align: center;
  grid-column-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  grid-row-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
  display: flex;
}

.modal__content-paragraph_wrapper {
  width: 100%;
  max-width: clamp(16.563rem, 15.667rem + 3.82vw, 20.25rem);
}

.modal__form-succes-message {
  background-color: #ddd0;
  padding: 0;
}

.modal__form-succes-message_inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: clamp(28rem, 27.378rem + 2.65vw, 30.563rem);
  display: flex;
}

.modal__form-succes-message_button-wrapper {
  margin-top: auto;
  margin-bottom: auto;
}

.name-service {
  display: none;
}

.locales {
  margin-right: 1.5rem;
}

@media screen and (min-width: 1280px) {
  .header__links-list {
    grid-column-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
    grid-row-gap: clamp(2rem, 1.879rem + .52vw, 2.5rem);
  }

  .section.section--padding-top-l.section--padding-bottom-l.section--bg-secondary {
    object-fit: fill;
    object-fit: fill;
    object-fit: fill;
    object-fit: fill;
  }

  .paragraph.paragraph--l.text-white:lang(ar), .paragraph.paragraph--l.faq-sup {
    font-size: 18px;
  }

  .paragraph.paragraph--s:lang(ar) {
    text-align: right;
  }

  .paragraph.paragraph--m:lang(ar) {
    text-align: right;
    font-size: clamp(1rem, .9rem + .25vw, 1.25rem);
  }

  .paragraph.paragraph--m.paragraph--semibold {
    font-size: clamp(1.125rem, 1.08rem + .24vw, 1.175rem);
  }

  .paragraph.paragraph--m.paragraph--semibold:lang(ar) {
    text-align: right;
    font-size: clamp(1.125rem, 1.08rem + .24vw, 1.175rem);
  }

  .paragraph.paragraph--m.paragraph--semibold.text-center {
    text-align: center;
  }

  .paragraph.paragraph--m.paragraph--semibold.line-h-150 {
    line-height: 150%;
  }

  .paragraph.paragraph--m.paragraph--semibold.text-color-light {
    color: var(--_text---text-secondary);
  }

  .paragraph.paragraph--l.text-white.paragraph--l-line-height {
    color: var(--_text---text-primary);
  }

  .paragraph.paragraph--l.heading--20xp--white {
    font-size: clamp(1.375rem, 1.314rem + .26vw, 1.425rem);
  }

  .paragraph.paragraph--l.faq-sup {
    font-size: 18px;
  }

  .paragraph.paragraph--l.text-pre {
    color: var(--_text---text-primary);
    font-size: clamp(1.25rem, 1.2rem + .23vw, 1.5rem);
  }

  .paragraph.values--paragraph2 {
    color: var(--_text---text-primary);
    text-indent: 0;
    padding-bottom: 28px;
  }

  .paragraph.values--paragraph2:lang(ar) {
    color: var(--_text---text-primary);
    text-align: right;
  }

  .paragraph.values--paragraph2.text-white-p {
    color: var(--_buttons---button-secondary-bg-hover);
  }

  .paragraph.paragraph--why--22px--primary:lang(ar) {
    text-align: right;
  }

  .paragraph.paragraph--news--20px--primary {
    box-sizing: border-box;
    text-align: left;
    text-indent: 0;
    object-fit: fill;
    text-decoration: none;
  }

  .paragraph.paragraph--news--20px--primary:lang(ar) {
    text-align: right;
  }

  .paragraph.paragraph--usd:lang(ar) {
    font-size: 30px;
  }

  .paragraph.paragraph--l {
    color: #f5f5f5;
  }

  .paragraph.paragraph--l.text-white:lang(ar), .paragraph.paragraph--l.faq-sup {
    font-size: 18px;
  }

  .paragraph.paragraph--l.color-had {
    color: #001f46;
  }

  .paragraph.paragraph--l.color-had:lang(ar) {
    font-size: 20px;
  }

  .paragraph.paragraph--l.text-white {
    color: #001f46;
    word-break: break-word;
    font-size: 18px;
  }

  .paragraph.paragraph--l.text-white:lang(ar), .paragraph.paragraph--l.faq-sup {
    font-size: 18px;
  }

  .paragraph.paragraph--l.faq-sup:lang(ar) {
    margin-left: 57px;
  }

  .heading {
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .heading.heading--xxl:lang(ar) {
    text-align: center;
    max-width: 1100px;
    line-height: 100%;
  }

  .heading.heading--xxl.text-center {
    text-align: left;
  }

  .heading.heading--xxl.text-left:lang(ar) {
    text-align: right;
  }

  .heading.heading--l.heading--60xp--white {
    font-size: clamp(1.5rem, 2.5vw + 1rem, 3.75rem);
    display: block;
  }

  .heading.heading--l.heading--60xp--white:lang(ar) {
    font-size: 50px;
  }

  .heading.heading--l.heading--60xp--white.small-font {
    flex: 0 auto;
  }

  .heading.heading--xl.color-text-secondary {
    color: var(--_buttons---buttons-button-secondary-bg);
  }

  .heading.heading--xl.text-white.text-prim {
    color: var(--_text---text-primary);
  }

  .heading.heading--xl.text-center {
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .heading.heading--xl.text-center.clamp-1-7 {
    text-align: center;
    overflow-wrap: normal;
    text-align: center;
    overflow-wrap: normal;
    direction: ltr;
    font-size: clamp(1.6rem, 1.35rem + 1.6vw, 3.25rem);
    font-style: normal;
    font-weight: 500;
  }

  .heading.heading--xl.text-white-copy.text-prim {
    color: var(--_text---text-primary);
  }

  .heading.heading--s.heading--s-line-height {
    font-weight: 400;
  }

  .heading.heading--s.heading--32px--100:lang(ar) {
    text-align: right;
  }

  .heading.heading--s.heading--20px-110---primary {
    font-size: clamp(1.1875rem, .5rem + 1vw, 1.175rem);
  }

  .heading.heading--s.heading--20px-110---primary:lang(ar) {
    font-size: clamp(1.1875rem, .5rem + 1vw, 1.475rem);
  }

  .heading.heading--s.heading--20px-110---primary.heading--ar {
    font-size: clamp(1.1875rem, .5rem + 1vw, 1.175rem);
  }

  .heading.heading--s.heading--align-wide.values--paragrph2 {
    font-weight: 500;
  }

  .heading.heading--s.heading--align-wide.values--paragrph2:lang(ar) {
    text-align: center;
  }

  .heading.heading--s.value--paragraph {
    font-size: 20px;
  }

  .heading.heading--xl:lang(ar) {
    text-align: right;
    flex: 1;
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .heading.heading--s {
    font-size: 22px;
  }

  .heading.heading--s:lang(ar) {
    text-align: right;
  }

  .heading.heading--xl {
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .heading.heading--xl:lang(ar) {
    text-align: right;
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .news-card__content {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .image-cover.image-cover--top-position:lang(ar) {
    object-fit: contain;
    object-fit: contain;
  }

  .news-card__content-read_text {
    letter-spacing: .05em;
  }

  .section__box-m {
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
    position: static;
  }

  .section__heading-wrapper:lang(ar) {
    text-align: right;
    justify-content: center;
    display: flex;
  }

  .achievements__card-footer:lang(ar) {
    min-height: 8.84375rem;
  }

  .footer__bottom-inner:lang(ar) {
    justify-content: center;
    max-width: 75.1875rem;
  }

  .footer__top-nav_list:lang(ar) {
    max-width: 33.375rem;
  }

  .footer_list:lang(ar) {
    text-align: right;
  }

  .section__card.section__card--bg-text-primary {
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .who-are__text-wrapper.whoweare--ar {
    justify-content: space-between;
  }

  .header__list-item_button:lang(ar) {
    flex-flow: row-reverse;
  }

  .navigation__links-list_item:lang(ar) {
    text-align: justify;
    direction: rtl;
    font-style: normal;
    font-weight: 700;
  }

  .section-hero-services__footer-right {
    color: var(--_text---text-primary);
  }

  .dropdown__header-content_heading-wrapper {
    max-width: 30.5rem;
  }

  .subscript-12 {
    text-align: center;
  }

  .text-span-5:lang(ar) {
    font-size: 30px;
  }

  .text-span-7:lang(ar) {
    text-align: right;
  }

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

  .bold-text:lang(ar) {
    text-align: right;
  }

  .text-span-9, .text-span-10 {
    font-size: 77px;
  }

  .bold-text-2 {
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .div-block-3 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    display: flex;
  }

  .subscript-16, .subscript-16:lang(ar) {
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .bold-text-3, .bold-text-4 {
    font-size: 30px;
  }

  .bold-text-6:lang(ar) {
    text-align: center;
  }

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

  .grid {
    grid-template-rows: 200px auto auto;
    place-content: space-between start;
    place-items: stretch stretch;
  }

  .col-2 {
    padding-top: 40px;
    position: relative;
  }

  .col-1 {
    height: 50%;
    top: auto;
    bottom: -50%;
  }

  .image-3 {
    height: 100%;
  }

  .button-4 {
    vertical-align: baseline;
    padding-top: 100px;
  }

  .faq-content-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
    margin-left: 100px;
    padding-right: 0;
    display: flex;
  }

  .question-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
    align-items: center;
  }

  .faq-item {
    padding-bottom: 0;
  }

  .faq-item:hover {
    border-bottom-color: #983a2c;
  }

  .faq-item-content {
    border-top: 0 solid #00000014;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-question {
    color: #103761;
    min-width: 400px;
    font-family: "29 Ltzaridsans", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }

  .faq-item-text {
    color: #001f46;
    font-size: 22px;
    font-weight: 500;
  }

  .plus-border, .plus-border._2, .plus-border._2 {
    background-color: #983a2c;
  }

  .image-8 {
    border-radius: var(--border-radius--4);
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .heading-copy.heading--xl.text-center.clamp-1-7 {
    text-align: center;
    overflow-wrap: normal;
    text-align: center;
    overflow-wrap: normal;
    direction: ltr;
    font-size: clamp(1.6rem, 1.35rem + 1.6vw, 3.25rem);
    font-style: normal;
    font-weight: 500;
  }

  .section__heading-wrapper-copy:lang(ar) {
    text-align: right;
    justify-content: center;
    display: flex;
  }

  .heading-copy {
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .heading-copy.heading--xxl:lang(ar) {
    text-align: center;
    max-width: 1100px;
    line-height: 100%;
  }

  .heading-copy.heading--xxl.text-center {
    text-align: left;
  }

  .heading-copy.heading--xxl.text-left:lang(ar) {
    text-align: right;
  }

  .heading-copy.heading--l.heading--60xp--white {
    font-size: clamp(1.5rem, 2.5vw + 1rem, 3.75rem);
    display: block;
  }

  .heading-copy.heading--l.heading--60xp--white:lang(ar) {
    font-size: 50px;
  }

  .heading-copy.heading--l.heading--60xp--white.small-font {
    flex: 0 auto;
  }

  .heading-copy.heading--xl.color-text-secondary {
    color: var(--_buttons---buttons-button-secondary-bg);
  }

  .heading-copy.heading--xl.text-white.text-prim {
    color: var(--_text---text-primary);
  }

  .heading-copy.heading--xl.text-center {
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .heading-copy.heading--xl.text-center.clamp-1-7 {
    text-align: center;
    overflow-wrap: normal;
    text-align: center;
    overflow-wrap: normal;
    direction: ltr;
    font-size: clamp(1.6rem, 1.35rem + 1.6vw, 3.25rem);
    font-style: normal;
    font-weight: 500;
  }

  .heading-copy.heading--s.heading--s-line-height {
    font-weight: 400;
  }

  .heading-copy.heading--s.heading--32px--100:lang(ar) {
    text-align: right;
  }

  .heading-copy.heading--s.heading--20px-110---primary {
    font-size: clamp(1.1875rem, .5rem + 1vw, 1.175rem);
  }

  .heading-copy.heading--s.heading--20px-110---primary:lang(ar) {
    font-size: clamp(1.1875rem, .5rem + 1vw, 1.475rem);
  }

  .heading-copy.heading--s.heading--20px-110---primary.heading--ar {
    font-size: clamp(1.1875rem, .5rem + 1vw, 1.175rem);
  }

  .heading-copy.heading--s.heading--align-wide.values--paragrph2 {
    font-weight: 500;
  }

  .heading-copy.heading--s.heading--align-wide.values--paragrph2:lang(ar) {
    text-align: center;
  }

  .heading-copy.heading--s.value--paragraph {
    font-size: 20px;
  }

  .heading-copy.heading--xl:lang(ar) {
    text-align: right;
    flex: 1;
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .heading-copy.heading--s {
    font-size: 22px;
  }

  .heading-copy.heading--s:lang(ar) {
    text-align: right;
  }

  .heading-copy.heading--xl {
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .heading-copy.heading--xl:lang(ar) {
    text-align: right;
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .heading-copy.heading--xl-copy {
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }

  .heading-copy.heading--xl-copy:lang(ar) {
    text-align: right;
    flex: 1;
    font-size: clamp(1.875rem, 1.6rem + 2vw, 4rem);
  }
}

@media screen and (min-width: 1440px) {
  .heading.heading--xl:lang(ar) {
    flex: 1;
  }

  .section__header {
    align-self: center;
  }

  .section__heading-wrapper.trusted-protection:lang(ar) {
    justify-content: flex-end;
    align-items: center;
  }

  .faq-content-wrap {
    margin-left: 252px;
    padding-right: 0;
  }

  .faq-header {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .paragraph-3 {
    font-size: 1.4rem;
  }

  .container-13 {
    max-width: none;
  }

  .image-7 {
    border-radius: 8px;
  }

  .container-14 {
    justify-content: center;
    align-items: center;
    max-width: 83.125rem;
  }

  .heading-copy.heading--xl:lang(ar), .heading-copy.heading--xl-copy:lang(ar), .heading-copy.heading--xl:lang(ar), .heading-copy.heading--xl-copy:lang(ar) {
    flex: 1;
  }

  .section__heading-wrapper-copy.trusted-protection:lang(ar), .section__heading-wrapper-copy.trusted-protection-copy:lang(ar), .section__heading-wrapper-copy.trusted-protection:lang(ar), .section__heading-wrapper-copy.trusted-protection-copy:lang(ar) {
    justify-content: flex-end;
    align-items: center;
  }

  .heading-copy.heading--xl:lang(ar), .heading-copy.heading--xl-copy:lang(ar), .heading-copy.heading--xl:lang(ar), .heading-copy.heading--xl-copy:lang(ar) {
    flex: 1;
  }
}

@media screen and (max-width: 991px) {
  .header__links-list.header__links--main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .guide-overlay__grid-item.hidden-tablet {
    display: none;
  }

  .logo-link.header__logo-link {
    z-index: 1;
    z-index: 1;
    position: relative;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .guide-overlay__grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heading.heading--xxl:lang(ar) {
    text-align: right;
    letter-spacing: 0;
    text-align: right;
    letter-spacing: 0;
    font-size: clamp(2rem, 1.5rem + 3vw, 5rem);
  }

  .slider__list {
    display: flex;
  }

  .swiper-pagination {
    display: block;
  }

  .burger {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border: 1px solid #3f6079;
    border-radius: 1.5rem;
    width: 3rem;
    height: 3rem;
    padding: .875rem;
    display: flex;
  }

  .burger-line {
    background-color: var(--palette-blue--700);
    height: .09375rem;
    min-height: .09375rem;
  }

  .header__links-wrapper {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    background-color: var(--_backgrounds---bg-primary);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: 100dvh;
    padding: 9.625rem 1.5rem 2.5rem;
    transition: transform .5s;
    display: flex;
    position: absolute;
    inset: 0;
    overflow: auto;
    transform: translate(0, -105%);
  }

  .dropdown__header {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .dropdown__header-number {
    width: auto;
    min-width: auto;
    padding-left: 2rem;
    padding-right: .25rem;
  }

  .dropdown__header-number.dropdown__header-number--bg-secondary {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .dropdown__header-number.dropdown__header-number--bg-secondary:lang(ar) {
    border-radius: 0 16px 0 0;
  }

  .dropdown__header-number.dropdown__header-number--fake {
    display: none;
  }

  .dropdown__header-arrow_wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    min-width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dropdown__header-arrow_wrapper.dropdown__header-arrow_wrapper--bg-secondary:lang(ar) {
    border-radius: 16px 0 0;
  }

  .dropdown__header-arrow_wrapper.dropdown__header-arrow_wrapper--fake {
    display: none;
  }

  .dropdown__header-content {
    border-top-left-radius: var(--border-radius--0);
    border-top-right-radius: var(--border-radius--0);
    border-bottom-left-radius: var(--border-radius--0);
    border-bottom-right-radius: var(--border-radius--0);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown__header-content.dropdown__header-content--link-vacancies {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section__box-m, .section__box-l {
    max-width: 100%;
  }

  .section__content-flex {
    flex-flow: column;
  }

  .section__inner-values {
    border-radius: 0;
  }

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

  .footer__top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__body {
    flex-flow: column;
  }

  .footer__contact {
    max-width: 100%;
  }

  .footer__lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .who-are__content-wrapper {
    flex-flow: column;
  }

  .content-image__wrapper {
    max-width: 100%;
  }

  .section-hero__content-text {
    max-width: 90%;
  }

  .news__text-wrapper {
    max-width: 70%;
  }

  .hero-swiper-pagination__wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    display: flex;
    position: static;
  }

  .swiper-pagination__mobile-slider {
    display: flex;
  }

  .footer__top-right {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header__social-list {
    display: none;
  }

  .header__social-list.header__social-list--menu {
    margin-top: auto;
    display: flex;
  }

  .header__social-list.header__social-list--left.header__social-list--article {
    display: flex;
  }

  .header__list-item {
    overflow: hidden;
  }

  .header__list-item_button:lang(ar) {
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .header__list-item_links-wrapper {
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    padding: 0;
    display: flex;
    position: static;
    top: auto;
    left: auto;
    overflow: hidden;
    transform: none;
  }

  .header__list-item_heading-wrapper {
    justify-content: flex-start;
  }

  .header__list-item_heading-wrapper:lang(ar) {
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .header__list-item_heading-wrapper.ailgn-right:lang(ar) {
    justify-content: flex-end;
  }

  .header__link-text {
    letter-spacing: -.03em;
    font-size: 1.875rem;
    line-height: 90%;
  }

  .header__list-item_links-column.header__list-item_links-column--left {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .header__list-item_links-column.header__list-item_links-column--left:lang(ar) {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .header__list-item_links-column_wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: column;
  }

  .header__list-item_links-inner {
    padding-top: 1.75rem;
  }

  .marquee-vertical__wrapper {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    width: 100vw;
    min-width: 100vw;
    max-width: 100%;
    height: auto;
  }

  .marquee-vertical__column {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: row;
    padding-top: 0;
    padding-right: .625rem;
  }

  .marquee-vertical__slider {
    flex-flow: row;
    width: max-content;
    max-width: max-content;
  }

  .marquee-vertical__logo-wrapper {
    width: 10rem;
    min-width: 10rem;
    height: 10.1875rem;
  }

  .marquee-vertical__logo-wrapper.partners__logo-wrapper {
    width: 100%;
    min-width: 100%;
    height: clamp(10.563rem, 8.363rem + 9.39vw, 19.625rem);
  }

  .our-partners__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .dropdown__details.dropdown__details--flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .section-hero-services__footer {
    flex-flow: column;
  }

  .section-hero-services__footer-left, .section-hero-services__footer-right {
    max-width: 100%;
  }

  .services__grid-column-three {
    grid-template-columns: 1fr;
  }

  .sticky-box {
    position: static;
  }

  .section__paragrph-wrapper.section__paragrph-wrapper--join-our-team, .section__paragrph-wrapper.section__paragrph-wrapper--join-our-team:lang(ar), .section__paragrph-wrapper.section__paragrph-wrapper--join-our-team, .section__paragrph-wrapper.section__paragrph-wrapper--join-our-team:lang(ar) {
    max-width: none;
  }

  .services__grid-column-four {
    grid-template-columns: 1fr 1fr;
  }

  .card-stroke__grid-four {
    grid-template-columns: 1fr;
  }

  .section__services-list.section__services-list--horizont {
    max-width: 100%;
  }

  .section__services-list-inner_horizon {
    flex-flow: column;
  }

  .section__services-list-line-horizont {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .vacancy__inner, .dropdown__header-content_inner {
    flex-flow: column;
  }

  .dropdown__header_details-vacancies_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown__header_details-vacancies_wrapper.dropdown__header_details-vacancies_wrapper--none-tablet {
    display: none;
  }

  .blog__card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .artical-template__sticky-container {
    display: none;
  }

  .artical__share-wrapper {
    margin-top: 3.75rem;
    margin-bottom: 0;
  }

  .artical__share-wrapper.artical__share-wrapper--show-tablet {
    display: flex;
  }

  .card-stroke__grid-three {
    grid-template-columns: 1fr;
  }

  .locales {
    margin-left: auto;
  }

  .subscript-5 {
    font-size: clamp(2.625rem, 1.897rem + 3.11vw, 5.625rem);
  }

  .subscript-5:lang(ar) {
    text-indent: 1px;
    text-overflow: clip;
    word-break: normal;
  }

  .faq-content-wrap {
    max-width: 620px;
    margin-left: 114px;
  }

  .faq-header {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .faq-item {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-title-2 {
    font-size: 48px;
  }

  .faq-item-text {
    font-weight: 400;
  }

  .faq-list-wrapper {
    max-width: 100%;
  }

  .section-4 {
    aspect-ratio: auto;
    flex-flow: column;
    order: 0;
  }

  .section-5 {
    order: -9999;
  }

  .container-16 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section_rrid {
    height: auto;
    padding: 32px 32px 60px;
  }

  .responsive__grid {
    grid-template-rows: auto;
    grid-template-columns: .5fr .8fr .5fr;
    grid-auto-flow: row;
  }

  .responsive__grid.reverse {
    grid-template-columns: 1fr 1fr;
  }

  .responsive__grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .7fr 1fr;
    grid-auto-flow: row;
  }

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

  .heading-copy.heading--xxl:lang(ar) {
    text-align: right;
    letter-spacing: 0;
    text-align: right;
    letter-spacing: 0;
    text-align: right;
    letter-spacing: 0;
    text-align: right;
    letter-spacing: 0;
    font-size: clamp(2rem, 1.5rem + 3vw, 5rem);
  }
}

@media screen and (max-width: 767px) {
  .guide-overlay__grid-item.hidden-mobile-horizontal {
    display: none;
  }

  .paragraph.paragraph--l {
    letter-spacing: -.02em;
    letter-spacing: -.02em;
    line-height: 110%;
  }

  .paragraph.paragraph--s {
    letter-spacing: -.02em;
    line-height: 100%;
  }

  .paragraph.paragraph--m {
    letter-spacing: -.02em;
  }

  .paragraph.paragraph--xs {
    letter-spacing: -.02em;
  }

  .paragraph.paragraph--flex-on-mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .paragraph.paragraph--l {
    letter-spacing: -.02em;
    letter-spacing: -.02em;
    line-height: 110%;
  }

  .container {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

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

  .heading.heading--s {
    letter-spacing: -.02em;
    letter-spacing: -.02em;
    letter-spacing: -.02em;
  }

  .heading.heading--xxl {
    line-height: 80%;
  }

  .heading.heading--m {
    letter-spacing: -.02em;
    line-height: 100%;
  }

  .heading.heading--l {
    letter-spacing: -.03em;
    line-height: 90%;
  }

  .heading.heading--m2 {
    letter-spacing: -.02em;
    line-height: 100%;
  }

  .heading.heading--s.achievements__card-footer_heading {
    font-size: 1.375rem;
    font-weight: 500;
  }

  .heading.heading--xs {
    letter-spacing: -.02em;
  }

  .heading.heading--s {
    letter-spacing: -.02em;
    letter-spacing: -.02em;
    letter-spacing: -.02em;
  }

  .heading.heading--xl {
    line-height: 90%;
  }

  .heading.heading--xl:lang(ar) {
    text-align: right;
  }

  .button {
    min-width: auto;
    font-weight: 700;
  }

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

  .section__header.section__header--center.section__header--mobile-center {
    text-align: center;
    text-align: center;
  }

  .section__header.section__header--mobile-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .header__links-wrapper {
    padding-left: .9375rem;
    padding-right: .9375rem;
    transform: translate(0, -105%);
  }

  .dropdown__header {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .dropdown__header-arrow_wrapper {
    width: 5.1875rem;
    min-width: 5.1875rem;
  }

  .section__badge-wrapper.section__badge-wrapper--service {
    margin-bottom: 2rem;
  }

  .section__box-m.section__box-m--hide-mobile, .divider.divider--bg-alpha-white-10.divider--achievements, .divider.divider--hiden-mob, .divider.divider--bg-alpha-white-10.divider--achievements, .divider.divider--bg-alpha-white-10.divider--achievements, .divider.divider--hiden-mob {
    display: none;
  }

  .achievements__list {
    margin-top: 2.5rem;
  }

  .footer__bottom {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }

  .footer__bottom-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer__top-nav_list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__lists-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-hero__content {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hidden-mobile-button {
    display: none;
  }

  .show-mobile-button {
    display: flex;
  }

  .show-mobile-button.show-mobile-button--center {
    justify-content: center;
    align-items: flex-start;
  }

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

  .footer__bottom-left {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .marquee-vertical__logo-wrapper {
    width: 10rem;
    min-width: 10rem;
    height: 10.1875rem;
  }

  .partners__grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5rem;
  }

  .dropdown__card-wrapper {
    grid-template-columns: 1fr;
  }

  .dropdown__card-text_content {
    margin-bottom: 1.5rem;
  }

  .section-hero-services__button-wrapper {
    display: none;
  }

  .grid_card-deliver.swiper-wrapper {
    display: grid;
  }

  .portfolio__card-wrapper {
    grid-template-columns: 1fr;
  }

  .section__button-wrapper {
    flex-flow: column;
  }

  .section__button-wrapper.section__button-wrapper--mobile-width100 {
    align-items: stretch;
    width: 100%;
  }

  .section__button-wrapper.section__button-wrapper--mobile-left {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-desktop {
    display: inline;
  }

  .faq__dropdown-content_wraper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .dropdown__services-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .services__grid-column-two {
    grid-template-columns: 1fr;
  }

  .services-table__column-box.services-table__column-box_header.services-table__column-box--one, .services-table__column-box.services-table__column-box--bg-secondary.services-table__column-box--one, .services-table__column-box.services-table__column-box_header.services-table__column-box--one, .services-table__column-box.services-table__column-box_header.services-table__column-box--one, .services-table__column-box.services-table__column-box--bg-secondary.services-table__column-box--one, .services-table__column-box.services-table__column-box--bg-secondary.services-table__column-box--one {
    justify-content: flex-start;
    align-items: center;
  }

  .services-table__wrapper {
    margin-top: 2.5rem;
  }

  .services-table__wrapper.services-table__wrapper--mobile-margin-top-none {
    margin-top: 0;
  }

  .section__paragrph-wrapper.section__paragrph-wrapper--m, .section__paragrph-wrapper.section__paragrph-wrapper--s, .section__paragrph-wrapper.section__paragrph-wrapper--m, .section__paragrph-wrapper.section__paragrph-wrapper--s {
    max-width: 100%;
  }

  .services__grid-column-four {
    grid-template-columns: 1fr;
  }

  .card-stroke.card-stroke--border-right {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--_border---brd-tertiary);
    border-right-style: none;
    padding-top: 2rem;
    padding-right: 0;
  }

  .card-stroke.card-stroke--border-right.card-stroke--border-mob-none {
    padding-top: 0;
  }

  .card-stroke__grid-four {
    grid-template-columns: 1fr;
  }

  .card-stroke__grid-four.card-stroke__grid-four--mobile-margin-top {
    margin-top: 2.5rem;
  }

  .section__services-list-wrapper.section__services-list-wrapper--bg-quaternary {
    background-color: var(--palette-1--transparent);
  }

  .section__services-list-wrapper.section__services-list-wrapper--no-padding-mob {
    padding: 0;
  }

  .section__services-list.section__services-list--horizont {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section__services-list_item.section__services-list_item--column {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .card-stroke__slider-wrapper {
    margin-top: 2.5rem;
  }

  .card-stroke__slider-progress_wrapper {
    display: block;
  }

  .section__button-tag_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form__col2 {
    flex-flow: column;
  }

  .vacancy__inner {
    margin-top: 3.75rem;
  }

  .vacancy__rich-text ul {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .vacancy__rich-text li {
    letter-spacing: -.02em;
    line-height: 110%;
  }

  .contacts-info__wrapper.contacts-info__wrapper--hidden-mobile {
    display: none;
  }

  .contacts-info__wrapper.contacts-info__wrapper--show-mobile {
    display: block;
  }

  .contacts-info__list {
    grid-template-columns: 1fr;
  }

  .text-block-mobile {
    display: block;
  }

  .blog__tabs-inner {
    width: 100%;
    min-width: max-content;
  }

  .blog__tab {
    white-space: nowrap;
  }

  .blog__card-wrapper {
    grid-template-columns: 1fr;
  }

  .artical-template__container {
    flex-flow: column;
  }

  .artical-template__sticky-container {
    max-width: 100%;
  }

  .artical-template__rich h2 {
    line-height: 90%;
  }

  .artical-template__rich p {
    letter-spacing: -.02em;
    line-height: 110%;
  }

  .artical-template__rich h4 {
    letter-spacing: -.02em;
  }

  .artical-template__rich li {
    letter-spacing: -.02em;
    line-height: 110%;
  }

  .artical__athors-list {
    flex-flow: column;
  }

  .artical__athors-list_item {
    max-width: 100%;
  }

  .card-stroke__grid-three {
    margin-top: 2.5rem;
  }

  .form__button-inner {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .blog__tabs-wrapper {
    margin-right: -.9375rem;
    padding-right: .9375rem;
  }

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

  .faq-content-wrap {
    margin-left: 0;
    padding-top: 10px;
  }

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

  .section-heading-wrap.is-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
  }

  .faq-item-icon.style-40 {
    flex: none;
    width: 32px;
    min-width: auto;
    height: 32px;
  }

  .section-wrapper {
    ---mode--collection-faf8129a-5c07-75cc-f5d5-33b7ae7e2098: mode-85a4e827-09a0-cf10-5cc1-4fba501e887b;
  }

  .faq-item {
    padding: 16px 0;
  }

  .section-title-2 {
    font-size: 48px;
  }

  .section-title-2.is-work {
    font-size: 52px;
  }

  .faq-question {
    padding-right: 0;
    font-size: 20px;
    font-weight: 500;
  }

  .faq-question.is-number {
    display: none;
  }

  .text-size-small {
    font-size: 14px;
  }

  .plus-border {
    width: 14px;
  }

  .button-5 {
    min-width: auto;
    font-weight: 700;
  }

  .container-16 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .section_rrid {
    padding: 16px 16px 40px;
  }

  .responsive__grid {
    grid-template-rows: auto;
    grid-template-columns: .5fr .8fr .5fr;
    grid-auto-flow: row;
  }

  .heading-8 {
    font-size: 1.2rem;
  }

  .paragraph-4 {
    font-size: .9rem;
  }

  .container-20 {
    align-self: flex-start;
  }

  .paragraph-4-light {
    font-size: 1rem;
  }

  .heading-9 {
    font-size: 32px;
  }

  .subheading-4-light {
    font-size: 1.3rem;
  }

  .responsive__grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .8fr 1fr;
    grid-auto-flow: row;
  }

  .heading-copy.heading--s {
    letter-spacing: -.02em;
    letter-spacing: -.02em;
    letter-spacing: -.02em;
  }

  .heading-copy.heading--s {
    letter-spacing: -.02em;
    letter-spacing: -.02em;
    letter-spacing: -.02em;
  }

  .heading-copy.heading--s {
    letter-spacing: -.02em;
    letter-spacing: -.02em;
    letter-spacing: -.02em;
  }

  .heading-copy.heading--xxl {
    line-height: 80%;
  }

  .heading-copy.heading--m {
    letter-spacing: -.02em;
    line-height: 100%;
  }

  .heading-copy.heading--l {
    letter-spacing: -.03em;
    line-height: 90%;
  }

  .heading-copy.heading--m2 {
    letter-spacing: -.02em;
    line-height: 100%;
  }

  .heading-copy.heading--s.achievements__card-footer_heading {
    font-size: 1.375rem;
    font-weight: 500;
  }

  .heading-copy.heading--xs {
    letter-spacing: -.02em;
  }

  .heading-copy.heading--s {
    letter-spacing: -.02em;
    letter-spacing: -.02em;
    letter-spacing: -.02em;
  }

  .heading-copy.heading--xl {
    line-height: 90%;
  }

  .heading-copy.heading--xl:lang(ar) {
    text-align: right;
  }

  .heading-copy.heading--xl-copy {
    line-height: 90%;
  }

  .heading-copy.heading--xl-copy:lang(ar) {
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  .paragraph.paragraph--s:lang(ar) {
    text-align: right;
    font-family: Itfmirsald, Arial, sans-serif;
  }

  .paragraph.paragraph--m.paragraph--semibold {
    font-size: clamp(.65rem, .9rem + .15vw, 1.1rem);
  }

  .paragraph.paragraph--m.paragraph--semibold:lang(ar) {
    font-weight: 700;
    text-decoration: none;
  }

  .paragraph.paragraph--m.paragraph--semibold.line-h-150 {
    line-height: 150%;
  }

  .paragraph.paragraph--l.heading--20xp--white {
    font-size: clamp(1.375rem, 1.314rem + .26vw, 1.625rem);
  }

  .paragraph.paragraph--l.faq-sup.text-sm {
    font-size: 14px;
  }

  .paragraph.paragraph--l.faq-sup.text-sm:lang(ar) {
    line-height: 120%;
  }

  .paragraph.paragraph--m2.paragraph--semibold {
    font-size: 16px;
  }

  .paragraph.values--paragraph2.text-white {
    color: var(--_buttons---button-secondary-bg-hover);
  }

  .paragraph.values--paragraph2.text-white-p.text-white-sup {
    text-indent: 0;
    text-indent: 0;
  }

  .paragraph.values--paragraph2.text-white-sup {
    color: var(--_buttons---buttons-button-secondary-bg);
    text-indent: 0;
  }

  .paragraph.paragraph--subservices:lang(ar) {
    text-align: right;
  }

  .paragraph.paragraph--why--22px--primary {
    text-align: left;
    text-indent: 0;
  }

  .paragraph.paragraph--why--22px--primary:lang(ar) {
    text-align: right;
  }

  .paragraph.paragraph--news--20px--primary {
    font-size: clamp(.6rem, .85rem + .14vw, 1.05rem);
  }

  .paragraph.paragraph--news--20px--primary:lang(ar) {
    text-align: right;
  }

  .paragraph.paragraph--l.faq-sup {
    font-size: clamp(1.125rem, 1.05rem + .2vw, 1.375rem);
  }

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

  .heading.heading--xxl:lang(ar) {
    text-align: right;
    text-indent: 0;
  }

  .heading.heading--xxl.one-lined:lang(ar) {
    text-indent: 0;
    text-indent: 0;
    padding-right: 10px;
  }

  .heading.heading--l.heading--60xp--white {
    font-size: clamp(1.5rem, 2.5vw + 1rem, 3.75rem);
  }

  .heading.heading--l.heading--60xp--white:lang(ar) {
    font-size: 60px;
  }

  .heading.heading--l.heading--60xp--white.small-font {
    padding-top: 0;
    font-size: 37px;
  }

  .heading.heading--l.heading--60xp--white.small-font:lang(ar) {
    font-size: 37px;
  }

  .heading.heading--xl.text-white {
    line-height: 105%;
  }

  .heading.heading--xl.text-white-copy, .heading.heading--xl.text-white {
    line-height: 105%;
  }

  .heading.heading--xl.text-sm {
    font-size: 30px;
  }

  .heading.heading--xl.text-sm:lang(ar) {
    font-size: 22px;
  }

  .heading.heading--xl.text-white-copy {
    line-height: 105%;
  }

  .heading.heading--s.achievements__card-footer_heading {
    text-align: center;
    font-size: 22px;
  }

  .heading.heading--s.heading--20px-110---primary {
    text-align: justify;
    font-size: 18px;
  }

  .heading.heading--s.heading--20px-110---primary:lang(ar) {
    text-align: right;
  }

  .heading.heading--s.heading--20px-110---primary.heading--ar {
    font-size: 18px;
  }

  .heading.heading--s.text-center:lang(ar) {
    text-align: right;
  }

  .heading.heading--s.no-p {
    text-align: center;
    padding-left: 0;
  }

  .heading.heading--xs.color-text-secondary:lang(ar) {
    text-align: right;
    text-align: right;
  }

  .heading.heading--40px--1h {
    text-align: left;
  }

  .heading.heading--40px--1h:lang(ar) {
    text-align: right;
  }

  .heading.heading--why--40px {
    font-size: 30px;
  }

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

  .heading.heading--s:lang(ar) {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 120%;
  }

  .heading.heading--xl {
    font-size: 30px;
    line-height: 105%;
  }

  .heading.heading--xl:lang(ar) {
    font-size: 28px;
    line-height: 120%;
  }

  .button.button--primary {
    margin-left: auto;
    margin-right: auto;
  }

  .button__text.text-sm {
    font-size: clamp(1.2rem, 1.345rem + .13vw, 1rem);
  }

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

  .dropdown__header-number.dropdown__header-number--bg-secondary {
    display: none;
  }

  .dropdown__header-arrow_wrapper.dropdown__header-arrow_wrapper--bg-secondary {
    margin-right: 2px;
    overflow: visible;
  }

  .dropdown__header-arrow_wrapper.dropdown__header-arrow_wrapper--bg-secondary:lang(ar) {
    border-bottom-left-radius: 16px;
    margin-right: -9px;
  }

  .dropdown__header-arrow_wrapper.dropdown__header-arrow_wrapper--bg-primary:lang(ar) {
    border-radius: 15px 0 0 5px;
  }

  .dropdown__header-content.dropdown__header-content--bg-secondary {
    border-radius: 17px 0 0 17px;
    padding-left: 16px;
  }

  .dropdown__header-content.dropdown__header-content--bg-secondary:lang(ar) {
    border-radius: 0 17px 17px 0;
    padding-left: 12px;
    padding-right: 16px;
  }

  .dropdown__header-content.dropdown__header-content--bg-primary {
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown__header-content.dropdown__header-content--bg-primary:lang(ar) {
    border-radius: 0;
  }

  .badges.badges--bg-primary {
    font-size: 1.2rem;
  }

  .section-hero.section-hero--padding-top-l.section-hero--padding-bottom-s:lang(ar), .section-hero.section-hero--padding-top-l.section-hero--padding-bottom-l:lang(ar), .section-hero.section-hero--padding-top-l.section-hero--padding-bottom-s:lang(ar), .section-hero.section-hero--padding-top-l.section-hero--padding-bottom-l:lang(ar), .section-hero.section-hero--padding-top-l.section-hero--padding-bottom-s:lang(ar), .section-hero.section-hero--padding-top-l.section-hero--padding-bottom-l:lang(ar) {
    padding-right: 5px;
  }

  .section__inner {
    text-align: left;
  }

  .footer__top-nav_list:lang(ar) {
    flex-flow: column;
  }

  .footer__social-list:lang(ar) {
    padding-right: 20px;
  }

  .footer__lists-wrapper {
    grid-template-columns: 1fr;
  }

  .news__grid.swiper-wrapper {
    grid-auto-flow: row;
  }

  .content-image__wrapper {
    height: 16.25rem;
  }

  .section-hero__content-text {
    max-width: 100%;
  }

  .section-hero__content-text:lang(ar) {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .show-mobile-button {
    width: auto;
  }

  .header__list-item_heading-wrapper:lang(ar) {
    flex-flow: row-reverse;
    justify-content: flex-start;
  }

  .header__list-item_heading-wrapper.ailgn-right:lang(ar) {
    justify-content: flex-end;
  }

  .dropdown__details-inner:lang(ar) {
    border-radius: 16px;
  }

  .section__button-tag_wrapper, .section__button-tag_wrapper:lang(ar) {
    flex-flow: wrap;
  }

  .hidden:lang(ar) {
    display: none;
  }

  .artical-template__rich:lang(ar) {
    text-align: right;
  }

  .superscript-4:lang(ar) {
    font-size: 18px;
  }

  .subscript-8 {
    font-size: 20px;
  }

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

  .subscript-10 {
    font-size: 20px;
  }

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

  .subscript-14:lang(ar) {
    text-align: right;
  }

  .text-span-9, .text-span-9:lang(ar), .text-span-10, .text-span-10:lang(ar) {
    font-size: 37px;
  }

  .div-block {
    font-size: clamp(.95rem, 1.189rem + .26vw, 1.5rem);
  }

  .div-block-2 {
    line-height: 150%;
  }

  .div-block-3:lang(ar) {
    text-align: right;
    flex-flow: column;
    display: flex;
  }

  .superscript-6 {
    font-size: clamp(1rem, 1.564rem + .26vw, 1.875rem);
  }

  .superscript-6:lang(ar) {
    font-size: 20px;
    font-weight: 500;
  }

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

  .text-span-11 {
    font-size: 57px;
  }

  .text-span-11:lang(ar) {
    font-size: 37px;
  }

  .text-block-3:lang(ar) {
    text-align: right;
  }

  .collection-item-2 {
    display: flex;
  }

  .collection-item-2:lang(ar) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: block;
  }

  .collection-list-3 {
    display: flex;
  }

  .collection-list-3:lang(ar) {
    text-align: right;
    flex-flow: row-reverse;
    justify-content: flex-start;
    width: 100%;
    display: block;
  }

  .image-2 {
    order: -9999;
    width: 85vw;
  }

  .faq-content-wrap {
    padding-top: 16px;
  }

  .pulse-dot {
    width: 7px;
    height: 7px;
  }

  .pulse-bg {
    width: 10px;
    height: 10px;
  }

  .faq-item-icon {
    max-height: 43px;
  }

  .faq-item-icon.style-40 {
    width: 24px;
    height: 24px;
  }

  .section-wrapper {
    ---mode--collection-faf8129a-5c07-75cc-f5d5-33b7ae7e2098: mode-8316e477-95d0-5612-89d9-1454ea416485;
  }

  .faq-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .faq-item-content {
    flex-flow: column;
    top: -10px;
  }

  .section-title-2 {
    font-size: 42px;
  }

  .text-size-small {
    font-size: 16px;
  }

  .pulse-wrap {
    width: 14px;
    height: 14px;
  }

  .plus-border {
    width: 12px;
  }

  .section-4 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .italic-text {
    font-size: clamp(1.6rem, 1.35rem + 1.1vw, 3.25rem);
  }

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

  .badges-2.badges--bg-primary {
    font-size: 1.2rem;
  }

  .container-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .responsive__grid {
    grid-template-rows: .4fr .8fr .4fr;
    grid-template-columns: 1fr;
  }

  .responsive__grid.reverse {
    grid-template-columns: 1fr;
  }

  .container-17 {
    min-height: 35vh;
  }

  .paragraph-4-light {
    font-size: 1rem;
  }

  .subheading-4-light {
    font-size: 1.3rem;
  }

  .responsive__grid-2 {
    grid-template-rows: .4fr .8fr .4fr;
    grid-template-columns: 1fr;
  }

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

  .heading-copy.heading--xxl.one-lined:lang(ar) {
    text-indent: 0;
    text-indent: 0;
    padding-right: 10px;
  }

  .heading-copy.heading--xs.color-text-secondary:lang(ar) {
    text-align: right;
    text-align: right;
  }

  .heading-copy.heading--xxl {
    text-align: left;
    font-size: 38px;
  }

  .heading-copy.heading--xxl:lang(ar) {
    text-align: right;
    text-indent: 0;
  }

  .heading-copy.heading--xxl.one-lined:lang(ar) {
    text-indent: 0;
    text-indent: 0;
    padding-right: 10px;
  }

  .heading-copy.heading--l.heading--60xp--white {
    font-size: clamp(1.5rem, 2.5vw + 1rem, 3.75rem);
  }

  .heading-copy.heading--l.heading--60xp--white:lang(ar) {
    font-size: 60px;
  }

  .heading-copy.heading--l.heading--60xp--white.small-font {
    padding-top: 0;
    font-size: 37px;
  }

  .heading-copy.heading--l.heading--60xp--white.small-font:lang(ar) {
    font-size: 37px;
  }

  .heading-copy.heading--xl.text-white {
    line-height: 105%;
  }

  .heading-copy.heading--xl.text-sm {
    font-size: 30px;
  }

  .heading-copy.heading--xl.text-sm:lang(ar) {
    font-size: 22px;
  }

  .heading-copy.heading--s.achievements__card-footer_heading {
    text-align: center;
    font-size: 22px;
  }

  .heading-copy.heading--s.heading--20px-110---primary {
    text-align: justify;
    font-size: 18px;
  }

  .heading-copy.heading--s.heading--20px-110---primary:lang(ar) {
    text-align: right;
  }

  .heading-copy.heading--s.heading--20px-110---primary.heading--ar {
    font-size: 18px;
  }

  .heading-copy.heading--s.text-center:lang(ar) {
    text-align: right;
  }

  .heading-copy.heading--s.no-p {
    text-align: center;
    padding-left: 0;
  }

  .heading-copy.heading--xs.color-text-secondary:lang(ar) {
    text-align: right;
    text-align: right;
  }

  .heading-copy.heading--40px--1h {
    text-align: left;
  }

  .heading-copy.heading--40px--1h:lang(ar) {
    text-align: right;
  }

  .heading-copy.heading--why--40px {
    font-size: 30px;
  }

  .heading-copy.heading--s {
    text-align: left;
    font-size: 16px;
  }

  .heading-copy.heading--s:lang(ar) {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 120%;
  }

  .heading-copy.heading--xl {
    font-size: 30px;
    line-height: 105%;
  }

  .heading-copy.heading--xl:lang(ar) {
    font-size: 28px;
    line-height: 120%;
  }

  .heading-copy.heading--xl-copy {
    font-size: 30px;
    line-height: 105%;
  }

  .heading-copy.heading--xl-copy:lang(ar) {
    font-size: 28px;
    line-height: 120%;
  }
}

#w-node-_8360bf60-863e-f757-4896-db3a17a66f15-2c5e49bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
