.bf-container.bf-document-page:has(.bf-contact-information) {
  width: min(1400px, calc(100% - 100px));
  max-width: none;
}

.bf-document-content:has(.bf-contact-information) {
  max-width: none;
}

.bf-document-content:has(.bf-contact-information) > h1,
.bf-document-content:has(.bf-contact-information) > .info-text,
.bf-document-content:has(.bf-contact-information) > .bf-info-sections {
  display: none;
}

.bf-contact-information__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 364px;
  gap: 56px;
  align-items: start;
  padding-bottom: 96px;
}

.bf-contact-information__intro h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #15191e;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.bf-contact-information__lead {
  max-width: 720px;
  margin: 0;
  color: #65758b;
  font-size: 20px;
  line-height: 32px;
}

.bf-contact-information__channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  max-width: 880px;
  margin-top: 72px;
}

.bf-contact-channel {
  min-width: 0;
  border-top: 1px solid #d8dce3;
  padding-top: 24px;
}

.bf-contact-channel__label,
.bf-contact-summary__group > span {
  display: block;
  margin-bottom: 12px;
  color: #65758b;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bf-contact-channel__value {
  display: inline-block;
  max-width: 100%;
  color: #15191e;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  overflow-wrap: anywhere;
}

.bf-contact-channel p {
  margin: 8px 0 0;
  color: #65758b;
  font-size: 16px;
  line-height: 24px;
}

.bf-contact-summary {
  border: 1px solid #d8dce3;
  padding: 32px;
  background: #fff;
}

.bf-contact-summary__logo {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 32px;
  object-fit: contain;
  object-position: left center;
}

.bf-contact-summary h2 {
  margin: 0;
  color: #15191e;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.bf-contact-summary__group {
  margin-top: 28px;
}

.bf-contact-summary address,
.bf-contact-summary p {
  margin: 0;
  color: #15191e;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.bf-contact-summary__group address + p {
  margin-top: 6px;
  color: #65758b;
}

.bf-contact-summary__format {
  margin-top: 28px !important;
  border-top: 1px solid #d8dce3;
  padding-top: 24px;
  font-weight: 600;
}

@media (max-width: 989px) {
  .bf-container.bf-document-page:has(.bf-contact-information) {
    width: calc(100% - 48px);
  }

  .bf-contact-information__hero {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
  }

  .bf-contact-information__channels {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .bf-container.bf-document-page:has(.bf-contact-information) {
    width: calc(100% - 30px);
  }

  .bf-contact-information__hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 56px;
  }

  .bf-contact-information__intro h1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .bf-contact-information__lead {
    font-size: 17px;
    line-height: 27px;
  }

  .bf-contact-information__channels {
    gap: 24px;
    margin-top: 40px;
  }

  .bf-contact-channel__value {
    font-size: 20px;
    line-height: 28px;
  }

  .bf-contact-summary {
    padding: 24px;
  }

}
