@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-form-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 350px;
  background: linear-gradient(180deg, #D00013 0%, #89111C 100%); }
  .cbc-form-section .cbc-form-header {
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px; }
  .cbc-form-section form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    z-index: 20; }
    .cbc-form-section form .experience-the_inputs {
      display: -ms-flexbox;
      display: flex;
      column-gap: 50px;
      row-gap: 15px;
      width: 680px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .cbc-form-section form .cbc-form-actions {
      text-align: right;
      margin-top: 15px;
      position: relative;
      z-index: 20; }
      .cbc-form-section form .cbc-form-actions button {
        background-color: #E30D1A;
        width: 312px;
        height: 42px;
        color: #ffffff;
        border: none;
        cursor: pointer; }
  .cbc-form-section .cbc-form-note {
    color: #ffffff;
    text-align: right;
    margin: auto;
    margin-top: 20px;
    width: 680px;
    position: relative;
    z-index: 20; }
    .cbc-form-section .cbc-form-note span {
      font-weight: 700; }
    .cbc-form-section .cbc-form-note .cbc-form-message {
      font-size: 40px;
      text-align: center;
      background-color: #ffffff;
      color: #E30D1A; }
  .cbc-form-section .cbc-form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .cbc-form-section .cbc-form-group.cbc-input-small {
      width: 312px; }
    .cbc-form-section .cbc-form-group.cbc-input-large {
      width: 680px; }
    .cbc-form-section .cbc-form-group.cbc-input-required label::after {
      content: ' *'; }
    .cbc-form-section .cbc-form-group label {
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      text-align: right;
      margin-bottom: 5px;
      line-height: 28px; }
    .cbc-form-section .cbc-form-group .cbc-input-error {
      color: #ffffff;
      font-weight: 700;
      font-size: 18px;
      text-align: right;
      width: 100%;
      display: none; }
    .cbc-form-section .cbc-form-group .cbc-form-extra-text {
      -ms-flex: 1;
          flex: 1;
      color: #ffffff; }
      .cbc-form-section .cbc-form-group .cbc-form-extra-text h1, .cbc-form-section .cbc-form-group .cbc-form-extra-text h2, .cbc-form-section .cbc-form-group .cbc-form-extra-text h3, .cbc-form-section .cbc-form-group .cbc-form-extra-text h4 {
        text-align: right;
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        color: #ffffff; }
        .cbc-form-section .cbc-form-group .cbc-form-extra-text h1 a, .cbc-form-section .cbc-form-group .cbc-form-extra-text h2 a, .cbc-form-section .cbc-form-group .cbc-form-extra-text h3 a, .cbc-form-section .cbc-form-group .cbc-form-extra-text h4 a {
          font-size: 18px !important;
          color: #ffffff; }
      .cbc-form-section .cbc-form-group .cbc-form-extra-text p {
        text-align: right;
        font-size: 15px;
        line-height: 19px;
        font-weight: 500;
        color: #ffffff !important; }
        .cbc-form-section .cbc-form-group .cbc-form-extra-text p span {
          color: #ffffff !important;
          font-size: 15px;
          line-height: 19px;
          font-weight: 500; }
        .cbc-form-section .cbc-form-group .cbc-form-extra-text p a {
          font-size: 15px;
          line-height: 19px;
          font-weight: 500;
          color: #ffffff !important;
          text-align: right; }
      .cbc-form-section .cbc-form-group .cbc-form-extra-text a {
        text-decoration: underline; }
    .cbc-form-section .cbc-form-group.cbc-input-input input {
      border: none;
      background-color: rgba(255, 255, 255, 0.4);
      color: #000;
      width: 100%;
      height: 42px;
      text-align: right;
      padding: 2px 8px; }
    .cbc-form-section .cbc-form-group.cbc-input-textarea {
      margin-top: 10px; }
      .cbc-form-section .cbc-form-group.cbc-input-textarea textarea {
        width: 100%;
        color: #000;
        padding: 10px 15px;
        border: none;
        background-color: rgba(255, 255, 255, 0.4); }
    .cbc-form-section .cbc-form-group.cbc-input-checkbox {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cbc-form-section .cbc-form-group.cbc-input-checkbox input {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        margin-left: 15px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid #ffffff;
        background-color: transparent;
        padding: 2px;
        box-sizing: border-box;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        cursor: pointer; }
        .cbc-form-section .cbc-form-group.cbc-input-checkbox input::after {
          content: '';
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background-color: #ffffff;
          opacity: 0; }
        .cbc-form-section .cbc-form-group.cbc-input-checkbox input:checked::after {
          opacity: 1; }
        .cbc-form-section .cbc-form-group.cbc-input-checkbox input:focus {
          outline: none;
          box-shadow: none; }
  @media screen and (max-width: 768px) {
    .cbc-form-section {
      padding-inline: 20px;
      padding-bottom: 350px; }
      .cbc-form-section .cbc-form-header {
        width: 100%;
        padding-inline: 25px;
        font-size: 24px;
        text-align: center;
        font-weight: 700; }
      .cbc-form-section form .experience-the_inputs {
        column-gap: unset;
        gap: 20px;
        width: 100%; }
        .cbc-form-section form .experience-the_inputs .experience-cbc-cbc_assets-form_input {
          width: 100%; }
      .cbc-form-section form .cbc-form-actions {
        text-align: center;
        margin-top: 35px;
        position: relative;
        z-index: 20; }
        .cbc-form-section form .cbc-form-actions button {
          width: 100%;
          height: 44px;
          border: none;
          cursor: pointer;
          font-size: 18px;
          font-weight: 700; }
      .cbc-form-section .cbc-form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        .cbc-form-section .cbc-form-group.cbc-input-small {
          width: 100%; }
        .cbc-form-section .cbc-form-group.cbc-input-large {
          width: 100%; }
        .cbc-form-section .cbc-form-group.cbc-input-input input {
          width: 100%; }
      .cbc-form-section .cbc-form-note {
        width: 100%; }
        .cbc-form-section .cbc-form-note .cbc-form-message {
          font-size: 30px;
          text-align: center; } }
