@font-face {
  font-family: Erfont;
  src: url('../fonts/ERFONT-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Erfont;
  src: url('../fonts/ERFONT-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Erfont;
  src: url('../fonts/ERFONT-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Erfont;
  src: url('../fonts/ERFONT-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
}

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

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

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

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

/* Multi-paragraph rich-text blocks (cta-side-section body/body_list/body_after,
   themed-cta-points body/points) rely on real <p>/<ul>/<ol> spacing between blocks;
   the global p/ul { margin-bottom: 0 } reset above otherwise crushes them together. */
.w-richtext p,
.w-richtext ul,
.w-richtext ol {
  margin-bottom: 1em;
}
.w-richtext p:last-child,
.w-richtext ul:last-child,
.w-richtext ol:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

.nav-component {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4.25vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-component.internal {
  padding-top: 2.75vw;
}

.nav-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 40vw;
  display: flex;
  position: relative;
}

.nav-logo-wrapper._1 {
  width: auto;
  height: 2.3vw;
}

.nav-logo-wrapper.internal {
  width: 28vw;
}

.page-wrapper {
  position: relative;
  overflow: clip;
}

.page-wrapper.bg-page {
  background-color: #fffdf9;
}

.hero-component {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

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

.image {
  width: 100%;
  height: 100%;
}

.image.contain {
  object-fit: contain;
  position: static;
}

.image.contain.animate {
  transform-origin: 50% 0;
}

.image.contain.position-bottom {
  object-position: 50% 100%;
}

.image.cover {
  object-fit: cover;
}

.image.cover.is-eyad {
  object-position: 100% 100%;
}

.image.of-top {
  object-position: 50% 0%;
}

.hero-contemt {
  text-align: center;
}

.hero-contemt.relative {
  z-index: 5;
  position: relative;
}

.hero-contemt.is-flex {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #142b3d;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h-120 {
  text-transform: capitalize;
  font-size: 6vw;
  line-height: 1;
}

.h-120.is-white {
  color: var(--white);
}

.h-120.er {
  font-family: Erfont, Arial, sans-serif;
}

.h-120.s-small {
  font-size: 2.5vw;
  font-weight: 500;
}

.section-full-view {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-full-view._4 {
  padding-top: 7vw;
  padding-bottom: 3vw;
}

.section-full-view._5 {
  height: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.section-full-view._6 {
  background-color: #1f2f5f;
  height: 100vh;
  padding-top: 5.5vw;
  padding-bottom: 3vw;
  overflow: hidden;
}

.section-full-view._7 {
  height: auto;
  padding-top: 5.5vw;
  padding-bottom: 3.5vw;
}

.section-full-view._8 {
  padding-left: 12vw;
  padding-right: 5%;
  overflow: hidden;
}

.section-full-view._9 {
  background-color: #f8f9fd;
  padding-top: 5.5vw;
}

.section-full-view.color {
  padding-top: 6vw;
}

.section-full-view.color.double {
  height: auto;
  padding-bottom: 7.6vw;
}

.section-full-view.button {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

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

.flex-cc.max-60 {
  grid-column-gap: 4.7vw;
  grid-row-gap: 4.7vw;
  width: 53%;
}

.h-54 {
  text-transform: capitalize;
  font-size: 2.6vw;
  line-height: 1.1;
}

.paragraph {
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 1.2;
}

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

.vanta-dots._1 {
  z-index: -1;
}

.container {
  width: 100%;
  height: 100%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

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

.container.pad-x {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.container.pad-y-120 {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}

.container.pad-y-100 {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.container.pad-y-100.relative {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container.h-auto {
  height: auto;
}

.container.pad-y-150 {
  padding-top: 7.5vw;
  padding-bottom: 7.5vw;
}

.container.pad-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.bottom-content {
  z-index: 3;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block {
  font-size: 1.3vw;
  line-height: 1.1;
}

.text-bold {
  font-size: 1.8vw;
  font-weight: 700;
}

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

.full-div {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.sticky-component {
  background-color: #f4f5fe;
}

.grid-3x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 85%;
  margin-top: 3vw;
  display: grid;
}

.box {
  padding: 3vw 2vw;
}

.box._1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 1vw;
  display: flex;
}

.box._3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.box.med {
  background-color: #dde5ffcc;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25.3vw;
  height: 17vw;
  display: flex;
}

.box.big {
  background-color: #dde5ff38;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h-60 {
  align-self: flex-start;
  font-size: 3vw;
  line-height: 1.2;
}

.h-60.er {
  font-family: Erfont, Arial, sans-serif;
}

.para-27 {
  color: #000;
  font-size: 1.3vw;
  line-height: 1.2;
}

.para-27.light {
  font-family: Erfont, Arial, sans-serif;
  font-weight: 300;
}

.para-27.reg {
  font-family: Erfont, Arial, sans-serif;
  font-weight: 400;
}

.para-27.med {
  font-family: Erfont, Arial, sans-serif;
  font-weight: 500;
}

.para-27.bold {
  font-weight: 700;
}

.para-27.er {
  font-family: Erfont, Arial, sans-serif;
}

.para-27.relative {
  position: absolute;
  inset: auto 0% 4vw auto;
}

.para-27.white {
  color: var(--white);
}

.flex-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}

.image-wrapper {
  height: 40vw;
}

.div-block {
  align-self: flex-end;
  padding-right: 8vw;
}

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

.logo-grid {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 7.1vw;
  margin-bottom: 2vw;
  display: flex;
}

.logo-wrap {
  width: 14.2vw;
  height: 14.2vw;
}

.bg-globe-image {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-3x3 {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3vw;
  display: grid;
}

.h-45 {
  font-size: 2.1vw;
  line-height: 1.2;
}

.box-cards {
  -webkit-backdrop-filter: blur(3vw);
  backdrop-filter: blur(3vw);
  background-color: #eaeaea3d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 23.8vw;
  padding: 3vw 2vw;
  transition: all .3s;
  display: flex;
}

.box-cards:hover {
  background-color: #bdcdffcc;
}

.para-20 {
  color: #000000e0;
  font-size: 1vw;
  line-height: 1.3;
}

.div-block-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.number-image {
  width: 1.6vw;
}

.text-box {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6vw;
  display: flex;
}

.text-box._2 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 1vw;
}

.text-box._1 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.arrow-image {
  width: 4vw;
  height: 4.2vw;
  margin-top: 0;
  margin-bottom: 7vw;
  margin-right: 2vw;
  position: relative;
  right: 3vw;
}

.arrow-image._1 {
  margin-bottom: 0;
  margin-right: .5vw;
  position: static;
}

.bg-image {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-image._2 {
  bottom: -10%;
}

.grid3x3-doted {
  grid-template-rows: auto max-content auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.typo-box._1 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-bottom: 1px dashed #000;
  border-right: 1px dashed #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 6.1vw;
  padding-right: 10vw;
  display: flex;
}

.typo-box._1.last {
  border-bottom-style: none;
}

.typo-box._3 {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  border-bottom: 1px dashed #000;
  border-right: 1px dashed #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.typo-box._3.last {
  border-bottom-style: none;
}

.typo-box._5 {
  border-bottom: 1px dashed #000;
  border-right: 1px dashed #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.typo-box._2 {
  border: 1px dashed #000;
  border-style: none dashed dashed none;
}

.typo-box._4 {
  border-bottom: 1px dashed #000;
  border-right: 1px dashed #000;
}

.typo-box._8 {
  border-right: 1px dashed #000;
}

.text-52 {
  color: #00000085;
  text-transform: uppercase;
  font-family: Erfont, Arial, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.2;
}

.text-39 {
  color: #000;
  text-transform: uppercase;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.2;
}

.text-27 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-2 {
  color: #000;
  margin-left: -18vw;
  font-family: Erfont, Arial, sans-serif;
  font-size: 31vw;
  line-height: .8;
}

.para-29 {
  font-family: Erfont, Arial, sans-serif;
  font-size: 1.4vw;
}

.div-block-3 {
  margin-bottom: 2.5vw;
}

.para-24 {
  font-size: 1.2vw;
  line-height: 1.2;
}

.para-24.light {
  color: #5b5b5b;
  font-size: .9vw;
}

.para-153 {
  font-family: Erfont, Arial, sans-serif;
  font-size: 8vw;
  line-height: 1.2;
}

.div-block-4 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  display: flex;
}

.h-150 {
  color: #000;
  font-size: 7.6vw;
  line-height: 1;
}

.h-150._2 {
  position: relative;
  left: -5vw;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 39vw;
  display: flex;
}

.para-32 {
  font-size: 1.5vw;
  line-height: 1.2;
}

.para-32.grey {
  color: #6e6e6e;
}

.white-text-wrape {
  width: 25.2vw;
  color: var(--white);
  align-self: flex-end;
  position: absolute;
  inset: auto 5vw 8vw auto;
}

.icon-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 10vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-wrapper {
  background-color: var(--white);
  color: #1e1e1e;
  justify-content: center;
  align-items: center;
  width: 14vw;
  height: 14vw;
  transition: all .2s;
  display: flex;
}

.icon-wrapper:hover {
  color: var(--white);
  background-color: #00061d;
}

.bg-gradient {
  z-index: 0;
  width: 100%;
  position: absolute;
}

.color-palette {
  justify-content: center;
  align-items: flex-start;
  margin-top: 6vw;
  display: flex;
}

.color-palellte-wrapper {
  text-align: center;
  flex-flow: column;
  width: 17.6vw;
  height: 32.7vw;
  font-size: 1.2vw;
  line-height: 1.2;
  display: flex;
}

.color-name {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.4vw;
  padding-top: 1.4vw;
  padding-bottom: 1.4vw;
  font-size: 1.2vw;
  line-height: 1.2;
  display: flex;
}

.color-name._1 {
  color: var(--white);
  background-color: #00061d;
  margin-bottom: 1.4vw;
  padding-top: 1.4vw;
  padding-bottom: 1.4vw;
}

.color-name._2 {
  color: var(--white);
  background-color: #1f2f5f;
}

.color-name._3 {
  background-color: #fbfbfe;
}

.color-name._4 {
  color: var(--white);
  background-color: #9b88d7;
}

.color-name._5 {
  color: var(--white);
  background-color: #f3a6b6;
}

.color-name._6 {
  background-color: #c4b280;
}

.color-name._7 {
  color: var(--white);
  background-color: #ec6c63;
}

.color-name._8 {
  color: var(--white);
  background-color: #f4932c;
}

.color-name._9 {
  background-color: #f7c942;
}

.color-name._10 {
  color: var(--white);
  background-color: #3b9282;
}

.color-name._11 {
  color: var(--white);
  background-color: #a4c86e;
}

.color-name._12 {
  background-color: #7dcbef;
}

.color-image {
  height: 25vw;
}

.color-image._1 {
  background-color: #00061d;
}

.color-image._3 {
  background-color: #fbfbfe;
}

.color-image._2 {
  background-color: #1f2f5f;
}

.color-image._4 {
  background-color: #9b88d7;
}

.color-image._5 {
  background-color: #f3a6b6;
}

.color-image._6 {
  background-color: #c4b280;
}

.h-80 {
  color: #000;
  font-size: 4vw;
  line-height: 1.2;
}

.buttons-condition-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3vw;
  display: flex;
}

.btn-1 {
  height: 10vw;
}

.btn-wraper {
  color: #00061d;
  background-color: #eaefff;
  border-radius: .5vw;
  padding: 1.7vw 3vw;
  font-size: 3.7vw;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}

.btn-wraper._2 {
  color: var(--white);
  background-color: #9b88d7;
  display: none;
}

.btn-wraper.icon {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  transition: all .3s;
  display: flex;
  position: relative;
}

.btn-wraper.icon:hover {
  border-top-right-radius: 5.5vw;
  border-bottom-right-radius: 5.5vw;
  padding-right: 6vw;
}

.btn-wraper.small {
  background-color: #cdd9ff;
  padding: 1.25vw 1vw;
  font-size: 1.5vw;
}

.btn-wraper.small.icon:hover {
  padding-right: 3vw;
}

.btn-wraper.small.icon.reverse, .btn-wraper.reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrow-img {
  width: 4vw;
  height: 4.7vw;
}

.text-block-3 {
  color: #000;
  font-size: 1.3vw;
  line-height: 1.2;
  position: relative;
  top: -1.6vw;
}

.btn-flex {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-relative {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  width: 32vw;
  display: flex;
  position: absolute;
  inset: auto auto 50% 110%;
}

.component_video {
  flex: none;
}

.component_video.cc-2, .component_video.cc-6, .component_video.cc-4, .component_video.cc-7, .component_video.cc-5, .component_video.cc-3, .component_video.cc-8 {
  width: 100%;
  height: 100%;
}

.component_video.cc-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-rotation_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.component_block-2 {
  grid-row-gap: 1vh;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.grid-rotation_heading-span {
  display: inline-block;
}

.grid-rotation_heading-mask {
  padding-bottom: 1.5rem;
  overflow: hidden;
}

.main-container {
  max-width: 90rem;
  padding: 8rem 6rem;
}

.main-container.cc-grid-rotation-concept {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.component_block-group {
  grid-row-gap: 1vh;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.component_video-wrapper {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.component_video-wrapper.cc-3, .component_video-wrapper.cc-4 {
  width: 100%;
  height: 32vh;
}

.component_video-wrapper.cc-8 {
  width: 25vh;
  height: 25vh;
}

.component_video-wrapper.cc-7 {
  width: 32vh;
  height: 100%;
}

.component_video-wrapper.cc-6 {
  width: 25vh;
  height: 100%;
}

.component_video-wrapper.cc-2 {
  width: 100%;
  height: 100%;
}

.component_video-wrapper.cc-5 {
  width: 32vh;
  height: 100%;
}

.component_video-wrapper.cc-1 {
  width: 14.3vw;
  height: 10.5vw;
}

.grid-rotation-concept_camera {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.component_block-1 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-items: end;
  display: grid;
  position: relative;
}

.grid-rotation_heading {
  font-size: 10rem;
  font-weight: 500;
  line-height: .8;
}

.section.cards {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 5vw;
  padding-bottom: 8.5vw;
}

.section.is-sticky {
  position: sticky;
  top: 0;
}

.section.relative.z-index {
  z-index: 888;
}

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

.section.is-spark {
  position: sticky;
  top: 0;
}

.grid-rotation-concept_component {
  grid-column-gap: 1vh;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-rotation-concept_film {
  height: 500vh;
}

.component_block-3 {
  grid-column-gap: 1vh;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  display: grid;
}

.button-2 {
  background-color: #1f2f5f;
  padding: .8vw .5vw;
  font-size: 1.2vw;
  line-height: 1.2;
}

.nav-links {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-logo {
  width: 11vw;
  height: 3.1vw;
}

.link-block {
  color: #000;
  border-left: 1px solid #000;
  font-family: Erfont, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.2;
  text-decoration: none;
}

.link-block.w--current {
  color: var(--white);
  background-color: #1f2f5f;
}

.text-block-4 {
  width: 9.5vw;
  padding-top: 4.8vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
}

.text-block-5 {
  font-size: 1.5vw;
  line-height: 1.2;
  position: absolute;
  inset: 30% auto auto 3%;
  transform: rotate(-180deg);
}

.text-block-5._2 {
  inset: 20% -20% auto auto;
}

.text-block-5._3 {
  inset: auto -50% 0% auto;
}

.text-block-5._4 {
  inset: auto -26% -30% auto;
}

.text-block-5._5 {
  inset: auto auto -20% 0%;
}

.hero-bootom-content {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 6%;
}

.para-40 {
  font-size: 2vw;
  line-height: 1.2;
}

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

.align-center._2 {
  margin-top: 10vw;
}

.para-35 {
  font-size: 1.6vw;
  line-height: 1.2;
}

.grid-2x1 {
  grid-column-gap: 1.3vw;
  grid-row-gap: 1.3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.7vw;
  display: flex;
}

.tick-image {
  width: 1.3vw;
  height: 1.3vw;
}

.flex-block-2 {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
}

.flex-block-3 {
  grid-column-gap: 1.3vw;
  grid-row-gap: 1.3vw;
}

.tag {
  width: 4.6vw;
  margin-bottom: 2.4vw;
}

.table-image-wrapper {
  width: 67vw;
  padding-top: 3.8vw;
}

.bg-light-wrapper {
  background-color: #f4f5fe;
}

.club-wrap {
  width: 25.349vw;
}

.max-card {
  width: 36vw;
}

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

.flex-col-between.h-100 {
  width: 100%;
  height: 100%;
}

.h2-statue {
  color: #0000008f;
  text-transform: uppercase;
  font-family: Erfont, Arial, sans-serif;
  font-size: 5.26vw;
  font-weight: 500;
  line-height: 1;
}

.hero-content-wrap {
  text-align: center;
}

.inner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.statue-img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-wrap {
  position: relative;
}

.logo-wrap-2 {
  background-color: #edeefe;
  justify-content: center;
  align-items: center;
  padding: 2.552vw 3.385vw;
  display: flex;
}

.jeton-wrap {
  width: 33.788vw;
}

.h3-large {
  color: #000;
  font-family: Erfont, Arial, sans-serif;
  font-size: 9.115vw;
  font-weight: 400;
  line-height: 1;
}

.h3-large.emerald {
  color: #3b9282;
  font-size: 10.79vw;
}

.card-grid-wrapper {
  grid-column-gap: .885vw;
  grid-row-gap: .885vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7.083vw;
  display: grid;
}

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

.flex-right.grid-gap {
  grid-column-gap: .4vw;
  grid-row-gap: .4vw;
}

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

.sticky-200 {
  height: 100vh;
  position: sticky;
  top: 0;
}

.statue-content-wrap {
  grid-column-gap: .9vw;
  grid-row-gap: .9vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.color-board-wrapper {
  width: 21.25vw;
}

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

.marquee-wrapper {
  grid-column-gap: 1.042vw;
  grid-row-gap: 1.042vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-quiz {
  width: 27.667vw;
}

.ab-eye-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-sec-wrap {
  grid-column-gap: .417vw;
  grid-row-gap: .417vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-sec-wrap.two-col {
  grid-template-columns: .95fr 1fr;
  width: 100%;
  margin-top: .4vw;
}

.low-wrap {
  width: 10.723vw;
}

.world-wrap {
  width: 12.575vw;
}

.tablewrapper {
  width: 67.292vw;
}

.flex-end {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-end.top-p {
  padding-top: 1.667vw;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
}

.container-2.padding-grid {
  padding-left: 13.542vw;
  padding-right: 19.688vw;
}

.container-2.card-sec {
  height: 100%;
  padding-top: 4.063vw;
  padding-bottom: 8.6vw;
}

.container-2.large-hea {
  height: 100%;
  padding: 5vw 4.74vw 4.479vw;
}

.container-2.container-large {
  padding: 5.99vw 13.177vw;
}

.container-2.tabel-con {
  padding-top: 6.094vw;
  padding-bottom: 6.094vw;
}

.container-2.mar-section {
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
}

.flex-logo-wrap {
  grid-column-gap: 1.042vw;
  grid-row-gap: 1.042vw;
  display: flex;
}

.eye-wrap {
  width: 100%;
  height: 100%;
}

.image-2 {
  width: 100%;
}

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

.grid-card-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-content-wrap {
  padding-bottom: 1.5vw;
  padding-left: 2vw;
  position: absolute;
  inset: auto 0% 0%;
}

.kkock-wrap {
  width: 19.475vw;
}

.logo-img {
  width: 7.708vw;
}

.trusted-content-p {
  width: 27vw;
}

.image-large-wrapper {
  width: 43.229vw;
}

.bg-wrapper-white {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.paragraph-2 {
  color: #000;
  font-family: Erfont, Arial, sans-serif;
  font-size: 1.667vw;
  line-height: 1.3;
}

.paragraph-2.text-uppercase {
  text-transform: uppercase;
}

.paragraph-2.large {
  font-size: 2vw;
}

.paragraph-2.large.bit-l {
  font-size: 2.604vw;
  line-height: 1.3;
}

.paragraph-2.large.fructal {
  font-family: Fractul;
}

.section-full-review {
  width: 100%;
  height: 100vh;
  position: relative;
}

.section-full-review._200vh {
  height: 200vh;
}

.section-full-review.sticky {
  position: sticky;
  top: 0;
}

.purple-wrap {
  width: 27.951vw;
}

.section-250 {
  width: 100%;
  height: 200vh;
  position: relative;
}

.side-image {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lottie-animation {
  width: 3vw;
  height: 3vw;
}

.lottie-animation.small {
  width: 1.5vw;
  height: 1.5vw;
}

.over-flow-hidden {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 7% 0% auto;
  overflow: hidden;
}

.over-flow-hidden.small.long-text {
  right: 2.5%;
}

.text-64 {
  font-size: 3.1vw;
  line-height: 1.2;
}

.flex-block-4 {
  justify-content: space-between;
  align-items: flex-start;
}

.button-blurvelous {
  color: #fff;
  letter-spacing: -.04em;
  z-index: var(--z-above);
  -webkit-user-select: none;
  user-select: none;
  background-color: #000;
  border-radius: .1vw;
  font-size: 3.7vw;
  line-height: 1em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-blurvelous__container {
  background-color: #000;
  display: block;
}

.button-blurvelous__text {
  padding: 1.7vw 3vw;
  display: block;
}

.button-blurvelous__background {
  width: 100%;
  height: 100%;
  z-index: var(--z-below);
  background-color: #9b88d7;
  border-radius: .1vw;
  justify-content: center;
  align-items: center;
  font-size: 3.7vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.flex-full {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.inner-law-wrap {
  width: 13.248vw;
}

.about-wrap {
  margin-top: 8.073vw;
}

.point-rel {
  position: relative;
}

.grid-wraps-img {
  grid-column-gap: .469vw;
  grid-row-gap: .469vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wraps-img._2 {
  grid-template-columns: .95fr 1fr;
  margin-top: .313vw;
}

.grid-wraps-img._3 {
  grid-template-columns: 1.25fr 1fr;
  margin-top: .313vw;
}

.flex-bottom-2 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.flex-bottom-2.col {
  flex-flow: column;
}

.grid-man-inner-wrap {
  grid-column-gap: .417vw;
  grid-row-gap: .417vw;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-top: 3vw;
  display: grid;
}

.reps-wrap {
  width: 26.979vw;
}

.h2-large {
  color: #fff;
  font-family: Erfont, Arial, sans-serif;
  font-size: 3.177vw;
  font-weight: 400;
  line-height: 1;
}

.hero-bg-wrapper {
  background-image: url('../images/Group-1171277317.svg'), linear-gradient(#122c7c 20%, #00061d);
  background-position: 50% 100%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: contain, auto;
  width: 100%;
  height: 100%;
}

.hero-bg-wrapper.none-bg {
  background-color: #122c7b;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-bg-wrapper.reverse {
  background-image: url('../images/Group-1171277317.svg'), linear-gradient(#00061d, #122c7c 80%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.inner-ele {
  width: 4.115vw;
  height: 4.115vw;
}

.inner-ele.less {
  width: 3.8vw;
  height: 5vw;
}

.flex-left-col {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.pink-wrap {
  width: 12.851vw;
}

.grid-b {
  grid-column-gap: .417vw;
  grid-row-gap: .417vw;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-container {
  width: 100%;
  padding-left: 1.6vw;
  padding-right: 1.6vw;
}

.hero-container.p--bottom {
  z-index: 120;
  padding-bottom: 3vw;
}

.right-p {
  position: relative;
  right: 105px;
}

.icon-point-wrapper {
  width: 7.813vw;
}

.title-point-wrap.top-m {
  margin-top: 5.625vw;
}

.about-wrap-between {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 2.604vw;
  display: flex;
}

.grid-large-card-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5.729vw;
  display: grid;
}

.image-3 {
  width: 100%;
}

.image-3.point-less {
  opacity: .9;
}

.icon-wrap-point {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.whiteing-wrap {
  width: 5.938vw;
}

.btn-hero-wrap {
  width: 11vw;
}

.poin-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.point-crystal-wrap {
  grid-column-gap: 2.604vw;
  grid-row-gap: 2.604vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5.208vw;
  display: grid;
}

.point-grid-wrapper {
  z-index: 11;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.spline-wrap {
  width: 100%;
  height: 100%;
}

.abstract-wrapper {
  margin-top: 12.396vw;
}

.bg-slides {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-card-wrap {
  width: 6.875vw;
}

._w-100 {
  width: 100%;
}

._w-100.flex-row-between {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.h3 {
  color: #fff;
  font-family: Fractul;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.3;
}

.h3.larger {
  text-transform: capitalize;
  font-family: Erfont, Arial, sans-serif;
  font-size: 6.213vw;
  line-height: 1;
}

.h3.h-large {
  font-family: Erfont, Arial, sans-serif;
  font-size: 3.177vw;
}

.h3.h-large.text-center.dark, .h3.black {
  color: #000;
}

.h3.black.large {
  font-size: 2.5vw;
}

.h3.black.large.eroc {
  font-family: Erfont, Arial, sans-serif;
  font-size: 3.177vw;
}

.flex-bottom-mans {
  grid-column-gap: .4vw;
  grid-row-gap: .4vw;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.grid-inner-style {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .4vw;
  margin-left: auto;
  margin-right: auto;
}

.btn-while {
  width: 32.448vw;
}

.section-full-view-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-full-view-2._100vh-none {
  height: auto;
}

.section-full-view-2._100vh-none.col {
  flex-flow: column;
}

.section-full-view-2._100vh-none.col.bg-changes {
  background-image: url('../images/Frame-93_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-full-view-2.sm {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  height: 60vh;
}

.ab-inner-element {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.morph-wrap {
  grid-column-gap: 9vw;
  grid-row-gap: 9vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5.2vw;
  display: grid;
}

.law-wrapper {
  width: 10.884vw;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  padding-left: 4.844vw;
  padding-right: 4.844vw;
}

.container-3.h-100.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3.h-100.cc {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-3.grid-man-wrap {
  padding-left: 16.563vw;
  padding-right: 16.563vw;
}

.container-3.grid-img-wrapps {
  padding-left: 14.167vw;
  padding-right: 14.167vw;
}

.container-3.comitted-p {
  justify-content: flex-end;
  align-items: center;
  padding-top: 15.26vw;
  padding-bottom: 23.281vw;
  display: flex;
}

.container-3.point-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 7.396vw;
  padding-bottom: 4.635vw;
  display: flex;
}

.container-3.large-card-wrap {
  padding-left: 4.1vw;
  padding-right: 4.1vw;
}

.container-3.point-futristic-con {
  padding: 4.948vw 11.302vw 8.542vw;
}

.bg-simple-grad {
  background-image: linear-gradient(#122c7c, #00061d);
  width: 100%;
  height: 100%;
}

.bg-simple-grad.bg-white {
  background-image: none;
}

.women-wrap {
  width: 19.427vw;
  margin-top: .4vw;
}

.hero-heading-wrap {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-top: 8.698vw;
  display: flex;
  overflow: hidden;
}

.right-your-p {
  position: relative;
  left: -150px;
}

.icon-content-wrap {
  grid-column-gap: 3.594vw;
  grid-row-gap: 3.594vw;
  flex-flow: column;
  display: flex;
}

.digtial-wrap {
  width: 14.583vw;
}

.logo-point {
  width: 6.042vw;
}

.logo-point.vr {
  width: 4.063vw;
}

.logo-point.labs {
  width: 3.75vw;
}

.logo-point.ea {
  width: 3.594vw;
}

.logo-point.teller {
  width: 4.375vw;
}

.logo-point.junion {
  width: 3.125vw;
}

.logo-point.cir {
  width: 1.835vw;
}

.logo-point.sea {
  width: 2.309vw;
}

.card-content-wrap-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.406vw 3.333vw 3.333vw 3.073vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.spline-wrapper {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 40% 0% 0%;
}

.orange-wrap {
  width: 17.24vw;
}

.h1 {
  color: #fff;
  font-family: Erfont, Arial, sans-serif;
  font-size: 9.427vw;
  font-weight: 400;
  line-height: 1;
}

.h1.uppercase.text-center {
  overflow: hidden;
}

.flex-right-2 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.purple-wrap-2 {
  width: 27.813vw;
}

.btn-move-margin {
  justify-content: center;
  align-items: center;
  margin-top: 4.948vw;
  display: flex;
}

.color-pallete-wrap {
  margin-top: 6.146vw;
}

.hero-btn-content {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.element-wrap {
  cursor: pointer;
  border-width: 1px;
  border-color: #fff;
  width: 6.927vw;
  height: 6.927vw;
  position: relative;
}

.mid-wrapper {
  position: relative;
}

.pink-wrapper {
  width: 14.375vw;
  margin-top: .4vw;
}

.paragraph-sm {
  color: #fff;
  font-family: Erfont, Arial, sans-serif;
  font-size: 1.2vw;
  line-height: 1.3;
}

.paragraph-sm.big {
  font-size: 2.5vw;
  line-height: 1.4;
}

.paragraph-sm.xs {
  color: #ffffffe0;
  font-size: 1vw;
  line-height: 1.4;
}

.futristic-wrap {
  width: 39.063vw;
}

.star-wrap {
  width: 19.531vw;
}

.card-rel {
  position: relative;
}

.nav-component-2 {
  z-index: 9;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1.6vw;
  padding-right: 1.6vw;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  font-family: Erfont, Arial, sans-serif;
  font-size: .9vw;
  line-height: 1.2;
  text-decoration: none;
}

.code-embed-2 {
  mix-blend-mode: screen;
}

.para-36 {
  font-size: 1.9vw;
  line-height: 1.2;
}

.nav-logo-bg {
  filter: blur(5px);
  background-color: #fcfcfc;
  width: 110%;
  height: 175%;
  position: absolute;
}

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

.nav-inner {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  display: flex;
}

.nav-inner.internal {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
}

.nav-title {
  color: #575757;
  text-align: center;
  font-size: 1.6vw;
  line-height: .9;
}

.nav-title.s-small {
  font-size: 1.25vw;
}

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

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

.hero-grid-seperator {
  background-color: #000;
  width: 1px;
  height: 100%;
}

.hero-grid-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vw 1vw 3.5vw;
  display: flex;
}

.btn-text-reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.page-navigations-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.reference-link-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  inset: auto auto 24% 0%;
}

.about-inner {
  max-width: 60vw;
}

.search-bar-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 3vw;
  display: flex;
}

.search-bar {
  background-color: #ffffff26;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  position: relative;
}

.search-bar-field {
  color: #fff;
  background-color: #ffffff40;
  background-image: url('../images/search.svg');
  background-position: .75vw;
  background-repeat: no-repeat;
  background-size: 1.25vw;
  border: 0 #000;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  min-height: 3vw;
  margin-bottom: 0;
  padding: .75vw 1vw .75vw 2.5vw;
  font-family: Erfont, Arial, sans-serif;
  font-size: 1.25vw;
  line-height: 1.5;
}

.search-bar-field::placeholder {
  color: #ffffff80;
}

.search-button {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/back.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.75vw;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 3vw;
}

.search-bar-outer {
  width: 60%;
  margin-bottom: 0;
}

.page-navigation-ab-wrap {
  position: absolute;
  inset: auto 0% 0%;
}

.h-100vh {
  height: 100vh;
}

.h-100vh.relative.z-index-2 {
  z-index: 2;
}

.h-100vh.flex-col-between {
  align-items: stretch;
}

.modal-wrap {
  position: relative;
}

.modal-mask {
  pointer-events: none;
  background-color: #00000073;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.sequence-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.button {
  grid-column-gap: 2.75vw;
  grid-row-gap: 2.75vw;
  color: #000;
  text-transform: uppercase;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1vw 1.25vw .85vw 1.65vw;
  font-family: Erfont, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

.button.is-navbar-button {
  box-shadow: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
}

.button.is-navbar-button:where(.w-variant-fbe4b84f-a5ab-ea93-b0b2-77b64102f0d1) {
  box-shadow: inset 0 -10px 28px -20px #00000080;
}

.button.is-blue {
  color: #fff;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  background-image: linear-gradient(90deg, #022387, #011144);
}

.button.is-blue:where(.w-variant-c55afba8-8b2c-379f-7037-7b1db92dd662) {
  color: #000;
  background-image: none;
}

.button.is-blue.gap-low {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}

.button.gap-low {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_logo {
  width: 100%;
  height: 100%;
}

.navbar_logo-link {
  flex: none;
  width: 100%;
  max-width: 7.5vw;
  padding-left: 0;
}

.navbar_link {
  text-transform: uppercase;
  padding: 0;
  font-family: Erfont, Arial, sans-serif;
  font-size: .85vw;
  line-height: 1.2;
  text-decoration: none;
}

.navbar_link.w--current {
  color: #fff;
}

.navbar_link.is-ab {
  position: absolute;
  top: 100%;
}

.navbar_link.is-locale {
  color: #000;
}

.navbar_link.is-locale.w--current {
  color: #00124a;
}

.navbar_menu {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.nav-left {
  z-index: 2;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  pointer-events: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 1vw 2.125vw 1vw 1vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-left-bg {
  z-index: -1;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: clip;
}

.navbar-link-wrap {
  color: #fff;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-svg-wrap {
  width: 2vw;
  height: 2vw;
  transform-style: preserve-3d;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0, -10%);
}

.button-svg-wrap:lang(ar-sa) {
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(0, -10%);
}

.button-svg-wrap.invert {
  filter: invert();
}

.button-svg-wrap.invert:where(.w-variant-c55afba8-8b2c-379f-7037-7b1db92dd662), .button-svg-wrap.invert.reverse:where(.w-variant-c55afba8-8b2c-379f-7037-7b1db92dd662) {
  filter: none;
}

.hero-wrap {
  width: 100%;
  height: 100%;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.hero-wrap-inner {
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.heading-h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Erfont, Arial, sans-serif;
  font-size: 6.25vw;
  font-weight: 400;
  line-height: .9;
}

.heading-h1:lang(ar-sa) {
  padding-bottom: .1em;
  line-height: 1.1;
}

.heading-h1.hero {
  perspective: 800px;
}

.heading-h1.clr-black {
  color: #000;
  mix-blend-mode: normal;
}

.heading-h1.gradient-title {
  font-size: 5vw;
}

.heading-h1.capitlize {
  text-transform: capitalize;
}

.hero-content {
  justify-content: flex-start;
  align-items: center;
  width: 16%;
  height: 100%;
  display: flex;
}

.hero-content-text {
  position: relative;
}

.er-font {
  color: #fff;
  font-family: Erfont, Arial, sans-serif;
  position: relative;
}

.p-size-24 {
  font-size: 1.25vw;
  line-height: 1.3;
}

.p-size-24.clr-black {
  color: #000;
}

.p-size-24.clr-black.opacity-80 {
  color: #000c;
}

.p-size-24.clr-black a {
  color: #003bea;
}

.p-size-24.opacity-60 {
  color: #fff9;
}

.p-size-24.leadership-subtext {
  color: #00061d99;
}

.p-size-24.opacity-80 {
  color: #fffc;
}

.p-size-24.is-copyright {
  color: #fff9;
  font-size: .85vw;
  line-height: 1.2;
}

.p-size-24.is-copyright:lang(ar-sa) {
  opacity: .6;
  color: #fff;
}

.p-size-24.clr-gray {
  color: #3f3f3f;
}

.p-size-24.opacity-30 {
  color: #0000004d;
}

.p-size-24.clr-white.opacity-80:lang(ar-sa) {
  color: #fffc;
}

.p-size-24.clr-white.is-cta ul {
  grid-column-gap: 3vw;
  grid-row-gap: 1vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-flex;
  overflow: visible;
}

.p-size-24.clr-white.is-cta li {
  background-image: url('../images/list-cricle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  flex-flow: row;
  padding-left: 32px;
  display: inline-flex;
}

.p-size-24.clr-white.is-cta.is-ar {
  color: #fff;
}

.p-size-24.insights-date {
  color: #959eb9;
}

.sticky-track {
  position: relative;
}

.home-an-content-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.home-an-content-wrap:lang(ar-sa) {
  justify-content: flex-end;
  align-items: center;
}

.home-an-content-inner {
  grid-column-gap: 3.2vw;
  grid-row-gap: 3.2vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 46%;
  display: flex;
  position: relative;
}

.home-an-content-inner:lang(ar-sa) {
  width: 56%;
}

.heading-h2 {
  font-size: 2.25vw;
  line-height: 1.3;
}

.heading-h2.clr-dark {
  color: #00061d;
}

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

.heading-h2.is-gray {
  color: #3f3f3f;
}

.heading-h2.s-80 {
  font-size: 4vw;
}

.purpose-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 10vw;
  display: flex;
}

.purpose-wrap:lang(ar-sa) {
  justify-content: flex-start;
  align-items: center;
}

.purpose-wrap-inner {
  width: 45%;
}

.purpose-wrap-inner:lang(ar-sa) {
  width: 54%;
}

.button-lottie {
  width: 100%;
  height: 100%;
}

.button-text-wrap {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-text:lang(ar-sa) {
  line-height: 1.4;
}

.button-text.is-ab {
  position: absolute;
  top: 100%;
}

.text-container-1 {
  display: inline-block;
  position: relative;
}

.scroll-container {
  position: relative;
}

.canvas {
  z-index: 10;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.practice-area-left-inner {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.practice-area-inner-text {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 24%;
  margin-top: .5vw;
  display: flex;
}

._w-50 {
  width: 50%;
}

._w-50.c-58 {
  width: 58%;
}

._w-50.c-52 {
  width: 52%;
}

.leadership-title-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 3vw;
  display: flex;
}

.leadership-title-inner {
  width: 100%;
  position: relative;
}

.leadership-title {
  color: #012696;
  text-transform: uppercase;
  background-image: none;
  width: 100%;
  font-size: 12vw;
  line-height: .9;
}

.leadership-title:lang(ar-sa) {
  text-align: center;
  font-size: 10vw;
  line-height: 1.2;
}

.ab-button-wrap {
  position: absolute;
  inset: auto auto 1vw 0%;
}

.leadership-cards-wrap {
  grid-column-gap: 1.75vw;
  grid-row-gap: 1.75vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  position: relative;
}

.leadership-cards-wrap.english-locale:lang(ar-sa), .leadership-cards-wrap.arabic-locale {
  display: none;
}

.leadership-cards-wrap.arabic-locale:lang(ar-sa) {
  grid-column-gap: 1.75vw;
  grid-row-gap: 1.75vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.leadership-card {
  flex: none;
}

.leadership-card._2 {
  z-index: 1;
  position: relative;
}

.leadership-card._2:lang(ar-sa), .leadership-card._3 {
  z-index: 2;
  position: relative;
}

.leadership-card._3:lang(ar-sa) {
  z-index: 3;
  position: relative;
}

.leadership-card-image-wrap {
  width: 100%;
}

.leadership-card-text {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5vw;
  display: flex;
}

.leadership-sticky {
  position: sticky;
  top: 0;
}

.leadership-sticky-wrap {
  height: 350vh;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.is-la:lang(ar-sa) {
  padding-top: .75em;
  padding-bottom: .75em;
}

.leadership-title-wrapper:lang(ar-sa) {
  margin-top: -.75em;
  margin-bottom: -.75em;
}

.leadership-title-wrapper._2 {
  text-align: center;
  padding-left: 4vw;
  padding-right: 0;
}

.leadership-title-wrapper._2:lang(ar-sa) {
  padding-left: 0;
}

.leadership-title-wrapper._3 {
  text-align: center;
  padding-left: 0;
}

.leadership-title-wrapper._4 {
  text-align: right;
  padding-right: 4vw;
}

.leadership-title-wrapper._4:lang(ar-sa) {
  padding-right: 0;
}

.leadership-title-wrapper._1 {
  text-align: center;
  padding-right: 4vw;
}

.leadership-title-wrapper._1:lang(ar-sa) {
  padding-right: 0;
}

.scroll-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
}

.section1 {
  height: 200vh;
}

.section2 {
  height: 250vh;
}

.title-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-col {
  padding-top: .25em;
}

.partners-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex: 0 auto;
  grid-template: ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  display: grid;
}

.partners-col {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.partners-card {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Rectangle-119_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 7.5vw;
  display: flex;
  position: static;
}

.partners-card.is-left {
  background-image: url('../images/Rectangle-119-1.svg');
  background-position: 50% 0;
}

.partners-card.is-right {
  z-index: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/Rectangle-123.svg');
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 7.5vw;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.partners-logo {
  width: 50%;
}

.partners-logo.is-small {
  width: 45%;
}

.partners-logo.is-large {
  width: 65%;
}

.sky-scraper-img {
  z-index: 2;
  width: 100%;
  position: relative;
}

.gradient-section-wrap {
  background-image: none;
  position: relative;
  overflow: clip;
}

.ab-gradient-wrap {
  filter: none;
  background-image: linear-gradient(#000, #00124a);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 120vh;
  display: none;
  position: absolute;
  top: 0;
}

.ab-gradient-wrap.is-full {
  height: 100%;
}

.skyscraper-ab-content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sky-scraper-title-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sky-scraper-title-wrap:lang(ar-sa) {
  justify-content: flex-start;
  align-items: center;
}

.sky-scraper-title {
  grid-column-gap: clamp(1rem, 1vw, 1.5rem);
  grid-row-gap: clamp(1rem, 1vw, 1.5rem);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 38%;
  display: flex;
  position: relative;
}

.sky-scraper-title-text {
  width: 64%;
}

.sky-scraper-title-text:lang(ar-sa) {
  width: 90%;
  left: 0;
  right: auto;
}

.sky-scraper-cards-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5vw;
  display: grid;
}

.sky-scraper-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #eaeaea3d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 30vw;
  padding: 3vw 2.25vw 2.5vw;
  transition: background-color .2s;
  display: flex;
}

.sky-scraper-card:hover {
  background-color: #9b88d7a6;
}

.sky-scraper-card.why-erlf {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: #f0f1ff;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.sky-scraper-card.why-erlf:hover {
  background-color: #9b88d7a6;
}

.sky-scraper-card.why-erlf.is-categories {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  background-color: #4070ff1c;
}

.sky-scraper-card.why-erlf.is-categories:hover {
  background-color: #4070ff59;
}

.sky-scraper-card.is-home {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.sky-scraper-card.is-team {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: #ece6ff;
  justify-content: flex-start;
  align-items: flex-start;
}

.sky-scraper-card.is-team:hover {
  background-color: #d6dffe;
}

.sky-scraper-bottom-content {
  grid-column-gap: 1.75vw;
  grid-row-gap: 1.75vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.sky-scraper-bottom-content.is-career {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.sky-scraper-card-number {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  writing-mode: vertical-rl;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  line-height: 1;
  display: none;
  transform: rotate(180deg);
}

.sky-scraper-card-number.why-erlf {
  color: #0006;
  align-self: flex-end;
}

.ss-number-line {
  background-color: #fff;
  width: 1px;
  height: 1vw;
}

.ss-number-line.why-erlf {
  background-color: #0006;
}

.ss-card-text {
  text-align: justify;
}

.ss-card-text:lang(ar-sa) {
  text-align: right;
}

.ss-card-text.why-erlf {
  color: #000c;
}

.ss-card-text.why-erlf:lang(ar-sa) {
  text-align: right;
}

.clouds-wrapper {
  z-index: 3;
  pointer-events: none;
  margin-top: -35vh;
  position: relative;
}

.cloud-img-bg {
  background-image: linear-gradient(#0000, #00124940 15%, #001249 53%, #fbfbfe);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.atricles-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.article-title-text {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 19%;
  display: flex;
}

.button-wrap {
  flex: none;
}

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

.button-wrap.is-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.article-grid {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.25vw;
  display: grid;
}

.article-col {
  background-color: #edf0f9;
  border-radius: 5px;
  flex-flow: column;
  padding: .5vw;
  display: flex;
}

.article-img {
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.atricle-card-bottom {
  grid-column-gap: 1.75vw;
  grid-row-gap: 1.75vw;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 1vw;
  margin-bottom: 1.25vw;
  display: flex;
}

.atricle-tags-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.article-date {
  color: #0000004a;
  font-size: 1.25vw;
  line-height: 1;
}

.article-tags-inner {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-tag {
  color: #fff;
  background-color: #243d88;
  border-radius: 4px;
  padding: .5vw;
  font-size: .8vw;
  line-height: 1;
}

.cta-wrap {
  padding-top: 10vw;
}

.cta-wrap.internal {
  padding-top: 0;
}

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

.cta-content-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.cta-top-content {
  grid-column-gap: 1.35vw;
  grid-row-gap: 1.35vw;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.cta-top-content.is-contact {
  width: 95%;
}

._w-70 {
  width: 70%;
}

._w-70.c-72 {
  width: 72%;
}

.cta-bottom-content {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.address-icon {
  width: 1.5vw;
}

.address-icon.is-white {
  filter: invert();
}

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

.cta-form-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-field {
  color: #000;
  background-color: #0000;
  border: 1px #0000;
  border-bottom: 1px solid #000000e6;
  height: auto;
  margin-bottom: 0;
  padding: 1.45vw 1.35vw;
  font-size: 1vw;
  line-height: 1.2;
}

.cta-field:where(.w-variant-c55afba8-8b2c-379f-7037-7b1db92dd662) {
  color: #fff;
  border-bottom-color: #ffffffe6;
}

.cta-field:focus-visible, .cta-field[data-wf-focus-visible] {
  border-bottom-color: #000000e6;
}

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

.cta-field.is-text-area {
  min-height: 11.75vw;
}

.cta-field.is-select {
  color: #b4b4b4;
}

.form-button-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5vw;
  display: flex;
}

.form-button-wrap.is-career {
  margin-top: 4vw;
}

.form-button-inner {
  position: relative;
}

.form-button {
  z-index: 2;
  color: #0000;
  background-color: #0000;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.success-message {
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  background-color: #0000;
  background-image: linear-gradient(#012797, #00061d);
  padding: 1.5vw;
}

.success-message:where(.w-variant-c55afba8-8b2c-379f-7037-7b1db92dd662) {
  color: #fff;
}

.footer {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 105vh;
  min-height: 105vh;
  padding: 6vw 2.5vw 2vw;
  font-family: Erfont, Arial, sans-serif;
  display: flex;
  position: relative;
  overflow: clip;
}

.footer-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-cta-grid {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-cta-card-icon {
  background-color: #0000;
  border: 1px solid #ffffff42;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 3.5vw;
  height: 3.5vw;
  display: flex;
  position: relative;
}

.footer-cta-card-icon.is-btt {
  position: absolute;
  bottom: 140%;
  right: 0;
}

.footer-cta-card-icon.is-btt:lang(ar-sa), .footer-cta-card-icon.is-btt:lang(ar-sa):where(.w-variant-976f9244-3985-c23a-d057-c51f3700b29d) {
  left: 0;
  right: auto;
}

.footer-cta-card-icon-inner {
  width: 50%;
}

.footer-top-content {
  z-index: 5;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-logo {
  width: 10vw;
}

.footer-links-wrap {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff6;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  line-height: 1;
  transition: color .3s;
  display: block;
  position: relative;
}

.footer-link:hover {
  color: #fff;
}

.footer-link:lang(ar-sa) {
  color: #fff;
  text-align: center;
}

.footer-link.is-drop-down {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  padding: 0;
  display: flex;
}

.footer-bottom-content {
  z-index: 5;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.clip-path-wrap {
  z-index: 3;
  margin-bottom: -40px;
  position: relative;
}

.ss-image-inner {
  pointer-events: none;
  width: 80%;
}

.ss-image-inner:lang(ar-sa) {
  margin-right: auto;
}

.skyscraper-img-wrap {
  padding-top: 50vh;
  position: relative;
}

.clouds-inner {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.cloud-1 {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5%;
  left: -25%;
}

.cloud-2 {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5%;
  right: -25%;
}

.cloud-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -15%;
}

.cloud-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5%;
  left: -25%;
}

.cloud-5 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5%;
  right: -25%;
}

.clip-path {
  width: 1.75vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.clip-path.is-right {
  transform-style: preserve-3d;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.clouds-bottom-bg {
  z-index: 6;
  background-image: linear-gradient(#0000, #fff);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.page-title-wrap {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.page-title-inner {
  max-width: 34%;
  color: var(--white);
}

.page-title-inner:lang(ar-sa) {
  max-width: 22%;
}

.page-title {
  text-align: center;
  font-size: 2.25vw;
  line-height: 1.3;
}

.page-title-highlight {
  justify-content: center;
  align-items: center;
  font-style: italic;
  display: inline-flex;
  position: relative;
}

.hero-button-wrap {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 9vw;
  height: 9vw;
  display: flex;
  position: absolute;
  top: 150%;
}

.hero-button-text {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25vw;
  line-height: 1.2;
  position: relative;
}

.hero-button-gradient-wrapper {
  filter: blur(20px);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.button-gradient {
  border-radius: 50%;
  width: 85%;
  height: 85%;
  position: absolute;
}

.button-gradient._1 {
  background-color: #588af5;
  inset: 0 auto auto;
}

.button-gradient._2 {
  background-color: #d3929f;
  inset: auto -25% -25% auto;
}

.button-gradient._3 {
  background-color: #9b88d7;
  inset: auto auto -25% -25%;
}

.chatbot-bg {
  height: 100vh;
  position: sticky;
  top: 0;
}

.chatbot-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.chatbot-wrapper.is-home {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: visible;
}

.chatbot-wrapper.is-home.chat-open {
  z-index: 2147483647;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  transition: all .5s;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.chatbot-wrapper.is-home.chat-open:where(.w-variant-92a7c430-b625-11e7-5e0c-69098d44afd2) {
  background-color: var(--white);
}

.chatbot-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #243d88, #9b88d7 27%, #f3a6b6 67%, #f4932c);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4.125vw;
  line-height: 1.2;
}

.chatbot-title.is-ab {
  position: absolute;
  top: 0;
}

.chat-form-wrapper {
  width: 62%;
}

.chat-form-wrapper:lang(ar-sa) {
  display: none;
}

.chat-form-wrapper.is-ab {
  position: fixed;
  bottom: 2vw;
}

.chatbot-form {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-image: linear-gradient(0deg, #f7f5f100, #ffffff80);
  border: 1px solid #fff;
  border-radius: 20px;
  padding: .5vw;
  box-shadow: 0 5px 10px -2px #f7f5f11a;
}

.chatbot-form:where(.w-variant-92a7c430-b625-11e7-5e0c-69098d44afd2) {
  box-shadow: 0 5px 10px -2px #012696a6;
}

.chatbot-field-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .6vw .6vw .6vw 1.25vw;
  display: flex;
}

.chatbot-field-icon {
  flex: none;
  width: 2.5vw;
}

.chatbot-field {
  color: #000;
  border: 1px #000;
  flex: 1;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.25vw;
  line-height: 1.2;
}

.chatbot-field:focus-visible, .chatbot-field[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 #000;
}

.chatbot-field::placeholder {
  color: #0000005c;
}

.chatbot-button {
  width: 3.5vw;
  height: 3.5vw;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: url('../images/Frame-1.svg'), linear-gradient(#9b88d7, #835cff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.25vw, auto;
  border-radius: 12px;
  flex: none;
}

.chatbot-button:lang(ar-sa) {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.chat-form-inner {
  width: 100%;
}

.chat-bg-wrapper {
  position: absolute;
  inset: 0%;
}

.scroll-wrap {
  z-index: 20;
  grid-column-gap: .85vw;
  grid-row-gap: .85vw;
  color: #ffffffb3;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.35vw;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto 3vw 2.5vw auto;
}

.scroll-wrap:lang(ar-sa) {
  left: 3vw;
  right: auto;
}

.scroll-icon-wrap {
  border: 1px solid #ffffffb3;
  border-radius: 3vw;
  position: relative;
  overflow: clip;
}

.scroll-icon {
  justify-content: center;
  align-items: center;
  width: 1.25vw;
  height: 2vw;
  display: flex;
}

.scroll-icon.is-ab {
  position: absolute;
  top: -100%;
}

.chatbot-answer {
  color: #000000a8;
  background-color: #fff;
  border-radius: 20px;
  min-height: 50vh;
  max-height: 75%;
  padding: 1.75vw;
  font-size: 1.25vw;
  line-height: 1.3;
  overflow: auto;
}

.chatbot-answer:where(.w-variant-92a7c430-b625-11e7-5e0c-69098d44afd2) {
  box-shadow: 0 5px 10px -2px #012696a6;
}

.page-css {
  display: none;
}

.bg-gradient-wrap {
  height: 100vh;
  position: sticky;
  top: 0;
}

.ph-hero-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.ph-hero-title-wrap {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ph-hero-bottom-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.ph-hero-bottom-wrap._2 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ph-hero-svg-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ph-hero-svg {
  width: 1.4vw;
  margin-left: 10vw;
}

.ph-hero-svg-line {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  position: absolute;
}

.bg-gradient-wrapper {
  position: absolute;
  inset: 0%;
}

.ph-hero-title-inner {
  grid-column-gap: 3.75vw;
  grid-row-gap: 3.75vw;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.ph-hero-title-inner._2, .ph-hero-title-inner._3, .ph-hero-title-inner._3 {
  position: absolute;
}

.ph-hero-title-inner._1 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.ph-hero-title {
  font-size: 7.5vw;
  line-height: 1.1;
}

.ph-hero-title.all-cap {
  text-transform: uppercase;
}

.clr-white {
  color: #fff;
}

.clr-white.opacity-30 {
  color: #ffffff4d;
}

.clr-white.opacity-30:lang(ar-sa) {
  color: #fff;
}

.clr-white.opacity-40 {
  color: #fff6;
}

.clr-white.opacity-40:lang(ar-sa) {
  color: #fff;
}

.clr-white.opacity-80 {
  color: #fffc;
}

.clr-white.opacity-80:lang(ar-sa) {
  color: #fff;
}

.ph-hero-subtitle {
  color: #f4932c;
  font-size: 1.1vw;
  line-height: 1.1;
}

.ph-bottom-content-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.ph-bottom-content-left {
  width: 28vw;
}

.ph-text {
  font-size: 1.45vw;
  font-weight: 300;
  line-height: 1.3;
}

.ph-text.s-50 {
  font-size: 2.5vw;
  font-weight: 400;
}

.ph-scroll-d-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  opacity: .5;
  justify-content: flex-end;
  align-items: center;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

.ph-scroll-d-arrow {
  flex: none;
  width: 1.25vw;
}

.ph-hero-sticky-wrap {
  height: 400vh;
  position: relative;
}

.ph-bottom-content-right {
  width: 30vw;
}

.pre-loader-wrap {
  z-index: 999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.preloader-mask {
  background-color: var(--white);
  width: 0%;
  height: 100%;
}

.preloader-mask._1 {
  margin-left: 0;
  margin-right: auto;
}

.preloader-mask._2 {
  margin-left: auto;
  margin-right: 0;
}

.ph-objective-sticky-wrap {
  height: 400vh;
  position: relative;
}

.ph-objective-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.objective-title-wrap {
  margin-bottom: 3vw;
}

.ph-subtitle {
  color: #f4932c;
  text-transform: uppercase;
  font-size: 1vw;
  line-height: 1.3;
}

.objective-content-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.objective-description {
  flex: none;
  width: 38%;
}

.ph-s-64 {
  font-size: 3.25vw;
  line-height: 1.3;
}

.ph-s-64._1 {
  text-indent: 9vw;
}

.objective-points-wrap {
  grid-column-gap: 5.25vw;
  grid-row-gap: 5.25vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.objective-points {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.ph-s-40 {
  font-size: 1.85vw;
  line-height: 1.5;
}

.ph-s-40.o-40 {
  color: #ffffff73;
}

.objective-arrow-wrap {
  width: auto;
  position: absolute;
  overflow: clip;
}

.objective-arrow-wrap._1 {
  top: 20%;
  left: -85%;
}

.objective-arrow-wrap._2 {
  left: -55%;
}

.objective-arrow-wrap._3 {
  bottom: 25%;
  left: -50%;
}

.objective-arrow-wrap._4 {
  bottom: 25%;
  left: -70%;
}

.objective-arrow {
  width: 15vw;
}

.ph-s-150 {
  font-size: 7.5vw;
  line-height: 1;
}

.pad-y-60 {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.swiper {
  overflow: visible !important;
}

.swiper.is-key-c {
  width: 100%;
}

.swiper-wrapper.is-flex {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.swiper-wrapper.is-key-c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.swiper-wrapper.is-team {
  display: flex;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.is-pa {
  width: 33%;
}

.swiper-slide.is-team {
  width: 33%;
  margin-left: .6vw;
  margin-right: .6vw;
}

.swiper-slide.is-key-c {
  flex-flow: column;
  width: 33%;
  margin-right: 1.24vw;
  display: flex;
}

.swiper-slide.is-team-home {
  width: 25%;
}

.targets-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-top: 1px solid #fff6;
  border-bottom: 1px solid #fff6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2vw 2.5vw;
  display: flex;
  position: relative;
}

.target-icon {
  aspect-ratio: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5vw;
  display: flex;
}

.target-content-wrap {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.ph-s-50 {
  font-size: 2.25vw;
  line-height: 1.3;
}

.ph-s-50.clr-black {
  color: #000;
}

.ph-s-50._w-medium {
  font-weight: 500;
}

.target-ab-icon {
  width: 1.4vw;
  position: absolute;
}

.target-ab-icon._1 {
  top: 0;
  right: 0;
  transform: translate(50%, -55%);
}

.target-ab-icon._2 {
  bottom: 0;
  right: 0;
  transform: translate(50%, 48%);
}

.target-left-ab {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(50%);
}

.target-left-icon {
  flex: none;
  width: 3.25vw;
}

.target-border-left {
  background-color: #fff6;
  width: 1px;
  height: 100%;
}

.cp-sticky-wrapper {
  z-index: 2;
  background-color: #fff;
  height: 250vh;
  position: relative;
}

.sticky-wrap {
  z-index: 1;
  position: relative;
}

.sticky-wrap.is-spark {
  z-index: 0;
  height: 250vh;
  margin-top: -100vh;
}

.sticky-wrap._250vh {
  z-index: 2;
  height: 250vh;
}

.cp-sticky-cam {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.cp-inner-wrapper {
  height: 100%;
  display: flex;
}

.cp-block {
  background-color: #fff;
  flex: none;
  width: 100vw;
  height: 100%;
}

.cp-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.cp-top-wrap {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cp-image-wrap {
  border-radius: 12px;
  flex: none;
  height: 100%;
  overflow: clip;
}

.cp-top-content-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.cp-title-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cp-info-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cp-info {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 9.75vw 1.45fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.cp-list-wrap {
  flex-flow: column;
  display: flex;
}

.cp-list-wrap.is-trusted {
  padding-left: 2vw;
}

.cp-list-wrap.is-cp-info {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex: 1;
  justify-content: space-between;
}

.cp-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.cp-list.gap {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  justify-content: flex-start;
  align-items: flex-start;
}

.cp-list-icon {
  background-color: #f4932c;
  border-radius: 2px;
  width: .75vw;
  height: .75vw;
  position: absolute;
  left: -1.75vw;
}

.cp-list-icon.is-relative {
  aspect-ratio: 1;
  margin-top: .5vw;
  position: relative;
  left: 0;
}

.cp-list-icon.is-small {
  width: .5vw;
  height: .5vw;
  margin-top: .25vw;
}

.cp-line {
  background-color: #67676740;
  width: 100%;
  height: 1px;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.cp-bottom-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.125fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.cp-bottom-wrap._1 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-columns: 1fr 1fr 1fr 1.65fr;
}

.cp-bottom-wrap._2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-columns: 1fr 1fr;
}

.cp-advantage-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5vw;
  display: flex;
}

.ph-s-32 {
  font-size: 1.5vw;
  line-height: 1.5;
}

.ph-s-32.clr-black {
  color: #000;
}

.ph-s-32.clr-black.is-cp-info {
  color: #000000b3;
}

.ph-s-32.clr-black.is-cp-info-text {
  color: #00000052;
}

.ph-s-32.all-caps {
  text-transform: uppercase;
}

.ph-s-32.o-40 {
  color: #fff6;
}

.ph-s-32.clr-light {
  color: #ccccca;
}

.p-size-32 {
  font-size: 1.5vw;
  line-height: 1.2;
}

.p-size-32.clr-dark {
  color: #1c1c1c;
}

.p-size-32.o-40 {
  color: #fff6;
}

.p-size-32.is-faq {
  color: #183369;
}

.footer-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: overlay;
  font-family: Erfont, Arial, sans-serif;
  font-size: 10vw;
  line-height: 1;
  position: absolute;
}

.footer-title.is-ab {
  z-index: 0;
  mix-blend-mode: overlay;
  position: absolute;
}

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

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

.pa-card {
  z-index: 1;
  color: #fff;
  background-color: #eaeaea08;
  border: 1px solid #ffffff24;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 22vw;
  padding: 1.5vw 1.5vw 3vw;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: clip;
}

.pa-card:hover {
  background-color: #eaeaea26;
}

.pa-icon {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0a;
  border: 1px solid #fff;
  border-radius: 1.5vw;
  justify-content: center;
  align-items: center;
  width: 5.5vw;
  height: 5.6vw;
  display: flex;
}

.trusted-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 45vw;
  grid-auto-columns: 1fr;
  display: grid;
}

.trusted-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-right: 4vw;
  display: flex;
}

.trusted-list-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.space-120 {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.ph-s-96 {
  font-size: 4.5vw;
  line-height: 1.3;
}

.ph-s-96.o-40 {
  color: #fff6;
}

.sc-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.all-caps {
  text-transform: uppercase;
}

.images-wrapper-bg {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h-100 {
  height: 100%;
}

.spark-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-ab-wrap {
  pointer-events: none;
  height: 100vh;
  position: relative;
}

.sec-50vh {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

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

.home-preloader {
  z-index: 9999;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  font-family: Erfont, Arial, sans-serif;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.preload-mask {
  background-image: radial-gradient(circle, #0000, #00020a 5%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer-div {
  pointer-events: none;
  height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.pad-bottom-60 {
  padding-bottom: 3vw;
}

.mission-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mission-block {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 54%;
  display: flex;
}

.mission-block._2 {
  width: 48%;
}

.ph-s-24 {
  font-size: 1.25vw;
  line-height: 1.3;
}

.ph-s-24.o-40 {
  color: #fff6;
}

.perspective-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.perspective-col {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.perspective-top-content {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.perspective-top-content.is-hero-concept {
  padding-top: 4vw;
}

.perspective-bottom-content {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ab-model-wrap {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.ab-model-img-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.ab-model-img {
  width: 100%;
  height: 100%;
}

.ab-model-img._2 {
  position: absolute;
}

.ab-model-inner-wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overflow-clip {
  overflow: clip;
}

.ph-s-title-wrap {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ph-s-title-wrap.gap-150 {
  grid-column-gap: 7.5vw;
  grid-row-gap: 7.5vw;
}

.works-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-card {
  grid-column-gap: 6.5vw;
  grid-row-gap: 6.5vw;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  padding: 3.5vw 2.5vw;
  display: flex;
  border-color: #ffffff6b !important;
}

.work-card.border {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.work-card-number {
  font-size: 11.5vw;
  font-weight: 300;
  line-height: .8;
}

.work-content-wrap {
  grid-column-gap: 2.25vw;
  grid-row-gap: 2.25vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ph-footer-content-wrap {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ph-footer-cta-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ph-footer-btn {
  grid-column-gap: .25vw;
  grid-row-gap: .25vw;
  color: #fff;
  text-transform: uppercase;
  background-color: #f4932c;
  justify-content: center;
  align-items: center;
  padding: 1vw;
  font-size: 1.25vw;
  line-height: 1;
  display: flex;
}

.ph-footer-btn-icon {
  flex: none;
  width: 2vw;
}

.ph-footer-img-wrap {
  z-index: -1;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.journey-layout {
  grid-column-gap: 8.75vw;
  grid-row-gap: 8.75vw;
  flex-flow: column;
  padding-top: 8.5vw;
  padding-bottom: 8.5vw;
  display: flex;
}

.journey-block {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  flex-flow: column;
  display: flex;
  position: relative;
}

.journey-tag-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.journey-tag-wrap.is-reverse {
  justify-content: flex-end;
  align-items: center;
}

.journey-tag {
  color: #00124a;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 12.5vw;
  height: 10.5vw;
  font-weight: 500;
  display: flex;
  position: relative;
}

.journey-content-wrap {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15.5vw;
  display: flex;
}

.journey-content-wrap.is-reverse {
  flex-flow: row-reverse;
  padding-left: 15.5vw;
  padding-right: 0;
}

.journey-o-tag {
  text-align: center;
  background-color: #f4932c;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  min-width: 10vw;
  min-height: 3.5vw;
  padding: .25vw .5vw;
  display: flex;
}

.journey-o-tag.is-large {
  min-width: 15.5vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.journey-content-inner-wrap {
  text-align: center;
}

.journey-path-wrap {
  position: absolute;
}

.journey-path-wrap._1 {
  top: 50%;
  left: 100%;
}

.journey-path-wrap._2 {
  bottom: 75%;
  right: 85%;
}

.journey-path-wrap._3 {
  top: 50%;
  right: 100%;
}

.journey-path-wrap._4 {
  top: 50%;
  left: 100%;
}

.journey-path-wrap._5 {
  bottom: 75%;
  left: 85%;
}

.journey-svg._1 {
  width: 53vw;
}

.journey-svg._2 {
  width: 10vw;
}

.journey-svg._3 {
  width: 53vw;
}

.journey-svg._4, .journey-svg._6 {
  width: 51vw;
}

.pa-card-blur {
  z-index: -1;
  filter: blur(10px);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.chatbot-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.close-btn {
  z-index: 999;
  cursor: pointer;
  width: 3.5vw;
  position: absolute;
  inset: 9.85vw 14.5vw auto auto;
  overflow: clip;
}

.close-btn:where(.w-variant-92a7c430-b625-11e7-5e0c-69098d44afd2), .close-btn.w--current:where(.w-variant-92a7c430-b625-11e7-5e0c-69098d44afd2) {
  filter: invert();
}

.chat-container {
  width: 100%;
  overflow: hidden;
}

.chat-container:lang(ar-sa) {
  display: none;
}

.chat-container.show {
  flex: 1;
  height: auto;
}

.chat-code {
  margin-bottom: 0;
  display: none;
}

.credits-wrap {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  opacity: .7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.credit-logo {
  filter: invert();
  width: 5vw;
}

.ps-icon-inner {
  width: 3.6vw;
}

.drag-wrapper {
  z-index: 999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.drag-inner {
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  min-width: 5.5vw;
  height: 3.25vw;
  font-style: italic;
  display: flex;
}

.chat-container-inner {
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
  padding-bottom: 1rem;
}

.cursor-off {
  cursor: none;
}

.internal-hero-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.internal-hero-bg._2 {
  z-index: 1;
}

.internal-hero-bg.profile-internal {
  z-index: -1;
}

.about-hero-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-hero-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.p-wrap {
  text-align: justify;
  width: 100%;
  max-width: 74vw;
}

.p-wrap:lang(ar-sa) {
  text-align: right;
}

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

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

.space-100 {
  margin-bottom: 5vw;
}

.gradient-button-wrap {
  aspect-ratio: 1;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 9vw;
  padding: 2vw;
  display: flex;
  position: relative;
}

.navbar-comp {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar-comp:where(.w-variant-fbe4b84f-a5ab-ea93-b0b2-77b64102f0d1) {
  pointer-events: auto;
  position: sticky;
  top: 0;
}

.nav-link-wrap {
  color: #fff;
  flex-flow: column;
  flex: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.nav-link-wrap:lang(ar-sa) {
  justify-content: flex-start;
  align-items: center;
}

.nav-link-wrap.no-link {
  display: inline-block;
}

.nav-link-wrap.is-drop-down {
  color: #000;
  white-space: nowrap;
}

.nav-link-wrap.is-drop-down:lang(ar-sa) {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
}

.nav-link-wrap.show {
  display: flex;
}

.nav-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.about-cards-wrap {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  padding-top: 5vw;
  display: flex;
}

.about-card {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.about-card-line {
  background-color: #00000040;
  width: 100%;
  height: 1px;
}

.about-card-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-card-col {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-clr-black {
  color: #000;
}

.p-size-45 {
  font-size: 2.125vw;
  line-height: 1.3;
}

.gradient-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-leadership-title {
  color: #ffffff1a;
  text-align: center;
  font-size: 16vw;
  line-height: .5;
}

.about-leadership-title:lang(ar-sa) {
  opacity: .1;
  color: #fff;
}

.about-leadership-img {
  z-index: 2;
  width: 42vw;
  margin: -4vw auto -20vw;
  position: relative;
}

.about-leadership-card {
  z-index: 5;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #eaeaea08;
  border: 1px solid #ffffff26;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: .9fr auto 1fr;
  grid-auto-columns: 1fr;
  padding: 3vw;
  display: grid;
  position: relative;
}

.about-leadership-content-col {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-leadership-card-title {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-leadership-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.approach-sticky-wrap {
  z-index: 2;
  height: 200vh;
  position: relative;
}

.approach-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.approach-inner {
  grid-column-gap: 3.25vw;
  grid-row-gap: 3.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90%;
  display: grid;
}

.approach-img-wrap {
  aspect-ratio: 1;
  transform-origin: 50%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: clip;
}

.approach-lottie {
  width: 100%;
}

.approach-line {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-image: linear-gradient(#0000, #0034cd 50%, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  min-height: 16vw;
  display: flex;
}

.approach-dot-wrap {
  background-color: #fff;
  border: 1px solid #042073;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: .75vw;
  height: .75vw;
  display: flex;
  position: relative;
}

.approach-dot-inner {
  background-image: radial-gradient(circle, #003bea, #051a57);
  border-radius: 50%;
  width: 150%;
  height: 150%;
  position: absolute;
}

.approach-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  height: 100%;
  display: flex;
  position: relative;
}

.approach-content-inner {
  grid-column-gap: 2.25vw;
  grid-row-gap: 2.25vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.approach-content-inner._2 {
  position: absolute;
}

.footer-bg {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-bg:where(.w-variant-976f9244-3985-c23a-d057-c51f3700b29d) {
  display: none;
}

.team-hero-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 46%;
  height: 100%;
  display: flex;
  position: relative;
}

.team-hero-wrap:lang(ar-sa) {
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: auto;
}

.team-hero-img {
  width: 45%;
  height: 85%;
  position: absolute;
  bottom: 0%;
  right: 2.5vw;
}

.team-hero-title-wrap {
  z-index: 1;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team-hero-content-wrap {
  z-index: 1;
  grid-column-gap: 2.25vw;
  grid-row-gap: 2.25vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team-hero-content-wrap:lang(ar-sa) {
  justify-content: flex-start;
  align-items: flex-end;
}

.team-hero-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-hero-inner {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.section-space {
  margin-bottom: 4.5vw;
}

.section-space:lang(ar-sa) {
  overflow: visible;
}

.partners-grid-wrap {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partners-col-wrap {
  border-radius: 10px;
  position: relative;
  overflow: clip;
}

.partners-card-content-wrap {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000008;
  border: 1px solid #ffffff24;
  border-radius: 5px;
  padding: 2vw 2.125vw;
  position: absolute;
  inset: auto 0% 0%;
}

.partners-card-title-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.25vw;
  display: flex;
}

.partners-card-detail-wrap {
  overflow: clip;
}

.partners-card-detail-inner {
  padding-top: 2vw;
}

.associates-grid {
  grid-column-gap: 1.25vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.associates-card {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  display: flex;
}

.associate-img {
  border-radius: 10px;
  position: relative;
  overflow: clip;
}

.associate-info-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.clr-black {
  color: #000;
}

.clr-black.opacity-40 {
  color: #0006;
}

.clr-black.opacity-40:lang(ar-sa) {
  color: #000;
}

.clr-black.opacity-60 {
  color: #0009;
}

.clr-black.opacity-60:lang(ar-sa) {
  color: #000;
}

.associate-bio-wrap {
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  background-color: #0000001a;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.team-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  position: relative;
}

.tab-link {
  color: #9f9f9f;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #01269659;
  border-radius: 50px;
  padding: .9vw .75vw;
  font-size: .9vw;
  line-height: 1;
  transition: all .5s;
}

.tab-link.w--current {
  color: #fff;
  background-color: #012696;
  border-color: #012696;
  padding-left: 1vw;
  padding-right: 1vw;
}

.tab-link.is-faq {
  color: #fff;
  border-color: #ffffff59;
}

.tab-link.is-faq.w--current {
  color: #011e7e;
  background-color: #fff;
  border-color: #fff;
}

.tab-menu {
  grid-column-gap: .25vw;
  grid-row-gap: .25vw;
  justify-content: flex-end;
  align-items: center;
  margin-top: -3.5vw;
  margin-bottom: 7vw;
  padding-right: 2.5vw;
  display: flex;
}

.tab-menu:lang(ar-sa) {
  padding-left: 2.5vw;
}

.tab-menu.is-jobs {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 6.5vw;
  padding-right: 0;
}

.tab-menu.is-insights {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 7.5vw;
  padding-right: 0;
}

.tab-menu.is-faq {
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 7.5vw;
  padding-right: 0;
}

.team-slider-wrapper {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-card-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  display: flex;
}

.team-info-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  display: flex;
}

.team-slider-button-wrap {
  grid-column-gap: .3vw;
  grid-row-gap: .3vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4.25vw;
  display: flex;
}

.team-slider-button-wrap:lang(ar-sa) {
  justify-content: flex-start;
  align-items: center;
}

.slider-button {
  justify-content: center;
  align-items: center;
  width: 3vw;
  max-width: 3vw;
  height: 3vw;
  display: flex;
}

.p-size-20 {
  font-size: 1vw;
  line-height: 1.3;
}

.p-size-20.opacity-40 {
  color: #0006;
}

.p-size-20.opacity-60 {
  color: #0009;
}

.tabs {
  position: static;
}

.tabs-content {
  width: 100%;
}

.why-erlf-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.space-150 {
  margin-bottom: 7.5vw;
}

.gyo-title {
  color: #fff;
  font-size: 6vw;
  line-height: 1;
}

.gyo-img-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.gyo-img {
  width: 100%;
}

.internship-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.career-img {
  aspect-ratio: 1;
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: clip;
}

.join-us-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-bottom-content-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.space-75 {
  margin-bottom: 3.75vw;
}

.jobs-inner-wrapper {
  grid-column-gap: 3.125vw;
  grid-row-gap: 3.125vw;
  flex-flow: column;
  display: flex;
}

.jobs-wrapper {
  grid-column-gap: 2.25vw;
  grid-row-gap: 2.25vw;
  flex-flow: column;
  display: flex;
}

.job-top-line {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
}

.jobs-content-wrapper {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-flow: column;
  display: flex;
}

.job-title-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.job-bottom-content-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job-info-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.job-type-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-type {
  border: 1px solid #012696;
  border-radius: 65px;
  justify-content: center;
  align-items: center;
  padding: .5vw .85vw;
  display: flex;
}

.job-post-time {
  color: #0006;
  font-size: 1vw;
  line-height: 1;
}

.insights-hero-wrap {
  height: 80vh;
  position: relative;
}

.insights-hero-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insights-hero-inner {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.insights-grid {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.insights-card {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  color: #000;
  background-color: #edf0f9;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: .45vw .45vw 1.25vw;
  text-decoration: none;
  display: inline-flex;
}

.insights-card-img {
  border-radius: 5px;
  position: relative;
  overflow: clip;
}

.insights-card-content-wrap {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-flow: column;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.insights-card-top-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.insights-card-tags-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.insights-card-tag {
  color: #fff;
  background-color: #243d88;
  border-radius: 4px;
  padding: .5vw;
  font-size: .85vw;
  line-height: 1;
}

.insight-filters-inner {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-tab {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.filter-radio-button {
  opacity: 0;
  cursor: pointer;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.filter-text {
  color: #9f9f9f;
  text-transform: uppercase;
  border: 1px solid #ffffff59;
  border-radius: 50px;
  margin-bottom: 0;
  padding: .9vw .8vw;
  font-size: .95vw;
  line-height: .8;
}

.insights-filters {
  margin-bottom: 0;
}

.hide {
  display: none;
}

.contact-hero-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.contact-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map-wrapper.is-git {
  flex: 1;
  width: 100%;
  min-height: 22rem;
}

.contact-details-wrap {
  grid-column-gap: 3.125vw;
  grid-row-gap: 3.125vw;
  flex-flow: column;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  display: flex;
}

.contact-details-inner {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  display: flex;
}

.cta-number-wrapper {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  display: flex;
}

.cta-number-seperator-line {
  background-color: #00000026;
  width: 1px;
}

.map-embed {
  width: 100%;
  height: 100%;
}

.contact-detail-line {
  background-color: #00000026;
  width: 100%;
  max-width: 30vw;
  height: 1px;
}

.h-80vh {
  height: 80vh;
}

.faq-hero-title-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.faq-slider-wrap {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.faq-slide {
  background-color: #00f;
  width: 100%;
  height: auto;
  margin-right: 1.25vw;
}

.faq-slider-btn {
  background-image: url('../images/Frame-7.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #0034cd;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 3.5vw;
  height: 3.5vw;
  display: inline-flex;
}

.faq-slider-btn.is-left {
  background-image: url('../images/Frame-6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  right: 3.75vw;
}

.faq-slider-btn.is-left.is-ss {
  margin-left: auto;
  left: 54.5%;
  right: auto;
}

.faq-slider-btn.is-ss {
  margin-top: auto;
  margin-bottom: 0;
  margin-right: auto;
  right: 37.5%;
}

.faq-item-wrap {
  color: #fff;
  background-color: #f0f1ff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2vw 1.75vw;
  display: flex;
  position: relative;
}

.faq-item-wrap.is-home {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #eaeaea08;
  border: 1px solid #ffffff26;
}

.faq-text-wrap-inner {
  padding-top: 2vw;
}

.faq-content-wrap {
  z-index: 2;
  position: relative;
  overflow: clip;
}

.internal-service-cards-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.internal-services-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.p-size-70 {
  font-size: 3.5vw;
  line-height: 1.2;
}

.service-growing-cards-wrap {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 36vw;
  display: flex;
}

.service-growing-cards-wrap:where(.w-variant-4a0d9141-b93b-d985-f3a8-cb594c4328ba) {
  height: 46vw;
}

.growing-cards-inner {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  transition: all .45s cubic-bezier(.35, 1.5, .6, 1);
  display: flex;
}

.growing-cards-inner:hover {
  height: 125%;
}

.growing-card {
  background-color: #eee9fe;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5vw;
  transition: all .45s cubic-bezier(.35, 1.5, .6, 1);
  display: flex;
}

.growing-card:hover {
  width: 125%;
}

.growing-card.is-half {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.growing-card.is-half:where(.w-variant-4a0d9141-b93b-d985-f3a8-cb594c4328ba) {
  grid-template-columns: 2fr;
}

.growing-card.is-half:hover {
  width: 100%;
}

.growing-card-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.consultation-grid {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.consultation-grid:lang(ar-sa):where(.w-variant-eb5a8cc3-ec9d-2562-ba44-a587d10d6f4b) {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
}

.consultation-content {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
  display: flex;
}

.consultation-content:where(.w-variant-eb5a8cc3-ec9d-2562-ba44-a587d10d6f4b) {
  margin-left: auto;
}

.consultation-content-inner {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.consultation-img {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.reporting-section-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.reporting-content-wrap {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 62%;
  display: flex;
}

.reporting-images-wrap {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.reporting-img {
  width: 100%;
  max-width: 26vw;
  position: relative;
  overflow: clip;
}

.reporting-img.s-small {
  max-width: 17.5vw;
}

.success-stories-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 11vw;
  line-height: .8;
}

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

.ss-slider-mask {
  height: auto;
}

.ss-slide-inner {
  grid-column-gap: 9vw;
  grid-row-gap: 9vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ss-slide-img {
  border-radius: 10px;
  position: relative;
  overflow: clip;
}

.ss-slide-content {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ss-slide-top-content {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ss-seperator-line {
  background-color: #00000026;
  width: 100%;
  max-width: 29vw;
  height: 1px;
}

.ss-inner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 29vw;
  display: flex;
}

.ss-inner-grid-col {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 7.5vw;
  display: flex;
}

.slide-2 {
  height: auto;
  min-height: 30vw;
  margin-right: 1.25vw;
}

.kc-slider-wrap {
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}

.kc-slider {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.internal-page-load-wrap {
  z-index: 999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.internal-page-load-stripe {
  background-color: var(--white);
  width: 100%;
  height: 100vh;
}

.associate-inner-text {
  background-image: linear-gradient(0deg, #1a0b4c, #fff0);
  padding: 1.75vw 1.45vw;
}

.image-reveal-wrap {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.image-reveal-stripe {
  background-color: #fff;
}

.internship-content-col {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.internship-content-col:where(.w-variant-1b696b88-9c96-c056-761a-09223e78d7a3), .internship-content-col.reverse-5 {
  justify-content: flex-start;
  align-items: center;
}

.internship-content-col-inner {
  grid-column-gap: 2.75vw;
  grid-row-gap: 2.75vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 64%;
  display: flex;
}

.video-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-play-button {
  aspect-ratio: 1;
  cursor: pointer;
  width: 8vw;
  position: absolute;
}

.faq-wrapper {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  flex-flow: column;
  display: flex;
}

.faq-q-wrap {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-icon-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1vw;
  height: 1vw;
  display: flex;
  position: relative;
}

.faq-icon-line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.faq-icon-line._2 {
  width: 2px;
  height: 100%;
  position: absolute;
}

.faq-icon-line.is-white {
  background-color: #fff;
}

.about-hero-sticky-wrap {
  flex-flow: column;
  justify-content: space-between;
  height: 400vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.about-hero-sticky {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about-hero-bg-wrap {
  position: absolute;
  inset: 0%;
}

.about-hero-bottom-content-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.about-hero-bottom-content-wrap:lang(ar-sa) {
  justify-content: flex-end;
  align-items: flex-end;
}

.about-hero-bottom-title {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  text-align: justify;
  display: flex;
}

.about-hero-bottom-title:lang(ar-sa) {
  text-align: justify;
}

.about-hero-bottom-img {
  width: 36%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7.5vw;
}

.about-hero-bottom-text:lang(ar-sa) {
  width: 50%;
}

.footer-cta {
  flex: 1;
}

.footer-cta-inner {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-cta-link {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff0d;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

.footer-cta-link:lang(ar-sa):where(.w-variant-976f9244-3985-c23a-d057-c51f3700b29d) {
  line-height: 1.5;
}

.nav-dropdown {
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

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

.nav-dropdown-links {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: var(--white);
  white-space: nowrap;
  border-radius: 10px;
  flex-flow: column;
  padding: 1.5vw 1.5vw 1.5vw 1vw;
  display: flex;
  top: 130%;
}

.nav-dropdown-icon {
  aspect-ratio: 1;
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.nav-dropdown-icon.is-footer {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit !important;
}

.nav-dropdown-toggle {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-dropdown-links-wraper {
  background-color: #0000;
  padding-top: 1vw;
}

.nav-dropdown-links-wraper.is-footer {
  top: 100%;
}

.slider-button-wrap {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  border: 1px solid #012696;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.slider-button-wrap:lang(ar-sa) {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider-button-icon {
  z-index: 2;
  color: #012696;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  position: relative;
}

.slider-button-icon.is-reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-counter-wrapper {
  display: flex;
}

.home-team-img {
  aspect-ratio: 2 / 3;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}

.cp-bg-details-wrap {
  border-top: 1px solid #6767673b;
  padding-top: 2vw;
}

.clr-light {
  color: #ccccca;
}

.cp-info-col {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  flex-flow: column;
  height: 100%;
  padding: 1.5vw 1.25vw 1.65vw;
  display: flex;
}

.ph-s-18 {
  font-size: .9vw;
  line-height: 1.3;
}

.cp-advantages-list {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.wa-chat-section {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.wa-content-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.nav-open-block {
  z-index: 5;
  aspect-ratio: 1;
  pointer-events: auto;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 4vw;
  display: flex;
}

.nav-open-block:where(.w-variant-fbe4b84f-a5ab-ea93-b0b2-77b64102f0d1) {
  box-shadow: inset 0 -10px 28px -20px #00000080;
}

.nav-open-img {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.125vw;
  display: flex;
}

.nav-left-wrapper {
  position: relative;
}

.nav-open-wrap {
  z-index: 5;
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.team-bio-open {
  overflow: hidden;
}

.home-team-image-wrap {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: clip;
}

.article-img-inner {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
}

.practice-area-text-wrap {
  width: 80%;
}

.opacity-0 {
  opacity: 0;
}

.nav-menu-seperator, .nav-menu-button-wrap {
  display: none;
}

.team-hero-section {
  height: 100%;
}

.partner-img {
  height: 80vh;
}

.career-hero-section {
  height: 100%;
}

.form {
  margin-bottom: 0;
}

.d-block {
  display: block;
}

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

.scroll-icon-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45%;
  display: flex;
}

.svg {
  width: 100%;
  height: 100%;
}

.nav-fixed {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
}

.nav-fixed.hidden {
  display: none;
}

.nav-ab {
  z-index: 999;
  pointer-events: auto;
  width: 100%;
  position: fixed;
  top: 0;
}

.preloader-center-mask {
  background-color: #00020a;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bottom-bar {
  background-color: #fff;
  display: none;
}

.chat-js {
  display: none;
}

.body-gradient {
  background-image: linear-gradient(90deg, #00124a, #0e205a);
}

.model-mask-wrap {
  height: 300vh;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-title-home {
  z-index: -1;
  pointer-events: none;
  background-image: url('../images/footer-bg.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-70 {
  font-size: 3.64583vw;
  line-height: 1.2;
}

.flags-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 5.20833vw;
  margin-bottom: 4.16667vw;
  display: flex;
}

.flag-image {
  border: 1px solid #0000001a;
  width: 6.66667vw;
}

.grid-4x2 {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-v-flex {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  background-color: #f6f6f6;
  border-radius: .260417vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.77083vw 1.25vw;
  font-size: 1.2vw;
  line-height: 1.2;
  display: flex;
}

.text-color-fade {
  color: #090b0f75;
}

.help-text {
  color: #090b0f;
  margin-bottom: -1vw;
}

._2-col-grid {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.space-60 {
  padding-top: 2.85vw;
}

.niche-chip-wrapper {
  grid-column-gap: .25vw;
  grid-row-gap: 1.25vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.niche-chip {
  color: #000;
  background-color: #ededed;
  border-radius: 3vw;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  display: flex;
}

.job-listing-wrap {
  border-top: 1px solid #00000014;
}

.job-listing-row {
  grid-column-gap: 2vw;
  grid-row-gap: 1vw;
  border-bottom: 1px solid #00000014;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 1.5vw;
  transition: background-color .25s;
  display: flex;
}

.job-listing-row:hover {
  background-color: #eee9fe;
}

.job-listing-info {
  grid-row-gap: .6vw;
  flex-flow: column;
  display: flex;
}

.job-listing-location {
  grid-column-gap: .5vw;
  align-items: center;
  display: flex;
}

.job-listing-apply {
  flex: none;
}

@media screen and (max-width: 767px) {
  .job-listing-row {
    flex-flow: column;
    align-items: flex-start;
    padding: 1.25rem 1rem;
  }

  .job-listing-apply {
    width: 100%;
    justify-content: center;
  }
}

.call-to-action {
  background-image: url('../images/subtract-gradient.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vw 1rem;
  position: relative;
}

.corner {
  aspect-ratio: 1;
  background-image: url('../images/corner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.25vw;
  position: absolute;
  top: -2px;
  left: -2px;
}

.corner._2 {
  transform-style: preserve-3d;
  left: auto;
  right: -2px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.corner._3 {
  transform-style: preserve-3d;
  top: auto;
  bottom: -2px;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.corner._4 {
  transform-style: preserve-3d;
  inset: auto -2px -2px auto;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.corners-wrap {
  pointer-events: none;
}

.call-to-action-inner {
  max-width: 62vw;
  margin-left: auto;
  margin-right: auto;
}

.growing-card-text {
  max-width: 95%;
}

.growing-text-inner {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5vw;
  display: flex;
}

.industry-sector-block {
  border-radius: 10px;
  flex-flow: column;
  display: flex;
  overflow: clip;
}

.industry-sector-grid {
  background-color: #eee9fe;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3vw 2.5vw;
  transition: background-color .25s;
  display: flex;
}

.industry-sector-grid:hover {
  background-color: #d7ccf8;
}

.industry-block-inner {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.industry-block-inner.is-close {
  padding-top: 2vw;
}

.industry-list {
  margin-bottom: 0;
  padding-left: 26px;
}

.industry-seperator {
  background-color: #eee9fe;
  height: 1px;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.home-services-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 56vw);
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services-title-wrap {
  position: sticky;
  top: 5.5vw;
}

.space-40 {
  padding-top: 1.85vw;
}

.home-service-block {
  z-index: 1;
  color: #0009;
  justify-content: space-between;
  align-items: center;
  padding: 1.25vw 1.5vw;
  display: flex;
  position: relative;
}

.home-service-block-icon {
  width: 2.125vw;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-service-block-icon:lang(ar-sa) {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.service-block-bottom-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq-answer {
  color: #000000c7;
}

.faq-answer p {
  color: #000000c7;
  margin-bottom: 1vw;
  font-size: 1.25vw;
  line-height: 1.4;
}

.faq-answer ul {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  color: #000000c7;
  flex-flow: column;
  margin-bottom: 1vw;
  padding-left: 2vw;
  font-size: 1.25vw;
  line-height: 1.5;
  display: flex;
}

.faq-answer ol {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  color: #000000c7;
  flex-flow: column;
  margin-bottom: 1vw;
  padding-left: 2vw;
  font-size: 1.25vw;
  line-height: 1.3;
  display: flex;
}

.faq-answer.is-black {
  color: #000000c7;
}

.area-of-expertise-grid {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._w-medium {
  font-weight: 500;
}

.model-update-wrapper {
  width: 100%;
  height: 700vh;
  position: absolute;
  top: 0;
}

.model-update-sticky {
  height: 100vh;
  position: sticky;
  top: 0;
}

.h-40 {
  font-size: 2vw;
  line-height: 1.2;
}

.h-40.white-50 {
  color: #ffffff8c;
}

.max-905 {
  width: 95%;
}

.fade-gradient {
  filter: blur(152px);
  height: 100vh;
}

.bg-gradient-image-wrapper {
  z-index: -1;
  height: 150vh;
  position: absolute;
  inset: auto 0% -21%;
}

.white-bg-div {
  z-index: -1;
  background-image: linear-gradient(#0000 17%, #fff 83%);
  height: 110vh;
  position: absolute;
  inset: auto 0% 0%;
}

.partical-dispear {
  min-height: 150vh;
}

.chat-cta {
  padding-top: 1vw;
}

.space-50vh {
  height: 50vh;
}

.chat-cta-link {
  color: #fff;
  text-underline-offset: .2em;
  font-size: 1.25vw;
  line-height: 1.2;
  text-decoration: underline;
}

.empty-state {
  background-color: #0000;
  border: 1px solid #012696;
  padding: 1vw;
  font-size: 1.25vw;
  line-height: 1.2;
}

.show-mobile {
  display: none;
}

.locale-toggle {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 2.5vw;
  display: flex;
}

.locale-toggle-wrap {
  padding: 0;
}

.locale-nav {
  background-color: #0000;
  top: 100%;
  right: 0;
}

.locale-nav:lang(ar-sa) {
  left: 0;
  right: auto;
}

.locale-list {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  background-color: #fff;
  border-radius: .5em;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: .85vw 1vw;
  display: flex;
}

.locale-list:where(.w-variant-fbe4b84f-a5ab-ea93-b0b2-77b64102f0d1) {
  box-shadow: inset 0 -5px 10px -5px #0003;
}

.locale-list:lang(ar-sa) {
  justify-content: center;
  align-items: flex-end;
}

.locale-link {
  color: #000;
  text-transform: uppercase;
  font-size: 1vw;
  line-height: 1.2;
}

.locale-link.w--current {
  color: #00124a;
}

.preloader-code {
  display: none;
}

.counter-wrapper {
  z-index: 2;
  color: #fff;
  font-size: 2.5vw;
  line-height: 1;
  display: flex;
  position: relative;
}

.counter-wrapper:lang(ar-sa) {
  flex-flow: row-reverse;
}

.ps-card-arrow, .nav-bg {
  display: none;
}

.bg-blue {
  background-color: #000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

._404-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._404-lottie-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-2 {
  width: 100%;
  height: 100%;
}

._404-content {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.height-300vh {
  display: none;
}

.qr-code-wrapper {
  width: 10vw;
}

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

.gradient-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #c5d2facc, #9b88d7 27%, #f3a6b6 67%, #f4932c);
  -webkit-background-clip: text;
  background-clip: text;
}

.assosiate-bottom-info-wrap {
  grid-column-gap: .25vw;
  grid-row-gap: .25vw;
  flex-flow: column;
  display: flex;
}

.disclaimer-wrapper {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 45%;
  display: flex;
}

.disclaimer-wrapper:lang(ar-sa) {
  max-width: 41%;
}

.disclaimer-text {
  color: #fff9;
  font-size: .5vw;
  line-height: 1.3;
}

.title-bg {
  z-index: -1;
  aspect-ratio: 1;
  opacity: .6;
  filter: blur(75px);
  pointer-events: none;
  background-color: #000;
  border-radius: 50%;
  width: 150%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20%, -20%);
}

.quote-wrapper {
  position: absolute;
  inset: 0%;
}

.quote-wrapper-inner {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 30%;
  height: 100%;
  display: flex;
}

.industry-sector-open-block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.industry-sector-block-icon {
  aspect-ratio: 1;
  transform-origin: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3vw;
  display: flex;
  position: relative;
}

.industry-sector-icon-line {
  background-color: #000000b3;
  width: 2px;
  height: 100%;
  position: absolute;
}

.industry-sector-icon-line.is-horizontal {
  transform: rotate(90deg);
}

.industry-sector-close-block {
  overflow: clip;
}

.italic {
  font-style: italic;
}

.industry-seperator-line {
  background-color: #0000004d;
  width: 100%;
  height: 100%;
}

.p-size-40 {
  font-size: 2vw;
  line-height: 1.2;
}

.gyo-content {
  z-index: 1;
  width: 100%;
  padding-top: 2vw;
  display: none;
  position: absolute;
}

.custom-icon-list {
  padding-left: 0;
}

.custom-icon-list:lang(ar-sa) {
  padding-right: 0;
}

.custom-icon-list-item {
  background-image: url('../images/bullet_point_icon.webp');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 1vw;
  margin-bottom: .25vw;
  padding-left: 1.75vw;
}

.custom-icon-list-item:lang(ar-sa) {
  padding-left: 0;
  padding-right: 1.75vw;
}

.privacy-terms {
  color: #000;
  text-align: justify;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.3;
}

.privacy-terms:lang(ar-sa) {
  text-align: justify;
}

.privacy-terms h2 {
  margin-top: clamp(1.25rem, 2vw, 2rem);
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  font-size: clamp(1.5rem, 2.5vw, 3rem);
  line-height: 1.2;
}

.privacy-terms p {
  text-align: justify;
  margin-bottom: clamp(.5rem, 1vw, 1rem);
}

.privacy-terms ul {
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
}

.privacy-terms h3 {
  margin-top: clamp(1.25rem, 2vw, 2rem);
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  font-size: clamp(1.25rem, 2vw, 2.5rem);
  line-height: 1.2;
}

.privacy-terms li {
  margin-bottom: clamp(.25rem, .5vw, .75rem);
}

.privacy-terms a {
  color: #003bea;
}

.privacy-terms ol {
  text-align: justify;
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
}

.privacy-terms-link-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.profile-internal-hero {
  z-index: 2;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
  position: relative;
  overflow: clip;
}

.profile-internal-hero-img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.profile-internal-hero-content {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3vw;
  padding-right: 3vw;
  display: flex;
}

.profile-internal-hero-content:lang(ar-sa) {
  padding-left: 3vw;
  padding-right: 0;
}

.profile-intro-title {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  display: flex;
}

.profile-intro-details {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.profile-linkedin-cta {
  justify-content: center;
  align-items: center;
  width: 2vw;
  display: flex;
}

.profile-hero-cta {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  color: #00000059;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.35vw;
  line-height: 1.2;
  display: flex;
}

.profile-hero-cta-icon {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: .9vw;
  display: flex;
}

.bg-plum {
  background-color: #f1ecff;
}

.profile-numbers {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.profile-number-wrap {
  grid-column-gap: .25vw;
  grid-row-gap: .25vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.profile-number-block {
  white-space: pre;
  display: flex;
}

.profile-number-line {
  background-color: #00000036;
  width: 1px;
  height: 8.5vw;
}

.education-cards-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.75vw 3.5vw;
  transition: all .25s ease-out;
  display: flex;
}

.education-cards-wrap:hover {
  background-color: #d6dffe;
  border-radius: 10px;
}

.education-block-icon {
  aspect-ratio: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3vw;
  display: flex;
}

.education-infro-wrap {
  max-width: 52vw;
}

.line-seperator {
  background-color: #00000036;
  width: 100%;
  height: 1px;
}

.legacy-cards-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
  position: relative;
}

.legacy-block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #ece6ff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 18vw;
  margin-bottom: 42vw;
  padding: 3vw 3.5vw 4vw;
  display: grid;
  position: sticky;
  top: 5vw;
}

.legacy-block.is-blue {
  background-color: #d6dffe;
}

.legacy-block.is-2 {
  margin-bottom: 36vw;
  top: 11vw;
}

.legacy-block.is-3 {
  margin-bottom: 30vw;
  top: 17vw;
}

.legacy-block.is-4 {
  margin-bottom: 24vw;
  top: 23vw;
}

.legacy-block.is-5 {
  margin-bottom: 18vw;
  top: 30vw;
}

.legacy-block.is-6 {
  margin-bottom: 12vw;
  top: 37vw;
}

.legacy-block.is-7 {
  margin-bottom: 6vw;
  top: 44vw;
}

.legacy-block.is-8 {
  margin-bottom: 0;
  top: 51vw;
}

.legacy-content {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  max-width: 50vw;
  display: flex;
}

.profile-internal-bg {
  z-index: -1;
  opacity: .1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.terralex-logo-wrap {
  grid-column-gap: 1.6vw;
  grid-row-gap: 1.6vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.terralex-logo-wrap.gap-large {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
}

.terralex-logo {
  height: 2.5vw;
}

.terralex-logo.is-large {
  height: 3.75vw;
}

.terralex-logo-line {
  background-color: #000;
  width: 2px;
  height: 1.75vw;
}

.terralex-intro-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-80 {
  max-width: 80%;
}

.max-90 {
  max-width: 91%;
}

.terralex-description-wrap {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 62vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.leadership-card-link {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.profile-role-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-profile-intenal-hero {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.team-profile-info {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-profile-image {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.team-profile-intenal-hero-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding-top: 4vw;
  display: flex;
}

.team-profile-intro-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1.125fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-profile-intro {
  max-width: 78%;
}

.team-profile-image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.partners-col-copy {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 991px) {
  .image.cover.is-eyad {
    object-fit: contain;
    object-position: 50% 0%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.pad-y-60 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container.pad-y-100 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .container.pad-y-150 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h-60 {
    font-size: 2.25rem;
  }

  .component_video.cc-2 {
    width: 40.77vh;
    height: 40.77vh;
  }

  .component_video.cc-6 {
    width: 31.86vh;
    height: 31.86vh;
  }

  .component_video.cc-4, .component_video.cc-7 {
    width: 40.77vh;
    height: 40.77vh;
  }

  .component_video.cc-5 {
    width: 53.46vh;
    height: 53.46vh;
  }

  .component_video.cc-3 {
    width: 47.61vh;
    height: 47.61vh;
  }

  .component_video.cc-8, .component_video.cc-1 {
    width: 31.86vh;
    height: 31.86vh;
  }

  .main-container {
    padding: 6rem 4rem;
  }

  .component_video-wrapper.cc-3 {
    width: 37.8vh;
    height: 28.8vh;
  }

  .component_video-wrapper.cc-4 {
    width: 28.8vh;
    height: 28.8vh;
  }

  .component_video-wrapper.cc-8 {
    width: 22.5vh;
    height: 22.5vh;
  }

  .component_video-wrapper.cc-7 {
    width: 28.8vh;
    height: 28.8vh;
  }

  .component_video-wrapper.cc-6 {
    width: 22.5vh;
    height: 22.5vh;
  }

  .component_video-wrapper.cc-2 {
    width: 28.8vh;
    height: 28.8vh;
  }

  .component_video-wrapper.cc-5 {
    width: 28.8vh;
    height: 45vh;
  }

  .component_video-wrapper.cc-1 {
    width: 22.5vh;
    height: 22.5vh;
  }

  .grid-rotation_heading {
    font-size: 8rem;
  }

  .h-100vh.tab-auto, .h-100vh.h-tab-auto {
    height: auto;
  }

  .button {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: .75rem 1rem .65rem;
    font-size: .85rem;
  }

  .button.is-navbar-button {
    display: none;
  }

  .button.is-navbar-button.show-tab {
    display: flex;
  }

  .button.gap-low {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_logo-link {
    z-index: 2;
    max-width: 6rem;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_link {
    text-align: center;
    padding: .5rem 0;
    font-size: 1rem;
  }

  .navbar_link.is-ab {
    display: none;
  }

  .navbar_link.is-ab:lang(ar-sa):where(.w-variant-fbe4b84f-a5ab-ea93-b0b2-77b64102f0d1) {
    left: auto;
  }

  .navbar_link.is-locale {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .75rem;
    line-height: 1;
  }

  .navbar_menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 32px 100%, 0 calc(100% - 32px));
    background-color: #000000b3;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 4.5rem 20px 1rem;
    display: flex;
    position: absolute;
    top: 0;
    overflow: clip;
  }

  .navbar_menu:where(.w-variant-fbe4b84f-a5ab-ea93-b0b2-77b64102f0d1) {
    background-color: #00000080;
  }

  .navbar_button-wrapper {
    z-index: 3;
    align-items: center;
    margin-left: 0;
    position: relative;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-left {
    padding: 0;
    position: static;
  }

  .nav-left-bg {
    display: none;
  }

  .navbar-link-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .button-svg-wrap {
    width: 1.5rem;
    height: 1.5rem;
  }

  .hero-wrap-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .heading-h1 {
    font-size: 3.125rem;
  }

  .hero-content {
    width: 35%;
    height: auto;
  }

  .hero-content-text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .p-size-24 {
    font-size: 1.25rem;
  }

  .p-size-24.is-copyright {
    font-size: 14px;
  }

  .p-size-24.clr-white.is-cta ul {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }

  .p-size-24.sky-text {
    font-size: 1rem;
  }

  .home-an-content-inner {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    width: 80%;
  }

  .home-an-content-inner:lang(ar-sa) {
    width: 84%;
  }

  .heading-h2 {
    font-size: 2rem;
  }

  .heading-h2.reveal-on-scroll {
    font-size: 1.5rem;
  }

  .heading-h2.s-80 {
    font-size: 2.5rem;
  }

  .heading-h2.sky-title {
    font-size: 1.5rem;
  }

  .purpose-wrap {
    padding-right: 5rem;
  }

  .purpose-wrap-inner {
    width: 60%;
  }

  .purpose-wrap-inner:lang(ar-sa) {
    width: 75%;
  }

  .practice-area-inner-text {
    width: 50%;
    margin-top: .25rem;
  }

  ._w-50.c-52 {
    width: 70%;
  }

  ._w-50.tab-c {
    width: 75%;
  }

  .leadership-title:lang(ar-sa) {
    line-height: 1.3;
  }

  .title-grid {
    grid-template-columns: auto .25fr 1fr;
  }

  .partners-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .partners-card {
    background-color: #0000;
    min-height: 5rem;
  }

  .partners-card.is-tab-right {
    background-color: #0000;
    background-image: url('../images/Rectangle-119_1.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .partners-logo {
    width: 40%;
  }

  .partners-logo.is-small {
    width: 30%;
  }

  .sky-scraper-title-text {
    width: 100%;
    margin-top: 1rem;
    position: relative;
  }

  .sky-scraper-title-text:lang(ar-sa) {
    width: 100%;
  }

  .sky-scraper-cards-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .sky-scraper-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
    padding: 1.5rem 1.25rem 1.25rem;
  }

  .sky-scraper-card.why-erlf {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 1.5rem;
  }

  .sky-scraper-card.why-erlf.is-categories {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .sky-scraper-card.is-home {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding: 1.25rem 1rem 1rem;
  }

  .sky-scraper-bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sky-scraper-card-number {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    font-size: 12px;
  }

  .ss-number-line {
    height: 8px;
  }

  .ss-number-line.why-erlf {
    height: 20px;
  }

  .ss-empty-col.hide-tab {
    display: none;
  }

  .clouds-wrapper {
    margin-top: -13rem;
  }

  .cloud-img-bg {
    height: 85%;
    top: 15%;
  }

  .atricles-title-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .article-title-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
  }

  .article-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2.25rem;
  }

  .article-col {
    padding: .25rem;
  }

  .atricle-card-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .article-date {
    font-size: .85rem;
  }

  .article-tags-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .article-tag {
    padding: .35rem;
    font-size: .75rem;
  }

  .cta-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta-top-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 75%;
  }

  ._w-70, ._w-70.c-72 {
    width: 85%;
  }

  .cta-bottom-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .address-icon {
    width: 1.5rem;
  }

  .cta-form-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .cta-field {
    padding: .75rem .5rem;
    font-size: 14px;
  }

  .cta-field.is-text-area {
    min-height: 7.5rem;
  }

  .form-button-wrap, .form-button-wrap.is-career {
    margin-top: 1rem;
  }

  .footer {
    padding: 5rem 20px 1.5rem;
  }

  .footer-cta-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-cta-card-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .footer-logo {
    width: 8rem;
  }

  .footer-links-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
  }

  .footer-links-wrap:lang(ar-sa) {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link {
    font-size: 1rem;
  }

  .footer-bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .clip-path-wrap {
    margin-bottom: -5vh;
  }

  .clouds-inner {
    height: 60vh;
    transform: none;
  }

  .clip-path {
    width: 1.25rem;
  }

  .page-title-inner {
    max-width: 22rem;
  }

  .page-title-inner:lang(ar-sa) {
    max-width: 14rem;
  }

  .page-title {
    font-size: 1.5rem;
  }

  .hero-button-wrap {
    width: 8rem;
    height: 8rem;
    position: relative;
  }

  .hero-button-text {
    font-size: .85rem;
  }

  .chatbot-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-bottom: 2rem;
  }

  .chatbot-title {
    font-size: 2rem;
  }

  .chatbot-title.is-ab {
    top: 1rem;
  }

  .chat-form-wrapper {
    width: 75%;
    display: none;
  }

  .chat-form-wrapper.is-ab {
    bottom: 1rem;
  }

  .chatbot-form {
    border-radius: 14px;
    padding: .25rem;
  }

  .chatbot-field-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: .5rem .65rem;
  }

  .chatbot-field-icon {
    width: 2rem;
  }

  .chatbot-field {
    font-size: 1.125rem;
  }

  .chatbot-button {
    background-size: 1rem, auto;
    border-radius: 10px;
    width: 2rem;
    height: 2rem;
  }

  .scroll-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    font-size: 1rem;
    bottom: 3.5rem;
    right: 20px;
  }

  .scroll-wrap:lang(ar-sa) {
    left: 20px;
  }

  .scroll-icon {
    width: 1rem;
    height: 1.5rem;
  }

  .chatbot-answer {
    padding: 1rem;
    font-size: 18px;
  }

  .ph-hero-bottom-wrap, .ph-hero-bottom-wrap._2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .ph-hero-svg {
    width: 1.25rem;
  }

  .ph-hero-title-inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .ph-hero-title {
    font-size: 3rem;
  }

  .ph-hero-subtitle {
    font-size: 18px;
  }

  .ph-bottom-content-left {
    width: 35%;
  }

  .ph-text {
    font-size: 20px;
  }

  .ph-text.s-50 {
    font-size: 32px;
  }

  .ph-scroll-d-wrap {
    font-size: .85rem;
  }

  .ph-scroll-d-arrow {
    width: 1rem;
  }

  .ph-bottom-content-right {
    width: 35%;
  }

  .ph-objective-sticky-wrap {
    height: auto;
  }

  .ph-subtitle {
    font-size: 1rem;
  }

  .objective-content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .objective-description {
    width: 100%;
  }

  .ph-s-64 {
    font-size: 36px;
  }

  .objective-points-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .objective-points {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: row-reverse;
  }

  .ph-s-40 {
    font-size: 28px;
  }

  .objective-arrow-wrap {
    position: static;
  }

  .objective-arrow-wrap._4 {
    transform: translate(0, -25%);
  }

  .objective-arrow {
    width: 4rem;
  }

  .ph-s-150 {
    font-size: 4rem;
  }

  .swiper-slide.is-team {
    width: 45%;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .swiper-slide.is-key-c {
    width: 45%;
    margin-right: 1rem;
  }

  .swiper-slide.is-team-home {
    width: 33%;
  }

  .targets-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem 1.25rem;
  }

  .target-icon {
    width: 2rem;
  }

  .target-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ph-s-50 {
    font-size: 32px;
  }

  .target-ab-icon._1 {
    width: 1rem;
  }

  .target-left-ab {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .target-left-icon {
    width: 1.5rem;
  }

  .cp-top-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .cp-top-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cp-title-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .cp-info {
    grid-template-columns: .3fr 1fr;
  }

  .cp-list-wrap.is-trusted {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
  }

  .cp-list-wrap.is-cp-info, .cp-list.gap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cp-list-icon {
    width: .5rem;
    height: .5rem;
    left: -1.25rem;
  }

  .cp-list-icon.is-small.is-relative {
    width: .5rem;
    height: .5rem;
    margin-top: .35rem;
  }

  .cp-list-icon.is-cp {
    top: .85rem;
  }

  .cp-line {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .cp-bottom-wrap._1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cp-bottom-wrap._2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cp-advantage-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.25rem;
  }

  .ph-s-32 {
    font-size: 24px;
  }

  .p-size-32 {
    font-size: 1.5rem;
  }

  .pa-card {
    min-height: 20rem;
    padding: 1.25rem 1.25rem 1.5rem;
  }

  .pa-icon {
    width: 3rem;
    height: 3rem;
  }

  .trusted-content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-right: 1rem;
  }

  .trusted-list-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ph-s-96 {
    font-size: 3rem;
  }

  .sc-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .lottie.is-unique {
    width: 210%;
    position: absolute;
  }

  .spark-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-preloader {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .pad-bottom-60 {
    padding-bottom: 2rem;
  }

  .mission-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mission-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 85%;
  }

  .mission-block._2 {
    width: 80%;
  }

  .ph-s-24 {
    font-size: 18px;
  }

  .ph-s-title-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .ph-s-title-wrap.gap-150 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .work-card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem 1.25rem;
  }

  .work-card-number {
    font-size: 5rem;
  }

  .work-content-wrap, .ph-footer-content-wrap, .ph-footer-cta-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ph-footer-btn {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 1rem;
    font-size: 1rem;
  }

  .ph-footer-btn-icon {
    width: 1.5rem;
  }

  .journey-tag {
    width: 10rem;
    height: 6rem;
  }

  .journey-o-tag {
    min-width: 8rem;
    min-height: 3rem;
    padding: .25rem .5rem;
  }

  .journey-o-tag.is-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .journey-path-wrap._1, .journey-path-wrap._3 {
    top: 80%;
  }

  .journey-path-wrap._4 {
    top: 85%;
  }

  .journey-svg._1 {
    width: 15.5rem;
  }

  .journey-svg._3 {
    width: 17rem;
  }

  .journey-svg._4 {
    width: 14rem;
  }

  .journey-svg._6 {
    width: 13rem;
  }

  .close-btn {
    width: 2rem;
    top: 5.5rem;
    right: 3rem;
  }

  .credits-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .credit-logo {
    width: 5rem;
  }

  .ps-icon-inner {
    width: 2.25rem;
  }

  .drag-wrapper {
    display: none;
  }

  .chat-container-inner {
    width: 72%;
    padding-top: 5.5rem;
  }

  .p-wrap {
    max-width: 100%;
  }

  .text-block-right {
    text-align: left;
    display: inline;
  }

  .space-100 {
    margin-bottom: 2.5rem;
  }

  .gradient-button-wrap {
    width: 6rem;
    height: 6rem;
  }

  .navbar-comp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-wrap {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-wrap.is-drop-down:lang(ar-sa) {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-contain {
    grid-template-columns: .25fr 1fr;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .about-cards-wrap {
    padding-top: 3.25rem;
  }

  .about-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-card-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1.5fr;
  }

  .about-card-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .p-size-45 {
    font-size: 1.75rem;
  }

  .about-leadership-img {
    width: 65%;
  }

  .about-leadership-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem;
  }

  .about-leadership-content-col {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .about-leadership-card-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .approach-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr auto 1.5fr;
    max-width: 100%;
  }

  .approach-line {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    min-height: 80%;
  }

  .approach-dot-wrap {
    width: .5rem;
    height: .5rem;
  }

  .approach-content-wrapper {
    max-width: 100%;
  }

  .team-hero-wrap {
    width: 50%;
  }

  .team-hero-title-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-hero-inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

  .partners-card-content-wrap {
    padding: 1.25rem 20px;
  }

  .partners-card-title-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .partners-card-detail-inner {
    padding-top: 1rem;
  }

  .associates-grid {
    grid-column-gap: 14px;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .associates-card {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .associate-info-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .associate-bio-wrap {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .tab-link {
    padding: .5rem .65rem;
    font-size: .65rem;
  }

  .tab-link.w--current {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .tab-menu {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    margin-bottom: 3.5rem;
    padding-right: 20px;
  }

  .tab-menu:lang(ar-sa) {
    padding-left: 20px;
  }

  .tab-menu.is-jobs, .tab-menu.is-insights {
    margin-bottom: 2rem;
  }

  .tab-menu.is-faq {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .team-slider-wrapper {
    width: 100%;
    padding-left: 20px;
  }

  .team-slider-wrapper:lang(ar-sa) {
    padding-left: 0;
    padding-right: 20px;
  }

  .team-card-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-info-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .team-slider-button-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 2rem;
    padding-left: .5rem;
  }

  .slider-button {
    aspect-ratio: 1;
    width: 2rem;
    max-width: 2rem;
    height: 2rem;
  }

  .p-size-20 {
    font-size: 1rem;
  }

  .tabs-content {
    position: relative;
    bottom: 0;
  }

  .why-erlf-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .space-150 {
    margin-bottom: 5rem;
  }

  .gyo-img-wrap {
    background-color: #030106;
    padding-top: 2rem;
    position: relative;
  }

  .join-us-grid, .cta-bottom-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .jobs-inner-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .jobs-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .jobs-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .job-info-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 70%;
  }

  .job-type-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .job-type {
    padding: .35rem .5rem .35rem .65rem;
  }

  .job-post-time {
    font-size: 1rem;
  }

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

  .insights-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .25rem .25rem 1rem;
  }

  .insights-card-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .insights-card-tags-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .insights-card-tag {
    padding: .5rem;
    font-size: .85rem;
  }

  .insight-filters-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .filter-text {
    padding: .5rem .65rem;
    font-size: .85rem;
  }

  .map-wrapper.is-git {
    width: 90%;
  }

  .contact-details-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact-details-inner, .cta-number-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .contact-detail-line {
    max-width: 70%;
  }

  .faq-slider-wrap {
    max-width: 85%;
  }

  .faq-slider-btn {
    width: 2rem;
    height: 2rem;
  }

  .faq-slider-btn.is-left.is-ss {
    left: 0%;
  }

  .faq-slider-btn.is-ss {
    left: 2.5rem;
    right: auto;
  }

  .faq-item-wrap {
    padding: 1.25rem 1rem;
  }

  .faq-text-wrap-inner {
    padding-top: 1.5rem;
  }

  .internal-service-cards-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .internal-services-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .p-size-70 {
    font-size: 1.75rem;
  }

  .p-size-70.is-number {
    font-size: 2.5rem;
  }

  .service-growing-cards-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .service-growing-cards-wrap:where(.w-variant-4a0d9141-b93b-d985-f3a8-cb594c4328ba) {
    height: auto;
  }

  .growing-cards-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .growing-cards-inner:hover {
    height: 100%;
  }

  .growing-card {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 1.25rem 1rem;
  }

  .growing-card:hover {
    width: 100%;
  }

  .growing-card-content-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .consultation-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    display: flex;
  }

  .consultation-grid:lang(ar-sa):where(.w-variant-eb5a8cc3-ec9d-2562-ba44-a587d10d6f4b) {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .consultation-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    max-width: 100%;
  }

  .consultation-content-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .consultation-img {
    aspect-ratio: auto;
  }

  .reporting-section-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .reporting-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 75%;
  }

  .reporting-images-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .reporting-img {
    max-width: 45%;
  }

  .reporting-img.s-small {
    max-width: 25%;
  }

  .ss-slide-inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    align-items: start;
  }

  .ss-slide-content, .ss-slide-top-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .ss-seperator-line {
    max-width: 70%;
  }

  .ss-inner-grid {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: flex;
  }

  .ss-inner-grid-col {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: auto;
    max-width: none;
  }

  .kc-slider-wrap {
    width: 100%;
  }

  .kc-slider {
    height: 32rem;
  }

  .associate-inner-text {
    padding: 1rem;
  }

  .internship-content-col-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 85%;
  }

  .video-play-button {
    width: 5rem;
  }

  .faq-wrapper, .faq-q-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq-icon-wrap {
    width: 1rem;
    height: 1rem;
  }

  .about-hero-sticky-wrap {
    height: 300vh;
  }

  .about-hero-bottom-title, .about-hero-bottom-text:lang(ar-sa) {
    width: 56%;
  }

  .footer-cta-inner {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 2.5rem;
  }

  .footer-cta-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .85rem;
  }

  .nav-dropdown {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .nav-dropdown-links {
    padding: 1rem 1.5rem;
  }

  .nav-dropdown-icon {
    width: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    top: -2px;
  }

  .nav-dropdown-toggle {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .nav-dropdown-links-wraper {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .nav-dropdown-links-wraper.is-footer, .cp-bg-details-wrap {
    padding-top: 1rem;
  }

  .cp-info-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.25rem 1rem 1.5rem;
  }

  .ph-s-18 {
    font-size: 14px;
  }

  .cp-advantages-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .wa-chat-section {
    flex-flow: wrap;
  }

  .nav-left-wrapper {
    position: static;
  }

  .nav-open-wrap {
    display: none;
  }

  .nav-menu-seperator {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-bottom: .75rem;
    display: block;
  }

  .nav-menu-button-wrap {
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .nav-fixed {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: #0000004d;
  }

  .help-text {
    margin-bottom: 0;
    padding-top: 1rem;
  }

  ._2-col-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .space-60 {
    padding-top: 2rem;
  }

  .niche-chip-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: 1rem;
  }

  .niche-chip {
    border-radius: 20px;
    padding: .75rem 1rem;
  }

  .call-to-action {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .corner {
    width: 1.5rem;
  }

  .call-to-action-inner {
    max-width: 85%;
  }

  .growing-text-inner {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-top: 1.5rem;
  }

  .industry-sector-grid {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .industry-block-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .industry-block-inner._w-small {
    max-width: 100%;
  }

  .industry-block-inner.is-close {
    padding-top: 1.5rem;
  }

  .industry-seperator {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-services-title-wrap {
    top: 6rem;
  }

  .space-40 {
    padding-top: 1.25rem;
  }

  .home-service-block {
    padding: 1rem;
  }

  .faq-answer p {
    margin-bottom: .75rem;
    font-size: 1rem;
  }

  .faq-answer ul, .faq-answer ol {
    margin-bottom: .75rem;
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .area-of-expertise-grid {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    grid-template-columns: 1fr 1fr;
  }

  .h-40 {
    font-size: 1.25rem;
  }

  .chat-cta-link {
    font-size: 18px;
  }

  .empty-state {
    padding: .75rem;
    font-size: 1rem;
  }

  .locale-toggle {
    width: 2rem;
  }

  .locale-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: .75rem .5rem;
  }

  .locale-link {
    font-size: .85rem;
  }

  .counter-wrapper {
    font-size: 2rem;
  }

  .nav-bg {
    display: none;
  }

  .nav-bg:where(.w-variant-fbe4b84f-a5ab-ea93-b0b2-77b64102f0d1) {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: #0000004d;
    display: block;
    position: absolute;
    inset: 0%;
  }

  ._404-wrapper {
    ---mode--collection-f0f0109d-23e7-74b9-abf2-740282586cb8: mode-38bb7f00-2fe8-af41-1970-b5818ead2b04;
  }

  ._404-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .qr-code-wrapper {
    width: 6.5rem;
  }

  .assosiate-bottom-info-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .disclaimer-wrapper {
    max-width: 66%;
  }

  .disclaimer-wrapper:lang(ar-sa) {
    max-width: 60%;
  }

  .disclaimer-text {
    font-size: 6px;
  }

  .quote-wrapper-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 26rem;
  }

  .industry-sector-open-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .industry-sector-block-icon {
    width: 1.5rem;
  }

  .p-size-40 {
    font-size: 1.25rem;
  }

  .gyo-content {
    padding-top: 1.25rem;
  }

  .custom-icon-list-item {
    background-position: 0 6px;
    background-size: .75rem;
    margin-bottom: .25rem;
    padding-left: 1.25rem;
  }

  .profile-internal-hero {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    grid-template-columns: 1.15fr;
    height: auto;
    display: flex;
  }

  .profile-internal-hero-img {
    height: auto;
    padding-top: 3rem;
  }

  .profile-internal-hero-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 2rem 20px;
  }

  .profile-internal-hero-content:lang(ar-sa) {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .profile-intro-details {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .profile-linkedin-cta {
    width: 1.5rem;
  }

  .profile-hero-cta {
    font-size: 1.25rem;
  }

  .profile-hero-cta-icon {
    width: 1rem;
  }

  .profile-numbers {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .profile-number-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .profile-number-line {
    height: 6rem;
  }

  .education-cards-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 1.5rem 1.25rem;
  }

  .education-block-icon {
    width: 2rem;
  }

  .terralex-logo-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .terralex-logo-wrap.gap-large {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .terralex-logo {
    height: 2rem;
  }

  .terralex-logo.is-large {
    height: 2.5rem;
  }

  .terralex-logo-line {
    height: 1.25rem;
  }

  .max-80, .max-90 {
    max-width: 100%;
  }

  .terralex-description-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 92%;
  }

  .profile-role-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .team-profile-intenal-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .team-profile-intenal-hero-wrap {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .team-profile-intro-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .team-profile-intro {
    max-width: 100%;
  }

  .team-profile-image-inner {
    position: relative;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .component_video.cc-2 {
    width: 36.693vh;
    height: 36.693vh;
  }

  .component_video.cc-6 {
    width: 28.674vh;
    height: 28.674vh;
  }

  .component_video.cc-4, .component_video.cc-7 {
    width: 36.693vh;
    height: 36.693vh;
  }

  .component_video.cc-5 {
    width: 48.114vh;
    height: 48.114vh;
  }

  .component_video.cc-3 {
    width: 42.849vh;
    height: 42.849vh;
  }

  .component_video.cc-8, .component_video.cc-1 {
    width: 28.674vh;
    height: 28.674vh;
  }

  .main-container {
    padding: 4rem 2rem;
  }

  .component_video-wrapper.cc-3 {
    width: 34.02vh;
    height: 25.92vh;
  }

  .component_video-wrapper.cc-4 {
    width: 25.92vh;
    height: 25.92vh;
  }

  .component_video-wrapper.cc-8 {
    width: 20.25vh;
    height: 20.25vh;
  }

  .component_video-wrapper.cc-7 {
    width: 25.92vh;
    height: 25.92vh;
  }

  .component_video-wrapper.cc-6 {
    width: 20.25vh;
    height: 20.25vh;
  }

  .component_video-wrapper.cc-2 {
    width: 25.92vh;
    height: 25.92vh;
  }

  .component_video-wrapper.cc-5 {
    width: 25.92vh;
    height: 40.5vh;
  }

  .component_video-wrapper.cc-1 {
    width: 20.25vh;
    height: 20.25vh;
  }

  .grid-rotation_heading {
    font-size: 6rem;
  }

  .h-100vh.h-mbl-auto {
    height: auto;
  }

  .modal-mask {
    background-color: #0000;
  }

  .hero-content {
    width: 50%;
  }

  .p-size-24 {
    font-size: 1.125rem;
  }

  .home-an-content-inner {
    width: 100%;
  }

  .purpose-wrap {
    padding-right: 2.5rem;
  }

  .purpose-wrap-inner:lang(ar-sa) {
    width: 90%;
  }

  .practice-area-left-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .practice-area-inner-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .practice-area-inner-text:lang(ar-sa) {
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._w-50 {
    width: 75%;
  }

  ._w-50.c-58 {
    width: 100%;
  }

  ._w-50.tab-c {
    width: 85%;
  }

  .leadership-title-wrap {
    height: auto;
    margin-bottom: 1.5rem;
  }

  .leadership-title:lang(ar-sa) {
    line-height: 1.4;
  }

  .ab-button-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    display: flex;
    position: relative;
  }

  .leadership-cards-wrap, .leadership-cards-wrap.arabic-locale:lang(ar-sa) {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .leadership-card-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 1rem;
  }

  .leadership-sticky {
    position: relative;
  }

  .leadership-sticky-wrap {
    height: auto;
  }

  .title-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto;
  }

  .empty-col {
    display: none;
  }

  .text-col {
    padding-top: 0;
  }

  .sky-scraper-title {
    width: 100%;
  }

  .sky-scraper-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .cta-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .cta-top-content, ._w-70.c-72 {
    width: 100%;
  }

  .footer-cta-grid {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .footer-cta-card-icon.is-btt {
    bottom: 0%;
  }

  .footer-top-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-links-wrap {
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-links-wrap:lang(ar-sa) {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap-reverse;
  }

  .ss-image-inner {
    width: 140%;
    transform: translate(-30vw);
  }

  .ss-image-inner:lang(ar-sa) {
    transform: translate(30vw);
  }

  .chat-form-wrapper {
    width: 100%;
  }

  .chat-form-wrapper.is-ab {
    width: 90%;
  }

  .chatbot-field {
    font-size: 3.5vw;
  }

  .ph-bottom-content-left {
    width: 50%;
  }

  .ph-bottom-content-right {
    width: 45%;
  }

  .ph-s-150 {
    font-size: 3.5rem;
  }

  .swiper-slide.is-team {
    width: 75%;
  }

  .cp-image-wrap {
    flex: 0 auto;
  }

  .cp-info {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .cp-list-wrap.is-trusted {
    padding-left: 1.25rem;
  }

  .cp-bottom-wrap._1, .cp-bottom-wrap._2 {
    grid-template-columns: 1fr;
  }

  .p-size-32 {
    font-size: 1.25rem;
  }

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

  .trusted-content-wrap {
    padding-right: 0;
  }

  .lottie.is-unique {
    width: 280%;
  }

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

  .perspective-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .perspective-top-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .perspective-bottom-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .ab-model-img-wrap {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 25%;
    display: flex;
  }

  .ab-model-inner-wrap {
    width: 50%;
    height: auto;
    inset: auto;
  }

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

  .journey-layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .journey-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .journey-tag {
    width: 12rem;
  }

  .journey-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-right: 0;
  }

  .journey-content-wrap.is-reverse {
    padding-left: 0;
  }

  .journey-path-wrap {
    display: none;
  }

  .chat-container-inner {
    width: 95%;
  }

  .about-cards-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .p-size-45 {
    font-size: 1.5rem;
  }

  .approach-sticky-wrap {
    height: auto;
  }

  .approach-inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .approach-img-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .approach-line {
    display: none;
  }

  .approach-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .approach-content-inner {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .approach-content-inner._2 {
    position: relative;
  }

  .team-hero-wrap {
    width: 70%;
  }

  .tab-menu {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .internship-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .join-us-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .job-bottom-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .job-info-wrap {
    width: 100%;
  }

  .insights-card-top-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .insight-filters-inner {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .contact-hero-wrap {
    padding-top: 6rem;
  }

  .contact-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .map-wrapper.is-git {
    flex: 0 auto;
    height: 20rem;
  }

  .contact-details-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-slider-wrap {
    max-width: 100%;
  }

  .faq-slider-btn.is-left.is-ss {
    left: auto;
    right: 2.5rem;
  }

  .faq-slider-btn.is-ss {
    left: auto;
    right: 0;
  }

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

  .consultation-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .reporting-img {
    max-width: 55%;
  }

  .reporting-img.s-small {
    max-width: 30%;
  }

  .ss-slide-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .ss-seperator-line {
    max-width: 85%;
  }

  .ss-inner-grid {
    grid-column-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .kc-slider {
    height: 28rem;
  }

  .internship-content-col-inner {
    width: 100%;
  }

  .about-hero-bottom-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.5rem;
  }

  .about-hero-bottom-content-wrap:lang(ar-sa) {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-hero-bottom-title {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .about-hero-bottom-text:lang(ar-sa) {
    width: 100%;
  }

  .ph-s-18 {
    font-size: 16px;
  }

  .wa-chat-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .model-mask-wrap {
    z-index: 999;
    pointer-events: none;
  }

  .heading-70 {
    font-size: 1.8rem;
  }

  .flags-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    display: grid;
  }

  .flag-image {
    width: 3.5rem;
  }

  .grid-4x2 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content-v-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1rem;
    font-size: 1rem;
  }

  ._2-col-grid.landscape-1-col {
    flex-flow: column;
    display: flex;
  }

  .home-services-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-services-title-wrap {
    position: relative;
    top: 0;
  }

  .home-service-block {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .home-service-block-icon {
    width: 1.5rem;
  }

  .bg-gradient-image-wrapper {
    height: 100vh;
  }

  .white-bg-div {
    height: 75vh;
  }

  ._404-wrapper {
    ---mode--collection-f0f0109d-23e7-74b9-abf2-740282586cb8: mode-009b8781-0cd3-5d98-9fd0-e1163c6c5f84;
  }

  .mobile-bg {
    background-color: #00000073;
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .height-300vh {
    height: 300vh;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .disclaimer-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .disclaimer-wrapper:lang(ar-sa) {
    max-width: 100%;
  }

  .legacy-cards-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .legacy-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: auto 1.5fr;
    margin-bottom: 0;
    padding: 2rem 1.25rem 2.5rem;
    position: static;
  }

  .legacy-block.is-2, .legacy-block.is-3, .legacy-block.is-4, .legacy-block.is-5, .legacy-block.is-6, .legacy-block.is-7 {
    margin-bottom: 0;
  }

  .legacy-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .image.cover:where(.w-variant-976f9244-3985-c23a-d057-c51f3700b29d) {
    display: none;
  }

  .container.pad-y-60 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .container.pad-y-60.relative.cursor-off {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container.pad-y-100 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container.pad-y-150 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .h-60 {
    font-size: 2rem;
  }

  .component_video.cc-2 {
    width: 27.5198vh;
    height: 27.5198vh;
  }

  .component_video.cc-6 {
    width: 21.5055vh;
    height: 21.5055vh;
  }

  .component_video.cc-4, .component_video.cc-7 {
    width: 27.5198vh;
    height: 27.5198vh;
  }

  .component_video.cc-5 {
    width: 36.0855vh;
    height: 36.0855vh;
  }

  .component_video.cc-3 {
    width: 32.1368vh;
    height: 32.1368vh;
  }

  .component_video.cc-8, .component_video.cc-1 {
    width: 21.5055vh;
    height: 21.5055vh;
  }

  .main-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .component_video-wrapper.cc-3 {
    width: 25.515vh;
    height: 19.44vh;
  }

  .component_video-wrapper.cc-4 {
    width: 19.44vh;
    height: 19.44vh;
  }

  .component_video-wrapper.cc-8 {
    width: 15.1875vh;
    height: 15.1875vh;
  }

  .component_video-wrapper.cc-7 {
    width: 19.44vh;
    height: 19.44vh;
  }

  .component_video-wrapper.cc-6 {
    width: 15.1875vh;
    height: 15.1875vh;
  }

  .component_video-wrapper.cc-2 {
    width: 19.44vh;
    height: 19.44vh;
  }

  .component_video-wrapper.cc-5 {
    width: 19.44vh;
    height: 30.375vh;
  }

  .component_video-wrapper.cc-1 {
    width: 15.1875vh;
    height: 15.1875vh;
  }

  .grid-rotation_heading {
    font-size: 4rem;
  }

  .h-100vh {
    height: 100vh;
  }

  .h-100vh.h-mb-auto {
    height: auto;
  }

  .navbar_link.is-footer {
    text-align: left;
  }

  .navbar_link.is-footer:lang(ar-sa) {
    text-align: right;
  }

  .navbar_menu {
    max-height: 90vh;
    padding-top: 4rem;
    overflow: auto;
  }

  .navbar_button-wrapper {
    grid-column-gap: .75rem;
  }

  .hero-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-h1 {
    font-size: 2.25rem;
    line-height: 1;
  }

  .hero-content {
    width: 100%;
  }

  .p-size-24 {
    font-size: 1rem;
  }

  .p-size-24.clr-white.is-cta ul {
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .p-size-24.clr-white.is-cta li {
    text-align: left;
    background-size: 8px;
    padding-left: 20px;
  }

  .home-an-content-inner {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
  }

  .home-an-content-inner:lang(ar-sa) {
    width: 100%;
  }

  .heading-h2 {
    font-size: 1.85rem;
  }

  .heading-h2.s-80 {
    font-size: 2.25rem;
  }

  .heading-h2.sky-title {
    font-size: 1.5rem;
  }

  .purpose-wrap {
    padding-right: 0;
  }

  .purpose-wrap-inner, .purpose-wrap-inner:lang(ar-sa) {
    width: 100%;
  }

  .practice-area-inner-text {
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._w-50.c-52, ._w-50.tab-c {
    width: 100%;
  }

  .leadership-title:lang(ar-sa) {
    font-size: 12vw;
    line-height: 1.5;
  }

  .overflow-hidden.is-la:lang(ar-sa) {
    padding-top: 1.125em;
    padding-bottom: 1.125em;
  }

  .leadership-title-wrapper:lang(ar-sa) {
    margin-top: -1.125em;
    margin-bottom: -1.125em;
  }

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

  .partners-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 50vh;
    display: flex;
  }

  .partners-card {
    min-height: 5.5rem;
  }

  .partners-logo {
    width: 65%;
  }

  .partners-logo.is-small {
    width: 45%;
  }

  .partners-logo.is-large {
    width: 75%;
  }

  .skyscraper-ab-content {
    padding-top: 6rem;
    display: block;
    position: relative;
  }

  .sky-scraper-title {
    width: 100%;
  }

  .sky-scraper-cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .sky-scraper-card {
    background-color: #0000004d;
  }

  .sky-scraper-card.why-erlf {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-height: auto;
  }

  .sky-scraper-card.why-erlf.is-categories {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .sky-scraper-card.is-home {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 1.25rem 1rem;
  }

  .sky-scraper-bottom-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .sky-scraper-bottom-content.is-career {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sky-scraper-bottom-content.is-career:lang(ar-sa) {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .sky-scraper-card-number.why-erlf {
    writing-mode: horizontal-tb;
    align-self: flex-start;
    transform: none;
  }

  .sky-scraper-card-number.why-erlf:lang(ar-sa) {
    align-self: flex-end;
    margin-left: auto;
  }

  .ss-number-line {
    height: 10px;
  }

  .ss-number-line.why-erlf {
    width: 20px;
    height: 1px;
  }

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

  .ss-card-text.why-erlf:lang(ar-sa) {
    text-align: right;
  }

  .clouds-wrapper {
    margin-top: -6rem;
  }

  .cloud-img-bg {
    background-image: linear-gradient(#0000, #00124940 15%, #001249 38%, #fbfbfe);
  }

  .article-title-text {
    width: 100%;
  }

  .cta-content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-top-content.is-contact, ._w-70 {
    width: 100%;
  }

  .cta-bottom-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .cta-field.is-text-area {
    min-height: 6rem;
  }

  .form-button-wrap.is-career {
    margin-top: .5rem;
  }

  .footer {
    height: 108dvh;
    min-height: 108dvh;
    padding-top: 7rem;
  }

  .footer:where(.w-variant-976f9244-3985-c23a-d057-c51f3700b29d) {
    padding-top: 7rem;
  }

  .footer-cta-grid {
    justify-content: center;
    align-items: center;
  }

  .footer-cta-card-icon.is-btt {
    bottom: calc(100% + 1rem);
  }

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

  .footer-links-wrap {
    grid-column-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-links-wrap:lang(ar-sa) {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-link {
    color: #ffffffbf;
  }

  .footer-link.is-drop-down:where(.w-variant-976f9244-3985-c23a-d057-c51f3700b29d) {
    width: auto;
  }

  .footer-bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-end;
  }

  .footer-bottom-content:where(.w-variant-976f9244-3985-c23a-d057-c51f3700b29d) {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .ss-image-inner {
    width: 120%;
    transform: none;
  }

  .ss-image-inner:lang(ar-sa) {
    transform: translate(20vw);
  }

  .skyscraper-img-wrap {
    padding-top: 0;
  }

  .clouds-inner {
    height: 30vh;
  }

  .cloud-1 {
    left: -45%;
  }

  .cloud-2 {
    right: -45%;
  }

  .page-title-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-title {
    line-height: 1.4;
  }

  .chatbot-title {
    text-align: center;
    font-size: 1.75rem;
  }

  .chatbot-title.is-ab {
    max-width: 90%;
    top: 1.25rem;
  }

  .chatbot-form {
    padding: 2px;
  }

  .chatbot-field-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .chatbot-field-icon {
    width: 5vw;
  }

  .chatbot-field {
    font-size: 3.25vw;
  }

  .chatbot-button {
    width: 1.5rem;
  }

  .scroll-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: 1.25rem;
  }

  .scroll-icon {
    width: 1.25rem;
    height: 1.75rem;
  }

  .ph-hero-title-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .ph-hero-title {
    font-size: 2.25rem;
  }

  .ph-hero-subtitle {
    font-size: 16px;
  }

  .ph-bottom-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ph-bottom-content-left {
    width: 100%;
  }

  .ph-text {
    font-size: 18px;
  }

  .ph-text.s-50 {
    font-size: 28px;
  }

  .ph-scroll-d-wrap {
    margin-left: auto;
  }

  .ph-bottom-content-right {
    width: 100%;
  }

  .ph-s-64 {
    font-size: 32px;
  }

  .ph-s-40.o-40 {
    font-size: 22px;
  }

  .objective-arrow-wrap {
    display: none;
  }

  .objective-arrow-wrap._4 {
    transform: none;
  }

  .ph-s-150 {
    font-size: 3rem;
  }

  .swiper-slide.is-team {
    width: 85%;
  }

  .swiper-slide.is-key-c {
    width: 90%;
  }

  .swiper-slide.is-team-home {
    width: 85%;
  }

  .ph-s-50 {
    font-size: 24px;
  }

  .cp-image-wrap {
    width: 100%;
  }

  .cp-list-icon.is-cp {
    top: .65rem;
  }

  .ph-s-32 {
    font-size: 20px;
  }

  .ph-s-32.is-pa {
    font-size: 16px;
  }

  .p-size-32 {
    font-size: 1.125rem;
  }

  .footer-title.is-ab {
    mix-blend-mode: normal;
  }

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

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

  .pa-card {
    background-color: #eaeaea26;
    min-height: 14rem;
    padding-left: 14px;
    padding-right: 14px;
  }

  .ph-s-96 {
    font-size: 2.5rem;
  }

  .sc-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .lottie.is-unique {
    width: 500%;
  }

  .sec-ab-wrap {
    height: 50dvh;
  }

  .sec-50vh.section1 {
    display: none;
  }

  .pad-bottom-60 {
    padding-bottom: 1.5rem;
  }

  .mission-block, .mission-block._2 {
    width: 100%;
  }

  .ph-s-24 {
    font-size: 16px;
  }

  .ab-model-inner-wrap {
    width: 100%;
  }

  .ph-s-title-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ph-s-title-wrap.gap-150 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .work-card.border {
    border-left-width: 0;
    border-right-width: 0;
  }

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

  .journey-tag {
    width: auto;
    height: auto;
    padding: 1rem 2rem;
  }

  .journey-content-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .journey-content-wrap.is-reverse {
    flex-flow: column;
  }

  .journey-o-tag {
    min-height: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .pa-card-blur {
    filter: blur(15px);
  }

  .close-btn {
    top: 4.5rem;
    right: .5rem;
  }

  .credits-wrap {
    margin-top: 1rem;
  }

  .credit-logo {
    width: 4rem;
  }

  .ps-icon-inner {
    width: 2rem;
  }

  .chat-container-inner {
    padding-top: 7rem;
  }

  .about-hero-bg.is-careers {
    width: 250%;
    height: 55vh;
    margin-top: 1.5rem;
    margin-bottom: -1.5rem;
    position: relative;
    left: -30%;
  }

  .about-hero-bg.is-pa {
    width: 180%;
    left: -58%;
  }

  .about-hero-bg.is-pa:lang(ar-sa) {
    left: 0%;
    right: -75%;
  }

  .about-hero-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .about-hero-wrap.relative {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-hero-wrap.is-pa {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4rem;
  }

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

  .space-100 {
    margin-bottom: 2rem;
  }

  .nav-link-wrap.is-drop-down {
    white-space: normal;
  }

  .nav-link-wrap.is-drop-down.is-footer {
    margin-left: 0;
  }

  .nav-link-wrap.is-drop-down.is-footer:lang(ar-sa) {
    margin-left: auto;
    margin-right: 0;
  }

  .about-cards-wrap {
    padding-top: 2.5rem;
  }

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

  .about-card-col {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .p-size-45.clr-white {
    font-size: 1.25rem;
  }

  .about-leadership-title {
    font-size: 15.5vw;
  }

  .about-leadership-img {
    width: 100%;
  }

  .about-leadership-card {
    grid-template-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-leadership-content-col {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-leadership-line {
    width: 100%;
    height: 1px;
  }

  .approach-content-inner._2 {
    position: relative;
  }

  .footer-bg:where(.w-variant-976f9244-3985-c23a-d057-c51f3700b29d) {
    display: flex;
  }

  .team-hero-wrap {
    flex: 1;
    width: 100%;
    height: auto;
  }

  .team-hero-wrap:lang(ar-sa) {
    margin-left: auto;
    margin-right: 0;
  }

  .team-hero-img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: -1.5rem;
    right: auto;
  }

  .team-hero-content-wrap:lang(ar-sa) {
    justify-content: center;
    align-items: flex-start;
  }

  .team-hero-inner:lang(ar-sa) {
    margin-left: auto;
  }

  .partners-grid-wrap {
    grid-template-columns: 1fr;
  }

  .partners-col-wrap {
    flex-flow: column;
    display: flex;
  }

  .partners-card-content-wrap {
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .associate-bio-wrap {
    display: none;
  }

  .tab-link {
    padding: .65rem .85rem;
    font-size: .85rem;
  }

  .tab-link.w--current {
    padding-left: .95rem;
    padding-right: .95rem;
  }

  .tab-menu {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
    white-space: nowrap;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .tab-menu.is-jobs, .tab-menu.is-insights {
    padding-left: 0;
  }

  .tab-menu.is-faq {
    margin-bottom: 2rem;
    padding-left: 0;
  }

  .p-size-20 {
    font-size: .85rem;
  }

  .why-erlf-grid {
    grid-template-columns: 1fr;
  }

  .space-150 {
    margin-bottom: 3.5rem;
  }

  .gyo-title {
    font-size: 1.5rem;
  }

  .gyo-img-wrap {
    padding-top: 2.5rem;
  }

  .join-us-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .job-title-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

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

  .map-wrapper.is-git {
    width: 100%;
  }

  .cta-number-wrapper {
    flex-flow: column;
  }

  .cta-number-seperator-line {
    width: 100%;
    height: 1px;
  }

  .contact-detail-line, .faq-slider-wrap {
    max-width: 100%;
  }

  .faq-slider-btn.is-left.is-ss {
    position: relative;
    right: .5rem;
  }

  .faq-slider-btn.is-ss {
    margin-top: 1rem;
    position: relative;
  }

  .growing-cards-inner {
    flex-flow: column;
  }

  .growing-card.is-half {
    grid-template-columns: 1fr;
  }

  .consultation-grid {
    flex-flow: wrap;
  }

  .reporting-content-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
  }

  .reporting-images-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .reporting-img {
    max-width: 100%;
  }

  .reporting-img.s-small {
    max-width: 65%;
  }

  .ss-slide-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .ss-slide-top-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ss-seperator-line {
    max-width: 100%;
  }

  .ss-inner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .kc-slider {
    height: auto;
  }

  .video-play-button {
    width: 4rem;
  }

  .about-hero-bottom-content-wrap {
    padding-top: 4rem;
  }

  .about-hero-bottom-title {
    flex: 0 auto;
  }

  .about-hero-bottom-img {
    width: 85%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 2rem;
  }

  .footer-cta-link {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .65rem;
  }

  .nav-dropdown-links {
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-dropdown-links:lang(ar-sa) {
    text-align: left;
  }

  .nav-dropdown-links.is-footer {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-dropdown-links.is-footer:lang(ar-sa) {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .nav-dropdown-links-wraper.is-footer {
    width: 85vw;
    left: 0;
  }

  .nav-dropdown-links-wraper.is-footer:lang(ar-sa) {
    left: auto;
    right: 0;
  }

  .practice-area-text-wrap {
    width: 100%;
  }

  .team-hero-section {
    flex-flow: column;
    display: flex;
  }

  .partner-img {
    order: 9999;
    height: auto;
  }

  .career-hero-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    display: flex;
  }

  .d-block {
    display: inline;
  }

  .bottom-bar {
    z-index: 999;
    pointer-events: none;
    height: 7vh;
    max-height: 7vh;
    margin-top: -2vh;
    position: sticky;
    bottom: -5vh;
  }

  .model-mask-wrap {
    pointer-events: none;
  }

  .footer-title-home {
    display: none;
  }

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

  .grid-4x2 {
    margin-top: 2.5rem;
  }

  .space-60 {
    padding-top: 1.5rem;
  }

  .call-to-action {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .industry-sector-grid, .industry-seperator {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .space-40 {
    padding-top: 1.25rem;
  }

  .area-of-expertise-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .model-update-wrapper {
    height: 650vh;
  }

  .h-40 {
    font-size: 1.125rem;
  }

  .bg-gradient-image-wrapper {
    height: 75vh;
  }

  .white-bg-div {
    height: 50vh;
  }

  .chat-cta-link {
    font-size: 16px;
  }

  .recaptcha-wrapper {
    overflow: auto;
  }

  .show-mobile {
    display: none;
  }

  .locale-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .ps-card-arrow {
    z-index: 2;
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    width: 2rem;
    display: flex;
    position: absolute;
    bottom: 1.5rem;
    right: 14px;
    transform: rotate(90deg);
  }

  .ps-card-arrow:lang(ar-sa) {
    left: 14px;
    right: auto;
    transform: rotate(-90deg);
  }

  ._404-wrapper {
    padding-bottom: 3vw;
  }

  .grix-2x1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .qr-code-wrapper {
    width: 8rem;
  }

  .quote-wrapper {
    height: 100vh;
    padding-bottom: 4.5rem;
    bottom: auto;
  }

  .quote-wrapper-inner {
    max-width: 20rem;
  }

  .industry-sector-block-icon {
    width: 1.25rem;
  }

  .gyo-content {
    padding-top: .25rem;
  }

  .custom-icon-list-item {
    background-position: 0 3px;
  }

  .profile-internal-hero-img {
    padding-top: 4rem;
  }

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

  .profile-number-wrap {
    max-width: 8rem;
  }

  .profile-number-line {
    display: none;
  }

  .education-infro-wrap {
    max-width: 100%;
  }

  .legacy-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hide-mb {
    display: none;
  }

  .terralex-intro-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .profile-role-wrap {
    flex-flow: wrap;
  }

  .team-profile-intenal-hero-wrap {
    padding-bottom: 1rem;
  }

  .team-profile-intro-wrap {
    grid-template-columns: 1.125fr;
  }
}

#w-node-b2f54fed-29b5-d9c0-9671-1e4c13971a3b-b4f434e5 {
  align-self: center;
}

#w-node-_1071a1c6-e6d6-f09a-053d-6c55efa59f6d-b4f434e5, #w-node-_30e23561-a772-fa11-16ac-f7dfea7d7077-b4f434e5, #w-node-_30e23561-a772-fa11-16ac-f7dfea7d7078-b4f434e5, #w-node-_30e23561-a772-fa11-16ac-f7dfea7d7079-b4f434e5, #w-node-_30e23561-a772-fa11-16ac-f7dfea7d707b-b4f434e5, #w-node-_30e23561-a772-fa11-16ac-f7dfea7d707d-b4f434e5, #w-node-_30e23561-a772-fa11-16ac-f7dfea7d707f-b4f434e5, #w-node-_30e23561-a772-fa11-16ac-f7dfea7d7081-b4f434e5, #w-node-_30e23561-a772-fa11-16ac-f7dfea7d7082-b4f434e5, #w-node-_30e23561-a772-fa11-16ac-f7dfea7d7084-b4f434e5, #w-node-_30e23561-a772-fa11-16ac-f7dfea7d7086-b4f434e5, #w-node-_30e23561-a772-fa11-16ac-f7dfea7d7087-b4f434e5, #w-node-_30e23561-a772-fa11-16ac-f7dfea7d7089-b4f434e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a69606b-79b3-aaff-2f04-7cf5cab0b901-9392efa6 {
  grid-column: span 3 / span 3;
}

#w-node-_6a8e27c2-fae5-49f5-c061-c80e0a64ddf6-9327722e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7df928f-9d5d-94a4-5331-2deaabc8f9ad-0ddea3a6 {
  order: 1;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#email.w-node-cfaa5c6e-eb45-0272-726d-8ae01127bac5-1127bac1, #Subject.w-node-cfaa5c6e-eb45-0272-726d-8ae01127bac6-1127bac1, #Message.w-node-cfaa5c6e-eb45-0272-726d-8ae01127bac7-1127bac1, #w-node-_27fadd1e-8104-b640-80b9-797057609367-1127bac1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ea68b49f-2eaa-4759-caf5-780668df0e40-68df0e3b {
  justify-self: center;
}

#w-node-ea68b49f-2eaa-4759-caf5-780668df0e60-68df0e3b {
  justify-self: end;
}

#w-node-e007bb5e-2770-283f-136b-73df9af5b156-9fa4a686, #w-node-_05cc2cf5-5cdc-ce33-75e0-be91b35cb59e-9fa4a686, #w-node-_6de26917-7471-3f51-6b07-758a9959c632-9fa4a686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e9ee0ce-7de1-c3b6-0ef8-849a24f3b2e3-24f3b2df:where(.w-variant-1b696b88-9c96-c056-761a-09223e78d7a3) {
  grid-area: 1 / 1 / 2 / 2;
}

#Email-Address.w-node-_540c7750-1656-1182-9f4b-576c5a132ca9-c16702bd, #Position.w-node-_3b5b8dc5-b690-dcd2-4d8f-1b9223471b15-c16702bd, #Position.w-node-_1880cfca-a60c-7487-b8cc-f111b788b4bc-c16702bd, #Cover-Letter.w-node-_5bc87001-23e0-ce45-a985-5faf79dd933d-c16702bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_231474ee-f7cf-58dd-1353-e51ca330b502-a330b4f7:where(.w-variant-eb5a8cc3-ec9d-2562-ba44-a587d10d6f4b), #w-node-_4e1a2ec6-ebbb-dd45-31be-2f4a11047678-98ca16c5:where(.w-variant-eb5a8cc3-ec9d-2562-ba44-a587d10d6f4b) {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1c4e9b3d-9c97-2044-5bf3-fc9ed5ef8047-18d51560, #w-node-_058d780f-d6fc-3980-c802-d2d542d4322c-18d51560, #w-node-_4107826c-fb0a-2856-d3bb-da78312eff8d-18d51560, #w-node-aca9a4f1-1ed2-02ca-f920-3b7739ea80be-18d51560, #w-node-_95e9748b-f245-73b0-66a8-e0938a2a9399-18d51560, #w-node-a6587ec5-f63c-6d35-24f9-668bc63f89e8-18d51560, #w-node-_39c55a54-1f5b-5adb-8bd6-bb6cc15ecc4c-18d51560, #w-node-f2c5a96f-88b4-dff7-591b-775a11eaa6ea-18d51560, #w-node-_16d439db-a8a1-8f57-209f-24452954d5b2-e0c10d4b, #w-node-_16d439db-a8a1-8f57-209f-24452954d5b2-b740b82c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2a30242b-bbf9-dd7c-e797-2631cf5f4714-884b441b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Email-Address.w-node-_540c7750-1656-1182-9f4b-576c5a132ca9-c16702bd, #Position.w-node-_3b5b8dc5-b690-dcd2-4d8f-1b9223471b15-c16702bd, #Position.w-node-_1880cfca-a60c-7487-b8cc-f111b788b4bc-c16702bd {
    grid-column: span 1 / span 1;
  }

  #w-node-e310fd8d-d47b-1105-19b0-b0854155f5c6-e0c10d4b, #w-node-e310fd8d-d47b-1105-19b0-b0854155f5c6-b740b82c {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_68f7748d-bb51-6b77-3e3c-c863d8d15b5e-0ddea3a6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #email.w-node-cfaa5c6e-eb45-0272-726d-8ae01127bac5-1127bac1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a30242b-bbf9-dd7c-e797-2631cf5f4714-884b441b, #w-node-_1c4e9b3d-9c97-2044-5bf3-fc9ed5ef8047-18d51560, #w-node-_058d780f-d6fc-3980-c802-d2d542d4322c-18d51560, #w-node-_4107826c-fb0a-2856-d3bb-da78312eff8d-18d51560, #w-node-aca9a4f1-1ed2-02ca-f920-3b7739ea80be-18d51560, #w-node-_95e9748b-f245-73b0-66a8-e0938a2a9399-18d51560, #w-node-a6587ec5-f63c-6d35-24f9-668bc63f89e8-18d51560, #w-node-_39c55a54-1f5b-5adb-8bd6-bb6cc15ecc4c-18d51560, #w-node-f2c5a96f-88b4-dff7-591b-775a11eaa6ea-18d51560 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #email.w-node-cfaa5c6e-eb45-0272-726d-8ae01127bac5-1127bac1, #Subject.w-node-cfaa5c6e-eb45-0272-726d-8ae01127bac6-1127bac1, #Message.w-node-cfaa5c6e-eb45-0272-726d-8ae01127bac7-1127bac1, #w-node-_27fadd1e-8104-b640-80b9-797057609367-1127bac1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_971a33c6-8279-c653-2ff9-6f349870ef5b-9fa4a686 {
    order: -9999;
  }

  #w-node-_398768b3-21a6-7958-7b7f-3c6591a1d2d6-9fa4a686 {
    order: 9999;
  }

  #Cover-Letter.w-node-_5bc87001-23e0-ce45-a985-5faf79dd933d-c16702bd, #w-node-_16d439db-a8a1-8f57-209f-24452954d5b2-e0c10d4b, #w-node-_16d439db-a8a1-8f57-209f-24452954d5b2-b740b82c {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Erfont';
  src: url('../fonts/ERFONT-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erfont';
  src: url('../fonts/ERFONT-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erfont';
  src: url('../fonts/ERFONT-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erfont';
  src: url('../fonts/ERFONT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}