.elementor-71 .elementor-element.elementor-element-cec9e50{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-c6c5c1d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-e5bd097{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-09bc135{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-1ed74ee */.pc-pagehead {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  color: var(--pc-white);
  padding: 0 5% 32px;
  overflow: hidden;
}

.pc-pagehead .pc-pagehead__mullions {
  position: absolute;
  inset: 0;
  display: flex;
  pointer-events: none;
}

.pc-pagehead .pc-pagehead__mullion {
  flex: 1;
  border-left: 1px solid rgba(226, 226, 226, 0.08);
}

.pc-pagehead .pc-pagehead__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.pc-pagehead .pc-pagehead__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  margin-bottom: 14px;
}

.pc-pagehead .pc-pagehead__breadcrumb a {
  color: var(--pc-steel);
  text-decoration: none;
  transition: color 200ms ease;
}

.pc-pagehead .pc-pagehead__breadcrumb a:hover {
  color: var(--pc-white);
}

.pc-pagehead .pc-pagehead__sep {
  color: var(--pc-line);
}

.pc-pagehead .pc-pagehead__current {
  color: var(--pc-red);
  font-weight: 600;
}

.pc-pagehead .pc-pagehead__title {
  font-family: var(--pc-font-display);
  font-weight: 700;
  font-stretch: 110%;
  letter-spacing: -0.02em;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  margin: 0;
}

@media (max-width: 768px) {
  .pc-pagehead { min-height: 180px; padding-bottom: 24px; }
  .pc-pagehead .pc-pagehead__mullions { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a9d0a0 */.pc-story {
  background: var(--pc-white);
  color: var(--pc-ink);
  padding: var(--pc-section-pad-desktop) 5%;
}

.pc-story .pc-story__head {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto 24px;
}

.pc-story .pc-story__bar {
  display: inline-block;
  width: 3px;
  height: 28px;
  background: var(--pc-red);
  flex-shrink: 0;
}

.pc-story .pc-story__title {
  font-family: var(--pc-font-display);
  font-weight: 700;
  font-stretch: 110%;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin: 0;
}

.pc-story .pc-story__lead {
  max-width: 700px;
  margin: 0 auto 64px;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(14, 17, 22, 0.75);
}

.pc-story .pc-story__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.pc-story .pc-story__timeline::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--pc-line-light);
}

.pc-story .pc-story__milestone {
  position: relative;
  padding-top: 32px;
}

.pc-story .pc-story__dot {
  position: absolute;
  top: 2px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pc-red);
}

.pc-story .pc-story__year {
  display: block;
  font-family: var(--pc-font-display);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.pc-story .pc-story__milestone-title {
  font-family: var(--pc-font-display);
  font-weight: 650;
  font-size: 0.9375rem;
  margin: 0 0 8px;
}

.pc-story .pc-story__milestone-desc {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(14, 17, 22, 0.68);
  margin: 0;
}

@media (max-width: 1024px) {
  .pc-story .pc-story__timeline { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .pc-story .pc-story__timeline::before { display: none; }
}

@media (max-width: 768px) {
  .pc-story { padding: var(--pc-section-pad-mobile) 6%; }
  .pc-story .pc-story__timeline { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .pc-story .pc-story__timeline { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4645869 */.pc-mv {
  background: var(--pc-mist);
  padding: var(--pc-section-pad-desktop) 5%;
}

.pc-mv .pc-mv__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}

.pc-mv .pc-mv-card {
  background: var(--pc-white);
  padding: 40px;
  border-top: 3px solid var(--pc-red);
}

.pc-mv .pc-mv-card__icon {
  width: 32px;
  height: 32px;
  color: var(--pc-red);
  margin-bottom: 20px;
}

.pc-mv .pc-mv-card__title {
  font-family: var(--pc-font-display);
  font-weight: 650;
  font-size: 1.375rem;
  margin: 0 0 14px;
}

.pc-mv .pc-mv-card__desc {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(14, 17, 22, 0.75);
  margin: 0;
}

@media (max-width: 768px) {
  .pc-mv { padding: var(--pc-section-pad-mobile) 6%; }
  .pc-mv .pc-mv__grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-937dd31 */.pc-cta {
  background: var(--pc-ink);
  color: var(--pc-white);
  padding: var(--pc-section-pad-desktop) 5%;
  text-align: center;
}

.pc-cta .pc-cta__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pc-cta .pc-cta__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--pc-steel);
  margin-bottom: 20px;
}

.pc-cta .pc-cta__headline {
  font-family: var(--pc-font-display);
  font-weight: 700;
  font-stretch: 110%;
  letter-spacing: -0.02em;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.25;
  margin: 0 0 40px;
}

.pc-cta .pc-cta__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}

.pc-cta .pc-cta__phone {
  font-family: var(--pc-font-display);
  font-weight: 650;
  font-size: clamp(1.375rem, 2.6vw, 1.75rem);
  letter-spacing: -0.01em;
  color: var(--pc-white);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 200ms ease, border-color 200ms ease;
}

.pc-cta .pc-cta__phone:hover {
  color: var(--pc-red);
  border-color: var(--pc-red);
}

.pc-cta .pc-cta__divider {
  display: inline-block;
  width: 1px;
  height: 28px;
  background: var(--pc-line);
}

.pc-cta .pc-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: var(--pc-red);
  color: var(--pc-white);
  border: 1px solid var(--pc-red);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 200ms ease, border-color 200ms ease;
}

.pc-cta .pc-cta__button:hover {
  background: var(--pc-red-deep);
  border-color: var(--pc-red-deep);
}

@media (max-width: 768px) {
  .pc-cta { padding: var(--pc-section-pad-mobile) 6%; }
  .pc-cta .pc-cta__actions { flex-direction: column; gap: 20px; }
  .pc-cta .pc-cta__divider { display: none; }
}/* End custom CSS */