.elementor-3397 .elementor-element.elementor-element-5a563bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5410b18 */<style>
  .rp-westchester-page {
    --rp-navy: #18324a;
    --rp-blue: #315f7d;
    --rp-gold: #c69a62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5e6d79;
    --rp-border: #dce4e9;
    --rp-danger: #922f35;
    --rp-shadow: 0 14px 34px rgba(24, 50, 74, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-westchester-page *,
  .rp-westchester-page *::before,
  .rp-westchester-page *::after {
    box-sizing: border-box;
  }

  .rp-westchester-section {
    padding: 74px 24px;
  }

  .rp-westchester-section--cream {
    background: var(--rp-cream);
  }

  .rp-westchester-section--light {
    background: var(--rp-light);
  }

  .rp-westchester-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-westchester-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-westchester-narrow {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }

  .rp-westchester-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .rp-westchester-grid--reverse .rp-westchester-content {
    order: 2;
  }

  .rp-westchester-grid--reverse .rp-westchester-media {
    order: 1;
  }

  .rp-westchester-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rp-westchester-section--dark .rp-westchester-eyebrow {
    color: #efd1a6;
  }

  .rp-westchester-page h2,
  .rp-westchester-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.2;
  }

  .rp-westchester-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-westchester-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-westchester-section--dark h2,
  .rp-westchester-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-westchester-page p,
  .rp-westchester-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-westchester-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-westchester-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-westchester-lead {
    max-width: 900px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-westchester-section--dark .rp-westchester-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-westchester-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-westchester-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .rp-westchester-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(24, 50, 74, 0.16);
  }

  .rp-westchester-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-westchester-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark a:not(.rp-westchester-button) {
    color: var(--rp-white);
  }

  .rp-westchester-media {
    width: 100%;
  }

  .rp-westchester-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-westchester-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-westchester-badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .rp-westchester-alert {
    margin-top: 28px;
    padding: 22px;
    border-left: 5px solid var(--rp-danger);
    border-radius: 8px;
    background: #fff4f4;
  }

  .rp-westchester-alert p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-community-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .rp-westchester-community {
    padding: 16px 12px;
    border: 1px solid var(--rp-border);
    border-radius: 10px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .rp-westchester-condition-grid,
  .rp-westchester-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }

  .rp-westchester-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(24, 50, 74, 0.07);
  }

  .rp-westchester-card p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-info-box {
    margin-top: 28px;
    padding: 25px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-info-box p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-westchester-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-faq summary {
    position: relative;
    padding: 21px 54px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-westchester-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-westchester-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-westchester-faq details[open] summary::after {
    content: "−";
  }

  .rp-westchester-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-westchester-center {
    text-align: center;
  }

  .rp-westchester-center .rp-westchester-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-westchester-center .rp-westchester-buttons {
    justify-content: center;
  }

  .rp-westchester-disclaimer {
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-light);
  }

  @media (max-width: 1000px) {
    .rp-westchester-community-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .rp-westchester-section {
      padding: 60px 20px;
    }

    .rp-westchester-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-westchester-grid--reverse .rp-westchester-content,
    .rp-westchester-grid--reverse .rp-westchester-media {
      order: initial;
    }

    .rp-westchester-condition-grid,
    .rp-westchester-service-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .rp-westchester-section {
      padding: 48px 18px;
    }

    .rp-westchester-buttons {
      flex-direction: column;
    }

    .rp-westchester-button {
      width: 100%;
    }

    .rp-westchester-community-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-westchester-image {
      min-height: 280px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73806e9 */<style>
  .rp-westchester-page {
    --rp-navy: #18324a;
    --rp-blue: #315f7d;
    --rp-gold: #c69a62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5e6d79;
    --rp-border: #dce4e9;
    --rp-danger: #922f35;
    --rp-shadow: 0 14px 34px rgba(24, 50, 74, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-westchester-page *,
  .rp-westchester-page *::before,
  .rp-westchester-page *::after {
    box-sizing: border-box;
  }

  .rp-westchester-section {
    padding: 74px 24px;
  }

  .rp-westchester-section--cream {
    background: var(--rp-cream);
  }

  .rp-westchester-section--light {
    background: var(--rp-light);
  }

  .rp-westchester-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-westchester-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-westchester-narrow {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }

  .rp-westchester-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .rp-westchester-grid--reverse .rp-westchester-content {
    order: 2;
  }

  .rp-westchester-grid--reverse .rp-westchester-media {
    order: 1;
  }

  .rp-westchester-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rp-westchester-section--dark .rp-westchester-eyebrow {
    color: #efd1a6;
  }

  .rp-westchester-page h2,
  .rp-westchester-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.2;
  }

  .rp-westchester-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-westchester-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-westchester-section--dark h2,
  .rp-westchester-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-westchester-page p,
  .rp-westchester-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-westchester-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-westchester-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-westchester-lead {
    max-width: 900px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-westchester-section--dark .rp-westchester-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-westchester-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-westchester-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .rp-westchester-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(24, 50, 74, 0.16);
  }

  .rp-westchester-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-westchester-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark a:not(.rp-westchester-button) {
    color: var(--rp-white);
  }

  .rp-westchester-media {
    width: 100%;
  }

  .rp-westchester-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-westchester-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-westchester-badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .rp-westchester-alert {
    margin-top: 28px;
    padding: 22px;
    border-left: 5px solid var(--rp-danger);
    border-radius: 8px;
    background: #fff4f4;
  }

  .rp-westchester-alert p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-community-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .rp-westchester-community {
    padding: 16px 12px;
    border: 1px solid var(--rp-border);
    border-radius: 10px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .rp-westchester-condition-grid,
  .rp-westchester-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }

  .rp-westchester-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(24, 50, 74, 0.07);
  }

  .rp-westchester-card p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-info-box {
    margin-top: 28px;
    padding: 25px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-info-box p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-westchester-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-faq summary {
    position: relative;
    padding: 21px 54px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-westchester-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-westchester-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-westchester-faq details[open] summary::after {
    content: "−";
  }

  .rp-westchester-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-westchester-center {
    text-align: center;
  }

  .rp-westchester-center .rp-westchester-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-westchester-center .rp-westchester-buttons {
    justify-content: center;
  }

  .rp-westchester-disclaimer {
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-light);
  }

  @media (max-width: 1000px) {
    .rp-westchester-community-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .rp-westchester-section {
      padding: 60px 20px;
    }

    .rp-westchester-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-westchester-grid--reverse .rp-westchester-content,
    .rp-westchester-grid--reverse .rp-westchester-media {
      order: initial;
    }

    .rp-westchester-condition-grid,
    .rp-westchester-service-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .rp-westchester-section {
      padding: 48px 18px;
    }

    .rp-westchester-buttons {
      flex-direction: column;
    }

    .rp-westchester-button {
      width: 100%;
    }

    .rp-westchester-community-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-westchester-image {
      min-height: 280px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1686dc0 */<style>
  .rp-westchester-page {
    --rp-navy: #18324a;
    --rp-blue: #315f7d;
    --rp-gold: #c69a62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5e6d79;
    --rp-border: #dce4e9;
    --rp-danger: #922f35;
    --rp-shadow: 0 14px 34px rgba(24, 50, 74, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-westchester-page *,
  .rp-westchester-page *::before,
  .rp-westchester-page *::after {
    box-sizing: border-box;
  }

  .rp-westchester-section {
    padding: 74px 24px;
  }

  .rp-westchester-section--cream {
    background: var(--rp-cream);
  }

  .rp-westchester-section--light {
    background: var(--rp-light);
  }

  .rp-westchester-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-westchester-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-westchester-narrow {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }

  .rp-westchester-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .rp-westchester-grid--reverse .rp-westchester-content {
    order: 2;
  }

  .rp-westchester-grid--reverse .rp-westchester-media {
    order: 1;
  }

  .rp-westchester-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rp-westchester-section--dark .rp-westchester-eyebrow {
    color: #efd1a6;
  }

  .rp-westchester-page h2,
  .rp-westchester-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.2;
  }

  .rp-westchester-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-westchester-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-westchester-section--dark h2,
  .rp-westchester-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-westchester-page p,
  .rp-westchester-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-westchester-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-westchester-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-westchester-lead {
    max-width: 900px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-westchester-section--dark .rp-westchester-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-westchester-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-westchester-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .rp-westchester-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(24, 50, 74, 0.16);
  }

  .rp-westchester-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-westchester-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark a:not(.rp-westchester-button) {
    color: var(--rp-white);
  }

  .rp-westchester-media {
    width: 100%;
  }

  .rp-westchester-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-westchester-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-westchester-badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .rp-westchester-alert {
    margin-top: 28px;
    padding: 22px;
    border-left: 5px solid var(--rp-danger);
    border-radius: 8px;
    background: #fff4f4;
  }

  .rp-westchester-alert p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-community-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .rp-westchester-community {
    padding: 16px 12px;
    border: 1px solid var(--rp-border);
    border-radius: 10px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .rp-westchester-condition-grid,
  .rp-westchester-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }

  .rp-westchester-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(24, 50, 74, 0.07);
  }

  .rp-westchester-card p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-info-box {
    margin-top: 28px;
    padding: 25px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-info-box p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-westchester-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-faq summary {
    position: relative;
    padding: 21px 54px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-westchester-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-westchester-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-westchester-faq details[open] summary::after {
    content: "−";
  }

  .rp-westchester-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-westchester-center {
    text-align: center;
  }

  .rp-westchester-center .rp-westchester-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-westchester-center .rp-westchester-buttons {
    justify-content: center;
  }

  .rp-westchester-disclaimer {
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-light);
  }

  @media (max-width: 1000px) {
    .rp-westchester-community-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .rp-westchester-section {
      padding: 60px 20px;
    }

    .rp-westchester-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-westchester-grid--reverse .rp-westchester-content,
    .rp-westchester-grid--reverse .rp-westchester-media {
      order: initial;
    }

    .rp-westchester-condition-grid,
    .rp-westchester-service-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .rp-westchester-section {
      padding: 48px 18px;
    }

    .rp-westchester-buttons {
      flex-direction: column;
    }

    .rp-westchester-button {
      width: 100%;
    }

    .rp-westchester-community-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-westchester-image {
      min-height: 280px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffa11bb */<style>
  .rp-westchester-page {
    --rp-navy: #18324a;
    --rp-blue: #315f7d;
    --rp-gold: #c69a62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5e6d79;
    --rp-border: #dce4e9;
    --rp-danger: #922f35;
    --rp-shadow: 0 14px 34px rgba(24, 50, 74, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-westchester-page *,
  .rp-westchester-page *::before,
  .rp-westchester-page *::after {
    box-sizing: border-box;
  }

  .rp-westchester-section {
    padding: 74px 24px;
  }

  .rp-westchester-section--cream {
    background: var(--rp-cream);
  }

  .rp-westchester-section--light {
    background: var(--rp-light);
  }

  .rp-westchester-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-westchester-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-westchester-narrow {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }

  .rp-westchester-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .rp-westchester-grid--reverse .rp-westchester-content {
    order: 2;
  }

  .rp-westchester-grid--reverse .rp-westchester-media {
    order: 1;
  }

  .rp-westchester-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rp-westchester-section--dark .rp-westchester-eyebrow {
    color: #efd1a6;
  }

  .rp-westchester-page h2,
  .rp-westchester-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.2;
  }

  .rp-westchester-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-westchester-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-westchester-section--dark h2,
  .rp-westchester-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-westchester-page p,
  .rp-westchester-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-westchester-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-westchester-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-westchester-lead {
    max-width: 900px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-westchester-section--dark .rp-westchester-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-westchester-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-westchester-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .rp-westchester-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(24, 50, 74, 0.16);
  }

  .rp-westchester-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-westchester-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark a:not(.rp-westchester-button) {
    color: var(--rp-white);
  }

  .rp-westchester-media {
    width: 100%;
  }

  .rp-westchester-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-westchester-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-westchester-badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .rp-westchester-alert {
    margin-top: 28px;
    padding: 22px;
    border-left: 5px solid var(--rp-danger);
    border-radius: 8px;
    background: #fff4f4;
  }

  .rp-westchester-alert p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-community-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .rp-westchester-community {
    padding: 16px 12px;
    border: 1px solid var(--rp-border);
    border-radius: 10px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .rp-westchester-condition-grid,
  .rp-westchester-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }

  .rp-westchester-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(24, 50, 74, 0.07);
  }

  .rp-westchester-card p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-info-box {
    margin-top: 28px;
    padding: 25px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-info-box p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-westchester-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-faq summary {
    position: relative;
    padding: 21px 54px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-westchester-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-westchester-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-westchester-faq details[open] summary::after {
    content: "−";
  }

  .rp-westchester-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-westchester-center {
    text-align: center;
  }

  .rp-westchester-center .rp-westchester-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-westchester-center .rp-westchester-buttons {
    justify-content: center;
  }

  .rp-westchester-disclaimer {
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-light);
  }

  @media (max-width: 1000px) {
    .rp-westchester-community-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .rp-westchester-section {
      padding: 60px 20px;
    }

    .rp-westchester-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-westchester-grid--reverse .rp-westchester-content,
    .rp-westchester-grid--reverse .rp-westchester-media {
      order: initial;
    }

    .rp-westchester-condition-grid,
    .rp-westchester-service-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .rp-westchester-section {
      padding: 48px 18px;
    }

    .rp-westchester-buttons {
      flex-direction: column;
    }

    .rp-westchester-button {
      width: 100%;
    }

    .rp-westchester-community-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-westchester-image {
      min-height: 280px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-445c363 */<style>
  .rp-westchester-page {
    --rp-navy: #18324a;
    --rp-blue: #315f7d;
    --rp-gold: #c69a62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5e6d79;
    --rp-border: #dce4e9;
    --rp-danger: #922f35;
    --rp-shadow: 0 14px 34px rgba(24, 50, 74, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-westchester-page *,
  .rp-westchester-page *::before,
  .rp-westchester-page *::after {
    box-sizing: border-box;
  }

  .rp-westchester-section {
    padding: 74px 24px;
  }

  .rp-westchester-section--cream {
    background: var(--rp-cream);
  }

  .rp-westchester-section--light {
    background: var(--rp-light);
  }

  .rp-westchester-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-westchester-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-westchester-narrow {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }

  .rp-westchester-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .rp-westchester-grid--reverse .rp-westchester-content {
    order: 2;
  }

  .rp-westchester-grid--reverse .rp-westchester-media {
    order: 1;
  }

  .rp-westchester-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rp-westchester-section--dark .rp-westchester-eyebrow {
    color: #efd1a6;
  }

  .rp-westchester-page h2,
  .rp-westchester-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.2;
  }

  .rp-westchester-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-westchester-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-westchester-section--dark h2,
  .rp-westchester-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-westchester-page p,
  .rp-westchester-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-westchester-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-westchester-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-westchester-lead {
    max-width: 900px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-westchester-section--dark .rp-westchester-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-westchester-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-westchester-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .rp-westchester-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(24, 50, 74, 0.16);
  }

  .rp-westchester-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-westchester-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark a:not(.rp-westchester-button) {
    color: var(--rp-white);
  }

  .rp-westchester-media {
    width: 100%;
  }

  .rp-westchester-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-westchester-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-westchester-badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .rp-westchester-alert {
    margin-top: 28px;
    padding: 22px;
    border-left: 5px solid var(--rp-danger);
    border-radius: 8px;
    background: #fff4f4;
  }

  .rp-westchester-alert p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-community-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .rp-westchester-community {
    padding: 16px 12px;
    border: 1px solid var(--rp-border);
    border-radius: 10px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .rp-westchester-condition-grid,
  .rp-westchester-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }

  .rp-westchester-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(24, 50, 74, 0.07);
  }

  .rp-westchester-card p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-info-box {
    margin-top: 28px;
    padding: 25px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-info-box p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-westchester-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-faq summary {
    position: relative;
    padding: 21px 54px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-westchester-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-westchester-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-westchester-faq details[open] summary::after {
    content: "−";
  }

  .rp-westchester-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-westchester-center {
    text-align: center;
  }

  .rp-westchester-center .rp-westchester-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-westchester-center .rp-westchester-buttons {
    justify-content: center;
  }

  .rp-westchester-disclaimer {
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-light);
  }

  @media (max-width: 1000px) {
    .rp-westchester-community-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .rp-westchester-section {
      padding: 60px 20px;
    }

    .rp-westchester-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-westchester-grid--reverse .rp-westchester-content,
    .rp-westchester-grid--reverse .rp-westchester-media {
      order: initial;
    }

    .rp-westchester-condition-grid,
    .rp-westchester-service-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .rp-westchester-section {
      padding: 48px 18px;
    }

    .rp-westchester-buttons {
      flex-direction: column;
    }

    .rp-westchester-button {
      width: 100%;
    }

    .rp-westchester-community-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-westchester-image {
      min-height: 280px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f3aef0 */<style>
  .rp-westchester-page {
    --rp-navy: #18324a;
    --rp-blue: #315f7d;
    --rp-gold: #c69a62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5e6d79;
    --rp-border: #dce4e9;
    --rp-danger: #922f35;
    --rp-shadow: 0 14px 34px rgba(24, 50, 74, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-westchester-page *,
  .rp-westchester-page *::before,
  .rp-westchester-page *::after {
    box-sizing: border-box;
  }

  .rp-westchester-section {
    padding: 74px 24px;
  }

  .rp-westchester-section--cream {
    background: var(--rp-cream);
  }

  .rp-westchester-section--light {
    background: var(--rp-light);
  }

  .rp-westchester-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-westchester-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-westchester-narrow {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }

  .rp-westchester-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .rp-westchester-grid--reverse .rp-westchester-content {
    order: 2;
  }

  .rp-westchester-grid--reverse .rp-westchester-media {
    order: 1;
  }

  .rp-westchester-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rp-westchester-section--dark .rp-westchester-eyebrow {
    color: #efd1a6;
  }

  .rp-westchester-page h2,
  .rp-westchester-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.2;
  }

  .rp-westchester-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-westchester-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-westchester-section--dark h2,
  .rp-westchester-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-westchester-page p,
  .rp-westchester-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-westchester-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-westchester-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-westchester-lead {
    max-width: 900px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-westchester-section--dark .rp-westchester-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-westchester-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-westchester-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .rp-westchester-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(24, 50, 74, 0.16);
  }

  .rp-westchester-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-westchester-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark a:not(.rp-westchester-button) {
    color: var(--rp-white);
  }

  .rp-westchester-media {
    width: 100%;
  }

  .rp-westchester-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-westchester-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-westchester-badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .rp-westchester-alert {
    margin-top: 28px;
    padding: 22px;
    border-left: 5px solid var(--rp-danger);
    border-radius: 8px;
    background: #fff4f4;
  }

  .rp-westchester-alert p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-community-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .rp-westchester-community {
    padding: 16px 12px;
    border: 1px solid var(--rp-border);
    border-radius: 10px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .rp-westchester-condition-grid,
  .rp-westchester-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }

  .rp-westchester-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(24, 50, 74, 0.07);
  }

  .rp-westchester-card p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-info-box {
    margin-top: 28px;
    padding: 25px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-info-box p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-westchester-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-faq summary {
    position: relative;
    padding: 21px 54px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-westchester-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-westchester-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-westchester-faq details[open] summary::after {
    content: "−";
  }

  .rp-westchester-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-westchester-center {
    text-align: center;
  }

  .rp-westchester-center .rp-westchester-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-westchester-center .rp-westchester-buttons {
    justify-content: center;
  }

  .rp-westchester-disclaimer {
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-light);
  }

  @media (max-width: 1000px) {
    .rp-westchester-community-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .rp-westchester-section {
      padding: 60px 20px;
    }

    .rp-westchester-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-westchester-grid--reverse .rp-westchester-content,
    .rp-westchester-grid--reverse .rp-westchester-media {
      order: initial;
    }

    .rp-westchester-condition-grid,
    .rp-westchester-service-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .rp-westchester-section {
      padding: 48px 18px;
    }

    .rp-westchester-buttons {
      flex-direction: column;
    }

    .rp-westchester-button {
      width: 100%;
    }

    .rp-westchester-community-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-westchester-image {
      min-height: 280px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb02638 */<style>
  .rp-westchester-page {
    --rp-navy: #18324a;
    --rp-blue: #315f7d;
    --rp-gold: #c69a62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5e6d79;
    --rp-border: #dce4e9;
    --rp-danger: #922f35;
    --rp-shadow: 0 14px 34px rgba(24, 50, 74, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-westchester-page *,
  .rp-westchester-page *::before,
  .rp-westchester-page *::after {
    box-sizing: border-box;
  }

  .rp-westchester-section {
    padding: 74px 24px;
  }

  .rp-westchester-section--cream {
    background: var(--rp-cream);
  }

  .rp-westchester-section--light {
    background: var(--rp-light);
  }

  .rp-westchester-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-westchester-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-westchester-narrow {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }

  .rp-westchester-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .rp-westchester-grid--reverse .rp-westchester-content {
    order: 2;
  }

  .rp-westchester-grid--reverse .rp-westchester-media {
    order: 1;
  }

  .rp-westchester-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rp-westchester-section--dark .rp-westchester-eyebrow {
    color: #efd1a6;
  }

  .rp-westchester-page h2,
  .rp-westchester-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.2;
  }

  .rp-westchester-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-westchester-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-westchester-section--dark h2,
  .rp-westchester-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-westchester-page p,
  .rp-westchester-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-westchester-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-westchester-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-westchester-lead {
    max-width: 900px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-westchester-section--dark .rp-westchester-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-westchester-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-westchester-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .rp-westchester-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(24, 50, 74, 0.16);
  }

  .rp-westchester-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-westchester-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark a:not(.rp-westchester-button) {
    color: var(--rp-white);
  }

  .rp-westchester-media {
    width: 100%;
  }

  .rp-westchester-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-westchester-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-westchester-badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .rp-westchester-alert {
    margin-top: 28px;
    padding: 22px;
    border-left: 5px solid var(--rp-danger);
    border-radius: 8px;
    background: #fff4f4;
  }

  .rp-westchester-alert p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-community-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .rp-westchester-community {
    padding: 16px 12px;
    border: 1px solid var(--rp-border);
    border-radius: 10px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .rp-westchester-condition-grid,
  .rp-westchester-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }

  .rp-westchester-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(24, 50, 74, 0.07);
  }

  .rp-westchester-card p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-info-box {
    margin-top: 28px;
    padding: 25px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-info-box p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-westchester-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-faq summary {
    position: relative;
    padding: 21px 54px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-westchester-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-westchester-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-westchester-faq details[open] summary::after {
    content: "−";
  }

  .rp-westchester-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-westchester-center {
    text-align: center;
  }

  .rp-westchester-center .rp-westchester-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-westchester-center .rp-westchester-buttons {
    justify-content: center;
  }

  .rp-westchester-disclaimer {
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-light);
  }

  @media (max-width: 1000px) {
    .rp-westchester-community-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .rp-westchester-section {
      padding: 60px 20px;
    }

    .rp-westchester-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-westchester-grid--reverse .rp-westchester-content,
    .rp-westchester-grid--reverse .rp-westchester-media {
      order: initial;
    }

    .rp-westchester-condition-grid,
    .rp-westchester-service-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .rp-westchester-section {
      padding: 48px 18px;
    }

    .rp-westchester-buttons {
      flex-direction: column;
    }

    .rp-westchester-button {
      width: 100%;
    }

    .rp-westchester-community-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-westchester-image {
      min-height: 280px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-047830b */<style>
  .rp-westchester-page {
    --rp-navy: #18324a;
    --rp-blue: #315f7d;
    --rp-gold: #c69a62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5e6d79;
    --rp-border: #dce4e9;
    --rp-danger: #922f35;
    --rp-shadow: 0 14px 34px rgba(24, 50, 74, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-westchester-page *,
  .rp-westchester-page *::before,
  .rp-westchester-page *::after {
    box-sizing: border-box;
  }

  .rp-westchester-section {
    padding: 74px 24px;
  }

  .rp-westchester-section--cream {
    background: var(--rp-cream);
  }

  .rp-westchester-section--light {
    background: var(--rp-light);
  }

  .rp-westchester-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-westchester-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-westchester-narrow {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }

  .rp-westchester-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .rp-westchester-grid--reverse .rp-westchester-content {
    order: 2;
  }

  .rp-westchester-grid--reverse .rp-westchester-media {
    order: 1;
  }

  .rp-westchester-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rp-westchester-section--dark .rp-westchester-eyebrow {
    color: #efd1a6;
  }

  .rp-westchester-page h2,
  .rp-westchester-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.2;
  }

  .rp-westchester-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-westchester-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-westchester-section--dark h2,
  .rp-westchester-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-westchester-page p,
  .rp-westchester-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-westchester-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-westchester-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-westchester-lead {
    max-width: 900px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-westchester-section--dark .rp-westchester-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-westchester-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-westchester-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .rp-westchester-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(24, 50, 74, 0.16);
  }

  .rp-westchester-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-westchester-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark a:not(.rp-westchester-button) {
    color: var(--rp-white);
  }

  .rp-westchester-media {
    width: 100%;
  }

  .rp-westchester-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-westchester-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-westchester-badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .rp-westchester-alert {
    margin-top: 28px;
    padding: 22px;
    border-left: 5px solid var(--rp-danger);
    border-radius: 8px;
    background: #fff4f4;
  }

  .rp-westchester-alert p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-community-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .rp-westchester-community {
    padding: 16px 12px;
    border: 1px solid var(--rp-border);
    border-radius: 10px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .rp-westchester-condition-grid,
  .rp-westchester-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }

  .rp-westchester-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(24, 50, 74, 0.07);
  }

  .rp-westchester-card p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-info-box {
    margin-top: 28px;
    padding: 25px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-info-box p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-westchester-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-faq summary {
    position: relative;
    padding: 21px 54px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-westchester-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-westchester-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-westchester-faq details[open] summary::after {
    content: "−";
  }

  .rp-westchester-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-westchester-center {
    text-align: center;
  }

  .rp-westchester-center .rp-westchester-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-westchester-center .rp-westchester-buttons {
    justify-content: center;
  }

  .rp-westchester-disclaimer {
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-light);
  }

  @media (max-width: 1000px) {
    .rp-westchester-community-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .rp-westchester-section {
      padding: 60px 20px;
    }

    .rp-westchester-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-westchester-grid--reverse .rp-westchester-content,
    .rp-westchester-grid--reverse .rp-westchester-media {
      order: initial;
    }

    .rp-westchester-condition-grid,
    .rp-westchester-service-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .rp-westchester-section {
      padding: 48px 18px;
    }

    .rp-westchester-buttons {
      flex-direction: column;
    }

    .rp-westchester-button {
      width: 100%;
    }

    .rp-westchester-community-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-westchester-image {
      min-height: 280px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96690a2 */<style>
  .rp-westchester-page {
    --rp-navy: #18324a;
    --rp-blue: #315f7d;
    --rp-gold: #c69a62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5e6d79;
    --rp-border: #dce4e9;
    --rp-danger: #922f35;
    --rp-shadow: 0 14px 34px rgba(24, 50, 74, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-westchester-page *,
  .rp-westchester-page *::before,
  .rp-westchester-page *::after {
    box-sizing: border-box;
  }

  .rp-westchester-section {
    padding: 74px 24px;
  }

  .rp-westchester-section--cream {
    background: var(--rp-cream);
  }

  .rp-westchester-section--light {
    background: var(--rp-light);
  }

  .rp-westchester-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-westchester-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-westchester-narrow {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }

  .rp-westchester-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .rp-westchester-grid--reverse .rp-westchester-content {
    order: 2;
  }

  .rp-westchester-grid--reverse .rp-westchester-media {
    order: 1;
  }

  .rp-westchester-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rp-westchester-section--dark .rp-westchester-eyebrow {
    color: #efd1a6;
  }

  .rp-westchester-page h2,
  .rp-westchester-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.2;
  }

  .rp-westchester-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-westchester-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-westchester-section--dark h2,
  .rp-westchester-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-westchester-page p,
  .rp-westchester-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-westchester-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-westchester-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-westchester-lead {
    max-width: 900px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-westchester-section--dark .rp-westchester-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-westchester-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-westchester-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .rp-westchester-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(24, 50, 74, 0.16);
  }

  .rp-westchester-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-westchester-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark a:not(.rp-westchester-button) {
    color: var(--rp-white);
  }

  .rp-westchester-media {
    width: 100%;
  }

  .rp-westchester-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-westchester-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-westchester-badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .rp-westchester-alert {
    margin-top: 28px;
    padding: 22px;
    border-left: 5px solid var(--rp-danger);
    border-radius: 8px;
    background: #fff4f4;
  }

  .rp-westchester-alert p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-community-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .rp-westchester-community {
    padding: 16px 12px;
    border: 1px solid var(--rp-border);
    border-radius: 10px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .rp-westchester-condition-grid,
  .rp-westchester-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }

  .rp-westchester-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(24, 50, 74, 0.07);
  }

  .rp-westchester-card p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-info-box {
    margin-top: 28px;
    padding: 25px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-info-box p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-westchester-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-faq summary {
    position: relative;
    padding: 21px 54px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-westchester-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-westchester-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-westchester-faq details[open] summary::after {
    content: "−";
  }

  .rp-westchester-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-westchester-center {
    text-align: center;
  }

  .rp-westchester-center .rp-westchester-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-westchester-center .rp-westchester-buttons {
    justify-content: center;
  }

  .rp-westchester-disclaimer {
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-light);
  }

  @media (max-width: 1000px) {
    .rp-westchester-community-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .rp-westchester-section {
      padding: 60px 20px;
    }

    .rp-westchester-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-westchester-grid--reverse .rp-westchester-content,
    .rp-westchester-grid--reverse .rp-westchester-media {
      order: initial;
    }

    .rp-westchester-condition-grid,
    .rp-westchester-service-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .rp-westchester-section {
      padding: 48px 18px;
    }

    .rp-westchester-buttons {
      flex-direction: column;
    }

    .rp-westchester-button {
      width: 100%;
    }

    .rp-westchester-community-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-westchester-image {
      min-height: 280px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ae391d */<style>
  .rp-westchester-page {
    --rp-navy: #18324a;
    --rp-blue: #315f7d;
    --rp-gold: #c69a62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5e6d79;
    --rp-border: #dce4e9;
    --rp-danger: #922f35;
    --rp-shadow: 0 14px 34px rgba(24, 50, 74, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-westchester-page *,
  .rp-westchester-page *::before,
  .rp-westchester-page *::after {
    box-sizing: border-box;
  }

  .rp-westchester-section {
    padding: 74px 24px;
  }

  .rp-westchester-section--cream {
    background: var(--rp-cream);
  }

  .rp-westchester-section--light {
    background: var(--rp-light);
  }

  .rp-westchester-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-westchester-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-westchester-narrow {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }

  .rp-westchester-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .rp-westchester-grid--reverse .rp-westchester-content {
    order: 2;
  }

  .rp-westchester-grid--reverse .rp-westchester-media {
    order: 1;
  }

  .rp-westchester-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rp-westchester-section--dark .rp-westchester-eyebrow {
    color: #efd1a6;
  }

  .rp-westchester-page h2,
  .rp-westchester-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.2;
  }

  .rp-westchester-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-westchester-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-westchester-section--dark h2,
  .rp-westchester-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-westchester-page p,
  .rp-westchester-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-westchester-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-westchester-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-westchester-lead {
    max-width: 900px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-westchester-section--dark .rp-westchester-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-westchester-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-westchester-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .rp-westchester-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(24, 50, 74, 0.16);
  }

  .rp-westchester-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-westchester-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark a:not(.rp-westchester-button) {
    color: var(--rp-white);
  }

  .rp-westchester-media {
    width: 100%;
  }

  .rp-westchester-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-westchester-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-westchester-badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .rp-westchester-alert {
    margin-top: 28px;
    padding: 22px;
    border-left: 5px solid var(--rp-danger);
    border-radius: 8px;
    background: #fff4f4;
  }

  .rp-westchester-alert p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-community-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .rp-westchester-community {
    padding: 16px 12px;
    border: 1px solid var(--rp-border);
    border-radius: 10px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .rp-westchester-condition-grid,
  .rp-westchester-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }

  .rp-westchester-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(24, 50, 74, 0.07);
  }

  .rp-westchester-card p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-info-box {
    margin-top: 28px;
    padding: 25px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-info-box p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-westchester-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-faq summary {
    position: relative;
    padding: 21px 54px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-westchester-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-westchester-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-westchester-faq details[open] summary::after {
    content: "−";
  }

  .rp-westchester-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-westchester-center {
    text-align: center;
  }

  .rp-westchester-center .rp-westchester-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-westchester-center .rp-westchester-buttons {
    justify-content: center;
  }

  .rp-westchester-disclaimer {
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-light);
  }

  @media (max-width: 1000px) {
    .rp-westchester-community-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .rp-westchester-section {
      padding: 60px 20px;
    }

    .rp-westchester-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-westchester-grid--reverse .rp-westchester-content,
    .rp-westchester-grid--reverse .rp-westchester-media {
      order: initial;
    }

    .rp-westchester-condition-grid,
    .rp-westchester-service-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .rp-westchester-section {
      padding: 48px 18px;
    }

    .rp-westchester-buttons {
      flex-direction: column;
    }

    .rp-westchester-button {
      width: 100%;
    }

    .rp-westchester-community-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-westchester-image {
      min-height: 280px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9da1efa */<style>
  .rp-westchester-page {
    --rp-navy: #18324a;
    --rp-blue: #315f7d;
    --rp-gold: #c69a62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5e6d79;
    --rp-border: #dce4e9;
    --rp-danger: #922f35;
    --rp-shadow: 0 14px 34px rgba(24, 50, 74, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-westchester-page *,
  .rp-westchester-page *::before,
  .rp-westchester-page *::after {
    box-sizing: border-box;
  }

  .rp-westchester-section {
    padding: 74px 24px;
  }

  .rp-westchester-section--cream {
    background: var(--rp-cream);
  }

  .rp-westchester-section--light {
    background: var(--rp-light);
  }

  .rp-westchester-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-westchester-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-westchester-narrow {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }

  .rp-westchester-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .rp-westchester-grid--reverse .rp-westchester-content {
    order: 2;
  }

  .rp-westchester-grid--reverse .rp-westchester-media {
    order: 1;
  }

  .rp-westchester-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rp-westchester-section--dark .rp-westchester-eyebrow {
    color: #efd1a6;
  }

  .rp-westchester-page h2,
  .rp-westchester-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.2;
  }

  .rp-westchester-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-westchester-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-westchester-section--dark h2,
  .rp-westchester-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-westchester-page p,
  .rp-westchester-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-westchester-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-westchester-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-westchester-lead {
    max-width: 900px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-westchester-section--dark .rp-westchester-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-westchester-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-westchester-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .rp-westchester-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(24, 50, 74, 0.16);
  }

  .rp-westchester-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-westchester-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark a:not(.rp-westchester-button) {
    color: var(--rp-white);
  }

  .rp-westchester-media {
    width: 100%;
  }

  .rp-westchester-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-westchester-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-westchester-badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .rp-westchester-alert {
    margin-top: 28px;
    padding: 22px;
    border-left: 5px solid var(--rp-danger);
    border-radius: 8px;
    background: #fff4f4;
  }

  .rp-westchester-alert p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-community-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .rp-westchester-community {
    padding: 16px 12px;
    border: 1px solid var(--rp-border);
    border-radius: 10px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .rp-westchester-condition-grid,
  .rp-westchester-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }

  .rp-westchester-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(24, 50, 74, 0.07);
  }

  .rp-westchester-card p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-info-box {
    margin-top: 28px;
    padding: 25px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-info-box p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-westchester-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-faq summary {
    position: relative;
    padding: 21px 54px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-westchester-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-westchester-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-westchester-faq details[open] summary::after {
    content: "−";
  }

  .rp-westchester-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-westchester-center {
    text-align: center;
  }

  .rp-westchester-center .rp-westchester-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-westchester-center .rp-westchester-buttons {
    justify-content: center;
  }

  .rp-westchester-disclaimer {
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-light);
  }

  @media (max-width: 1000px) {
    .rp-westchester-community-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .rp-westchester-section {
      padding: 60px 20px;
    }

    .rp-westchester-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-westchester-grid--reverse .rp-westchester-content,
    .rp-westchester-grid--reverse .rp-westchester-media {
      order: initial;
    }

    .rp-westchester-condition-grid,
    .rp-westchester-service-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .rp-westchester-section {
      padding: 48px 18px;
    }

    .rp-westchester-buttons {
      flex-direction: column;
    }

    .rp-westchester-button {
      width: 100%;
    }

    .rp-westchester-community-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-westchester-image {
      min-height: 280px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3892141 */<style>
  .rp-westchester-page {
    --rp-navy: #18324a;
    --rp-blue: #315f7d;
    --rp-gold: #c69a62;
    --rp-cream: #f5f1eb;
    --rp-light: #f7f9fb;
    --rp-white: #ffffff;
    --rp-text: #263746;
    --rp-muted: #5e6d79;
    --rp-border: #dce4e9;
    --rp-danger: #922f35;
    --rp-shadow: 0 14px 34px rgba(24, 50, 74, 0.11);
    color: var(--rp-text);
    font-family: inherit;
  }

  .rp-westchester-page *,
  .rp-westchester-page *::before,
  .rp-westchester-page *::after {
    box-sizing: border-box;
  }

  .rp-westchester-section {
    padding: 74px 24px;
  }

  .rp-westchester-section--cream {
    background: var(--rp-cream);
  }

  .rp-westchester-section--light {
    background: var(--rp-light);
  }

  .rp-westchester-section--dark {
    background: var(--rp-navy);
    color: var(--rp-white);
  }

  .rp-westchester-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .rp-westchester-narrow {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }

  .rp-westchester-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .rp-westchester-grid--reverse .rp-westchester-content {
    order: 2;
  }

  .rp-westchester-grid--reverse .rp-westchester-media {
    order: 1;
  }

  .rp-westchester-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .rp-westchester-section--dark .rp-westchester-eyebrow {
    color: #efd1a6;
  }

  .rp-westchester-page h2,
  .rp-westchester-page h3 {
    margin-top: 0;
    color: var(--rp-navy);
    line-height: 1.2;
  }

  .rp-westchester-page h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 43px);
  }

  .rp-westchester-page h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .rp-westchester-section--dark h2,
  .rp-westchester-section--dark h3 {
    color: var(--rp-white);
  }

  .rp-westchester-page p,
  .rp-westchester-page li {
    font-size: 17px;
    line-height: 1.75;
  }

  .rp-westchester-page p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .rp-westchester-page a {
    color: var(--rp-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .rp-westchester-lead {
    max-width: 900px;
    color: var(--rp-muted);
    font-size: 19px !important;
  }

  .rp-westchester-section--dark .rp-westchester-lead {
    color: rgba(255, 255, 255, 0.88);
  }

  .rp-westchester-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .rp-westchester-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 23px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .rp-westchester-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(24, 50, 74, 0.16);
  }

  .rp-westchester-button--primary {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-button--outline {
    border-color: var(--rp-navy);
    background: transparent;
    color: var(--rp-navy) !important;
  }

  .rp-westchester-button--outline:hover {
    background: var(--rp-navy);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--primary {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline {
    border-color: var(--rp-white);
    color: var(--rp-white) !important;
  }

  .rp-westchester-section--dark .rp-westchester-button--outline:hover {
    background: var(--rp-white);
    color: var(--rp-navy) !important;
  }

  .rp-westchester-section--dark a:not(.rp-westchester-button) {
    color: var(--rp-white);
  }

  .rp-westchester-media {
    width: 100%;
  }

  .rp-westchester-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 500px;
    border-radius: 18px;
    box-shadow: var(--rp-shadow);
    object-fit: cover;
  }

  .rp-westchester-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .rp-westchester-badge {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--rp-border);
    border-radius: 999px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .rp-westchester-alert {
    margin-top: 28px;
    padding: 22px;
    border-left: 5px solid var(--rp-danger);
    border-radius: 8px;
    background: #fff4f4;
  }

  .rp-westchester-alert p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-community-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .rp-westchester-community {
    padding: 16px 12px;
    border: 1px solid var(--rp-border);
    border-radius: 10px;
    background: var(--rp-white);
    color: var(--rp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .rp-westchester-condition-grid,
  .rp-westchester-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
  }

  .rp-westchester-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 14px;
    background: var(--rp-white);
    box-shadow: 0 8px 24px rgba(24, 50, 74, 0.07);
  }

  .rp-westchester-card p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-info-box {
    margin-top: 28px;
    padding: 25px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-info-box p:last-child {
    margin-bottom: 0;
  }

  .rp-westchester-faq {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .rp-westchester-faq details {
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-white);
  }

  .rp-westchester-faq summary {
    position: relative;
    padding: 21px 54px 21px 22px;
    color: var(--rp-navy);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .rp-westchester-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-westchester-faq summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 29px;
    font-weight: 400;
  }

  .rp-westchester-faq details[open] summary::after {
    content: "−";
  }

  .rp-westchester-faq-answer {
    padding: 0 22px 22px;
  }

  .rp-westchester-center {
    text-align: center;
  }

  .rp-westchester-center .rp-westchester-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .rp-westchester-center .rp-westchester-buttons {
    justify-content: center;
  }

  .rp-westchester-disclaimer {
    padding: 28px;
    border: 1px solid var(--rp-border);
    border-radius: 12px;
    background: var(--rp-light);
  }

  @media (max-width: 1000px) {
    .rp-westchester-community-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .rp-westchester-section {
      padding: 60px 20px;
    }

    .rp-westchester-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .rp-westchester-grid--reverse .rp-westchester-content,
    .rp-westchester-grid--reverse .rp-westchester-media {
      order: initial;
    }

    .rp-westchester-condition-grid,
    .rp-westchester-service-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 620px) {
    .rp-westchester-section {
      padding: 48px 18px;
    }

    .rp-westchester-buttons {
      flex-direction: column;
    }

    .rp-westchester-button {
      width: 100%;
    }

    .rp-westchester-community-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-westchester-image {
      min-height: 280px;
    }
  }
</style>/* End custom CSS */