@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-section {
  background-color: #E30D1A;
  position: relative;
  width: 100%;
  height: fit-content;
  padding-block: 183px;
  margin-top: -50px; }
  .cbc-section .experience-the_text_with_image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 100px;
    position: relative;
    z-index: 5; }
  .cbc-section .cbc-section__background-image-1 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .cbc-section .cbc-section__background-image-2 {
    position: absolute;
    z-index: 2;
    left: 90px;
    top: 205px; }
  .cbc-section .cbc-section-button_text {
    display: none; }
  .cbc-section .cbc-text-with-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: auto;
    gap: 181px;
    -ms-flex-align: center;
        align-items: center; }
    .cbc-section .cbc-text-with-image.right {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
    .cbc-section .cbc-text-with-image .cbc-text-with-image__text {
      color: #ffffff;
      text-align: center;
      max-width: 623px; }
      .cbc-section .cbc-text-with-image .cbc-text-with-image__text h3, .cbc-section .cbc-text-with-image .cbc-text-with-image__text h4, .cbc-section .cbc-text-with-image .cbc-text-with-image__text h2 {
        font-size: 52px;
        line-height: 62px;
        margin-bottom: 15px; }
      .cbc-section .cbc-text-with-image .cbc-text-with-image__text p {
        font-size: 40px;
        line-height: 48px;
        margin: 0; }
    @media screen and (max-width: 768px) {
      .cbc-section .cbc-text-with-image {
        -ms-flex-direction: column !important;
            flex-direction: column !important;
        gap: 50px;
        padding-inline: 20px; }
        .cbc-section .cbc-text-with-image .cbc-text-with-image__text {
          color: #ffffff;
          text-align: center;
          max-width: unset;
          width: 100%; }
          .cbc-section .cbc-text-with-image .cbc-text-with-image__text h3, .cbc-section .cbc-text-with-image .cbc-text-with-image__text h4, .cbc-section .cbc-text-with-image .cbc-text-with-image__text h2 {
            font-size: 32px;
            line-height: 40px;
            font-weight: 500;
            margin-bottom: 20px; }
          .cbc-section .cbc-text-with-image .cbc-text-with-image__text p {
            font-size: 30px;
            line-height: 34px; }
          .cbc-section .cbc-text-with-image .cbc-text-with-image__text img {
            width: 100%; }
        .cbc-section .cbc-text-with-image .cbc-text-with-image__image {
          width: 100%; }
          .cbc-section .cbc-text-with-image .cbc-text-with-image__image img {
            width: 100%;
            object-fit: contain; } }
  @media screen and (max-width: 768px) {
    .cbc-section {
      margin-top: -100px;
      padding-block: 0;
      overflow: hidden;
      padding-bottom: 100px; }
      .cbc-section .cbc-section__background-image-1 {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 260px;
        width: 100%;
        height: 100%; }
      .cbc-section .cbc-section__background-image-2 {
        display: none; } }
