.jmh-local-strip {
  background: #f3f5f4;
  border-top: 1px solid #dfe5e6;
  color: #123355;
  padding: 22px 0;
}
.jmh-local-strip .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 28px;
}
.jmh-local-strip strong,
.jmh-local-strip span {
  display: block;
}
.jmh-local-strip strong {
  font-size: 18px;
  margin-bottom: 3px;
}
.jmh-local-strip span {
  color: #526779;
}
.jmh-local-strip nav {
  display: flex;
  flex: 0 0 auto;
  gap: 22px;
}
.jmh-local-strip a {
  color: #07578a;
  font-weight: 700;
}
.jmh-local-page {
  color: #173650;
  font-family: Arial, Helvetica, sans-serif;
}
.jmh-local-page * {
  box-sizing: border-box;
}
.lc-wrap {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 24px;
  padding-right: 24px;
}
.lc-hero {
  background: #102f52;
  color: #fff;
  overflow: hidden;
  padding: 74px 0;
  position: relative;
}
.lc-hero:after {
  background: linear-gradient(135deg, transparent 20%, rgba(242, 169, 25, .16));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.lc-hero .lc-wrap {
  display: grid;
  gap: 50px;
  grid-template-columns: 1.05fr .95fr;
  position: relative;
  z-index: 1;
}
.lc-kicker {
  color: #d88c00;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.lc-hero .lc-kicker {
  color: #f2ac21;
}
.lc-hero h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1.05;
  margin: 0 0 20px;
}
.lc-hero p {
  color: #e2ebf2;
  font-size: 20px;
  line-height: 1.65;
  margin: 0 0 28px;
}
.lc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lc-button {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 800;
  padding: 13px 20px;
}
.lc-button:hover {
  color: #fff;
  text-decoration: none;
}
.lc-button-gold {
  background: #d88c00;
  border-color: #d88c00;
}
.lc-hero figure {
  margin: 0;
}
.lc-hero img {
  height: 100%;
  max-height: 390px;
  object-fit: cover;
  width: 100%;
}
.lc-section {
  padding: 72px 0;
}
.lc-section-soft {
  background: #f3f5f4;
}
.lc-heading {
  margin-bottom: 34px;
  max-width: 760px;
}
.lc-heading h2 {
  color: #123355;
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 12px;
}
.lc-heading p {
  color: #526779;
  font-size: 18px;
  line-height: 1.65;
}
.lc-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}
.lc-card {
  background: #fff;
  border-top: 4px solid #d88c00;
  box-shadow: 0 8px 28px rgba(17, 48, 78, .08);
  padding: 26px;
}
.lc-card h3 {
  color: #123355;
  font-size: 22px;
  margin: 0 0 10px;
}
.lc-card p {
  color: #526779;
  line-height: 1.6;
  margin: 0 0 14px;
}
.lc-card a,
.lc-text-link {
  color: #07578a;
  font-weight: 800;
}
.lc-split {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: 1fr 1fr;
}
.lc-split img {
  height: 390px;
  object-fit: cover;
  width: 100%;
}
.lc-split h2 {
  color: #123355;
  font-size: 38px;
  margin: 0 0 16px;
}
.lc-split p,
.lc-split li {
  color: #526779;
  font-size: 17px;
  line-height: 1.65;
}
.lc-split ul {
  margin: 20px 0;
  padding-left: 20px;
}
.lc-location {
  background: #102f52;
  color: #fff;
}
.lc-location .lc-split h2,
.lc-location .lc-split p,
.lc-location .lc-split li {
  color: #fff;
}
.lc-location address {
  font-size: 18px;
  font-style: normal;
  line-height: 1.7;
}
.lc-map {
  background: #fff;
  padding: 8px;
}
.lc-map iframe {
  border: 0;
  display: block;
  min-height: 350px;
  width: 100%;
}
.lc-used-campaign {
  background: #eef3f2;
}
.lc-used-desktop {
  box-shadow: 18px 18px 0 #d88c00;
  display: block !important;
}
.lc-used-art,
.lc-used-art img {
  display: block;
  height: auto;
  width: 100%;
}
.lc-used-action {
  align-items: center;
  background: #102f52;
  color: #fff;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 23px 32px;
}
.lc-used-action > div {
  display: grid;
  gap: 5px;
}
.lc-used-action .lc-kicker {
  color: #f2ac21;
  margin: 0;
}
.lc-used-action strong {
  font-size: 19px;
  font-weight: 500;
}
.lc-used-action .lc-button {
  flex: 0 0 auto;
}
.lc-used-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .jmh-local-strip .container,
  .jmh-local-strip nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .jmh-local-strip .container,
  .jmh-local-strip nav {
    gap: 10px;
  }
  .lc-hero {
    padding: 48px 0;
  }
  .lc-hero .lc-wrap,
  .lc-grid,
  .lc-split {
    grid-template-columns: 1fr;
  }
  .lc-hero h1 {
    font-size: 37px;
  }
  .lc-hero figure {
    order: -1;
  }
  .lc-hero img,
  .lc-split img {
    height: 260px;
  }
  .lc-section {
    padding: 50px 0;
  }
  .lc-heading h2,
  .lc-split h2 {
    font-size: 31px;
  }
  .lc-used-desktop {
    display: none !important;
  }
  .lc-used-mobile {
    background: #fff;
    box-shadow: 7px 7px 0 #d88c00;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
  }
  .lc-used-photo {
    display: block;
    height: 235px;
    overflow: hidden;
  }
  .lc-used-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: 100% 5%;
    width: 100%;
  }
  .lc-used-copy {
    padding: 27px 24px 30px;
  }
  .lc-used-copy h2 {
    color: #123355;
    font-size: 36px;
    line-height: 1.03;
    margin: 0 0 14px;
  }
  .lc-used-copy p {
    color: #526779;
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 22px;
  }
}
