:root {
  --contact-ink: #17313b;
  --contact-muted: #5c6d73;
  --contact-line: #d8e1e3;
  --contact-soft: #f1f5f4;
  --contact-teal: #087b77;
  --contact-teal-dark: #075e5d;
  --contact-amber: #c9871f;
  --contact-navy: #183a52;
}

.contact-v2-page,
.contact-v2-page * {
  box-sizing: border-box;
}

.contact-v2-page {
  background: #fff;
  color: var(--contact-ink);
}

.contact-v2-page .w1388 {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.contact-v2-page .site-v2-footer {
  margin-top: 0;
}

.contact-v2-page a,
.contact-v2-page button {
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.contact-v2-page button {
  font: inherit;
}

.contact-v2-eyebrow {
  margin: 0 0 10px;
  color: var(--contact-teal);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-v2-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.5;
}

.contact-v2-breadcrumb a {
  color: rgba(255, 255, 255, .88);
}

.contact-v2-breadcrumb a:hover,
.contact-v2-breadcrumb a:focus-visible {
  color: #fff;
}

.contact-v2-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: var(--contact-navy) url("../images/home/home-hero-desktop.webp") center 46% / cover no-repeat;
  color: #fff;
}

.contact-v2-hero::before {
  position: absolute;
  inset: 0;
  background: rgba(11, 37, 52, .78);
  content: "";
}

.contact-v2-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 38px;
  padding-bottom: 72px;
}

.contact-v2-hero-copy {
  max-width: 760px;
  margin-top: 76px;
}

.contact-v2-hero .contact-v2-eyebrow {
  color: #8fd6cc;
}

.contact-v2-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.18;
}

.contact-v2-hero-copy > p:last-of-type {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.8;
}

.contact-v2-hero-actions,
.contact-v2-checklist-actions,
.contact-v2-final-actions,
.contact-v2-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-v2-hero-actions {
  margin-top: 30px;
}

.contact-v2-button {
  display: inline-flex;
  min-height: 46px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  appearance: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.contact-v2-button.is-primary {
  border-color: var(--contact-teal);
  background: var(--contact-teal);
  color: #fff;
}

.contact-v2-button.is-primary:hover,
.contact-v2-button.is-primary:focus-visible {
  border-color: var(--contact-teal-dark);
  background: var(--contact-teal-dark);
  color: #fff;
}

.contact-v2-button.is-secondary {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(11, 37, 52, .26);
  color: #fff;
}

.contact-v2-button.is-secondary:hover,
.contact-v2-button.is-secondary:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--contact-navy);
}

.contact-v2-process {
  padding: 54px 0 58px;
  border-bottom: 1px solid var(--contact-line);
  background: #fff;
}

.contact-v2-section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.contact-v2-section-heading.is-compact {
  max-width: 470px;
}

.contact-v2-section-heading h2,
.contact-v2-location h2,
.contact-v2-final-cta h2 {
  margin: 0;
  color: var(--contact-ink);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}

.contact-v2-section-heading > p:last-child {
  margin: 14px 0 0;
  color: var(--contact-muted);
  font-size: 16px;
  line-height: 1.8;
}

.contact-v2-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-v2-process-list li {
  min-width: 0;
  padding: 2px 28px 4px;
  border-left: 1px solid var(--contact-line);
}

.contact-v2-process-list li:first-child {
  padding-left: 0;
  border-left: 0;
}

.contact-v2-process-list li:last-child {
  padding-right: 0;
}

.contact-v2-process-list span {
  display: block;
  margin-bottom: 12px;
  color: var(--contact-amber);
  font-size: 14px;
  font-weight: 700;
}

.contact-v2-process-list strong {
  display: block;
  color: var(--contact-ink);
  font-size: 19px;
  line-height: 1.5;
}

.contact-v2-process-list p {
  margin: 8px 0 0;
  color: var(--contact-muted);
  font-size: 14px;
  line-height: 1.7;
}

.contact-v2-channels {
  padding: 82px 0 88px;
}

.contact-v2-channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.contact-v2-channel-item {
  position: relative;
  min-width: 0;
  min-height: 226px;
  padding: 30px 34px;
  overflow: hidden;
  border: 1px solid var(--contact-line);
  border-radius: 6px;
  background: #fff;
}

.contact-v2-channel-item:hover {
  border-color: #a9c4c3;
  box-shadow: 0 12px 26px rgba(31, 61, 69, .08);
  transform: translateY(-2px);
}

.contact-v2-channel-index {
  position: absolute;
  top: 24px;
  right: 28px;
  color: #d5a24e;
  font-size: 13px;
  font-weight: 700;
}

.contact-v2-channel-item h3 {
  margin: 0 0 18px;
  color: var(--contact-ink);
  font-size: 21px;
  line-height: 1.4;
}

.contact-v2-channel-value {
  display: block;
  max-width: calc(100% - 34px);
  color: var(--contact-teal);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-v2-channel-value.is-email {
  font-size: 22px;
}

.contact-v2-channel-value.is-address {
  max-width: 520px;
  margin: 0;
  color: var(--contact-ink);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.65;
}

.contact-v2-channel-item > p:last-child {
  margin: 15px 0 0;
  color: var(--contact-muted);
  font-size: 14px;
  line-height: 1.75;
}

.contact-v2-checklist {
  padding: 82px 0 88px;
  border-top: 1px solid var(--contact-line);
  border-bottom: 1px solid var(--contact-line);
  background: var(--contact-soft);
}

.contact-v2-checklist-layout {
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 68px;
  align-items: start;
}

.contact-v2-checklist-actions {
  margin-top: 26px;
  align-items: center;
}

.contact-v2-text-link {
  display: inline-flex;
  min-height: 44px;
  padding: 8px 4px;
  align-items: center;
  color: var(--contact-teal);
  font-size: 15px;
  font-weight: 700;
}

.contact-v2-text-link:hover,
.contact-v2-text-link:focus-visible {
  color: var(--contact-teal-dark);
}

.contact-v2-checklist-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-v2-checklist-list li {
  min-width: 0;
  padding: 20px 0;
  border-top: 1px solid #cfdad9;
}

.contact-v2-checklist-list li:nth-child(-n + 2) {
  padding-top: 0;
  border-top: 0;
}

.contact-v2-checklist-list strong,
.contact-v2-checklist-list span {
  display: block;
}

.contact-v2-checklist-list strong {
  margin-bottom: 6px;
  color: var(--contact-ink);
  font-size: 17px;
  line-height: 1.5;
}

.contact-v2-checklist-list span {
  color: var(--contact-muted);
  font-size: 14px;
  line-height: 1.75;
}

.contact-v2-location {
  padding: 70px 0;
  background: #edf3f5;
}

.contact-v2-location-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.contact-v2-location-address {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--contact-ink);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.65;
}

.contact-v2-location-note {
  margin: 10px 0 0;
  color: var(--contact-muted);
  font-size: 14px;
  line-height: 1.7;
}

.contact-v2-location-actions {
  position: relative;
  max-width: 376px;
  justify-content: flex-end;
}

.contact-v2-button.is-outline {
  border-color: #aebec4;
  background: #fff;
  color: var(--contact-ink);
}

.contact-v2-button.is-outline:hover,
.contact-v2-button.is-outline:focus-visible {
  border-color: var(--contact-teal);
  color: var(--contact-teal-dark);
}

.contact-v2-copy-status {
  flex-basis: 100%;
  min-height: 22px;
  color: var(--contact-teal-dark);
  font-size: 13px;
  line-height: 22px;
  text-align: right;
}

.contact-v2-faq {
  padding: 84px 0 90px;
}

.contact-v2-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 34%) minmax(0, 66%);
  gap: 70px;
  align-items: start;
}

.contact-v2-faq-list {
  border-top: 1px solid var(--contact-line);
}

.contact-v2-faq-list details {
  border-bottom: 1px solid var(--contact-line);
}

.contact-v2-faq-list summary {
  position: relative;
  min-height: 66px;
  padding: 20px 52px 20px 0;
  color: var(--contact-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
  list-style: none;
}

.contact-v2-faq-list summary::-webkit-details-marker {
  display: none;
}

.contact-v2-faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 1px solid #b7c6c9;
  border-radius: 50%;
  color: var(--contact-teal);
  content: "+";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.contact-v2-faq-list details[open] summary::after {
  content: "-";
}

.contact-v2-faq-list summary:hover,
.contact-v2-faq-list summary:focus-visible {
  color: var(--contact-teal-dark);
}

.contact-v2-faq-list details p {
  margin: -2px 0 0;
  padding: 0 52px 24px 0;
  color: var(--contact-muted);
  font-size: 15px;
  line-height: 1.85;
}

.contact-v2-final-cta {
  padding: 66px 0 70px;
  background: var(--contact-navy);
  color: #fff;
}

.contact-v2-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.contact-v2-final-cta .contact-v2-eyebrow {
  color: #8fd6cc;
}

.contact-v2-final-cta h2 {
  color: #fff;
}

.contact-v2-final-cta p:last-child {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
}

.contact-v2-final-actions {
  flex: 0 0 auto;
}

.contact-v2-button.is-light {
  border-color: #fff;
  background: #fff;
  color: var(--contact-navy);
}

.contact-v2-button.is-light:hover,
.contact-v2-button.is-light:focus-visible {
  border-color: #d7e9e7;
  background: #d7e9e7;
}

.contact-v2-button.is-ghost {
  border-color: rgba(255, 255, 255, .58);
  background: transparent;
  color: #fff;
}

.contact-v2-button.is-ghost:hover,
.contact-v2-button.is-ghost:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

@media (max-width: 980px) {
  .contact-v2-hero h1 {
    font-size: 46px;
  }

  .contact-v2-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 0;
  }

  .contact-v2-process-list li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .contact-v2-checklist-layout,
  .contact-v2-faq-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .contact-v2-section-heading.is-compact {
    max-width: 720px;
  }

  .contact-v2-location-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-v2-location-actions {
    max-width: none;
    justify-content: flex-start;
  }

  .contact-v2-copy-status {
    text-align: left;
  }
}

@media (max-width: 750px) {
  .contact-v2-page .w1388 {
    width: calc(100% - 32px);
  }

  .contact-v2-hero {
    min-height: 590px;
    background-image: url("../images/home/home-hero-mobile.webp");
    background-position: center;
  }

  .contact-v2-hero::before {
    background: rgba(11, 37, 52, .82);
  }

  .contact-v2-hero-inner {
    padding-top: 24px;
    padding-bottom: 54px;
  }

  .contact-v2-hero-copy {
    margin-top: 78px;
  }

  .contact-v2-hero h1 {
    font-size: 38px;
    line-height: 1.24;
  }

  .contact-v2-hero-copy > p:last-of-type {
    font-size: 16px;
  }

  .contact-v2-process,
  .contact-v2-channels,
  .contact-v2-checklist,
  .contact-v2-location,
  .contact-v2-faq {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .contact-v2-section-heading h2,
  .contact-v2-location h2,
  .contact-v2-final-cta h2 {
    font-size: 29px;
  }

  .contact-v2-process-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-v2-process-list li,
  .contact-v2-process-list li:first-child,
  .contact-v2-process-list li:nth-child(3),
  .contact-v2-process-list li:last-child {
    padding: 20px 0;
    border-top: 1px solid var(--contact-line);
    border-left: 0;
  }

  .contact-v2-process-list li:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .contact-v2-channel-grid,
  .contact-v2-checklist-list {
    grid-template-columns: 1fr;
  }

  .contact-v2-channel-item {
    min-height: 0;
    padding: 26px;
  }

  .contact-v2-channel-value {
    max-width: calc(100% - 26px);
    font-size: 23px;
  }

  .contact-v2-channel-value.is-email {
    font-size: 19px;
  }

  .contact-v2-checklist-list li:nth-child(2) {
    padding-top: 20px;
    border-top: 1px solid #cfdad9;
  }

  .contact-v2-location-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-v2-location-actions .contact-v2-button:first-child {
    grid-column: 1 / -1;
  }

  .contact-v2-copy-status {
    grid-column: 1 / -1;
  }

  .contact-v2-final-cta {
    padding: 56px 0 62px;
  }

  .contact-v2-final-inner {
    display: block;
  }

  .contact-v2-final-actions {
    margin-top: 28px;
  }
}

@media (max-width: 420px) {
  .contact-v2-hero {
    min-height: 606px;
  }

  .contact-v2-hero-copy {
    margin-top: 64px;
  }

  .contact-v2-hero h1 {
    font-size: 34px;
  }

  .contact-v2-hero-actions,
  .contact-v2-checklist-actions,
  .contact-v2-final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-v2-button,
  .contact-v2-text-link {
    width: 100%;
  }

  .contact-v2-channel-item {
    padding: 24px 22px;
  }

  .contact-v2-channel-index {
    top: 22px;
    right: 22px;
  }

  .contact-v2-faq-list summary {
    padding-right: 44px;
    font-size: 17px;
  }

  .contact-v2-faq-list details p {
    padding-right: 0;
  }
}
