.city-cards-section{position:relative;padding:3rem 0;overflow:hidden}.city-cards-section .bg-texture-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:1;z-index:-1;pointer-events:none}.city-cards{max-width:1200px;margin:0 auto}.city-cards__grid{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-20,20px);margin-bottom:var(--space-20,20px)}.city-card{aspect-ratio:39/35;max-width:18%;min-width:18%;flex-grow:1;flex-shrink:0;position:relative;overflow:hidden;border-radius:.4375rem;cursor:pointer;transition:all .3s ease;border:1px solid #cf963f;background:var(--color-white,#fff);display:flex;flex-direction:column}@media(max-width:1399.98px){.city-card{border-radius:1rem}}@media(max-width:991.98px){.city-card{min-width:48%;max-width:50%}}.city-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.city-card__image-wrapper{position:relative;width:100%;flex-grow:1;overflow:hidden}.city-card__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.city-card:hover .city-card__image{transform:scale(1.05)}.city-card__title{padding:.625rem;text-align:center;font-size:.9375rem;font-weight:700;color:#37419a;text-transform:uppercase;letter-spacing:.5px;background:var(--color-white,#fff)}@media(max-width:1399.98px){.city-card__title{font-size:1rem}}@media(min-width:992px)and (max-width:1200px){.city-card__title{font-size:15px;padding:var(--space-12,12px)}}@media(min-width:768px)and (max-width:991px){.city-card__title{font-size:14px;padding:var(--space-12,12px)}}@media(min-width:576px)and (max-width:767px){.city-card__title{font-size:14px;padding:var(--space-12,12px)}}@media(min-width:320px)and (max-width:575px){.city-card__title{font-size:13px;padding:var(--space-8,8px)}}@media(min-width:992px)and (max-width:1200px){.city-cards__grid{grid-template-columns:repeat(4,1fr);gap:var(--space-16,16px)}}@media(min-width:768px)and (max-width:991px){.city-cards__grid{grid-template-columns:repeat(3,1fr);gap:var(--space-16,16px)}}@media(min-width:576px)and (max-width:767px){.city-cards__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-12,12px)}}@media(min-width:320px)and (max-width:575px){.city-cards__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-8,8px)}}.google-review-badge-wrapper{position:absolute;bottom:1.25rem;right:1.25rem;z-index:10;transform:scale(.8);transform-origin:0 100%}@media(max-width:767.98px){.google-review-badge-wrapper{transform:scale(.5);bottom:0;left:20px;right:unset;transform-origin:0 50%}}.google-review-badge{position:relative;overflow:hidden;border-radius:8px;max-width:440px;margin:0 auto}.google-review-badge__content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:100%;padding:16px}.google-review-badge__logo{display:flex;align-items:center;gap:1.25rem}.google-review-badge__google-text{font-size:2.625rem;font-weight:600;color:#fff;letter-spacing:-.5px}.google-review-badge__divider{width:2px;height:3.5rem;background:#fff;opacity:.9}.google-review-badge__rating-section{display:flex;flex-direction:column;align-items:flex-start}.google-review-badge__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:4px}.google-review-badge__rating-number{font-size:1.75rem;font-weight:700;color:#fff;line-height:1}.google-review-badge__stars{display:flex;gap:.375rem;margin-top:4px}.google-review-badge__star{width:1rem;height:1rem;color:#fff}.google-review-badge__review-count{font-size:1rem;color:#fff;font-weight:400;opacity:.95;margin-top:2px}@media(min-width:992px)and (max-width:1200px){.google-review-badge{max-width:420px}.google-review-badge__google-text,.google-review-badge__rating-number{font-size:38px}.google-review-badge__star{width:22px;height:22px}}@media(min-width:768px)and (max-width:991px){.google-review-badge{max-width:380px}.google-review-badge__background{height:110px}.google-review-badge__google-text{font-size:36px}.google-review-badge__divider{height:55px}.google-review-badge__rating-number{font-size:36px}.google-review-badge__star{width:20px;height:20px}.google-review-badge__review-count{font-size:16px}}@media(min-width:576px)and (max-width:767px){.google-review-badge{max-width:360px}.google-review-badge__background{height:100px}.google-review-badge__google-text{font-size:32px}.google-review-badge__divider{height:50px}.google-review-badge__rating-number{font-size:32px}.google-review-badge__star{width:18px;height:18px}.google-review-badge__review-count{font-size:15px}}@media(min-width:320px)and (max-width:575px){.google-review-badge{max-width:100%}.google-review-badge__background{height:90px}.google-review-badge__content{padding:12px}.google-review-badge__logo{gap:8px}.google-review-badge__google-text{font-size:28px}.google-review-badge__divider{height:45px;width:1.5px}.google-review-badge__rating-number{font-size:28px}.google-review-badge__star{width:16px;height:16px}.google-review-badge__review-count{font-size:14px}}.global-search-bar{display:flex;align-items:center;width:60vw;height:3.75rem;padding-left:2.5rem;border:1px solid #fff;border-radius:.5rem;background-color:#fff}@media(max-width:767.98px){.global-search-bar{width:100%;height:3.75rem;padding-left:1rem}}.global-search-bar__search-icon svg{width:1.5rem;height:1.5rem;color:rgba(40,41,48,.529)}@media(max-width:767.98px){.global-search-bar__search-icon svg{width:1.25rem;height:1.25rem}}.global-search-bar__search-icon{padding-right:.375rem}.global-search-bar__input{flex:1;border:none;height:100%;font-size:1rem;outline:none;color:#282930;font-size:1.25rem}@media(max-width:767.98px){.global-search-bar__input{font-size:.875rem}}.global-search-bar__button{background-color:#37419a;border:none;color:#fff;padding:1.25rem;font-size:1.25rem;cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center;border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}@media(max-width:767.98px){.global-search-bar__button{padding:1.25rem 1.875rem;font-size:1rem}}.global-search-bar__button:hover{background-color:#2c327d}