.elementor-376 .elementor-element.elementor-element-8eb608d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-376 .elementor-element.elementor-element-d226c34{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-376 .elementor-element.elementor-element-7753c96{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-376 .elementor-element.elementor-element-a45e6c3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d226c34 */.masdar-hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 230px 120px 120px 120px;
  background: #0d8f87;
  box-sizing: border-box;
}

.masdar-hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.masdar-hero-bg-video-desktop {
  display: block;
}

.masdar-hero-bg-video-mobile {
  display: none;
}

.masdar-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(49, 73, 99, 0.18) 0%,
    rgba(26, 168, 158, 0.08) 45%,
    rgba(41, 232, 209, 0.06) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.masdar-hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.masdar-hero-eyebrow {
  margin: 0;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.9px;
}

.masdar-hero-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.masdar-hero-title {
  margin: 0;
  max-width: 734px;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 64px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -4.48px;
}

.masdar-hero-description-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.masdar-hero-description {
  margin: 0;
  max-width: 666px;
  color: #acfff6;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.9px;
}

.masdar-hero-buttons {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.masdar-hero-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  border-radius: 38px;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -1px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: nowrap;
}

.masdar-hero-btn-primary {
  color: #000000;
  background: #ffffff;
  border: 1.182px solid #ffffff;
}

.masdar-hero-btn-primary:hover {
  color: #000000;
  background: #f2fffd;
  border-color: #f2fffd;
}

.masdar-hero-btn-secondary {
  color: #ffffff;
  background: transparent;
  border: 1.182px solid #ffffff;
  margin-left: 0;
}

.masdar-hero-btn-secondary:hover {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}

/* Old image layer hidden because video is now the hero background */
.masdar-hero-image-wrap {
  display: none;
}

.masdar-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  mix-blend-mode: plus-darker;
}


/* Large laptops */
@media (max-width: 1440px) {
  .masdar-hero-section {
    min-height: 760px;
    padding: 170px 80px 90px 80px;
  }

  .masdar-hero-content {
    max-width: 650px;
    gap: 32px;
  }

  .masdar-hero-text-wrap {
    gap: 32px;
  }

  .masdar-hero-title {
    font-size: 52px !important;
    line-height: 64px;
    letter-spacing: -3.4px;
    max-width: 620px;
  }

  .masdar-hero-description {
    font-size: 16px !important;
    line-height: 24px;
    max-width: 570px;
  }

  .masdar-hero-eyebrow {
    font-size: 15px !important;
    line-height: 20px;
  }

  .masdar-hero-btn {
    font-size: 15px !important;
    line-height: 22px;
    padding: 15px 24px;
  }
}


/* Tablets */
@media (max-width: 1024px) {
  .masdar-hero-section {
    min-height: 720px;
    padding: 140px 60px 80px 60px;
  }

  .masdar-hero-content {
    max-width: 560px;
    gap: 28px;
  }

  .masdar-hero-title {
    font-size: 44px !important;
    line-height: 54px;
    letter-spacing: -2.6px;
    max-width: 540px;
  }

  .masdar-hero-description {
    font-size: 15px !important;
    line-height: 23px;
    max-width: 500px;
  }

  .masdar-hero-description-wrap {
    gap: 32px;
  }
}


/* Mobile and small tablets */
@media (max-width: 767px) {
  .masdar-hero-section {
    min-height: 560px !important;
    padding: 95px 30px 45px 30px !important;
    align-items: flex-start !important;
  }

  .masdar-hero-bg-video-desktop {
    display: none;
  }

  .masdar-hero-bg-video-mobile {
    display: block;
    object-position: center;
  }

  .masdar-hero-section::after {
    background: linear-gradient(
      105deg,
      rgba(0, 78, 82, 0.12) 0%,
      rgba(0, 158, 139, 0.06) 50%,
      rgba(41, 232, 209, 0.04) 100%
    );
  }

  .masdar-hero-content {
    max-width: 100% !important;
    gap: 18px !important;
  }

  .masdar-hero-text-wrap {
    gap: 20px !important;
  }

  .masdar-hero-eyebrow {
    font-size: 13px !important;
    line-height: 18px !important;
    letter-spacing: -0.4px !important;
  }

  .masdar-hero-title {
    font-size: 34px !important;
    line-height: 40px !important;
    letter-spacing: -1.8px !important;
    max-width: 100% !important;
  }

  .masdar-hero-description-wrap {
    gap: 24px !important;
  }

  .masdar-hero-description {
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing: -0.4px !important;
    max-width: 100% !important;
  }

  .masdar-hero-buttons {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }

  .masdar-hero-btn {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 1 auto !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 12px 14px !important;
    letter-spacing: -0.5px !important;
    white-space: nowrap !important;
  }

  .masdar-hero-btn-secondary {
    margin-left: 0 !important;
  }
}


/* Small mobile */
@media (max-width: 480px) {
  .masdar-hero-section {
    min-height: 540px !important;
    padding: 120px 24px 40px 24px !important;
  }

  .masdar-hero-content {
    gap: 16px !important;
  }

  .masdar-hero-text-wrap {
    gap: 18px !important;
  }

  .masdar-hero-title {
    font-size: 30px !important;
    line-height: 36px !important;
    letter-spacing: -1.0px !important;
  }

  .masdar-hero-description-wrap {
    gap: 22px !important;
  }

  .masdar-hero-description {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .masdar-hero-buttons {
    width: 100% !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }

  .masdar-hero-btn {
    width: auto !important;
    flex: 0 1 auto !important;
    font-size: 13px !important;
    line-height: 16px !important;
    padding: 11px 11px !important;
    letter-spacing: -0.4px !important;
  }
}


/* Extra small mobile */
@media (max-width: 360px) {
  .masdar-hero-section {
    min-height: 515px !important;
    padding: 132px 20px 36px 20px !important;
  }

  .masdar-hero-title {
    font-size: 27px !important;
    line-height: 33px !important;
  }

  .masdar-hero-buttons {
    gap: 6px !important;
  }

  .masdar-hero-btn {
    font-size: 10px !important;
    line-height: 15px !important;
    padding: 10px 9px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a45e6c3 *//* =========================================================
   MCIZ GENERAL TERMS AND CONDITIONS
   ========================================================= */

.mciz-tc,
.mciz-tc * {
    box-sizing: border-box;
}

.mciz-tc {
    width: 100%;
    padding: 80px 30px;
    overflow: visible !important;
    background: #f3f3f3;
    color: #202020;
    font-family: "Inter", Arial, sans-serif;
}

.mciz-tc__container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    overflow: visible !important;
}

/* =========================================================
   HEADER
   ========================================================= */

.mciz-tc__header {
    width: 100%;
    max-width: 940px;
    margin-bottom: 55px;
}

.mciz-tc__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 11px 18px;
    border-radius: 8px;
    background: linear-gradient(
        241deg,
        #ffffff -52.59%,
        #2edcc9 307.63%
    );
    color: #009e8b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.4px;
}

.mciz-tc__main-title {
    margin: 0 0 18px;
    color: #000000;
    font-family: "Inter", Arial, sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -2.4px;
}

.mciz-tc__subtitle {
    margin: 0 0 14px;
    color: #444444;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.4px;
}

.mciz-tc__effective-date {
    margin: 0;
    color: #6a6a6a;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.mciz-tc__effective-date strong {
    color: #222222;
    font-weight: 600;
}

/* =========================================================
   TWO-COLUMN LAYOUT
   ========================================================= */

.mciz-tc__layout {
    display: grid;
    grid-template-columns: minmax(270px, 320px) minmax(0, 1fr);
    align-items: start;
    gap: 55px;
    width: 100%;
    overflow: visible !important;
}

/* =========================================================
   STICKY SIDEBAR
   ========================================================= */

.mciz-tc__sidebar {
    position: relative;
    align-self: stretch;
    min-width: 0;
    height: 100%;
    overflow: visible !important;
}

.mciz-tc__toc {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    z-index: 5;
    width: 100%;
    max-height: calc(100vh - 140px);
    padding: 26px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    background: #f7f7f7;
    scrollbar-width: thin;
    scrollbar-color: #bdbdbd transparent;
}

.mciz-tc__toc::-webkit-scrollbar {
    width: 5px;
}

.mciz-tc__toc::-webkit-scrollbar-track {
    background: transparent;
}

.mciz-tc__toc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bdbdbd;
}

.mciz-tc__toc-title {
    margin: 0 0 18px;
    padding: 0 8px 17px;
    border-bottom: 1px solid #dcdcdc;
    color: #000000;
    font-family: "Inter", Arial, sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.8px;
}

.mciz-tc__toc-nav {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mciz-tc__toc-nav a {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    padding: 9px 8px;
    border-radius: 6px;
    color: #474747;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.mciz-tc__toc-nav a span {
    color: #009e8b;
    font-weight: 700;
}

.mciz-tc__toc-nav a:hover,
.mciz-tc__toc-nav a:focus-visible,
.mciz-tc__toc-nav a.is-active {
    background: #e5f7f4;
    color: #007e70;
}

.mciz-tc__toc-nav a:focus-visible {
    outline: 2px solid #009e8b;
    outline-offset: 2px;
}

/* =========================================================
   MOBILE TABLE OF CONTENTS
   ========================================================= */

.mciz-tc__mobile-toc {
    display: none;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 9px;
    background: #f7f7f7;
}

.mciz-tc__mobile-toc summary {
    position: relative;
    padding: 17px 48px 17px 18px;
    cursor: pointer;
    list-style: none;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.mciz-tc__mobile-toc summary::-webkit-details-marker {
    display: none;
}

.mciz-tc__mobile-toc summary::after {
    position: absolute;
    top: 50%;
    right: 18px;
    content: "+";
    color: #009e8b;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

.mciz-tc__mobile-toc[open] summary::after {
    content: "−";
}

.mciz-tc__mobile-toc nav {
    display: flex;
    flex-direction: column;
    max-height: 420px;
    padding: 4px 18px 16px;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid #dedede;
}

.mciz-tc__mobile-toc nav a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
}

.mciz-tc__mobile-toc nav a:last-child {
    border-bottom: 0;
}

.mciz-tc__mobile-toc nav a:hover,
.mciz-tc__mobile-toc nav a:focus-visible {
    color: #009e8b;
}

/* =========================================================
   MAIN CONTENT
   ========================================================= */

.mciz-tc__content {
    width: 100%;
    min-width: 0;
}

.mciz-tc__section {
    scroll-margin-top: 120px;
    margin-bottom: 42px;
    padding: 0 0 42px;
    border-bottom: 1px solid #dedede;
}

.mciz-tc__section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.mciz-tc__section h2 {
    margin: 0 0 24px;
    color: #000000;
    font-family: "Inter", Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -1.1px;
}

.mciz-tc__section h3 {
    margin: 0 0 18px;
    color: #009e8b;
    font-family: "Inter", Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.6px;
}

.mciz-tc__section p {
    margin: 0 0 17px;
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.2px;
}

.mciz-tc__section p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   LISTS
   ========================================================= */

.mciz-tc__section ul,
.mciz-tc__section ol {
    margin: 5px 0 22px;
    padding-left: 24px;
}

.mciz-tc__section li {
    margin-bottom: 9px;
    padding-left: 5px;
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.2px;
}

.mciz-tc__section li:last-child {
    margin-bottom: 0;
}

.mciz-tc__section li::marker {
    color: #009e8b;
}

/* =========================================================
   REFUND POLICY SUBSECTIONS
   ========================================================= */

.mciz-tc__subsection {
    margin-top: 35px;
}

.mciz-tc__subsection:first-of-type {
    margin-top: 0;
}

.mciz-tc__subsection + .mciz-tc__subsection {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #ebebeb;
}

/* =========================================================
   REFUND TABLE
   ========================================================= */

.mciz-tc__table-wrap {
    width: 100%;
    margin: 27px 0 5px;
    overflow-x: auto;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
}

.mciz-tc__table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
    table-layout: fixed;
}

.mciz-tc__table th,
.mciz-tc__table td {
    padding: 15px 18px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.55;
}

.mciz-tc__table th {
    background: #009e8b;
    color: #ffffff;
    font-weight: 600;
}

.mciz-tc__table td {
    color: #292929;
    font-weight: 400;
}

.mciz-tc__table th:first-child,
.mciz-tc__table td:first-child {
    width: 50%;
}

.mciz-tc__table th:last-child,
.mciz-tc__table td:last-child {
    border-right: 0;
}

.mciz-tc__table tbody tr:last-child td {
    border-bottom: 0;
}

/* =========================================================
   BACK-TO-TOP BUTTON
   ========================================================= */

.mciz-tc__back-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 50;
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #009e8b;
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 19px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease,
        background-color 0.2s ease;
}

.mciz-tc__back-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.mciz-tc__back-top:hover,
.mciz-tc__back-top:focus-visible {
    background: #007f71;
}

.mciz-tc__back-top:focus-visible {
    outline: 3px solid rgba(0, 158, 139, 0.3);
    outline-offset: 3px;
}

/* =========================================================
   ELEMENTOR STICKY FIX
   Add "mciz-terms-wrapper" to the outer Elementor container.
   ========================================================= */

.mciz-terms-wrapper,
.mciz-terms-wrapper > .e-con-inner,
.mciz-terms-wrapper .e-con,
.mciz-terms-wrapper .e-con-inner,
.mciz-terms-wrapper .elementor-container,
.mciz-terms-wrapper .elementor-column,
.mciz-terms-wrapper .elementor-column-wrap,
.mciz-terms-wrapper .elementor-widget,
.mciz-terms-wrapper .elementor-widget-wrap,
.mciz-terms-wrapper .elementor-widget-container {
    overflow: visible !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {
    .mciz-tc {
        padding: 65px 26px;
    }

    .mciz-tc__layout {
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 35px;
    }

    .mciz-tc__main-title {
        font-size: 44px;
        letter-spacing: -2px;
    }

    .mciz-tc__toc {
        top: 90px;
        max-height: calc(100vh - 120px);
        padding: 22px 16px;
    }

    .mciz-tc__toc-nav a {
        grid-template-columns: 26px minmax(0, 1fr);
        font-size: 12px;
    }

    .mciz-tc__section h2 {
        font-size: 26px;
    }

    .mciz-tc__section {
        scroll-margin-top: 100px;
    }
}

/* =========================================================
   MOBILE AND SMALL TABLETS
   ========================================================= */

@media (max-width: 850px) {
    .mciz-tc {
        padding: 55px 22px;
    }

    .mciz-tc__header {
        margin-bottom: 35px;
    }

    .mciz-tc__layout {
        display: block;
    }

    .mciz-tc__sidebar {
        display: none;
    }

    .mciz-tc__mobile-toc {
        display: block;
    }

    .mciz-tc__main-title {
        font-size: 38px;
        letter-spacing: -1.6px;
    }

    .mciz-tc__subtitle {
        font-size: 18px;
    }

    .mciz-tc__section {
        scroll-margin-top: 20px;
        margin-bottom: 35px;
        padding-bottom: 35px;
    }

    .mciz-tc__section h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .mciz-tc__section h3 {
        font-size: 20px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {
    .mciz-tc {
        padding: 42px 16px;
    }

    .mciz-tc__header {
        margin-bottom: 30px;
    }

    .mciz-tc__eyebrow {
        margin-bottom: 15px;
        padding: 9px 14px;
        font-size: 14px;
    }

    .mciz-tc__main-title {
        font-size: 31px;
        line-height: 1.2;
        letter-spacing: -1.2px;
    }

    .mciz-tc__subtitle {
        font-size: 16px;
        line-height: 1.55;
    }

    .mciz-tc__section {
        margin-bottom: 29px;
        padding-bottom: 29px;
    }

    .mciz-tc__section h2 {
        font-size: 21px;
        line-height: 1.4;
        letter-spacing: -0.6px;
    }

    .mciz-tc__section h3 {
        font-size: 18px;
        line-height: 1.45;
    }

    .mciz-tc__section p,
    .mciz-tc__section li {
        font-size: 15px;
        line-height: 1.72;
    }

    .mciz-tc__section ul,
    .mciz-tc__section ol {
        padding-left: 21px;
    }

    .mciz-tc__table th,
    .mciz-tc__table td {
        padding: 13px 14px;
        font-size: 14px;
    }

    .mciz-tc__back-top {
        right: 16px;
        bottom: 16px;
        width: 40px;
        height: 40px;
    }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .mciz-tc__toc-nav a,
    .mciz-tc__back-top {
        transition: none;
    }
}/* End custom CSS */