.contact-page {
  background: #ffffff;
  color: #172033;
}

.contact-page .contact-container {
  max-width: 1180px;
}

.contact-breadcrumb {
  background: #f4f7fa;
  border-bottom: 1px solid #dfe7ee;
}

.contact-hero {
  background: #eef3f7;
  border-bottom: 1px solid #dce6ee;
  padding: 72px 0 52px;
}

.contact-hero .contact-container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 48px;
  align-items: center;
}

.contact-kicker {
  color: #0072bc;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.contact-hero h1 {
  color: #101828;
  font-size: 56px;
  line-height: 1.02;
  margin: 0 0 18px;
}

.contact-hero p,
.contact-section-head p,
.contact-form-copy p,
.contact-location-head p {
  color: #4a5a6a;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-map-hero {
  margin: 0;
}

.contact-map-hero img {
  background: #ffffff;
  border: 1px solid #d7e1ea;
  display: block;
  height: auto;
  width: 100%;
}

.contact-map-hero figcaption {
  background: #ffffff;
  border: 1px solid #d7e1ea;
  border-top: 0;
}

.contact-map-hero ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-map-hero li {
  border-right: 1px solid #d7e1ea;
  padding: 18px;
}

.contact-map-hero li:last-child {
  border-right: 0;
}

.contact-map-hero strong {
  color: #005ca3;
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 7px;
}

.contact-map-hero span {
  color: #5a6877;
  font-size: 13px;
}

.contact-section {
  padding: 78px 0;
}

.contact-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.contact-section-head h2,
.contact-form-copy h2,
.contact-location-head h2,
.contact-final h2 {
  color: #101828;
  font-size: 38px;
  line-height: 1.12;
  margin: 0 0 14px;
}

.contact-inquiry {
  background: #ffffff;
}

.contact-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(480px, 1fr);
  gap: 44px;
  align-items: start;
}

.contact-form-copy {
  position: sticky;
  top: 145px;
}

.contact-form-copy a {
  color: #005ca3;
  display: inline-block;
  font-weight: 800;
  margin-top: 18px;
}

.contact-location {
  background: #162232;
  color: #ffffff;
  padding: 78px 0;
}

.contact-location h2,
.contact-location p,
.contact-location .contact-kicker {
  color: #ffffff;
}

.contact-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 36px;
  margin-top: 32px;
}

.contact-map-frame iframe {
  background: #dfe7ee;
  border: 0;
  display: block;
  height: 360px;
  width: 100%;
}

.drawing-review-figure {
  margin: 0;
}

.drawing-review-figure img {
  display: block;
  height: 360px;
  object-fit: cover;
  width: 100%;
}

.drawing-review-figure figcaption {
  background: #ffffff;
  color: #405064;
  font-size: 14px;
  line-height: 1.55;
  padding: 16px 18px;
}

.contact-map-frame a {
  background: #ffffff;
  color: #005ca3;
  display: block;
  font-weight: 800;
  padding: 16px 18px;
}

.contact-final {
  background: #eef3f7;
  padding: 62px 0;
}

.contact-final .contact-container {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.contact-final p {
  color: #4a5a6a;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  max-width: 740px;
}
