/* Contact page: retain the 365taxaties light form treatment. */
body.page-template-contact .banner-contact + .connect {
  background-color: #f9f6ff !important;
  background-image: none !important;
  color: rgba(0, 14, 67, 0.8) !important;
  border-radius: 32px;
}

/* CG-CONTACT-FORM-CARD-20260818: white form panel across the 365 family. */
body.page-template-contact .banner-contact + .connect .connect__form {
  background: #fff;
  border-radius: 32px;
  padding: 40px;
}

body.page-template-contact .banner-contact + .connect .connect__text h2,
body.page-template-contact .banner-contact + .connect .connect__text h3,
body.page-template-contact .banner-contact + .connect .connect__user-content strong {
  color: #000e43 !important;
}

body.page-template-contact .banner-contact + .connect .connect__text,
body.page-template-contact .banner-contact + .connect .connect__text .text__content,
body.page-template-contact .banner-contact + .connect .connect__text .text__content p,
body.page-template-contact .banner-contact + .connect .connect__text .text__content li,
body.page-template-contact .banner-contact + .connect .connect__text p {
  color: rgba(0, 14, 67, 0.8) !important;
}

body.page-template-contact .banner-contact h1 strong,
body.page-template-contact .locations-block h2 strong {
  color: #7e90ff;
}

@media (min-width: 1600px) {
  body.page-template-contact .banner-contact + .connect {
    width: calc(100% - 100px);
    margin-right: 50px;
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  body.page-template-contact .banner-contact + .connect .connect__form {
    border-radius: 24px;
    padding: 24px;
  }
}
