:root {
  --white: white;
  --black: #1d1d1d;
  --dark-grey: #33383f;
  --light-grey: #99a4af;
  --grey: #626a72;
  --gradient-red: rgba(255, 1, 1, .15);
  --back-grey: #f5f6f7;
  --gradient-pink: rgba(239, 152, 207, .25);
  --silver: #e7ecf0;
  --gradient-blue: rgba(122, 167, 255, .32);
  --dim-grey: #495158;
  --soft-grey: #cbd5df;
}

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

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

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}

h4 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  opacity: .9;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--grey);
  text-decoration: none;
  transition: color .2s;
}

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

li {
  opacity: .9;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--grey);
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

em {
  letter-spacing: -.5px;
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--gradient-red);
  color: var(--dark-grey);
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  text-align: center;
  margin-top: 12px;
}

.page-wrapper {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 0;
  margin-bottom: 0;
  position: relative;
}

.page-wrapper.light-grey {
  background-color: var(--back-grey);
}

.section {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.section.light-grey {
  background-color: var(--back-grey);
  margin-top: 10px;
  position: relative;
}

.section.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.light-color-gradient {
  background-color: var(--back-grey);
  background-image: linear-gradient(241deg, var(--gradient-pink), rgba(239, 152, 207, 0) 36%), radial-gradient(circle farthest-corner at 0% 50%, rgba(255, 1, 1, .13), transparent 38%), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0) 50%);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
  position: relative;
}

.section.light-color-gradient.sectionwhyus {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.light-color-gradient.sectionwherewe {
  background-image: linear-gradient(54deg, rgba(255, 131, 122, .25), rgba(255, 131, 122, 0) 28%), linear-gradient(241deg, var(--gradient-pink), rgba(239, 152, 207, 0) 36%), url('../images/Map-White.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat-y;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, fixed;
  border-radius: 20px;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.light-color-gradient.careersbackground {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(240deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.light-color-gradient.valuesbackground {
  background-color: #7e57ff;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent 50%);
  border-radius: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.light-color-gradient.valuesbackground.valuessectionabout {
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.light-color-gradient.valuesbackground.valuescareersection {
  border-radius: 0 0 20px 20px;
  margin-bottom: 0;
  padding-bottom: 160px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.light-color-gradient.partnerbackground {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(255, 131, 122, 0)), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), transparent);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.light-color-gradient.worktogetherbackground {
  background-color: #7e57ff;
  background-image: none;
  border-radius: 20px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.light-color-gradient.referralbackground {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.light-color-gradient.collaboratebackground {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), transparent), linear-gradient(241deg, rgba(126, 87, 255, .31), transparent);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.light-color-gradient.missionbackgroundsection {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.light-color-gradient.companyvaluesection {
  background-image: linear-gradient(241deg, var(--gradient-pink), rgba(239, 152, 207, 0) 36%), radial-gradient(circle farthest-corner at 0% 50%, rgba(255, 1, 1, .13), transparent 38%), radial-gradient(circle farthest-corner at 30% 150%, rgba(122, 167, 255, .24), rgba(255, 131, 122, 0) 50%);
}

.section.light-color-gradient.inspirebackground {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  border-radius: 0 0 20px 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.light-color-gradient.homemainsection {
  background-color: var(--back-grey);
  background-image: linear-gradient(to bottom, rgba(142, 242, 255, .29), rgba(142, 242, 255, .29)), radial-gradient(circle farthest-corner at 100% 100%, var(--gradient-red), var(--silver) 31%, rgba(217, 241, 80, .32) 50%, var(--gradient-red) 74%, transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.daek-page-header {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 30% 150%, var(--gradient-blue), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
  padding-top: 96px;
  padding-bottom: 32px;
}

.section.black-gradient {
  background-color: #7e57ff;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 40% 130%, rgba(122, 167, 255, .41), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.black-gradient.enquiryaddresssection {
  background-color: #000;
  border-radius: 0 0 20px 20px;
  margin: 0 2vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.black-gradient.headofficesection {
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.black-gradient.positionsheadsection {
  background-image: radial-gradient(circle at 40% 130%, rgba(122, 167, 255, .41), rgba(0, 0, 0, 0) 58%);
  border-radius: 0 0 20px 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.section.light-page-header {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle at 0%, rgba(255, 1, 1, .13), rgba(0, 0, 0, 0) 41%), radial-gradient(circle at 30% 150%, rgba(122, 167, 255, .24), rgba(0, 0, 0, 0) 54%);
  padding-top: 96px;
  padding-bottom: 32px;
}

.section.light-page-header.contactbackground {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0)), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  border-radius: 20px 20px 0 0;
  margin-top: 2vw;
  margin-left: 2vw;
  margin-right: 2vw;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.light-page-header.partnersbackground {
  background-image: url('../images/PartnersBackground.png'), radial-gradient(circle at 0%, rgba(255, 1, 1, .13), rgba(0, 0, 0, 0) 41%), radial-gradient(circle at 30% 150%, rgba(122, 167, 255, .24), rgba(0, 0, 0, 0) 54%);
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.section.lookingfor {
  background-color: #7e57ff;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent 50%), radial-gradient(circle farthest-corner at 40% 130%, rgba(126, 87, 255, .31), transparent 50%);
}

.section.lookingfor.leadingbrandsection {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.lookingfor.leadingbrandsection.leadingbrandsectioncollaborate {
  border-radius: 20px;
}

.section.lookingfor.atglancesection {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.lookingfor.atglance2section {
  background-color: var(--back-grey);
  background-image: linear-gradient(241deg, rgba(126, 87, 255, .31), transparent), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), transparent);
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.lookingfor.leadingbrand2section {
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.section.lookingfor.companyquotesection {
  background-color: var(--back-grey);
  background-image: linear-gradient(241deg, rgba(126, 87, 255, .31), transparent), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), transparent);
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

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

.section.groupdnasection {
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 20px 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.button {
  color: #7e57ff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 2px solid #7e57ff;
  border-radius: 0;
  flex: none;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 0;
  padding: 8px 28px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s ease-out;
}

.button:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #7e57ff;
  background-clip: border-box;
  border-color: #7e57ff;
}

.button:active {
  background-color: var(--grey);
  transform: translate(0, 2px);
  box-shadow: 0 0 rgba(32, 32, 32, 0);
}

.button.no-margin {
  background-color: #5b758f;
  border-color: #5b758f;
  margin-left: 0;
  margin-right: 0;
}

.button.no-margin.submitmessagebutton {
  box-shadow: none;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-color: #000;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 15px;
  transition: all .4s ease-out;
}

.button.no-margin.submitmessagebutton:hover {
  color: #fff;
  background-color: #ebc700;
  border-color: #ebc700;
}

.button.no-margin.submitmessagebutton.submitmessagearabicbutton {
  font-family: Plexsans, sans-serif;
}

.button.outline {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--dim-grey);
  color: var(--black);
}

.button.outline:hover {
  background-color: var(--silver);
}

.button.outline:active {
  background-color: var(--dim-grey);
  color: var(--white);
}

.button.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
}

.button.light:hover {
  background-color: var(--silver);
  color: var(--grey);
}

.button.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.button.light.mobile-hidden {
  box-shadow: inset 0 0 0 1px var(--silver);
}

.button.disabled {
  background-color: var(--back-grey);
  box-shadow: none;
  opacity: .7;
  color: var(--soft-grey);
}

.button.disabled:active {
  transform: none;
}

.button.subscribe {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 22px;
  padding-right: 22px;
}

.button.dark {
  background-color: var(--dim-grey);
}

.button.dark:hover {
  background-color: var(--dark-grey);
}

.button.dark:active {
  background-color: var(--light-grey);
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

.button.white:hover {
  background-color: var(--silver);
}

.button.white:active {
  background-color: var(--soft-grey);
}

.button.collaboratebutton {
  box-shadow: none;
  color: #7e57ff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-left: 0;
  transition: all .4s ease-out;
}

.button.collaboratebutton:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #7e57ff;
  background-clip: border-box;
  border-color: #7e57ff;
}

.button.missionaboutbutton {
  margin-left: 0;
}

.button.informbusinessbutton {
  background-color: rgba(0, 0, 0, 0);
  border-color: #7e57ff;
  border-radius: 0;
  margin-left: 0;
  font-family: Helveticaneue Medium, sans-serif;
}

.button.informbusinessbutton:hover {
  background-color: #7e57ff;
  border-color: #7e57ff;
}

.button.becomepartnerbutton {
  margin-left: 0;
}

.button.becomepartnerbutton.becomepartnermainarabicbutton {
  font-family: Plexsans, sans-serif;
}

.button.becomereferralbutton {
  margin-left: 0;
}

.button.seeopenpositionsmainarabicbutton {
  font-family: Plexsans, sans-serif;
}

.button.knowmorebutton:hover {
  background-color: #7e57ff;
}

.spacer {
  height: 48px;
  background-color: var(--silver);
}

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._32 {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._48 {
  width: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._80 {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._96 {
  width: 96px;
  height: 96px;
  height: 96px;
  background-color: rgba(94, 178, 244, 0);
}

.spacer._32 {
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
}

.text-box {
  max-width: 650px;
  position: relative;
}

.text-box.center-align {
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._550px.center-align {
  text-align: left;
  padding-right: 20px;
}

.text-box._550px.center-align.subscribebox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.text-box._500px {
  max-width: 100%;
}

.text-box._500px.careersgridtextbox {
  max-width: 1000px;
}

.text-box._500px.careersgridtextbox.careersmaingridarabictextblock {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-box._500px.partnergridtextbox {
  max-width: 1000px;
}

.text-box._500px.partnergridtextbox.partnermaingridarabictextbox {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-box._500px.referralmaingridtextbox {
  max-width: 1000px;
}

.text-box._500px.referralmaingridtextbox.referralmaingridarabictextblock {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-box._500px.collaboratemaingridtextbox {
  max-width: 1000px;
}

.text-box._500px.collaboratemaingridtextbox.collaboratemaingridarabictextbox {
  text-align: right;
}

.text-box._500px.aboutmaingridtextbox.aboutmaingridarabictextblock {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-box._500px.homemainsectionarabicgridtextblock, .text-box._500px.homewhyussectionarabicgridtextblock {
  text-align: right;
}

.text-box._500px.aboutmissiongridarabictextblock, .text-box._500px.aboutteamgridarabictextbox {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-box.centered {
  margin-left: auto;
  margin-right: auto;
}

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

._12-columns.align-top {
  align-items: flex-start;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.container {
  width: auto;
  min-height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.container.contactinfocontainer {
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.container.timelinecontainer {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.dnacontainment {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.color-block {
  width: 100%;
  height: 60px;
  background-color: var(--black);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.grey {
  background-color: var(--grey);
}

.color-block.light-grey {
  background-color: var(--light-grey);
}

.color-block.dark-grey {
  background-color: var(--dark-grey);
}

.color-block.back-grey {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
}

.color-block.soft-grey {
  background-color: var(--soft-grey);
}

.color-block.silver {
  background-color: var(--silver);
}

.color-block.white {
  border: 1px solid var(--silver);
  background-color: #fff;
}

.color-block.soft-red {
  border: 1px solid var(--silver);
  background-color: var(--gradient-red);
}

.color-block.soft-blue {
  border: 1px solid var(--silver);
  background-color: var(--gradient-blue);
}

.color-block.soft-pink {
  border: 1px solid var(--silver);
  background-color: var(--gradient-pink);
}

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  background-color: var(--silver);
  border-radius: 2px;
  margin-bottom: 20px;
}

.column {
  min-height: 32px;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  width: 8.33%;
  flex: 0 auto;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  width: 25%;
  flex: none;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-8 {
  width: 66.6667%;
}

.ds-block {
  margin-bottom: 32px;
  font-size: 18px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: var(--silver);
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

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

.rich-text img {
  border-radius: 5px;
}

.rich-text h4, .rich-text h3 {
  margin-top: 24px;
}

.nav-content {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  display: flex;
  position: relative;
}

.nav-content.arabicnavcontent {
  margin-left: 0;
  margin-right: 24px;
}

.nav-cta-button-container {
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  width: auto;
  border-bottom: 1px solid var(--back-grey);
  background-color: var(--white);
  border-bottom-right-radius: 2vw;
  border-bottom-left-radius: 2vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

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

.nav-logo {
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-link {
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: color .4s ease-out;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: var(--black);
}

.footer-link.w--current {
  opacity: 1;
  color: #fede2b;
  font-family: Helveticaneue Medium, sans-serif;
}

.footer-link.navigationbar2arabiccontainerlink {
  font-family: Notosansarabic, sans-serif;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer-links-container.arabicnavigationbar2linkscontainer {
  align-items: flex-end;
}

.footer-links-container.arabicnavigationbar2linkscontainer.followusarabicmobileblock {
  display: none;
}

.footer {
  z-index: 0;
  background-color: #7e57ff;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .4);
}

.icon {
  width: 64px;
  height: 64px;
  color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
}

.icon.large {
  width: 128px;
  height: 128px;
}

.search-banner {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.nav-dropdown {
  color: var(--dark-grey);
  border-radius: 5px;
  margin-left: 6px;
  margin-right: 2px;
  padding: 5px 22px 5px 8px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s;
  position: relative;
}

.nav-dropdown:hover {
  opacity: 1;
  color: #1b9cca;
}

.nav-dropdown.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.paragraph.small {
  opacity: 1;
  color: #fff;
  margin-bottom: 6px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.small.arabicrightsreservedtitle {
  font-family: Notosansarabic, sans-serif;
}

.paragraph.large {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.33em;
}

.paragraph.large.homebackgroundsub {
  color: var(--black);
  background-color: rgba(231, 236, 240, .2);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px;
  font-family: Helveticaneue Medium, sans-serif;
  font-weight: 500;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.paragraph.large.homebackgroundsub.homemainsectionarabicsubheading {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
  font-weight: 600;
}

.paragraph.large.whyussub {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Helveticaneue Medium, sans-serif;
  font-weight: 500;
}

.paragraph.large.whyussub.whyushomearabictext {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.paragraph.large.careerssubheading {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Helveticaneue Medium, sans-serif;
  font-weight: 500;
}

.paragraph.large.careerssubheading.careersmaingridarabicparagraph {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.paragraph.large.partnerbackgroundsubheading {
  color: var(--black);
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Helveticaneue Medium, sans-serif;
  font-weight: 500;
}

.paragraph.large.partnerbackgroundsubheading.partnermaingridarabicparagraph {
  text-align: right;
  align-self: flex-end;
  font-family: Notosansarabic, sans-serif;
}

.paragraph.large.referralbackgroundsubheading {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Helveticaneue Medium, sans-serif;
  font-weight: 500;
}

.paragraph.large.referralbackgroundsubheading.referralmaingridarabictext {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.paragraph.large.collaboratebackgroundsubtitle {
  color: var(--black);
  background-color: rgba(231, 236, 240, .2);
  background-image: linear-gradient(147deg, rgba(122, 167, 255, .12), rgba(0, 0, 0, 0));
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 8px;
  font-family: Helveticaneue Medium, sans-serif;
  font-weight: 500;
  line-height: 1.33em;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.paragraph.large.collaboratebackgroundsubtitle.collaboratemainsectionarabicsubheading {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.paragraph.large.aboutheadtingsubtitle {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Helveticaneue Medium, sans-serif;
  font-weight: 500;
}

.paragraph.large.aboutheadtingsubtitle.aboutmaingridheadingarabictext {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.paragraph.large.timelineparagraph1 {
  text-align: right;
}

.paragraph.large.timelineparagraph1.timelinearabicparagraph1 {
  font-family: Notosansarabic, sans-serif;
  font-weight: 400;
}

.paragraph.large.inspiredsubtitle {
  color: var(--black);
}

.paragraph.large.inspiredsubtitle.aboutteamgridarabicheadingtext {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.paragraph.large.workimpacttext {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph.large.workimpacttext.workhasimpactarabictext {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.paragraph.large.missionbriefingtext {
  color: var(--black);
}

.paragraph.large.missionbriefingtext.aboutmissiongridarabictext {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.paragraph.large.timelinearabicparagraph2 {
  font-family: Notosansarabic, sans-serif;
}

.paragraph.medium {
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 16px;
}

.paragraph.medium.contactsuperscript {
  color: #fede2b;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 25px;
}

.paragraph.medium.contactsuperscript.contactarabicsuperheading {
  text-align: right;
}

.paragraph.medium.accelerateparagraph {
  line-height: 1.33em;
}

.paragraph.medium.accelerateparagraph.acceleratearabicparagraph {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.paragraph.medium.subscribearabicheadingtext {
  font-family: Notosansarabic, sans-serif;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
  line-height: 1.4em;
}

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

.paragraph.positiondesc.arabicpositiondesc {
  text-align: right;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin.positionstitle {
  color: #7e57ff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.ds-menu-brand {
  width: 160px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  width: 100%;
  color: var(--silver);
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
}

.ds-menu-link:hover {
  color: var(--soft-grey);
}

.ds-menu-link.w--current {
  background-color: var(--dark-grey);
  color: var(--white);
  padding-right: 0;
  font-weight: 500;
}

.ds-nav {
  width: 240px;
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--gradient-red), rgba(0, 0, 0, 0) 43%);
  padding-top: 40px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #197dff;
}

.form-error {
  color: var(--black);
  background-color: rgba(126, 87, 255, .21);
  border-radius: 0;
  margin-top: 20px;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
}

.form {
  margin-bottom: 0;
}

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

.checkbox-field {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.check-box {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #197dff;
  background-position: 50%;
  background-size: 16px;
  border-color: #197dff;
}

.ds-content {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  width: 100%;
  color: gray;
  background-color: rgba(126, 87, 255, .21);
  border-radius: 0;
  margin-top: 0%;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-success.dark {
  background-color: var(--dim-grey);
  color: var(--white);
}

.ds-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.ds-section.header {
  background-color: var(--back-grey);
  color: var(--black);
}

.ds-title {
  color: var(--dark-grey);
  margin-bottom: 8px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-field {
  height: 44px;
  min-width: 120px;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 0;
  margin-bottom: 4px;
  padding: 19px 12px;
  font-size: 15px;
  line-height: 1.4em;
  transition: border-color .4s ease-out;
}

.text-field:focus {
  border-color: #fede2b;
}

.text-field::-ms-input-placeholder {
  color: var(--light-grey);
}

.text-field::placeholder {
  color: var(--light-grey);
}

.text-field.no-margin {
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
}

.text-field.no-margin.arabicsubscribesectionfield {
  text-align: right;
}

.text-field.contactformarabicfield {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.ebook-box {
  width: 100%;
  height: 100%;
  color: var(--black);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.ebook-box:hover {
  transform: translate(0, -3px);
}

.ebook-thumbnail {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.text-area {
  min-height: 120px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 15px;
  transition: all .4s ease-out;
}

.text-area:focus {
  border-color: #fede2b;
}

.text-area::-ms-input-placeholder {
  color: var(--light-grey);
}

.text-area::placeholder {
  color: var(--light-grey);
}

.text-area.contactformarabictextbox {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.tabs-menu {
  width: 100%;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tab-link {
  border-bottom: 2px solid var(--silver);
  opacity: .5;
  color: var(--grey);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
}

.tab-link:hover {
  border-bottom-color: var(--soft-grey);
  color: var(--grey);
}

.tab-link.w--current {
  opacity: 1;
  color: #197dff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #197dff;
  font-weight: 600;
}

.ds-description {
  max-width: 400px;
  color: var(--grey);
}

.small-button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex: none;
  margin-bottom: 16px;
  padding: 5px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .2s, border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 1px rgba(0, 0, 0, .06);
}

.small-button:hover {
  background-color: var(--dark-grey);
  color: #fff;
}

.small-button:active {
  background-color: var(--dim-grey);
  transform: translate(0, 1px);
  box-shadow: 0 0 rgba(0, 0, 0, .06);
}

.small-button.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
  margin-right: 0;
}

.small-button.light:hover {
  background-color: var(--silver);
}

.small-button.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.small-button.dark {
  box-shadow: none;
  background-color: #7e57ff;
  border-radius: 0;
  margin-top: 20px;
  margin-right: 0;
  transition: all .4s ease-out;
}

.small-button.dark:hover {
  background-color: #ebc700;
}

.small-button.dark:active {
  background-color: var(--black);
}

.small-button.dark.arabicsubscribesectionsubmit {
  font-family: Notosansarabic, sans-serif;
}

.nav-container {
  width: 100%;
  height: 5vw;
  max-width: none;
  background-color: #fff;
  border-bottom-right-radius: 2vw;
  border-bottom-left-radius: 2vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw 5vw;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.nav-container.arabicnavigationcontainer {
  max-width: none;
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.nav-link {
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
}

.nav-link:hover {
  color: #7e57ff;
}

.nav-link:active {
  color: var(--grey);
}

.nav-link.w--current {
  color: #e6c300;
}

.nav-link.cta-button {
  color: var(--white);
  background-color: #000;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 1.3vw;
  line-height: 1.8em;
  transition: all .4s ease-out;
}

.nav-link.cta-button:hover {
  background-color: #ebc700;
}

.nav-link.cta-button:active {
  background-color: var(--grey);
  box-shadow: 0 0 0 0 var(--silver);
  transform: translate(0, 1px);
}

.nav-link.cta-button.readytocollaboratearabicbutton {
  font-family: Notosansarabic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.collaboratenavigationarabic, .nav-link.contactusnavigationarabic {
  font-family: Notosansarabic, sans-serif;
  font-size: 16px;
}

.form-dropdown {
  width: 100%;
  height: 44px;
  background-color: var(--back-grey);
  color: #000;
  border: 2px solid #000;
  border-radius: 0;
  margin-bottom: 4px;
  padding: 8px 12px;
  font-size: 15px;
  transition: all .4s ease-out;
  position: relative;
}

.form-dropdown:active {
  color: #000;
}

.form-dropdown:focus {
  color: #000;
  border-color: #fede2b;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown.arabicenquirycategoryselect {
  font-family: Notosansarabic, sans-serif;
}

.field-block {
  z-index: 1;
  min-height: 20px;
  min-width: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-header {
  color: #fede2b;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.footer-header.navigationbar2arabiccontainerheading {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.footer-container {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.ds-module {
  min-height: 100px;
  min-width: 100px;
  background-color: var(--silver);
  border-radius: 2px;
  flex-direction: column;
  display: flex;
  position: relative;
}

._1-2-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._2-1-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.heading {
  font-weight: 600;
  display: block;
}

.heading.h1 {
  margin-bottom: 18px;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  line-height: 1.25em;
}

.heading.h1.small-margin {
  margin-bottom: 6px;
}

.heading.h1.elements {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 15px;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 50px;
  transform: skew(0deg);
}

.heading.h1.elements.dnatitle {
  font-size: 35px;
}

.heading.h1.elements.referralpartnerheading, .heading.h1.elements.referralpartnerheadingb, .heading.h1.elements.referralpartnerheadingc {
  padding-left: 0;
  font-size: 30px;
}

.heading.h1.elements.dnastepb {
  font-size: 25px;
}

.heading.h1.elements.dnastepc {
  font-size: 28px;
}

.heading.h1.elements.dnastepa {
  font-size: 35px;
}

.heading.h1.elements.dnastepd {
  font-size: 28px;
}

.heading.h1.elements.timelineheading {
  background-color: rgba(0, 0, 0, 0);
}

.heading.h1.locationtitle {
  text-align: right;
  padding-left: 0;
  padding-right: 40px;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 90px;
  line-height: .9em;
}

.heading.h1.locationtitle.valuestitle {
  color: var(--white);
  padding-left: 40px;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 55px;
  line-height: 1em;
}

.heading.h1.locationtitle.valuestitle.careersvaluesarabicheading {
  font-family: Plexsans, sans-serif;
}

.heading.h1.locationtitle.citytitle {
  color: var(--white);
  font-family: Spacegrotesk Medium, sans-serif;
}

.heading.h1.locationtitle.worktogethertitle {
  color: var(--white);
  font-size: 55px;
}

.heading.h1.contacttitle {
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 55px;
}

.heading.h1.contacttitle.partnerformtitle {
  line-height: 1em;
}

.heading.h1.contacttitle.contactsectionarabicheading {
  text-align: right;
}

.heading.h1.missiontitle {
  color: var(--black);
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 24px;
  line-height: 1.1em;
}

.heading.h1.missiontitle.aboutmissiongridarabicheading {
  text-align: right;
  font-family: Plexsans, sans-serif;
}

.heading.h1.homebackgroundheading {
  color: var(--black);
  border-left: 4px solid #df9aa7;
  padding-left: 8px;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.heading.h1.homebackgroundheading.homemainsectionarabicheading {
  text-align: right;
  font-family: Plexsans, sans-serif;
}

.heading.h1.whyusheading {
  color: var(--black);
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 33px;
  line-height: 1em;
}

.heading.h1.whyusheading.whyushomearabicheading {
  text-align: right;
}

.heading.h1.careersheading {
  color: var(--black);
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 45px;
  line-height: 1em;
}

.heading.h1.careersheading.careersmaingridarabicheading {
  text-align: right;
  font-family: Plexsans, sans-serif;
}

.heading.h1.partnerbackgroundheading {
  color: var(--black);
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 45px;
  line-height: 1em;
}

.heading.h1.partnerbackgroundheading.partnermaingridarabicheading {
  align-self: flex-end;
}

.heading.h1.referralbackgroundheading {
  color: var(--black);
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 45px;
  line-height: 1em;
}

.heading.h1.referralbackgroundheading.referralmaingridarabicheading {
  text-align: right;
  font-family: Plexsans, sans-serif;
}

.heading.h1.collaboratebackgroundtitle {
  font-family: Exo, sans-serif;
}

.heading.h1.collaboratebackgroundtitle.collaborateheadingtitle {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: content-box;
  border-left: 4px solid #df9aa7;
  padding-left: 8px;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 45px;
  line-height: 1em;
}

.heading.h1.collaboratebackgroundtitle.collaborateheadingtitle.collaboratemainsectionarabicheading {
  text-align: right;
  font-family: Plexsans, sans-serif;
}

.heading.h1.aboutheadingtitle {
  color: var(--black);
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 45px;
  line-height: 1em;
}

.heading.h1.aboutheadingtitle.aboutmaingridarabicheading {
  text-align: right;
}

.heading.h1.partnerformtitle {
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 40px;
}

.heading.h1.inspiredtitle {
  color: var(--black);
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 42px;
  line-height: 1em;
}

.heading.h1.inspiredtitle.aboutteamgridarabicheading {
  text-align: right;
  font-family: Plexsans, sans-serif;
}

.heading.h2 {
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.heading.h2.aspirationtitle.aspirationheadingarabic, .heading.h2.glancegroupheading {
  color: var(--black);
}

.heading.h3 {
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-bottom: 12px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading.h3.no-margin {
  margin-bottom: 0;
}

.heading.h3.forwardthinking {
  color: #000;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading.h3.forwardthinking.referraltitle {
  margin-bottom: 40px;
}

.heading.h3.forwardthinking.referraltitle.abouttitles.meetleadersarabicheading {
  font-family: Plexsans, sans-serif;
}

.heading.h3.forwardthinking.referraltitle.referralprocessheading {
  color: #000;
}

.heading.h3.forwardthinking.retailheading {
  margin-top: 80px;
  margin-bottom: 0;
  font-family: Helveticaneue Medium, sans-serif;
}

.heading.h3.forwardthinking.groupdnasuperheading {
  color: #000;
  margin-bottom: 0;
}

.heading.h3.forwardthinking.partnertitle {
  color: #000;
}

.heading.h3.forwardthinking.ourthreeexceptionsheading {
  margin-left: 20px;
  margin-right: 20px;
}

.heading.h3.forwardthinking.forwardthinkingarabic {
  font-family: Plexsans, sans-serif;
  font-weight: 700;
}

.heading.h3.lookingtitle {
  color: var(--white);
}

.heading.h3.lookingtitle.quotetitle {
  color: #7e57ff;
  font-family: Helveticaneue Medium, sans-serif;
  font-weight: 300;
}

.heading.h3.lookingtitle.quotetitle.quotespeakerarabictitle {
  font-family: Notosansarabic, sans-serif;
}

.heading.h3.lookingtitle.companyvisiontitle {
  color: #000;
}

.heading.h3.lookingtitle.companyvisiontitle.companyvisionarabicsuperheading {
  font-family: Plexsans, sans-serif;
}

.heading.h3.contacttitle {
  font-family: Exo, sans-serif;
  font-size: 40px;
}

.heading.h3.howwedoitheading {
  margin-bottom: 40px;
}

.heading.h3.howwedoithomearabicheading {
  font-family: Plexsans, sans-serif;
}

.heading.h3.howwedoithomearabicheading.howwedoitcollaboratearabicheading {
  margin-bottom: 40px;
}

.heading.h4 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.45em;
}

.heading.h5 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.h6 {
  color: var(--grey);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.large-h1 {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  line-height: 1.15em;
}

.heading.large-h1.subheading {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.33em;
}

.heading.large-h1.subheading.inquirytitle {
  text-align: center;
  margin: 0 20px;
  padding-bottom: 80px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading.large-h1.subheading.inquirytitle.righttitle {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

.heading.large-h1.subheading.inquirytitle.locationcontacttitle {
  color: #fede2b;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.heading.large-h1.subheading.inquirytitle.locationcontacttitle.locationcontacttitlearabic {
  font-family: Notosansarabic, sans-serif;
}

.heading.large-h1.subheading.talkarabicsubheading {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.heading.large-h1.talktitle {
  border-left: 4px solid var(--gradient-red);
  color: var(--black);
  padding-left: 8px;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 4vw;
  line-height: 1em;
  display: flex;
}

.heading.large-h1.ourvaluessubheading {
  color: var(--white);
  text-align: right;
  margin: 20px 20px 0;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading.large-h1.ourvaluessubheading.careersvaluesarabicheadingtext {
  font-family: Notosansarabic, sans-serif;
}

.error-3 {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.licenses-grid {
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  background-color: var(--black);
  color: var(--white);
  background-image: radial-gradient(circle at 50% 0, rgba(239, 152, 207, .2), rgba(0, 0, 0, 0) 57%), radial-gradient(circle at 0 20%, rgba(122, 167, 255, .25), rgba(0, 0, 0, 0) 42%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.utility-page-wrap.center-align {
  background-image: radial-gradient(circle farthest-corner at 50% -20%, rgba(239, 152, 207, .2), rgba(0, 0, 0, 0) 61%), radial-gradient(circle farthest-corner at 0% 20%, var(--gradient-blue), rgba(0, 0, 0, 0) 42%);
  text-align: center;
}

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

.utility-page-form {
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.visible-spacer {
  background-color: var(--silver);
  border-radius: 2px;
  margin-bottom: 24px;
  display: inline-block;
}

.email-form {
  max-width: 450px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-form.center-align {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.email-form.no-margin {
  margin-left: 50px;
}

.email-form.no-margin.subscribeemailform {
  margin-left: 0;
}

.section-top {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.section-top.forwardthinking {
  font-family: Exo, sans-serif;
}

.section-top.different {
  margin-top: 0;
  margin-bottom: 0;
}

.section-top.looking {
  margin-top: 0;
}

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

._4-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.email-subscribe {
  width: 100%;
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.search {
  align-items: flex-start;
  margin-bottom: 0;
}

.terms-card {
  z-index: 2;
  max-width: 800px;
  background-color: #fff;
  border-radius: 12px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px 48px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.popular-posts-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.hidden {
  display: none;
}

.search-bar {
  width: 280px;
  height: 36px;
  border: 1px solid var(--back-grey);
  background-color: var(--back-grey);
  color: var(--black);
  background-image: url('../images/MagnifyingGlass-Grey.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s;
}

.search-bar:hover, .search-bar:focus {
  border-color: var(--soft-grey);
}

.search-bar::-ms-input-placeholder {
  color: var(--light-grey);
}

.search-bar::placeholder {
  color: var(--light-grey);
}

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

.card-text-link {
  width: 100%;
  max-width: 450px;
  color: var(--black);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.card-text-link:hover {
  color: var(--dark-grey);
}

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

.form-card {
  color: var(--black);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 0;
  font-family: Helveticaneue Medium, sans-serif;
}

.title-tag {
  color: var(--light-grey);
  margin-bottom: 12px;
  font-weight: 500;
}

.cta-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.error-4 {
  width: 100%;
  max-width: 1230px;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.grey-text-link {
  border-bottom: 1px solid var(--soft-grey);
  color: var(--grey);
}

.grey-text-link:hover {
  border-bottom-color: var(--light-grey);
  color: var(--dark-grey);
}

.banner-section {
  z-index: 200;
  background-color: var(--white);
  background-image: radial-gradient(circle at 25% -20%, rgba(122, 167, 255, .15), rgba(255, 255, 255, 0) 52%), radial-gradient(circle at 100% 0, rgba(255, 1, 1, .08), rgba(255, 255, 255, 0) 25%);
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.banner-container {
  max-width: 1080px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.banner-link {
  color: var(--light-grey);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  text-decoration: none;
  display: inline;
}

.banner-link:hover {
  color: var(--black);
}

.hero-grid {
  grid-template: "."
  / 1.4fr 1fr;
  align-items: center;
}

.hero-grid.careersmaingrid {
  grid-template-columns: 1.4fr 1fr;
}

.hero-grid.careersmaingrid.careersmainarabicgrid {
  grid-template-columns: 1fr 1.4fr;
}

.hero-grid.partnermaingrid {
  grid-template-columns: 1.4fr 1fr;
}

.hero-grid.partnermaingrid.partnermaingridarabic {
  grid-template-columns: 1fr 1.4fr;
}

.hero-grid.referralmaingrid {
  grid-template-columns: 1.4fr 1fr;
}

.hero-grid.referralmaingrid.referralmaingridarabic {
  grid-template-columns: 1fr 1.4fr;
}

.hero-grid.collaboratemaingrid {
  grid-template-columns: 1.4fr 1fr;
}

.hero-grid.collaboratemaingrid.collaboratemaingridarabic {
  grid-template-columns: 1fr 1.4fr;
}

.hero-grid.aboutmaingrid {
  grid-template-columns: 1.4fr 1fr;
}

.hero-grid.aboutmaingrid.aboutmainarabicgrid, .hero-grid.arabichomemaingrid, .hero-grid.whyushomearabicgrid, .hero-grid.aboutmissiongridarabic, .hero-grid.aboutteamgridarabic {
  grid-template-columns: 1fr 1.4fr;
}

.hero-illustration {
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
}

.large-3-grid {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr .8fr;
}

.footer-grid.gridnavigationbar2arabic {
  grid-template-columns: .8fr 1fr 1fr 3fr;
}

.footer-logo-block {
  max-width: 650px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-logo-block.navigationbar2arabiclogoblock {
  align-items: flex-end;
}

.footer-logo-block.navigationbar2arabiclogoblock.mobilearabiclogoblock {
  display: none;
}

.ebook-header-block {
  height: 50px;
  max-width: 650px;
  position: relative;
}

.ebook-page-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
}

.ebook-cover {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.ebook-mobile-block {
  height: 50px;
  max-width: 650px;
  display: none;
  position: relative;
}

.full-page-wrapper {
  width: 100%;
  max-width: none;
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--gradient-blue), transparent 44%), radial-gradient(circle farthest-corner at 0% 100%, var(--gradient-red), transparent 32%);
  color: var(--white);
  align-items: center;
  padding: 24px 12px;
}

.form-page-logo {
  width: 190px;
}

.form-card-header {
  text-align: center;
  margin-bottom: 32px;
}

.admin-form-card {
  width: 100%;
  max-width: 380px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  padding: 40px;
}

.admin-form-card.center-align {
  text-align: center;
}

.form-card-footer {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
}

.below-card-link {
  color: var(--light-grey);
  margin-top: 24px;
  font-size: 14px;
  display: inline-block;
}

.below-card-link:hover {
  color: var(--soft-grey);
}

.checkbox-label {
  flex: 1;
  font-size: 14px;
  display: inline-block;
}

.white-text-link {
  border-bottom: 1px solid var(--grey);
  color: var(--white);
  transition: border-color .2s, color .2s;
}

.white-text-link:hover {
  border-bottom-color: var(--soft-grey);
  color: var(--soft-grey);
}

.field-label {
  color: #202020;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.field-label.no-margin {
  margin-bottom: 0;
}

.account-header {
  border-style: none none solid;
  border-bottom-color: #e7ecf0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.account-info-wrapper {
  margin-top: 24px;
}

.account-card {
  width: 100%;
  max-width: 380px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  padding: 24px 32px;
}

.account-page-wrapper {
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  min-height: 650px;
  background-color: var(--silver);
  color: var(--white);
  background-image: radial-gradient(circle at 50% 0, rgba(239, 152, 207, .2), rgba(0, 0, 0, 0) 57%), radial-gradient(circle at 0 20%, rgba(122, 167, 255, .25), rgba(0, 0, 0, 0) 42%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.form-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

.form-page-logo-link {
  margin-bottom: 32px;
  transition: opacity .2s, color .2s;
}

.form-page-logo-link:hover {
  opacity: .9;
}

.dropdown-toggle {
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Helveticaneue Medium, sans-serif;
}

.dropdown-toggle:hover {
  color: #000;
}

.text-block {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}

.text-block:hover {
  color: #000;
}

.text-block.arabicaboutnavigation, .text-block.workwithusnavigationarabic {
  font-family: Notosansarabic, sans-serif;
  font-size: 16px;
}

.icon-2 {
  font-size: 13px;
}

.icon-3 {
  font-size: 13px;
  font-weight: 500;
}

.bold-text {
  color: #5b758f;
  font-family: Exo, sans-serif;
  font-size: 46px;
}

.text-span {
  color: #5b758f;
  font-family: Exo, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.text-span-2 {
  color: #7e57ff;
}

.text-span-3 {
  color: #fede2b;
}

.text-span-3.partnerhighlighted, .text-span-3.wedoitbittitle, .text-span-3.laederhighlighted, .text-span-3.referralprocessbithighlighted, .text-span-4, .text-span-4.groupdnaname, .text-span-4.wedoitbittitle {
  color: #7e57ff;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 50px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.bold-text-2 {
  color: var(--black);
  font-size: 18px;
}

.bold-text-2.valuessuperscript {
  color: #fff;
}

.bold-text-2.valuessuperscript.valuesarabicsuperscript {
  font-family: Plexsans, sans-serif;
}

.bold-text-2.companyvalueheading {
  color: var(--black);
}

.bold-text-2.wherewearesuperheading {
  color: #000;
}

.bold-text-2.aboutmaingridarabicsuperheading, .bold-text-2.aboutmissionarabicsuperheading, .bold-text-2.aboutteamgridarabicsuperheading {
  font-family: Plexsans, sans-serif;
}

.container-3, .columns {
  margin-bottom: 0;
}

.columns.partnersection {
  margin-bottom: 40px;
}

.column-2 {
  padding-top: 220px;
  padding-left: 10px;
}

.column-3 {
  padding-top: 0;
  padding-left: 10px;
}

.columns-2 {
  margin-bottom: 0;
}

.text-span-5 {
  color: #7e57ff;
  font-family: Spacegrotesk Medium, sans-serif;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9, .bold-text-3 {
  color: #7e57ff;
}

.bold-text-4 {
  color: #fede2b;
}

.bold-text-4.companyquotehighlighted, .bold-text-4.glancegrouphighlight {
  color: #7e57ff;
}

.bold-text-5 {
  color: #fede2b;
}

.bold-text-5.companyquotehighlighted {
  color: #7e57ff;
}

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

.columns-3 {
  margin-right: -10px;
}

.columns-4 {
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.columns-5 {
  margin-top: 40px;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 14px;
}

.text-block-3.brandqualityarabic {
  font-family: Notosansarabic, sans-serif;
}

.columns-6 {
  margin-top: 40px;
}

.text-block-44 {
  color: var(--white);
  text-align: center;
  padding-top: 20px;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 80px;
}

.text-block-44.subscript {
  padding-top: 40px;
  font-size: 20px;
}

.text-block-44.subscript.glancecareerssubtitle {
  color: var(--black);
}

.text-block-44.glancefigure {
  color: #fede2b;
}

.text-block-44.glancefigure.glancecareersfigure {
  color: #7e57ff;
}

.locationsuperscript {
  color: var(--white);
  text-align: right;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 40px;
  font-family: Helveticaneue Medium, sans-serif;
}

.locationsuperscript.careersvaluesarabicsuperheading {
  font-family: Plexsans, sans-serif;
}

.text-span-10 {
  color: #fede2b;
}

.text-span-10.cityname {
  color: #7e57ff;
}

.text-span-11 {
  color: #fede2b;
}

.text-span-11.regionname {
  color: #5b758f;
}

.text-span-12 {
  color: #fede2b;
}

.text-span-12.subscribearabictitle {
  font-family: Plexsans, sans-serif;
}

.text-span-13 {
  color: #5b758f;
}

.text-span-14 {
  color: #7e57ff;
  font-family: Spacegrotesk Medium, sans-serif;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.section-2.locationcontactsection {
  margin-bottom: 80px;
}

.section-2.locationcontactsection.headofficemapsection {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-45 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 2.5vw;
  line-height: 1em;
}

.text-block-45.locationheading {
  margin-top: 0;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  color: #7e57ff;
}

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

.bold-text-6, .bold-text-7 {
  color: #fede2b;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1em;
}

.bold-text-8 {
  color: #fede2b;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.subscribesub {
  font-size: 15px;
}

.text-block-47 {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 50px;
}

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

.quick-stack {
  padding: 60px;
}

.text-block-48 {
  font-family: Exo, sans-serif;
}

.slider {
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 80px;
  margin-bottom: 0;
}

.text-block-49.slidetitle {
  color: #fede2b;
  text-align: center;
  margin-top: 30px;
  margin-right: 0;
  padding-right: 0;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 40px;
}

.text-block-49.slidetext {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.columns-8 {
  height: 700px;
}

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

.image {
  padding-left: 40px;
  padding-right: 40px;
}

.slide {
  width: 90vw;
  height: 460px;
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent 50%), radial-gradient(circle farthest-corner at 40% 130%, rgba(122, 167, 255, .41), transparent 50%);
  text-align: center;
  border-radius: 0 40px;
  margin: 0 5vw;
  padding-left: 0;
}

.slide.aslide {
  width: 90vw;
  background-color: #7e57ff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 40px;
  margin-left: 5vw;
  margin-right: 5vw;
}

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

.text-block-50 {
  text-align: right;
  margin-top: 150px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
}

.text-block-50.block571 {
  margin-top: 60px;
}

.text-block-51 {
  text-align: right;
  margin-top: 40px;
  font-family: Helveticaneue Medium, sans-serif;
}

.text-block-52 {
  text-align: center;
  margin-bottom: 20px;
}

.text-block-52.referralprocesssuperheading {
  color: var(--white);
  font-family: Plexsans, sans-serif;
}

.bold-text-11 {
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 20px;
}

.bold-text-11.referralprocesssuperheading {
  color: #000;
}

.section-3 {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-3.aboutleadersection {
  margin-top: 0;
  padding-bottom: 80px;
}

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

.text-block-53 {
  color: #7e57ff;
  text-align: center;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
}

.text-block-53.leaderposition {
  color: var(--black);
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 18px;
}

.text-block-53.leaderintro {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-53.referralprocessstep {
  font-size: 18px;
}

.text-block-53.referralprogramtitle {
  font-size: 20px;
}

.text-block-54 {
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helveticaneue Medium, sans-serif;
}

.text-block-54.leaderbrief {
  text-align: center;
}

.text-block-54.leaderbrief.leaderbriefarabic {
  font-family: Notosansarabic, sans-serif;
}

.bold-text-12 {
  font-family: Oswald, sans-serif;
}

.container-4 {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.spacer-2 {
  height: 48px;
  background-color: #e7ecf0;
}

.spacer-2._16 {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-4.light-color-gradient {
  background-color: #f5f6f7;
  background-image: linear-gradient(54deg, rgba(255, 131, 122, .25), rgba(255, 131, 122, 0) 28%), linear-gradient(241deg, rgba(239, 152, 207, .25), rgba(239, 152, 207, 0) 36%);
  position: relative;
}

.section-4.light-color-gradient.aboutbackground {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.container-5 {
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #495158;
  -webkit-background-clip: text;
  background-clip: text;
  border: 2px solid #000;
  border-radius: 20px;
  flex: none;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 50px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px rgba(32, 32, 32, .05);
}

.button-2:hover {
  background-color: #33383f;
}

.button-2:active {
  background-color: #626a72;
  transform: translate(0, 2px);
  box-shadow: 0 0 rgba(32, 32, 32, 0);
}

.bold-text-13 {
  font-size: 18px;
}

.block-quote {
  color: var(--white);
  margin-top: 40px;
  font-family: Helveticaneue Medium, sans-serif;
}

.block-quote.companyquoteblock {
  color: var(--black);
  line-height: 1.33em;
}

.block-quote.companyquoteblock.companyquoteblockarabic {
  border-right: 5px solid var(--gradient-red);
  text-align: right;
  border-left-width: 0;
  font-family: Notosansarabic, sans-serif;
}

.person1 {
  width: 500px;
  height: 500px;
  max-height: none;
  max-width: none;
  overflow: auto;
}

.column-8, .column-9 {
  padding-top: 180px;
}

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

.icon-4 {
  background-color: rgba(98, 106, 114, .53);
}

.icon-5 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(98, 106, 114, .53);
  background-clip: border-box;
}

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

.image-2 {
  margin-bottom: 40px;
}

.image-3 {
  margin-bottom: 60px;
}

.referralcolumn, .column-12 {
  margin-top: 140px;
}

.adnaprocess {
  margin-top: 170px;
}

.cdnaprocess {
  margin-top: 150px;
}

.column-13, .column-14, .column-15, .column-16, .column-17, .column-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7, .image-8 {
  max-height: 200px;
}

.bold-text-14 {
  font-family: Spacegrotesk Medium, sans-serif;
  font-weight: 500;
}

.dropdown-link {
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #7e57ff;
}

.dropdown-link.w--current {
  color: #e6c300;
}

.dropdown-link.workwithusalinkarabic {
  justify-content: flex-end;
  font-family: Notosansarabic, sans-serif;
  font-size: 16px;
  display: flex;
}

.dropdown-link-2 {
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-link-2:hover {
  color: #7e57ff;
}

.dropdown-link-2.w--current {
  color: #e6c300;
}

.dropdown-link-2.workwithusblinkarabic {
  justify-content: flex-end;
  font-family: Notosansarabic, sans-serif;
  font-size: 16px;
  display: flex;
}

.dropdown-link-3 {
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-link-3:hover {
  color: #7e57ff;
}

.dropdown-link-3.w--current {
  color: #e6c300;
}

.dropdown-link-3.workwithusclinkarabic {
  justify-content: flex-end;
  font-family: Notosansarabic, sans-serif;
  font-size: 16px;
  display: flex;
}

.dropdown-link-4 {
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-link-4:hover {
  color: #7e57ff;
}

.dropdown-link-4.w--current {
  color: #e6c300;
}

.dropdown-link-4.aboutusalinkarabic {
  justify-content: flex-end;
  font-family: Notosansarabic, sans-serif;
  font-size: 16px;
  display: flex;
}

.dropdown-link-5 {
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-link-5:hover {
  color: #7e57ff;
}

.dropdown-link-5.aboutusblinkarabic {
  justify-content: flex-end;
  font-family: Notosansarabic, sans-serif;
  font-size: 16px;
  display: flex;
}

.dropdown-link-6 {
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-link-6:hover {
  color: #7e57ff;
}

.dropdown-link-6.aboutusclinkarabic {
  justify-content: flex-end;
  font-family: Notosansarabic, sans-serif;
  font-size: 16px;
  display: flex;
}

.field-label-2 {
  color: #000;
  font-weight: 500;
}

.field-label-2.fieldlabel2arabic {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.field-label-3 {
  color: #000;
  font-weight: 500;
}

.field-label-3.fieldlabel3arabic {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.field-label-4 {
  color: #000;
  font-weight: 500;
}

.field-label-4.fieldlabelarabic4 {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.field-label-5 {
  color: #000;
  font-weight: 500;
}

.field-label-5.fieldlabelarabic5 {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.field-label-6 {
  color: #000;
  font-weight: 500;
}

.field-label-6.fieldlabelarabic6 {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.field-label-6.arabicfieldlabel6 {
  font-family: Notosansarabic, sans-serif;
}

.field-label-7 {
  color: #000;
  font-weight: 500;
}

.field-label-7.fieldlabelarabic7 {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.field-label-8 {
  color: #000;
  font-weight: 500;
}

.field-label-8.fieldlabelarabic8 {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.field-label-9 {
  color: #000;
  font-weight: 500;
}

.field-label-9.fieldlabelarabic9 {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.field-label-10, .field-label-11, .field-label-12, .field-label-13, .field-label-14, .field-label-15, .field-label-16, .field-label-17, .field-label-18, .field-label-19, .field-label-20, .field-label-21, .field-label-22, .field-label-23, .field-label-24, .field-label-25, .field-label-26, .field-label-27, .field-label-28, .field-label-29, .field-label-30, .field-label-31, .field-label-32, .field-label-33, .field-label-34, .field-label-35, .field-label-36, .field-label-37, .field-label-38, .field-label-39, .field-label-40, .field-label-41, .field-label-42, .field-label-43 {
  color: #5b758f;
  font-weight: 600;
}

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

.text-span-22 {
  color: #7e57ff;
}

.heading-2 {
  font-family: Helveticaneue Medium, sans-serif;
}

.heading-2.whatwedoarabicheading {
  text-align: right;
}

.heading-3 {
  font-family: Helveticaneue Medium, sans-serif;
}

.heading-3.whyushomearabicsuperheading {
  text-align: right;
}

.link, .link-2 {
  color: #fede2b;
}

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

.trackdiv, .div-block-2 {
  position: relative;
}

.timelinetrack {
  width: 4px;
  height: 100%;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timelinebody {
  flex-direction: column;
  display: flex;
  position: relative;
}

.timelineprogress {
  z-index: 1;
  width: 5.8px;
  height: 20%;
  background-color: #7e57ff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.timelinecircle {
  z-index: 1;
  width: 24px;
  height: 24px;
  background-color: #7e57ff;
  border-radius: 99px;
  position: relative;
}

.timelinegridcover {
  position: relative;
}

.div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26 {
  color: #7e57ff;
}

.timelineheading1 {
  margin-bottom: 0;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1em;
}

.timelineheading2 {
  text-align: right;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 55px;
  line-height: 1em;
}

.container-7 {
  margin-left: 0;
  margin-right: 0;
}

.column-36 {
  flex-direction: column;
  align-self: stretch;
  margin-top: 160px;
  display: block;
}

.column-36.needtalktitlecolumn {
  margin-top: 100px;
}

.column-36.partnerformtitlecolumn {
  margin-top: 140px;
}

.contactformcontainer {
  margin-top: 70px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.letscontactsection {
  margin: 0;
  padding: 80px 60px;
}

.columns-10 {
  justify-content: center;
  align-items: center;
  display: block;
}

.subscribesection {
  margin-top: 80px;
  margin-bottom: 80px;
}

.text-span-27, .text-span-28, .text-span-29 {
  color: #7e57ff;
}

.bold-text-15 {
  font-family: Helveticaneue Medium, sans-serif;
  font-weight: 500;
}

.bold-text-16 {
  color: #fede2b;
  font-weight: 500;
}

.bold-text-17, .bold-text-18 {
  font-weight: 500;
}

.bold-text-19 {
  color: #fede2b;
  font-weight: 500;
}

.bold-text-20 {
  font-weight: 500;
}

.bold-text-21, .bold-text-22 {
  color: #fede2b;
  font-weight: 500;
}

.bold-text-23 {
  font-weight: 500;
}

.bold-text-24 {
  color: #fede2b;
  font-weight: 500;
}

.section-5 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--gradient-pink), transparent 36%), linear-gradient(54deg, rgba(255, 131, 122, .25), rgba(255, 131, 122, 0) 28%);
  border: 4px solid #fede2b;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-top: 80px;
  padding-bottom: 40px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-left: 40px;
  margin-right: 40px;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 60px;
}

.section-6 {
  padding: 0 60px;
}

.div-block-11 {
  padding-top: 80px;
}

.referralprocessstepimage {
  width: 250px;
}

.image-9, .image-10 {
  width: auto;
  height: auto;
}

.grid-5 {
  grid-column-gap: 4vw;
  grid-row-gap: 1.6vw;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.grid-5.contactusarabicgrid {
  grid-template-columns: 1fr 1.4fr;
}

.image-11 {
  width: auto;
  height: auto;
  max-height: none;
}

.image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18 {
  width: auto;
  height: auto;
}

.section-7 {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-7.whypartnersection, .section-7.referralprocesssection {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-12 {
  background-color: #7e57ff;
  border: 2px solid #7e57ff;
  border-radius: 0 20px;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

.grid-7.worktogethergrid {
  margin-top: 60px;
}

.grid-7.whypartnergrid {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

.grid-7.dnaprocessgrid {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-13 {
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 10px 10px;
  display: flex;
}

.text-block-55 {
  color: #fede2b;
  text-align: right;
  padding: 20px 10px 0;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.text-block-55.whypartnertitlebox {
  text-align: right;
  padding-top: 20px;
  line-height: 18px;
}

.text-block-55.referprocesstitlebox {
  text-align: right;
  padding-top: 20px;
}

.text-block-55.dnabitheadingblock {
  line-height: 20px;
}

.text-block-56 {
  color: #fff;
  text-align: left;
  padding: 20px 10px 40px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-56.whypartnersubtitle {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.text-block-56.referprocesstext, .text-block-56.worktogethertextblock {
  padding-bottom: 20px;
}

.bold-text-25 {
  color: #fede2b;
  font-size: 25px;
}

.image-19 {
  width: auto;
  height: auto;
  max-height: 200px;
  padding: 40px;
}

.bold-text-26 {
  font-size: 28px;
  line-height: 26px;
}

.bold-text-26.whypartnertitle {
  font-size: 18px;
  line-height: 14px;
}

.bold-text-26.dnabitheading {
  font-size: 25px;
  line-height: 25px;
}

.bold-text-27.whypartnertitle {
  font-size: 18px;
  line-height: 14px;
}

.bold-text-27.referprocesstitle {
  font-size: 26px;
  line-height: 26px;
}

.bold-text-27.dnabitheading {
  font-size: 25px;
  line-height: 25px;
}

.bold-text-28.whypartnertitle {
  font-size: 18px;
  line-height: 14px;
}

.bold-text-28.referprocesstitle {
  font-size: 26px;
  line-height: 26px;
}

.bold-text-28.dnabitheading {
  font-size: 25px;
  line-height: 25px;
}

.section-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-template-columns: .25fr 1fr .25fr 1fr .25fr;
  margin-top: 80px;
  padding-bottom: 40px;
}

.div-block-14 {
  background-color: #7e57ff;
  border: 4px solid #7e57ff;
}

.div-block-14.valuesbriefbox {
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.div-block-14.valuetitlechainbox {
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0);
}

.grid-9 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
}

.text-block-57 {
  color: #fff;
  text-align: center;
  padding: 0;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 27px;
}

.text-block-58 {
  color: #7e57ff;
  padding: 10px;
  font-family: Helveticaneue Medium, sans-serif;
}

.bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32 {
  font-weight: 500;
}

.bold-text-33 {
  font-family: Helveticaneue Medium, sans-serif;
  font-weight: 500;
}

.section-9 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .25fr .25fr 1fr;
}

.grid-10.dnabitsgrid {
  grid-template-columns: .5fr 1fr;
}

.dnabitnumericblock {
  height: 180px;
  max-height: 180px;
  border: 8px dotted #7e57ff;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dnabitimageblock {
  height: 180px;
  justify-content: center;
  display: flex;
}

.dnadynamic, .dnastatic {
  max-height: 180px;
  position: absolute;
}

.text-block-59 {
  color: #7e57ff;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 150px;
}

.dnanumericblock3 {
  height: 180px;
  max-height: 180px;
  border-top: 8px dotted #7e57ff;
  border-bottom: 8px dotted #7e57ff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dnanumericblock2 {
  height: 180px;
  max-height: 180px;
  border-top: 0 solid #7e57ff;
  border-bottom: 0 solid #7e57ff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dnabitbriefblock1 {
  border-top: 6px solid #7e57ff;
  border-bottom: 6px solid #7e57ff;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.dnabitbriefblock2 {
  margin-left: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.dnabitbriefblock3 {
  border-top: 6px solid #7e57ff;
  border-bottom: 6px solid #7e57ff;
  flex-direction: row;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-60 {
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 50px;
}

.bold-text-34 {
  color: #fede2b;
  font-size: 28px;
}

.text-block-61 {
  text-align: left;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-61.worktogetherbitsubtextblock {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.container-8 {
  background-color: #7e57ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.bold-text-35 {
  color: #fff;
}

.bold-text-36 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Helveticaneue Medium, sans-serif;
}

.bold-text-36.partnerbittext {
  letter-spacing: 0;
  font-size: 12px;
}

.partnerdynamic, .partnerstatic {
  max-height: 180px;
  position: absolute;
}

.partnerbitimageblock {
  height: 180px;
  justify-content: center;
  display: flex;
}

.partnerbitcontainer {
  padding-top: 60px;
}

.dnabitcontainers {
  padding-top: 40px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-left: 60px;
  margin-right: 60px;
}

.grid-11.workhasimpactarabicgrid {
  grid-template-columns: 1fr .5fr;
}

.workimpacttitleblock {
  padding: 0 20px;
}

.text-block-62 {
  margin-left: 0;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 3.2vw;
  line-height: 1em;
}

.text-block-62.workhasimpactarabicheading {
  text-align: right;
  font-family: Plexsans, sans-serif;
}

.bold-text-37 {
  color: #fede2b;
}

.text-span-30 {
  color: #7e57ff;
}

.bold-text-38 {
  color: #fede2b;
}

.text-block-63 {
  color: var(--dark-grey);
  font-size: 16px;
}

.text-block-64 {
  color: var(--dark-grey);
}

.text-block-65 {
  color: var(--dark-grey);
  font-size: 16px;
}

.text-block-66, .text-block-67 {
  color: var(--dark-grey);
}

.text-block-68 {
  color: var(--dark-grey);
  font-size: 16px;
}

.text-block-69 {
  color: var(--dark-grey);
}

.grid-12 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.form-2 {
  height: 38px;
  display: flex;
}

.submit-button {
  margin-left: 20px;
}

.submit-button.emailfootersubmitbutton {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-left: 10px;
  font-size: 14px;
  transition: all .4s ease-out;
}

.submit-button.emailfootersubmitbutton:hover {
  color: #fff;
  background-color: #ebc700;
  border-color: #ebc700;
}

.submit-button.emailfootersubmitbutton.navigationbaremailsubmitarabic {
  font-family: Notosansarabic, sans-serif;
}

.emailfooterfield {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  transition: all .4s ease-out;
}

.emailfooterfield:hover {
  border-color: #fff;
}

.emailfooterfield:focus {
  color: #000;
  border-color: #fede2b;
}

.emailfooterfield::-ms-input-placeholder {
  color: var(--soft-grey);
}

.emailfooterfield::placeholder {
  color: var(--soft-grey);
}

.emailfooterfield.navigationbararabicemailfield {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.form-block {
  margin-top: 10px;
  margin-bottom: 0;
}

.text-block-70 {
  color: #fede2b;
}

.bold-text-39 {
  font-size: 15px;
}

.bold-text-39.navigationbarsubscribetitlearabic {
  font-family: Notosansarabic, sans-serif;
}

.text-block-71 {
  color: #fff;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.success-message {
  background-color: var(--gradient-red);
  padding: 10px;
  font-size: 15px;
}

.text-block-72 {
  color: #fff;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 14px;
}

.error-message {
  background-color: var(--gradient-red);
}

.text-block-73 {
  color: var(--dark-grey);
  font-family: Helveticaneue Medium, sans-serif;
}

.error-message-2 {
  background-color: rgba(126, 87, 255, .21);
}

.text-block-74 {
  color: var(--dark-grey);
  font-family: Helveticaneue Medium, sans-serif;
}

.bold-text-40 {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33em;
}

.image-20 {
  width: auto;
  height: auto;
}

.image-21 {
  width: auto;
  height: 55vh;
  max-height: 55vh;
}

.scrollingtextsection {
  padding-top: 80px;
  padding-bottom: 80px;
}

.scrollingtexttitle {
  white-space: nowrap;
  order: -1;
  margin-left: 0;
  margin-right: 0;
  font-family: Spacegrotesk Medium, sans-serif;
  position: static;
  overflow: visible;
}

.bold-text-41 {
  padding-left: 0%;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 4.5vh;
  line-height: 50px;
}

.bold-text-41.textb {
  color: red;
}

.scrollingtextcontainer {
  width: 200vw;
  max-width: 200vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.scrollingtexttitleb {
  color: red;
  white-space: nowrap;
  order: 1;
  display: block;
  position: static;
}

.horizontalscrollblock {
  width: 100vw;
  max-width: 100vw;
  white-space: nowrap;
}

.spaceblock {
  white-space: nowrap;
}

.slider-2 {
  height: 140px;
  background-color: rgba(0, 0, 0, 0);
}

.mask {
  height: 100%;
}

.horizontalscrolltext {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 100px;
  display: block;
}

.div-block-15 {
  width: 100vw;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.text-block-75 {
  margin-left: 0;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 52px;
}

.text-block-75.horizontalscrolltext {
  white-space: nowrap;
  margin-left: 20px;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 7.8vw;
}

.grid-13 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 40px 25px 0;
}

.grid-13.threebitgrid {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.grid-13.dnaprocessgrid {
  grid-column-gap: 15px;
}

.valueblock {
  background-color: rgba(255, 231, 246, .1);
  border: 0 solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.valueblock.partnerbitblock {
  background-color: var(--silver);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.valueblock.referralbitblock {
  background-color: var(--silver);
}

.valueblock.dnabitblock {
  background-color: var(--silver);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.text-block-76 {
  color: #ffdb10;
  text-align: center;
  padding: 20px 10px 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.text-block-76.threebitheading {
  text-align: right;
  font-family: Spacegrotesk Medium, sans-serif;
  line-height: 20px;
}

.text-block-76.partnerbittitle {
  color: #ecc802;
  line-height: 1em;
}

.text-block-76.referralbittitle {
  color: #ecc802;
}

.text-block-76.referralbittitle.referralbittitlearabic {
  font-family: Plexsans, sans-serif;
}

.text-block-76.dnabittitle {
  color: #ecc802;
}

.text-block-76.dnabittitle.dnabittitlearabic, .text-block-76.arabicvaluescardheading {
  font-family: Plexsans, sans-serif;
}

.valueheadingblock {
  background-color: rgba(0, 0, 0, 0);
  align-self: stretch;
}

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

.bold-text-42 {
  color: #fede2b;
  font-size: 16px;
}

.bold-text-43 {
  color: #fede2b;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-44 {
  color: #fede2b;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.bold-text-45, .bold-text-46 {
  color: #fede2b;
  font-size: 18px;
}

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

.div-block-17.valuebriefblock {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  align-self: stretch;
  margin-top: 10px;
}

.text-block-77 {
  color: #fff;
  padding: 0 15px 20px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.33em;
}

.text-block-77.partnerbittext {
  color: var(--black);
}

.text-block-77.partnerbittext.partnerbitarabictext {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.text-block-77.referralbittext {
  color: #000;
}

.text-block-77.referralbittext.referralbittextarabic {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.text-block-77.dnabittext {
  color: var(--black);
}

.text-block-77.dnabittext.dnabittextarabic, .text-block-77.arabicvaluesheadingtext {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35 {
  color: #7e57ff;
}

.socialmediaicon {
  margin-bottom: 10px;
  transition: filter .4s ease-out;
}

.socialmediaicon:hover {
  filter: invert();
}

.grid-14 {
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.leadingvaluesblock {
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.grid-15 {
  margin-top: 40px;
}

.grid-15.glancegrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

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

.text-block-78 {
  color: #fff;
  align-self: flex-end;
  padding: 20px 10px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
}

.text-block-78.parterbitnumeric {
  color: var(--black);
}

.text-block-78.referralbitnumeric {
  color: #000;
}

.text-block-78.dnabitnumeric {
  color: var(--black);
}

.text-block-79 {
  text-align: center;
  font-size: 25px;
}

.section-10 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.footeraftersection {
  padding-top: 40px;
}

.map {
  border-radius: 0 0 20px 20px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.sociallinkblock1 {
  margin-left: 10px;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.bold-text-47 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.bold-text-47.leadernamearabic {
  font-family: Plexsans, sans-serif;
}

.bold-text-48, .bold-text-49 {
  font-size: 16px;
}

.bold-text-49.leadernamearabic {
  font-family: Plexsans, sans-serif;
}

.bold-text-50 {
  font-size: 16px;
}

.bold-text-50.leaderpositionarabic {
  font-family: Plexsans, sans-serif;
}

.bold-text-51 {
  font-size: 16px;
}

.bold-text-51.leaderpositionarabic {
  font-family: Plexsans, sans-serif;
}

.bold-text-52 {
  font-size: 16px;
}

.bold-text-52.leaderpositionarabic {
  font-family: Plexsans, sans-serif;
}

.slider-3 {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.slide-nav {
  display: none;
}

.icon-6, .icon-7 {
  background-color: var(--soft-grey);
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-2 {
  height: 500px;
}

.slider-4 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
}

.slider-4.cardmobileslider, .slide-nav-2 {
  display: none;
}

.icon-8, .icon-9 {
  background-color: var(--soft-grey);
}

.cardcontainer {
  margin-left: 25vw;
  margin-right: 25vw;
}

.companyaspirationtitle {
  color: #000;
}

.basetimelinecircle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 4px solid #7e57ff;
  border-radius: 20px;
}

.image-22 {
  perspective: none;
}

.text-block-80 {
  color: #ebc700;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Helveticaneue Medium, sans-serif;
  font-size: 17px;
}

.text-block-80.collaboratetimelinearabicsuperheading {
  font-family: Notosansarabic, sans-serif;
}

.homemainsectionarabicheadinghighlight {
  color: #7e57ff;
}

.bold-text-53 {
  font-weight: 700;
}

.bold-text-54, .text-span-36 {
  font-family: Plexsans, sans-serif;
}

.text-span-36.disciplinedarabichighlight, .threeexceptionsarabicheadinghighlight, .timelinemilestonearabicheadinghighlight {
  color: #7e57ff;
}

.homelookingarabicheadinghighlight, .amaragroupglancearabicheadinghighlight {
  color: #fede2b;
}

.wherewearearabicsuperheadinghighlight {
  color: #000;
}

.riyadhbornhighlightarabic, .contactsectionarabicheadinghighlight {
  color: #7e57ff;
}

.navbar {
  z-index: 200;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar.arabicnavbar {
  z-index: 202;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.navbar-2 {
  background-color: #7e57ff;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.navbar-2.arabicnavigationbar2 {
  z-index: 200;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .4);
}

.arabicnavigationlinkscontainergridblockfill {
  display: none;
}

.collaboratemainsectionarabicheadinghighlight {
  color: #7e57ff;
}

.contactmaingridarabicheadingblock {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.talkarabichighlight {
  color: #7e57ff;
}

.inquiryarabictitlehighlight {
  color: #fede2b;
}

.bold-text-55 {
  font-family: Plexsans, sans-serif;
}

.careersmaingridarabicheadinghighlight {
  color: #7e57ff;
}

.workhasimpactarabicheadinghighlight, .bold-text-56 {
  color: #fede2b;
}

.retailarabicheadinghighlight, .careersglancegrouparabicheadinghighlight {
  color: #7e57ff;
}

.careersvaluesarabicheadinghighlight {
  color: #fede2b;
}

.partnermaingridarabicheadinghighlight {
  color: #7e57ff;
}

.whypartnerarabicheadinghighlight {
  color: #7e57ff;
  font-family: Plexsans, sans-serif;
}

.worktogetherarabictitlehighlight {
  color: #fede2b;
}

.referralmaingridarabicheadinghighlight, .referralprocessarabicheadinghighlight, .aboutmaingridarabicheadinghighlight, .meetleadersarabicheadinghighlight, .aboutmissionarabicheadinghighlight, .dnagrouparabicheadinghighlight, .aspirationheadingarabichighlight, .aboutteamgridarabicheadinghighlight {
  color: #7e57ff;
}

.englishlanguageswitchtext {
  font-family: Helveticaneue Medium, sans-serif;
  font-weight: 500;
}

.ourbrandssection {
  padding: 80px 60px;
}

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

.brandknowmoreblock {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popupblock {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modalbackground {
  background-color: rgba(126, 87, 255, .4);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modalblock {
  color: red;
  flex: 0 auto;
  position: absolute;
}

.grid-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--back-grey);
  grid-template-rows: auto;
  grid-template-columns: 4fr 6fr;
}

.grid-18.brandmodalgrid {
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
}

.brandmodaldescription {
  background-color: var(--silver);
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  padding: 20px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
}

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

.brandmodaltitleblock {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.brandmodalwebsiteblock {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: color .3s, border-color .3s;
  display: flex;
}

.brandmodalwebsiteblock:hover {
  color: #7e57ff;
  border-color: #7e57ff;
}

.nordebrandmodalimage {
  background-image: url('../images/norde-image.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
}

.brandmodeltitle {
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 40px;
}

.brandmodalsubtitle {
  text-align: left;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.nordebrandmodalblock {
  padding: 180px 60px 100px;
  display: none;
  position: fixed;
}

.brandmodalclosebutton {
  color: #fe5d7a;
  cursor: pointer;
  transition: color .3s;
}

.brandmodalclosebutton:hover {
  color: #fede2b;
}

.brandmodalclosebuttonblock {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10px;
  padding-right: 20px;
  display: flex;
}

.mudoconceptbrandmodalblock {
  padding: 180px 60px 100px;
  display: none;
  position: fixed;
}

.brandmodalblock {
  display: none;
}

.mudoconceptbrandmodalimage {
  background-image: url('../images/mudoconcept-image.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
}

.mudoconceptclosemodalbutton {
  color: #fe5d7a;
  cursor: pointer;
  transition: color .3s;
}

.mudoconceptclosemodalbutton:hover {
  color: #fede2b;
}

.nordelinkblock {
  color: #000;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: border-color .3s, color .3s;
  display: flex;
}

.nordelinkblock:hover {
  color: #7e57ff;
  border-color: #7e57ff;
}

.mudoconceptlinkblock {
  color: var(--black);
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: border-color .3s, color .3s;
  display: flex;
}

.mudoconceptlinkblock:hover {
  color: #7e57ff;
  border-color: #7e57ff;
}

.bold-text-57 {
  line-height: 1em;
}

.dropdown-list {
  border-radius: 20px;
}

.dropdown-list.w--open {
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.dropdown-list-2 {
  border-radius: 15px;
}

.dropdown-list-2.w--open {
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.aestheticelement1 {
  width: 15%;
  height: 20%;
  background-color: rgba(231, 236, 240, .2);
  flex-direction: row;
  display: block;
  position: absolute;
  top: 65%;
  right: 7%;
  transform: skew(-26deg);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.aestheticelement1.aestheticelement2 {
  width: 8%;
  top: 10%;
  right: 30%;
  transform: skew(26deg);
}

.aestheticelement1.aestheticelement3 {
  top: 10%;
  right: 15%;
}

.timelinestartarrow {
  width: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
}

.timelinestartarrow.timelinearrow2 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.startarrowright {
  width: 40px;
  height: 40px;
  background-color: var(--black);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: block;
  transform: skew(0deg, -46deg);
}

.startarrowright.arrowleft {
  transform: skew(0deg, 46deg);
}

.image-23 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 5px;
}

.image-24, .image-25, .image-26, .image-27, .image-28 {
  background-color: rgba(231, 236, 240, .2);
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.brandqualityinnertext {
  padding-left: 5px;
}

.subscribenavblock {
  background-color: rgba(231, 236, 240, .2);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.italic-text {
  color: #7e57ff;
  font-size: 2.2vw;
}

.comingsoontext {
  background-color: var(--back-grey);
  background-image: linear-gradient(241deg, rgba(126, 87, 255, .31), transparent), linear-gradient(to bottom, rgba(142, 242, 255, .29), rgba(142, 242, 255, .29)), radial-gradient(circle farthest-corner at 100% 100%, var(--gradient-red), var(--silver) 31%, rgba(217, 241, 80, .32) 50%, var(--gradient-red) 74%, transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0));
  text-align: center;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Spacegrotesk Medium, sans-serif;
  font-size: 20px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
}

.comingsoonemphasistext {
  color: var(--dim-grey);
  font-family: HN Condensed, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.bold-text-58 {
  color: #fede2b;
}

.grid-19 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 2vw;
  margin-right: 2vw;
}

.text-block-81 {
  font-family: Spacegrotesk Medium, sans-serif;
  display: flex;
}

.text-block-81.comingsoonmobilenavbar {
  display: none;
}

.bold-text-59 {
  font-size: 26px;
  display: flex;
}

.text-span-39 {
  color: #fede2b;
}

.section-11 {
  height: 4vw;
}

.section-12 {
  height: 1vw;
  max-height: 1vw;
  display: block;
}

@media screen and (min-width: 1280px) {
  img {
    display: inline-block;
  }

  .section.light-color-gradient {
    background-image: linear-gradient(241deg, var(--gradient-pink), rgba(239, 152, 207, 0) 36%), radial-gradient(circle farthest-corner at 0% 50%, rgba(255, 1, 1, .13), transparent 38%), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0) 50%);
    background-position: 0 0, 0 0, 0 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.light-color-gradient.sectionwhyus, .section.light-color-gradient.careersbackground {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.valuesbackground {
    background-image: radial-gradient(circle farthest-corner at 30% 150%, rgba(122, 167, 255, .24), rgba(255, 131, 122, 0) 70%), linear-gradient(241deg, var(--gradient-pink), rgba(239, 152, 207, 0) 36%), linear-gradient(to bottom, transparent, transparent);
  }

  .section.light-color-gradient.partnerbackground {
    background-color: var(--back-grey);
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(255, 131, 122, 0)), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), transparent);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.referralbackground {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.collaboratebackground {
    background-image: linear-gradient(to bottom, rgba(142, 242, 255, .29), rgba(142, 242, 255, .29)), radial-gradient(circle farthest-corner at 100% 100%, var(--gradient-red), var(--silver) 31%, rgba(217, 241, 80, .32) 50%, var(--gradient-red) 74%, transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .section.light-color-gradient.missionbackgroundsection, .section.light-color-gradient.inspirebackground, .section.light-color-gradient.homemainsection {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.black-gradient.enquiryaddresssection {
    border-bottom-right-radius: 2vw;
    border-bottom-left-radius: 2vw;
    justify-content: center;
    align-items: center;
    padding-top: 3vw;
    padding-bottom: 3vw;
    display: flex;
  }

  .section.light-page-header.contactbackground {
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.lookingfor.leadingbrand2section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
  }

  .button:hover {
    background-color: #7e57ff;
    border-color: #7e57ff;
  }

  .button.no-margin.submitmessagebutton {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-width: .2vw;
    border-color: #000;
    font-size: 1.5vw;
  }

  .button.informbusinessbutton {
    background-color: rgba(0, 0, 0, 0);
    font-size: 18px;
  }

  .button.informbusinessbutton:hover {
    background-color: #7e57ff;
    border-color: #7e57ff;
  }

  .button.becomepartnerbutton, .button.becomereferralbutton {
    margin-left: 0;
  }

  .text-box._550px.center-align {
    max-width: none;
  }

  .text-box._550px.center-align.subscribebox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .text-box._500px {
    max-width: 100%;
  }

  .container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.timelinecontainer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
  }

  .paragraph.large, .paragraph.large.homebackgroundsub, .paragraph.large.whyussub {
    font-size: 18px;
  }

  .paragraph.large.careerssubheading {
    font-size: 20px;
  }

  .paragraph.large.partnerbackgroundsubheading {
    color: var(--black);
    padding-right: 0;
    font-family: Helveticaneue Medium, sans-serif;
    font-size: 20px;
  }

  .paragraph.large.referralbackgroundsubheading {
    padding-right: 0;
    font-size: 20px;
  }

  .paragraph.large.collaboratebackgroundsubtitle, .paragraph.large.aboutheadtingsubtitle {
    padding-right: 0;
    font-size: 18px;
  }

  .paragraph.large.dnasteppara {
    font-size: 20px;
  }

  .paragraph.medium {
    font-size: 18px;
  }

  .paragraph.medium.contactsuperscript {
    font-size: 2.2vw;
  }

  .paragraph.medium.accelerateparagraph {
    margin-bottom: 0;
    font-size: 1.5vw;
  }

  .form-success {
    margin-top: 0%;
  }

  .text-field {
    height: 4vw;
    border-width: .2vw;
    border-color: #000;
    margin-bottom: .4vw;
    padding: 1.5vw 1vw;
    font-size: 1.5vw;
  }

  .text-area {
    border-width: .2vw;
    border-color: #000;
    margin-bottom: 1.5vw;
    padding: 1.5vw 1vw;
    font-size: 1.5vw;
    line-height: 1.25em;
  }

  .nav-container {
    height: 5vw;
    max-width: none;
  }

  .nav-link.cta-button {
    background-color: #000;
    font-size: 1.3vw;
    line-height: 1.8em;
  }

  .nav-link.cta-button.readytocollaboratearabicbutton {
    font-family: Notosansarabic, sans-serif;
    font-size: 16px;
  }

  .form-dropdown {
    height: 4vw;
    color: #000;
    border-width: .2vw;
    border-color: #000;
    margin-bottom: .4vw;
    padding: 0 1vw;
    font-size: 1.5vw;
    line-height: 1.4em;
  }

  .field-block {
    margin-bottom: .8vw;
  }

  .heading.h1.elements {
    background-image: linear-gradient(to right, #aeb6bf, #fff);
  }

  .heading.h1.elements.referralpartnerheading, .heading.h1.elements.referralpartnerheadingb, .heading.h1.elements.referralpartnerheadingc {
    background-image: none;
    font-size: 40px;
  }

  .heading.h1.elements.dnastepb {
    background-image: none;
    font-size: 35px;
  }

  .heading.h1.elements.dnastepc, .heading.h1.elements.dnastepa {
    background-image: none;
    font-size: 45px;
  }

  .heading.h1.locationtitle {
    font-size: 100px;
  }

  .heading.h1.locationtitle.valuestitle {
    font-size: 65px;
  }

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

  .heading.h1.contacttitle.partnerformtitle {
    font-size: 40px;
  }

  .heading.h1.missiontitle {
    font-size: 30px;
  }

  .heading.h1.homebackgroundheading {
    font-size: 40px;
  }

  .heading.h1.homebackgroundheading.homemainsectionarabicheading {
    text-align: right;
  }

  .heading.h1.whyusheading {
    font-size: 40px;
  }

  .heading.h1.careersheading {
    font-size: 55px;
  }

  .heading.h1.partnerbackgroundheading {
    color: var(--black);
    font-family: Spacegrotesk Medium, sans-serif;
    font-size: 55px;
  }

  .heading.h1.referralbackgroundheading, .heading.h1.collaboratebackgroundtitle.collaborateheadingtitle, .heading.h1.aboutheadingtitle, .heading.h1.inspiredtitle {
    font-size: 50px;
  }

  .heading.h2 {
    width: 100%;
  }

  .heading.large-h1.subheading {
    font-family: Helveticaneue Medium, sans-serif;
  }

  .heading.large-h1.subheading.inquirytitle {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    font-family: Helveticaneue Medium, sans-serif;
    font-weight: 500;
  }

  .heading.large-h1.subheading.inquirytitle.righttitle {
    font-size: 22px;
  }

  .heading.large-h1.talktitle {
    font-family: Spacegrotesk Medium, sans-serif;
    font-size: 4.5vw;
  }

  .email-form.no-margin.subscribeemailform {
    margin-left: 0;
  }

  .banner-container {
    max-width: 1140px;
  }

  .hero-grid {
    grid-template-columns: 1.4fr 1fr;
    justify-items: center;
  }

  .hero-grid.careersmaingrid {
    justify-items: start;
  }

  .hero-grid.collaboratemaingrid {
    max-width: 1400px;
    grid-template-columns: 1.4fr 1fr;
  }

  .column-2 {
    padding-top: 220px;
  }

  .columns-4 {
    margin-left: 40px;
  }

  .text-span-14 {
    color: #7e57ff;
    font-family: Spacegrotesk Medium, sans-serif;
  }

  .text-block-45 {
    font-family: Spacegrotesk Medium, sans-serif;
  }

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

  .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
    color: #7e57ff;
  }

  .bold-text-6, .bold-text-7, .bold-text-8 {
    font-family: Helveticaneue Medium, sans-serif;
  }

  .slider {
    margin-top: 100px;
  }

  .text-block-49 {
    margin-top: 300px;
    font-family: Oswald, sans-serif;
    font-size: 75px;
  }

  .text-block-49.slidetitle {
    margin-top: 30px;
    font-size: 40px;
  }

  .text-block-49.slidetext {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    font-family: Helveticaneue Medium, sans-serif;
    font-size: 20px;
    line-height: 21px;
  }

  .columns-8 {
    height: 700px;
  }

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

  .slide {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .slide.aslide {
    width: 90vw;
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .slide.dslide {
    margin-left: 5vw;
  }

  .section-3 {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-block-53.referralprocessstep {
    font-size: 22px;
  }

  .container-4 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4.light-color-gradient.aboutbackground {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-5 {
    width: auto;
    max-width: none;
  }

  .column-8, .column-9 {
    padding-top: 180px;
  }

  .image-2 {
    margin-bottom: 40px;
  }

  .image-3 {
    margin-bottom: 70px;
  }

  .referralcolumn {
    margin-top: 170px;
  }

  .column-12 {
    margin-top: 160px;
  }

  .column-23 {
    flex-direction: column;
    display: flex;
  }

  .columns-9 {
    height: 460px;
  }

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

  .container-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9 {
    color: #000;
    margin-bottom: .6vw;
    font-size: 1.5vw;
    font-weight: 500;
  }

  .trackdiv {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .timelineprogress {
    height: 5%;
  }

  .column-36 {
    align-self: stretch;
    margin-top: 160px;
  }

  .column-36.needtalktitlecolumn {
    margin-top: 100px;
  }

  .contactformcontainer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .letscontactsection {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 6vw;
    display: flex;
  }

  .columns-10 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-37 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribesection {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section-5 {
    border: 1px #000;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-11 {
    padding-top: 100px;
  }

  .image-9 {
    height: auto;
    max-height: 500px;
  }

  .image-10 {
    max-height: 500px;
  }

  .grid-5 {
    max-width: none;
    justify-items: start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-11 {
    max-height: 500px;
  }

  .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18 {
    width: auto;
    height: auto;
    max-height: 500px;
  }

  .grid-7.whypartnergrid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-13 {
    padding-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .text-block-55 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-55.referprocesstitlebox {
    line-height: 30px;
  }

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

  .bold-text-26.whypartnertitle {
    font-size: 25px;
    line-height: 25px;
  }

  .bold-text-26.referprocesstitle {
    font-size: 32px;
    line-height: 32px;
  }

  .bold-text-26.dnabitheading {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-26.worktogetherbitheading {
    font-size: 35px;
  }

  .bold-text-27.whypartnertitle {
    font-size: 25px;
    line-height: 25px;
  }

  .bold-text-27.referprocesstitle {
    font-size: 32px;
    line-height: 32px;
  }

  .bold-text-27.dnabitheading {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-28.whypartnertitle {
    font-size: 25px;
    line-height: 25px;
  }

  .bold-text-28.referprocesstitle {
    font-size: 32px;
    line-height: 32px;
  }

  .bold-text-28.dnabitheading {
    font-size: 30px;
    line-height: 30px;
  }

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

  .div-block-14 {
    justify-content: center;
    display: block;
  }

  .text-block-57 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
  }

  .grid-10 {
    grid-column-gap: 0px;
  }

  .dnabitnumericblock {
    height: 250px;
    max-height: 250px;
    border-top-style: dotted;
    border-top-width: 8px;
    border-bottom-style: dotted;
    border-bottom-width: 8px;
  }

  .dnabitimageblock {
    height: 250px;
  }

  .dnadynamic, .dnastatic {
    max-height: 250px;
  }

  .text-block-59 {
    color: #7e57ff;
    font-family: Spacegrotesk Medium, sans-serif;
    font-size: 150px;
  }

  .dnanumericblock3 {
    height: 250px;
    max-height: 250px;
    border-top-style: dotted;
    border-top-width: 8px;
    border-bottom-style: dotted;
    border-bottom-width: 8px;
  }

  .dnanumericblock2 {
    height: 250px;
    max-height: 250px;
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .dnabitbriefblock1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 6px solid #7e57ff;
    border-bottom: 6px solid #7e57ff;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .text-block-60 {
    flex: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .bold-text-34 {
    font-family: Spacegrotesk Medium, sans-serif;
    font-size: 30px;
  }

  .container-8 {
    background-color: #7e57ff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-36.partnerbittext {
    font-size: 16px;
  }

  .partnerdynamic, .partnerstatic {
    max-height: 250px;
  }

  .partnerbitimageblock {
    height: 250px;
  }

  .partnerbitcontainer {
    padding-bottom: 40px;
  }

  .grid-11 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .text-block-62 {
    margin: 0%;
    font-size: 3.2vw;
  }

  .grid-12 {
    max-width: none;
  }

  .bold-text-40 {
    font-size: 20px;
  }

  .image-20 {
    max-height: 500px;
  }

  .image-21 {
    height: 55vh;
    max-height: 55vh;
  }

  .grid-13 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .valueblock {
    background-color: rgba(255, 231, 246, .1);
    background-image: none;
    justify-content: center;
  }

  .text-block-76 {
    font-size: 27px;
    line-height: 29px;
  }

  .text-block-76.threebitheading {
    text-align: right;
    line-height: 27px;
  }

  .text-block-76.partnerbittitle {
    line-height: 29px;
  }

  .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46 {
    font-size: 22px;
  }

  .text-block-77 {
    font-size: 16px;
    line-height: 20px;
  }

  .grid-14 {
    max-width: 1400px;
  }

  .leadingvaluesblock {
    justify-content: flex-start;
  }

  .threebitheadingtext {
    font-size: 27px;
  }

  .threebitreferralheadingtext {
    font-size: 22px;
    line-height: 20px;
  }

  .grid-16 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .text-block-80 {
    font-size: 19px;
  }

  .homemainsectionarabicheadinghighlight {
    color: #7e57ff;
  }

  .popupblock, .mudoconceptbrandmodalblock {
    display: none;
  }

  .italic-text {
    font-size: 1.8vw;
    display: flex;
  }

  .comingsoontext {
    border-right: 0 solid rgba(0, 0, 0, 0);
  }

  .comingsoonemphasistext {
    font-size: 22px;
    line-height: 1em;
  }

  .heading-4 {
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 8px 8px 80px;
    display: flex;
  }

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

  .div-block-29.comingsooncontactblock {
    padding-left: 80px;
  }

  .text-span-37 {
    color: #fff;
  }

  .text-span-38 {
    color: #fede2b;
  }

  .grid-19 {
    grid-column-gap: 2vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .text-block-81 {
    font-size: 2.6vw;
    line-height: 1.6em;
  }

  .bold-text-59 {
    font-size: 2.6vw;
  }

  .section-12 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .section.black-gradient.enquiryaddresssection {
    border-bottom-right-radius: 2vw;
    border-bottom-left-radius: 2vw;
  }

  .section.light-page-header.contactbackground {
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
  }

  .button.no-margin.submitmessagebutton:hover {
    background-color: #ebc700;
    border-color: #ebc700;
  }

  .nav-container {
    height: 5vw;
    max-width: none;
  }

  .nav-link.cta-button {
    background-color: #000;
  }

  .logo {
    width: 100px;
  }

  .grid-12 {
    width: 100%;
  }

  .italic-text {
    line-height: 1.33em;
  }
}

@media screen and (min-width: 1920px) {
  .button.no-margin.submitmessagebutton {
    border-width: .2vw;
    font-size: 1.5vw;
  }

  .text-box._550px.center-align {
    max-width: none;
  }

  .text-area {
    border-width: .2vw;
  }

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

  .field-block {
    margin-bottom: 1vw;
  }

  .logo {
    width: 120px;
  }

  .form-2-grid {
    grid-column-gap: 1.4vw;
  }

  .field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9 {
    margin-bottom: .8vw;
  }

  .grid-12 {
    width: 100%;
  }

  .grid-19 {
    grid-column-gap: 2vw;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    margin-bottom: 0;
  }

  .section.light-color-gradient {
    background-position: 0 0, 0 0, 0 0, 105%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, 350px;
  }

  .section.light-color-gradient.sectionwhyus {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  }

  .section.light-color-gradient.careersbackground {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(240deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  }

  .section.light-color-gradient.partnerbackground {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(255, 131, 122, 0)), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), transparent);
  }

  .section.light-color-gradient.referralbackground {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  }

  .section.light-color-gradient.collaboratebackground {
    background-image: linear-gradient(to bottom, rgba(142, 242, 255, .29), rgba(142, 242, 255, .29)), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), var(--silver) 31%, rgba(217, 241, 80, .32) 50%, var(--gradient-red) 74%, transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(to bottom, transparent, transparent), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  }

  .section.light-color-gradient.missionbackgroundsection, .section.light-color-gradient.inspirebackground {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
  }

  .section.light-color-gradient.homemainsection {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.black-gradient.enquiryaddresssection {
    margin-bottom: 0;
  }

  .button {
    position: relative;
  }

  .button.becomepartnerbutton, .button.becomereferralbutton {
    margin-left: 0;
  }

  .text-box._500px.aboutmaingridtextbox {
    max-width: 450px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-content {
    justify-content: flex-end;
    margin-left: 0;
  }

  .nav-content.arabicnavcontent {
    justify-content: space-between;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-div {
    flex: 0 auto;
  }

  .nav-logo {
    flex: 1;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-links-container.arabicnavigationbar2linkscontainer.followusarabicmobileblock, .search-banner {
    display: none;
  }

  .nav-dropdown {
    text-align: center;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    display: block;
  }

  .paragraph.small, .paragraph.large {
    font-size: 12px;
  }

  .paragraph.large.careerssubheading, .paragraph.large.referralbackgroundsubheading, .paragraph.large.collaboratebackgroundsubtitle {
    font-size: 16px;
  }

  .paragraph.medium.contactsuperscript {
    font-size: 20px;
  }

  .paragraph.medium.accelerateparagraph {
    font-size: 14px;
  }

  .ds-menu-brand {
    margin-bottom: 0;
    top: 5px;
  }

  .ds-menu {
    z-index: 500;
    border-bottom: 1px solid var(--silver);
    background-color: #197dff;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: absolute;
    top: 80px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .ds-nav {
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .ds-content {
    margin-left: 0;
    position: static;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-button {
    position: relative;
  }

  .nav-container {
    height: 4.8vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 10px;
  }

  .nav-link.cta-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link.cta-button.readytocollaboratearabicbutton, .nav-link.collaboratenavigationarabic, .nav-link.contactusnavigationarabic {
    font-size: 12px;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1-2-grid, ._2-1-grid {
    margin-left: 0;
  }

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

  .heading.h1.elements.dnatitle.bdna {
    font-size: 30px;
  }

  .heading.h1.elements.referralpartnerheading, .heading.h1.elements.referralpartnerheadingb {
    font-size: 28px;
  }

  .heading.h1.elements.referralpartnerheadingc {
    font-size: 22px;
  }

  .heading.h1.locationtitle {
    font-size: 75px;
  }

  .heading.h1.locationtitle.valuestitle {
    padding-left: 40px;
    font-size: 65px;
  }

  .heading.h1.locationtitle.citytitle {
    font-size: 80px;
  }

  .heading.h1.contacttitle {
    font-size: 40px;
  }

  .heading.h1.careersheading {
    font-size: 50px;
  }

  .heading.h1.partnerbackgroundheading {
    font-size: 40px;
  }

  .heading.h1.referralbackgroundheading, .heading.h1.aboutheadingtitle {
    font-size: 35px;
  }

  .heading.h1.partnerformtitle {
    font-size: 30px;
  }

  .heading.h3.forwardthinking.retailheading {
    font-size: 25px;
  }

  .heading.large-h1.subheading {
    font-size: 2vw;
  }

  .heading.large-h1.subheading.inquirytitle.righttitle {
    font-size: 18px;
  }

  .heading.large-h1.talktitle {
    font-size: 4vw;
  }

  .heading.large-h1.ourvaluessubheading {
    font-size: 16px;
  }

  .error-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .licenses-grid {
    grid-column-gap: 40px;
    margin-left: 0;
  }

  .ds-body {
    flex-direction: column;
    display: flex;
  }

  .ds-menu-button {
    color: var(--white);
    margin-right: 12px;
    top: -10px;
  }

  .ds-menu-button.w--open {
    background-color: #197dff;
    border-radius: 40px;
  }

  ._3-grid, ._4-grid {
    grid-template-columns: 1fr 1fr;
  }

  .terms-card {
    padding-top: 64px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-bar {
    width: 220px;
    font-size: 14px;
  }

  .error-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-section {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .logo {
    width: 60px;
  }

  .large-3-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-logo-block {
    padding-right: 10px;
  }

  .dropdown-toggle {
    margin-left: 0;
    font-size: 8px;
  }

  .text-block {
    font-size: 10px;
  }

  .text-block.arabicaboutnavigation, .text-block.workwithusnavigationarabic {
    font-size: 12px;
  }

  .column-2 {
    padding-top: 140px;
  }

  .column-3 {
    padding-top: 0;
  }

  .text-block-3 {
    padding-top: 15px;
    font-size: 13px;
  }

  .text-block-44.subscript {
    padding-top: 25px;
    font-size: 15px;
  }

  .text-block-44.glancefigure {
    font-size: 55px;
  }

  .text-block-45 {
    font-size: 2.5vw;
  }

  .text-block-46 {
    font-size: 10px;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 1.5vw;
  }

  .bold-text-8 {
    font-size: 12px;
  }

  .text-block-49.slidetitle {
    font-size: 30px;
  }

  .slide {
    width: 350px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide.aslide {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-block-50, .text-block-50.block571 {
    font-size: 45px;
  }

  .text-block-53 {
    font-size: 20px;
  }

  .text-block-53.referralprocessstep, .text-block-53.referralprogramtitle {
    font-size: 16px;
  }

  .text-block-54.leaderbrief {
    font-size: 14px;
  }

  .text-block-54.referralprocessstepbrief {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .text-block-54.referralprogrambrief {
    padding-left: 0;
  }

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

  .section-4.light-color-gradient.aboutbackground {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), transparent), linear-gradient(241deg, rgba(126, 87, 255, .31), transparent);
  }

  .container-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-2 {
    position: relative;
  }

  .column-8 {
    padding-top: 140px;
  }

  .column-9 {
    padding-top: 120px;
  }

  .image-2 {
    margin-top: 40px;
  }

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

  .referralcolumn {
    margin-top: 120px;
  }

  .column-12, .adnaprocess, .cdnaprocess {
    margin-top: 100px;
  }

  .image-4 {
    margin-top: 40px;
  }

  .column-24 {
    padding-left: 30px;
  }

  .column-25 {
    padding-left: 60px;
  }

  .bold-text-14 {
    font-size: 18px;
  }

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

  .dropdown-link.workwithusalinkarabic {
    font-size: 12px;
  }

  .dropdown-link-2 {
    font-size: 10px;
  }

  .dropdown-link-2.workwithusblinkarabic {
    font-size: 12px;
  }

  .dropdown-link-3 {
    font-size: 10px;
  }

  .dropdown-link-3.workwithusclinkarabic {
    font-size: 12px;
  }

  .dropdown-link-4 {
    font-size: 10px;
  }

  .dropdown-link-4.aboutusalinkarabic {
    font-size: 12px;
  }

  .dropdown-link-5 {
    font-size: 10px;
  }

  .dropdown-link-5.aboutusblinkarabic {
    font-size: 12px;
  }

  .dropdown-link-6 {
    font-size: 10px;
  }

  .dropdown-link-6.aboutusclinkarabic {
    font-size: 12px;
  }

  .timelineheading1, .timelineheading2 {
    font-size: 44px;
  }

  .letscontactsection {
    margin: 0;
    padding: 60px 40px;
  }

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

  .grid-3 {
    grid-column-gap: 30px;
  }

  .grid-5 {
    grid-column-gap: 20px;
  }

  .image-11 {
    width: auto;
    height: auto;
  }

  .text-block-55.whypartnertitlebox, .text-block-55.referprocesstitlebox, .text-block-55.worktogetherheadingblock {
    line-height: 20px;
  }

  .bold-text-26 {
    font-size: 20px;
  }

  .bold-text-26.whypartnertitle, .bold-text-26.referprocesstitle {
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-26.dnabitheading {
    font-size: 16px;
    line-height: 12px;
  }

  .bold-text-26.worktogetherbitheading {
    line-height: 20px;
  }

  .bold-text-27 {
    font-size: 20px;
  }

  .bold-text-27.whypartnertitle {
    font-size: 20px;
    line-height: 18px;
  }

  .bold-text-27.referprocesstitle {
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-27.dnabitheading {
    font-size: 16px;
    line-height: 12px;
  }

  .bold-text-28 {
    font-size: 20px;
  }

  .bold-text-28.whypartnertitle {
    font-size: 20px;
    line-height: 18px;
  }

  .bold-text-28.referprocesstitle {
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-28.dnabitheading {
    font-size: 16px;
    line-height: 12px;
  }

  .dnabitbriefblock1, .dnabitbriefblock2, .dnabitbriefblock3 {
    margin-right: 40px;
  }

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

  .bold-text-34 {
    font-size: 25px;
  }

  .bold-text-36 {
    font-size: 14px;
  }

  .text-block-62 {
    font-size: 3.5vw;
  }

  .emailfooterfield::-ms-input-placeholder {
    font-family: Helveticaneue Medium, sans-serif;
    font-size: 12px;
  }

  .emailfooterfield::placeholder {
    font-family: Helveticaneue Medium, sans-serif;
    font-size: 12px;
  }

  .image-21 {
    height: 50vh;
    max-height: 50vh;
  }

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

  .grid-13.threebitgrid {
    grid-template-columns: .5fr 1fr 1fr 1fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-76 {
    font-size: 25px;
    line-height: 27px;
  }

  .text-block-76.partnerbittitle, .text-block-76.referralbittitle, .text-block-76.dnabittitle {
    line-height: 27px;
  }

  .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46 {
    font-size: 22px;
  }

  .text-block-77 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .threebitreferralheadingtext {
    font-size: 15px;
    line-height: 12px;
  }

  .div-block-20, .div-block-21 {
    display: none;
  }

  .bold-text-47, .bold-text-49 {
    font-size: 12px;
    line-height: 12px;
  }

  .bold-text-50, .bold-text-51, .bold-text-52 {
    font-size: 14px;
  }

  .div-block-23, .div-block-24, .div-block-25, .div-block-26, .div-block-27, .div-block-28 {
    display: none;
  }

  .arabicsocialmediaiconsblock {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .italic-text {
    font-size: 18px;
  }

  .section-11 {
    height: 40px;
  }

  .section-12 {
    height: 2vw;
    max-height: 2vw;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

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

  .section.light-color-gradient {
    background-position: 0 0, 0 0, 0 0, 100% 0;
    background-size: auto, auto, auto, 170px;
  }

  .section.light-color-gradient.sectionwhyus {
    background-image: url('../images/MENAHeading.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0)), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 140px, auto, auto, auto;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.sectionwhyus.sectionwhyusarabic {
    background-image: url('../images/MENAHeading.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0)), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0));
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 120px, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section.light-color-gradient.careersbackground {
    background-image: url('../images/Brain.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(240deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 140px, auto, auto, auto;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.careersbackground.careersbackgroundarabic {
    background-image: url('../images/Brain.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(240deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 140px, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section.light-color-gradient.valuesbackground {
    padding-bottom: 40px;
  }

  .section.light-color-gradient.valuesbackground.valuessectionabout {
    padding-bottom: 0;
  }

  .section.light-color-gradient.partnerbackground {
    background-image: url('../images/PartnershipConnect.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(255, 131, 122, 0)), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), transparent);
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 100px, auto, auto, auto;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.partnerbackground.partnerbackgroundarabic {
    background-image: url('../images/PartnershipConnect.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(255, 131, 122, 0)), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), transparent);
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 100px, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section.light-color-gradient.worktogetherbackground.worktogetherbackgroundarabic {
    margin-top: 0;
    padding-bottom: 0;
  }

  .section.light-color-gradient.referralbackground {
    background-image: url('../images/NetworkMap.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 110px, auto, auto, auto;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.referralbackground.referralbackgroundarabic {
    background-image: url('../images/NetworkMap.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 120px, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section.light-color-gradient.collaboratebackground {
    background-image: url('../images/CollaborateMap.png'), linear-gradient(to bottom, rgba(142, 242, 255, .29), rgba(142, 242, 255, .29)), radial-gradient(circle farthest-corner at 100% 100%, var(--gradient-red), var(--silver) 31%, rgba(217, 241, 80, .32) 50%, var(--gradient-red) 74%, transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat, repeat;
    background-size: 140px, auto, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.collaboratebackground.collaboratebackgroundarabic {
    background-image: url('../images/CollaborateMap.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 140px, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section.light-color-gradient.missionbackgroundsection {
    background-image: url('../images/NetworkMap.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 100px, auto, auto, auto;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.missionbackgroundsection.missionbackgroundarabic {
    background-image: url('../images/NetworkMap.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 100px, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section.light-color-gradient.inspirebackground {
    background-image: url('../images/Inspires.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 100px, auto, auto, auto;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.inspirebackground.inspirebackgroundarabic {
    background-image: url('../images/Inspires.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 100px, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section.light-color-gradient.homemainsection {
    background-image: url('../images/MENAMap.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 120px, auto, auto, auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.homemainsection.arabichomemainsection {
    background-image: url('../images/MENAMap.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 110px, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section.daek-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .section.black-gradient.enquiryaddresssection {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .section.light-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .section.light-page-header.contactbackground {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0)), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.light-page-header.contactbackground.contactbackgroundarabic {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }

  .section.lookingfor.companyquotesection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.groupdnasection {
    margin-bottom: 0;
  }

  .section.groupdnasection.groupdnasectionarabic {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._80 {
    width: 64px;
    height: 64px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-4, .column.desk-9, .column.desk-7, .column.desk-8 {
    width: 100%;
  }

  .nav-content {
    border-top: 4px solid var(--white);
    background-color: var(--white);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    overflow: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  }

  .nav-cta-button-container {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    margin-right: -12px;
    padding: 16px;
  }

  .nav-bar {
    border: 1px #000;
  }

  .logo-div {
    margin-right: auto;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    display: flex;
  }

  .footer-links-container.arabicnavigationbar2linkscontainer.followusarabiccomputerblock {
    display: none;
  }

  .footer-links-container.arabicnavigationbar2linkscontainer.followusarabicmobileblock {
    display: flex;
  }

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-dropdown:hover {
    transform: none;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.large {
    padding-right: 40px;
  }

  .paragraph.large.homebackgroundsub.homemainsectionarabicsubheading, .paragraph.large.whyussub.whyushomearabictext, .paragraph.large.careerssubheading.careersmaingridarabicparagraph, .paragraph.large.partnerbackgroundsubheading, .paragraph.large.referralbackgroundsubheading.referralmaingridarabictext, .paragraph.large.collaboratebackgroundsubtitle.collaboratemainsectionarabicsubheading, .paragraph.large.aboutheadtingsubtitle.aboutmaingridheadingarabictext {
    padding-right: 0;
  }

  .paragraph.large.timelineparagraph1 {
    padding-left: 40px;
    padding-right: 0;
  }

  .paragraph.large.missionbriefingtext.aboutmissiongridarabictext {
    padding-right: 0;
  }

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

  .nav-menu {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
    display: none;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-content {
    margin-left: 0;
  }

  .form-success {
    margin-top: 0%;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-field.no-margin {
    margin-top: 20px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
  }

  .nav-container {
    height: 70px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }

  .nav-link:hover {
    transform: none;
  }

  .nav-link.cta-button {
    font-size: 13px;
  }

  .field-block {
    min-height: auto;
  }

  .footer-container {
    flex-direction: column;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._1-2-grid, ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

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

  .heading.h1.elements.referralpartnerheading, .heading.h1.elements.referralpartnerheadingb, .heading.h1.elements.referralpartnerheadingc {
    font-size: 16px;
  }

  .heading.h1.locationtitle, .heading.h1.locationtitle.valuestitle, .heading.h1.locationtitle.worktogethertitle, .heading.h1.careersheading {
    font-size: 45px;
  }

  .heading.h1.partnerbackgroundheading {
    font-size: 40px;
  }

  .heading.h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .heading.h2.aspirationtitle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.h2.leadingbrandsqualityarabicheading {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading.h3.forwardthinking.referraltitle {
    font-size: 25px;
  }

  .heading.h3.lookingtitle.quotetitle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading.h4 {
    font-size: 20px;
  }

  .heading.large-h1 {
    font-size: 48px;
  }

  .heading.large-h1.subheading {
    font-size: 18px;
  }

  .heading.large-h1.subheading.inquirytitle {
    font-size: 16px;
  }

  .heading.large-h1.talktitle {
    font-size: 30px;
  }

  .heading.large-h1.ourvaluessubheading {
    margin-left: 0;
    margin-right: 0;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

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

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

  .terms-card {
    margin-top: -220px;
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .cta-banner {
    text-align: center;
    flex-direction: column;
    grid-template-columns: auto;
    padding: 40px;
  }

  .banner-section {
    text-align: left;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .banner {
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .logo {
    width: 80px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .hero-grid.careersmaingrid, .hero-grid.careersmaingrid.careersmainarabicgrid, .hero-grid.partnermaingrid, .hero-grid.partnermaingrid.partnermaingridarabic, .hero-grid.referralmaingrid, .hero-grid.referralmaingrid.referralmaingridarabic {
    grid-template-columns: 1fr;
  }

  .hero-grid.collaboratemaingrid {
    grid-template-columns: 1.4fr;
  }

  .hero-grid.collaboratemaingrid.collaboratemaingridarabic, .hero-grid.aboutmaingrid, .hero-grid.aboutmaingrid.aboutmainarabicgrid, .hero-grid.arabichomemaingrid, .hero-grid.whyushomearabicgrid, .hero-grid.aboutmissiongridarabic, .hero-grid.aboutteamgridarabic {
    grid-template-columns: 1fr;
  }

  .hero-illustration {
    width: 120px;
    margin-left: 0;
  }

  .large-3-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr .8fr;
  }

  .footer-grid.gridnavigationbar2arabic {
    grid-template-columns: 1fr;
  }

  .footer-logo-block {
    margin-bottom: 40px;
  }

  .footer-logo-block.navigationbar2arabiclogoblock.mobilearabiclogoblock {
    display: flex;
  }

  .footer-logo-block.navigationbar2arabiclogoblock.computerarabiclogoblock {
    display: none;
  }

  .ebook-header-block {
    height: auto;
    display: none;
  }

  .ebook-page-grid {
    grid-template-columns: 1fr;
  }

  .ebook-mobile-block {
    height: auto;
    display: block;
  }

  .text-block {
    font-size: 13px;
  }

  .column-2 {
    padding-top: 20px;
  }

  .text-block-45 {
    font-size: 22px;
  }

  .bold-text-6, .bold-text-7, .bold-text-8 {
    font-size: 15px;
  }

  .subscribesub, .text-block-49.slidetext {
    font-size: 12px;
  }

  .section-3.aboutleadersection {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-3.aboutleadersection.aboutleadersectionarabic {
    padding-bottom: 60px;
  }

  .column-5 {
    margin-bottom: 60px;
  }

  .column-7 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-block-53.referralprocessstep {
    margin-top: 0;
  }

  .text-block-54.leaderbrief.leaderbriefarabicmobile {
    font-family: Notosansarabic, sans-serif;
  }

  .spacer-2 {
    height: 32px;
  }

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

  .section-4.light-color-gradient.aboutbackground {
    background-image: url('../images/GlobalMap.png'), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), transparent), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), linear-gradient(241deg, rgba(126, 87, 255, .31), transparent);
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 120px, auto, auto, auto;
    padding-bottom: 20px;
  }

  .section-4.light-color-gradient.aboutbackground.aboutbackgroundarabic {
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-size: 95px, auto, auto, auto;
  }

  .column-8, .column-9 {
    padding-top: 20px;
  }

  .referralcolumn, .column-12 {
    margin-top: 20px;
  }

  .column-13, .column-14 {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-15 {
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-16, .column-17, .column-18 {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-19, .column-20, .column-21, .column-22, .column-23 {
    margin-bottom: 40px;
  }

  .column-24 {
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .column-25 {
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .column-26 {
    padding-bottom: 40px;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
    font-size: 14px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr .25fr minmax(200px, 1fr);
  }

  .timelineheading1, .timelineheading2 {
    font-size: 35px;
  }

  .column-36 {
    margin-top: 0;
  }

  .column-36.needtalktitlecolumn {
    margin-top: 20px;
  }

  .column-36.partnerformtitlecolumn {
    margin-top: 10px;
  }

  .subscribesection {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .bold-text-15 {
    font-family: Helveticaneue Medium, sans-serif;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 70px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    align-items: center;
  }

  .grid-4 {
    grid-row-gap: 30px;
  }

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

  .image-9, .image-10 {
    display: none;
  }

  .grid-5 {
    grid-row-gap: 0px;
    grid-template-columns: 1.4fr;
  }

  .grid-5.contactusarabicgrid {
    grid-template-columns: 1fr;
  }

  .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18 {
    display: none;
  }

  .section-7.whypartnersection, .section-7.whypartnersection.whypartnersectionarabic, .section-7.referralprocesssection, .section-7.referralprocesssection.referralprocessarabicsection {
    padding-bottom: 0;
  }

  .grid-7 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .text-block-55.whypartnertitlebox {
    text-align: right;
    line-height: 30px;
  }

  .text-block-55.referprocesstitlebox {
    text-align: right;
  }

  .text-block-55.dnabitheadingblock {
    line-height: 30px;
  }

  .text-block-56 {
    text-align: center;
    font-size: 16px;
  }

  .text-block-56.whypartnersubtitle, .text-block-56.referprocesstext, .text-block-56.worktogethertextblock {
    text-align: left;
  }

  .bold-text-26 {
    font-size: 35px;
    line-height: 35px;
  }

  .bold-text-26.whypartnertitle {
    font-size: 30px;
    line-height: 22px;
  }

  .bold-text-26.referprocesstitle {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-26.dnabitheading {
    font-size: 30px;
    line-height: 22px;
  }

  .bold-text-26.worktogetherbitheading {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-27 {
    font-size: 35px;
    line-height: 35px;
  }

  .bold-text-27.whypartnertitle {
    font-size: 30px;
    line-height: 22px;
  }

  .bold-text-27.referprocesstitle {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-27.dnabitheading {
    font-size: 30px;
    line-height: 22px;
  }

  .bold-text-27.worktogetherbitheading {
    font-size: 30px;
  }

  .bold-text-28 {
    font-size: 35px;
    line-height: 35px;
  }

  .bold-text-28.whypartnertitle {
    font-size: 30px;
    line-height: 22px;
  }

  .bold-text-28.referprocesstitle {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-28.dnabitheading {
    font-size: 30px;
    line-height: 22px;
  }

  .bold-text-28.worktogetherbitheading {
    font-size: 30px;
    line-height: 30px;
  }

  .grid-8 {
    grid-template-columns: .25fr .5fr .25fr 3.75fr .25fr;
  }

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

  .text-block-58 {
    font-size: 12px;
    line-height: 16px;
  }

  .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33 {
    font-size: 12px;
    line-height: 12px;
  }

  .grid-10.partnerbitgrid {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr .5fr 1fr;
    grid-auto-flow: row;
  }

  .grid-10.dnabitsgrid {
    grid-template-columns: .5fr .5fr 1fr;
  }

  .text-block-59 {
    font-size: 75px;
  }

  .dnabitbriefblock1, .dnabitbriefblock2, .dnabitbriefblock3 {
    margin-right: 20px;
  }

  .bold-text-34, .bold-text-34.influencerbittitle, .bold-text-34.referralbittitle, .bold-text-34.contentsharingbittitle {
    font-size: 20px;
  }

  .text-block-61, .text-block-61.worktogetherbitsubtextblock {
    padding: 10px 0;
  }

  .bold-text-36 {
    font-size: 12px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 10px;
  }

  .text-block-62 {
    font-size: 35px;
  }

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

  .image-21 {
    height: 150px;
    display: block;
  }

  .grid-13 {
    display: none;
  }

  .grid-13.threebitgrid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
  }

  .valueblock.slidercardblock {
    padding-bottom: 0;
  }

  .valueblock.slidercardblock.partnerslidercardblock {
    background-color: var(--silver);
  }

  .text-block-76 {
    line-height: 27px;
  }

  .text-block-76.mobileslidercardtitle {
    color: #ecc802;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-77.mobileslidertext.partnerbittext.mobileslidertextarabic, .text-block-77.mobileslidertext.mobileslidertextarabic {
    text-align: right;
    font-family: Notosansarabic, sans-serif;
  }

  .leadingvaluesblock {
    justify-content: flex-start;
  }

  .grid-15.glancegrid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .threebitheadingtext {
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-18, .div-block-19 {
    display: none;
  }

  .threebitreferralheadingtext {
    font-size: 35px;
    line-height: 35px;
  }

  .grid-16.leadersgrid {
    display: none;
  }

  .bold-text-47 {
    font-size: 20px;
  }

  .bold-text-51 {
    font-size: 18px;
  }

  .slider-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .mask-2 {
    height: auto;
  }

  .slider-4.cardmobileslider {
    display: block;
  }

  .cardcontainer {
    margin-left: 18vw;
    margin-right: 18vw;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .text-block-80.collaboratetimelinearabicsuperheading {
    text-align: center;
  }

  .arabicsocialmediaiconsblock {
    flex-direction: row;
  }

  .arabicnavigationlinkscontainergridblockfill {
    display: block;
  }

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

  .grid-18.brandmodalgrid {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .brandmodaldescription {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    padding: 10px;
  }

  .brandmodelsubtitleblock {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brandmodaltitleblock, .brandmodalwebsiteblock {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nordebrandmodalimage {
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .brandmodeltitle {
    font-size: 30px;
  }

  .brandmodalsubtitle {
    padding-bottom: 10px;
  }

  .nordebrandmodalblock, .mudoconceptbrandmodalblock {
    display: none;
  }

  .mudoconceptbrandmodalimage {
    border-top-right-radius: 0;
    border-bottom-left-radius: 18px;
    margin-bottom: 40px;
  }

  .nordelinkblock {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .comingsoonemphasistext {
    font-size: 16px;
  }

  .grid-19 {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-81.comingsoonmobilenavbar {
    display: flex;
  }

  .section-11 {
    height: 20px;
  }

  .section-12 {
    height: 40px;
    max-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .section.light-grey, .section.light-grey.openpositionssectionarabic {
    padding-bottom: 0;
  }

  .section.light-color-gradient {
    background-position: 0 0, 0 0, 0 0, 100% 0;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, 140px 140px;
  }

  .section.light-color-gradient.sectionwhyus {
    background-image: url('../images/MENAHeading.png'), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-size: 120px, auto, auto, auto;
  }

  .section.light-color-gradient.sectionwhyus.sectionwhyusarabic {
    background-size: 95px, auto, auto, auto;
  }

  .section.light-color-gradient.sectionwherewe {
    background-image: linear-gradient(54deg, rgba(255, 131, 122, .25), rgba(255, 131, 122, 0) 28%), linear-gradient(241deg, var(--gradient-pink), rgba(239, 152, 207, 0) 36%), linear-gradient(to bottom, transparent, transparent), url('../images/Map-White.png');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, contain;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .section.light-color-gradient.careersbackground {
    background-image: url('../images/Brain.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-size: 100px, auto, auto, auto;
    padding-top: 80px;
  }

  .section.light-color-gradient.careersbackground.careersbackgroundarabic {
    background-size: 90px, auto, auto, auto;
  }

  .section.light-color-gradient.valuesbackground {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.valuesbackground.valuessectionabout {
    padding-bottom: 20px;
  }

  .section.light-color-gradient.valuesbackground.valuescareersection {
    padding-bottom: 190px;
  }

  .section.light-color-gradient.partnerbackground {
    background-image: url('../images/PartnershipConnect.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(255, 131, 122, 0)), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), transparent);
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-size: 90px, auto, auto, auto;
    padding-top: 80px;
  }

  .section.light-color-gradient.referralbackground {
    background-image: url('../images/NetworkMap.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-size: 90px, auto, auto, auto;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.collaboratebackground {
    background-image: url('../images/CollaborateMap.png'), linear-gradient(to bottom, rgba(142, 242, 255, .29), rgba(142, 242, 255, .29)), radial-gradient(circle farthest-corner at 100% 100%, var(--gradient-red), var(--silver) 31%, rgba(217, 241, 80, .32) 50%, var(--gradient-red) 74%, transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat, repeat;
    background-size: 90px, auto, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.collaboratebackground.collaboratebackgroundarabic {
    background-size: 80px, auto, auto, auto;
  }

  .section.light-color-gradient.missionbackgroundsection {
    background-image: url('../images/NetworkMap.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-size: 100px, auto, auto, auto;
  }

  .section.light-color-gradient.inspirebackground {
    background-image: url('../images/Inspires.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-size: 100px, auto, auto, auto;
    padding-bottom: 20px;
  }

  .section.light-color-gradient.inspirebackground.inspirebackgroundarabic {
    background-size: 80px, auto, auto, auto;
  }

  .section.light-color-gradient.homemainsection {
    background-image: url('../images/MENAMap.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(255, 131, 122, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat;
    background-size: 95px, auto, auto, auto;
    padding-top: 40px;
  }

  .section.light-color-gradient.homemainsection.arabichomemainsection {
    background-size: 95px, auto, auto, auto;
  }

  .section.black-gradient.enquiryaddresssection, .section.black-gradient.headofficesection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.light-page-header.contactbackground {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0)), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), rgba(0, 0, 0, 0)), linear-gradient(241deg, rgba(126, 87, 255, .31), rgba(239, 152, 207, 0));
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.lookingfor.leadingbrandsection, .section.lookingfor.atglancesection, .section.lookingfor.atglance2section, .section.lookingfor.leadingbrand2section, .section.lookingfor.companyquotesection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .button {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .button.no-margin.submitmessagebutton:hover {
    background-color: #ebc700;
  }

  .button.subscribe {
    margin-left: 0;
  }

  .button.becomepartnerbutton {
    width: 80%;
  }

  .button.becomereferralbutton {
    width: 80%;
    font-size: 13px;
  }

  .text-box._550px.center-align {
    text-align: center;
    padding-right: 0;
  }

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-3 {
    width: 100%;
  }

  .menu-button {
    flex: 0 auto;
  }

  .footer-links-container.arabicnavigationbar2linkscontainer.followusarabiccomputerblock {
    display: none;
  }

  .search-banner {
    justify-content: space-between;
  }

  .paragraph.large {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 15px;
    font-size: 12px;
  }

  .paragraph.large.homebackgroundsub, .paragraph.large.whyussub {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .paragraph.large.careerssubheading {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    font-weight: 500;
  }

  .paragraph.large.partnerbackgroundsubheading {
    padding-right: 0;
    font-size: 13px;
    font-weight: 500;
  }

  .paragraph.large.referralbackgroundsubheading {
    font-size: 13px;
    font-weight: 500;
  }

  .paragraph.large.collaboratebackgroundsubtitle {
    font-size: 13px;
  }

  .paragraph.large.aboutheadtingsubtitle {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .paragraph.large.timelineparagraph1 {
    padding-left: 15px;
    padding-right: 0;
    font-size: 12px;
  }

  .paragraph.large.inspiredsubtitle {
    font-size: 13px;
  }

  .paragraph.large.workimpacttext {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.large.missionbriefingtext {
    font-size: 13px;
  }

  .paragraph.medium {
    margin-bottom: 0;
    font-size: 16px;
  }

  .no-margin.positionstitle {
    font-size: 25px;
  }

  .nav-menu {
    align-self: center;
  }

  .ds-menu-brand {
    margin-left: 16px;
  }

  .ds-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-field {
    width: 100%;
  }

  .text-field.no-margin {
    margin-top: 20px;
  }

  .text-area {
    width: 100%;
  }

  .nav-container {
    height: 64px;
    padding: 2px 20px;
  }

  .nav-link {
    margin-right: 35px;
    font-size: 13px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.h1.elements, .heading.h1.elements.dnatitle.bdna {
    font-size: 22px;
  }

  .heading.h1.elements.referralpartnerheading, .heading.h1.elements.referralpartnerheadingb {
    font-size: 16px;
  }

  .heading.h1.elements.referralpartnerheadingc {
    font-size: 14px;
  }

  .heading.h1.elements.dnastepb {
    padding-left: 0;
    font-size: 20px;
  }

  .heading.h1.elements.dnastepc {
    padding-left: 0;
  }

  .heading.h1.elements.dnastepa {
    font-size: 20px;
  }

  .heading.h1.locationtitle {
    padding-left: 40px;
    font-size: 25px;
  }

  .heading.h1.locationtitle.valuestitle {
    padding-left: 40px;
    font-size: 20px;
  }

  .heading.h1.locationtitle.citytitle {
    font-size: 30px;
  }

  .heading.h1.locationtitle.worktogethertitle, .heading.h1.contacttitle.shapeheading {
    font-size: 20px;
  }

  .heading.h1.missiontitle {
    font-size: 18px;
    line-height: 1.1em;
  }

  .heading.h1.homebackgroundheading {
    font-size: 18px;
  }

  .heading.h1.whyusheading, .heading.h1.careersheading, .heading.h1.partnerbackgroundheading, .heading.h1.referralbackgroundheading {
    font-size: 20px;
  }

  .heading.h1.collaboratebackgroundtitle {
    font-size: 30px;
  }

  .heading.h1.collaboratebackgroundtitle.collaborateheadingtitle {
    margin-top: 0;
    font-size: 25px;
  }

  .heading.h1.aboutheadingtitle {
    margin-top: 10px;
    font-size: 20px;
  }

  .heading.h1.inspiredtitle {
    font-size: 25px;
  }

  .heading.h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .heading.h2.aspirationtitle {
    font-size: 18px;
  }

  .heading.h3.forwardthinking {
    font-size: 22px;
  }

  .heading.h3.forwardthinking.referraltitle {
    margin-bottom: 60px;
    font-size: 18px;
  }

  .heading.h3.forwardthinking.referraltitle.abouttitles {
    margin-bottom: 40px;
  }

  .heading.h3.forwardthinking.referraltitle.referralprocessheading {
    font-size: 16px;
  }

  .heading.h3.forwardthinking.retailheading {
    margin-top: 20px;
    font-size: 20px;
  }

  .heading.h3.lookingtitle {
    font-size: 16px;
  }

  .heading.h3.lookingtitle.quotetitle {
    font-size: 14px;
  }

  .heading.h3.careersuperheading {
    font-size: 15px;
  }

  .heading.large-h1 {
    font-size: 42px;
  }

  .heading.large-h1.subheading {
    font-size: 13px;
  }

  .heading.large-h1.subheading.inquirytitle {
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .heading.large-h1.subheading.inquirytitle.righttitle {
    margin-top: 20px;
    padding-left: 40px;
    font-size: 10px;
  }

  .heading.large-h1.talktitle {
    font-size: 25px;
  }

  .heading.large-h1.ourvaluessubheading {
    font-size: 12px;
  }

  .error-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ds-menu-button {
    margin-right: 6px;
  }

  .email-form {
    width: 100%;
    flex-direction: column;
  }

  .email-form.no-margin {
    margin-left: 0;
  }

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

  .email-subscribe {
    width: 100%;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .search {
    flex-direction: column;
  }

  .terms-card {
    margin-top: -240px;
    padding: 24px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .form-card {
    padding: 0;
  }

  .title-tag {
    margin-bottom: 6px;
  }

  .cta-banner {
    padding: 32px;
  }

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

  .banner-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner {
    text-align: left;
    justify-content: space-between;
  }

  .banner-link {
    width: 100%;
    flex: 0 auto;
  }

  .hero-grid {
    grid-template-areas: ".";
  }

  .hero-grid.partnermaingrid, .hero-grid.referralmaingrid, .hero-grid.collaboratemaingrid, .hero-grid.aboutmaingrid {
    grid-template-columns: 5fr;
  }

  .form-page-logo {
    width: 160px;
  }

  .admin-form-card, .account-card {
    padding: 28px;
  }

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

  .form-page-logo-link {
    margin-bottom: 24px;
  }

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

  .text-block {
    font-size: 13px;
  }

  .bold-text-2 {
    font-size: 14px;
  }

  .columns {
    margin-bottom: 0;
  }

  .column-2 {
    padding-top: 20px;
  }

  .column-3 {
    padding-top: 0;
    padding-left: 10px;
  }

  .columns-2 {
    margin-bottom: 0;
  }

  .columns-2.delement, .columns-2.rolloutaboutcolumn {
    margin-bottom: 40px;
  }

  .text-block-3 {
    text-align: center;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .text-block-44.subscript {
    font-size: 12px;
  }

  .text-block-44.glancefigure {
    font-size: 45px;
  }

  .text-block-45, .text-block-45.locationheading {
    font-size: 22px;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 16px;
  }

  .bold-text-8 {
    font-size: 12px;
  }

  .subscribesub {
    font-size: 15px;
  }

  .slider {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-49.slidetitle {
    font-size: 25px;
  }

  .text-block-49.slidetext {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .slide {
    width: 320px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide.aslide {
    width: 90vw;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 0;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-right: 0;
  }

  .text-block-50 {
    margin-top: 80px;
    font-size: 18px;
  }

  .text-block-50.block571 {
    margin-top: 20px;
    font-size: 18px;
  }

  .text-block-51 {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 500;
  }

  .text-block-52 {
    font-family: Helveticaneue Medium, sans-serif;
  }

  .bold-text-11 {
    font-size: 16px;
  }

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

  .section-3.aboutleadersection {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-3.aboutleadersection.aboutleadersectionarabic {
    padding-bottom: 20px;
  }

  .column-5 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-7 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-53 {
    font-size: 18px;
  }

  .text-block-53.leaderposition, .text-block-53.leaderintro {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .text-block-54 {
    padding-right: 0;
  }

  .text-block-54.leaderbrief {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-54.referralprocessstepbrief {
    padding-left: 10px;
  }

  .text-block-54.referralprogrambrief {
    padding-left: 20px;
  }

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

  .section-4.light-color-gradient.aboutbackground {
    background-image: url('../images/GlobalMap.png'), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), transparent), radial-gradient(circle farthest-corner at 30% 150%, rgba(126, 87, 255, .31), transparent), linear-gradient(241deg, rgba(126, 87, 255, .31), transparent);
    background-position: 100% 0, 0 0, 0 0, 0 0;
    background-size: 90px, auto, auto, auto;
  }

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

  .button-2 {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .block-quote {
    font-size: 15px;
  }

  .column-8, .column-9 {
    padding-top: 20px;
  }

  .image-2 {
    margin-top: 60px;
  }

  .referralcolumn, .column-12, .adnaprocess, .cdnaprocess {
    margin-top: 20px;
  }

  .image-4 {
    margin-top: 85px;
  }

  .column-13 {
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-14 {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-15 {
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-16, .column-17, .column-18 {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-19, .column-20, .column-21, .column-22, .column-23 {
    margin-bottom: 40px;
  }

  .column-24 {
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .column-25 {
    margin-bottom: 0;
    padding-left: 10px;
  }

  .column-26 {
    margin-bottom: 0;
  }

  .column-27 {
    margin-top: 20px;
  }

  .column-28 {
    margin-top: 0;
  }

  .column-29, .column-30 {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 100px;
  }

  .image-5 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-31 {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 100px;
  }

  .image-6 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-32, .column-33 {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 100px;
  }

  .column-33.columnquality {
    padding-bottom: 0;
  }

  .column-34 {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 100px;
  }

  .image-7, .image-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-14 {
    font-size: 20px;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
    font-size: 13px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr .25fr 1fr;
  }

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

  .div-block-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-7 {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .div-block-8, .div-block-9, .div-block-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .timelineheading1 {
    padding-left: 0;
    padding-right: 15px;
    font-size: 16px;
  }

  .timelineheading2 {
    padding-left: 15px;
    padding-right: 0;
    font-size: 16px;
  }

  .column-36 {
    margin-top: 60px;
  }

  .column-36.needtalktitlecolumn {
    margin-top: 80px;
  }

  .column-36.partnerformtitlecolumn {
    margin-top: 10px;
  }

  .letscontactsection {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

  .letscontactsection.partnerscontactsection {
    padding-top: 40px;
  }

  .grid-3 {
    margin-left: 20px;
    margin-right: 30px;
  }

  .grid-4 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-block-11 {
    padding-top: 0;
  }

  .image-9 {
    display: none;
  }

  .grid-5 {
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7.whypartnersection {
    padding-bottom: 0;
  }

  .section-7.referralprocesssection {
    margin-top: 0;
  }

  .text-block-55.referprocesstitlebox {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-55.dnabitheadingblock {
    line-height: 16px;
  }

  .text-block-56 {
    font-size: 14px;
  }

  .bold-text-26, .bold-text-26.whypartnertitle {
    font-size: 25px;
    line-height: 25px;
  }

  .bold-text-26.referprocesstitle {
    font-size: 20px;
    line-height: 22px;
  }

  .bold-text-26.dnabitheading {
    font-size: 18px;
    line-height: 16px;
  }

  .bold-text-26.worktogetherbitheading {
    font-size: 25px;
  }

  .bold-text-27 {
    font-size: 25px;
    line-height: 25px;
  }

  .bold-text-27.whypartnertitle {
    font-size: 25px;
  }

  .bold-text-27.referprocesstitle {
    font-size: 20px;
    line-height: 22px;
  }

  .bold-text-27.dnabitheading {
    font-size: 18px;
    line-height: 16px;
  }

  .bold-text-27.worktogetherbitheading {
    font-size: 25px;
  }

  .bold-text-28 {
    font-size: 25px;
    line-height: 25px;
  }

  .bold-text-28.whypartnertitle {
    font-size: 25px;
  }

  .bold-text-28.referprocesstitle {
    font-size: 20px;
    line-height: 22px;
  }

  .bold-text-28.dnabitheading {
    font-size: 18px;
    line-height: 16px;
  }

  .bold-text-28.worktogetherbitheading {
    font-size: 25px;
  }

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

  .grid-10 {
    grid-template-columns: 1fr .25fr .5fr;
  }

  .grid-10.partnerbitgrid {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .25fr 1.5fr;
  }

  .grid-10.dnabitsgrid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr .75fr 1fr;
  }

  .text-block-59 {
    font-size: 65px;
  }

  .dnabitbriefblock1, .dnabitbriefblock2, .dnabitbriefblock3 {
    margin-right: 0;
  }

  .bold-text-34 {
    font-size: 18px;
  }

  .bold-text-34.influencerbittitle, .bold-text-34.referralbittitle, .bold-text-34.contentsharingbittitle {
    font-size: 14px;
  }

  .text-block-61 {
    line-height: 15px;
  }

  .text-block-61.worktogetherbitsubtextblock {
    padding-top: 10px;
  }

  .bold-text-36, .bold-text-36.partnerbittext {
    font-size: 10px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .workimpacttitleblock {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-62 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .bold-text-40 {
    font-size: 13px;
  }

  .image-21 {
    display: block;
  }

  .grid-13.threebitgrid {
    margin-left: 40px;
    padding-left: 0;
  }

  .valueblock.slidercardblock {
    padding-top: 0;
  }

  .valueblock.slidercardblock.partnerslidercardblock {
    background-color: var(--silver);
    padding-top: 0;
  }

  .text-block-76 {
    line-height: 27px;
  }

  .text-block-76.mobileslidercardtitle {
    font-size: 22px;
    line-height: 24px;
  }

  .text-block-76.mobileslidercardtitle.dnamobilesliderbittitle {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-77 {
    font-size: 14px;
  }

  .text-block-77.mobileslidertext {
    font-size: 12px;
  }

  .grid-14 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .leadingvaluesblock {
    justify-content: flex-start;
  }

  .grid-15.glancegrid {
    grid-row-gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .threebitheadingtext {
    font-size: 25px;
    line-height: 25px;
  }

  .threebitreferralheadingtext {
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-20, .div-block-21 {
    display: none;
  }

  .bold-text-47, .bold-text-51 {
    font-size: 16px;
  }

  .slider-3 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .mask-2 {
    height: auto;
  }

  .cardcontainer.valuescardcontainer {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .cardcontainer.partnerbitmobileslidercontainer, .cardcontainer.worktogethermobileslidercontainer {
    margin-left: 15vw;
    margin-right: 15vw;
  }

  .right-arrow, .left-arrow, .right-arrow-2, .left-arrow-2 {
    display: none;
  }

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

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

  .brandmodaltitleblock, .brandmodalwebsiteblock {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brandmodeltitle {
    font-size: 20px;
  }

  .brandmodalsubtitle {
    font-size: 8px;
    line-height: 12px;
  }

  .nordebrandmodalblock {
    display: none;
  }

  .mudoconceptbrandmodalblock {
    padding-top: 200px;
    display: none;
  }

  .mudoconceptbrandmodalimage {
    margin-bottom: 40px;
  }

  .nordelinkblock, .mudoconceptlinkblock {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .italic-text {
    font-size: 16px;
  }

  .comingsoontext {
    font-size: 12px;
    line-height: 1.33em;
  }

  .comingsoonemphasistext {
    font-size: 12px;
    line-height: 1em;
  }

  .grid-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-59 {
    font-size: 16px;
  }

  .section-11 {
    height: 20px;
  }

  .section-12 {
    height: 40px;
    max-height: 40px;
  }
}

#w-node-_1dd8906a-24af-2114-4886-b3b6dd3c4a0f-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4e8693dc-8355-6d83-aa30-43eb56644346-676eacef, #w-node-_5e185c36-81e0-39e6-6f71-cbe59f825d50-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0182ddb4-02d5-70e8-e689-15398dfa095f-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_924ed1a6-5082-0c39-aed9-3a32fffd21ff-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ab9c0eb4-ea65-1e39-92ba-86834a839bf4-676eacef, #w-node-_1fcecf99-7891-76c9-5a04-efb4fc969466-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34badf20-8f6e-8d28-a22f-533bb62802f2-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_209962a2-0295-843a-7f52-5fc789b09989-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0567b691-2377-8fa9-284c-88d44b2a46d8-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b73d508-2d8c-3eee-3d5b-9a4f9198b54d-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8261d5f0-dd46-c89c-b3e1-e2a8575a43de-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4f28b381-d721-367b-9912-af1759185dcc-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0928e20f-2fe5-7c4c-efb9-6e1ddd35f819-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-eda41cae-86f3-5566-96f6-9c155ca56d35-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3abe7cc8-4b7e-b188-530d-4c4b8b258d31-676eacef, #w-node-_6ce9d95a-5926-caad-7099-2e2428af7a74-676eacef, #w-node-_67e9f071-9c25-2feb-26df-fc4ab996b44c-676eacef, #w-node-_69219fed-d75d-c68d-455c-c3af9a343556-676eacef, #w-node-_5b1d2a88-cb4b-749f-295c-a3ed690d9ccf-676eacef, #w-node-_5f88752e-1e70-5d08-e297-106a316ceaee-676eacef, #w-node-b90ea4a3-6439-c04f-ff7a-359f8df7a212-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd126796-5fea-ea2f-0b35-681dee10dc3f-676eacef, #w-node-_2d2fa05d-991e-2d8c-3d7e-762d59dc7f6c-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_17aa2c6e-00cd-387b-0661-d654edae7e67-676eacef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_762c0d03-288d-a495-0618-0fc039e1afee-676ead2f, #w-node-f451e322-e499-7efd-2600-8e9f3f4bd368-676ead2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b7d11f4-6911-af61-e672-3276f15a3f91-676ead2f, #w-node-_49e00819-a939-ba06-f0a6-175d46621db0-676ead2f, #w-node-_9bb75622-254a-95dd-93bc-157036c5229c-676ead2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_81ba9879-755a-13f9-5e0d-54aa08746fcc-676ead2f, #w-node-_664ca1cb-8ce7-e2a4-54a2-c48200e39682-676ead2f, #w-node-c3f419df-437d-562f-5032-d6917c4d131b-676ead2f, #w-node-c3f419df-437d-562f-5032-d6917c4d131c-676ead2f, #w-node-c3f419df-437d-562f-5032-d6917c4d1327-676ead2f, #w-node-c3f419df-437d-562f-5032-d6917c4d1332-676ead2f, #w-node-c3f419df-437d-562f-5032-d6917c4d133d-676ead2f, #w-node-b2a40ddc-dbb8-be35-dbdb-f03fd699891c-676ead2f, #w-node-b2a40ddc-dbb8-be35-dbdb-f03fd699891e-676ead2f, #w-node-b2a40ddc-dbb8-be35-dbdb-f03fd6998924-676ead2f, #w-node-b2a40ddc-dbb8-be35-dbdb-f03fd699892c-676ead2f, #w-node-b2a40ddc-dbb8-be35-dbdb-f03fd6998934-676ead2f, #w-node-b2a40ddc-dbb8-be35-dbdb-f03fd699893c-676ead2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38a4cbc1-ee50-0d95-9b0d-d69807ec5f71-676ead2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_38a4cbc1-ee50-0d95-9b0d-d69807ec5f7f-676ead2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-dfc5f3f6-c873-731d-f5a7-63d8a6479f81-676ead30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfc5f3f6-c873-731d-f5a7-63d8a6479f71-676ead30 {
  justify-self: end;
}

#w-node-_5f17cdc6-7080-aba4-6805-75ada9e0a8ce-676ead30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f17cdc6-7080-aba4-6805-75ada9e0a8cf-676ead30, #w-node-_5f17cdc6-7080-aba4-6805-75ada9e0a8d9-676ead30, #w-node-_5f17cdc6-7080-aba4-6805-75ada9e0a8e3-676ead30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5f17cdc6-7080-aba4-6805-75ada9e0a8ed-676ead30, #w-node-_5145e901-a376-37d7-4bae-8e0f98006f38-676ead30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5145e901-a376-37d7-4bae-8e0f98006f24-676ead30 {
  justify-self: end;
}

#w-node-_9202447f-7d1d-4f1f-1c52-cfb58e45aacb-676ead30, #w-node-_9202447f-7d1d-4f1f-1c52-cfb58e45aacc-676ead30, #w-node-_9202447f-7d1d-4f1f-1c52-cfb58e45aad9-676ead30, #w-node-_9202447f-7d1d-4f1f-1c52-cfb58e45aae6-676ead30, #w-node-_9202447f-7d1d-4f1f-1c52-cfb58e45aaf3-676ead30, #w-node-e20851d0-67a6-d70e-d7c7-7854bb639e14-676ead30, #w-node-e20851d0-67a6-d70e-d7c7-7854bb639e18-676ead30, #w-node-e20851d0-67a6-d70e-d7c7-7854bb639e0b-676ead30, #w-node-e20851d0-67a6-d70e-d7c7-7854bb639e02-676ead30, #w-node-e20851d0-67a6-d70e-d7c7-7854bb639df9-676ead30, #w-node-e20851d0-67a6-d70e-d7c7-7854bb639df0-676ead30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e104f51-184c-0259-503b-b95b1bde1c68-676ead30 {
  justify-self: end;
}

#w-node-bde2b43a-ca36-1a6f-0592-9cd2d9a3614e-676ead30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bde2b43a-ca36-1a6f-0592-9cd2d9a3615d-676ead30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af0c-676ead32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af15-676ead32 {
  align-self: center;
  justify-self: center;
}

#w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af18-676ead32, #w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af20-676ead32, #w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af27-676ead32, #w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af31-676ead32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af3c-676ead32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_076f3f30-a7df-7233-03bd-3344ee5535ef-676ead47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3eedee4-aeec-be33-28f6-28ab84ec5c4f-676ead47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-eba0e006-a6b0-8bdb-f004-efb7c7c2dcca-676ead47 {
  align-self: center;
  justify-self: center;
}

#w-node-aa9aadb5-ccad-b0d9-3ad5-397371dc997a-676ead47, #w-node-aa9aadb5-ccad-b0d9-3ad5-397371dc997e-676ead47, #w-node-aa9aadb5-ccad-b0d9-3ad5-397371dc9983-676ead47, #w-node-aa9aadb5-ccad-b0d9-3ad5-397371dc998c-676ead47, #w-node-aa9aadb5-ccad-b0d9-3ad5-397371dc9995-676ead47, #w-node-aa9aadb5-ccad-b0d9-3ad5-397371dc999e-676ead47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e336fa16-e020-0a27-cffa-929da2f30ba2-676ead48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-bfc1229e-0a4b-cf3a-509b-d2f972d44709-676ead48 {
  align-self: center;
  justify-self: center;
}

#w-node-_438c8687-0986-5e17-d473-cc40057f7c8c-676ead48, #w-node-dbe81627-df33-5256-8c91-77e82fa0eb44-676ead48, #w-node-e4da07b0-1065-a911-8e5e-37211075a3d5-676ead48, #w-node-a670d894-6c4b-6843-d0bf-e817d42cf844-676ead48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a670d894-6c4b-6843-d0bf-e817d42cf852-676ead48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-bbeb9ed7-ded3-a48d-aa3c-63de4f0646c7-676ead4e {
  justify-self: end;
}

#w-node-_71db758e-85aa-75b3-374a-5dc91c8aadfa-676ead4e {
  justify-self: start;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e935-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e939-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e93c-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e93f-676ead4e, #w-node-f1d6808e-773f-6779-200a-850ec590e940-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e94c-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e956-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e959-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e95c-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e95f-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e962-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e96c-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e976-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f1d6808e-773f-6779-200a-850ec590e979-676ead4e, #w-node-_8b328088-abf5-8ba8-cc48-6278a76d3f64-676ead4e, #w-node-_8b328088-abf5-8ba8-cc48-6278a76d3f68-676ead4e, #w-node-_8b328088-abf5-8ba8-cc48-6278a76d3f6c-676ead4e, #w-node-_8b328088-abf5-8ba8-cc48-6278a76d3f70-676ead4e, #w-node-_8b328088-abf5-8ba8-cc48-6278a76d3f74-676ead4e, #w-node-_8b328088-abf5-8ba8-cc48-6278a76d3f78-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b030bcac-cfc0-e483-8e29-d86ab8f721b5-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b030bcac-cfc0-e483-8e29-d86ab8f721c3-676ead4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b0e-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458aff-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b21-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b25-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b28-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b2b-676ead4f, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458b2c-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b38-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b42-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b45-676ead4f, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458b48-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b4b-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b4e-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b58-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b62-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458b65-676ead4f, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458b77-676ead4f, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458b7b-676ead4f, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458b7f-676ead4f, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458b83-676ead4f, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458b87-676ead4f, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458b8b-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458ba8-676ead4f, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458bd2-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f1543d3f-03ff-efde-4e98-ed83cd458be0-676ead4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e825-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e829-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e82c-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e82f-676ead51, #w-node-c9a01774-fde7-5e04-84c0-cc534734e830-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e83e-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e848-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e84b-676ead51, #w-node-c9a01774-fde7-5e04-84c0-cc534734e84e-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e851-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e854-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e85e-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e868-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e86b-676ead51, #w-node-c9a01774-fde7-5e04-84c0-cc534734e87d-676ead51, #w-node-c9a01774-fde7-5e04-84c0-cc534734e882-676ead51, #w-node-c9a01774-fde7-5e04-84c0-cc534734e887-676ead51, #w-node-c9a01774-fde7-5e04-84c0-cc534734e88c-676ead51, #w-node-c9a01774-fde7-5e04-84c0-cc534734e891-676ead51, #w-node-c9a01774-fde7-5e04-84c0-cc534734e896-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e8dc-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c9a01774-fde7-5e04-84c0-cc534734e8eb-676ead51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_4222f891-bdf1-71cc-bedb-05cd326cce85-676ead55, #w-node-b92b5e81-ed9d-f1da-cacf-9db6240b5bf2-676ead55, #w-node-bbe0a9d6-5087-5e23-2ae7-897b51fbc223-676ead55, #w-node-bbe0a9d6-5087-5e23-2ae7-897b51fbc22c-676ead55, #w-node-bbe0a9d6-5087-5e23-2ae7-897b51fbc235-676ead55, #w-node-d18b8af8-c361-29c2-b9be-3ac9db19f292-676ead55, #w-node-f62d7139-e48c-1e2e-8b74-cbb4a41feb4a-676ead55, #w-node-f62d7139-e48c-1e2e-8b74-cbb4a41feb4b-676ead55, #w-node-f62d7139-e48c-1e2e-8b74-cbb4a41feb56-676ead55, #w-node-f62d7139-e48c-1e2e-8b74-cbb4a41feb61-676ead55, #w-node-f62d7139-e48c-1e2e-8b74-cbb4a41feb6c-676ead55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64295510-2ae9-1bf7-b4b9-8930a0f723f6-676ead55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_64295510-2ae9-1bf7-b4b9-8930a0f72404-676ead55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-f851110e-8a7b-9639-93f3-0855f3a57eef-676ead6a, #w-node-c13af3a0-ad5d-8360-adff-895f88df6d48-676ead6a, #w-node-c13af3a0-ad5d-8360-adff-895f88df6d49-676ead6a, #w-node-c13af3a0-ad5d-8360-adff-895f88df6d54-676ead6a, #w-node-c13af3a0-ad5d-8360-adff-895f88df6d5f-676ead6a, #w-node-c13af3a0-ad5d-8360-adff-895f88df6d6a-676ead6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b71d402b-0e74-40a4-3234-b205e4fed0a0-676ead6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b71d402b-0e74-40a4-3234-b205e4fed0ae-676ead6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_7050ae80-a3fb-945c-7557-06b2fc50473e-676ead6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7050ae80-a3fb-945c-7557-06b2fc504731-676ead6b {
  justify-self: end;
}

#w-node-d4f634df-2809-3b10-1750-4fb505095a05-676ead6b, #w-node-d4f634df-2809-3b10-1750-4fb505095a06-676ead6b, #w-node-d4f634df-2809-3b10-1750-4fb505095a11-676ead6b, #w-node-d4f634df-2809-3b10-1750-4fb505095a1c-676ead6b, #w-node-d4f634df-2809-3b10-1750-4fb505095a27-676ead6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47e29f8e-bff0-e365-a12d-aac4d58b221a-676ead6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_47e29f8e-bff0-e365-a12d-aac4d58b2229-676ead6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-b6ea5edd-2dfa-1d09-6d50-e6f52c039de1-676ead6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6ea5edd-2dfa-1d09-6d50-e6f52c039dd5-676ead6c {
  justify-self: end;
}

#w-node-ca69e4fd-447f-250a-54ea-4479fc813fe4-676ead6c {
  align-self: center;
  justify-self: center;
}

#w-node-ca69e4fd-447f-250a-54ea-4479fc813fd4-676ead6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fda5504b-01be-3ff0-7c1b-70f49f516ee2-676ead6c, #w-node-fda5504b-01be-3ff0-7c1b-70f49f516ee6-676ead6c, #w-node-fda5504b-01be-3ff0-7c1b-70f49f516eeb-676ead6c, #w-node-fda5504b-01be-3ff0-7c1b-70f49f516ef4-676ead6c, #w-node-fda5504b-01be-3ff0-7c1b-70f49f516efd-676ead6c, #w-node-fda5504b-01be-3ff0-7c1b-70f49f516f06-676ead6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_431696d3-03bd-f451-1d85-a8fbd136e8fa-676ead71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2b80ed76-d2bb-09d6-46ac-c59dbb587d09-676ead71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2b80ed76-d2bb-09d6-46ac-c59dbb587d18-676ead71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-b579359b-b01a-6be9-7932-55faeece2126-676ead77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b579359b-b01a-6be9-7932-55faeece211c-676ead77 {
  justify-self: end;
}

#w-node-_68b54d14-7980-12d3-2f4b-cd2d10f1547e-676ead77, #w-node-_68b54d14-7980-12d3-2f4b-cd2d10f1547f-676ead77, #w-node-_68b54d14-7980-12d3-2f4b-cd2d10f1548a-676ead77, #w-node-_68b54d14-7980-12d3-2f4b-cd2d10f15495-676ead77, #w-node-_68b54d14-7980-12d3-2f4b-cd2d10f154a0-676ead77, #w-node-_20cbe454-7090-271e-148e-fc17fd6f0267-676ead77, #w-node-_20cbe454-7090-271e-148e-fc17fd6f0268-676ead77, #w-node-_20cbe454-7090-271e-148e-fc17fd6f0273-676ead77, #w-node-_20cbe454-7090-271e-148e-fc17fd6f027e-676ead77, #w-node-_20cbe454-7090-271e-148e-fc17fd6f0289-676ead77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51024f3d-2c7a-48a0-cf15-ceb821196ffd-676ead77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_51024f3d-2c7a-48a0-cf15-ceb82119700c-676ead77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_7952e99e-430f-80f6-0919-3bf3a327e9c3-676ead79, #w-node-_77fe03c3-0bca-195d-b370-43190a957435-676ead79, #w-node-af630eaf-b3cc-00e6-4fb4-58b1e926859c-676ead79, #w-node-af630eaf-b3cc-00e6-4fb4-58b1e926859d-676ead79, #w-node-_36baf440-0574-bc0b-9cc5-4c4e264359a1-676ead79, #w-node-_36baf440-0574-bc0b-9cc5-4c4e264359a2-676ead79, #w-node-_322c42cf-5ffd-3dd0-d650-70cdcc5eb2bc-676ead79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c48090d8-d5b4-6776-c1e9-09ffc72d5d8e-676ead79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-f263ea5a-c147-bd31-0c14-49a5b3df49ca-676ead79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b8e466cf-edbb-56fa-6687-0c317c42ec47-676ead79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-a04f99cf-1f56-d2bd-c6e8-343b8aa81392-676ead79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ad9dfb6b-9322-7e8e-8436-159d99eab290-676ead79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_17aa2c6e-00cd-387b-0661-d654edae7e67-676eacef {
    justify-self: stretch;
  }

  #w-node-ec70ac7a-7e4c-e9db-7cb9-8368c774dccd-676ead2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38a4cbc1-ee50-0d95-9b0d-d69807ec5f7f-676ead2f {
    justify-self: stretch;
  }

  #w-node-_5e104f51-184c-0259-503b-b95b1bde1c7a-676ead30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bde2b43a-ca36-1a6f-0592-9cd2d9a3615d-676ead30 {
    justify-self: stretch;
  }

  #w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af15-676ead32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af3c-676ead32 {
    justify-self: stretch;
  }

  #w-node-b3eedee4-aeec-be33-28f6-28ab84ec5c4f-676ead47, #w-node-eba0e006-a6b0-8bdb-f004-efb7c7c2dcca-676ead47 {
    align-self: center;
    justify-self: center;
  }

  #w-node-bfc1229e-0a4b-cf3a-509b-d2f972d44709-676ead48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a670d894-6c4b-6843-d0bf-e817d42cf852-676ead48 {
    justify-self: stretch;
  }

  #w-node-_71db758e-85aa-75b3-374a-5dc91c8aadfa-676ead4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b030bcac-cfc0-e483-8e29-d86ab8f721c3-676ead4e, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458be0-676ead4f {
    justify-self: stretch;
  }

  #w-node-_2569975f-33c8-03de-3649-b551c424bc16-676ead51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9a01774-fde7-5e04-84c0-cc534734e8eb-676ead51, #w-node-_64295510-2ae9-1bf7-b4b9-8930a0f72404-676ead55, #w-node-b71d402b-0e74-40a4-3234-b205e4fed0ae-676ead6a, #w-node-_47e29f8e-bff0-e365-a12d-aac4d58b2229-676ead6b {
    justify-self: stretch;
  }

  #w-node-ca69e4fd-447f-250a-54ea-4479fc813fe4-676ead6c, #w-node-ca69e4fd-447f-250a-54ea-4479fc813fd4-676ead6c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_431696d3-03bd-f451-1d85-a8fbd136e905-676ead71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b80ed76-d2bb-09d6-46ac-c59dbb587d18-676ead71, #w-node-_51024f3d-2c7a-48a0-cf15-ceb82119700c-676ead77 {
    justify-self: stretch;
  }

  #w-node-_322c42cf-5ffd-3dd0-d650-70cdcc5eb2c7-676ead79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af0c-676ead32 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af15-676ead32, #w-node-eba0e006-a6b0-8bdb-f004-efb7c7c2dcca-676ead47 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e336fa16-e020-0a27-cffa-929da2f30ba2-676ead48 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-bfc1229e-0a4b-cf3a-509b-d2f972d44709-676ead48, #w-node-ca69e4fd-447f-250a-54ea-4479fc813fe4-676ead6c {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b8d7be4a-ce45-83ab-5947-02d204c8bff0-cf3fcb86, #w-node-_7ca7334f-11ae-91be-2897-c321c7eb9de5-c7eb9de2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7ca7334f-11ae-91be-2897-c321c7eb9e23-c7eb9de2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ca7334f-11ae-91be-2897-c321c7eb9e2e-c7eb9de2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af0c-676ead32, #w-node-_8fdb323b-9733-53d6-6e0d-a6209fc0af15-676ead32 {
    align-self: center;
    justify-self: center;
  }

  #w-node-b3eedee4-aeec-be33-28f6-28ab84ec5c4f-676ead47 {
    justify-self: stretch;
  }

  #w-node-e336fa16-e020-0a27-cffa-929da2f30ba2-676ead48, #w-node-bfc1229e-0a4b-cf3a-509b-d2f972d44709-676ead48 {
    align-self: center;
    justify-self: center;
  }

  #w-node-ca69e4fd-447f-250a-54ea-4479fc813fd4-676ead6c {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab9c0eb4-ea65-1e39-92ba-86834a839bf4-676eacef, #w-node-_4f28b381-d721-367b-9912-af1759185dcc-676eacef, #w-node-_0928e20f-2fe5-7c4c-efb9-6e1ddd35f819-676eacef {
    align-self: center;
  }

  #w-node-b3eedee4-aeec-be33-28f6-28ab84ec5c4f-676ead47 {
    justify-self: stretch;
  }

  #w-node-f1d6808e-773f-6779-200a-850ec590e93f-676ead4e, #w-node-f1d6808e-773f-6779-200a-850ec590e962-676ead4e, #w-node-f1d6808e-773f-6779-200a-850ec590e96c-676ead4e, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458b2b-676ead4f, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458b4e-676ead4f, #w-node-f1543d3f-03ff-efde-4e98-ed83cd458b58-676ead4f, #w-node-c9a01774-fde7-5e04-84c0-cc534734e82f-676ead51, #w-node-c9a01774-fde7-5e04-84c0-cc534734e854-676ead51, #w-node-c9a01774-fde7-5e04-84c0-cc534734e85e-676ead51 {
    align-self: center;
  }

  #w-node-ca69e4fd-447f-250a-54ea-4479fc813fd4-676ead6c {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Plexsans';
  src: url('../fonts/PlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plexsans';
  src: url('../fonts/PlexSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plexsans';
  src: url('../fonts/PlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plexsans';
  src: url('../fonts/PlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plexsans';
  src: url('../fonts/PlexSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plexsans';
  src: url('../fonts/PlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plexsans';
  src: url('../fonts/PlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plexsansarabic';
  src: url('../fonts/PlexSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Bold Outline';
  src: url('../fonts/helvetica-75-bold-outline-587ebe00b76ba.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Bold';
  src: url('../fonts/HelveticaNeueBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Ultralight';
  src: url('../fonts/HelveticaNeueUltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Light';
  src: url('../fonts/HelveticaNeueLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk Medium';
  src: url('../fonts/SpaceGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue Medium';
  src: url('../fonts/HelveticaNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Thin Condensed';
  src: url('../fonts/HelveticaNeue-ThinCond.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Heavy Extended';
  src: url('../fonts/HelveticaNeue-HeavyExt.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Medium Extended';
  src: url('../fonts/HelveticaNeue-MediumExt.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Bold Extended';
  src: url('../fonts/HelveticaNeue-BoldExt.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Heavy';
  src: url('../fonts/HelveticaNeue-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Light Extended';
  src: url('../fonts/HelveticaNeue-LightExt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Condensed';
  src: url('../fonts/HelveticaNeue-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Ultralight Extended';
  src: url('../fonts/HelveticaNeue-UltraLigExt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HN Extended';
  src: url('../fonts/HelveticaNeue-Extended.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}