<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contactBloc {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(266.12deg, rgba(0, 0, 0, 0.4) 14.26%, rgba(0, 0, 0, 0) 62.61%) 100%;
    background-size: cover;
    padding: 115px;
    margin: 96px auto;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    position: relative;
  }
.contactBloc::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: no-repeat left top, linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(266.12deg, rgba(0, 0, 0, 0.4) 14.26%, rgba(0, 0, 0, 0) 62.61%) 100%;
    z-index: -1;
  }
  
  @media (max-width: 767px) {
    .contactBloc {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(356.8deg, rgba(0, 0, 0, 0.4) 2.43%, rgba(0, 0, 0, 0) 97.13%);
      background-size: cover;
      background-position: center;
      padding: 0;
      text-align: center;
      margin: 96px auto 0 auto;
    }
  }
  
  .contactBloc__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  
  @media (max-width: 767px) {
    .contactBloc__text {
      padding: 72px 24px;
    }
  }
  
  .contactBloc h3 {
    font-family: 'Prompt';
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: white;
    margin-top: 16px;
  }
  
  @media (max-width: 767px) {
    .contactBloc h3 {
      font-weight: 400;
      font-size: 24px;
      line-height: 120%;
      max-width: 310px;
      margin: 16px auto;
    }
  }
  
  .contactBloc .text {
    color: white;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.021px;
    margin-top: 24px;
    max-width: 480px;
  }
  
  @media (max-width: 767px) {
    .contactBloc .text {
      margin: 24px auto;
    }
  }
  
  .contactBloc p, .contactBloc .single .singleContent li, .single .singleContent .contactBloc li {
    color: white;
  }
  
  .contactBloc p span, .contactBloc .single .singleContent li span, .single .singleContent .contactBloc li span {
    color: white;
    font-family: 'Prompt';
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
  }
  
  .contactBloc .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 65px;
    margin-top: 37px;
    text-align: center;
  }
  
  @media (max-width: 767px) {
    .contactBloc .num {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
    }
  }</pre></body></html>