:root {
  --_color---primary-color: #ed1c24;
  --_spacing---header--padding-top: .5rem;
  --_color---white-color: white;
  --body-font-family: Inter, sans-serif;
  --_color---body-color: #231f20;
  --_typography---body--body-font-size: 1rem;
  --_typography---body--body-line-height: 1.6;
  --body-font-family-arabic: Alexandria, sans-serif;
  --_typography---body--body-line-height-ar: 1.9;
  --container: 1440px;
  --spacing--medium: 8vh;
  --spacing--small: 4vh;
  --container-fluid: 90%;
  --heading-font-family: Inter, sans-serif;
  --_typography---h1--font-size: clamp(2rem, 4vw, 3.5rem);
  --_typography---h1--line-height: 1.1;
  --_typography---h1--font-weight: 400;
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 2rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---transparent);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---white-color);
  --_button---button-color: var(--_color---primary-color);
  --_button---button-hover-color: var(--_color---white-color);
  --_button---button-hover-background: var(--_color---primary-color);
  --_button---button-hover-border: var(--_color---transparent);
  --_typography---heading-4--font-size: clamp(1.2rem, 2vw, 1.5rem);
  --_typography---heading-4--line-height: 1.5;
  --_typography---heading-4--font-weight: 600;
  --spacing--large: 15vh;
  --_typography---heading-2--font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  --_typography---heading-2--line-height: 1.2;
  --_typography---heading-2--font-weight: 600;
  --_typography---body--large-font-size: 1.25rem;
  --_color---light-color: #f1f1f1;
  --_spacing---destination-card--image-cover: 10vh;
  --_color---black-overlay: #00000080;
  --_spacing---destination-card--padding: 10%;
  --_typography---heading-3--font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  --_typography---heading-3--font-weight: 600;
  --_typography---hero-banner--font-size: clamp(3rem, 5vw, 5.5rem);
  --_typography---hero-banner--font-weight: 700;
  --_color---black-color: #000;
  --_typography---hero-banner--font-weight-ar: 600;
  --_typography---heading-5--font-size: clamp(1.125rem, 1.4vw, 1.375rem);
  --_typography---heading-5--line-height: 1.5;
  --_typography---heading-5--line-height-ar: 1.9;
  --_color---transparent: #fff0;
  --_typography---body--body-font-family: var(--body-font-family);
  --_typography---body--small-font-size: .8rem;
  --_spacing---header--padding-bottom: .5rem;
  --heading-font-family-arabic: Alexandria, sans-serif;
  --_button---button-font-size: var(--_typography---body--body-font-size);
  --_typography---hero-banner--font-family: var(--heading-font-family);
  --_typography---h1--font-family: var(--heading-font-family);
  --spacing--gutter: 2vh;
  --_color---primry-fade: #fbeff0;
  --_typography---heading-2--font-family: var(--heading-font-family);
  --_typography---heading-3--font-family: var(--heading-font-family);
  --_typography---heading-3--line-height: 1.3;
  --_typography---heading-4--font-family: var(--heading-font-family);
  --_typography---heading-5--font-family: var(--heading-font-family);
  --_typography---heading-5--font-weight: 500;
  --_color---primary-trans: #222e4b99;
  --_color---link-color: var(--_color---white-color);
  --_color---white-trans: #ffffff80;
}

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

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

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

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

.mt-wrapper {
  padding-top: 80px;
}

.mt-loading-logo-subtitle {
  position: absolute;
  inset: 0%;
}

.mt-loading-logo {
  z-index: 1;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 400px;
  transition: width .2s;
  display: flex;
  position: absolute;
  transform: translate(0, -50%)translate(0, 50vh);
}

.mt-loading_wrap {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.mt-loading-logo-base {
  opacity: 0;
}

.mt-loading-logo-emblem {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: inline-flex;
  position: absolute;
}

.mt-loading_top {
  background-color: var(--_color---primary-color);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.mt-loading_bottom {
  background-color: var(--_color---primary-color);
  height: 60%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 38%;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mt-loading-logo-title {
  position: absolute;
  inset: 0%;
}

.div-block-27 {
  padding-top: var(--_spacing---header--padding-top);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mt-header {
  z-index: 99;
  background-color: var(--_color---white-color);
  height: 80px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  background-color: var(--_color---white-color);
  font-family: var(--body-font-family);
  color: var(--_color---body-color);
  font-size: var(--_typography---body--body-font-size);
  line-height: var(--_typography---body--body-line-height);
}

.body:lang(ar) {
  font-family: var(--body-font-family-arabic);
  line-height: var(--_typography---body--body-line-height-ar);
}

.mt-container {
  z-index: 2;
  width: 90%;
  max-width: var(--container);
  position: relative;
}

.mt-container._1 {
  padding-top: var(--spacing--medium);
}

.mt-row_flex {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mt-site_logo {
  width: 150px;
  max-width: 150px;
}

.mt-hero_banner {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: 850px;
  position: relative;
}

.mt-hero_banner:lang(ar) {
  background-position: center left;
}

.mt-hero_banner.mt-primary_bgr {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.mt-video_banner_overlay {
  z-index: 2;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.mt-header_right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.mt-hero_banner_caption {
  padding-top: var(--spacing--small);
  padding-bottom: var(--spacing--small);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mt-hero_banner_caption.mt-small_pb {
  z-index: 3;
  inset: 0%;
}

.mt-container_fluid {
  max-width: var(--container-fluid);
  position: relative;
}

.mt-small_pb {
  padding-bottom: var(--spacing--small);
}

.mt-primary_bgr {
  background-color: var(--_color---primary-color);
  color: var(--_color---white-color);
}

.mt-h1 {
  font-family: var(--heading-font-family);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h1--font-weight);
  margin-top: 0;
}

.mt-h1.mt-intro_title {
  max-width: 100%;
  margin-bottom: 2vh;
}

.mt-btn {
  padding: var(--_button---button-padding-top-bottom) var(--_button---button-padding-left-right);
  border: var(--_button---button-border-width) solid var(--_button---button-border-color);
  border-radius: var(--_button---button-border-radius);
  background-color: var(--_button---button-background);
  color: var(--_button---button-color);
  text-align: center;
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 1.5rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---transparent);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---primary-color);
  --_button---button-color: var(--_color---white-color);
  --_button---button-hover-color: var(--_color---primary-color);
  --_button---button-hover-background: var(--_color---primary-color);
  --_button---button-hover-border: var(--_color---transparent);
  --_button---button-font-size: var(--_typography---body--body-font-size);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.mt-btn:where(.w-variant-fd04077f-41b0-179f-df09-788ced50f56b) {
  background-color: var(--_color---primary-color);
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 1.5rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---transparent);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---primary-color);
  --_button---button-color: var(--_color---white-color);
  --_button---button-hover-color: var(--_color---primary-color);
  --_button---button-hover-background: var(--_color---primary-color);
  --_button---button-hover-border: var(--_color---transparent);
  --_button---button-font-size: var(--_typography---body--body-font-size);
}

.mt-btn:where(.w-variant-91008590-745e-1f47-bc67-0d6e5eeea004) {
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 2rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---white-color);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---transparent);
  --_button---button-color: var(--_color---white-color);
  --_button---button-hover-color: var(--_color---white-color);
  --_button---button-hover-background: var(--_color---white-color);
  --_button---button-hover-border: var(--_color---white-color);
  --_button---button-font-size: var(--_typography---body--body-font-size);
}

.mt-btn:where(.w-variant-df29bcef-12e3-fcfc-c683-5364a9d24199) {
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 1.5rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---transparent);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---primary-color);
  --_button---button-color: var(--_color---white-color);
  --_button---button-hover-color: var(--_color---primary-color);
  --_button---button-hover-background: var(--_color---primary-color);
  --_button---button-hover-border: var(--_color---transparent);
  --_button---button-font-size: var(--_typography---body--body-font-size);
}

.mt-btn:where(.w-variant-37fbd7ff-865d-9280-67ba-b3d552e6a929) {
  min-width: 200px;
}

.mt-btn:hover:where(.w-variant-fd04077f-41b0-179f-df09-788ced50f56b) {
  border-color: var(--_color---primary-color);
  background-color: var(--_color---white-color);
  color: var(--_color---primary-color);
  -webkit-text-stroke-color: var(--_button---button-hover-color);
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 1.5rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---transparent);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---primary-color);
  --_button---button-color: var(--_color---white-color);
  --_button---button-hover-color: var(--_color---primary-color);
  --_button---button-hover-background: var(--_color---primary-color);
  --_button---button-hover-border: var(--_color---transparent);
  --_button---button-font-size: var(--_typography---body--body-font-size);
}

.mt-btn:hover:where(.w-variant-91008590-745e-1f47-bc67-0d6e5eeea004) {
  background-color: var(--_button---button-hover-background);
  color: var(--_color---primary-color);
}

.mt-btn:hover:where(.w-variant-37fbd7ff-865d-9280-67ba-b3d552e6a929) {
  border-color: var(--_color---white-color);
  background-color: var(--_button---button-hover-background);
  color: var(--_button---button-hover-color);
  -webkit-text-stroke-color: var(--_button---button-hover-border);
}

.mt-btn.download_btn {
  --_button---button-padding-top-bottom: .5rem;
  --_button---button-padding-left-right: 2rem;
  --_button---button-border-width: 2px;
  --_button---button-border-color: var(--_color---white-color);
  --_button---button-border-radius: 0px;
  --_button---button-background: var(--_color---transparent);
  --_button---button-color: var(--_color---white-color);
  --_button---button-hover-color: var(--_color---white-color);
  --_button---button-hover-background: var(--_color---white-color);
  --_button---button-hover-border: var(--_color---white-color);
  --_button---button-font-size: var(--_typography---body--body-font-size);
}

.text-block {
  font-size: var(--_typography---body--body-font-size);
}

.text-block:where(.w-variant-37fbd7ff-865d-9280-67ba-b3d552e6a929) {
  text-align: center;
}

.text-block:where(.w-variant-fd04077f-41b0-179f-df09-788ced50f56b) {
  line-height: var(--_typography---body--body-line-height);
}

.mt-h4 {
  font-family: var(--heading-font-family);
  font-size: var(--_typography---heading-4--font-size);
  line-height: var(--_typography---heading-4--line-height);
  font-weight: var(--_typography---heading-4--font-weight);
  text-align: left;
}

.mt-hero_visible_content {
  height: 100vh;
  padding-top: var(--spacing--large);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.mt-intro_content_wrap {
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mt-intro_content_image {
  justify-content: flex-end;
  width: 50%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.mt-intro_content {
  width: 50%;
}

.mt-intro_content.mt-medium_pt {
  padding-left: 40px;
}

.mt-intro_content.mt-medium_pt.mt-medium_pb {
  padding-left: 0;
}

.mt-justify-content-end {
  justify-content: flex-end;
  display: flex;
}

.mt-medium_pt {
  padding-top: var(--spacing--medium);
}

.mt-medium_pt.mt-medium_pb.mt-plain_bgr.mt-footer_graphic {
  background-size: 100%;
}

.mt-medium_pt.mt-medium_pb.mt-plain_bgr.mt-footer_graphic:lang(ar) {
  background-image: url('../images/footer-graphic-ar.webp');
}

.mt-medium_pt.mt-medium_pb.mt-primary_bgr.mt-page_banner {
  margin-top: 80px;
}

.mt-medium_pb {
  padding-bottom: var(--spacing--medium);
}

.mt-h2 {
  font-family: var(--heading-font-family);
  font-size: var(--_typography---heading-2--font-size);
  line-height: var(--_typography---heading-2--line-height);
  font-weight: var(--_typography---heading-2--font-weight);
  margin-top: 0;
  margin-bottom: 0;
}

.mt-intro_image {
  width: 60%;
  height: 40vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mt-intro_image._1 {
  width: 100%;
  height: 80vh;
  position: relative;
}

.mt-large {
  font-size: var(--_typography---body--large-font-size);
}

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

.mt-intro_image_cover {
  z-index: 1;
  background-color: var(--_color---primary-color);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.mt-intro_image_cover._1 {
  background-color: var(--_color---white-color);
  width: 40%;
  height: 80vh;
  inset: -1px auto 0 0;
}

.mt-intro_image_cover._2 {
  background-color: var(--_color---white-color);
  opacity: 1;
  width: 101%;
  height: 40vh;
  inset: auto -1px 0 0;
}

.mt-plain_bgr {
  background-color: var(--_color---white-color);
  color: var(--_color---body-color);
}

.mt-light_bgr {
  background-color: var(--_color---light-color);
}

.mt-primary_color {
  color: var(--_color---primary-color);
}

.mt-mb_5vh {
  margin-bottom: 5vh;
}

.mt-mb_3vh {
  margin-bottom: 3vh;
}

.mt-large_pt {
  padding-top: var(--spacing--large);
}

.mt-large_pb {
  padding-bottom: var(--spacing--large);
}

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

.mt-destination_image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.mt-destination_cover {
  z-index: 2;
  background-color: var(--_color---white-color);
  position: absolute;
}

.mt-destination_cover.top {
  height: var(--_spacing---destination-card--image-cover);
  inset: 0% 0% auto;
}

.mt-destination_cover.bottom {
  height: var(--_spacing---destination-card--image-cover);
  inset: auto 0% 0%;
}

.mt-destination_cover.left {
  width: var(--_spacing---destination-card--image-cover);
  inset: 0% auto 0% 0%;
}

.mt-destination_cover.right {
  width: var(--_spacing---destination-card--image-cover);
  inset: 0% 0% 0% auto;
}

.mt-destination_overlay {
  z-index: 1;
  background-color: var(--_color---black-overlay);
  color: var(--_color---white-color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mt-destination_title {
  color: var(--_color---white-color);
}

.code-embed {
  width: 40px;
}

.mt-destination_description {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 100%;
}

.mt-destination_description.mt-primary_bgr {
  z-index: 9;
  padding: var(--_spacing---destination-card--padding);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.mt-destination_description.mt-primary_bgr:where(.w-variant-4552f9a7-1e0a-8d6d-3b00-d561a7d42844) {
  z-index: 2;
  left: auto;
  right: 100%;
  transform: translate(-100%);
}

.mt-h3.mt-destination_title_sec {
  font-size: var(--_typography---heading-3--font-size);
  font-weight: var(--_typography---heading-3--font-weight);
  margin-top: 0;
  margin-bottom: 0;
}

.mt-footer {
  background-color: var(--_color---light-color);
  border-top: 2px solid #dadada;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mt-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  margin-top: 40px;
  display: flex;
}

.link-block-3 {
  color: #fff;
  width: 30px;
  height: 30px;
}

.link-block-3:hover {
  color: #868c58;
}

.mt-header_btn_wrap {
  align-self: flex-end;
}

.mt-align_center {
  align-self: center;
  align-items: center;
}

.mt-map_card.mt-primary_bgr {
  width: 70%;
  margin-left: auto;
  transition: transform .3s;
  position: relative;
  transform: translate(0, 100vh);
}

.mt-map_card.mt-primary_bgr:where(.w-variant-bd205d12-a825-abc1-095a-3ea360412ade) {
  margin-left: 0;
  margin-right: auto;
}

.mt-map_card_image {
  height: 300px;
  position: relative;
  overflow: hidden;
}

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

.mt-card_description {
  padding: 20px 30px;
}

.div-block-40 {
  background-color: var(--_color---primary-color);
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-41 {
  overflow: hidden;
}

.mt-hero_banner_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mt-hero_banner_btn {
  z-index: 9;
  position: absolute;
  inset: auto 0% 10vh auto;
}

.code-embed-3 {
  color: currentColor;
  width: 30px;
  height: 30px;
}

.mt-play_btn {
  width: 50px;
  height: 50px;
  color: var(--_color---white-color);
  cursor: pointer;
  transition: all .2s;
}

.mt-play_btn:hover {
  transform: scale(1.5);
}

.div-block-43 {
  position: absolute;
  bottom: 10vh;
}

.lottie-animation {
  width: 50px;
}

.mt-hero_title {
  font-size: var(--_typography---hero-banner--font-size);
  line-height: 1em;
  font-weight: var(--_typography---hero-banner--font-weight);
}

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

.mt-experience_card {
  flex: none;
  position: relative;
  overflow: hidden;
}

.mt-exp_img_wrap {
  justify-content: center;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.mt-exp_img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.mt-exp_img_overlay {
  background-color: var(--_color---black-color);
  opacity: .3;
  position: absolute;
  inset: 0%;
}

.mt-exp_content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-48 {
  min-height: 250px;
}

.code-embed-4 {
  width: 20px;
  display: flex;
}

.mt-exp_book_btn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--_color---light-color);
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  text-decoration: none;
}

.mt-map_card_close {
  z-index: 9;
  width: 30px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.mt-experience_logo {
  z-index: 3;
  object-fit: contain;
  object-position: 0% 50%;
  width: 100px;
  max-height: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.div-block-51 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  display: flex;
}

.navbar {
  background-color: #ddd0;
}

.heading-2 {
  color: var(--_color---white-color);
  font-size: var(--_typography---hero-banner--font-size);
  line-height: 1em;
  font-weight: var(--_typography---hero-banner--font-weight);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2:lang(ar) {
  font-weight: var(--_typography---hero-banner--font-weight-ar);
}

.heading-3, .heading-4 {
  color: var(--_color---white-color);
  font-size: var(--_typography---hero-banner--font-size);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1.1em;
}

.div-block-52 {
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: black black black var(--_color---primary-color);
  max-width: 50%;
  color: var(--_color---white-color);
  font-size: var(--_typography---body--large-font-size);
  margin-top: 40px;
  padding-left: 20px;
}

.div-block-52:lang(ar) {
  border-right: 5px solid var(--_color---primary-color);
  border-left-style: none;
  padding-left: 0;
  padding-right: 20px;
}

.paragraph-3 {
  line-height: var(--_typography---body--body-line-height);
  margin-bottom: 0;
}

.paragraph-3:lang(ar) {
  line-height: var(--_typography---body--body-line-height-ar);
}

.mt-section_header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-left: 5px solid var(--_color---primary-color);
  align-items: center;
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.mt-section_header:lang(ar) {
  border-right: 5px solid var(--_color---primary-color);
  border-left-style: none;
  padding-left: 0;
  padding-right: 20px;
}

.div-block-55 {
  background-color: var(--_color---light-color);
  text-align: center;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-55._2 {
  background-color: var(--_color---white-color);
}

.div-block-56 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-56.contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-6 {
  color: var(--_color---primary-color);
  font-size: var(--_typography---heading-4--font-size);
}

.div-block-57 {
  background-color: var(--_color---white-color);
  width: 120px;
  height: 120px;
  color: var(--_color---primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.div-block-57._2 {
  background-color: #f4f1f2;
}

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

.image-11._2 {
  background-color: #f4f1f2;
  border-radius: 50%;
}

.paragraph-5 {
  font-size: var(--_typography---body--body-font-size);
  color: currentColor;
}

.div-block-58 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.mt-step_card {
  border: 1px solid var(--_color---light-color);
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
}

.image-12 {
  width: 150px;
  height: auto;
}

.heading-7 {
  color: var(--_color---black-color);
  font-size: var(--_typography---heading-5--font-size);
  line-height: var(--_typography---heading-5--line-height);
  text-align: center;
  font-weight: 600;
}

.heading-7:lang(ar) {
  line-height: var(--_typography---heading-5--line-height-ar);
}

.div-block-60 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-61 {
  background-color: var(--_color---primary-color);
  border-radius: 2px;
  width: 40px;
  height: 3px;
}

.paragraph-6 {
  color: var(--_color---body-color);
  font-size: var(--_typography---body--body-font-size);
  text-align: center;
}

.paragraph-6:lang(ar) {
  line-height: var(--_typography---body--body-line-height-ar);
}

.div-block-62 {
  border: 1px solid var(--_color---light-color);
  background-color: var(--_color---white-color);
  width: 50px;
  height: 50px;
  color: var(--_color---primary-color);
  font-size: var(--_typography---heading-3--font-size);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -25px 0% auto 50%;
  transform: translate(-50%);
}

.div-block-62:lang(ar) {
  left: 50%;
  right: 50%;
  transform: translate(50%);
}

.text-block-8 {
  font-size: var(--_typography---heading-4--font-size);
}

.image-13 {
  border-radius: 16px;
  width: 100%;
}

.nav-menu-2 {
  font-size: var(--_typography---body--body-font-size);
  font-weight: 600;
}

.rich-text-block-2 {
  color: var(--_color---body-color);
  font-size: var(--_typography---heading-4--font-size);
  line-height: var(--_typography---h1--line-height);
  display: flex;
}

.rich-text-block-2:lang(ar) {
  font-size: var(--_typography---heading-2--font-size);
  line-height: var(--_typography---heading-2--line-height);
}

.bold-text-2 {
  color: var(--_color---primary-color);
}

.paragraph-7 {
  position: relative;
  top: -4px;
}

.superscript {
  top: 10px;
}

.heading-8 {
  padding-left: 10px;
}

.div-block-63 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-9 {
  color: var(--_color---black-color);
}

.bold-text-3 {
  color: var(--_color---primary-color);
}

.paragraph-8 {
  max-width: 80%;
  color: var(--_color---body-color);
}

.div-block-64 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--_color---light-color);
  background-image: linear-gradient(180deg, var(--_color---light-color), white);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.heading-10 {
  color: var(--_color---primary-color);
}

.image-14 {
  background-color: var(--_color---white-color);
  width: 100%;
  height: auto;
  display: block;
}

.div-block-65 {
  border: 1px solid var(--_color---primary-color);
  background-color: var(--_color---white-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 140px;
  min-width: 140px;
  height: 140px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.div-block-66 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.div-block-69 {
  position: sticky;
  top: 0;
}

.bold-text-4 {
  color: var(--_color---primary-color);
}

.heading-11 {
  color: var(--_color---black-color);
}

.div-block-70 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-72 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-5 {
  color: var(--_color---primary-color);
}

.div-block-74 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-75 {
  max-width: 70%;
  margin: var(--spacing--small) auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.mt-container_narrow {
  width: 90%;
}

.heading-12 {
  color: var(--_color---white-color);
  font-size: var(--_typography---heading-2--font-size);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-76 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.div-block-77 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
  display: flex;
}

.bold-text-6 {
  color: var(--_color---primary-color);
}

.rich-text-block-3 {
  max-width: 50%;
  color: var(--_color---body-color);
}

.mt-cta {
  background-color: #98061f;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_color---primary-color), #98061f);
}

.bold-text-12 {
  color: var(--_color---primary-color);
}

.mt-footer_graphic {
  background-image: url('../images/footer-pic.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-78 {
  height: 50vh;
}

.div-block-79 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.body-2 {
  font-family: var(--_typography---body--body-font-family);
  color: var(--_color---body-color);
  font-size: var(--_typography---body--body-font-size);
  line-height: var(--_typography---body--body-line-height);
}

.rich-text-block-4 {
  font-size: var(--_typography---body--body-font-size);
  border-left-color: #000;
}

.code-embed-6 {
  width: 60px;
  color: var(--_color---primary-color);
}

.bold-text-13, .bold-text-14 {
  color: var(--_color---primary-color);
}

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

.code-embed-7 {
  color: currentColor;
  width: 40px;
  height: 40px;
}

.link-block-7 {
  color: var(--_color---black-color);
}

.link-block-7:hover {
  color: var(--_color---primary-color);
}

.rich-text-block-5 {
  font-size: var(--_typography---body--small-font-size);
  text-align: center;
}

.link-block-9 {
  color: var(--_color---body-color);
  white-space: nowrap;
  text-decoration: underline;
}

.link-block-9:hover {
  color: var(--_color---primary-color);
  text-decoration: none;
}

.bold-text-16 {
  white-space: nowrap;
}

.heading-17 {
  color: var(--_color---black-color);
  margin-bottom: 0;
}

.heading-18 {
  margin-top: 0;
}

.heading-18:lang(ar) {
  line-height: 1.9em;
}

.image-16 {
  width: 100%;
  height: auto;
}

.div-block-82 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mt-nav_item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mt-nav_item.w--current {
  color: var(--_color---primary-color);
}

.mt-nav_item.last {
  display: none;
}

.mt-nav_item.lang-item-en, .mt-nav_item.lang-item-en:lang(ar) {
  font-family: var(--body-font-family);
}

.mt-nav_item.lang-item-ar {
  font-family: var(--body-font-family-arabic);
}

.bold-text-17 {
  font-weight: var(--_typography---hero-banner--font-weight);
  display: block;
}

.bold-text-17:lang(ar) {
  font-weight: var(--_typography---hero-banner--font-weight-ar);
}

.bold-text-18 {
  font-weight: var(--_typography---hero-banner--font-weight);
  display: block;
}

.bold-text-18:lang(ar) {
  line-height: 1.5em;
  font-weight: var(--_typography---hero-banner--font-weight-ar);
}

.bold-text-19 {
  font-weight: var(--_typography---hero-banner--font-weight);
  display: block;
}

.bold-text-19:lang(ar) {
  font-weight: var(--_typography---hero-banner--font-weight-ar);
}

.mt-small_pt {
  padding-top: var(--spacing--small);
}

.image-17 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.div-block-83 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-84 {
  background-image: linear-gradient(194deg, #c50001, #750000 34%, #000 84%);
  border-radius: 20px;
  position: relative;
}

.div-block-85 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 40px;
  display: grid;
}

.div-block-86 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-8 {
  width: 100%;
  color: var(--_color---white-color);
}

.rich-text-block-6 {
  color: var(--_color---white-color);
  flex: 0 auto;
  width: calc(100% - 150px);
}

.div-block-87 {
  width: 100px;
}

.div-block-88 {
  background-color: var(--_color---white-color);
  width: 2px;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 50%;
}

.link-block-10 {
  color: var(--_color---body-color);
}

.div-block-89 {
  z-index: 999;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, 100%);
}

.div-block-90 {
  background-color: var(--_color---white-color);
  width: 100%;
  max-width: 80%;
  padding: 40px;
  position: relative;
}

.div-block-91 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.mt-close_btn {
  background-color: var(--_color---primary-color);
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  inset: 3px 3px auto auto;
}

.div-block-93 {
  background-color: var(--_color---white-color);
  width: 15px;
  height: 2px;
  transform-style: preserve-3d;
  position: absolute;
  transform: none;
}

.div-block-94 {
  z-index: 1;
  background-color: var(--_color---white-color);
  width: 2px;
  height: 15px;
  position: absolute;
  transform: rotate(45deg);
}

.text-block-9 {
  color: var(--_color---white-color);
  font-size: 24px;
  line-height: 1;
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  body {
    --_typography---body--body-font-size: 1rem;
    --_typography---body--body-line-height: 1.6;
    --_typography---body--body-line-height-ar: 1.9;
    --_typography---h1--font-size: clamp(2rem, 4vw, 3.5rem);
    --_typography---h1--line-height: 1.1;
    --_typography---h1--font-weight: 400;
    --_typography---heading-4--font-size: clamp(1.2rem, 2vw, 1.5rem);
    --_typography---heading-4--line-height: 1.5;
    --_typography---heading-4--font-weight: 600;
    --_typography---heading-2--font-size: clamp(1.75rem, 3.2vw, 2.75rem);
    --_typography---heading-2--line-height: 1.2;
    --_typography---heading-2--font-weight: 600;
    --_typography---body--large-font-size: 1rem;
    --_typography---heading-3--font-size: clamp(1.5rem, 2.6vw, 2.25rem);
    --_typography---heading-3--font-weight: 600;
    --_typography---hero-banner--font-size: clamp(3rem, 5vw, 5.5rem);
    --_typography---hero-banner--font-weight: 700;
    --_typography---hero-banner--font-weight-ar: 600;
    --_typography---heading-5--font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    --_typography---heading-5--line-height: 1.5;
    --_typography---heading-5--line-height-ar: 1.9;
    --_typography---body--body-font-family: var(--body-font-family);
    --_typography---body--small-font-size: .8rem;
    --_typography---hero-banner--font-family: var(--heading-font-family);
    --_typography---h1--font-family: var(--heading-font-family);
    --_typography---heading-2--font-family: var(--heading-font-family);
    --_typography---heading-3--font-family: var(--heading-font-family);
    --_typography---heading-3--line-height: 1.3;
    --_typography---heading-4--font-family: var(--heading-font-family);
    --_typography---heading-5--font-family: var(--heading-font-family);
    --_typography---heading-5--font-weight: 500;
    --_spacing---header--padding-top: .5rem;
    --_spacing---destination-card--image-cover: 4vh;
    --_spacing---destination-card--padding: 4%;
    --_spacing---header--padding-bottom: .5rem;
    --body-font-family: Inter, sans-serif;
    --body-font-family-arabic: Alexandria, sans-serif;
    --container: 1440px;
    --spacing--medium: 6vh;
    --spacing--small: 3vh;
    --container-fluid: 90%;
    --heading-font-family: Inter, sans-serif;
    --spacing--large: 10vh;
    --heading-font-family-arabic: Alexandria, sans-serif;
    --spacing--gutter: 2vh;
  }

  .mt-hero_banner {
    background-color: #7f040c;
    background-image: url('../images/home-banner-mobile.webp');
    background-position: 100% 100%;
    background-size: auto 100%;
  }

  .mt-hero_banner_caption {
    align-items: flex-start;
  }

  .mt-h1.mt-intro_title {
    max-width: none;
    font-size: var(--_typography---h1--font-size);
  }

  .mt-large.mt-intro_desc {
    max-width: none;
  }

  .mt-map_card.mt-primary_bgr {
    width: 100%;
    transform: translate(0, 100vh);
  }

  .mt-map_card_image {
    height: 200px;
  }

  .mt-exp_img_wrap {
    height: 70vw;
  }

  .div-block-56.contact {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-58 {
    grid-template-columns: 1fr;
  }

  .mt-step_card {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
  }

  .div-block-60 {
    align-items: flex-start;
  }

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

  .div-block-72 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-78 {
    height: 20vh;
  }

  .div-block-79 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-85 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-88 {
    width: 80%;
    height: 1px;
    top: 50%;
    left: 10%;
  }

  .div-block-91 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .mt-container {
    width: 90%;
  }

  .mt-hero_banner {
    background-color: #7f040c;
    background-image: url('../images/home-banner-mobile.webp');
    background-size: 70%;
  }

  .mt-section.mt-plain_bgr.mt-intro_section {
    padding-bottom: var(--spacing--medium);
  }

  .mt-intro_content_wrap {
    flex-flow: column;
    height: auto;
  }

  .mt-intro_content_image {
    padding-right: 0;
    position: static;
  }

  .mt-intro_content.mt-medium_pt {
    width: 100%;
  }

  .mt-intro_image._1 {
    height: 50vh;
    position: static;
  }

  .mt-header_btn_wrap {
    display: none;
  }

  .mt-map_card.mt-primary_bgr {
    transform: translate(0, 100vh);
  }

  .mt-exp_img_wrap {
    height: 100vw;
  }

  .div-block-52 {
    max-width: 890%;
  }

  .div-block-55._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-56 {
    grid-template-columns: 1fr;
  }

  .div-block-56.contact {
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-menu-2 {
    background-color: var(--_color---body-color);
    padding-top: 100px;
    position: fixed;
  }

  .div-block-63 {
    grid-template-columns: 1fr;
  }

  .div-block-74 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-75 {
    max-width: none;
  }

  .div-block-77 {
    flex-flow: column;
    align-items: flex-start;
  }

  .menu-button-2:lang(ar) {
    padding: 10px 20px 10px 0;
  }

  .menu-button-2.w--open {
    z-index: 9;
    background-color: var(--_color---transparent);
    color: var(--_color---white-color);
    padding: 10px 0 10px 20px;
  }

  .menu-button-2.w--open:lang(ar) {
    padding-left: 0;
    padding-right: 20px;
  }

  .icon {
    font-size: 2rem;
  }

  .div-block-82 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mt-nav_item {
    color: var(--_color---white-color);
  }

  .mt-nav_item.last {
    display: block;
  }

  .mt-nav_item.lang-item-ar {
    color: var(--_color---white-color);
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---body--body-font-size: 1rem;
    --_typography---body--body-line-height: 1.6;
    --_typography---body--body-line-height-ar: 1.9;
    --_typography---h1--font-size: clamp(2rem, 4vw, 3.5rem);
    --_typography---h1--line-height: 1.1;
    --_typography---h1--font-weight: 400;
    --_typography---heading-4--font-size: clamp(1.2rem, 2vw, 1.5rem);
    --_typography---heading-4--line-height: 1.5;
    --_typography---heading-4--font-weight: 600;
    --_typography---heading-2--font-size: clamp(1.75rem, 3.2vw, 2.75rem);
    --_typography---heading-2--line-height: 1.2;
    --_typography---heading-2--font-weight: 600;
    --_typography---body--large-font-size: 1rem;
    --_typography---heading-3--font-size: clamp(1.5rem, 2.6vw, 2.25rem);
    --_typography---heading-3--font-weight: 600;
    --_typography---hero-banner--font-size: clamp(2rem, 4vw, 5.5rem);
    --_typography---hero-banner--font-weight: 700;
    --_typography---hero-banner--font-weight-ar: 600;
    --_typography---heading-5--font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    --_typography---heading-5--line-height: 1.5;
    --_typography---heading-5--line-height-ar: 1.9;
    --_typography---body--body-font-family: var(--body-font-family);
    --_typography---body--small-font-size: .8rem;
    --_typography---hero-banner--font-family: var(--heading-font-family);
    --_typography---h1--font-family: var(--heading-font-family);
    --_typography---heading-2--font-family: var(--heading-font-family);
    --_typography---heading-3--font-family: var(--heading-font-family);
    --_typography---heading-3--line-height: 1.3;
    --_typography---heading-4--font-family: var(--heading-font-family);
    --_typography---heading-5--font-family: var(--heading-font-family);
    --_typography---heading-5--font-weight: 500;
    --body-font-family: Inter, sans-serif;
    --body-font-family-arabic: Alexandria, sans-serif;
    --container: 1440px;
    --spacing--medium: 4vh;
    --spacing--small: 3vh;
    --container-fluid: 90%;
    --heading-font-family: Inter, sans-serif;
    --spacing--large: 8vh;
    --heading-font-family-arabic: Alexandria, sans-serif;
    --spacing--gutter: 2vh;
  }

  .mt-loading-logo {
    max-width: 80%;
  }

  .mt-loading-logo-emblem {
    max-height: 100%;
  }

  .mt-row_flex {
    flex-flow: column;
    align-items: stretch;
  }

  .mt-hero_banner {
    background-size: 100%;
    min-height: 800px;
  }

  .mt-header_right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mt-hero_banner_caption {
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 40px;
  }

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

  .mt-section.mt-plain_bgr.mt-intro_section.mt-medium_pt.mt-medium_pb {
    height: auto;
  }

  .mt-intro_content_wrap {
    flex-flow: column;
    height: auto;
  }

  .mt-intro_content_image {
    width: 100%;
    height: 40vh;
    position: static;
    overflow: hidden;
  }

  .mt-intro_content.mt-medium_pt {
    width: 100%;
    padding-right: 40px;
  }

  .mt-medium_pt.mt-medium_pb.mt-plain_bgr.mt-footer_graphic, .mt-medium_pt.mt-medium_pb.mt-plain_bgr.mt-footer_graphic:lang(ar) {
    background-image: url('../images/footer-pic-mobile.webp');
  }

  .mt-intro_image._1 {
    height: 40vh;
    position: relative;
  }

  .mt-intro_image_cover._1 {
    height: 40vh;
  }

  .mt-intro_image_cover._2 {
    height: 20vh;
  }

  .mt-social {
    justify-content: flex-start;
  }

  .div-block-52 {
    max-width: none;
  }

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

  .div-block-56, .div-block-56.contact, .div-block-58 {
    grid-template-columns: 1fr;
  }

  .mt-step_card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
  }

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

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

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

  .nav-menu-2 {
    background-color: var(--_color---body-color);
  }

  .rich-text-block-2 {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-63 {
    grid-template-columns: 1fr;
  }

  .div-block-64 {
    flex-flow: column;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-70, .div-block-72, .div-block-74 {
    grid-template-columns: 1fr;
  }

  .div-block-75 {
    max-width: none;
  }

  .div-block-76, .div-block-77 {
    flex-flow: column;
  }

  .rich-text-block-3 {
    max-width: none;
  }

  .div-block-78 {
    height: 150px;
  }

  .div-block-79, .div-block-80 {
    text-align: center;
  }

  .heading-13 {
    margin-bottom: 0;
  }

  .heading-14, .heading-15, .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-button-2 {
    z-index: 9;
    padding: 10px 0 10px 20px;
  }

  .icon {
    font-size: 2rem;
  }

  .div-block-82 {
    grid-template-columns: 1fr;
  }

  .div-block-86 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .rich-text-block-6 {
    width: 100%;
  }

  .div-block-91 {
    grid-template-columns: 1fr;
  }
}

#w-node-_43001042-44a3-aedb-c8e8-b63e1ba10bd1-a46f0182, #w-node-_211445c4-e0e2-191c-1deb-e5ca62a1c03e-a46f0182 {
  place-self: center;
}

#w-node-aa7fea43-f809-5016-186a-cf133ab4aa5f-a46f0182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba302e55-5706-0fde-a723-28c2aac00dfe-aac00df3 {
  justify-self: start;
}

#w-node-ba302e55-5706-0fde-a723-28c2aac00e00-aac00df3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ba302e55-5706-0fde-a723-28c2aac00e00-aac00df3 {
    grid-column: span 1 / span 1;
  }
}


