 .lp-local-usps-block {}

 .lp-usps-title {}

 .lp-local-usps-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
     gap: 1.6rem 2.5rem;
 }

 .lp-local-usp {
     background: #fff;
     border-radius: 13px;
     box-shadow: 0 2px 12px 0 rgba(51, 132, 63, 0.07);
     padding: 1.35rem 1rem 1.15rem 1.1rem;
     display: flex;
     align-items: flex-start;
     gap: 0.9em;
     font-size: 1.13em;
     border: 1px solid #eaf6ea;
     transition: box-shadow .22s, border-color .22s;
 }

 .lp-local-usp:hover {
     border-color: #29b11a;
     box-shadow: 0 6px 32px 0 rgba(51, 132, 63, 0.17);
 }

 .lp-usp-icon {
     flex-shrink: 0;
     display: flex;
     align-items: center;
     margin-top: 0.09em;
 }

 .lp-usp-icon svg {
     width: 30px;
     height: 30px;
     display: block;
 }

 .lp-usp-text {
     line-height: 1.45;
     font-weight: 500;
     color: #193f17;
 }

 @media (max-width: 640px) {
     .lp-local-usps-grid {
         grid-template-columns: 1fr;
         gap: 1.1rem;
     }

     .lp-local-usps-block {
         padding: 1.3rem 0.7rem 0.8rem 0.7rem;
     }
 }


 .eyebrow-copy {}

 .cta-enforcer {}

 /* gallery css */
 /* gallery css */
 .lp-gallery.lp-gallery-masonry {
     column-count: 2;
     column-gap: 18px;
     width: 100%;
     margin: 1.5rem 0;
 }

 @media (max-width: 300px) {
     .lp-gallery.lp-gallery-masonry {
         column-count: 1;
     }
 }

 .lp-gallery-masonry .lp-gallery-image {
     width: 100%;
     height: auto;
     margin-bottom: 14px !important;
     border-radius: 8px;
     box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
     display: block;
     break-inside: avoid;
     background: #f3f3f3;
     transition: box-shadow .2s;
 }

 .lp-gallery-masonry .lp-gallery-image:hover {
     box-shadow: 0 4px 24px rgba(30, 50, 90, 0.13);
 }

 @media (max-width:700px) {
     .lp-gallery.lp-gallery-2col {
         grid-template-columns: 1fr !important;
     }
 }

 #lp-lightbox-modal {
     display: none;
     position: fixed;
     z-index: 99999;
     padding-top: 4vh;
     left: 0;
     top: 0;
     width: 100vw;
     height: 100vh;
     background: rgba(15, 24, 27, 0.86);
     text-align: center;
 }

 #lp-lightbox-modal img {
     max-width: 88vw;
     max-height: 82vh;
     margin-top: 3vh;
     border-radius: 10px;
     box-shadow: 0 8px 32px rgba(10, 20, 30, 0.3);
 }

 #lp-lightbox-close {
     position: absolute;
     top: 30px;
     right: 48px;
     font-size: 2.6rem;
     color: #fff;
     font-family: Arial, sans-serif;
     cursor: pointer;
     z-index: 999999;
 }

 #lp-lightbox-prev,
 #lp-lightbox-next {
     position: absolute;
     top: 50%;
     font-size: 3rem;
     color: #fff;
     cursor: pointer;
     z-index: 999999;
     user-select: none;
     padding: 0 .15em;
     background: rgba(25, 39, 34, 0.14);
     border-radius: 50%;
     line-height: 1;
     transform: translateY(-50%);
     transition: background .15s;
 }

 #lp-lightbox-prev:hover,
 #lp-lightbox-next:hover {
     background: rgba(25, 39, 34, 0.34);
 }

 #lp-lightbox-prev {
     left: 18px;
 }

 #lp-lightbox-next {
     right: 18px;
 }

 @media (max-width: 700px) {

     #lp-lightbox-prev,
     #lp-lightbox-next {
         font-size: 2.2rem;
     }
 }


 @media (max-width:700px) {
     #lp-lightbox-modal img {
         max-width: 95vw;
         max-height: 65vh;
     }

     #lp-lightbox-close {
         top: 12px;
         right: 12px;
         font-size: 2rem;
     }
 }