:root {
  --black: #000;
  --white: #fff;
  --qt-green: #c5ff62;
  --blue-bg: #141b22;
  --white-50: rgba(255, 255, 255, .4);
  --para_mobile: rgba(255, 255, 255, .54);
  --grey-for-dark-bg: #788189;
  --black-50: rgba(0, 0, 0, .5);
  --grey-bg: #c4c4c4;
  --grey-bh: #c4c4c4;
  --black-for-green-bg: #252525;
  --grey-for-grey-bg: #6a6a6a;
  --white-51: white;
  --black-51: black;
}

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

.qtlogo.w--current {
  display: block;
}

.button {
  color: #000;
  font-variation-settings: "wght"460;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 60px;
  flex: 0 auto;
  align-self: center;
  padding: 16px 20px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.button.nav-filled {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
}

.button.nav-filled.is_manu {
  border-color: var(--black);
  color: var(--white);
  background-color: #000;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button.nav-filled.is_manu.arabic {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  transition: color .4s, background-color .4s;
}

.button.nav-filled.is_manu.arabic:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.nav-filled.arabic-home {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  transition: color .3s, background-color .3s;
}

.button.nav-filled.arabic-home:hover {
  color: var(--black);
  background-color: #fff;
}

.button.nav-outline-white {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  padding: 12px 16px;
  font-size: 10px;
  transition: all .6s;
}

.button.nav-outline-white:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.nav-outline-white.is_manu {
  border-color: var(--black);
  color: var(--black);
}

.button.nav-outline-white.is_manu:hover, .button.nav-outline-white.is_manu.arabic {
  background-color: var(--black);
  color: var(--white);
}

.button.nav-outline-white.arabic-home {
  background-color: var(--white);
  color: var(--black);
}

.button.nav-outline-green {
  z-index: 21;
  border-color: var(--qt-green);
  color: var(--qt-green);
  mix-blend-mode: difference;
  background-color: rgba(255, 255, 255, 0);
  padding: 12px 16px;
  font-size: 10px;
  transition: all .5s;
  display: block;
  position: fixed;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 115px;
}

.button.nav-outline-green:hover {
  border-color: var(--qt-green);
  background-color: var(--qt-green);
  color: var(--black);
}

.button.nav-outline-green.arabic {
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.button.menu_dots {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 11px 16px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.nav-outline-green-subpage {
  z-index: 21;
  border-color: var(--qt-green);
  color: var(--qt-green);
  mix-blend-mode: difference;
  background-color: rgba(255, 255, 255, 0);
  padding: 12px 16px;
  font-size: 10px;
  transition: all .5s;
  display: block;
  position: fixed;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.button.nav-outline-green-subpage:hover {
  border-color: var(--qt-green);
  background-color: var(--qt-green);
  color: var(--black);
}

.button.nav-outline-green-subpage.arabic {
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.body {
  background-color: var(--blue-bg);
  cursor: none;
}

.nav-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-button-wrapper.lang.is_manu {
  align-self: flex-start;
  margin-top: 1vw;
}

.nav-button-wrapper.lang.is_manu.arabic {
  align-self: flex-end;
}

.button-text {
  text-decoration: none;
  position: relative;
}

.button-text.is_absolute {
  position: absolute;
}

.menu-icon-dev.side, .menu-icon-dev.center {
  width: 4px;
  height: 4px;
  background-color: var(--black);
  border-radius: 100%;
}

.menu-icon {
  width: 16px;
  height: 12px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar {
  z-index: 20;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-large {
  color: #fff;
  font-variation-settings: "wght"460;
  flex: none;
  margin: auto;
  font-size: 12.5vw;
  font-weight: 400;
  line-height: 90%;
}

.heading-large.small {
  z-index: 3;
  color: var(--white-50);
  font-variation-settings: "wght"400;
  margin: auto;
  font-size: 1.979vw;
  line-height: 100%;
  position: relative;
}

.heading-large.small.arabic {
  color: var(--grey-for-dark-bg);
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
  line-height: 150%;
}

.heading-large.small2 {
  z-index: 3;
  color: var(--white-50);
  font-variation-settings: "wght"400;
  margin: auto;
  font-size: 1.979vw;
  line-height: 100%;
  position: relative;
}

.heading-large.small2.arabic {
  color: var(--grey-for-dark-bg);
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
  line-height: 150%;
}

.logo {
  display: none;
  position: relative;
}

.hero-container {
  width: 100%;
  perspective: 1000px;
  overflow-wrap: normal;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 13vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-container.arabic {
  align-items: flex-end;
  overflow: hidden;
}

.small-text-container.one {
  mix-blend-mode: luminosity;
  margin-left: 21%;
  margin-right: 0%;
  position: relative;
}

.small-text-container.one.arabic {
  margin-left: 0%;
  margin-right: 21%;
}

.small-text-container.two {
  mix-blend-mode: luminosity;
  margin-left: 21%;
  margin-right: 0%;
  padding-top: 40px;
  position: relative;
}

.small-text-container.two.arabic {
  margin-left: 0%;
  margin-right: 21%;
}

.div_for_dp_tab {
  display: flex;
}

.large-text-container {
  width: 100%;
  height: 17vw;
  overflow-wrap: normal;
  mix-blend-mode: luminosity;
  padding-top: 0;
  position: relative;
}

.hero-body-text {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7vw;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  display: grid;
  position: relative;
}

.paragraph {
  color: var(--white-50);
  font-variation-settings: "wght"300;
  margin-bottom: 0;
  font-size: 1.354vw;
  font-weight: 400;
  line-height: 140%;
}

.paragraph.light {
  color: var(--black);
  font-variation-settings: "wght"340;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 3.397vw;
  display: block;
  position: relative;
}

.paragraph.light.arabic {
  direction: rtl;
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.paragraph.team_section {
  color: var(--black-50);
}

.paragraph.team_section.arabic {
  direction: rtl;
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.paragraph.our_clients-copy {
  color: var(--white-50);
  font-variation-settings: "wght"400;
  background-color: rgba(20, 27, 34, 0);
  padding-top: 0;
  font-size: 1.979vw;
}

.paragraph.our_clients-copy.arabic {
  direction: rtl;
  color: var(--grey-for-dark-bg);
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.paragraph.car_section-copy {
  color: var(--black-50);
}

.paragraph.car_section-copy.arabic {
  direction: rtl;
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.paragraph.car_process_section {
  max-width: 290px;
  color: var(--black-50);
  font-size: 18px;
}

.paragraph.car_process_section.arabic {
  width: 90%;
  direction: rtl;
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.cursor {
  z-index: 100;
  width: 100%;
  height: 100vh;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.cursor_dot {
  width: 13px;
  height: 13px;
  background-color: var(--black);
  border-radius: 100%;
  position: fixed;
}

.cursor_dot.blur {
  width: 100px;
  height: 100px;
  background-color: var(--qt-green);
  filter: blur(16px);
  transition: transform .1s;
  display: flex;
  position: fixed;
}

.cursor_dot.blurlarge {
  width: 150px;
  height: 150px;
  background-color: var(--qt-green);
  filter: blur(46px);
  transition: transform .12s;
  display: flex;
  position: fixed;
}

.cursor_dot.blurextra {
  width: 200px;
  height: 200px;
  background-color: var(--qt-green);
  filter: blur(92px);
  transition: transform .15s;
  display: flex;
}

.cursorblur {
  z-index: -5;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  transition: opacity 80ms;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.image {
  height: 20px;
  display: block;
}

.image-3 {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.logo-div {
  z-index: 21;
  width: 110px;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  padding-bottom: 12px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0;
}

.section_start {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40vh;
  margin-left: 92px;
  margin-right: 92px;
  display: grid;
}

.section_start.dark {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  margin-top: 15vw;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  position: relative;
}

.section_start.dark.clients {
  margin-top: 12vw;
}

.section_start.light {
  grid-column-gap: 1.25vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto auto;
  margin-top: 12vw;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  position: relative;
}

.section_start.light.teamstart {
  margin-top: 12vw;
}

.section_start.light.car_start {
  margin-top: 12vw;
  margin-bottom: 4vw;
}

.section_start.footer {
  z-index: 3;
  grid-column-gap: 1.25vw;
  grid-row-gap: 3.333vw;
  margin-top: 0;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  padding-top: 10vw;
  position: relative;
}

.heading {
  color: #fff;
  font-variation-settings: "wght"300;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 1.8vw;
  margin-bottom: 0;
  font-size: .833vw;
  font-weight: 400;
  line-height: .938vw;
}

.heading.light {
  color: var(--blue-bg);
  font-variation-settings: "wght"340;
}

.heading.light.tags {
  border: .052vw solid var(--black);
  font-variation-settings: "wght"400;
  letter-spacing: 0;
  border-radius: 60px;
  margin-top: 0;
  padding: .815vw 1.087vw;
}

.heading.light.tags.internal {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: 1px;
  padding: 1vw 1.3vw;
  font-size: 1vw;
}

.heading.light.menu_heading {
  letter-spacing: 2px;
  margin-top: 0;
}

.heading.card_hover {
  opacity: 1;
  perspective: none;
  text-align: center;
  margin-top: 0;
  line-height: 100%;
  transform: none;
}

.heading.card_hover_ab {
  opacity: 0;
  perspective: none;
  text-align: center;
  margin-top: 0;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.heading.card_hover_ab.arabic {
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.heading.car_process_number {
  color: var(--blue-bg);
  font-variation-settings: "wght"340;
  flex: none;
  margin-top: 23px;
  margin-right: 30px;
  padding-left: 0;
  font-size: 13px;
  line-height: 100%;
}

.heading.car_process_number.arabic {
  padding-left: 0;
  padding-right: 0;
}

.heading.car_process_number.arabic.start {
  padding-right: 0;
}

.heading.arabic {
  letter-spacing: 0;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.heading_3 {
  color: var(--white);
  font-variation-settings: "wght"300;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.333vw;
  font-weight: 400;
  line-height: 130%;
}

.heading_3.light {
  color: var(--blue-bg);
  font-variation-settings: "wght"340;
}

.heading_3.light.arabic {
  direction: rtl;
}

.heading_3.arabic {
  direction: rtl;
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
  font-size: 3.1vw;
  line-height: 130%;
}

.image-4 {
  margin-top: 10px;
}

.tickerdiv {
  width: 100%;
  margin-top: 20vw;
  margin-bottom: 20vw;
  display: block;
  position: relative;
}

.ticker-container {
  align-items: stretch;
  display: flex;
}

.ticker-text {
  color: var(--white-50);
  font-variation-settings: "wght"400;
  flex: none;
  font-size: 1.95vw;
  font-weight: 400;
  line-height: 100%;
}

.ticker-text.arabic {
  color: var(--grey-for-dark-bg);
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.ticker_circle_image_container {
  width: 20.788vw;
  height: 20.788vw;
  background-color: var(--grey-for-dark-bg);
  border-radius: 100%;
  flex: none;
  overflow: hidden;
}

.ticker_rec_image_container {
  width: 38.043vw;
  height: 20.788vw;
  background-color: var(--grey-for-dark-bg);
  object-fit: fill;
  border-radius: 800px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.gallery {
  grid-column-gap: 1.63vw;
  grid-row-gap: 1.63vw;
  justify-content: flex-end;
  display: flex;
}

.gallery_two {
  grid-column-gap: 1.63vw;
  grid-row-gap: 1.63vw;
  justify-content: flex-start;
  display: flex;
}

.gallerywrapper {
  grid-column-gap: 1.63vw;
  grid-row-gap: 1.63vw;
  cursor: none;
  flex-direction: column;
  display: flex;
  position: relative;
}

.break {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -10vw;
  margin-bottom: 15vw;
  display: flex;
  position: relative;
}

.heading-2 {
  z-index: 5;
  color: var(--white);
  font-variation-settings: "wght"400;
  text-align: center;
  letter-spacing: -3px;
  margin-top: -35vw;
  margin-bottom: 0;
  font-size: 6.658vw;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.heading-2.footer {
  flex: none;
  margin-top: 0;
  font-size: 5.157vw;
}

.heading-2.arabic {
  z-index: 1;
  font-family: Alexandria Variablefont Wght, sans-serif;
  line-height: 130%;
}

.our_story {
  margin-top: 8vw;
  position: relative;
  overflow: hidden;
}

.our_services {
  margin-top: 6vw;
  position: relative;
  overflow: hidden;
}

.services_cards_container {
  grid-column-gap: 2.446vw;
  grid-row-gap: 2.446vw;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.service_card_front {
  z-index: 1;
  width: 35.19vw;
  height: 40.761vw;
  background-color: var(--blue-bg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 3.397vw 3.397vw 2.446vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.service_card_front.arabic {
  align-items: center;
}

.services_cards {
  flex-direction: column;
  margin: 12vw 13.587vw;
  display: block;
  position: relative;
}

.heading-4 {
  color: var(--white);
  font-variation-settings: "wght"400;
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.heading-4.dark {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.heading-4.location {
  color: var(--black);
  font-variation-settings: "wght"300;
  align-self: flex-start;
  font-size: 2.222vw;
  line-height: 100%;
}

.heading-4.location.arabic {
  white-space: nowrap;
  word-break: normal;
}

.heading-4.car_process {
  color: var(--blue-bg);
  margin-top: 13px;
  font-size: 29px;
}

.heading-4.car_process.arabic {
  width: 90%;
  direction: rtl;
}

.heading-4.internal {
  font-variation-settings: "wght"340;
}

.heading-4.internal.arabic {
  direction: rtl;
}

.heading-4.arabic {
  text-align: right;
  align-self: flex-end;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.div-block-14 {
  grid-column-gap: .815vw;
  grid-row-gap: .815vw;
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 3.804vw;
  display: flex;
  position: relative;
}

.service_card {
  width: auto;
  height: 40.833vw;
  perspective: 2000px;
  flex-flow: column;
  flex: 1;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
  transform: perspective(2000px);
}

.service_card_back {
  z-index: 2;
  width: 35.19vw;
  height: 40.761vw;
  background-color: var(--qt-green);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 30px;
  flex-direction: column;
  flex: 1;
  align-content: center;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  padding: 3.397vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.service_card_back.arabic {
  transform-style: preserve-3d;
  align-items: flex-end;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.tags_container {
  grid-column-gap: .543vw;
  grid-row-gap: .543vw;
  flex-wrap: wrap;
  align-content: stretch;
  align-self: flex-start;
  margin-top: 1.223vw;
  display: flex;
  position: relative;
}

.tags_container.internal {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  margin-top: 0;
}

.tags_container.arabic {
  justify-content: flex-end;
}

.tag {
  flex: none;
}

.image-6 {
  width: 100%;
  height: 100%;
  position: relative;
}

.card_hover {
  perspective: 2000px;
  position: relative;
  transform: perspective(2000px);
}

.our_team {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 6vw;
  position: relative;
  overflow: hidden;
}

.team_gallery_container {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 12vw 6.25vw 0;
  display: grid;
  position: relative;
}

.team_gallery_container.is_duplicate {
  margin-top: 0;
  margin-bottom: 12vw;
}

.team_gallery_container.is_duplicate.mobile, .team_gallery_container.mobile {
  display: none;
}

.team {
  perspective-origin: 50% 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: relative;
}

.team.one {
  width: 100%;
  height: 100%;
}

.team.one.arabic {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  transform: none;
}

.team.six {
  width: 100%;
  height: 100%;
  transition: filter .5s;
}

.team.six.arabic {
  justify-content: flex-end;
  display: flex;
}

.team.three {
  width: 100%;
  height: 100%;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  transition: filter .5s;
}

.team.three.arabic {
  justify-content: flex-end;
  display: flex;
}

.team.four, .team.five {
  transition: filter .5s;
}

.team.four {
  width: 100%;
  height: 100%;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  transition: filter .5s;
}

.team.four.arabic {
  justify-content: flex-end;
  display: flex;
}

.team.five {
  width: 100%;
  height: 100%;
  transition: filter .5s;
}

.team.five.arabic {
  justify-content: flex-end;
  display: flex;
}

.team.seven {
  width: 100%;
  height: 100%;
  transition: filter .5s;
}

.team.seven.arabic {
  justify-content: flex-end;
  display: flex;
}

.team.eight {
  width: 100%;
  height: 100%;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  transition: filter .5s;
}

.team.eight.arabic {
  justify-content: flex-end;
  display: flex;
}

.team.nine {
  width: 100%;
  height: 100%;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  transition: filter .5s;
}

.team.nine.arabic {
  justify-content: flex-end;
  display: flex;
}

.team.amna {
  width: 100%;
  height: 100%;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  transition: filter .5s;
  display: none;
}

.team.amna2 {
  width: 100%;
  height: 100%;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  transition: filter .5s;
}

.team.amna2.arabic {
  justify-content: flex-end;
  display: flex;
}

.heading-5 {
  color: var(--white);
  font-variation-settings: "wght"400;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 112%;
}

.heading-5.arabic {
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.text-block {
  color: var(--grey-for-dark-bg);
  text-transform: uppercase;
  font-size: .729vw;
  line-height: 100%;
}

.text-block.arabic {
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.team_text_wrapper {
  z-index: 2;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1.25vw;
  left: 1.25vw;
  right: 1.25vw;
}

.team_text_wrapper.arabic {
  min-width: auto;
  flex: 1;
  align-items: flex-end;
  margin-left: 1.25vw;
  margin-right: 1.25vw;
  left: auto;
  right: auto;
}

.team_image_wrapper {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  border-radius: .833vw;
  overflow: hidden;
}

.team_image_wrapper.three {
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  border-radius: .833vw;
  overflow: hidden;
}

.team_image_wrapper.one {
  position: static;
  bottom: auto;
}

.our_clients {
  margin-top: 6vw;
  padding-bottom: 6vw;
  position: relative;
  overflow: hidden;
}

.client_logos_div {
  aspect-ratio: auto;
  flex-flow: row;
  margin-top: 12vw;
  margin-bottom: 12vw;
  display: flex;
}

.logos_container {
  width: 100vw;
  flex: none;
  justify-content: space-around;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.logo_rec {
  background-color: rgba(74, 88, 102, .4);
  border-radius: 24vw;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.logo_cir {
  width: 5.6vw;
  height: 5.6vw;
  background-color: rgba(74, 88, 102, .4);
  border-radius: 24vw;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.image-7 {
  height: 2.2vw;
  max-width: none;
  aspect-ratio: auto;
  margin: 1.6vw 1.8vw;
  display: inline-block;
}

.image-7.cir {
  margin-top: 1.6vw;
  margin-bottom: 1.6vw;
}

.our_clients_text {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  display: grid;
  position: relative;
}

.client_logos {
  position: relative;
}

.footer_ticker_content {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  flex: none;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 2.5vw;
  display: flex;
  position: static;
}

.image-8 {
  width: 100%;
  height: 100%;
  opacity: .3;
}

.footer_ticker_wrapper {
  padding-top: 20vw;
  display: block;
  position: relative;
}

.footer_section {
  z-index: 2;
  background-color: var(--grey-bg);
  padding-top: 5vw;
  padding-bottom: 12vw;
  position: relative;
  overflow: hidden;
}

.form_and_address {
  z-index: 3;
  height: 37vw;
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  margin-top: 1vw;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  display: grid;
  position: relative;
}

.text_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  color: var(--black);
  font-variation-settings: "wght"300;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  margin-bottom: 0;
  padding: 0 0 1.25vw;
  font-size: 1.667vw;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.text_input:focus {
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
}

.text_input:focus-visible {
  border-style: none none solid;
  border-bottom-color: var(--black);
  color: var(--black);
}

.text_input[data-wf-focus-visible] {
  border-style: none none solid;
  border-bottom-color: var(--black);
  color: var(--black);
}

.text_input::-ms-input-placeholder {
  color: var(--black);
}

.text_input::placeholder {
  color: var(--black);
}

.text_input.arabic {
  text-align: right;
  align-self: auto;
  padding-bottom: 1.25vw;
  font-family: Alexandria Variablefont Wght, sans-serif;
  line-height: 100%;
}

.message_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  color: var(--black);
  font-variation-settings: "wght"300;
  background-color: rgba(255, 255, 255, 0);
  flex: none;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  padding: 0 0 1.25vw;
  font-size: 1.667vw;
  line-height: 100%;
}

.message_input:focus {
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
  color: var(--black);
}

.message_input:focus-visible {
  border-style: none none solid;
  border-bottom-color: var(--black);
  color: var(--black);
}

.message_input[data-wf-focus-visible] {
  border-style: none none solid;
  border-bottom-color: var(--black);
  color: var(--black);
}

.message_input::-ms-input-placeholder {
  color: var(--black);
}

.message_input::placeholder {
  color: var(--black);
}

.message_input.arabic {
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.form_submit_button {
  background-color: var(--black);
  color: var(--qt-green);
  font-variation-settings: "wght"360;
  letter-spacing: .1vw;
  text-transform: uppercase;
  border-radius: 20vw;
  padding: 1.042vw 1.458vw;
  font-size: 1.042vw;
  font-weight: 400;
  line-height: 100%;
  transition: all .5s;
}

.form_submit_button:hover {
  background-color: var(--white);
  color: var(--black);
  font-variation-settings: "wght"400;
}

.form_submit_button.arabic {
  letter-spacing: 0;
  align-self: flex-end;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.form-block {
  width: 29vw;
  height: 34vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 7.396vw;
  margin-right: 7.396vw;
  transition: all .5s;
  display: flex;
}

.address_block {
  width: 20.938vw;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 7.396vw;
  padding-bottom: 6vw;
  display: flex;
  position: relative;
}

.address_block.arabic {
  width: 29vw;
  align-items: flex-end;
  margin-right: 6vw;
}

.location_name {
  grid-column-gap: .833vw;
  grid-row-gap: .833vw;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.arrow {
  display: block;
}

.email_in_address {
  color: var(--black);
  font-variation-settings: "wght"300;
  margin-bottom: 0;
  font-size: 1.667vw;
  font-weight: 400;
  line-height: 140%;
}

.address_country {
  color: var(--grey-for-dark-bg);
  font-variation-settings: "wght"300;
  margin-bottom: .625vw;
  font-size: 1.354vw;
  font-weight: 400;
  line-height: 140%;
  display: none;
}

.address_place {
  color: var(--black);
  font-variation-settings: "wght"300;
  margin-bottom: 3.333vw;
  font-size: 1.354vw;
  font-weight: 400;
  line-height: 140%;
}

.address_place.arabic {
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.div-block-22, .div-block-23 {
  width: 100%;
  height: 100%;
}

.div-block-24 {
  width: 100%;
  height: 100%;
  margin-top: 6.25vw;
}

.div-block-28, .div-block-29 {
  width: 100%;
  height: 100%;
}

.div-block-31 {
  width: 6vw;
  height: 6vw;
  flex: none;
  transform: rotate(0);
}

.div-block-30 {
  width: 6vw;
  height: 6vw;
  transform-style: preserve-3d;
  flex: none;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.form {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.menu_wrapper {
  width: 25%;
  height: auto;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: var(--white);
  opacity: 1;
  border-radius: 30px;
  flex-direction: column;
  display: none;
  position: absolute;
  top: 5.1vw;
  bottom: auto;
  left: auto;
  right: 15px;
}

.menu_links_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 2.2vw 3vw 4vw;
  display: flex;
}

.menu_links_wrapper.arabic {
  align-items: flex-end;
}

.menu_email_wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  margin: 0 3vw 3vw;
  display: flex;
}

.menu_email_wrapper.arabic {
  align-items: flex-end;
}

.menulink {
  color: var(--black);
  font-variation-settings: "wght"360;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .8vw;
  padding-bottom: .8vw;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: font-variation-settings .5s, opacity .5s;
  position: relative;
}

.menulink.l1.arabic, .menulink.l2.arabic, .menulink.l3.arabic, .menulink.l4.arabic, .menulink.arabic {
  text-align: right;
  align-self: flex-end;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

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

.div-block-34 {
  z-index: 1;
  width: 100%;
  height: 200%;
  cursor: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.brand_name {
  z-index: 1;
  color: var(--black);
  font-variation-settings: "wght"460;
  text-align: center;
  flex: none;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: -16vw;
  font-size: 21vw;
  font-weight: 400;
  line-height: 90%;
  display: block;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.menu_overlay {
  z-index: 19;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-37 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.madina_icon {
  width: 1.389vw;
  height: auto;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  position: relative;
  overflow: hidden;
}

.div-block-40 {
  padding-top: .069vw;
  padding-bottom: .3vw;
  padding-right: .139vw;
  position: relative;
  overflow: hidden;
}

.div-block-40.arabic {
  width: 1.7vw;
  height: 1.7vw;
  transform-style: preserve-3d;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.madina_icon_ab {
  width: 1.389vw;
  height: auto;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  position: absolute;
  overflow: hidden;
}

.location_link {
  margin-bottom: 1.25vw;
  text-decoration: none;
}

.email_link {
  text-decoration: none;
}

.h_form_success {
  color: var(--black);
  font-variation-settings: "wght"300;
  text-align: center;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.446vw;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.p_form_success {
  color: var(--black-50);
  font-variation-settings: "wght"300;
  text-align: center;
  margin-top: 12px;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 140%;
}

.success-message {
  background-color: rgba(255, 255, 255, 0);
  align-self: center;
  padding: 36% 0 0;
}

.p_form_error {
  color: var(--black);
  font-variation-settings: "wght"300;
  text-align: left;
  font-size: 1.354vw;
  font-weight: 400;
  line-height: 140%;
}

.error-message {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 16px;
  padding: 0;
}

.div-block-43 {
  grid-column-gap: 13vw;
  grid-row-gap: 13vw;
  flex: none;
  justify-content: flex-start;
  margin-left: 0;
  display: flex;
}

.div-block-43.arabic {
  margin-left: 0;
  margin-right: 0;
}

.div-block-43.arabic.left-margin {
  margin-left: -54%;
}

.heading-large_ex2 {
  color: #fff;
  font-variation-settings: "wght"460;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12.5vw;
  font-weight: 400;
  line-height: 130%;
}

.heading-large_ex2.arabic {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0%;
  font-family: Alexandria Variablefont Wght, sans-serif;
  line-height: 150%;
  display: block;
}

.paragraph_hero {
  color: var(--white-50);
  font-variation-settings: "wght"300;
  margin-bottom: 0;
  font-size: 1.354vw;
  font-weight: 400;
  line-height: 140%;
}

.paragraph_hero.arabic {
  direction: rtl;
  color: #788189;
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
  line-height: 160%;
}

.try_srv_cta_txt {
  color: var(--black);
  font-variation-settings: "wght"340;
  margin-bottom: 0;
  font-size: 1.4vw;
  line-height: 105%;
  position: relative;
}

.try_srv_cta_txt.arabic {
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.div_block_45 {
  width: 1.15vw;
  position: relative;
  overflow: hidden;
}

.div-block-46 {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  align-items: center;
  display: flex;
  position: relative;
}

.image-12 {
  position: relative;
}

.div-block-47 {
  width: 1.15vw;
  position: relative;
}

.image-12_ab {
  position: relative;
}

.div-block-47_ab {
  width: 1.15vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.cursor_for_mobile {
  width: 100px;
  height: 100px;
  background-color: var(--qt-green);
  filter: blur(16px);
  border-radius: 100%;
  transition: all .1s;
}

.cursor_for_mobile.cone {
  width: 7.813vw;
  height: 7.813vw;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor_for_mobile.ctwo {
  width: 11.719vw;
  height: 11.719vw;
  filter: blur(46px);
  margin: auto;
  transition-duration: .12s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor_for_mobile.cthree {
  width: 15.625vw;
  height: 15.625vw;
  filter: blur(92px);
  align-self: center;
  margin: auto;
  transition-duration: .15s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobile_cursor {
  z-index: -5;
  width: 15.625vw;
  height: 15.625vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.scale_body {
  z-index: 1;
  box-shadow: 0 300px 0 15vw var(--grey-bg);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: 0 0 10vw 10vw;
  position: relative;
  overflow: visible;
  transform: scale(1);
}

.div-block-52 {
  z-index: 5;
  width: 28vw;
  height: 28vw;
  perspective: 2000px;
  position: absolute;
  top: 6%;
  left: 22%;
  right: 0%;
  transform: perspective(2000px);
}

.div-block-52.english, .div-block-52.eng-home {
  left: auto;
  right: 22%;
}

.text_span_great_team {
  border: 1.4px solid #141b22;
  border-radius: 200px;
  padding-left: 1.564vw;
  padding-right: 1.564vw;
  position: relative;
}

.spline-scene-7 {
  width: 100%;
  height: 100%;
  display: block;
}

.body-2 {
  background-color: var(--blue-bg);
  cursor: none;
}

.navbar_subpage {
  z-index: 20;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.subpage-hero-container {
  width: 100%;
  perspective: 1000px;
  overflow-wrap: normal;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 13vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subpage-large-text-container {
  width: 100%;
  overflow-wrap: normal;
  mix-blend-mode: luminosity;
  padding-top: 0;
  padding-left: 21%;
  padding-right: 6.25vw;
  position: relative;
}

.subpage-large-text-container.arabic {
  padding-left: 6.25vw;
  padding-right: 21%;
}

.subpage_heading-large_ex2 {
  color: #fff;
  font-variation-settings: "wght"460;
  flex: none;
  margin: auto;
  font-size: 6vw;
  font-weight: 400;
  line-height: 100%;
}

.subpage_heading-large_ex2.arabic {
  text-align: right;
  margin-top: -10px;
  font-family: Alexandria Variablefont Wght, sans-serif;
  font-weight: 400;
  line-height: 120%;
}

.subpage_heading_small {
  color: var(--grey-for-dark-bg);
  font-variation-settings: "wght"400;
  flex: none;
  margin: auto;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 100%;
}

.subpage_heading_small.arabic {
  color: var(--grey-for-dark-bg);
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.subpage_small-text-container {
  z-index: 10;
  align-self: auto;
  align-items: center;
  margin-bottom: 6vw;
  margin-left: 21%;
  margin-right: 0%;
  display: flex;
  position: relative;
  overflow: visible;
}

.subpage_small-text-container.arabic {
  align-self: flex-end;
  margin-left: 0%;
  margin-right: 21%;
}

.div-block-54 {
  width: 1.2vw;
  height: 1.2vw;
  opacity: 1;
  align-self: auto;
  position: relative;
  overflow: hidden;
}

.div-block-54.arabic {
  opacity: 1;
  transform: rotate(180deg);
}

.subpage_heading_2 {
  color: var(--white);
  font-variation-settings: "wght"340;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.subpage_heading_2.multi_steps {
  font-size: 4vw;
}

.subpage_heading_2.multi_steps.arabic {
  direction: rtl;
  text-align: right;
}

.subpage_heading_2.arabic {
  direction: rtl;
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
  line-height: 145%;
}

.div-block-55 {
  grid-column-gap: 6.25vw;
  grid-row-gap: 6.25vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  padding-top: 10vw;
  padding-bottom: 20vw;
  display: grid;
}

.subpage_paragraph_hero {
  color: var(--white-50);
  font-variation-settings: "wght"300;
  margin-bottom: 0;
  font-size: 1.354vw;
  font-weight: 400;
  line-height: 140%;
}

.subpage_paragraph_hero.arabic {
  direction: rtl;
  color: var(--grey-for-dark-bg);
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.subpage_paragraph {
  color: var(--white-50);
  font-variation-settings: "wght"300;
  margin-bottom: 0;
  font-size: 1.354vw;
  font-weight: 400;
  line-height: 140%;
}

.subpage_paragraph.arabic {
  direction: rtl;
  color: var(--grey-for-dark-bg);
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.subpage_paragraph_large {
  color: var(--white-50);
  font-variation-settings: "wght"300;
  margin-bottom: 0;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 140%;
}

.subpage_paragraph_large.arabic {
  direction: rtl;
  color: var(--grey-for-dark-bg);
  text-align: right;
  font-family: Alexandria Variablefont Wght, sans-serif;
}

.uxui_scale {
  box-shadow: 0 130px 0 40vw var(--grey-bg);
  perspective-origin: 50% 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  border-bottom-right-radius: 10vw;
  border-bottom-left-radius: 10vw;
  position: relative;
  overflow: hidden;
}

.subpage-hero-body-text {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7vw;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  display: grid;
  position: relative;
}

.image-14 {
  width: 1.2vw;
  height: 1.2vw;
  display: block;
  position: relative;
}

.image-14_ab {
  width: 1.2vw;
  height: 1.2vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.back_home_link {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.spline-scene-9 {
  width: 344px;
  height: 344px;
  opacity: .5;
  transform-origin: 0 0;
  transform: scale(.66);
}

.spline-scene-12 {
  width: 100%;
  height: 100%;
  opacity: .7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-68 {
  z-index: 2;
  width: 100vw;
  height: 100vw;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.carousel {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 6vw;
  padding-bottom: 4vw;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex: none;
  align-items: flex-start;
}

.swiper-slide.arabic {
  width: 30vw;
}

.swiper-wrapper {
  display: flex;
}

.swiper-wrapper.arabic {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.div-block-71 {
  width: 16px;
  height: 16px;
  background-color: var(--blue-bg);
  border-radius: 2vw;
  flex: none;
  position: absolute;
  left: 25%;
}

.div-block-71.arabic {
  left: auto;
  right: 15%;
}

.div-block-71.arabic.start {
  right: 0%;
}

.div-block-71.end {
  left: auto;
  right: 0;
}

.div-block-72 {
  width: 100%;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-72.arabic {
  align-items: flex-end;
}

.swiper {
  width: 100%;
  margin-left: 0;
  overflow: visible;
}

.car_process_item {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.car_process_item.arabic {
  align-items: flex-end;
}

.car_process_item.arabic.start {
  padding-right: 5vw;
}

.div-block-73 {
  width: 90%;
  height: 1px;
  background-color: var(--blue-bg);
  opacity: .4;
}

.div-block-73.is2nd {
  width: 73%;
  opacity: .4;
}

.div-block-73.is2nd.repeat {
  width: 10%;
  opacity: 0;
}

.div-block-73.is2nd.repeat.end {
  width: 0%;
}

.div-block-73.is2nd.arabic {
  width: 20%;
}

.div-block-73.start {
  opacity: 0;
}

.div-block-73.end {
  width: 100%;
}

.div-block-73.arabic {
  width: 80%;
}

.div-block-74 {
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-74.arabic {
  justify-content: flex-start;
}

.div-block-75 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  display: flex;
}

.div-block-75.arabic {
  width: 100%;
  flex: 0 auto;
}

.image-20 {
  opacity: 0;
  display: block;
}

.div-block-76 {
  z-index: 2;
  width: 100vw;
  height: 32vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-77 {
  width: 7vw;
}

.div-block-77.arabic {
  width: 60.4vw;
  padding-right: 5%;
}

.div-block-78 {
  width: 63vw;
}

.div-block-79 {
  width: 39vw;
}

.div-block-80 {
  width: 60.4vw;
}

.div_for_mob {
  display: none;
}

.div-block-43-copy {
  grid-column-gap: 13vw;
  grid-row-gap: 13vw;
  flex: none;
  display: flex;
}

.image-21 {
  width: 100%;
  min-width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-55-copy {
  grid-column-gap: 6.25vw;
  grid-row-gap: 6.25vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  padding-top: 10vw;
  padding-bottom: 20vw;
  display: grid;
}

.div-block-81 {
  grid-column-gap: 6.25vw;
  grid-row-gap: 6.25vw;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: grid;
}

.sub_services_bullet {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  display: flex;
}

.div-block-82 {
  grid-column-gap: 6.25vw;
  grid-row-gap: 6.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  padding-bottom: 10vw;
  display: grid;
}

.div-block-83 {
  grid-column-gap: 6.25vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 6.25vw;
  margin-right: 6.25vw;
  padding-bottom: 20vw;
  display: grid;
}

.tea {
  width: 100%;
  height: 100%;
  min-width: 100%;
}

.client_logo_cir {
  background-color: rgba(74, 88, 102, .4);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.5vw;
  display: flex;
}

.fk_logo {
  width: auto;
  height: 2.4vw;
  display: block;
  position: relative;
}

.client_logo_rec, .client_logo_cir-copy {
  background-color: rgba(74, 88, 102, .4);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.5vw;
  display: flex;
}

.load_grid {
  z-index: 999;
  width: 100%;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #141b22;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-84 {
  width: 10vw;
  height: 10vw;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.load_grid-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  background-color: #c5ff62;
  border-radius: 100%;
  transition: all .2s;
}

.div-block-85 {
  width: 10vw;
  height: 10vw;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lottie-animation {
  margin-top: 10px;
  display: inline-block;
}

.lottie-animation-2, .lottie-animation-3, .lottie-animation-4 {
  display: inline-block;
}

._3d_logo {
  z-index: 2;
  width: 60vw;
  height: 60vw;
  opacity: .8;
  position: relative;
}

._3d_logo_footer {
  z-index: 1;
  width: 60vw;
  opacity: 1;
  mix-blend-mode: luminosity;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ring_new_01 {
  width: 100%;
  height: 100%;
  opacity: .5;
}

.div-block-53 {
  z-index: 5;
  width: 20vw;
  height: 20vw;
  perspective: 2000px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 10%;
  transform: perspective(2000px);
}

.div-block-53.internal.english, .div-block-53.eng-home {
  left: 10%;
  right: auto;
}

.bolt {
  width: 100%;
  height: 100%;
  opacity: .3;
}

.image-23 {
  width: 60vw;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading_container {
  width: 32px;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: 65vw;
}

.loading {
  color: #fff;
  font-variation-settings: "wght"300;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .7vw;
  font-weight: 400;
  line-height: .938vw;
}

.loading.light {
  color: var(--blue-bg);
  font-variation-settings: "wght"340;
}

.loading.light.tags {
  border: .052vw solid var(--black);
  font-variation-settings: "wght"400;
  letter-spacing: 0;
  border-radius: 60px;
  margin-top: 0;
  padding: .815vw 1.087vw;
}

.loading.light.tags.internal {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: 1px;
  padding: 1vw 1.3vw;
  font-size: 1vw;
}

.loading.light.menu_heading {
  letter-spacing: 2px;
  margin-top: 0;
}

.loading.card_hover {
  opacity: 1;
  perspective: none;
  text-align: center;
  margin-top: 0;
  line-height: 100%;
  transform: none;
}

.loading.card_hover_ab {
  opacity: 0;
  perspective: none;
  text-align: center;
  margin-top: 0;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.loading.car_process_number {
  color: var(--blue-bg);
  font-variation-settings: "wght"340;
  flex: none;
  margin-top: 23px;
  padding-left: 56px;
  font-size: 13px;
  line-height: 100%;
}

.div-block-86 {
  margin-bottom: 2vw;
}

.image-24 {
  width: 6vw;
}

.text-span {
  border: 1px solid #000;
  border-radius: 100px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 0 15px 14px;
  display: inline-block;
}

.text-span-2 {
  color: var(--grey-for-dark-bg);
}

.image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-image {
  width: 100%;
  height: 100%;
  min-width: 100%;
}

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

.italic-text {
  font-style: normal;
}

.heading-6 {
  color: #fff;
  font-variation-settings: "wght"300;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 1.8vw;
  margin-bottom: 0;
  font-size: .833vw;
  font-weight: 400;
  line-height: .938vw;
}

.heading-6.car_process_number {
  color: #141b22;
  font-variation-settings: "wght"340;
  flex: none;
  margin-top: 23px;
  padding-left: 56px;
  font-size: 13px;
  line-height: 100%;
}

.heading-7 {
  color: #fff;
  font-variation-settings: "wght"400;
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.heading-7.car_process {
  color: #141b22;
  margin-top: 13px;
  font-size: 29px;
}

.div-block-87 {
  width: 16px;
  height: 16px;
  background-color: #141b22;
  border-radius: 2vw;
  flex: none;
  position: absolute;
  left: 25%;
}

.div-block-88 {
  width: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-89 {
  width: 27%;
  height: 1px;
  opacity: .4;
  background-color: #141b22;
}

.div-block-89.start {
  opacity: 0;
}

.div-block-89.is2nd {
  width: 73%;
  opacity: .4;
}

.div-block-89.is2nd.repeat {
  opacity: 0;
}

.swiper-2 {
  width: 100%;
  overflow: visible;
}

.paragraph-2 {
  color: rgba(255, 255, 255, .4);
  font-variation-settings: "wght"300;
  margin-bottom: 0;
  font-size: 1.354vw;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-2.car_process_section {
  max-width: 290px;
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
}

.div-block-90 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  display: flex;
}

.div-block-91 {
  width: 100%;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper-2 {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .spline-scene-9 {
    width: 358px;
    height: 358px;
    transform: scale(.68);
  }
}

@media screen and (min-width: 1440px) {
  .paragraph.car_process_section {
    max-width: 340px;
    font-size: 21px;
  }

  .cursor {
    display: flex;
  }

  .heading.car_process_number {
    margin-top: 28px;
    padding-left: 70px;
    font-size: 15px;
  }

  .heading-4.car_process {
    margin-top: 15px;
    font-size: 34px;
  }

  .menu_wrapper {
    top: 4.6vw;
  }

  .text_span_great_team {
    border-width: 1.6px;
  }

  .spline-scene-9 {
    width: 400px;
    height: 400px;
    transform: scale(.76);
  }

  .div-block-68 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .swiper-wrapper.arabic {
    margin-right: 0;
  }

  .div-block-71 {
    width: 17px;
    height: 17px;
    left: 27%;
  }

  .car_process_item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .div-block-73 {
    width: 28%;
  }

  .div-block-73.is2nd {
    width: 72%;
  }

  .div-block-73.is2nd.arabic {
    width: 15%;
  }

  .div-block-73.arabic {
    width: 83%;
  }

  .div-block-75 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-76 {
    height: 29vw;
  }

  ._3d_logo_footer {
    width: 50vw;
  }

  .loading_container {
    top: 62vw;
  }

  .loading.car_process_number, .heading-6.car_process_number {
    margin-top: 28px;
    padding-left: 70px;
    font-size: 15px;
  }

  .heading-7.car_process {
    margin-top: 15px;
    font-size: 34px;
  }

  .div-block-87 {
    width: 17px;
    height: 17px;
    left: 27%;
  }

  .div-block-89 {
    width: 28%;
  }

  .div-block-89.is2nd {
    width: 72%;
  }

  .paragraph-2.car_process_section {
    max-width: 340px;
    font-size: 21px;
  }

  .div-block-90 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .button.nav-filled {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .button.nav-outline-green {
    top: 20px;
    right: 118px;
  }

  .button.menu_dots {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .button.nav-outline-green-subpage {
    top: 20px;
    right: 20px;
  }

  .body {
    background-color: var(--blue-bg);
  }

  .nav-button-wrapper {
    flex: 0 auto;
    justify-content: center;
    position: relative;
  }

  .menu-icon-dev {
    width: 4px;
    height: 4px;
    background-color: var(--black);
    border-radius: 20px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    top: 0;
  }

  .menu-icon-dev.side, .menu-icon-dev.center {
    border-radius: 100%;
  }

  .menu-icon {
    width: 16px;
    height: 12px;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    aspect-ratio: auto;
    object-fit: fill;
    align-items: center;
    display: flex;
    position: static;
  }

  .navbar {
    width: 100%;
    clear: none;
    overflow-wrap: normal;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-large {
    clear: none;
    aspect-ratio: auto;
    color: #fff;
    font-variation-settings: "wght"460;
    object-fit: fill;
    flex: none;
    margin: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12.5vw;
    font-weight: 400;
    line-height: 90%;
    display: block;
    position: static;
    overflow: visible;
  }

  .heading-large.small, .heading-large.small2 {
    font-variation-settings: "wght"400;
    font-size: 1.979vw;
    line-height: 100%;
    display: block;
    overflow: visible;
  }

  .logo {
    z-index: -999999;
    overflow-wrap: normal;
    display: none;
    position: relative;
  }

  .hero-container {
    perspective: 1000px;
    overflow-wrap: normal;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: none;
  }

  .small-text-container {
    margin-left: 21%;
  }

  .small-text-container.two {
    padding-top: 50px;
  }

  .div_for_dp_tab {
    justify-content: flex-start;
    display: flex;
  }

  .hero-body-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template: ". . . . . . Area Area Area Area"
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 6.25vw;
    margin-right: 6.25vw;
    display: grid;
  }

  .paragraph {
    font-variation-settings: "wght"300;
    letter-spacing: .2px;
    margin-bottom: 0;
    font-size: 1.354vw;
    font-weight: 400;
    line-height: 140%;
  }

  .paragraph.car_process_section {
    max-width: 430px;
    font-size: 26px;
  }

  .cursor {
    width: 100%;
    height: 100vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    transition: opacity .4s;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cursor_dot {
    width: 13px;
    height: 13px;
    background-color: var(--black);
    border-radius: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cursor_dot.blur {
    width: 128px;
    height: 128px;
    background-color: var(--qt-green);
    filter: blur(20px);
    transition: transform .1s;
  }

  .cursor_dot.blurlarge {
    width: 190px;
    height: 190px;
    background-color: var(--qt-green);
    filter: blur(60px);
    transition: transform .12s;
    position: fixed;
    overflow: visible;
  }

  .cursor_dot.blurextra {
    width: 260px;
    height: 260px;
    background-color: var(--qt-green);
    opacity: 1;
    filter: blur(120px);
    transition: transform .15s;
  }

  .cursorblur {
    width: 100%;
    height: 100vh;
    opacity: 1;
    justify-content: center;
    align-items: center;
    transition: opacity 80ms;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image {
    height: 24px;
  }

  .logo-div {
    padding-top: 22px;
  }

  .section_start.light {
    grid-auto-columns: .25fr;
  }

  .heading.light.arabic {
    line-height: .999vw;
  }

  .heading.car_process_number {
    margin-top: 30px;
    padding-left: 100px;
    font-size: 19px;
  }

  .heading-2 {
    margin-top: -40vw;
  }

  .our_story {
    margin-top: 8vw;
  }

  .heading-4.car_process {
    font-size: 42px;
  }

  .address_block {
    justify-content: flex-end;
  }

  .arrow {
    width: 2vw;
  }

  .email_in_address {
    margin-bottom: 0;
  }

  .menu_wrapper {
    top: 3.9vw;
    right: 20px;
  }

  .heading-large_ex2 {
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    flex: none;
    display: block;
    position: static;
    overflow: visible;
  }

  .paragraph_hero {
    font-variation-settings: "wght"300;
    letter-spacing: .2px;
    margin-bottom: 0;
    font-size: 1.354vw;
    font-weight: 400;
    line-height: 140%;
  }

  .scale_body {
    box-shadow: 0 380px 0 14vw var(--grey-bg);
  }

  .div-block-52 {
    width: 26vw;
    height: 26vw;
  }

  .text_span_great_team {
    border-width: 2px;
  }

  .navbar_subpage {
    width: 100%;
    clear: none;
    overflow-wrap: normal;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .subpage-hero-container {
    perspective: 1000px;
    overflow-wrap: normal;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: none;
  }

  .subpage_heading-large_ex2 {
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    flex: none;
    margin: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .subpage_heading-large_ex2.arabic {
    margin-top: -10px;
    line-height: 120%;
  }

  .subpage_heading_small {
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    flex: none;
    margin: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .subpage_small-text-container {
    margin-left: 21%;
  }

  .subpage_paragraph_hero, .subpage_paragraph, .subpage_paragraph_large {
    font-variation-settings: "wght"300;
    letter-spacing: .2px;
    margin-bottom: 0;
    font-size: 1.354vw;
    font-weight: 400;
    line-height: 140%;
  }

  .subpage-hero-body-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template: ". . . . . . Area Area Area Area"
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 6.25vw;
    margin-right: 6.25vw;
    display: grid;
  }

  .spline-scene-9 {
    width: 530px;
    height: 530px;
    opacity: .7;
    transform: scale(1);
  }

  .spline-scene-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .swiper-wrapper.arabic {
    justify-content: flex-start;
    margin-right: 0;
  }

  .div-block-71 {
    width: 19px;
    height: 19px;
    left: 24%;
  }

  .car_process_item {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .div-block-73 {
    width: 26%;
  }

  .div-block-73.is2nd {
    width: 74%;
  }

  .div-block-73.arabic {
    width: 85%;
  }

  .div-block-76 {
    height: 24vw;
  }

  .div_for_mob {
    justify-content: flex-start;
    display: none;
  }

  ._3d_logo {
    width: 60vw;
  }

  ._3d_logo_footer {
    width: 45vw;
  }

  .loading_container {
    top: 45vw;
  }

  .loading.car_process_number, .heading-6.car_process_number {
    margin-top: 30px;
    padding-left: 100px;
    font-size: 19px;
  }

  .heading-7.car_process {
    font-size: 42px;
  }

  .div-block-87 {
    width: 19px;
    height: 19px;
    left: 24%;
  }

  .div-block-89 {
    width: 26%;
  }

  .div-block-89.is2nd {
    width: 74%;
  }

  .paragraph-2 {
    font-variation-settings: "wght"300;
    letter-spacing: .2px;
    margin-bottom: 0;
    font-size: 1.354vw;
    font-weight: 400;
    line-height: 140%;
  }

  .paragraph-2.car_process_section {
    max-width: 430px;
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .nav-button-wrapper.lang.is_manu {
    margin-top: 3vw;
  }

  .heading-large.small, .heading-large.small2 {
    font-size: 4vw;
  }

  .hero-container {
    padding-top: 40vw;
    padding-bottom: 15vw;
  }

  .small-text-container.one {
    margin-left: 18%;
    padding-bottom: 1vw;
  }

  .small-text-container.two {
    margin-left: 18%;
    padding-top: 4vw;
  }

  .large-text-container {
    height: 20vw;
  }

  .hero-body-text {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 20vw;
  }

  .hero-body-text.arabic {
    grid-template-columns: 1fr 4.5fr 1fr;
  }

  .paragraph.light {
    font-size: 1.7vw;
  }

  .paragraph.team_section {
    font-size: 2.5vw;
  }

  .paragraph.our_clients-copy {
    font-size: 3.5vw;
  }

  .paragraph.car_section-copy {
    font-size: 2.5vw;
  }

  .paragraph.car_process_section {
    max-width: 274px;
    font-size: 20px;
  }

  .cursor, .cursorblur {
    display: none;
  }

  .section_start.dark, .section_start.light {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 10vw;
    margin-right: 10vw;
  }

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

  .heading {
    margin-top: 12vw;
    padding-left: 0;
    font-size: 1.2vw;
  }

  .heading.light.menu_heading {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .heading.card_hover {
    opacity: 0;
    letter-spacing: 3px;
  }

  .heading.card_hover_ab {
    opacity: 1;
    text-align: center;
    letter-spacing: 3px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading.car_process_number {
    padding-left: 60px;
  }

  .heading_3, .heading_3.arabic {
    font-size: 4.9vw;
  }

  .ticker-text {
    font-size: 3.5vw;
  }

  .ticker_circle_image_container {
    width: 28vw;
    height: 28vw;
  }

  .ticker_rec_image_container {
    width: 50vw;
    height: 28vw;
  }

  .gallery, .gallery_two, .gallerywrapper {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .heading-2 {
    margin-top: -38vw;
    font-size: 8.5vw;
  }

  .heading-2.footer {
    letter-spacing: 0;
    font-size: 10vw;
  }

  .our_services {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 2vw;
  }

  .service_card_front {
    width: 38.8vw;
    height: 48vw;
    border-radius: 20px;
    padding-bottom: 3vw;
  }

  .services_cards {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .heading-4 {
    font-size: 2.9vw;
  }

  .heading-4.location {
    font-variation-settings: "wght"340;
    font-size: 3.5vw;
  }

  .heading-4.location.arabic {
    white-space: normal;
  }

  .service_card {
    height: 48vw;
  }

  .service_card_back {
    width: 38.7vw;
    height: 48vw;
    border-radius: 20px;
  }

  .our_team {
    margin-top: 8vw;
  }

  .team_gallery_container {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    margin-top: 15vw;
  }

  .team_gallery_container.is_duplicate {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .team_gallery_container.is_duplicate.mobile, .team_gallery_container.mobile {
    grid-column-gap: 1.25vw;
    grid-row-gap: 1.25vw;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team_gallery_container.desktop {
    display: none;
  }

  .team.nine, .team.amna {
    display: block;
  }

  .team.amna2 {
    display: none;
  }

  .heading-5 {
    font-size: 2.7vw;
  }

  .text-block {
    font-size: 1.5vw;
  }

  .team_text_wrapper {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
    bottom: 3vw;
    left: 3vw;
    right: 3vw;
  }

  .team_image_wrapper.three, .team_image_wrapper.one, .team_image_wrapper.two {
    border-radius: 2vw;
  }

  .our_clients {
    margin-top: 2vw;
  }

  .logos_container {
    width: 150vw;
  }

  .logo_cir {
    width: 8.666vw;
    height: 8.666vw;
  }

  .image-7 {
    height: 4.5vw;
  }

  .our_clients_text {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .footer_ticker_content {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    align-items: center;
  }

  .form_and_address {
    height: 43vw;
    margin-top: 10vw;
    margin-right: 6.25vw;
  }

  .text_input {
    flex: 1;
    font-size: 2.5vw;
  }

  .message_input {
    padding-bottom: 2vw;
    font-size: 2.5vw;
  }

  .form_submit_button {
    padding: 1.5vw 2vw;
    font-size: 2vw;
  }

  .form-block {
    width: 36vw;
    height: 43vw;
    margin-left: 2vw;
    margin-right: 0;
  }

  .address_block {
    width: 34vw;
    justify-content: flex-start;
    margin-left: 0;
    padding-bottom: 0;
  }

  .address_block.arabic {
    width: 33vw;
  }

  .location_name {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .location_name.arabic {
    align-items: center;
  }

  .arrow.arabic {
    position: relative;
  }

  .email_in_address {
    font-variation-settings: "wght"360;
    font-size: 3.5vw;
  }

  .address_country {
    color: var(--black-50);
    font-size: 2.5vw;
  }

  .address_place {
    margin-bottom: 4vw;
    font-size: 2.5vw;
  }

  .div-block-23.arabic {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 18px;
    display: block;
  }

  .div-block-31, .div-block-30 {
    width: 10vw;
    height: 10vw;
    padding-top: .4vw;
  }

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

  .menu_wrapper {
    width: 45%;
    max-height: 90vh;
    border-radius: 25px;
    display: none;
    top: 8.6vw;
    overflow: scroll;
  }

  .menu_links_wrapper {
    margin: 2.8vw 5vw 10vw;
  }

  .menu_email_wrapper {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
    margin-bottom: 5vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .menulink, .menulink.l1, .menulink.l2, .menulink.l3, .menulink.l4 {
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
    font-size: 4vw;
  }

  .footer_ticker {
    padding-bottom: 5vw;
  }

  .madina_icon {
    width: 2vw;
  }

  .madina_icon.arabic {
    position: relative;
  }

  .div-block-40 {
    padding-bottom: .4vw;
  }

  .div-block-40.arabic {
    width: 2.5vw;
    height: 2.5vw;
    right: -40px;
    overflow: visible;
  }

  .madina_icon_ab {
    width: 2vw;
  }

  .location_link {
    margin-bottom: 1.4vw;
  }

  .h_form_success {
    font-size: 2.8vw;
  }

  .p_form_success {
    margin-top: 6px;
    font-size: 1.8vw;
  }

  .p_form_error {
    font-size: 2vw;
  }

  .div-block-43 {
    height: 20vw;
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    transform: translate(-1.5%);
  }

  .div-block-43.arabic.left-margin {
    margin-left: -59%;
  }

  .heading-large_ex2 {
    font-size: 14.5vw;
  }

  .paragraph_hero {
    font-size: 2.5vw;
  }

  .image-11 {
    margin-top: 10px;
  }

  .try_srv_cta_txt {
    font-variation-settings: "wght"350;
    font-size: 1.8vw;
  }

  .div_block_45 {
    width: 1.4vw;
  }

  .div-block-46 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .div-block-47 {
    width: 1.4vw;
  }

  .div-block-47_ab {
    display: none;
  }

  .image-13 {
    padding-top: 10px;
  }

  .div-block-48 {
    width: 4.5vw;
  }

  .cursor_for_mobile.cone {
    width: 15vw;
    height: 15vw;
  }

  .cursor_for_mobile.ctwo {
    width: 20vw;
    height: 20vw;
  }

  .cursor_for_mobile.cthree {
    width: 25vw;
    height: 25vw;
  }

  .mobile_cursor {
    width: 20vw;
    height: 20vw;
    transition: all .5s;
    display: flex;
  }

  .div-block-52 {
    width: 40vw;
    height: 40vw;
    top: 8%;
    right: 20%;
  }

  .div-block-52.arabic {
    left: 20%;
    right: 22%;
  }

  .text_span_great_team {
    border-width: 1.2px;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .subpage-hero-container {
    padding-top: 40vw;
    padding-bottom: 15vw;
  }

  .subpage-large-text-container {
    height: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .subpage_heading-large_ex2 {
    font-size: 7vw;
    line-height: 110%;
  }

  .subpage_heading_small {
    font-size: 2.5vw;
  }

  .subpage_small-text-container {
    margin-left: 10vw;
  }

  .div-block-54 {
    width: 2.4vw;
    height: 2.4vw;
    align-self: auto;
  }

  .subpage_heading_2 {
    font-size: 4vw;
  }

  .subpage_heading_2.multi_steps {
    font-size: 6vw;
  }

  .div-block-55 {
    grid-template-columns: 1fr;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .subpage_paragraph_hero, .subpage_paragraph {
    font-size: 2.5vw;
  }

  .subpage_paragraph_large {
    font-size: 3vw;
  }

  .subpage-hero-body-text {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 20vw;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .image-14 {
    width: 2.4vw;
    height: 2.4vw;
  }

  .image-14_ab {
    display: none;
  }

  .back_home_link {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .spline-scene-9 {
    width: 306px;
    height: 306px;
    transform: scale(.58);
  }

  .swiper-slide.arabic {
    width: 50vw;
  }

  .swiper-wrapper.arabic {
    justify-content: flex-start;
    margin-right: 0;
  }

  .div-block-71 {
    width: 15px;
    height: 15px;
    left: 29%;
  }

  .div-block-73 {
    width: 31%;
  }

  .div-block-73.is2nd {
    width: 69%;
  }

  .div-block-73.is2nd.arabic {
    width: 15%;
  }

  .div-block-73.arabic {
    width: 83%;
  }

  .div-block-76 {
    height: 40vw;
  }

  .div-block-77 {
    width: 8.5vw;
  }

  .div-block-78 {
    width: 73vw;
  }

  .div-block-79 {
    width: 45vw;
  }

  .div-block-80 {
    width: 70vw;
  }

  .div-block-43-copy {
    height: 20vw;
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    transform: translate(-1.5%);
  }

  .div-block-55-copy {
    grid-template-columns: 1fr;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .div-block-81, .div-block-82, .div-block-83 {
    grid-template-columns: 1fr 1fr;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .client_logo_cir {
    padding: 2vw;
  }

  .fk_logo {
    height: 3.5vw;
  }

  .client_logo_rec {
    padding: 2vw 2.5vw;
  }

  .lottie-animation-2 {
    margin-top: 10px;
  }

  .lottie-animation-2.arabic {
    justify-content: flex-start;
    display: flex;
  }

  .lottie-animation-3, .lottie-animation-4 {
    padding-top: 10px;
  }

  ._3d_logo_footer {
    bottom: -2%;
  }

  .div-block-53 {
    width: 30vw;
    height: 30vw;
    top: auto;
    bottom: 12%;
    left: 5%;
    right: auto;
  }

  .div-block-53.internal {
    bottom: 26%;
  }

  .loading_container {
    top: 106vw;
  }

  .loading {
    font-size: 1.2vw;
  }

  .loading.light.menu_heading {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .loading.card_hover {
    opacity: 0;
    letter-spacing: 3px;
  }

  .loading.card_hover_ab {
    opacity: 1;
    text-align: center;
    letter-spacing: 3px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .loading.car_process_number {
    padding-left: 60px;
  }

  .image-24 {
    width: 7vw;
  }

  .heading-6 {
    margin-top: 12vw;
    padding-left: 0;
    font-size: 1.2vw;
  }

  .heading-6.car_process_number {
    padding-left: 60px;
  }

  .heading-7 {
    font-size: 2.9vw;
  }

  .div-block-87 {
    width: 15px;
    height: 15px;
    left: 29%;
  }

  .div-block-89 {
    width: 31%;
  }

  .div-block-89.is2nd {
    width: 69%;
  }

  .paragraph-2.car_process_section {
    max-width: 274px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button.nav-outline-green {
    top: 15px;
    bottom: auto;
    left: 15px;
    right: auto;
  }

  .nav-button-wrapper {
    display: flex;
  }

  .nav-button-wrapper.lang {
    display: none;
  }

  .nav-button-wrapper.lang.is_manu {
    margin-top: 4vw;
    display: flex;
  }

  .nav-button-wrapper.lang.internal {
    display: flex;
  }

  .navbar {
    justify-content: flex-end;
    padding: 15px;
  }

  .heading-large.small {
    color: var(--para_mobile);
  }

  .heading-large.small.arabic {
    text-align: right;
  }

  .heading-large.small2 {
    color: var(--para_mobile);
  }

  .heading-large.small2.arabic {
    text-align: right;
  }

  .hero-container {
    padding-top: 20vw;
  }

  .small-text-container.two {
    padding-top: 2vw;
  }

  .div_for_dp_tab {
    display: none;
  }

  .hero-body-text {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 4vw;
  }

  .hero-body-text.arabic {
    grid-template-columns: 1fr 5.25fr 1fr;
  }

  .paragraph.team_section {
    font-size: 3vw;
  }

  .paragraph.our_clients-copy {
    color: var(--para_mobile);
  }

  .paragraph.car_section-copy {
    font-size: 3vw;
  }

  .paragraph.car_process_section {
    max-width: 260px;
    font-size: 17px;
  }

  .section_start.dark.clients {
    margin-top: 10vw;
  }

  .heading {
    font-size: 1.3vw;
  }

  .heading.light.tags.internal {
    padding: 1.5vw 1.8vw;
    font-size: 1.5vw;
  }

  .heading.car_process_number {
    padding-left: 45px;
  }

  .heading_3 {
    position: relative;
  }

  .tickerdiv {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .ticker-text {
    color: var(--para_mobile);
  }

  .heading-2 {
    margin-top: -38vw;
  }

  .our_story {
    margin-top: 0;
  }

  .service_card_front {
    height: 48vw;
    border-radius: 15px;
  }

  .heading-4.car_process {
    font-size: 24px;
  }

  .heading-4.internal {
    font-size: 4.5vw;
  }

  .service_card_back {
    height: 48vw;
    border-radius: 15px;
  }

  .our_team {
    margin-top: 4vw;
  }

  .team_gallery_container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 5vw;
  }

  .div-block-23.arabic {
    margin-left: 14px;
  }

  .menu_wrapper {
    width: 50%;
    border-radius: 15px;
    top: 64px;
    right: 20px;
  }

  .menu_links_wrapper {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    margin-bottom: 11vw;
  }

  .paragraph_hero {
    color: var(--para_mobile);
    font-size: 3vw;
  }

  .image-12, .image-12_ab {
    display: block;
  }

  .div-block-52 {
    top: 7%;
    right: 12%;
  }

  .text_span_great_team {
    border-width: 1px;
  }

  .subpage-hero-container {
    padding-top: 20vw;
  }

  .subpage_heading_small {
    color: var(--para_mobile);
  }

  .subpage_heading_2 {
    font-size: 6vw;
  }

  .subpage_paragraph_hero, .subpage_paragraph {
    color: var(--para_mobile);
    font-size: 3vw;
  }

  .subpage_paragraph_large {
    color: var(--para_mobile);
    font-size: 3.5vw;
  }

  .subpage-hero-body-text {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .spline-scene-12 {
    width: 100%;
    height: 120%;
  }

  .car_process_item.arabic.start {
    padding-right: 10vw;
  }

  .div-block-75 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div_for_mob {
    margin-left: 18%;
    display: flex;
    overflow: hidden;
  }

  .div_for_mob.arabic {
    justify-content: flex-end;
    margin-left: 0%;
    margin-right: 18%;
    overflow: hidden;
  }

  .div-block-43-copy {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
    transform: none;
  }

  .div-block-81 {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .sub_services_bullet {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .div-block-83 {
    grid-row-gap: 4vw;
  }

  .div-block-53 {
    bottom: 0%;
    left: 0%;
  }

  .loading_container {
    width: 24px;
    top: 146vw;
  }

  .loading {
    font-size: 1.3vw;
  }

  .loading.light.tags.internal {
    padding: 1.5vw 1.8vw;
    font-size: 1.5vw;
  }

  .loading.car_process_number {
    padding-left: 45px;
  }

  .heading-6 {
    font-size: 1.3vw;
  }

  .heading-6.car_process_number {
    padding-left: 45px;
  }

  .heading-7.car_process {
    font-size: 24px;
  }

  .paragraph-2.car_process_section {
    max-width: 260px;
    font-size: 17px;
  }

  .div-block-90 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  .button.nav-filled {
    padding: 9px 10px;
  }

  .button.nav-filled.is_manu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.nav-outline-white {
    padding: 9px 10px;
  }

  .button.nav-outline-green {
    padding: 9px 12px;
    font-size: 10px;
  }

  .button.menu_dots {
    padding: 9px 12px;
  }

  .button.nav-outline-green-subpage {
    padding: 9px 10px;
    font-size: 10px;
  }

  .nav-button-wrapper.lang {
    grid-column-gap: 4px;
  }

  .nav-button-wrapper.lang.is_manu {
    margin-top: 5vw;
  }

  .nav-button-wrapper.lang.internal {
    display: flex;
  }

  .heading-large.small, .heading-large.small2 {
    font-size: 7vw;
  }

  .heading-large.small2.arabic {
    text-align: right;
  }

  .hero-container {
    padding-top: 64vw;
  }

  .small-text-container.one {
    margin-left: 8%;
    padding-bottom: 3vw;
  }

  .small-text-container.two {
    margin-left: 8%;
    padding-top: 9vw;
  }

  .div_for_dp_tab {
    transform: translate(-68%);
  }

  .hero-body-text {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 80vw;
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .hero-body-text.arabic {
    grid-template-columns: 1fr;
  }

  .paragraph.light {
    margin-top: 8vw;
    font-size: 4vw;
  }

  .paragraph.team_section, .paragraph.our_clients-copy, .paragraph.car_section-copy {
    font-size: 5vw;
  }

  .paragraph.car_process_section {
    max-width: 240px;
  }

  .cursorblur {
    display: none;
  }

  .logo-div {
    width: 80px;
    padding-top: 20px;
  }

  .section_start.dark {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .section_start.light {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .section_start.footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 8vw;
    margin-right: 8vw;
    padding-top: 15vw;
  }

  .heading {
    margin-top: 7vw;
    font-size: 4vw;
    line-height: 3vw;
  }

  .heading.light {
    font-size: 4vw;
  }

  .heading.light.tags {
    border-style: solid;
    border-width: .2vw;
    padding: 2vw 3vw;
    font-size: 2.8vw;
  }

  .heading.light.tags.internal {
    padding: 1.8vw 2.2vw;
    font-size: 2vw;
  }

  .heading.light.menu_heading {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .heading.light.arabic {
    margin-top: 9vw;
  }

  .heading.card_hover {
    font-size: 3vw;
  }

  .heading.card_hover.arabic {
    opacity: 1;
    letter-spacing: 0;
  }

  .heading.card_hover_ab {
    font-size: 3vw;
  }

  .heading.car_process_number {
    padding-left: 24px;
  }

  .heading.car_process_number.arabic {
    margin-right: 0;
  }

  .heading.arabic {
    margin-right: 20px;
  }

  .heading_3, .heading_3.arabic {
    font-size: 7vw;
  }

  .tickerdiv {
    margin-top: 25vw;
    margin-bottom: 25vw;
  }

  .ticker-text {
    font-size: 8vw;
  }

  .ticker_circle_image_container {
    width: 45vw;
    height: 45vw;
  }

  .ticker_rec_image_container {
    width: 80vw;
    height: 45vw;
  }

  .gallery, .gallery_two, .gallerywrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .heading-2 {
    letter-spacing: -2px;
    margin-top: -41vw;
    font-size: 10.5vw;
  }

  .heading-2.footer {
    font-size: 12vw;
  }

  .our_services {
    background-color: rgba(0, 0, 0, 0);
  }

  .services_cards_container {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    grid-template-columns: 1fr;
  }

  .service_card_front {
    width: 84vw;
    height: 108vw;
    padding: 6vw 6vw 7vw;
  }

  .services_cards {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .heading-4 {
    font-size: 6.3vw;
  }

  .heading-4.location {
    font-size: 7vw;
  }

  .heading-4.location.arabic {
    flex: none;
  }

  .heading-4.car_process {
    font-size: 24px;
  }

  .heading-4.internal {
    font-size: 6vw;
  }

  .service_card {
    height: 108vw;
  }

  .service_card_back {
    width: 84vw;
    height: 108vw;
    padding: 6vw;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .tags_container {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 4vw;
    padding-left: 1px;
  }

  .team_gallery_container {
    grid-column-gap: 4vw;
    grid-row-gap: 12vw;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 10vw;
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .team_gallery_container.is_duplicate {
    grid-row-gap: 12vw;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: -30vw;
  }

  .team_gallery_container.is_duplicate.mobile {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: -36vw;
  }

  .team_gallery_container.mobile {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team_gallery_container.desktop, .team.amna2 {
    display: none;
  }

  .heading-5 {
    font-size: 4.5vw;
  }

  .text-block {
    font-size: 2.8vw;
  }

  .team_text_wrapper {
    grid-column-gap: 1.8vw;
    grid-row-gap: 1.8vw;
    bottom: 4vw;
    left: 4vw;
    right: 4vw;
  }

  .team_text_wrapper.arabic {
    margin-right: 0;
    right: 4vw;
  }

  .team_image_wrapper.three, .team_image_wrapper.one, .team_image_wrapper.two {
    border-radius: 3vw;
  }

  .client_logos_div {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }

  .logos_container {
    width: 240vw;
  }

  .logo_cir {
    width: 12.166vw;
    height: 12.166vw;
  }

  .image-7 {
    height: 8vw;
  }

  .our_clients_text {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .footer_ticker_wrapper {
    padding-top: 24vw;
  }

  .form_and_address {
    height: 152vw;
    grid-row-gap: 20vw;
    grid-template-columns: 1fr;
    margin-top: 20vw;
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .text_input {
    padding-bottom: 2vw;
    font-size: 6vw;
  }

  .message_input {
    margin-bottom: 2vw;
    font-size: 6vw;
  }

  .form_submit_button {
    align-self: stretch;
    padding: 4vw;
    font-size: 4vw;
  }

  .form-block {
    width: 84vw;
    height: 85vw;
    margin-left: 0;
  }

  .address_block {
    width: 84vw;
  }

  .address_block.arabic {
    width: 100%;
    margin-right: 0;
  }

  .location_name {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .email_in_address {
    font-variation-settings: "wght"340;
    font-size: 7vw;
  }

  .address_country {
    margin-bottom: 1vw;
    font-size: 5vw;
  }

  .address_place {
    margin-bottom: 5vw;
    font-size: 5vw;
  }

  .div-block-24 {
    margin-top: 10vw;
  }

  .div-block-31, .div-block-30 {
    width: 12vw;
  }

  .form {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .menu_wrapper {
    width: 80%;
    max-height: 90vh;
    display: none;
  }

  .menu_links_wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin: 4.6vw 6vw 13vw;
  }

  .menu_email_wrapper {
    margin-bottom: 6vw;
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .menulink, .menulink.l1, .menulink.l2, .menulink.l3, .menulink.l4 {
    font-size: 8vw;
  }

  .madina_icon {
    width: 5vw;
  }

  .div-block-40 {
    padding-bottom: .7vw;
  }

  .div-block-40.arabic {
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    padding-top: 2.069vw;
    display: flex;
    right: 0;
  }

  .madina_icon_ab {
    width: 5vw;
  }

  .location_link {
    margin-bottom: 2vw;
  }

  .h_form_success {
    font-size: 6vw;
  }

  .p_form_success, .p_form_error {
    font-size: 5vw;
  }

  .div-block-43 {
    grid-column-gap: 72vw;
    grid-row-gap: 72vw;
  }

  .heading-large_ex2 {
    font-size: 16vw;
  }

  .heading-large_ex2.arabic {
    line-height: 130%;
  }

  .paragraph_hero {
    font-size: 5vw;
  }

  .try_srv_cta_txt {
    font-size: 4.5vw;
  }

  .div_block_45, .div-block-47 {
    width: 3.1vw;
  }

  .div-block-48 {
    width: 8vw;
  }

  .cursor_for_mobile.cone {
    width: 20vw;
    height: 20vw;
  }

  .cursor_for_mobile.ctwo {
    width: 30vw;
    height: 30vw;
  }

  .cursor_for_mobile.cthree, .mobile_cursor {
    width: 40vw;
    height: 40vw;
  }

  .div-block-52 {
    width: 60vw;
    height: 60vw;
    top: 8%;
    right: 14%;
  }

  .text_span_great_team {
    border-width: .9px;
    padding-bottom: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    line-height: 130%;
    display: inline-block;
  }

  .navbar_subpage {
    padding-left: 12px;
    padding-right: 12px;
  }

  .subpage-hero-container {
    padding-top: 64vw;
  }

  .subpage-large-text-container {
    height: 36vw;
  }

  .subpage_heading-large_ex2 {
    font-size: 10vw;
  }

  .subpage_heading_small {
    font-size: 4vw;
  }

  .div-block-54 {
    width: 3.5vw;
    height: 3.5vw;
  }

  .subpage_heading_2, .subpage_heading_2.multi_steps {
    font-size: 8vw;
  }

  .subpage_paragraph_hero, .subpage_paragraph {
    font-size: 5vw;
  }

  .subpage_paragraph_large {
    font-size: 5.5vw;
  }

  .subpage-hero-body-text {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 80vw;
  }

  .image-14 {
    width: 3.7vw;
    height: 3.7vw;
  }

  .back_home_link {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .spline-scene-9 {
    width: 190px;
    height: 1px;
    transform: scale(.36);
  }

  .carousel {
    background-color: rgba(0, 0, 0, 0);
  }

  .swiper-slide.arabic-start-slide {
    width: 50%;
  }

  .swiper-slide.arabic {
    width: 80%;
  }

  .swiper-wrapper {
    margin-left: 0;
  }

  .div-block-71 {
    width: 12px;
    height: 12px;
    left: 19%;
  }

  .div-block-71.arabic.start {
    right: 35%;
  }

  .swiper {
    margin-left: 0;
  }

  .car_process_item.arabic.start {
    padding-right: 3vw;
  }

  .div-block-73 {
    width: 22%;
  }

  .div-block-73.is2nd {
    width: 78%;
  }

  .div-block-73.is2nd.arabic {
    width: 18%;
  }

  .div-block-75 {
    margin-left: 3vw;
  }

  .div-block-75.arabic-start {
    position: relative;
    right: 30%;
  }

  .div-block-75.arab {
    justify-content: flex-end;
  }

  .div_for_mob {
    margin-left: 8%;
  }

  .div-block-43-copy, .div-block-43-copy.arabic {
    height: 22vw;
  }

  .div-block-81 {
    grid-row-gap: 10vw;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .div-block-82 {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .div-block-83 {
    grid-row-gap: 5vw;
  }

  .client_logo_cir {
    padding: 3vw;
  }

  .fk_logo {
    height: 5.5vw;
  }

  .client_logo_rec {
    padding: 3vw 4vw;
  }

  ._3d_logo_footer {
    bottom: 0%;
  }

  .div-block-53 {
    width: 46vw;
    height: 46vw;
    bottom: 28%;
  }

  .div-block-53.internal {
    bottom: 30%;
  }

  .loading_container {
    width: 20px;
    top: 250vw;
  }

  .loading {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .loading.light {
    font-size: 4vw;
  }

  .loading.light.tags {
    border-width: .1vw;
    padding: 2vw 3vw;
    font-size: 2.8vw;
  }

  .loading.light.tags.internal {
    padding: 1.8vw 2.2vw;
    font-size: 2vw;
  }

  .loading.light.menu_heading {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .loading.card_hover, .loading.card_hover_ab {
    font-size: 3vw;
  }

  .loading.car_process_number {
    padding-left: 24px;
  }

  .div-block-86 {
    margin-bottom: 6vw;
  }

  .image-24 {
    width: 20vw;
  }

  .image-25 {
    width: 100%;
  }

  .heading-6 {
    margin-top: 7vw;
    font-size: 4vw;
    line-height: 3vw;
  }

  .heading-6.car_process_number {
    padding-left: 24px;
  }

  .heading-7 {
    font-size: 6.3vw;
  }

  .heading-7.car_process {
    font-size: 24px;
  }

  .div-block-87 {
    width: 12px;
    height: 12px;
    left: 19%;
  }

  .div-block-89 {
    width: 22%;
  }

  .div-block-89.is2nd {
    width: 78%;
  }

  .paragraph-2.car_process_section {
    max-width: 240px;
  }
}

#w-node-_4ec382d9-eb0c-bd47-c85e-edfc03bc4e80-43064ca2 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_6c692a03-a3fe-91aa-2a32-ba5e078426ff-43064ca2 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-fd790f3b-168f-ac6b-470f-2baa422a74bb-43064ca2 {
  grid-area: 1 / 8 / 2 / 10;
  align-self: start;
  justify-self: center;
}

#w-node-dff8ccaa-0d06-b0e4-e3db-05d0fd018965-43064ca2 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-cbacec13-bbdf-365b-3162-3b2e33882b6f-43064ca2 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_97468df8-0516-4a2d-5afa-f64da01794af-43064ca2 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_4c4fecb4-6c96-44c4-4049-0311cfb00f98-43064ca2 {
  grid-area: 1 / 8 / 2 / 10;
  align-self: start;
  justify-self: center;
}

#w-node-_4c4fecb4-6c96-44c4-4049-0311cfb00f9a-43064ca2 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-a960d475-9d06-60a2-c3ad-97b994d0d326-43064ca2, #w-node-_22dd2f8a-d24d-9fc6-5a05-7e85988510dd-43064ca2, #w-node-_25935bcf-b8ff-2fce-873d-da56146abe95-43064ca2, #w-node-_25935bcf-b8ff-2fce-873d-da56146abeb1-43064ca2, #w-node-f2953c03-e528-bad8-6d31-9a338f40264c-43064ca2, #w-node-f2953c03-e528-bad8-6d31-9a338f402667-43064ca2, #w-node-aba878a8-a2e5-720c-0c08-0d73db5dc4e4-43064ca2, #w-node-aba878a8-a2e5-720c-0c08-0d73db5dc500-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61d9-43064ca2 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61db-43064ca2 {
  grid-area: 1 / 8 / 2 / 10;
  align-self: start;
  justify-self: center;
}

#w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61dd-43064ca2 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61e5-43064ca2 {
  grid-area: 2 / 2 / 3 / 8;
}

#w-node-_97ebfe84-5a28-a207-7beb-af44fd347199-43064ca2 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_122a4111-0d52-1deb-28df-33d1801678ff-43064ca2 {
  grid-area: 1 / 8 / 2 / 10;
  align-self: start;
  justify-self: center;
}

#w-node-_122a4111-0d52-1deb-28df-33d180167901-43064ca2 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_2aa0a0af-81b8-f5e7-452b-d4331e01bd1d-43064ca2 {
  grid-area: 2 / 2 / 3 / 8;
}

#w-node-_33cc3a26-ab6a-35a3-a20f-0a00e0fa7643-43064ca2 {
  grid-area: 2 / 2 / 5 / 4;
  align-self: auto;
  justify-self: end;
}

#w-node-_33cc3a26-ab6a-35a3-a20f-0a00e0fa7649-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a70ba87c-d605-2aec-de95-a0b49590ff45-43064ca2 {
  grid-area: 3 / 6 / 6 / 8;
}

#w-node-_7e4c4f09-fc88-b3cf-a656-8b0d7b75ed14-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_859eaee4-1ad2-936f-5354-4e306ecb6685-43064ca2 {
  grid-area: 2 / 10 / 5 / 12;
}

#w-node-_859eaee4-1ad2-936f-5354-4e306ecb668b-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25a678c5-dd7a-cfaa-56ca-7a326a9ca415-43064ca2 {
  grid-area: 6 / 3 / 9 / 5;
}

#w-node-_25a678c5-dd7a-cfaa-56ca-7a326a9ca41b-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0128fb15-83ab-d6d3-3d98-8903b7ebd74e-43064ca2 {
  grid-area: 7 / 9 / 10 / 11;
}

#w-node-_0128fb15-83ab-d6d3-3d98-8903b7ebd754-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5506883d-7b9c-4c37-7697-e5c70ae5e5b5-43064ca2 {
  grid-area: 9 / 5 / 12 / 7;
}

#w-node-_5506883d-7b9c-4c37-7697-e5c70ae5e5bb-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19bcd8d4-207e-265c-91cc-7b66f360cc25-43064ca2 {
  grid-area: 11 / 2 / 14 / 4;
}

#w-node-_19bcd8d4-207e-265c-91cc-7b66f360cc2b-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48553e1b-6955-fd02-90a6-a77927b3b1ad-43064ca2 {
  grid-area: 11 / 10 / 14 / 12;
}

#w-node-_48553e1b-6955-fd02-90a6-a77927b3b1b3-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dc679b2-d0f5-b371-c7cf-ab4c57dc3edf-43064ca2 {
  grid-area: 13 / 7 / 16 / 9;
}

#w-node-_9dc679b2-d0f5-b371-c7cf-ab4c57dc3ee5-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dfada84-f308-0295-069b-0a81d8346944-43064ca2 {
  grid-area: 14 / 10 / 17 / 12;
}

#w-node-_1dfada84-f308-0295-069b-0a81d834694a-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a1a-43064ca2 {
  grid-area: 2 / 2 / 5 / 4;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a20-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a22-43064ca2 {
  grid-area: 3 / 6 / 6 / 8;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a28-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a2a-43064ca2 {
  grid-area: 2 / 10 / 5 / 12;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a30-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a32-43064ca2 {
  grid-area: 6 / 3 / 9 / 5;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a38-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a3a-43064ca2 {
  grid-area: 7 / 9 / 10 / 11;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a40-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a42-43064ca2 {
  grid-area: 9 / 5 / 12 / 7;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a48-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a4a-43064ca2 {
  grid-area: 11 / 2 / 14 / 4;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a50-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a52-43064ca2 {
  grid-area: 11 / 10 / 14 / 12;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a58-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a5a-43064ca2 {
  grid-area: 13 / 7 / 16 / 9;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a60-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980ca-43064ca2 {
  grid-area: 2 / 2 / 5 / 4;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980d0-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980d2-43064ca2 {
  grid-area: 3 / 6 / 6 / 8;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980d8-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980da-43064ca2 {
  grid-area: 2 / 10 / 5 / 12;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980e0-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980e2-43064ca2 {
  grid-area: 6 / 3 / 9 / 5;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980e8-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980ea-43064ca2 {
  grid-area: 7 / 9 / 10 / 11;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980f0-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980f2-43064ca2 {
  grid-area: 9 / 5 / 12 / 7;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980f8-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d91980fa-43064ca2 {
  grid-area: 11 / 2 / 14 / 4;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198100-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198102-43064ca2 {
  grid-area: 11 / 10 / 14 / 12;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198108-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d919810a-43064ca2 {
  grid-area: 13 / 7 / 16 / 9;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198110-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198112-43064ca2 {
  grid-area: 14 / 10 / 17 / 12;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198118-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d919811b-43064ca2 {
  grid-area: 2 / 2 / 5 / 4;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198121-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198123-43064ca2 {
  grid-area: 3 / 6 / 6 / 8;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198129-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d919812b-43064ca2 {
  grid-area: 2 / 10 / 5 / 12;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198131-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198133-43064ca2 {
  grid-area: 6 / 3 / 9 / 5;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198139-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d919813b-43064ca2 {
  grid-area: 7 / 9 / 10 / 11;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198141-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198143-43064ca2 {
  grid-area: 9 / 5 / 12 / 7;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198149-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d919814b-43064ca2 {
  grid-area: 11 / 2 / 14 / 4;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198151-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198153-43064ca2 {
  grid-area: 11 / 10 / 14 / 12;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198159-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d919815b-43064ca2 {
  grid-area: 13 / 7 / 16 / 9;
}

#w-node-c9798019-ef79-84e2-a5e0-bc47d9198161-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d11b8ba2-6100-b643-ed7c-5ec80b987451-43064ca2 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-a65b5971-414c-bcbf-43e3-7a8ffad11a3a-43064ca2 {
  grid-area: 1 / 8 / 2 / 10;
  align-self: start;
  justify-self: center;
}

#w-node-a65b5971-414c-bcbf-43e3-7a8ffad11a3c-43064ca2 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_835520c7-cf4f-f341-d57a-2df381abdd5f-43064ca2 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-dfb2d765-b0c2-b3fe-20ed-b7140bb3f920-43064ca2, #w-node-_72fcb538-91df-1f23-8b09-23c157c247bd-43064ca2 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e47-43064ca2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e48-43064ca2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e49-43064ca2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e4a-43064ca2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e4b-43064ca2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e4c-43064ca2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e4d-43064ca2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e4e-43064ca2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e4f-43064ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a3c7160-da65-8ddd-5b3e-36e8f66330fb-f66330f9 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_4a3c7160-da65-8ddd-5b3e-36e8f66330fd-f66330f9 {
  grid-area: 2 / 8 / 3 / 12;
}

#w-node-_4a3c7160-da65-8ddd-5b3e-36e8f6633100-f66330f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4a3c7160-da65-8ddd-5b3e-36e8f663310f-f66330f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_4a3c7160-da65-8ddd-5b3e-36e8f6633112-f66330f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca4 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-43064ca4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-43064ca4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f149cea1-1897-72a0-f740-8d1762c2a755-43064ca4, #w-node-f149cea1-1897-72a0-f740-8d1762c2a756-43064ca4, #w-node-f149cea1-1897-72a0-f740-8d1762c2a757-43064ca4, #w-node-f149cea1-1897-72a0-f740-8d1762c2a758-43064ca4, #w-node-f149cea1-1897-72a0-f740-8d1762c2a759-43064ca4, #w-node-f149cea1-1897-72a0-f740-8d1762c2a75a-43064ca4, #w-node-f149cea1-1897-72a0-f740-8d1762c2a75b-43064ca4, #w-node-f149cea1-1897-72a0-f740-8d1762c2a75c-43064ca4, #w-node-f149cea1-1897-72a0-f740-8d1762c2a75d-43064ca4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb58f-629fb58d {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb591-629fb58d {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb594-629fb58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb5a5-629fb58d {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: auto;
}

#w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb5a8-629fb58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca5 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-43064ca5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-43064ca5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-43064ca5 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-43064ca5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d02a466e-711c-4b02-e097-906c00bc819c-43064ca5 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-43064ca5 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-43064ca5 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-43064ca5, #w-node-_43d277ce-dd8c-bf94-24aa-d85fbc66481d-43064ca5 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_746a52aa-7537-cdfc-5ca0-dea7b2210df9-43064ca5 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775b4-43064ca5, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775b5-43064ca5, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775b6-43064ca5, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775b7-43064ca5, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775b8-43064ca5, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775b9-43064ca5, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775ba-43064ca5, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775bb-43064ca5, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775bc-43064ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca6 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-43064ca6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-43064ca6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c2c-43064ca6, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c2d-43064ca6, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c2e-43064ca6, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c2f-43064ca6, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c30-43064ca6, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c31-43064ca6, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c32-43064ca6, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c33-43064ca6, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c34-43064ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca7 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-43064ca7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-43064ca7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-43064ca7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-43064ca7 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d02a466e-711c-4b02-e097-906c00bc819c-43064ca7 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-43064ca7 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-43064ca7 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-43064ca7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7e0ea11e-f84a-f1dd-f3c8-14a7144d4b34-43064ca7 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_43d277ce-dd8c-bf94-24aa-d85fbc66481d-43064ca7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_746a52aa-7537-cdfc-5ca0-dea7b2210df9-43064ca7 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_092da42f-7384-09be-841c-4adc55b70af4-43064ca7, #w-node-_092da42f-7384-09be-841c-4adc55b70af5-43064ca7, #w-node-_092da42f-7384-09be-841c-4adc55b70af6-43064ca7, #w-node-_092da42f-7384-09be-841c-4adc55b70af7-43064ca7, #w-node-_092da42f-7384-09be-841c-4adc55b70af8-43064ca7, #w-node-_092da42f-7384-09be-841c-4adc55b70af9-43064ca7, #w-node-_092da42f-7384-09be-841c-4adc55b70afa-43064ca7, #w-node-_092da42f-7384-09be-841c-4adc55b70afb-43064ca7, #w-node-_092da42f-7384-09be-841c-4adc55b70afc-43064ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ec382d9-eb0c-bd47-c85e-edfc03bc4e80-fea5a2e2 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_6c692a03-a3fe-91aa-2a32-ba5e078426ff-fea5a2e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd790f3b-168f-ac6b-470f-2baa422a74bb-fea5a2e2 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
  justify-self: center;
}

#w-node-dff8ccaa-0d06-b0e4-e3db-05d0fd018965-fea5a2e2 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-cbacec13-bbdf-365b-3162-3b2e33882b6f-fea5a2e2 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_97468df8-0516-4a2d-5afa-f64da01794af-fea5a2e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4c4fecb4-6c96-44c4-4049-0311cfb00f98-fea5a2e2 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
  justify-self: center;
}

#w-node-_4c4fecb4-6c96-44c4-4049-0311cfb00f9a-fea5a2e2 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-a960d475-9d06-60a2-c3ad-97b994d0d326-fea5a2e2, #w-node-_22dd2f8a-d24d-9fc6-5a05-7e85988510dd-fea5a2e2, #w-node-_25935bcf-b8ff-2fce-873d-da56146abe95-fea5a2e2, #w-node-_25935bcf-b8ff-2fce-873d-da56146abeb1-fea5a2e2, #w-node-f2953c03-e528-bad8-6d31-9a338f40264c-fea5a2e2, #w-node-f2953c03-e528-bad8-6d31-9a338f402667-fea5a2e2, #w-node-aba878a8-a2e5-720c-0c08-0d73db5dc4e4-fea5a2e2, #w-node-aba878a8-a2e5-720c-0c08-0d73db5dc500-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61d9-fea5a2e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61db-fea5a2e2 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
  justify-self: center;
}

#w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61dd-fea5a2e2 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61e5-fea5a2e2 {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-_97ebfe84-5a28-a207-7beb-af44fd347199-fea5a2e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_122a4111-0d52-1deb-28df-33d1801678ff-fea5a2e2 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
  justify-self: center;
}

#w-node-_122a4111-0d52-1deb-28df-33d180167901-fea5a2e2 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_2aa0a0af-81b8-f5e7-452b-d4331e01bd1d-fea5a2e2 {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-_33cc3a26-ab6a-35a3-a20f-0a00e0fa7643-fea5a2e2 {
  grid-area: 2 / 2 / 5 / 4;
}

#w-node-_33cc3a26-ab6a-35a3-a20f-0a00e0fa7649-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a70ba87c-d605-2aec-de95-a0b49590ff45-fea5a2e2 {
  grid-area: 3 / 6 / 6 / 8;
}

#w-node-_7e4c4f09-fc88-b3cf-a656-8b0d7b75ed14-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_859eaee4-1ad2-936f-5354-4e306ecb6685-fea5a2e2 {
  grid-area: 2 / 10 / 5 / 12;
}

#w-node-_859eaee4-1ad2-936f-5354-4e306ecb668b-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25a678c5-dd7a-cfaa-56ca-7a326a9ca415-fea5a2e2 {
  grid-area: 6 / 3 / 9 / 5;
}

#w-node-_25a678c5-dd7a-cfaa-56ca-7a326a9ca41b-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0128fb15-83ab-d6d3-3d98-8903b7ebd74e-fea5a2e2 {
  grid-area: 7 / 9 / 10 / 11;
}

#w-node-_0128fb15-83ab-d6d3-3d98-8903b7ebd754-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5506883d-7b9c-4c37-7697-e5c70ae5e5b5-fea5a2e2 {
  grid-area: 9 / 5 / 12 / 7;
}

#w-node-_5506883d-7b9c-4c37-7697-e5c70ae5e5bb-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19bcd8d4-207e-265c-91cc-7b66f360cc25-fea5a2e2 {
  grid-area: 11 / 2 / 14 / 4;
}

#w-node-_19bcd8d4-207e-265c-91cc-7b66f360cc2b-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48553e1b-6955-fd02-90a6-a77927b3b1ad-fea5a2e2 {
  grid-area: 11 / 10 / 14 / 12;
}

#w-node-_48553e1b-6955-fd02-90a6-a77927b3b1b3-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dc679b2-d0f5-b371-c7cf-ab4c57dc3edf-fea5a2e2 {
  grid-area: 13 / 7 / 16 / 9;
}

#w-node-_9dc679b2-d0f5-b371-c7cf-ab4c57dc3ee5-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dfada84-f308-0295-069b-0a81d8346944-fea5a2e2 {
  grid-area: 14 / 10 / 17 / 12;
}

#w-node-_1dfada84-f308-0295-069b-0a81d834694a-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a1a-fea5a2e2 {
  grid-area: 2 / 2 / 5 / 4;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a20-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a22-fea5a2e2 {
  grid-area: 3 / 6 / 6 / 8;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a28-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a2a-fea5a2e2 {
  grid-area: 2 / 10 / 5 / 12;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a30-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a32-fea5a2e2 {
  grid-area: 6 / 3 / 9 / 5;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a38-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a3a-fea5a2e2 {
  grid-area: 7 / 9 / 10 / 11;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a40-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a42-fea5a2e2 {
  grid-area: 9 / 5 / 12 / 7;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a48-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a4a-fea5a2e2 {
  grid-area: 11 / 2 / 14 / 4;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a50-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a52-fea5a2e2 {
  grid-area: 11 / 10 / 14 / 12;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a58-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a5a-fea5a2e2 {
  grid-area: 13 / 7 / 16 / 9;
}

#w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a60-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0e97-fea5a2e2 {
  grid-area: 2 / 2 / 5 / 4;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0e9d-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0e9f-fea5a2e2 {
  grid-area: 3 / 6 / 6 / 8;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ea5-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ea7-fea5a2e2 {
  grid-area: 2 / 10 / 5 / 12;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ead-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0eaf-fea5a2e2 {
  grid-area: 6 / 3 / 9 / 5;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0eb5-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0eb7-fea5a2e2 {
  grid-area: 7 / 9 / 10 / 11;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ebd-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ebf-fea5a2e2 {
  grid-area: 9 / 5 / 12 / 7;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ec5-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ec7-fea5a2e2 {
  grid-area: 11 / 2 / 14 / 4;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ecd-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ecf-fea5a2e2 {
  grid-area: 11 / 10 / 14 / 12;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ed5-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ed7-fea5a2e2 {
  grid-area: 13 / 7 / 16 / 9;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0edd-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0edf-fea5a2e2 {
  grid-area: 14 / 10 / 17 / 12;
}

#w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ee5-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d477b-fea5a2e2 {
  grid-area: 2 / 2 / 5 / 4;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d4781-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d4783-fea5a2e2 {
  grid-area: 3 / 6 / 6 / 8;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d4789-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d478b-fea5a2e2 {
  grid-area: 2 / 10 / 5 / 12;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d4791-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d4793-fea5a2e2 {
  grid-area: 6 / 3 / 9 / 5;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d4799-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d479b-fea5a2e2 {
  grid-area: 7 / 9 / 10 / 11;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d47a1-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d47a3-fea5a2e2 {
  grid-area: 9 / 5 / 12 / 7;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d47a9-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d47ab-fea5a2e2 {
  grid-area: 11 / 2 / 14 / 4;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d47b1-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d47b3-fea5a2e2 {
  grid-area: 11 / 10 / 14 / 12;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d47b9-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d47bb-fea5a2e2 {
  grid-area: 13 / 7 / 16 / 9;
}

#w-node-_811b2117-0f55-9e99-bfab-913c057d47c1-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d11b8ba2-6100-b643-ed7c-5ec80b987451-fea5a2e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a65b5971-414c-bcbf-43e3-7a8ffad11a3a-fea5a2e2 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
  justify-self: center;
}

#w-node-a65b5971-414c-bcbf-43e3-7a8ffad11a3c-fea5a2e2 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_835520c7-cf4f-f341-d57a-2df381abdd5f-fea5a2e2 {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-dfb2d765-b0c2-b3fe-20ed-b7140bb3f920-fea5a2e2, #w-node-_72fcb538-91df-1f23-8b09-23c157c247bd-fea5a2e2 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e47-fea5a2e2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e48-fea5a2e2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e49-fea5a2e2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e4a-fea5a2e2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e4b-fea5a2e2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e4c-fea5a2e2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e4d-fea5a2e2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e4e-fea5a2e2, #w-node-c90aa17d-9d83-ef40-8d98-20c9eafb6e4f-fea5a2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-8a24a155 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-8a24a155 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-8a24a155 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c2c-8a24a155, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c2d-8a24a155, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c2e-8a24a155, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c2f-8a24a155, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c30-8a24a155, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c31-8a24a155, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c32-8a24a155, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c33-8a24a155, #w-node-e6c6fbcb-3859-cecc-5d21-c2a07f7a4c34-8a24a155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-d323923b {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-d323923b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-d323923b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f149cea1-1897-72a0-f740-8d1762c2a755-d323923b, #w-node-f149cea1-1897-72a0-f740-8d1762c2a756-d323923b, #w-node-f149cea1-1897-72a0-f740-8d1762c2a757-d323923b, #w-node-f149cea1-1897-72a0-f740-8d1762c2a758-d323923b, #w-node-f149cea1-1897-72a0-f740-8d1762c2a759-d323923b, #w-node-f149cea1-1897-72a0-f740-8d1762c2a75a-d323923b, #w-node-f149cea1-1897-72a0-f740-8d1762c2a75b-d323923b, #w-node-f149cea1-1897-72a0-f740-8d1762c2a75c-d323923b, #w-node-f149cea1-1897-72a0-f740-8d1762c2a75d-d323923b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-51aa1681 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-51aa1681 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-51aa1681 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-51aa1681 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-51aa1681 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d02a466e-711c-4b02-e097-906c00bc819c-51aa1681 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-51aa1681 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-51aa1681 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-51aa1681 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7e0ea11e-f84a-f1dd-f3c8-14a7144d4b34-51aa1681 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_43d277ce-dd8c-bf94-24aa-d85fbc66481d-51aa1681 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_746a52aa-7537-cdfc-5ca0-dea7b2210df9-51aa1681 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_092da42f-7384-09be-841c-4adc55b70af4-51aa1681, #w-node-_092da42f-7384-09be-841c-4adc55b70af5-51aa1681, #w-node-_092da42f-7384-09be-841c-4adc55b70af6-51aa1681, #w-node-_092da42f-7384-09be-841c-4adc55b70af7-51aa1681, #w-node-_092da42f-7384-09be-841c-4adc55b70af8-51aa1681, #w-node-_092da42f-7384-09be-841c-4adc55b70af9-51aa1681, #w-node-_092da42f-7384-09be-841c-4adc55b70afa-51aa1681, #w-node-_092da42f-7384-09be-841c-4adc55b70afb-51aa1681, #w-node-_092da42f-7384-09be-841c-4adc55b70afc-51aa1681 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-4c69f067 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-4c69f067 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-4c69f067 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-4c69f067 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-4c69f067 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d02a466e-711c-4b02-e097-906c00bc819c-4c69f067 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-4c69f067 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-4c69f067 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-4c69f067, #w-node-_43d277ce-dd8c-bf94-24aa-d85fbc66481d-4c69f067 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_746a52aa-7537-cdfc-5ca0-dea7b2210df9-4c69f067 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775b4-4c69f067, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775b5-4c69f067, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775b6-4c69f067, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775b7-4c69f067, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775b8-4c69f067, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775b9-4c69f067, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775ba-4c69f067, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775bb-4c69f067, #w-node-_17ef2799-4b1f-ba7c-ff45-5edc33f775bc-4c69f067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4ec382d9-eb0c-bd47-c85e-edfc03bc4e80-43064ca2 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61d9-43064ca2 {
    grid-area: 1 / 11 / 2 / 12;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61db-43064ca2 {
    grid-area: 1 / 8 / 2 / 10;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61dd-43064ca2 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61e5-43064ca2 {
    grid-area: 2 / 3 / 3 / 8;
  }

  #w-node-_122a4111-0d52-1deb-28df-33d180167901-43064ca2 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_2aa0a0af-81b8-f5e7-452b-d4331e01bd1d-43064ca2 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_4a3c7160-da65-8ddd-5b3e-36e8f66330fb-f66330f9 {
    grid-area: 1 / 7 / 2 / 12;
  }

  #w-node-_4a3c7160-da65-8ddd-5b3e-36e8f66330fd-f66330f9 {
    grid-area: 2 / 8 / 3 / 12;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca4 {
    grid-area: 1 / 7 / 2 / 12;
  }

  #w-node-d1ebdf1a-2807-9b54-cfcf-595e87a6b857-43064ca4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-43064ca4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-43064ca4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb58f-629fb58d {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb591-629fb58d {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca5 {
    grid-area: 1 / 7 / 2 / 12;
  }

  #w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-43064ca5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-43064ca5 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca6 {
    grid-area: 1 / 7 / 2 / 12;
  }

  #w-node-d1ebdf1a-2807-9b54-cfcf-595e87a6b857-43064ca6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-43064ca6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-43064ca6 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca7 {
    grid-area: 1 / 7 / 2 / 12;
  }

  #w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-43064ca7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-43064ca7 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_7e0ea11e-f84a-f1dd-f3c8-14a7144d4b34-43064ca7 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_4ec382d9-eb0c-bd47-c85e-edfc03bc4e80-fea5a2e2 {
    grid-area: Area;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61dd-fea5a2e2 {
    grid-area: 1 / 6 / 2 / 12;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61e5-fea5a2e2 {
    grid-area: 2 / 6 / 3 / 11;
  }

  #w-node-_122a4111-0d52-1deb-28df-33d180167901-fea5a2e2 {
    grid-area: 1 / 6 / 2 / 12;
  }

  #w-node-_2aa0a0af-81b8-f5e7-452b-d4331e01bd1d-fea5a2e2 {
    grid-area: 2 / 6 / 3 / 11;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-8a24a155 {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-d1ebdf1a-2807-9b54-cfcf-595e87a6b857-8a24a155 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-8a24a155 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-8a24a155 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-d323923b {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-d1ebdf1a-2807-9b54-cfcf-595e87a6b857-d323923b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-d323923b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-d323923b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-51aa1681 {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-51aa1681, #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-51aa1681 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7e0ea11e-f84a-f1dd-f3c8-14a7144d4b34-51aa1681 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-4c69f067 {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-4c69f067, #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-4c69f067 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4ec382d9-eb0c-bd47-c85e-edfc03bc4e80-43064ca2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c692a03-a3fe-91aa-2a32-ba5e078426ff-43064ca2 {
    grid-area: 1 / 9 / 2 / 10;
  }

  #w-node-fd790f3b-168f-ac6b-470f-2baa422a74bb-43064ca2 {
    grid-area: 1 / 8 / 2 / 10;
    justify-self: end;
  }

  #w-node-dff8ccaa-0d06-b0e4-e3db-05d0fd018965-43064ca2 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_97468df8-0516-4a2d-5afa-f64da01794af-43064ca2 {
    grid-area: 1 / 8 / 2 / 9;
    justify-self: auto;
  }

  #w-node-_4c4fecb4-6c96-44c4-4049-0311cfb00f98-43064ca2 {
    grid-area: 1 / 8 / 2 / 9;
    align-self: start;
    justify-self: end;
  }

  #w-node-_4c4fecb4-6c96-44c4-4049-0311cfb00f9a-43064ca2 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61d9-43064ca2 {
    grid-area: 1 / 11 / 2 / 12;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61db-43064ca2 {
    grid-area: 1 / 11 / 2 / 13;
    justify-self: start;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61dd-43064ca2 {
    grid-area: 1 / 2 / 2 / 10;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61e5-43064ca2 {
    grid-area: 2 / 2 / 3 / 10;
  }

  #w-node-_97ebfe84-5a28-a207-7beb-af44fd347199-43064ca2 {
    grid-area: 1 / 8 / 2 / 9;
  }

  #w-node-_122a4111-0d52-1deb-28df-33d1801678ff-43064ca2 {
    grid-area: 1 / 8 / 2 / 9;
    align-self: start;
    justify-self: start;
  }

  #w-node-_122a4111-0d52-1deb-28df-33d180167901-43064ca2 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_2aa0a0af-81b8-f5e7-452b-d4331e01bd1d-43064ca2 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_33cc3a26-ab6a-35a3-a20f-0a00e0fa7643-43064ca2 {
    grid-column: 1 / 4;
    grid-row-end: 5;
  }

  #w-node-a70ba87c-d605-2aec-de95-a0b49590ff45-43064ca2 {
    grid-area: 3 / 5 / 6 / 8;
  }

  #w-node-_859eaee4-1ad2-936f-5354-4e306ecb6685-43064ca2 {
    grid-area: 6 / 2 / 9 / 5;
  }

  #w-node-_25a678c5-dd7a-cfaa-56ca-7a326a9ca415-43064ca2 {
    grid-area: 8 / 6 / 11 / 9;
  }

  #w-node-_0128fb15-83ab-d6d3-3d98-8903b7ebd74e-43064ca2 {
    grid-area: 11 / 1 / 14 / 4;
  }

  #w-node-_5506883d-7b9c-4c37-7697-e5c70ae5e5b5-43064ca2 {
    grid-area: 12 / 5 / 15 / 8;
  }

  #w-node-_19bcd8d4-207e-265c-91cc-7b66f360cc25-43064ca2 {
    grid-area: 16 / 2 / 19 / 5;
  }

  #w-node-_48553e1b-6955-fd02-90a6-a77927b3b1ad-43064ca2 {
    grid-area: 17 / 6 / 20 / 9;
  }

  #w-node-_9dc679b2-d0f5-b371-c7cf-ab4c57dc3edf-43064ca2 {
    grid-area: 20 / 1 / 23 / 4;
  }

  #w-node-_1dfada84-f308-0295-069b-0a81d8346944-43064ca2 {
    grid-area: 21 / 5 / 24 / 8;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a1a-43064ca2 {
    grid-column: 1 / 4;
    grid-row-end: 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a22-43064ca2 {
    grid-area: 3 / 5 / 6 / 8;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a2a-43064ca2 {
    grid-area: 6 / 2 / 9 / 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a32-43064ca2 {
    grid-area: 8 / 6 / 11 / 9;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a3a-43064ca2 {
    grid-area: 11 / 1 / 14 / 4;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a42-43064ca2 {
    grid-area: 12 / 5 / 15 / 8;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a4a-43064ca2 {
    grid-area: 16 / 2 / 19 / 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a52-43064ca2 {
    grid-area: 17 / 6 / 20 / 9;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a5a-43064ca2 {
    grid-area: 21 / 1 / 24 / 4;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980ca-43064ca2 {
    grid-column: 1 / 4;
    grid-row-end: 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980d2-43064ca2 {
    grid-area: 3 / 5 / 6 / 8;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980da-43064ca2 {
    grid-area: 6 / 2 / 9 / 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980e2-43064ca2 {
    grid-area: 8 / 6 / 11 / 9;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980ea-43064ca2 {
    grid-area: 11 / 1 / 14 / 4;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980f2-43064ca2 {
    grid-area: 12 / 5 / 15 / 8;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980fa-43064ca2 {
    grid-area: 16 / 2 / 19 / 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d9198102-43064ca2 {
    grid-area: 17 / 6 / 20 / 9;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d919810a-43064ca2 {
    grid-area: 20 / 1 / 23 / 4;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d9198112-43064ca2 {
    grid-area: 21 / 5 / 24 / 8;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d919811b-43064ca2 {
    grid-column: 1 / 4;
    grid-row-end: 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d9198123-43064ca2 {
    grid-area: 3 / 5 / 6 / 8;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d919812b-43064ca2 {
    grid-area: 6 / 2 / 9 / 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d9198133-43064ca2 {
    grid-area: 8 / 6 / 11 / 9;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d919813b-43064ca2 {
    grid-area: 11 / 1 / 14 / 4;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d9198143-43064ca2 {
    grid-area: 12 / 5 / 15 / 8;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d919814b-43064ca2 {
    grid-area: 16 / 2 / 19 / 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d9198153-43064ca2 {
    grid-area: 17 / 6 / 20 / 9;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d919815b-43064ca2 {
    grid-area: 21 / 1 / 24 / 4;
  }

  #w-node-d11b8ba2-6100-b643-ed7c-5ec80b987451-43064ca2 {
    grid-area: 1 / 9 / 2 / 10;
  }

  #w-node-a65b5971-414c-bcbf-43e3-7a8ffad11a3a-43064ca2 {
    grid-area: 1 / 9 / 2 / 10;
    align-self: start;
    justify-self: start;
  }

  #w-node-a65b5971-414c-bcbf-43e3-7a8ffad11a3c-43064ca2 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_835520c7-cf4f-f341-d57a-2df381abdd5f-43064ca2 {
    grid-column: 3 / 9;
  }

  #w-node-_4a3c7160-da65-8ddd-5b3e-36e8f66330fb-f66330f9 {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-_4a3c7160-da65-8ddd-5b3e-36e8f66330fd-f66330f9 {
    grid-area: 2 / 4 / 3 / 9;
  }

  #w-node-_4a3c7160-da65-8ddd-5b3e-36e8f6633100-f66330f9 {
    justify-self: start;
  }

  #w-node-_4a3c7160-da65-8ddd-5b3e-36e8f663310f-f66330f9 {
    align-self: start;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca4 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-d1ebdf1a-2807-9b54-cfcf-595e87a6b857-43064ca4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-43064ca4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-43064ca4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb58f-629fb58d {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb591-629fb58d {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb594-629fb58d {
    justify-self: start;
  }

  #w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb5a5-629fb58d {
    align-self: start;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca5 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-43064ca5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-43064ca5, #w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-43064ca5 {
    grid-column: 1 / 2;
  }

  #w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-43064ca5, #w-node-d02a466e-711c-4b02-e097-906c00bc819c-43064ca5 {
    grid-column: 2 / 3;
  }

  #w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-43064ca5 {
    grid-column: 1 / 2;
  }

  #w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-43064ca5 {
    grid-column: 2 / 3;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-43064ca5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_43d277ce-dd8c-bf94-24aa-d85fbc66481d-43064ca5, #w-node-_746a52aa-7537-cdfc-5ca0-dea7b2210df9-43064ca5 {
    grid-column: 1 / 3;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca6 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-d1ebdf1a-2807-9b54-cfcf-595e87a6b857-43064ca6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-43064ca6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-43064ca6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca7 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-43064ca7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-43064ca7, #w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-43064ca7 {
    grid-column: 1 / 2;
  }

  #w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-43064ca7, #w-node-d02a466e-711c-4b02-e097-906c00bc819c-43064ca7 {
    grid-column: 2 / 3;
  }

  #w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-43064ca7 {
    grid-column: 1 / 2;
  }

  #w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-43064ca7 {
    grid-column: 2 / 3;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-43064ca7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7e0ea11e-f84a-f1dd-f3c8-14a7144d4b34-43064ca7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_43d277ce-dd8c-bf94-24aa-d85fbc66481d-43064ca7, #w-node-_746a52aa-7537-cdfc-5ca0-dea7b2210df9-43064ca7 {
    grid-column: 1 / 3;
  }

  #w-node-_4ec382d9-eb0c-bd47-c85e-edfc03bc4e80-fea5a2e2 {
    grid-area: 1 / 4 / 2 / 8;
  }

  #w-node-_6c692a03-a3fe-91aa-2a32-ba5e078426ff-fea5a2e2 {
    grid-column: 1 / 2;
  }

  #w-node-fd790f3b-168f-ac6b-470f-2baa422a74bb-fea5a2e2 {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-dff8ccaa-0d06-b0e4-e3db-05d0fd018965-fea5a2e2 {
    grid-column: 3 / 9;
  }

  #w-node-_97468df8-0516-4a2d-5afa-f64da01794af-fea5a2e2 {
    grid-column: 1 / 2;
  }

  #w-node-_4c4fecb4-6c96-44c4-4049-0311cfb00f98-fea5a2e2 {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-_4c4fecb4-6c96-44c4-4049-0311cfb00f9a-fea5a2e2 {
    grid-column: 3 / 9;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61d9-fea5a2e2 {
    grid-column: 1 / 2;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61db-fea5a2e2 {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61dd-fea5a2e2 {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61e5-fea5a2e2 {
    grid-column: 3 / 8;
  }

  #w-node-_97ebfe84-5a28-a207-7beb-af44fd347199-fea5a2e2 {
    grid-column: 1 / 2;
  }

  #w-node-_122a4111-0d52-1deb-28df-33d1801678ff-fea5a2e2 {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-_122a4111-0d52-1deb-28df-33d180167901-fea5a2e2 {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-_2aa0a0af-81b8-f5e7-452b-d4331e01bd1d-fea5a2e2 {
    grid-column: 3 / 8;
  }

  #w-node-_33cc3a26-ab6a-35a3-a20f-0a00e0fa7643-fea5a2e2 {
    grid-column: 1 / 4;
    grid-row-end: 5;
  }

  #w-node-a70ba87c-d605-2aec-de95-a0b49590ff45-fea5a2e2 {
    grid-area: 3 / 5 / 6 / 8;
  }

  #w-node-_859eaee4-1ad2-936f-5354-4e306ecb6685-fea5a2e2 {
    grid-area: 6 / 2 / 9 / 5;
  }

  #w-node-_25a678c5-dd7a-cfaa-56ca-7a326a9ca415-fea5a2e2 {
    grid-area: 8 / 6 / 11 / 9;
  }

  #w-node-_0128fb15-83ab-d6d3-3d98-8903b7ebd74e-fea5a2e2 {
    grid-area: 11 / 1 / 14 / 4;
  }

  #w-node-_5506883d-7b9c-4c37-7697-e5c70ae5e5b5-fea5a2e2 {
    grid-area: 12 / 5 / 15 / 8;
  }

  #w-node-_19bcd8d4-207e-265c-91cc-7b66f360cc25-fea5a2e2 {
    grid-area: 16 / 2 / 19 / 5;
  }

  #w-node-_48553e1b-6955-fd02-90a6-a77927b3b1ad-fea5a2e2 {
    grid-area: 17 / 6 / 20 / 9;
  }

  #w-node-_9dc679b2-d0f5-b371-c7cf-ab4c57dc3edf-fea5a2e2 {
    grid-area: 20 / 1 / 23 / 4;
  }

  #w-node-_1dfada84-f308-0295-069b-0a81d8346944-fea5a2e2 {
    grid-area: 21 / 5 / 24 / 8;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a1a-fea5a2e2 {
    grid-column: 1 / 4;
    grid-row-end: 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a22-fea5a2e2 {
    grid-area: 3 / 5 / 6 / 8;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a2a-fea5a2e2 {
    grid-area: 6 / 2 / 9 / 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a32-fea5a2e2 {
    grid-area: 8 / 6 / 11 / 9;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a3a-fea5a2e2 {
    grid-area: 11 / 1 / 14 / 4;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a42-fea5a2e2 {
    grid-area: 12 / 5 / 15 / 8;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a4a-fea5a2e2 {
    grid-area: 16 / 2 / 19 / 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a52-fea5a2e2 {
    grid-area: 17 / 6 / 20 / 9;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a5a-fea5a2e2 {
    grid-area: 21 / 1 / 24 / 4;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0e97-fea5a2e2 {
    grid-column: 1 / 4;
    grid-row-end: 5;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0e9f-fea5a2e2 {
    grid-area: 3 / 5 / 6 / 8;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ea7-fea5a2e2 {
    grid-area: 6 / 2 / 9 / 5;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0eaf-fea5a2e2 {
    grid-area: 8 / 6 / 11 / 9;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0eb7-fea5a2e2 {
    grid-area: 11 / 1 / 14 / 4;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ebf-fea5a2e2 {
    grid-area: 12 / 5 / 15 / 8;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ec7-fea5a2e2 {
    grid-area: 16 / 2 / 19 / 5;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ecf-fea5a2e2 {
    grid-area: 17 / 6 / 20 / 9;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ed7-fea5a2e2 {
    grid-area: 20 / 1 / 23 / 4;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0edf-fea5a2e2 {
    grid-area: 21 / 5 / 24 / 8;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d477b-fea5a2e2 {
    grid-column: 1 / 4;
    grid-row-end: 5;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d4783-fea5a2e2 {
    grid-area: 3 / 5 / 6 / 8;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d478b-fea5a2e2 {
    grid-area: 6 / 2 / 9 / 5;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d4793-fea5a2e2 {
    grid-area: 8 / 6 / 11 / 9;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d479b-fea5a2e2 {
    grid-area: 11 / 1 / 14 / 4;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d47a3-fea5a2e2 {
    grid-area: 12 / 5 / 15 / 8;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d47ab-fea5a2e2 {
    grid-area: 16 / 2 / 19 / 5;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d47b3-fea5a2e2 {
    grid-area: 17 / 6 / 20 / 9;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d47bb-fea5a2e2 {
    grid-area: 21 / 1 / 24 / 4;
  }

  #w-node-d11b8ba2-6100-b643-ed7c-5ec80b987451-fea5a2e2 {
    grid-column: 1 / 2;
  }

  #w-node-a65b5971-414c-bcbf-43e3-7a8ffad11a3a-fea5a2e2 {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-a65b5971-414c-bcbf-43e3-7a8ffad11a3c-fea5a2e2, #w-node-_835520c7-cf4f-f341-d57a-2df381abdd5f-fea5a2e2 {
    grid-column: 3 / 9;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-8a24a155 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-d1ebdf1a-2807-9b54-cfcf-595e87a6b857-8a24a155 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-8a24a155 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-8a24a155 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-d323923b {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-d1ebdf1a-2807-9b54-cfcf-595e87a6b857-d323923b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-d323923b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-d323923b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-51aa1681 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-51aa1681 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-51aa1681, #w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-51aa1681 {
    grid-column: 1 / 2;
  }

  #w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-51aa1681, #w-node-d02a466e-711c-4b02-e097-906c00bc819c-51aa1681 {
    grid-column: 2 / 3;
  }

  #w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-51aa1681 {
    grid-column: 1 / 2;
  }

  #w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-51aa1681 {
    grid-column: 2 / 3;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-51aa1681 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7e0ea11e-f84a-f1dd-f3c8-14a7144d4b34-51aa1681 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_43d277ce-dd8c-bf94-24aa-d85fbc66481d-51aa1681, #w-node-_746a52aa-7537-cdfc-5ca0-dea7b2210df9-51aa1681 {
    grid-column: 1 / 3;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-4c69f067 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-4c69f067 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-4c69f067, #w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-4c69f067 {
    grid-column: 1 / 2;
  }

  #w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-4c69f067, #w-node-d02a466e-711c-4b02-e097-906c00bc819c-4c69f067 {
    grid-column: 2 / 3;
  }

  #w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-4c69f067 {
    grid-column: 1 / 2;
  }

  #w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-4c69f067 {
    grid-column: 2 / 3;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-4c69f067 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_43d277ce-dd8c-bf94-24aa-d85fbc66481d-4c69f067, #w-node-_746a52aa-7537-cdfc-5ca0-dea7b2210df9-4c69f067 {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4ec382d9-eb0c-bd47-c85e-edfc03bc4e80-43064ca2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca4 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-d1ebdf1a-2807-9b54-cfcf-595e87a6b857-43064ca4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-43064ca4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-43064ca4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca5 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-43064ca5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-43064ca5, #w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-43064ca5 {
    grid-column-end: 3;
  }

  #w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-43064ca5 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-d02a466e-711c-4b02-e097-906c00bc819c-43064ca5 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-43064ca5 {
    grid-row: 6 / 6;
    grid-column-end: 3;
  }

  #w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-43064ca5 {
    grid-row: 7 / 8;
    grid-column-start: 1;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-43064ca5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca6 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-d1ebdf1a-2807-9b54-cfcf-595e87a6b857-43064ca6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-43064ca6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-43064ca6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca7 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-43064ca7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-43064ca7, #w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-43064ca7 {
    grid-column-end: 3;
  }

  #w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-43064ca7 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-d02a466e-711c-4b02-e097-906c00bc819c-43064ca7 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-43064ca7 {
    grid-row: 6 / 6;
    grid-column-end: 3;
  }

  #w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-43064ca7 {
    grid-row: 7 / 8;
    grid-column-start: 1;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-43064ca7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7e0ea11e-f84a-f1dd-f3c8-14a7144d4b34-43064ca7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4ec382d9-eb0c-bd47-c85e-edfc03bc4e80-fea5a2e2 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-8a24a155 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d1ebdf1a-2807-9b54-cfcf-595e87a6b857-8a24a155 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-8a24a155 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-8a24a155 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-d323923b {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-d1ebdf1a-2807-9b54-cfcf-595e87a6b857-d323923b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-d323923b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-d323923b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-51aa1681 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-51aa1681 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-51aa1681, #w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-51aa1681 {
    grid-column-end: 3;
  }

  #w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-51aa1681 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-d02a466e-711c-4b02-e097-906c00bc819c-51aa1681 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-51aa1681 {
    grid-row: 6 / 6;
    grid-column-end: 3;
  }

  #w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-51aa1681 {
    grid-row: 7 / 8;
    grid-column-start: 1;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-51aa1681 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7e0ea11e-f84a-f1dd-f3c8-14a7144d4b34-51aa1681 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-4c69f067 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-d90a5ed0-951a-5afb-6113-a6641fea9dbe-4c69f067 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-4c69f067, #w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-4c69f067 {
    grid-column-end: 3;
  }

  #w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-4c69f067 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-d02a466e-711c-4b02-e097-906c00bc819c-4c69f067 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-4c69f067 {
    grid-row: 6 / 6;
    grid-column-end: 3;
  }

  #w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-4c69f067 {
    grid-row: 7 / 8;
    grid-column-start: 1;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-4c69f067 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ec382d9-eb0c-bd47-c85e-edfc03bc4e80-43064ca2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6c692a03-a3fe-91aa-2a32-ba5e078426ff-43064ca2 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-fd790f3b-168f-ac6b-470f-2baa422a74bb-43064ca2 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: start;
    justify-self: end;
  }

  #w-node-dff8ccaa-0d06-b0e4-e3db-05d0fd018965-43064ca2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_97468df8-0516-4a2d-5afa-f64da01794af-43064ca2 {
    grid-area: 1 / 4 / 2 / 5;
    justify-self: auto;
  }

  #w-node-_4c4fecb4-6c96-44c4-4049-0311cfb00f98-43064ca2 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
    justify-self: end;
  }

  #w-node-_4c4fecb4-6c96-44c4-4049-0311cfb00f9a-43064ca2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61d9-43064ca2 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61db-43064ca2 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: start;
    justify-self: start;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61dd-43064ca2 {
    grid-column: 1 / 5;
    grid-row-start: 2;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61e5-43064ca2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_97ebfe84-5a28-a207-7beb-af44fd347199-43064ca2 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_122a4111-0d52-1deb-28df-33d1801678ff-43064ca2 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: start;
    justify-self: start;
  }

  #w-node-_122a4111-0d52-1deb-28df-33d180167901-43064ca2 {
    grid-column: 1 / 5;
    grid-row-start: 2;
  }

  #w-node-_2aa0a0af-81b8-f5e7-452b-d4331e01bd1d-43064ca2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_33cc3a26-ab6a-35a3-a20f-0a00e0fa7643-43064ca2 {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-a70ba87c-d605-2aec-de95-a0b49590ff45-43064ca2 {
    grid-area: 2 / 3 / 4 / 5;
  }

  #w-node-_859eaee4-1ad2-936f-5354-4e306ecb6685-43064ca2 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_25a678c5-dd7a-cfaa-56ca-7a326a9ca415-43064ca2 {
    grid-area: 4 / 3 / 6 / 5;
  }

  #w-node-_0128fb15-83ab-d6d3-3d98-8903b7ebd74e-43064ca2 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-_5506883d-7b9c-4c37-7697-e5c70ae5e5b5-43064ca2 {
    grid-area: 6 / 3 / 8 / 5;
  }

  #w-node-_19bcd8d4-207e-265c-91cc-7b66f360cc25-43064ca2 {
    grid-area: 7 / 1 / 9 / 3;
  }

  #w-node-_48553e1b-6955-fd02-90a6-a77927b3b1ad-43064ca2 {
    grid-area: 8 / 3 / 10 / 5;
  }

  #w-node-_9dc679b2-d0f5-b371-c7cf-ab4c57dc3edf-43064ca2 {
    grid-row: 9 / 11;
    grid-column-end: 3;
  }

  #w-node-_1dfada84-f308-0295-069b-0a81d8346944-43064ca2 {
    grid-row: 10 / 12;
    grid-column-end: 3;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a1a-43064ca2 {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a22-43064ca2 {
    grid-area: 2 / 3 / 4 / 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a2a-43064ca2 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a32-43064ca2 {
    grid-area: 4 / 3 / 6 / 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a3a-43064ca2 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a42-43064ca2 {
    grid-area: 6 / 3 / 8 / 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a4a-43064ca2 {
    grid-area: 7 / 1 / 9 / 3;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a52-43064ca2 {
    grid-area: 8 / 3 / 10 / 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a5a-43064ca2 {
    grid-row: 9 / 11;
    grid-column-end: 3;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980ca-43064ca2 {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980d2-43064ca2 {
    grid-area: 2 / 3 / 4 / 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980da-43064ca2 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980e2-43064ca2 {
    grid-area: 4 / 3 / 6 / 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980ea-43064ca2 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980f2-43064ca2 {
    grid-area: 6 / 3 / 8 / 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d91980fa-43064ca2 {
    grid-area: 7 / 1 / 9 / 3;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d9198102-43064ca2 {
    grid-area: 8 / 3 / 10 / 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d919810a-43064ca2 {
    grid-row: 9 / 11;
    grid-column-end: 3;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d9198112-43064ca2 {
    grid-row: 10 / 12;
    grid-column-end: 3;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d919811b-43064ca2 {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d9198123-43064ca2 {
    grid-area: 2 / 3 / 4 / 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d919812b-43064ca2 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d9198133-43064ca2 {
    grid-area: 4 / 3 / 6 / 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d919813b-43064ca2 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d9198143-43064ca2 {
    grid-area: 6 / 3 / 8 / 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d919814b-43064ca2 {
    grid-area: 7 / 1 / 9 / 3;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d9198153-43064ca2 {
    grid-area: 8 / 3 / 10 / 5;
  }

  #w-node-c9798019-ef79-84e2-a5e0-bc47d919815b-43064ca2 {
    grid-row: 9 / 11;
    grid-column-end: 3;
  }

  #w-node-d11b8ba2-6100-b643-ed7c-5ec80b987451-43064ca2 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-a65b5971-414c-bcbf-43e3-7a8ffad11a3a-43064ca2 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: start;
    justify-self: start;
  }

  #w-node-a65b5971-414c-bcbf-43e3-7a8ffad11a3c-43064ca2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_835520c7-cf4f-f341-d57a-2df381abdd5f-43064ca2 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4a3c7160-da65-8ddd-5b3e-36e8f66330fb-f66330f9 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4a3c7160-da65-8ddd-5b3e-36e8f66330fd-f66330f9 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4a3c7160-da65-8ddd-5b3e-36e8f6633100-f66330f9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4a3c7160-da65-8ddd-5b3e-36e8f663310f-f66330f9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca4 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-43064ca4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-43064ca4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb58f-629fb58d {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb591-629fb58d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb594-629fb58d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_60d4912c-5caf-3c5c-b6a6-8e5f629fb5a5-629fb58d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca5 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-43064ca5, #w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-43064ca5 {
    grid-column-start: 1;
  }

  #w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-43064ca5 {
    grid-column: 1 / 3;
  }

  #w-node-d02a466e-711c-4b02-e097-906c00bc819c-43064ca5 {
    grid-column-end: 3;
  }

  #w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-43064ca5 {
    grid-column-start: 1;
  }

  #w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-43064ca5 {
    grid-column-end: 3;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-43064ca5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca6 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-43064ca6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-43064ca6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-43064ca7 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-43064ca7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7e0ea11e-f84a-f1dd-f3c8-14a7144d4b34-43064ca7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4ec382d9-eb0c-bd47-c85e-edfc03bc4e80-fea5a2e2 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_6c692a03-a3fe-91aa-2a32-ba5e078426ff-fea5a2e2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fd790f3b-168f-ac6b-470f-2baa422a74bb-fea5a2e2 {
    grid-column: 2 / 5;
  }

  #w-node-dff8ccaa-0d06-b0e4-e3db-05d0fd018965-fea5a2e2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4c4fecb4-6c96-44c4-4049-0311cfb00f98-fea5a2e2 {
    grid-column: 2 / 5;
  }

  #w-node-_4c4fecb4-6c96-44c4-4049-0311cfb00f9a-fea5a2e2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61db-fea5a2e2 {
    grid-column: 2 / 5;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61dd-fea5a2e2 {
    grid-column: 1 / 5;
    grid-row-start: 2;
  }

  #w-node-_45a2ff53-0116-98e1-d0f3-2e88a79f61e5-fea5a2e2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_122a4111-0d52-1deb-28df-33d1801678ff-fea5a2e2 {
    grid-column: 2 / 5;
  }

  #w-node-_122a4111-0d52-1deb-28df-33d180167901-fea5a2e2 {
    grid-column: 1 / 5;
    grid-row-start: 2;
  }

  #w-node-_2aa0a0af-81b8-f5e7-452b-d4331e01bd1d-fea5a2e2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_33cc3a26-ab6a-35a3-a20f-0a00e0fa7643-fea5a2e2 {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-a70ba87c-d605-2aec-de95-a0b49590ff45-fea5a2e2 {
    grid-area: 2 / 3 / 4 / 5;
  }

  #w-node-_859eaee4-1ad2-936f-5354-4e306ecb6685-fea5a2e2 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_25a678c5-dd7a-cfaa-56ca-7a326a9ca415-fea5a2e2 {
    grid-area: 4 / 3 / 6 / 5;
  }

  #w-node-_0128fb15-83ab-d6d3-3d98-8903b7ebd74e-fea5a2e2 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-_5506883d-7b9c-4c37-7697-e5c70ae5e5b5-fea5a2e2 {
    grid-area: 6 / 3 / 8 / 5;
  }

  #w-node-_19bcd8d4-207e-265c-91cc-7b66f360cc25-fea5a2e2 {
    grid-area: 7 / 1 / 9 / 3;
  }

  #w-node-_48553e1b-6955-fd02-90a6-a77927b3b1ad-fea5a2e2 {
    grid-area: 8 / 3 / 10 / 5;
  }

  #w-node-_9dc679b2-d0f5-b371-c7cf-ab4c57dc3edf-fea5a2e2 {
    grid-row: 9 / 11;
    grid-column-end: 3;
  }

  #w-node-_1dfada84-f308-0295-069b-0a81d8346944-fea5a2e2 {
    grid-row: 10 / 12;
    grid-column-end: 3;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a1a-fea5a2e2 {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a22-fea5a2e2 {
    grid-area: 2 / 3 / 4 / 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a2a-fea5a2e2 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a32-fea5a2e2 {
    grid-area: 4 / 3 / 6 / 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a3a-fea5a2e2 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a42-fea5a2e2 {
    grid-area: 6 / 3 / 8 / 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a4a-fea5a2e2 {
    grid-area: 7 / 1 / 9 / 3;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a52-fea5a2e2 {
    grid-area: 8 / 3 / 10 / 5;
  }

  #w-node-_2c4be93b-5e50-1f7f-beac-7b1d0a370a5a-fea5a2e2 {
    grid-row: 9 / 11;
    grid-column-end: 3;
  }

  #w-node-a797887d-be65-115a-7b00-c74423a56436-fea5a2e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0e97-fea5a2e2 {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0e9f-fea5a2e2 {
    grid-area: 2 / 3 / 4 / 5;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ea7-fea5a2e2 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0eaf-fea5a2e2 {
    grid-area: 4 / 3 / 6 / 5;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0eb7-fea5a2e2 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ebf-fea5a2e2 {
    grid-area: 6 / 3 / 8 / 5;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ec7-fea5a2e2 {
    grid-area: 7 / 1 / 9 / 3;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ecf-fea5a2e2 {
    grid-area: 8 / 3 / 10 / 5;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0ed7-fea5a2e2 {
    grid-row: 9 / 11;
    grid-column-end: 3;
  }

  #w-node-d64d4e42-6f1f-d1a4-66dc-7167626d0edf-fea5a2e2 {
    grid-row: 10 / 12;
    grid-column-end: 3;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d477b-fea5a2e2 {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d4783-fea5a2e2 {
    grid-area: 2 / 3 / 4 / 5;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d478b-fea5a2e2 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d4793-fea5a2e2 {
    grid-area: 4 / 3 / 6 / 5;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d479b-fea5a2e2 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d47a3-fea5a2e2 {
    grid-area: 6 / 3 / 8 / 5;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d47ab-fea5a2e2 {
    grid-area: 7 / 1 / 9 / 3;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d47b3-fea5a2e2 {
    grid-area: 8 / 3 / 10 / 5;
  }

  #w-node-_811b2117-0f55-9e99-bfab-913c057d47bb-fea5a2e2 {
    grid-row: 9 / 11;
    grid-column-end: 3;
  }

  #w-node-a65b5971-414c-bcbf-43e3-7a8ffad11a3a-fea5a2e2 {
    grid-column: 2 / 5;
  }

  #w-node-a65b5971-414c-bcbf-43e3-7a8ffad11a3c-fea5a2e2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_835520c7-cf4f-f341-d57a-2df381abdd5f-fea5a2e2 {
    grid-column: 1 / 5;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-8a24a155 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-8a24a155 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-8a24a155 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-d323923b {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_8f0b5c8b-82ae-b4af-dfa5-6ae98fe67c36-d323923b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_989ca16b-e9b7-5d0c-79e5-d299668f61f9-d323923b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-51aa1681 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-51aa1681 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7e0ea11e-f84a-f1dd-f3c8-14a7144d4b34-51aa1681 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4678d4b8-a2e6-3128-ee30-bfc1d0d158e6-4c69f067 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_9442f774-b0ca-d7a9-f29c-98c12bb9dea2-4c69f067, #w-node-_2e39fd96-309f-0c07-6c59-4b7518b1f967-4c69f067 {
    grid-column-start: 1;
  }

  #w-node-fbfef3ab-122c-aae6-a4ae-24bac78c24eb-4c69f067 {
    grid-column: 1 / 3;
  }

  #w-node-d02a466e-711c-4b02-e097-906c00bc819c-4c69f067 {
    grid-column-end: 3;
  }

  #w-node-_57bb567a-518a-56aa-6df5-9275ec08b2c6-4c69f067 {
    grid-column-start: 1;
  }

  #w-node-c55a38ef-bc8a-2d4a-fa64-e3133bc8a8eb-4c69f067 {
    grid-column-end: 3;
  }

  #w-node-_06bdf8fd-dc14-cc6a-13a6-147cfaed93b7-4c69f067 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Generalsans Variable';
  src: url("/?originalUrl=https%3A%2F%2Fwww.quicktech.sa%2Ffonts%2FGeneralSans-Variable.woff2") format('woff2'), url("/?originalUrl=https%3A%2F%2Fwww.quicktech.sa%2Ffonts%2FGeneralSans-Variable.woff") format('woff');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria Variablefont Wght';
  src: url("/?originalUrl=https%3A%2F%2Fwww.quicktech.sa%2Ffonts%2FAlexandria-VariableFont_wght.ttf") format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}