.Button_btn__nhntQ{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),opacity var(--transition-fast);font-family:var(--font-family);font-weight:var(--font-weight-semibold);text-decoration:none;line-height:1.5;white-space:nowrap;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Button_sm__sh0pZ{padding:6px 12px;font-size:13px}.Button_md__m9Lz9{padding:10px 20px;font-size:14px}.Button_lg__UdK99{padding:14px 28px;font-size:16px}.Button_contained__ZSIZg,.Button_primary__swzAa{background-color:#ffe100;color:#000!important}.Button_contained__ZSIZg:hover:not(.Button_disabled__Cu6k9),.Button_primary__swzAa:hover:not(.Button_disabled__Cu6k9){background-color:#e6cb00}.Button_contained__ZSIZg:active:not(.Button_disabled__Cu6k9),.Button_primary__swzAa:active:not(.Button_disabled__Cu6k9){background-color:#ccb400}.Button_secondary__pFIlL{background-color:#000;color:#fff}.Button_secondary__pFIlL:hover:not(.Button_disabled__Cu6k9){background-color:#333}.Button_secondary__pFIlL:active:not(.Button_disabled__Cu6k9){background-color:#444}.Button_success__G0Zz3{background-color:#ffe100;color:#000!important}.Button_success__G0Zz3:hover:not(.Button_disabled__Cu6k9){background-color:#e6cb00}.Button_success__G0Zz3:active:not(.Button_disabled__Cu6k9){background-color:#ccb400}.Button_outlined__40lrk{background-color:rgba(0,0,0,0);border:1px solid var(--color-border-dark);color:var(--color-text-primary)}.Button_outlined__40lrk:hover:not(.Button_disabled__Cu6k9){background-color:rgba(0,0,0,.04)}.Button_outlined__40lrk:active:not(.Button_disabled__Cu6k9){background-color:rgba(0,0,0,.08)}.Button_text__BqBkN{background-color:rgba(0,0,0,0);color:var(--color-brand-blue)}.Button_text__BqBkN:hover:not(.Button_disabled__Cu6k9){background-color:rgba(0,0,0,.04)}.Button_text__BqBkN:active:not(.Button_disabled__Cu6k9){background-color:rgba(0,0,0,.08)}.Button_danger__5gJwK{background-color:var(--color-error);color:#fff}.Button_danger__5gJwK:hover:not(.Button_disabled__Cu6k9){background-color:#c82333}.Button_danger__5gJwK:active:not(.Button_disabled__Cu6k9){background-color:#b21f2d}.Button_disabled__Cu6k9{opacity:.5;cursor:not-allowed;pointer-events:auto}a.Button_disabled__Cu6k9{pointer-events:none}.Button_fullWidth__EcevO{width:100%}.Button_icon__V2EYJ{display:inline-flex;align-items:center;flex-shrink:0;font-size:1.15em}.Button_spinner__Ol6Kr{display:inline-block;width:16px;height:16px;border:2px solid;border-right:2px solid rgba(0,0,0,0);border-radius:50%;animation:Button_spin__clXgF .6s linear infinite;flex-shrink:0}@keyframes Button_spin__clXgF{to{transform:rotate(1turn)}}.Toast_container__W_70x{position:fixed;z-index:10000000000001;display:flex;flex-direction:column;gap:var(--space-2,8px);pointer-events:none;max-width:380px;width:100%}.Toast_topRight__DaxwT{top:var(--space-4,16px);right:var(--space-4,16px)}.Toast_topCenter__uakQf{top:var(--space-4,16px);left:50%;transform:translateX(-50%)}.Toast_bottomCenter__1hpQk{bottom:var(--space-4,16px);left:50%;transform:translateX(-50%)}.Toast_toast__mDcWJ{pointer-events:auto;display:flex;align-items:stretch;background:var(--color-bg-white,#fff);border-radius:var(--radius-md,8px);box-shadow:var(--shadow-md,0 4px 12px rgba(0,0,0,.15));font-size:var(--font-size-sm,14px);color:var(--color-text-primary,#333);overflow:hidden;cursor:pointer;animation:Toast_slideIn__8wc45 .3s ease-out forwards;transition:opacity .3s ease,transform .3s ease}.Toast_toast__mDcWJ:before{content:"";flex-shrink:0;width:4px;background:var(--color-border-dark,#ccc)}.Toast_content__NqB7r{padding:var(--space-3,12px) var(--space-4,16px);flex:1 1;line-height:1.45;word-break:break-word}.Toast_success___UE9D:before{background:var(--color-success,#0ec254)}.Toast_error__bbRqR:before{background:var(--color-error,#dc3545)}.Toast_info__FI_CQ:before{background:var(--color-info,#17a2b8)}.Toast_warning__O64dm:before{background:var(--color-warning,#ffc107)}.Toast_exit__hWx39{animation:Toast_fadeOut__YM6_C .3s ease-in forwards}@keyframes Toast_slideIn__8wc45{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.Toast_bottomCenter__1hpQk .Toast_toast__mDcWJ,.Toast_topCenter__uakQf .Toast_toast__mDcWJ{animation-name:Toast_slideInCenter__7cOJT}@keyframes Toast_slideInCenter__7cOJT{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Toast_fadeOut__YM6_C{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.Toast_bottomCenter__1hpQk .Toast_exit__hWx39,.Toast_topCenter__uakQf .Toast_exit__hWx39{animation-name:Toast_fadeOutCenter__qTBrz}@keyframes Toast_fadeOutCenter__qTBrz{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@media(max-width:575px){.Toast_container__W_70x{max-width:100%;left:var(--space-2,8px);right:var(--space-2,8px);transform:none}.Toast_topRight__DaxwT{top:var(--space-2,8px)}.Toast_topCenter__uakQf{top:var(--space-2,8px);left:var(--space-2,8px)}.Toast_bottomCenter__1hpQk{bottom:var(--space-2,8px);left:var(--space-2,8px)}}.ChatWithOwner_chat-with-owner___mc7t{display:flex;align-items:center;justify-content:center;padding:6px 12px;background-color:#ffe100;color:#000!important;border:none;border-radius:10px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;height:36px}@media(max-width:768px){.ChatWithOwner_chat-with-owner___mc7t{font-size:12px}}.ChatWithOwner_chat-with-owner___mc7t{cursor:pointer;transition:all .3s ease;width:100%;position:relative;overflow:hidden}.ChatWithOwner_chat-with-owner___mc7t:hover{background-color:#ffe100;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.ChatWithOwner_chat-with-owner___mc7t:disabled{opacity:.6;cursor:not-allowed;transform:none}.ChatWithOwner_chat-with-owner___mc7t.ChatWithOwner_loading__qy6_2{pointer-events:none;opacity:.8}.ChatWithOwner_chat-with-owner___mc7t.ChatWithOwner_hovered__tARiP{background-color:#ffe100;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.ChatWithOwner_chat-with-owner___mc7t.ChatWithOwner_pressed___MZLb{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}.ChatWithOwner_no-longer-available__cC9aN{display:flex;align-items:center;justify-content:center;padding:6px 12px;background-color:#f5f5f5;color:#999;border:none;border-radius:10px;font-size:12px;height:36px;font-weight:500;cursor:not-allowed;width:100%}.ChatWithOwner_view-chat-button__cnQQF{background:#ffe100;color:#000}.ChatWithOwner_spinner__Kvc1v{animation:ChatWithOwner_spin__ELWZl 1s linear infinite;display:inline-block;margin-right:8px}@keyframes ChatWithOwner_spin__ELWZl{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ChatWithOwner_loading__qy6_2:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:ChatWithOwner_shimmer__1_Gud 2s infinite}@keyframes ChatWithOwner_shimmer__1_Gud{0%{left:-100%}to{left:100%}}.ChatWithOwner_mapview__popup__5NgOd{width:auto;min-width:150px}.ChatWithOwner_chatIcon__OjUDq{margin-right:8px;font-size:20px}.ChatWithOwner_editProperty__SUDxj{display:flex;align-items:center;justify-content:center;padding:6px 12px;background-color:#ffe100!important;color:#000!important;border:none;border-radius:10px;font-size:12px!important;height:36px;font-weight:500;cursor:pointer;transition:all .3s ease;width:100%;position:relative;overflow:hidden;text-transform:none!important}.ChatWithOwner_editProperty__SUDxj:hover{background-color:#ffe100;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.ChatWithOwner_editProperty__SUDxj:disabled{opacity:.6;cursor:not-allowed;transform:none}.ChatWithOwner_editProperty__SUDxj.ChatWithOwner_loading__qy6_2{pointer-events:none;opacity:.8}.ChatWithOwner_editProperty__SUDxj.ChatWithOwner_hovered__tARiP{background-color:#ffe100;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.ChatWithOwner_editProperty__SUDxj.ChatWithOwner_pressed___MZLb{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}@media(max-width:767px){.ChatWithOwner_chat-with-owner___mc7t{padding:6px 8px;min-width:auto;flex:0 1 auto;min-height:32px;margin-left:4px;white-space:nowrap}.ChatWithOwner_spinner__Kvc1v{margin-right:4px;font-size:10px}}@media(max-width:360px){.ChatWithOwner_chat-with-owner___mc7t{min-height:28px}.ChatWithOwner_chatIcon__OjUDq{font-size:11px;margin-right:2px}}.Tooltip_wrapper__KAcgM{position:relative;display:inline-flex}.Tooltip_wrapper__KAcgM:after{content:attr(data-tooltip);position:absolute;z-index:var(--z-tooltip);padding:6px 10px;background:var(--color-brand-black);color:var(--color-text-white);font-family:var(--font-family);font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);line-height:1.4;white-space:normal;max-width:240px;width:max-content;border-radius:var(--radius-sm);pointer-events:none;opacity:0;transition:opacity var(--transition-fast),transform var(--transition-fast)}.Tooltip_wrapper__KAcgM:focus-within:after,.Tooltip_wrapper__KAcgM:hover:after{opacity:1}.Tooltip_top__ccSfg:after{bottom:calc(100% + 6px);left:0;transform:translateY(4px)}.Tooltip_top__ccSfg:focus-within:after,.Tooltip_top__ccSfg:hover:after{transform:translateY(0)}.Tooltip_bottom__pFP_a:after{top:calc(100% + 6px);left:0;transform:translateY(-4px)}.Tooltip_bottom__pFP_a:focus-within:after,.Tooltip_bottom__pFP_a:hover:after{transform:translateY(0)}.Tooltip_left__nj1ha:after{right:calc(100% + 6px);top:50%;transform:translateY(-50%) translateX(4px)}.Tooltip_left__nj1ha:focus-within:after,.Tooltip_left__nj1ha:hover:after{transform:translateY(-50%) translateX(0)}.Tooltip_right__sFe7U:after{left:calc(100% + 6px);top:50%;transform:translateY(-50%) translateX(-4px)}.Tooltip_right__sFe7U:focus-within:after,.Tooltip_right__sFe7U:hover:after{transform:translateY(-50%) translateX(0)}.FavoriteButton_favoriteButton__QlXZm{color:#fff;background-color:rgba(0,0,0,.4);backdrop-filter:blur(4px);height:50%}.FavoriteButton_favoriteButton__QlXZm:hover{background-color:rgba(0,0,0,.6)}.FavoriteButton_favoriteIcon__4_cQA{color:var(--favorite-color,#FF0000)!important;fill:var(--favorite-color,#FF0000)!important}.FavoriteButton_favoriteIcon__4_cQA:hover{color:var(--favorite-hover-color,#CC0000)!important;fill:var(--favorite-hover-color,#CC0000)!important}.FavoriteButton_favoriteBorderIcon__cBinn{color:var(--favorite-border-color,#ffffff)}.FavoriteButton_favoriteBorderIcon__cBinn:hover{color:var(--favorite-border-hover-color,#ff4444)}.FavoriteButton_favoriteWrapper__MRfI9{display:inline-flex;position:relative}.PropertySpecs_propertySpecs__9wrfE{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.PropertySpecs_propertySpecs__9wrfE span{display:flex;align-items:center;gap:4px;color:#666;padding-right:8px;position:relative}.PropertySpecs_propertySpecs__9wrfE span:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:14px;width:1px;background-color:#e0e0e0}.PropertySpecs_propertySpecs__9wrfE span img,.PropertySpecs_propertySpecs__9wrfE span svg{color:#666;font-size:16px;width:16px;height:16px;flex-shrink:0}@media screen and (max-width:768px){.PropertySpecs_propertySpecs__9wrfE span{font-size:10px;padding-right:4px}.PropertySpecs_propertySpecs__9wrfE span img,.PropertySpecs_propertySpecs__9wrfE span svg{font-size:14px;width:14px;height:14px}}.PropertySpecs_propertySpecs__9wrfE.PropertySpecs_detailPage__IDmOQ span{font-size:16px}@media screen and (max-width:768px){.PropertySpecs_propertySpecs__9wrfE.PropertySpecs_detailPage__IDmOQ span{font-size:10px}}.PropertySpecs_propertySpecs__9wrfE.PropertySpecs_otherPage__YWx__ span{font-size:14px}@media screen and (max-width:768px){.PropertySpecs_propertySpecs__9wrfE.PropertySpecs_otherPage__YWx__ span{font-size:10px}}.styles_verifiedTag__Nmfd_{display:inline-flex;align-items:center;gap:4px;background-color:#ffffb4;padding:4px 12px;border-radius:6px;width:auto;height:auto}@media screen and (max-width:768px){.styles_verifiedTag__Nmfd_{padding:2px 8px;width:auto}}.styles_verifiedTag__Nmfd_ span{font-weight:600;font-size:10px;color:#000}@media screen and (max-width:768px){.styles_verifiedTag__Nmfd_ span{font-size:8px;padding:2px 4px}}.styles_verifiedTag__Nmfd_ .styles_icon__50kfd{font-size:12px;color:#000}.styles_largeFont__okEQV span{font-size:12px!important}@media screen and (max-width:768px){.styles_largeFont__okEQV span{font-size:10px!important}}.Menu_menu__U4reN{position:absolute;z-index:var(--z-dropdown);min-width:160px;max-width:320px;background:var(--color-bg-white);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:var(--space-1) 0;animation:Menu_menuIn__Eo0Jz var(--transition-fast);outline:none}.Menu_item__elEMW{display:flex;align-items:center;padding:var(--space-2) var(--space-4);font-family:var(--font-family);font-size:var(--font-size-sm);color:var(--color-text-primary);cursor:pointer;white-space:nowrap;transition:background-color var(--transition-fast);outline:none}.Menu_item__elEMW:focus-visible,.Menu_item__elEMW:hover{background:var(--color-bg-light)}.Menu_item__elEMW:focus-visible{outline:2px solid var(--color-brand-blue);outline-offset:-2px}.Menu_itemDisabled__sne_x{opacity:.4;cursor:not-allowed}.Menu_itemDisabled__sne_x:hover{background:rgba(0,0,0,0)}@keyframes Menu_menuIn__Eo0Jz{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Share_shareButton__S1wF5{display:inline-block}.Share_iconButton__V00Nu{color:#000!important;transition:transform .2s ease-in-out;padding:6px!important;height:32px;width:32px}.Share_iconButton__V00Nu svg{font-size:18px}.Share_iconButton__V00Nu:hover{transform:scale(1.1)}@media(max-width:600px){.Share_iconButton__V00Nu{padding:0!important;height:24px;width:24px}.Share_iconButton__V00Nu svg{font-size:16px}}.Share_menu__0hbBb .Share_shareOption__NZ_Xn{width:100%;min-width:200px;min-height:36px}@media(max-width:600px){.Share_menu__0hbBb .Share_shareOption__NZ_Xn{min-width:160px;min-height:32px}.Share_menu__0hbBb .Share_shareOption__NZ_Xn svg{font-size:18px}.Share_menu__0hbBb .Share_shareOption__NZ_Xn p{font-size:14px}}.Share_shareOption__NZ_Xn{display:flex;align-items:center;text-decoration:none;color:inherit}.Share_shareOption__NZ_Xn:hover{text-decoration:none}.ReelSlider_reelContainer__FBMY7{position:relative;width:100%;max-width:400px;margin:0 auto;padding-top:3.5rem}@media(max-width:768px){.ReelSlider_reelContainer__FBMY7{max-width:100%;padding-top:0}}.ReelSlider_breadcrumbs__H8_yd{position:absolute;top:60px;left:15px;z-index:100;display:flex;align-items:center;flex-wrap:wrap;color:#666;font-size:12px;margin-top:5px}@media(max-width:768px){.ReelSlider_breadcrumbs__H8_yd{display:none}}.ReelSlider_breadcrumbs__H8_yd a{color:#666;text-decoration:none;transition:color .2s ease}.ReelSlider_breadcrumbs__H8_yd a:hover{color:#333;text-decoration:underline}.ReelSlider_breadcrumbs__H8_yd .ReelSlider_breadcrumbIcon__61HVH,.ReelSlider_breadcrumbs__H8_yd .ReelSlider_separator___ZS_r{color:#666;margin:0 4px;font-size:14px!important}.ReelSlider_breadcrumbs__H8_yd .ReelSlider_currentPage__ORjvl{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;font-weight:500}.ReelSlider_reelSlide__DL3dV{height:95vh;min-height:95vh;scroll-snap-align:start;scroll-snap-stop:always;position:relative;width:100%;max-width:400px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media(max-width:768px){.ReelSlider_reelSlide__DL3dV{max-width:100%;height:100vh;min-height:100vh}}.ReelSlider_mapWrapper__MUi_o{position:absolute;top:0;left:0;width:100%;height:100%;aspect-ratio:9/16;max-height:90vh;display:flex;justify-content:center;align-items:center;overflow:hidden}@media(max-width:768px){.ReelSlider_mapWrapper__MUi_o{width:100vw;height:100vh;max-height:100vh;aspect-ratio:unset;left:0;transform:none;padding:0}}.ReelSlider_mapWrapper__MUi_o img{width:100%;height:100%;object-fit:cover;border-radius:12px}@media(max-width:768px){.ReelSlider_mapWrapper__MUi_o img{border-radius:0;width:100vw;height:100vh}}.ReelSlider_innerContent__13xkc{height:100%}.ReelSlider_innerContent__13xkc,.ReelSlider_mediaContainer__qnzbZ{width:100%;display:flex;position:relative;justify-content:center;align-items:center}.ReelSlider_mediaContainer__qnzbZ{height:90vh;aspect-ratio:9/16;max-width:390px;margin:0 auto;padding:0;box-sizing:border-box;overflow:visible;touch-action:pan-y pinch-zoom;outline:none;-webkit-user-select:none;user-select:none}@media(max-width:768px){.ReelSlider_mediaContainer__qnzbZ{width:100vw;height:100vh;margin:0;padding:0;aspect-ratio:unset;overflow:hidden;max-width:none}}.ReelSlider_media__Bd5BK{position:absolute;width:100%;height:100%;max-width:100%;max-height:90vh;object-fit:cover;border-radius:12px;margin:0 auto}@media(max-width:768px){.ReelSlider_media__Bd5BK{width:100vw;height:100vh;max-height:100vh;border-radius:0;margin:0}}.ReelSlider_navOverlay__KJDFw{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;pointer-events:none}.ReelSlider_leftNav__KGoI4,.ReelSlider_rightNav__mzgUN{flex:0 0 40%;height:100%}.ReelSlider_leftNav__KGoI4{cursor:pointer}.ReelSlider_rightNav__mzgUN{margin-left:auto;cursor:pointer}.ReelSlider_progressContainer__oG7_B{position:absolute;bottom:2vh;width:90%;display:flex;gap:4px;z-index:10}@media screen and (max-width:768px){.ReelSlider_progressContainer__oG7_B{bottom:3vh}}.ReelSlider_progressBarContainer__JBShq{flex:1 1;height:.5vh;background-color:#49454f;border-radius:.5vh;overflow:hidden;position:relative}.ReelSlider_progressBar__wQm01{height:100%;background-color:#fff;width:0;transition:width .1s linear}.ReelSlider_actionButtons__v8IpN{position:absolute;right:-80px;display:flex;flex-direction:column;gap:16px;transform:translateY(-100%);text-align:center;pointer-events:auto;z-index:30}@media(max-width:768px){.ReelSlider_actionButtons__v8IpN{position:relative;bottom:5vh;right:0;transform:none;left:0;gap:1px;margin-bottom:20px}}@media(min-width:1400px){.ReelSlider_actionButtons__v8IpN{right:-80px;transform:translateY(-100%)}}.ReelSlider_actionText__1M8if{color:#000;font-size:16px;font-weight:600;margin-bottom:8px}@media(max-width:768px){.ReelSlider_actionText__1M8if{color:#fff;font-size:12px;margin-bottom:0}}.ReelSlider_saveButton__DAzsO,.ReelSlider_shareButton__nNfpp{background-color:#fff;border:none;border-radius:10px;width:48px;height:48px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(73,69,79,.5);cursor:pointer;z-index:990;font-size:16px;transition:transform .2s ease}.ReelSlider_saveButton__DAzsO>*,.ReelSlider_shareButton__nNfpp>*{display:flex;justify-content:center;align-items:center;margin:0 auto}.ReelSlider_saveButton__DAzsO:hover,.ReelSlider_shareButton__nNfpp:hover{transform:scale(1.05)}@media(max-width:768px){.ReelSlider_saveButton__DAzsO,.ReelSlider_shareButton__nNfpp{width:44px;height:44px;margin-bottom:-10px;background:rgba(0,0,0,0);border:none;font-size:12px;color:#fff!important}.ReelSlider_saveButton__DAzsO button,.ReelSlider_shareButton__nNfpp button{color:#fff!important}}.ReelSlider_mobileProperty__x1Ofe{display:flex;flex-direction:row;align-items:flex-end;justify-content:center;width:100%;position:absolute;left:0;bottom:4vh;z-index:20;pointer-events:none}@media(max-width:768px){.ReelSlider_mobileProperty__x1Ofe{left:0;bottom:5vh;width:98%;background:none;justify-content:center;pointer-events:none}}.ReelSlider_mobileProperty__x1Ofe .ReelSlider_actionButtons__v8IpN{pointer-events:auto}.ReelSlider_divide__p2g2_{border-bottom:1px solid rgba(73,69,79,.5);width:100%}.ReelSlider_propertyDetails__Ue9Fa{pointer-events:auto;background:#fff;border-radius:16px;border:1px solid #e0e0e0;padding:10px;max-width:380px;min-width:260px;width:100%;margin:0 auto;position:static;display:flex;flex-direction:column}@media(max-width:768px){.ReelSlider_propertyDetails__Ue9Fa{background:#fff;color:#222;border-radius:16px;box-shadow:0 4px 24px 0 rgba(0,0,0,.13);padding:10px;max-width:95vw;min-width:0;width:95vw;margin:0 1vw;position:relative}}.ReelSlider_nameWrapper__j1KYT{display:flex;align-items:center;gap:1%;margin:1vh 0}.ReelSlider_nameWrapper__j1KYT .ReelSlider_name__ckr1J{font-size:14px;font-weight:400;flex:1 1;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.ReelSlider_nameWrapper__j1KYT .ReelSlider_name__ckr1J{font-size:12px}}.ReelSlider_nameWrapper__j1KYT .ReelSlider_verifiedTag__tJyT_{flex-shrink:0;display:flex;align-items:center}.ReelSlider_propertyDetails__Ue9Fa h3{margin:0;font-size:1.5rem;color:#000}.ReelSlider_propertyDetails__Ue9Fa p{margin:5px 0;color:#666}.ReelSlider_propertyMeta__5foke{display:flex;gap:10px;margin:10px 0;font-size:.9rem;color:#666}.ReelSlider_chatButton__xyxtG{font-size:10px;width:150px}.ReelSlider_chatButton__xyxtG button{display:flex;align-items:center;justify-content:center;background-color:#ffe100;color:#000;border:none;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;width:100%;position:relative;overflow:hidden}@media screen and (max-width:768px){.ReelSlider_chatButton__xyxtG button{border-radius:8px;font-size:10px}.ReelSlider_chatButton__xyxtG{width:150px;font-size:12px}.ReelSlider_chatButton__xyxtG button{height:24px}}.ReelSlider_priceContainer__ac3m_{display:flex;align-items:center;justify-content:space-between;gap:12px}.ReelSlider_price__mr_Ut{font-size:16px;font-weight:600}@media screen and (max-width:768px){.ReelSlider_price__mr_Ut{font-size:14px}}.ReelSlider_userDetails__TgCPv{margin-top:16px;display:flex;justify-content:space-between;align-items:center}.ReelSlider_userInfo__29ew6{display:flex;align-items:center;gap:8px}.ReelSlider_userAvatar__yL_oJ{width:48px;height:48px;border-radius:50%;overflow:visible;background:#f0f0f0;position:relative}@media(max-width:768px){.ReelSlider_userAvatar__yL_oJ{width:40px;height:40px}}@media(min-width:1400px){.ReelSlider_userAvatar__yL_oJ{width:52px;height:52px}}@media(min-width:1920px){.ReelSlider_userAvatar__yL_oJ{width:56px;height:56px}}.ReelSlider_verifiedBadge__6aPUq{position:absolute;bottom:0;right:4px;border-radius:50%;display:flex;font-size:.8vw!important;align-items:center;justify-content:center}@media screen and (max-width:768px){.ReelSlider_verifiedBadge__6aPUq{font-size:8px}}.ReelSlider_verifiedIcon__5Cmic{font-size:16px;color:#ffe100}.ReelSlider_avatarPlaceholder__qupv3{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff;color:#666;font-size:20px;border-radius:50%;text-transform:uppercase}.ReelSlider_avatarPlaceholder__qupv3 img{border-radius:50%;object-fit:cover;height:45px;width:45px;border:.5px solid rgba(73,69,79,.5)}.ReelSlider_userText__UH5Fl{flex:1 1}.ReelSlider_userName__bp65M{font-weight:600;font-size:12px;color:#333}@media screen and (max-width:768px){.ReelSlider_userName__bp65M{font-size:10px}}.ReelSlider_userResponse__cpjJS{font-size:12px;color:#4d4d4d}@media screen and (max-width:768px){.ReelSlider_userResponse__cpjJS{font-size:10px}}.ReelSlider_moveInStatus__Qr05m{font-size:.8vw;color:#606060;border:.05vw solid #b2b2b2;background:none;padding:.5vh 1vw;border-radius:4px;font-size:10px}@media screen and (max-width:768px){.ReelSlider_moveInStatus__Qr05m{font-size:8px;padding:.3vh .5vw}}@media screen and (min-width:2560px){.ReelSlider_moveInStatus__Qr05m{font-size:10px;padding:.2vh .4vw}}.ReelSlider_facilitiesStatus__6JnHL{display:flex;flex-wrap:wrap;gap:8px;font-size:8px;margin:8px 0;font-size:10px}.ReelSlider_moveInInfo__exSWO{display:flex;align-items:center;gap:1px;font-size:12px;color:#666;margin:8px 0}@media screen and (max-width:768px){.ReelSlider_moveInInfo__exSWO{font-size:10px}}.ReelSlider_moveInIcon__c0AQf{font-size:14px!important;color:#666}.ReelSlider_backButton__EPF2g{display:flex;position:absolute;top:2vh;left:2vw;z-index:30;background:hsla(0,0%,100%,.9);border-radius:50%;width:40px;height:40px;justify-content:center;align-items:center;cursor:pointer;transition:background-color .2s ease,transform .1s ease;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.15)}.ReelSlider_backButton__EPF2g:hover{background:#fff;transform:scale(1.05)}.ReelSlider_backButton__EPF2g:active{transform:scale(.95)}@media(max-width:768px){.ReelSlider_backButton__EPF2g{width:44px;height:44px;top:20px;left:16px}}@media(min-width:769px){.ReelSlider_backButton__EPF2g{top:20px;left:20px}}.ReelSlider_backButton__EPF2g svg{color:#333;font-size:20px}@media(max-width:768px){.ReelSlider_backButton__EPF2g svg{font-size:22px}}@media(min-width:769px){.ReelSlider_backButton__EPF2g svg{font-size:20px}}.ReelSlider_loadingState__UjG6u{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;color:#666}