.jcr-contact-page {
  --jcr-contact-blue: var(--jcr-ui-blue, #4199FF);
  --jcr-contact-blue-dark: var(--jcr-ui-blue-dark, #0F7FE6);
  --jcr-contact-navy: var(--jcr-ui-navy, #00375f);
  --jcr-contact-deep: var(--jcr-ui-navy-deep, #061d31);
  --jcr-contact-ink: #0d1722;
  --jcr-contact-muted: var(--jcr-ui-muted, #5f6f7d);
  --jcr-contact-panel: var(--jcr-ui-panel, #f4f9fc);
  --jcr-contact-border: var(--jcr-ui-border-soft, rgba(0, 55, 95, 0.16));
  --jcr-contact-shadow: var(--jcr-ui-shadow-panel, 0 22px 55px rgba(3, 31, 52, 0.16));
  --jcr-contact-radius: var(--jcr-ui-radius, 4px);
  background:
    linear-gradient(180deg, #eef8ff 0%, #ffffff 24rem, #f5f9fc 100%);
  color: var(--jcr-contact-ink);
  overflow-x: hidden;
}

.jcr-contact-page *,
.jcr-contact-page *::before,
.jcr-contact-page *::after {
  box-sizing: border-box;
}

.jcr-contact-page a {
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.jcr-contact-page a:focus-visible,
.jcr-contact-page button:focus-visible,
.jcr-contact-page input:focus-visible,
.jcr-contact-page textarea:focus-visible,
.jcr-contact-page select:focus-visible,
.jcr-contact-page summary:focus-visible {
  outline: 3px solid rgba(65, 153, 255, 0.42);
  outline-offset: 3px;
}

.jcr-contact-hero > .padding-x,
.jcr-contact-main > .padding-x,
.jcr-contact-location > .padding-x,
.jcr-contact-faq > .padding-x,
.jcr-contact-empty > .padding-x {
  padding-left: clamp(1.6rem, 4vw, 4rem);
  padding-right: clamp(1.6rem, 4vw, 4rem);
}

.jcr-contact-hero__inner.container,
.jcr-contact-main__grid.container,
.jcr-contact-location__grid.container,
.jcr-contact-faq .container,
.jcr-contact-empty .container {
  max-width: 1180px;
}

.jcr-contact-hero__inner.container,
.jcr-contact-main__grid.container,
.jcr-contact-location__grid.container {
  padding-left: 0;
  padding-right: 0;
}

.jcr-contact-hero {
  background:
    linear-gradient(100deg, rgba(3, 22, 38, 0.9) 0%, rgba(0, 55, 95, 0.78) 46%, rgba(0, 55, 95, 0.42) 100%),
    linear-gradient(90deg, rgba(65, 153, 255, 0.2), transparent 64%);
  background-position: center;
  background-size: cover;
  color: #ffffff;
  min-height: clamp(400px, 38vw, 480px);
  padding: clamp(15rem, 15vw, 17.5rem) 0 clamp(3rem, 4vw, 4.8rem);
  position: relative;
}

.jcr-contact-hero--has-image {
  background-image:
    linear-gradient(100deg, rgba(3, 22, 38, 0.9) 0%, rgba(0, 55, 95, 0.72) 48%, rgba(0, 55, 95, 0.28) 100%),
    linear-gradient(0deg, rgba(0, 25, 43, 0.08), rgba(0, 25, 43, 0.08)),
    var(--jcr-contact-hero-image);
  background-position: center right;
}

.jcr-contact-hero::after {
  background: linear-gradient(90deg, var(--jcr-contact-blue), transparent);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.jcr-contact-hero__inner {
  display: block;
  position: relative;
  z-index: 1;
}

.jcr-contact-hero__content {
  max-width: 760px;
  min-width: 0;
}

.jcr-contact-eyebrow {
  color: #b8e4ff;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}

.jcr-contact-hero h1 {
  color: #ffffff;
  font-size: clamp(3.2rem, 5.2vw, 5.6rem);
  line-height: 0.96;
  margin: 0;
  max-width: 100%;
}

.jcr-contact-hero__intro {
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.55rem, 1.45vw, 1.9rem);
  font-weight: 600;
  line-height: 1.62;
  margin-top: 1.5rem;
  max-width: 680px;
}

.jcr-contact-hero__intro,
.jcr-contact-hero__intro p,
.jcr-contact-hero__intro li {
  color: rgba(255, 255, 255, 0.96);
}

.jcr-contact-hero__intro p,
.jcr-contact-details p,
.jcr-contact-location p,
.jcr-contact-form-panel__header p,
.jcr-contact-form-disclaimer p,
.jcr-contact-faq p {
  margin: 0 0 0.8rem;
}

.jcr-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.2rem;
}

.jcr-contact-location__map img {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.jcr-contact-main {
  scroll-margin-top: 120px;
  background:
    linear-gradient(180deg, rgba(232, 245, 252, 0.72), rgba(255, 255, 255, 0.82));
  padding: clamp(2.4rem, 4.5vw, 4.2rem) 0 clamp(2.6rem, 4.5vw, 4.4rem);
}

.jcr-contact-main__grid {
  align-items: start;
  display: grid;
  gap: clamp(1.2rem, 2.8vw, 2.6rem);
  grid-template-columns: minmax(32rem, 36rem) minmax(0, 1fr);
}

.jcr-contact-details,
.jcr-contact-location__grid,
.jcr-contact-faq .container,
.jcr-contact-empty .container {
  background: #ffffff;
  border: 1px solid var(--jcr-contact-border);
  border-radius: var(--jcr-contact-radius);
  box-shadow: var(--jcr-contact-shadow);
}

.jcr-contact-details {
  display: grid;
  gap: 1.2rem;
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
}

.jcr-contact-details h2 {
  color: var(--jcr-contact-deep);
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
  line-height: 1.08;
  margin: 0 0 0.8rem;
}

.jcr-contact-details__block p {
  color: var(--jcr-contact-muted);
  line-height: 1.55;
}

.jcr-contact-details__list {
  border-top: 1px solid var(--jcr-contact-border);
  display: grid;
  gap: 0;
}

.jcr-contact-detail-row {
  border-bottom: 1px solid var(--jcr-contact-border);
  display: grid;
  gap: 0.35rem;
  padding: 1rem 0;
}

.jcr-contact-detail-row span {
  color: var(--jcr-contact-muted);
  font-size: clamp(1.05rem, 1vw, 1.18rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.jcr-contact-detail-row a,
.jcr-contact-detail-row strong {
  color: var(--jcr-contact-navy);
  font-size: clamp(1.42rem, 1.55vw, 1.62rem);
  font-weight: 800;
  line-height: 1.25;
}

.jcr-contact-hours {
  padding-top: 0.35rem;
}

.jcr-contact-hours h3 {
  color: var(--jcr-contact-deep);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.jcr-contact-hours__list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.jcr-contact-hours__row {
  align-items: start;
  border-bottom: 1px solid rgba(0, 55, 95, 0.1);
  display: grid;
  gap: 0.65rem;
  grid-template-columns: minmax(7.8rem, 0.75fr) minmax(0, 1fr);
  padding: 0.5rem 0;
}

.jcr-contact-hours__row:last-child {
  border-bottom: 0;
}

.jcr-contact-hours dt,
.jcr-contact-hours dd {
  margin: 0;
}

.jcr-contact-hours dt {
  color: var(--jcr-contact-muted);
  font-size: clamp(1.12rem, 1vw, 1.24rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.jcr-contact-hours dd {
  color: var(--jcr-contact-navy);
  font-size: clamp(1.34rem, 1.2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.35;
  min-width: 0;
}

.jcr-contact-hours__row--closed dd {
  color: #687987;
  font-weight: 700;
}

.jcr-contact-details__support {
  background: var(--jcr-contact-panel);
  border-left: 4px solid var(--jcr-contact-blue);
  color: #415464;
  line-height: 1.65;
  padding: 1rem;
}

.jcr-contact-form-shell {
  overflow: hidden;
  position: relative;
}

.jcr-contact-anchor {
  display: block;
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  scroll-margin-top: 120px;
  top: -120px;
  width: 1px;
}

.jcr-contact-form-panel {
  padding-top: 0;
}

.jcr-contact-form-shell--tabs-ready .jcr-contact-form-panel[hidden] {
  display: none;
}

.jcr-contact-form-panel__header {
  border-bottom: 1px solid var(--jcr-contact-border);
  margin-bottom: 0.85rem;
  padding-bottom: 0.75rem;
}

.jcr-contact-form-panel__header h2 {
  color: var(--jcr-contact-deep);
  font-size: clamp(2.25rem, 2.6vw, 3rem);
  line-height: 1.08;
  margin: 0 0 0.5rem;
}

.jcr-contact-form-panel__header div,
.jcr-contact-form-disclaimer,
.jcr-contact-location__content,
.jcr-contact-faq__item div {
  color: #4e6171;
  line-height: 1.65;
}

.jcr-contact-form-panel__header div {
  font-size: 1.36rem;
}

.jcr-contact-location,
.jcr-contact-faq {
  padding: 0 0 clamp(2rem, 4vw, 4rem);
}

.jcr-contact-location-card {
  align-items: stretch;
  display: grid;
  gap: 0;
  overflow: hidden;
}

.jcr-contact-location__grid.container {
  padding-left: 0;
  padding-right: 0;
}

.jcr-contact-location-card--has-map {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.jcr-contact-location-card--no-map {
  grid-template-columns: 1fr;
}

.jcr-contact-location-card--no-map .jcr-contact-location__content {
  max-width: 820px;
}

.jcr-contact-location__content {
  align-self: center;
  padding: clamp(1.35rem, 4vw, 2.8rem);
}

.jcr-contact-location__content h2,
.jcr-contact-faq h2 {
  color: var(--jcr-contact-deep);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.02;
  margin: 0 0 1rem;
}

.jcr-contact-location__content .jcr-contact-btn {
  margin-top: 0.8rem;
}

.jcr-contact-location__map {
  align-self: stretch;
  background: var(--jcr-contact-panel);
  display: block;
  height: 100%;
  justify-self: stretch;
  margin: 0;
  min-height: 36rem;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.jcr-contact-location__map iframe {
  border: 0;
  display: block;
  height: 100%;
  max-width: 100%;
  min-height: 36rem;
  min-width: 0;
  width: 100%;
}

.jcr-contact-faq .container,
.jcr-contact-empty .container {
  padding: clamp(1.25rem, 3vw, 2.4rem);
}

.jcr-contact-faq__list {
  display: grid;
  gap: 0.75rem;
}

.jcr-contact-faq__item {
  background: #f8fbfd;
  border: 1px solid var(--jcr-contact-border);
  border-radius: var(--jcr-contact-radius);
  padding: 0;
}

.jcr-contact-faq__item summary {
  color: var(--jcr-contact-navy);
  cursor: pointer;
  font-weight: 900;
  list-style-position: inside;
  padding: 1rem 1.1rem;
}

.jcr-contact-faq__item div {
  border-top: 1px solid var(--jcr-contact-border);
  padding: 0.9rem 1.1rem 1.1rem;
}

.jcr-contact-empty {
  padding: 4rem 0;
}

.jcr-contact-empty p {
  color: var(--jcr-contact-navy);
  font-weight: 800;
  margin: 0;
}

@media (max-width: 1024px) {
  .jcr-contact-main__grid,
  .jcr-contact-location-card--has-map {
    grid-template-columns: 1fr;
  }

  .jcr-contact-main__grid {
    max-width: 920px;
  }

  .jcr-contact-location__map {
    border-top: 1px solid var(--jcr-contact-border);
    height: 30rem;
    min-height: 30rem;
  }

  .jcr-contact-location__map iframe,
  .jcr-contact-location__map img {
    height: 100%;
    min-height: 30rem;
  }
}

@media (max-width: 640px) {
  .jcr-contact-main > .padding-x,
  .jcr-contact-location > .padding-x,
  .jcr-contact-faq > .padding-x,
  .jcr-contact-empty > .padding-x {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .jcr-contact-hero > .padding-x {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .jcr-contact-hero {
    background-position: center;
    min-height: 0;
    padding: 13.6rem 0 2.8rem;
  }

  .jcr-contact-hero h1 {
    font-size: clamp(3rem, 11vw, 4.1rem);
    max-width: 100%;
  }

  .jcr-contact-hero__intro {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 1.1rem;
  }

  .jcr-contact-hero__actions,
  .jcr-contact-details .jcr-contact-btn,
  .jcr-contact-location__content .jcr-contact-btn {
    width: 100%;
  }

  .jcr-contact-btn {
    width: 100%;
  }

  .jcr-contact-main {
    padding: 1.6rem 0 2.2rem;
  }

  .jcr-contact-main__grid {
    gap: 1.1rem;
    max-width: 100%;
  }

  .jcr-contact-details,
  .jcr-contact-faq .container,
  .jcr-contact-empty .container {
    padding: 1.1rem;
  }

  .jcr-contact-location__content {
    padding: 1.45rem 1.2rem 1.15rem;
  }

  .jcr-contact-location__map {
    height: 24rem;
    min-height: 24rem;
  }

  .jcr-contact-location__map iframe,
  .jcr-contact-location__map img {
    min-height: 24rem;
  }

  .jcr-contact-form-panel__header h2 {
    font-size: 2.4rem;
  }

}

@media (min-width: 768px) {
  .jcr-contact-page .jcr-contact-hero > .padding-x {
    padding-left: 8%;
    padding-right: 8%;
  }

  .jcr-contact-page .jcr-contact-main > .padding-x,
  .jcr-contact-page .jcr-contact-location > .padding-x,
  .jcr-contact-page .jcr-contact-faq > .padding-x,
  .jcr-contact-page .jcr-contact-empty > .padding-x {
    padding-left: 8%;
    padding-right: 8%;
  }

  .jcr-contact-page .jcr-contact-hero__inner.container,
  .jcr-contact-page .jcr-contact-main__grid.container,
  .jcr-contact-page .jcr-contact-location__grid.container,
  .jcr-contact-page .jcr-contact-faq .container,
  .jcr-contact-page .jcr-contact-empty .container {
    max-width: none;
  }

  .jcr-contact-page .jcr-contact-hero__inner.container,
  .jcr-contact-page .jcr-contact-main__grid.container,
  .jcr-contact-page .jcr-contact-location__grid.container {
    padding-left: 0;
    padding-right: 0;
  }

  .jcr-contact-page .jcr-contact-main {
    padding: clamp(2.8rem, 4vw, 4.4rem) 0 clamp(2.8rem, 4vw, 4.6rem);
  }

  .jcr-contact-page .jcr-contact-location,
  .jcr-contact-page .jcr-contact-faq {
    padding-bottom: clamp(2.4rem, 3.6vw, 4.2rem);
  }
}

@media (min-width: 1025px) {
  .jcr-contact-page .jcr-contact-hero > .padding-x {
    padding-left: 12%;
    padding-right: 12%;
  }

  .jcr-contact-page .jcr-contact-hero__inner.container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .jcr-contact-page .jcr-contact-hero {
    min-height: clamp(430px, 36vw, 500px);
    padding-top: clamp(17.5rem, 15vw, 20rem);
    padding-bottom: clamp(3.4rem, 4vw, 4.8rem);
  }

  .jcr-contact-page .jcr-contact-hero__content {
    max-width: 640px;
  }

  .jcr-contact-page .jcr-contact-main > .padding-x,
  .jcr-contact-page .jcr-contact-location > .padding-x,
  .jcr-contact-page .jcr-contact-faq > .padding-x,
  .jcr-contact-page .jcr-contact-empty > .padding-x {
    padding-left: 12%;
    padding-right: 12%;
  }

  .jcr-contact-page .jcr-contact-main__grid.container,
  .jcr-contact-page .jcr-contact-location__grid.container,
  .jcr-contact-page .jcr-contact-faq .container,
  .jcr-contact-page .jcr-contact-empty .container {
    max-width: none;
  }

  .jcr-contact-page .jcr-contact-main__grid {
    gap: clamp(2rem, 2.2vw, 3rem);
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  }

  .jcr-contact-page .jcr-contact-form-shell {
    width: 100%;
  }

  .jcr-contact-page .jcr-contact-location-card--has-map {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (min-width: 1280px) {
  .jcr-contact-page .jcr-contact-hero > .padding-x,
  .jcr-contact-page .jcr-contact-main > .padding-x,
  .jcr-contact-page .jcr-contact-location > .padding-x,
  .jcr-contact-page .jcr-contact-faq > .padding-x,
  .jcr-contact-page .jcr-contact-empty > .padding-x {
    padding-left: 15%;
    padding-right: 15%;
  }

  .jcr-contact-page .jcr-contact-main__grid.container,
  .jcr-contact-page .jcr-contact-location__grid.container,
  .jcr-contact-page .jcr-contact-faq .container,
  .jcr-contact-page .jcr-contact-empty .container {
    max-width: none;
  }
}

@media (min-width: 2000px) {
  .jcr-contact-page .jcr-contact-hero > .padding-x,
  .jcr-contact-page .jcr-contact-main > .padding-x,
  .jcr-contact-page .jcr-contact-location > .padding-x,
  .jcr-contact-page .jcr-contact-faq > .padding-x,
  .jcr-contact-page .jcr-contact-empty > .padding-x {
    padding-left: 17.5%;
    padding-right: 17.5%;
  }
}

@media (min-width: 2500px) {
  .jcr-contact-page .jcr-contact-hero > .padding-x,
  .jcr-contact-page .jcr-contact-main > .padding-x,
  .jcr-contact-page .jcr-contact-location > .padding-x,
  .jcr-contact-page .jcr-contact-faq > .padding-x,
  .jcr-contact-page .jcr-contact-empty > .padding-x {
    padding-left: 20%;
    padding-right: 20%;
  }
}
