/* scoped: si-contact-ContactInfoSection */

  .info-section:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    width: 100%;
    height: 256px;
    padding: 70px 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-sizing: border-box;
  }

  .info-content:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    width: 672px;
    display: flex;
    align-items: center;
    gap: 81px;
  }

  .info-logo:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    width: 199px;
    height: auto;
    flex-shrink: 0;
  }

  .info-divider:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    width: 1px;
    height: 92px;
    background: #000000;
    flex-shrink: 0;
  }

  .info-right:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .info-row:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .info-icon:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    flex-shrink: 0;
    margin-top: 1px;
  }

  .info-text:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #272727;
    width: 222px;
  }

  .info-text--link:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    text-decoration: underline;
    color: #272727;
  }

  .info-text--phone:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    margin-top: 4px;
  }

  .info-socials:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .info-socials a:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    display: flex;
    align-items: center;
  }



  html.is-mobile .info-section:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    height: auto;
    padding: 40px 54px 60px;
    background: #1A1A1A;
  }

  html.is-mobile .info-section .info-content:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  html.is-mobile .info-section .info-divider:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    display: none;
  }

  html.is-mobile .info-section .info-right:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    align-items: center;
    text-align: center;
  }

  html.is-mobile .info-section .info-row:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    justify-content: center;
  }

  html.is-mobile .info-section .info-text:where(.si-contact-ContactInfoSection, .si-contact-ContactInfoSection *){
    width: auto;
    text-align: center;
    color: #FFFFFF;
  }
