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

@font-face {
  font-family: 'assistant';
  src: url("../../../fonts/assistant/Assistant-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

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

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

@font-face {
  font-family: 'assistant';
  src: url("../../../fonts/assistant/Assistant-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

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

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

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

#homepage * {
  font-family: "cairo"; }

#homepage .experience-cbc-cbc_assets-header_link:last-child .header_link a {
  font-family: "assistant" !important; }

#he * {
  font-family: "assistant"; }

#he .experience-cbc-cbc_assets-header_link:last-child .header_link a {
  font-family: "cairo" !important; }

.cbc-header {
  background-color: transparent;
  height: 90px;
  padding-inline: 360px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%; }
  .cbc-header #mobile-menu-btn {
    display: none; }
  .cbc-header .cbc-header__start {
    width: 0;
    display: none; }
  .cbc-header .cbc-header__center #close-mobile-menu-btn {
    display: none; }
  .cbc-header .cbc-header__center .experience-the_header_links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .cbc-header .cbc-header__center .experience-the_header_links .experience-cbc-cbc_assets-header_link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      border-left: 1px solid #ffffff; }
      .cbc-header .cbc-header__center .experience-the_header_links .experience-cbc-cbc_assets-header_link:last-child {
        border-left: none; }
    .cbc-header .cbc-header__center .experience-the_header_links .header_link {
      padding: 2px 15px; }
      .cbc-header .cbc-header__center .experience-the_header_links .header_link a {
        color: #FEF5EF;
        font-weight: 400;
        font-size: 28px;
        text-wrap: nowrap; }
  .cbc-header .cbc-header__end {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%); }
    .cbc-header .cbc-header__end .experience-the_header_icons img {
      width: 171px;
      height: 65px;
      object-fit: contain; }
  @media screen and (max-width: 1700px) {
    .cbc-header {
      padding-inline: 90px; } }
  @media screen and (max-width: 768px) {
    .cbc-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding-inline: 0;
      height: 150px; }
      .cbc-header #mobile-menu-btn {
        display: block;
        border: none;
        background-color: transparent;
        width: 28px;
        height: 20px;
        position: absolute;
        top: 32px;
        right: 20px;
        z-index: 40; }
        .cbc-header #mobile-menu-btn svg path {
          stroke: #FEF5EF !important; }
      .cbc-header .cbc-header__center {
        position: absolute;
        z-index: 50;
        background-color: rgba(255, 255, 255, 0.95);
        width: 340px;
        height: 325px;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 50px;
        display: none;
        top: -350px;
        transition: transform ease 0.3s; }
        .cbc-header .cbc-header__center #close-mobile-menu-btn {
          display: block;
          position: absolute;
          top: 0;
          right: 10px;
          z-index: 60;
          font-size: 40px;
          color: #E30D1A;
          border: none;
          background-color: transparent;
          outline: none; }
          .cbc-header .cbc-header__center #close-mobile-menu-btn svg path {
            stroke: #E30D1A; }
        .cbc-header .cbc-header__center .experience-the_header_links {
          color: #E30D1A;
          -ms-flex-direction: column;
              flex-direction: column;
          gap: 10px; }
          .cbc-header .cbc-header__center .experience-the_header_links .experience-cbc-cbc_assets-header_link:not(:last-child) {
            border: none; }
          .cbc-header .cbc-header__center .experience-the_header_links .header_link a {
            font-size: 28px;
            font-weight: 400;
            line-height: 54px;
            color: #E30D1A; }
      .cbc-header .cbc-header__start {
        display: none; }
      .cbc-header .cbc-header__end {
        min-width: unset;
        width: fit-content;
        position: absolute;
        z-index: 5;
        left: 50%;
        transform: translateX(-50%);
        top: 40px; }
        .cbc-header .cbc-header__end .experience-the_header_icons {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
          .cbc-header .cbc-header__end .experience-the_header_icons img {
            width: 171px;
            height: 65px;
            object-fit: contain; } }
