.Hero-module__gNeX-G__hero{color:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__videoBackground{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__gNeX-G__fallbackImage{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__gNeX-G__overlay{z-index:2;background:#0a192f66;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__gNeX-G__contentContainer{z-index:3;flex-direction:column;justify-content:space-between;width:100%;max-width:1200px;height:70%;padding:0 20px;display:flex;position:relative}@media (min-width:768px){.Hero-module__gNeX-G__contentContainer{flex-direction:row;align-items:center}}.Hero-module__gNeX-G__mainText{text-align:center;flex:1}@media (min-width:768px){.Hero-module__gNeX-G__mainText{text-align:left;max-width:600px}}.Hero-module__gNeX-G__title{font-family:var(--font-heading);text-shadow:0 2px 4px #00000080;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.1}@media (min-width:768px){.Hero-module__gNeX-G__title{font-size:4.5rem}}.Hero-module__gNeX-G__subtitle{font-family:var(--font-body);text-shadow:0 1px 2px #00000080;opacity:.9;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.Hero-module__gNeX-G__contactCard{-webkit-backdrop-filter:blur(12px);text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:380px;margin-top:2rem;padding:2rem;display:flex;box-shadow:0 8px 32px #0000005e}@media (min-width:768px){.Hero-module__gNeX-G__contactCard{margin-top:0;margin-left:2rem}}.Hero-module__gNeX-G__agentImage{object-fit:cover;border:3px solid var(--secondary);border-radius:50%;width:100px;height:100px;margin-bottom:1rem}.Hero-module__gNeX-G__cardTitle{font-family:var(--font-heading);color:var(--secondary);margin-bottom:.5rem;font-size:1.5rem}.Hero-module__gNeX-G__cardInfo{opacity:.9;margin-bottom:1.5rem;font-size:.9rem}.Hero-module__gNeX-G__buttonGroup{flex-direction:column;gap:.75rem;width:100%;display:flex}@media (min-width:480px){.Hero-module__gNeX-G__buttonGroup{flex-direction:row}}.Hero-module__gNeX-G__ctaButton{background-color:var(--secondary);color:#fff;cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:4px;width:100%;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.Hero-module__gNeX-G__ctaButton:hover{background-color:var(--accent)}.Hero-module__gNeX-G__ctaButtonSecondary{color:#fff;border:2px solid var(--secondary);cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.5px;background-color:#0000;border-radius:4px;width:100%;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.Hero-module__gNeX-G__ctaButtonSecondary:hover{background-color:var(--secondary);color:#fff}
.BlogCard-module__jYpH2G__card{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.BlogCard-module__jYpH2G__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.BlogCard-module__jYpH2G__imageContainer{width:100%;position:relative}.BlogCard-module__jYpH2G__imageWrapper{width:100%;padding-top:56.25%;position:relative}.BlogCard-module__jYpH2G__image{object-fit:cover}.BlogCard-module__jYpH2G__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.BlogCard-module__jYpH2G__meta{color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.BlogCard-module__jYpH2G__separator{color:var(--border)}.BlogCard-module__jYpH2G__title{font-family:var(--font-heading);color:var(--primary);margin-bottom:1rem;font-size:1.5rem;line-height:1.2}.BlogCard-module__jYpH2G__excerpt{color:var(--muted-foreground);flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.BlogCard-module__jYpH2G__readMore{color:var(--secondary);text-transform:uppercase;letter-spacing:.5px;align-self:flex-start;font-size:.85rem;font-weight:600;transition:color .2s}.BlogCard-module__jYpH2G__readMore:hover{color:var(--accent)}
.BlogGrid-module__B4LwTG__section{background-color:var(--muted);padding:4rem 1rem}.BlogGrid-module__B4LwTG__container{max-width:1200px;margin:0 auto}.BlogGrid-module__B4LwTG__header{text-align:center;margin-bottom:3rem}.BlogGrid-module__B4LwTG__title{margin-bottom:1rem;font-size:2.5rem}.BlogGrid-module__B4LwTG__subtitle{color:var(--muted-foreground);font-size:1.1rem}.BlogGrid-module__B4LwTG__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.BlogGrid-module__B4LwTG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.BlogGrid-module__B4LwTG__grid{grid-template-columns:repeat(3,1fr)}}.BlogGrid-module__B4LwTG__empty,.BlogGrid-module__B4LwTG__loading,.BlogGrid-module__B4LwTG__error{text-align:center;color:var(--muted-foreground);padding:4rem 2rem}.BlogGrid-module__B4LwTG__error{color:#dc2626}.BlogGrid-module__B4LwTG__retryButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:1rem;padding:.75rem 1.5rem;font-weight:600;transition:background .3s}.BlogGrid-module__B4LwTG__retryButton:hover{background:var(--accent)}.BlogGrid-module__B4LwTG__viewAll{text-align:center;margin-top:3rem;padding-top:2rem}.BlogGrid-module__B4LwTG__viewAllButton{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.BlogGrid-module__B4LwTG__viewAllButton:hover{background:var(--accent)}
.ListingCard-module__GOMOpa__cardLink{color:inherit;text-decoration:none;display:block}.ListingCard-module__GOMOpa__card{background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:12px;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.ListingCard-module__GOMOpa__cardLink:hover .ListingCard-module__GOMOpa__card{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.ListingCard-module__GOMOpa__imageContainer{width:100%;position:relative}.ListingCard-module__GOMOpa__imageWrapper{width:100%;padding-top:66.66%;position:relative}.ListingCard-module__GOMOpa__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.ListingCard-module__GOMOpa__statusBadge{background:var(--secondary);color:#fff;text-transform:uppercase;z-index:10;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:600;position:absolute;top:10px;left:10px}.ListingCard-module__GOMOpa__content{padding:1.5rem}.ListingCard-module__GOMOpa__price{font-family:var(--font-heading);color:var(--primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.ListingCard-module__GOMOpa__address{color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.95rem;display:flex}.ListingCard-module__GOMOpa__icon{color:var(--secondary)}.ListingCard-module__GOMOpa__features{border-top:1px solid var(--border);justify-content:space-between;padding-top:1rem;display:flex}.ListingCard-module__GOMOpa__feature{color:var(--foreground);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}
.ListingGrid-module__C8c0OW__section{background-color:var(--background);padding:4rem 1rem}.ListingGrid-module__C8c0OW__container{max-width:1200px;margin:0 auto}.ListingGrid-module__C8c0OW__header{text-align:center;margin-bottom:3rem}.ListingGrid-module__C8c0OW__title{margin-bottom:1rem;font-size:2.5rem}.ListingGrid-module__C8c0OW__subtitle{color:var(--muted-foreground);font-size:1.1rem}.ListingGrid-module__C8c0OW__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.ListingGrid-module__C8c0OW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ListingGrid-module__C8c0OW__grid{grid-template-columns:repeat(3,1fr)}}.ListingGrid-module__C8c0OW__viewAll{text-align:center;margin-top:3rem}.ListingGrid-module__C8c0OW__viewAllButton{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.ListingGrid-module__C8c0OW__viewAllButton:hover{background:var(--accent)}.ListingGrid-module__C8c0OW__empty,.ListingGrid-module__C8c0OW__loading,.ListingGrid-module__C8c0OW__error{text-align:center;color:var(--muted-foreground);padding:4rem 2rem}.ListingGrid-module__C8c0OW__error{color:#dc2626}.ListingGrid-module__C8c0OW__retryButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:1rem;padding:.75rem 1.5rem;font-weight:600;transition:background .3s}.ListingGrid-module__C8c0OW__retryButton:hover{background:var(--accent)}
.ServiceCards-module__8c6DiG__serviceCards{background:var(--bg-primary);padding:4rem 1rem}.ServiceCards-module__8c6DiG__container{max-width:1200px;margin:0 auto}.ServiceCards-module__8c6DiG__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.ServiceCards-module__8c6DiG__grid{grid-template-columns:repeat(3,1fr)}}.ServiceCards-module__8c6DiG__card{background:var(--bg-secondary);text-align:center;border:1px solid var(--border-color);border-radius:12px;flex-direction:column;align-items:center;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.ServiceCards-module__8c6DiG__card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.ServiceCards-module__8c6DiG__iconContainer{color:var(--secondary);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.ServiceCards-module__8c6DiG__title{color:var(--primary);font-size:1.5rem;font-weight:700;font-family:var(--font-heading);letter-spacing:.5px;margin-bottom:1rem}.ServiceCards-module__8c6DiG__description{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;line-height:1.6}.ServiceCards-module__8c6DiG__button{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.ServiceCards-module__8c6DiG__button:hover{background:var(--accent)}
.ServiceHighlights-module__4CB56W__serviceHighlights{background:var(--bg-secondary);padding:4rem 1rem}.ServiceHighlights-module__4CB56W__container{max-width:1200px;margin:0 auto}.ServiceHighlights-module__4CB56W__header{text-align:center;margin-bottom:3rem}.ServiceHighlights-module__4CB56W__sectionTitle{color:var(--primary);font-size:2.5rem;font-family:var(--font-heading);margin-bottom:1rem}.ServiceHighlights-module__4CB56W__sectionSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.ServiceHighlights-module__4CB56W__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.ServiceHighlights-module__4CB56W__grid{grid-template-columns:repeat(3,1fr)}}.ServiceHighlights-module__4CB56W__card{background:var(--bg-primary);text-align:center;border:1px solid var(--border-color);border-radius:12px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s}.ServiceHighlights-module__4CB56W__card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.ServiceHighlights-module__4CB56W__iconContainer{color:var(--secondary);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.ServiceHighlights-module__4CB56W__title{color:var(--primary);font-size:1.3rem;font-weight:700;font-family:var(--font-heading);letter-spacing:.5px;margin-bottom:1rem;line-height:1.4}.ServiceHighlights-module__4CB56W__content{color:var(--text-secondary);text-align:left;line-height:1.8}
.MarketReport-module__eWy84q__marketReport{background:var(--bg-primary);padding:4rem 1rem}.MarketReport-module__eWy84q__container{max-width:1200px;margin:0 auto}.MarketReport-module__eWy84q__content{background:var(--bg-secondary);border-radius:12px;align-items:center;gap:2rem;padding:3rem;display:flex;box-shadow:0 4px 12px #0000001a}.MarketReport-module__eWy84q__iconContainer{color:var(--secondary);flex-shrink:0}.MarketReport-module__eWy84q__textContent{flex:1}.MarketReport-module__eWy84q__title{color:var(--primary);font-size:2rem;font-family:var(--font-heading);margin-bottom:1rem}.MarketReport-module__eWy84q__description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.MarketReport-module__eWy84q__links{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.MarketReport-module__eWy84q__links{flex-direction:row}}.MarketReport-module__eWy84q__link{background:var(--primary);color:#fff;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-flex}.MarketReport-module__eWy84q__link:hover{background:var(--accent)}@media (max-width:768px){.MarketReport-module__eWy84q__content{text-align:center;flex-direction:column}.MarketReport-module__eWy84q__iconContainer{margin-bottom:1rem}}
.SearchAutocomplete-module__QHc8sa__autocomplete{width:100%;position:relative}.SearchAutocomplete-module__QHc8sa__inputWrapper{align-items:center;display:flex;position:relative}.SearchAutocomplete-module__QHc8sa__searchIcon{color:var(--muted-foreground);pointer-events:none;z-index:1;position:absolute;left:1rem}.SearchAutocomplete-module__QHc8sa__input{border:2px solid var(--border);background:var(--background);border-radius:8px;width:100%;padding:.75rem 1rem .75rem 3rem;font-size:1rem;transition:border-color .3s}.SearchAutocomplete-module__QHc8sa__input:focus{border-color:var(--secondary);outline:none}.SearchAutocomplete-module__QHc8sa__suggestions{background:var(--background);border:1px solid var(--border);z-index:1000;border-radius:8px;max-height:400px;margin-top:.5rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.SearchAutocomplete-module__QHc8sa__sectionHeader{text-transform:uppercase;letter-spacing:.5px;color:var(--muted-foreground);background:var(--muted);border-bottom:1px solid var(--border);padding:.75rem 1rem;font-size:.75rem;font-weight:600}.SearchAutocomplete-module__QHc8sa__suggestion{text-align:left;cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;transition:background .2s;display:flex}.SearchAutocomplete-module__QHc8sa__suggestion:hover,.SearchAutocomplete-module__QHc8sa__suggestion.SearchAutocomplete-module__QHc8sa__selected{background:var(--muted)}.SearchAutocomplete-module__QHc8sa__suggestion:focus-visible{outline:2px solid var(--secondary);outline-offset:-2px}.SearchAutocomplete-module__QHc8sa__badge{background:var(--primary);color:#fff;border-radius:4px;margin-left:auto;padding:.25rem .5rem;font-size:.75rem;font-weight:600}
.StartYourSearch-module__1ACi9G__startYourSearch{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);color:#fff;padding:4rem 1rem}.StartYourSearch-module__1ACi9G__container{max-width:800px;margin:0 auto}.StartYourSearch-module__1ACi9G__content{text-align:center}.StartYourSearch-module__1ACi9G__iconContainer{justify-content:center;margin-bottom:2rem;display:flex}.StartYourSearch-module__1ACi9G__iconContainer svg{color:var(--secondary)}.StartYourSearch-module__1ACi9G__title{font-size:2.5rem;font-weight:700;font-family:var(--font-heading);letter-spacing:1px;margin-bottom:1.5rem}.StartYourSearch-module__1ACi9G__description{opacity:.95;max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.8}.StartYourSearch-module__1ACi9G__ctaButton{background:var(--secondary);color:var(--primary);text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.StartYourSearch-module__1ACi9G__ctaButton:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 16px #0003}@media (max-width:768px){.StartYourSearch-module__1ACi9G__title{font-size:2rem}.StartYourSearch-module__1ACi9G__description{font-size:1rem}}
.about-module__-i9KWa__page{background:var(--bg-primary);min-height:100vh}.about-module__-i9KWa__container{max-width:1200px;margin:0 auto;padding:2rem}.about-module__-i9KWa__content{grid-template-columns:1fr 400px;gap:3rem;margin-bottom:4rem;display:grid}.about-module__-i9KWa__bioSection{flex-direction:column;gap:1.5rem;display:flex}.about-module__-i9KWa__sectionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem}.about-module__-i9KWa__bioContent{flex-direction:column;gap:1.5rem;display:flex}.about-module__-i9KWa__bioContent p{color:var(--text-secondary);text-align:justify;font-size:1.05rem;line-height:1.8}.about-module__-i9KWa__contactCard{background:#fff;border-radius:16px;align-self:start;padding:2rem;position:sticky;top:100px;box-shadow:0 4px 16px #0000001a}.about-module__-i9KWa__cardHeader{border-bottom:2px solid var(--muted);justify-content:center;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.about-module__-i9KWa__agentCard{object-fit:contain;border-radius:8px;width:100%;height:auto}.about-module__-i9KWa__cardName{color:var(--primary);text-align:center;margin-bottom:.5rem;font-size:1.5rem}.about-module__-i9KWa__cardTitle{text-align:center;color:var(--text-secondary);margin-bottom:.25rem;font-size:1rem}.about-module__-i9KWa__cardExperience{text-align:center;color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;font-style:italic}.about-module__-i9KWa__contactInfo{background:var(--muted);border-radius:12px;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.about-module__-i9KWa__contactLink{color:var(--primary);align-items:center;gap:.75rem;font-size:1rem;text-decoration:none;transition:color .2s;display:flex}.about-module__-i9KWa__contactLink:hover{color:var(--secondary)}.about-module__-i9KWa__contactLink svg{flex-shrink:0}.about-module__-i9KWa__cardButtons{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.about-module__-i9KWa__browseButton,.about-module__-i9KWa__contactButton{text-align:center;border-radius:8px;padding:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.about-module__-i9KWa__browseButton{color:#fff;background:linear-gradient(135deg,#d4af37 0%,#c19a2e 100%)}.about-module__-i9KWa__contactButton{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff}.about-module__-i9KWa__browseButton:hover,.about-module__-i9KWa__contactButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.about-module__-i9KWa__services{border-top:2px solid var(--muted);padding-top:1.5rem}.about-module__-i9KWa__services h4{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem}.about-module__-i9KWa__services ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.about-module__-i9KWa__services li{color:var(--text-secondary);padding-left:1.5rem;font-size:.95rem;position:relative}.about-module__-i9KWa__services li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.about-module__-i9KWa__cta{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);text-align:center;color:#fff;border-radius:16px;padding:3rem}.about-module__-i9KWa__cta h2{margin-bottom:1rem;font-size:2rem}.about-module__-i9KWa__cta p{opacity:.95;margin-bottom:2rem;font-size:1.1rem}.about-module__-i9KWa__ctaButton{color:var(--primary);background:#fff;border-radius:8px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.about-module__-i9KWa__ctaButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width:1024px){.about-module__-i9KWa__content{grid-template-columns:1fr}.about-module__-i9KWa__contactCard{max-width:500px;margin:0 auto;position:static}}@media (max-width:768px){.about-module__-i9KWa__sectionTitle{font-size:1.75rem}.about-module__-i9KWa__bioContent p{text-align:left;font-size:1rem}.about-module__-i9KWa__cardHeader{flex-direction:column}.about-module__-i9KWa__cta h2{font-size:1.5rem}}
.blog-module__3rPSzG__blogPage{background:var(--bg-primary);min-height:100vh}.blog-module__3rPSzG__container{grid-template-columns:250px 1fr;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;display:grid}.blog-module__3rPSzG__sidebar{flex-direction:column;gap:2rem;display:flex}.blog-module__3rPSzG__categoryFilter,.blog-module__3rPSzG__recentPosts{background:var(--bg-secondary);border-radius:8px;padding:1.5rem}.blog-module__3rPSzG__categoryFilter h3,.blog-module__3rPSzG__recentPosts h3{color:var(--primary);margin-bottom:1rem;font-size:1.2rem}.blog-module__3rPSzG__categoryFilter a{color:var(--text-secondary);border-radius:4px;margin-bottom:.5rem;padding:.75rem;text-decoration:none;transition:all .3s;display:block}.blog-module__3rPSzG__categoryFilter a:hover,.blog-module__3rPSzG__categoryFilter a.blog-module__3rPSzG__active{background:var(--bg-primary);color:var(--primary);font-weight:600}.blog-module__3rPSzG__recentPosts ul{margin:0;padding:0;list-style:none}.blog-module__3rPSzG__recentPosts li{border-bottom:1px solid var(--border-color);margin-bottom:.75rem;padding-bottom:.75rem}.blog-module__3rPSzG__recentPosts li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.blog-module__3rPSzG__recentPosts a{color:var(--text-primary);font-size:.9rem;text-decoration:none;transition:color .3s}.blog-module__3rPSzG__recentPosts a:hover{color:var(--primary)}.blog-module__3rPSzG__rssLink{text-align:center}.blog-module__3rPSzG__rssLink a{background:var(--primary);color:#fff;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.blog-module__3rPSzG__rssLink a:hover{background:var(--accent)}.blog-module__3rPSzG__mainContent{flex-direction:column;gap:2rem;display:flex}.blog-module__3rPSzG__pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.blog-module__3rPSzG__paginationButton{background:var(--primary);color:#fff;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background .3s}.blog-module__3rPSzG__paginationButton:hover{background:var(--accent)}.blog-module__3rPSzG__pageInfo{color:var(--text-secondary);font-weight:600}.blog-module__3rPSzG__readyToBuy{background:var(--bg-secondary);text-align:center;margin-top:4rem;padding:4rem 2rem}.blog-module__3rPSzG__readyToBuyContent{max-width:800px;margin:0 auto}.blog-module__3rPSzG__readyToBuyContent h2{color:var(--primary);margin-bottom:1rem;font-size:2rem}.blog-module__3rPSzG__readyToBuyContent p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.blog-module__3rPSzG__ctaButton{background:var(--primary);color:#fff;border-radius:4px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.blog-module__3rPSzG__ctaButton:hover{background:var(--accent)}@media (max-width:968px){.blog-module__3rPSzG__container{grid-template-columns:1fr}.blog-module__3rPSzG__sidebar{order:2}.blog-module__3rPSzG__mainContent{order:1}}
.community-reports-module__Buujta__communityReportsPage{background:var(--bg-primary);min-height:100vh}.community-reports-module__Buujta__container{max-width:1200px;margin:0 auto;padding:2rem}.community-reports-module__Buujta__content{flex-direction:column;gap:3rem;display:flex}.community-reports-module__Buujta__tagline{text-align:center;background:var(--bg-secondary);border-radius:8px;padding:2rem}.community-reports-module__Buujta__tagline h2{color:var(--primary);margin-bottom:1rem;font-size:2rem}.community-reports-module__Buujta__tagline p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.community-reports-module__Buujta__toolSection{background:var(--bg-secondary);border-radius:8px;padding:2rem}.community-reports-module__Buujta__toolSection h3{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.community-reports-module__Buujta__iframeContainer{border-radius:8px;margin:1.5rem 0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.community-reports-module__Buujta__iframe{width:100%;min-height:700px;display:block}.community-reports-module__Buujta__note{text-align:center;color:var(--text-secondary);margin-top:1rem;font-size:.9rem}.community-reports-module__Buujta__marketStats{background:var(--bg-secondary);border-radius:8px;padding:2rem}.community-reports-module__Buujta__marketStats h3{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.community-reports-module__Buujta__marketStats p{color:var(--text-secondary);line-height:1.6}.community-reports-module__Buujta__readyToBuy{background:var(--bg-secondary);text-align:center;margin-top:4rem;padding:4rem 2rem}.community-reports-module__Buujta__readyToBuyContent{max-width:800px;margin:0 auto}.community-reports-module__Buujta__readyToBuyContent h2{color:var(--primary);margin-bottom:1rem;font-size:2rem}.community-reports-module__Buujta__readyToBuyContent p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.community-reports-module__Buujta__ctaButton{background:var(--primary);color:#fff;border-radius:4px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.community-reports-module__Buujta__ctaButton:hover{background:var(--accent)}@media (max-width:768px){.community-reports-module__Buujta__iframe{min-height:500px}}.community-reports-module__Buujta__page{background:var(--bg-primary);min-height:100vh}.community-reports-module__Buujta__noData{text-align:center;background:var(--bg-secondary);border-radius:12px;margin:2rem 0;padding:4rem 2rem}.community-reports-module__Buujta__noData p{color:var(--text-secondary);font-size:1.1rem}.community-reports-module__Buujta__reportsGrid{gap:2rem;margin-bottom:3rem;display:grid}.community-reports-module__Buujta__reportCard{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #00000014}.community-reports-module__Buujta__cityHeader{border-bottom:2px solid var(--muted);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.community-reports-module__Buujta__cityName{font-family:var(--font-heading);color:var(--primary);margin:0;font-size:2rem}.community-reports-module__Buujta__lastUpdated{color:var(--muted-foreground);font-size:.9rem}.community-reports-module__Buujta__description{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.community-reports-module__Buujta__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.community-reports-module__Buujta__statCard{background:var(--muted);border-radius:12px;gap:1rem;padding:1.5rem;display:flex}.community-reports-module__Buujta__statIcon{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.community-reports-module__Buujta__statContent{flex-direction:column;justify-content:center;display:flex}.community-reports-module__Buujta__statLabel{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.85rem}.community-reports-module__Buujta__statValue{color:var(--foreground);font-size:1.3rem;font-weight:700}.community-reports-module__Buujta__section{margin:2rem 0}.community-reports-module__Buujta__sectionTitle{color:var(--primary);border-bottom:2px solid var(--muted);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.3rem}.community-reports-module__Buujta__schoolsList{flex-direction:column;gap:.75rem;display:flex}.community-reports-module__Buujta__schoolItem{background:var(--muted);border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.community-reports-module__Buujta__schoolName{color:var(--foreground);font-weight:500}.community-reports-module__Buujta__schoolRating{color:var(--primary);font-weight:700}.community-reports-module__Buujta__amenitiesList{flex-wrap:wrap;gap:.75rem;display:flex}.community-reports-module__Buujta__amenityTag{background:var(--muted);color:var(--foreground);border-radius:20px;padding:.5rem 1rem;font-size:.9rem}.community-reports-module__Buujta__crimeRate{color:var(--text-secondary);line-height:1.6}.community-reports-module__Buujta__cta{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);text-align:center;color:#fff;border-radius:16px;padding:3rem}.community-reports-module__Buujta__cta h2{margin-bottom:1rem;font-size:2rem}.community-reports-module__Buujta__cta p{opacity:.9;margin-bottom:2rem;font-size:1.1rem}@media (max-width:768px){.community-reports-module__Buujta__cityHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.community-reports-module__Buujta__statsGrid{grid-template-columns:1fr}}
.community-support-module__Jm5tWW__page{background:var(--bg-primary);min-height:100vh}.community-support-module__Jm5tWW__container{max-width:1200px;margin:0 auto;padding:2rem}.community-support-module__Jm5tWW__resourcesSection,.community-support-module__Jm5tWW__eventsSection{margin-bottom:4rem}.community-support-module__Jm5tWW__sectionTitle{color:var(--text-primary);text-align:center;margin-bottom:.5rem;font-size:2rem}.community-support-module__Jm5tWW__sectionSubtitle{color:var(--text-secondary);text-align:center;margin-bottom:3rem;font-size:1.1rem}.community-support-module__Jm5tWW__citySection{margin-bottom:3rem}.community-support-module__Jm5tWW__cityName{color:var(--primary);border-bottom:2px solid var(--primary);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.75rem}.community-support-module__Jm5tWW__resourcesGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.community-support-module__Jm5tWW__resourceCard{background:#fff;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #00000014}.community-support-module__Jm5tWW__resourceCard:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.community-support-module__Jm5tWW__resourceHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.community-support-module__Jm5tWW__resourceName{color:var(--primary);flex:1;margin:0;font-size:1.25rem}.community-support-module__Jm5tWW__phoneLink{color:var(--primary);white-space:nowrap;align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:flex}.community-support-module__Jm5tWW__phoneLink:hover{color:var(--secondary)}.community-support-module__Jm5tWW__resourceDescription{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.community-support-module__Jm5tWW__servicesList{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.community-support-module__Jm5tWW__serviceTag{background:var(--muted);color:var(--text-primary);white-space:nowrap;border-radius:12px;padding:.25rem .75rem;font-size:.85rem}.community-support-module__Jm5tWW__websiteLink{color:var(--primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.community-support-module__Jm5tWW__websiteLink:hover{color:var(--secondary)}.community-support-module__Jm5tWW__eventsHeader{justify-content:center;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.community-support-module__Jm5tWW__eventsHeader svg{color:var(--primary)}.community-support-module__Jm5tWW__noEvents{text-align:center;color:var(--text-secondary);background:#fff;border-radius:12px;padding:3rem}.community-support-module__Jm5tWW__eventsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.community-support-module__Jm5tWW__eventCard{background:#fff;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 12px #00000014}.community-support-module__Jm5tWW__eventCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.community-support-module__Jm5tWW__eventImage{background-position:50%;background-size:cover;background-color:var(--muted);width:100%;height:200px}.community-support-module__Jm5tWW__eventContent{padding:1.5rem}.community-support-module__Jm5tWW__eventMeta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.community-support-module__Jm5tWW__eventCity{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.community-support-module__Jm5tWW__eventCity svg{color:var(--primary)}.community-support-module__Jm5tWW__eventCategory{background:var(--primary);color:#fff;border-radius:12px;padding:.25rem .75rem;font-size:.85rem}.community-support-module__Jm5tWW__eventTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem}.community-support-module__Jm5tWW__eventDescription{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.community-support-module__Jm5tWW__eventDetails{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.community-support-module__Jm5tWW__eventDetail{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.community-support-module__Jm5tWW__eventDetail svg{color:var(--primary);flex-shrink:0}.community-support-module__Jm5tWW__eventLink{color:var(--primary);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.community-support-module__Jm5tWW__eventLink:hover{color:var(--secondary)}.community-support-module__Jm5tWW__cta{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);text-align:center;color:#fff;border-radius:16px;margin-top:4rem;padding:3rem}.community-support-module__Jm5tWW__cta h2{margin-bottom:1rem;font-size:2rem}.community-support-module__Jm5tWW__cta p{opacity:.95;margin-bottom:2rem;font-size:1.1rem}.community-support-module__Jm5tWW__ctaButton{color:var(--primary);background:#fff;border-radius:8px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.community-support-module__Jm5tWW__ctaButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width:768px){.community-support-module__Jm5tWW__resourcesGrid,.community-support-module__Jm5tWW__eventsGrid{grid-template-columns:1fr}.community-support-module__Jm5tWW__sectionTitle{font-size:1.75rem}.community-support-module__Jm5tWW__cityName{font-size:1.5rem}.community-support-module__Jm5tWW__eventImage{height:150px}.community-support-module__Jm5tWW__cta h2{font-size:1.5rem}}
.HomepagePopup-module__EMCkPq__overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-in-out HomepagePopup-module__EMCkPq__fadeIn;display:flex;position:fixed;inset:0}@keyframes HomepagePopup-module__EMCkPq__fadeIn{0%{opacity:0}to{opacity:1}}.HomepagePopup-module__EMCkPq__popup{background:var(--card);border-radius:12px;width:100%;max-width:800px;max-height:90vh;animation:.3s ease-out HomepagePopup-module__EMCkPq__slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes HomepagePopup-module__EMCkPq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HomepagePopup-module__EMCkPq__closeButton{background:var(--muted);cursor:pointer;width:36px;height:36px;color:var(--foreground);z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.HomepagePopup-module__EMCkPq__closeButton:hover{background:var(--border);transform:scale(1.1)}.HomepagePopup-module__EMCkPq__content{padding:2rem}.HomepagePopup-module__EMCkPq__header{text-align:center;margin-bottom:2rem}.HomepagePopup-module__EMCkPq__icon{color:var(--primary);margin-bottom:1rem}.HomepagePopup-module__EMCkPq__title{color:var(--primary);font-size:1.75rem;font-weight:700;font-family:var(--font-heading);margin-bottom:.75rem}.HomepagePopup-module__EMCkPq__description{color:var(--muted-foreground);font-size:1rem;line-height:1.6}.HomepagePopup-module__EMCkPq__section{background:var(--muted);border-radius:8px;margin-bottom:2rem;padding:1.5rem}.HomepagePopup-module__EMCkPq__sectionTitle{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:600;display:flex}.HomepagePopup-module__EMCkPq__sectionTitle svg{color:var(--secondary)}.HomepagePopup-module__EMCkPq__itemsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.HomepagePopup-module__EMCkPq__itemCard{background:var(--background);border:1px solid var(--border);color:inherit;border-radius:8px;flex-direction:column;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.HomepagePopup-module__EMCkPq__itemCard:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.HomepagePopup-module__EMCkPq__itemImage{background:var(--muted);width:100%;height:150px;position:relative}.HomepagePopup-module__EMCkPq__image{object-fit:cover}.HomepagePopup-module__EMCkPq__itemContent{padding:1rem}.HomepagePopup-module__EMCkPq__itemAddress,.HomepagePopup-module__EMCkPq__itemTitle{color:var(--foreground);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.HomepagePopup-module__EMCkPq__itemLocation,.HomepagePopup-module__EMCkPq__itemExcerpt{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.85rem}.HomepagePopup-module__EMCkPq__itemPrice{color:var(--primary);margin-top:.5rem;font-size:.9rem;font-weight:600}.HomepagePopup-module__EMCkPq__viewAllLink{color:var(--secondary);margin-top:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.HomepagePopup-module__EMCkPq__viewAllLink:hover{color:var(--accent);text-decoration:underline}.HomepagePopup-module__EMCkPq__newsletterSection{background:var(--primary);color:#fff;border-radius:8px;margin-top:2rem;padding:2rem}.HomepagePopup-module__EMCkPq__newsletterTitle{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.HomepagePopup-module__EMCkPq__newsletterDescription{color:#ffffffe6;margin-bottom:1.5rem;line-height:1.6}.HomepagePopup-module__EMCkPq__newsletterForm{flex-direction:column;gap:1rem;display:flex}.HomepagePopup-module__EMCkPq__formRow{grid-template-columns:1fr 2fr;gap:1rem;display:grid}.HomepagePopup-module__EMCkPq__input{color:#fff;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:6px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.HomepagePopup-module__EMCkPq__input::placeholder{color:#ffffffb3}.HomepagePopup-module__EMCkPq__input:focus{background:#ffffff26;border-color:#fff;outline:none}.HomepagePopup-module__EMCkPq__subscribeButton{background:var(--secondary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.HomepagePopup-module__EMCkPq__subscribeButton:hover:not(:disabled){background:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.HomepagePopup-module__EMCkPq__subscribeButton:disabled{opacity:.7;cursor:not-allowed}.HomepagePopup-module__EMCkPq__errorMessage{color:#ff6b6b;margin-top:-.5rem;font-size:.9rem}.HomepagePopup-module__EMCkPq__successMessage{color:#fff;background:#fff3;border-radius:6px;align-items:center;gap:.75rem;padding:1rem;font-weight:500;display:flex}.HomepagePopup-module__EMCkPq__successMessage svg{color:#10b981;flex-shrink:0}.HomepagePopup-module__EMCkPq__privacyNote{color:#fffc;text-align:center;margin-top:.5rem;font-size:.85rem}@media (max-width:768px){.HomepagePopup-module__EMCkPq__popup{max-width:100%;max-height:95vh}.HomepagePopup-module__EMCkPq__content{padding:1.5rem}.HomepagePopup-module__EMCkPq__title{font-size:1.5rem}.HomepagePopup-module__EMCkPq__formRow,.HomepagePopup-module__EMCkPq__itemsGrid{grid-template-columns:1fr}.HomepagePopup-module__EMCkPq__section{padding:1rem}}
.search-module__Wrf4ZW__searchPage{background:var(--bg-primary);min-height:100vh}.search-module__Wrf4ZW__container{grid-template-columns:300px 1fr;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;display:grid}.search-module__Wrf4ZW__searchSection{background:var(--bg-secondary);border-radius:8px;height:fit-content;padding:1.5rem;position:sticky;top:2rem}.search-module__Wrf4ZW__searchForm{flex-direction:column;gap:1.5rem;display:flex}.search-module__Wrf4ZW__searchBar{align-items:flex-start;gap:.5rem;display:flex}.search-module__Wrf4ZW__autocompleteWrapper{flex:1}.search-module__Wrf4ZW__searchInput{border:1px solid var(--border-color);border-radius:4px;flex:1;padding:.75rem;font-size:1rem}.search-module__Wrf4ZW__searchButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;transition:background .3s}.search-module__Wrf4ZW__searchButton:hover{background:var(--accent)}.search-module__Wrf4ZW__filters{flex-direction:column;gap:1rem;display:flex}.search-module__Wrf4ZW__filterGroup{flex-direction:column;gap:.5rem;display:flex}.search-module__Wrf4ZW__filterGroup label{color:var(--text-secondary);font-size:.9rem;font-weight:600}.search-module__Wrf4ZW__filterGroup input,.search-module__Wrf4ZW__filterGroup select{border:1px solid var(--border-color);border-radius:4px;padding:.5rem;font-size:.9rem}.search-module__Wrf4ZW__rangeInputs{align-items:center;gap:.5rem;display:flex}.search-module__Wrf4ZW__rangeInputs input,.search-module__Wrf4ZW__rangeInputs select{flex:1}.search-module__Wrf4ZW__rangeInputs span{color:var(--text-secondary);font-size:.9rem}.search-module__Wrf4ZW__clearButton{border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:4px;margin-top:.5rem;padding:.75rem;font-weight:600;transition:all .3s}.search-module__Wrf4ZW__clearButton:hover{background:var(--bg-primary);border-color:var(--primary);color:var(--primary)}.search-module__Wrf4ZW__resultsSection{flex-direction:column;gap:1.5rem;display:flex}.search-module__Wrf4ZW__resultsHeader{justify-content:space-between;align-items:center;display:flex}.search-module__Wrf4ZW__resultsHeader h2{color:var(--text-primary);font-size:1.5rem}.search-module__Wrf4ZW__loading,.search-module__Wrf4ZW__noResults{text-align:center;color:var(--text-secondary);padding:4rem 2rem}.search-module__Wrf4ZW__noResults h2{margin-bottom:.5rem;font-size:1.5rem}.search-module__Wrf4ZW__readyToBuy{background:var(--bg-secondary);text-align:center;margin-top:4rem;padding:4rem 2rem}.search-module__Wrf4ZW__readyToBuyContent{max-width:800px;margin:0 auto}.search-module__Wrf4ZW__readyToBuyContent h2{color:var(--primary);margin-bottom:1rem;font-size:2rem}.search-module__Wrf4ZW__readyToBuyContent p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.search-module__Wrf4ZW__ctaButton{background:var(--primary);color:#fff;border-radius:4px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.search-module__Wrf4ZW__ctaButton:hover{background:var(--accent)}@media (max-width:968px){.search-module__Wrf4ZW__container{grid-template-columns:1fr}.search-module__Wrf4ZW__searchSection{position:static}}
