:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:JP-Black;src:url(/fonts/NotoSansJP-Black.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:JP-Medium;src:url(/fonts/NotoSansJP-Medium.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:JP-Regular;src:url(/fonts/NotoSansJP-Regular.ttf) format("truetype");font-weight:400;font-style:normal}body{overflow:unset!important;margin:0;background:#f7f7f7}.header_container{height:68px;position:sticky;top:0;z-index:101}.header_holder{display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-shadow:0 4px 12px rgba(0,0,0,.2);padding:0 0 0 1rem;background:#f7f7f7}.header_login{cursor:pointer}.right_tour_div{display:none}.header_register{cursor:pointer}.title_holder{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.title_holder div,.title_holder span{margin:0 .7em;color:#2ebfaa;font-style:normal;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.08em}.title_holder .notify{position:relative}.title_holder .notification-dot{box-sizing:border-box;padding:0;margin:0;width:6px;height:6px;border-radius:50%;background-color:#f98881;position:absolute;top:5px;right:10px}.custom_my_page{margin:0 0 0 .7rem!important;display:flex;color:#2ebfaa;align-items:center;justify-content:center;gap:10px;padding:6px 0;width:16vw;max-width:260px;background-color:#fff;cursor:pointer}.step_container{display:flex;flex-direction:row;margin-left:20%;margin-right:20%;justify-content:space-evenly;align-items:center}.step_container .step_1,.step_container .step_2,.step_container .step_3{width:60px;height:60px;border-radius:1000px}.step_1,.step_2,.step_3{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#ccc;color:#fff}.step_1.active,.step_2.active,.step_3.active{background:#f9b481!important;box-shadow:0 4px 12px hsla(26,91%,74%,.3)}span.step_title{text-align:center}.step_1 span,.step_2 span,.step_3 span{width:47%;text-align:center;font-family:HeadLineA;font-style:normal;font-weight:400;font-size:12px;line-height:18px;letter-spacing:.08em;color:#fff}.step_title_container>*{height:66px}.step_1_dots.active_dots,.step_2_dots.active_dots{font-size:75px;color:#fde1cd;background-color:transparent!important}.step_1_dots,.step_2_dots{font-size:75px;color:#ccc;background-color:transparent!important}.step_title_container>div{display:flex;flex-direction:row;justify-content:space-evenly}.step_title_container{display:flex;flex-direction:column;align-items:center}.dot_box{height:10em}.step_3{margin-bottom:10px}.stepper-head{font-weight:400;font-size:24px;line-height:24px;letter-spacing:.08em;color:#2ebfaa}.stepper-head,.stepper-sub-head{display:flex;justify-content:center;text-align:center;font-weight:600}.stepper-sub-head{font-size:14px;line-height:21px;color:#606060;margin:3rem 0}.step_title{color:#ccc}.step_title,.step_title.active{font-weight:400;font-size:12px;line-height:16px;letter-spacing:.08em;word-break:keep-all}.step_title.active{color:#f9b481}@media only screen and (max-width:700px){.custom_my_page{width:32vw}}@media only screen and (max-width:450px){.step_container{margin-left:7%;margin-right:7%}.title_holder span{margin-right:10px;color:#2ebfaa}.custom_my_page{display:none}.header_holder{padding:.5rem 1rem;height:68px;box-sizing:border-box}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.signup-main{height:100%}.form-block,.signup-main{display:flex;flex-direction:column;justify-content:center;align-items:center}.form-block{padding:10px;gap:24px;width:70%;max-width:678px;background:#ebf9f7;border-radius:16px}.form-title{margin:0;font-weight:600;font-size:16px;line-height:20px;color:#606060;text-align:center}.inner-form{display:flex;flex-direction:column;align-items:center;padding:10px 0;gap:20px;width:85%}.label{font-weight:600;font-size:16px;line-height:24px;display:block;color:#444;margin-bottom:5px;text-align:initial}.label.Mui-focused,.label.MuiFormLabel-root{color:#444!important}.helper-text{font-weight:300;font-size:12px;line-height:18px;letter-spacing:.08em;margin:5px 0!important}.step-3-form-btn-container{box-sizing:border-box;width:100%;display:flex;justify-content:center;align-items:center;gap:10px}.submit-button{color:#fff;border:none;background:#2ebfaa;box-shadow:0 4px 12px rgba(46,191,170,.3);border-radius:100px;font-size:17px!important}.submit-button,.submit-button-outlined{padding:10px;width:18rem;height:3rem;cursor:pointer}.submit-button-outlined{gap:10px;background:#fff;border:1px solid #2ebfaa;border-radius:100px;font-weight:600;font-size:16px;color:#2ebfaa}.submit-button-outlined:disabled{color:#fff;border:1px solid #ccc}.submit-loader{padding:10px;width:18rem;height:3rem;color:#fff;border:none;background:#2ebfaa;box-shadow:0 4px 12px rgba(46,191,170,.3);border-radius:100px;cursor:pointer;display:flex;justify-content:center;align-items:center}.submit-button:disabled{background:#ccc;cursor:auto}input[type=checkbox]{accent-color:#fff;width:13px}.forgotpass-link,.privacy-link{font-weight:400;font-size:14px;line-height:14px;color:#56a7f1}.forgotpass-link{align-self:flex-end;margin:0 4rem 0 0;text-decoration:underline;cursor:pointer}.form_control{width:80%;max-width:80%}.emailpage-block,.step2-block,.step3-block{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 8px;gap:24px;width:50%}.emailpage-title,.step2-title,.step3-title{font-weight:400;font-size:24px;line-height:24px;text-align:center;color:#2ebfaa;margin:0;font-weight:600}.emailpage-text,.step2-text{font-weight:600;font-size:14px;line-height:24px;text-align:center;color:#606060;margin-bottom:0}.auth_modal{display:flex;flex-direction:column;align-items:center;margin-top:1rem;gap:1rem;padding:1rem;width:400px}@media only screen and (max-width:767px){.login-main{margin-top:20px}}@media only screen and (max-width:450px){.align_text_left{text-align:left!important}.edit-info-email-form{padding:14px}.sub-compo-main{width:auto!important;margin:24px!important}.sub-compo-head{margin:20px 0!important}.form-block{width:80%;padding:18px}.inner-form{width:100%}.emailpage-block,.step2-block,.step3-block{width:unset}.submit-button,.submit-button-outlined{width:18rem;font-weight:600;padding:0}.form_control{width:100%;max-width:100%}.forgotpass-link{margin:0}.emailpage-title,.step2-title,.step3-title{font-size:18px}.emailpage-text,.step2-text{font-size:12px}.auth_modal{width:270px}}@media only screen and (max-width:300px){body .sub-compo-main{width:auto!important;margin:20px!important}.sub-compo-head{margin:20px 0!important}}._RU-K2{margin:1rem 0!important;height:50px!important;cursor:pointer;background:url(/_next/static/media/line.45555cf9.svg) no-repeat!important}.resend-btn{padding:10px;width:300px;height:56px;font-size:16px;line-height:24px;background:#ebf9f7;border-radius:100px;border:none;color:#2ebfaa;cursor:pointer}.login-main{display:flex;flex-direction:column;justify-content:center;align-items:center}.login-label{font-weight:400;font-size:23px;line-height:24px;color:#2ebfaa}.bold_font{font-weight:600!important}.policy-section{display:flex;align-items:center;gap:10px;justify-content:center;width:100%}.policy{accent-color:auto!important}.autofill-btn{margin:0 0 0 10px;padding:10px 5px;background:#2ebfaa;border-radius:3px;border:none;font-weight:300;font-size:12px;line-height:18px;color:#fff;min-width:62px}.autofill-btn:disabled{background-color:#ddd}*{font-family:JP-Regular}.main_app{min-height:calc(100vh - 218px)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background-color:#2ebfaa;border-radius:1000px}p,span{letter-spacing:.08em;font-size:14px;color:#444}.tour_main_title{font-weight:600;font-size:24px;line-height:36px;color:#2ebfaa}.tour_sub_title_color{color:#f9b481}.tour_sub_title,.tour_sub_title_color{font-weight:600;font-size:16px;line-height:180%}.chat_tour_check_box{accent-color:auto!important}.tour_skip_btn{color:#f49c5c;border:1px solid #f49c5c;background-color:transparent;border-radius:10px;padding:5px 10px;cursor:pointer;margin-left:10px}.tour_ui_li{color:#f98881}.tour_sub_title_blue{color:#56a7f1;text-align:center}.tour_center_text_container{text-align:center;width:100%}.tour_center_text_container input{margin-right:10px;accent-color:auto!important}.tour_submit_button{background:#2ebfaa;color:#fff;border:none;padding:10px 15px;border-radius:20px;cursor:pointer}.skip_tour_step_hide{display:none}.main{display:flex;justify-content:space-evenly;width:100%;padding:2.5rem 0}.left{width:60%}.right{width:25%}.upper-box{padding:16px 0 16px 16px;background:#ebf9f7;border-radius:16px}.lower-box,.upper-box{max-width:788px;width:100%}.lower-box{margin-top:2em}.lower-box-contents,.lower-box-contents div{display:flex;gap:16px;align-items:center}.lower-box-contents div{flex-direction:column;justify-content:center;padding:24px;width:252px;height:235px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08);border-radius:16px;font-weight:600;font-size:15px;line-height:18px;letter-spacing:.08em;color:#606060;cursor:pointer}.left-main{display:flex;flex-direction:column;align-items:flex-start;padding:0;flex:none;order:1;flex-grow:0;margin-top:10px}.my-name{font-weight:400;font-size:clamp(18px,5vw,24px);line-height:24px;color:#2ebfaa;max-width:65%;word-break:break-all}.my-name-bottom{font-weight:300;font-size:14px;line-height:21px;color:#606060;margin-top:0;position:relative;left:4.4rem;display:inline-block}.mypage-actions{display:flex;align-items:center;gap:15px 40px;flex-wrap:wrap}.mypage-actions .action{display:flex;align-items:center;padding:16px;gap:4rem;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08);border-radius:16px;font-weight:300;font-size:14px;line-height:24px;color:#606060;cursor:pointer}.mypage-actions span:hover{box-shadow:1px 6px 14px 1px rgba(0,0,0,.175)}.notifications{display:flex;gap:16px;max-width:342px;height:500px;background:#fff;border-radius:16px;padding:20px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.08));margin-top:10px}.notification-container{position:relative;height:100%;width:100%}.scroller{width:100%;height:calc(100% - 30px);padding:5px;overflow-y:scroll}.scroller::-webkit-scrollbar{width:4px}.scroller::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:1000px}.notification-1{display:flex;align-items:center;gap:10px;padding:4px;border-bottom:1px solid #ddd;cursor:pointer}.notification-1 .message{line-height:1.6rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:3.2rem}.notification-1:last-child{border-bottom:none}.notification-1 .dot{color:#f98881;font-weight:900;font-size:20px;min-width:8px}.notifications p{margin:0;font-weight:300;font-size:14px;line-height:21px;color:#606060}.no-notification{width:100%;height:100%;display:flex;justify-content:center;color:#606060;font-size:1rem;font-weight:600}.clear-notification{width:100%;height:30px;position:absolute;bottom:0;background-color:#ebf9f7;display:grid;place-items:center;font-weight:bolder;font-size:.8rem;border-radius:1rem;cursor:pointer;transition:all .5s}.clear-notification:active{scale:.95}.notification_modal{box-sizing:border-box;min-height:170px;width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:10px;text-align:center}.notification_modal .heading{box-sizing:border-box;width:100%;padding:10px;color:#fff;background-color:var(--primary);font-size:1rem;font-weight:600}.notification_modal .desc_container{display:flex;flex-direction:column;overflow:auto;max-height:200px;padding:0 18px 18px}.notification_modal .desc_container .desc{text-align:left;box-sizing:border-box;color:var(--primaryTextColor);font-size:14px}.notification_modal .btn_container{box-sizing:border-box;width:100%;display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;gap:10px}.notification_modal .btn_container button{box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding-bottom:10px;background:none;outline:none;border:none;border-radius:50px;cursor:pointer;font-weight:600;font-size:1rem}.notification_modal .btn_container .cancel{color:var(--primaryTextColor)}.notification_modal .btn_container .delete{color:red}.help-inquiry-faq{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding:1em}.help-inquiry-faq span{padding:1em 3em;font-weight:500;font-size:12px;line-height:16px;color:#606060}.help-inquiry-faq span:nth-child(2){border-color:#ddd;border-style:solid;border-width:0 1px}.settings-main label{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}.setting_title_style,.settings-main label{font-weight:600;font-size:24px;line-height:36px;color:#2ebfaa}.setting_title_style{width:100%!important;text-align:center;margin:0;margin-left:-20px!important}.personalInformationButton{padding:10px;width:10rem;height:1rem;color:#fff;border:none;background:#2ebfaa;box-shadow:0 4px 12px rgba(46,191,170,.3);border-radius:100px;cursor:pointer;display:flex;justify-content:center;align-items:center}.withoutPersonalInfo{width:100%;text-align:center;margin-top:50px}.withoutPersonalInfo h1{color:#2ebfaa}#sectionWithoutInfo{padding:30px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;margin-top:70px}.settings-label{font-weight:600;font-size:16px;line-height:24px;color:#606060;white-space:nowrap}@media (max-width:450px){.main_app{min-height:calc(100vh - 272px)}.upper-box{max-width:unset;min-width:unset;width:80vw;padding:1rem;height:auto}.left{width:unset}.mypage-actions{flex-direction:column;padding:0}.mypage-actions .action{justify-content:space-between;width:100%;box-sizing:border-box}.lower-box{width:100%;height:unset}.lower-box-contents{flex-direction:column;height:unset}.lower-box-contents div{height:unset;flex-direction:unset;justify-content:start;padding:24px}.right{display:none}.help-inquiry-faq span{padding:1em}.settings-main label>div{width:30%}.setting_title_style{text-align:left}}.toggle-container{width:51px;height:31px;position:relative}.toggle-container.checkbox{opacity:0;width:0;height:0;position:absolute}.toggle-container .switch{width:100%;height:100%;display:block;background-color:#e9e9eb;border-radius:16px;cursor:pointer;transition:all .2s ease-out}.toggle-container .slider{width:27px;height:27px;position:absolute;left:calc(50% - 27px / 2 - 10px);top:calc(50% - 27px / 2);border-radius:50%;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,.15),0 3px 1px rgba(0,0,0,.06);transition:all .2s ease-out;cursor:pointer}.toggle-container .checkbox:checked+.switch{background-color:#f9b481}.toggle-container .checkbox:checked+.switch .slider{left:calc(50% - 27px / 2 + 10px);top:calc(50% - 27px / 2)}.settings{display:flex;justify-content:center}.settings-main{margin:2rem 0;max-width:510px;width:80%}.settings-block1,.settings-main{display:flex;flex-direction:column}.settings-block1{margin:1rem 0;width:100%;justify-content:center;align-items:flex-start;padding:20px 30px;gap:24px;background:#fff;border-radius:16px;box-sizing:border-box}.setting{width:100%;display:flex;align-items:center;justify-content:space-between}.logoff_btn span{color:#f15656;font-size:16px;font-weight:500;letter-spacing:1.28px}.delete_account_page{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:90%}.delete_account_heading{color:#2ebfaa;font-size:24px;font-weight:600;letter-spacing:1.92px}.delete_account_desc{color:#444;font-size:14px;font-weight:300;letter-spacing:1.12px;margin:1rem 0}@media (max-width:450px){.main{height:auto}.delete_account_heading{font-size:16px}}.editpage{flex-direction:column;padding-bottom:2.5rem}.editpage,.editpage .heading{display:flex;align-items:center}.editpage .heading{font-weight:600;font-size:24px;line-height:36px;color:#2ebfaa;justify-content:center;gap:10px;width:100%;max-width:800px;position:relative}.editpage .heading svg{position:absolute;left:0;top:50%;transform:translateY(-50%)}.edit-main{display:flex;flex-direction:column;padding:1rem 2rem;max-width:800px;width:100%;background:#fff;border-radius:16px;box-sizing:border-box}.sections{border-bottom:1px solid #ddd;padding:1rem;align-items:center;flex-wrap:wrap}.profile-section,.sections{display:flex;justify-content:space-between}.profile-section{align-items:flex-end;font-weight:300;font-size:16px;line-height:24px;color:#606060;width:71%}.name{font-weight:600;font-size:24px;line-height:36px;color:#606060}.userid{font-weight:300;font-size:16px;line-height:24px;color:#606060}.edit-icon{display:flex;align-items:center;gap:5px;cursor:pointer;align-self:flex-end}.edit-icon p{color:#56a7f1!important;white-space:nowrap}.upload-btn{margin-top:10px;padding:8px 16px;background:#fff;border:1px solid #ddd;border-radius:3px;font-weight:300;font-size:12px;line-height:18px;color:#606060;cursor:pointer}#section5{border-bottom:none}.icon-space{display:flex;gap:25px;align-items:center}@media only screen and (max-width:450px){.editpage{margin:10px 10px 40px}.edit-main{display:flex;flex-direction:column;width:96%;background:#fff;border-radius:16px;padding:10px}.sections{display:flex;border-bottom:1px solid #ddd;padding:.4rem .7rem;align-items:center;justify-content:center}.profile-section{line-height:1;word-break:break-word;color:#606060;width:100%;justify-content:space-between;align-items:center}.profile-section p:first-child{font-size:16px}.name{margin:42px 0 0}.userid{margin:0}.icon-space{display:flex;gap:15px;align-items:center;flex-grow:1}}.sub-compo-main{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;width:100%}.sub-compo-main form{width:100%}.sub-compo-head p{color:#2ebfaa;margin:0}.sub-compo-head{display:flex;align-self:flex-start;align-items:center;margin:10px;font-weight:600;font-size:14px;line-height:21px;gap:20px;cursor:pointer}.edit-info-btn-container{box-sizing:border-box;display:flex;justify-content:center;align-items:center;gap:24px;margin-top:24px;width:100%}.edit-address-input{display:flex;gap:16px;flex-wrap:wrap}.edit-address-input div:first-child{width:68%}.edit-address-input .autofill-btn{margin:0;cursor:pointer}.edit-address-input .autofill-btn:disabled{margin:0;cursor:default}.sub-compo-form{display:flex;flex-direction:column;gap:20px;align-items:center}.sub-compo-form>div{margin:0}.edit-select-input{width:60%}.edit-select-input .form_control{width:100%;max-width:100%;text-align:left}.notification-mobile{height:calc(100vh - 68px);flex-direction:column}.notification-mobile,.notification-mobile-heading{box-sizing:border-box;width:100%;display:flex;align-items:center;padding:10px}.notification-mobile-heading{gap:15px}.notification-mobile-heading-main{box-sizing:border-box;display:flex;align-items:center;padding:10px;gap:15px}.notification-mobile-heading .icon{font-size:2rem;cursor:pointer;color:#888}.notification-mobile-heading span{box-sizing:border-box;color:var(--primary);font-size:14px;font-weight:600}.notification-mobile .notification-container{box-sizing:border-box;position:relative;height:calc(100% - 72px);width:100%;max-width:500px}.notification-mobile .notification-container .clear-notification span{font-size:14px}.mobile-horizontal{padding:10px;font-size:1.5rem;font-weight:700;color:red}.pdf-div{box-sizing:border-box;padding:30px;background-color:#dedede;width:50vw;height:90vh;overflow:auto;display:flex}canvas.react-pdf__Page__canvas{margin-bottom:50px}@media only screen and (max-width:450px){.pdf-div{width:90vw;height:80vh}}#map{height:100%;width:100%;position:absolute!important;top:0;bottom:0}.align-div-center{display:flex;align-items:center;gap:5px;border-right:1px solid #ddd;height:20px;cursor:pointer}.map-search-comp{z-index:100;padding:6px 8px;background:#fff;width:500px}.map-search-comp,.map-search-expand{display:flex;align-items:center;gap:8px;position:absolute;left:24px;top:5rem;box-shadow:0 4px 12px rgba(0,0,0,.2);border-radius:16px}.map-search-expand{width:380px;z-index:102;flex-direction:column;justify-content:center;padding:6px 1px;background:#f9f9f9}.map-search-expand-top{display:flex;align-items:center;text-align:center;width:100%}.area-search-text{font-weight:600;font-size:14px;line-height:21px;letter-spacing:.08em;padding:12px 10px;color:#2ebfaa;background:#ebf9f7;width:94%;text-align:center}.areas,.prefectures{display:flex;gap:5px;width:-webkit-fill-available;padding:10px 1em;flex-wrap:wrap}.areas>div,.prefectures>div{flex:1 1 31%;display:flex;padding:5px 0;align-items:center;flex-direction:column;background:#fff;border-radius:100px;cursor:pointer}.selected-area,.selected-prefecture{color:#f98881;background:#fff8f3;border:2px solid #f98881}.map-search-btn-diabled{background:#ddd}.map-search-btn,.map-search-btn-diabled{border-radius:16px;padding:10px 30px;margin:10px;border:none;color:#fff}.map-search-btn{background:#f9b481;box-shadow:0 4px 12px hsla(26,91%,74%,.3);cursor:pointer}.search-areas{overflow-y:auto;height:70vh;width:100%}.options{padding:0 8px;font-weight:300;font-size:14px;text-align:initial;cursor:pointer}.Mui-expanded{margin:0!important}.back-btn-heading{font-weight:600;font-size:14px;line-height:21px;letter-spacing:.08em;color:#2ebfaa;width:94%;justify-content:flex-start;gap:10px;background-color:#f7f7f7}.back-btn-heading,.current-location-btn{padding:8px;display:flex;align-items:center}.current-location-btn{gap:2px;color:#fff;border:none;height:40px;background:#f9b481;border-radius:16px;cursor:pointer;white-space:nowrap}.current-location-btn:hover{background:#f49c5c}.rail-route{position:absolute;z-index:104;left:102%;background:#f7f7f7;box-shadow:0 4px 12px rgba(0,0,0,.2);border-radius:16px;width:70%;text-align:center}.rail-route-head{background:#ebf9f7;border-radius:16px 16px 0 0;color:#2ebfaa;font-weight:600;font-size:14px;line-height:21px;letter-spacing:.08em;padding:10px}.close-btn{position:absolute!important;right:0;top:0}.stations{overflow-y:auto;height:50vh;padding:1rem 2rem;display:flex;flex-direction:column;align-items:center}.station{background:#fff;border-radius:100px;font-weight:600;font-size:14px;line-height:21px;letter-spacing:.08em;padding:8px;color:#444;width:-webkit-fill-available;margin:5px;cursor:pointer}.selected-station,.station:hover{color:#f98881;background:#fff8f3}.selected-station{border:2px solid #f98881}.track-lines1{margin-bottom:4px}.track-lines1,.track-lines2{padding:4px 2px;background-color:#80c342}.floor-plan-comp{display:flex;align-items:center;flex-direction:column;padding:16px;z-index:100;position:absolute;right:20px;top:5rem;background:#fff;box-shadow:0px4px12pxrgba (0,0,0,.2);border-radius:16px;max-width:205px;width:100%}.floor-plan-comp h3{font-weight:600;font-size:16px;line-height:24px;color:#2ebfaa;margin:0}.floor-plan-comp p{font-size:11px;line-height:16px;display:flex;gap:10px;align-items:center;text-align:center;color:#606060;margin-bottom:0}.floor-plan-comp .rent{font-weight:600;font-size:22px;line-height:33px;color:#f98881}.floor-plan-comp input[type=radio]{accent-color:#d2691e}.plans-grid{display:grid;gap:8px 0;grid-template-columns:repeat(3,1fr);margin:6px 0 8px}.plans-grid>div:first-child,.plans-grid>div:last-child{grid-column:span 3}.select-area{display:flex;align-items:center;flex-direction:column;text-align:center;padding:16px 40px;gap:16px;z-index:100;position:fixed;width:fit-content;left:0;right:0;margin:0 auto;bottom:20px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.2);border-radius:16px}.select-area .firstline span{font-weight:600;line-height:21px;text-align:center;color:#606060}.select-area .firstline span:first-child{font-family:HeadLineA;font-weight:400;font-size:18px;line-height:40px;color:#f9b481;margin-right:10px}.next-button{display:flex;align-items:center;gap:20px;padding:12px 40px;height:56px;color:#fff;border:none;background:#2ebfaa;box-shadow:0 4px 12px rgba(46,191,170,.3);border-radius:100px;cursor:pointer;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.08em}.next-button:disabled{background:#cfcfcf;cursor:auto}.pin-setting{position:absolute;z-index:101;left:20px;top:9rem}.pin-setting-inside{padding:0 0 1px;width:328px;background:#f7f7f7;box-shadow:0 4px 12px rgba(0,0,0,.2);border-radius:16px;overflow:hidden}.pin-setting-inside .head{background:#2ebfaa;border-radius:16px 16px 0 0;padding:10px 0;display:flex;align-items:center;justify-content:center;gap:5px;color:#fff}.pin-scroll-wrapper{max-height:60vh;overflow:auto}.routes-types input[type=radio]{display:none}.route:not(.selected,:hover) .routelable{filter:brightness(.5) grayscale(1)}.routes-types{display:flex;align-items:center;justify-content:center;gap:16px;margin:15px 0 0}.routes-types div label{cursor:pointer}.route-setting{margin:1rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:10px 30px;background:#fff;border-radius:16px}.route-setting>div{width:100%;display:flex;align-items:center;justify-content:space-between}.route-setting .select-time{background:#f7f7f7;border-radius:8px;padding:4px 8px;border:none}.route-setting .select-time:focus{border:none}.route-setting .select-time option{background:#f7f7f7;padding:4px 8px;border:none}.route-setting .select-time option:hover{background:#abe5dd;padding:4px 16px;border:none}.pins-section{background:#fff;margin:1rem 2rem;border-radius:16px}.pins-section .pin_status_off{padding:1rem;display:flex;align-items:center;gap:1rem;font-size:12px;font-weight:600;color:#f98881!important;justify-content:center}.pins{display:flex;justify-content:center;align-items:flex-end;padding:5px 10px;gap:3px}.pin{filter:grayscale(1);cursor:pointer}.pin,.selected-pin{display:flex;flex-direction:column;align-items:center;padding:4px 16px;gap:8px;background:#fff}.selected-pin{border:2px dashed #f98881;box-shadow:0 4px 12px hsla(8,91%,74%,.3);border-radius:3px;filter:none}.pins-condition-btn{border-radius:100px;padding:10px 24px;border:none;cursor:pointer;font-weight:600;font-size:12px;letter-spacing:.08em;margin:.3em 1em .3rem;width:90%}.pin-fav-view-count{box-sizing:border-box;flex-direction:column;padding:10px}.pin-fav-count,.pin-fav-view-count,.pin-view-count{width:100%;display:flex;justify-content:center;align-items:center;gap:10px}.pin-fav-count,.pin-view-count{color:#444;font-size:14px;line-height:21px}.filled{background:#f9b481;color:#fff}.outlined{background:#fff!important;border:1px solid #f9b481!important;color:#f9b481}.text{background:none;color:#f15656}.pins-condition-btn.filled:disabled{background:#ccc;color:#fff}.delete_modal_heading{font-size:14px;font-weight:600;margin-top:0}.delete_chat_line{font-size:14px;display:block;margin-bottom:1rem}.delete_chat_line input{accent-color:auto}.gia-parts-copyright-text{display:none!important}.floating-section{position:absolute;bottom:16px;right:10px}.floating-section,.setting-btn{display:flex;flex-direction:column;align-items:center}.setting-btn{justify-content:center;padding:12px;gap:4px;background:#fff;border-radius:100px;border:none;font-weight:300;font-size:12px;color:#2ebfaa;cursor:pointer;width:80px;height:80px}.setting-btn,.setting-btn:hover{box-shadow:0 4px 12px rgba(46,191,170,.3)}.setting-btn:hover{background:#ebf9f7;border-radius:100px}.map-settings-main{position:absolute;bottom:16px;right:80px;z-index:101}.map-setting-block-1{margin:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:15px;gap:6px;background:#fff;border-radius:16px}.map-setting-block-1>div{width:100%;display:flex;align-items:center;justify-content:space-between;gap:6px}.map-setting-block-2{margin:.5rem;padding:15px;background:#fff;border-radius:16px}.preferences{display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}.preference{display:flex;align-items:center;gap:8px}.modal-header{font-size:12px;line-height:18px;text-align:center;color:#2ebfaa}.modal-header,.modal-spet1-title{font-weight:600;letter-spacing:.08em}.modal-spet1-title{font-size:16px;line-height:24px;color:#444;margin:1em}.step1-text,.step3-text{color:#f9b481!important;font-weight:400;font-size:18px;display:inline}.close-step1-modal{box-sizing:border-box;position:absolute;display:flex;justify-content:center;align-items:center;top:-20%;right:1%;cursor:pointer}.close-step1-modal .icon{color:#444;font-size:1.5rem}.modal-tab-container{background-color:#ddd;height:42px;border-radius:100px;display:flex;justify-content:space-between}.modal-tab-container div{border-radius:20px;padding:10px 0;cursor:pointer;font-weight:600;font-size:12px;line-height:18px;color:#fff;text-align:center;width:100%}.modal-tab-container .selected{color:#fff;transition:color 1s ease-in-out;background:#2ebfaa;box-shadow:0 4px 12px rgba(46,191,170,.3)}.modal-freeword-search{display:flex;align-items:center;margin:1rem 0;padding:8px 24px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.2);border-radius:16px}.modal-freeword-search.MuiAutocomplete-endAdornment{display:none!important}.modal-areas{display:grid;grid-template-columns:1fr 2fr;margin:5px 1rem}.modal-area-head{border-radius:10px 0 0 0;background:#ededed;padding:1rem;font-weight:600;font-size:16px;line-height:24px;color:#444;word-break:break-all}.modal-area-body{border-radius:0 10px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:1rem;background:#fff}.modal-area-wrapper{overflow:auto;height:100%;max-height:70vh}.search_modal_footer{position:sticky;bottom:0;padding:1rem}.modal-area-header{text-align:left;font-weight:600;font-size:14px;line-height:21px;color:#2ebfaa}.modal-current-location-btn{background:#f9b481;border-radius:16px;width:100%;margin:10px 0;display:flex;justify-content:center;gap:10px;align-items:center;padding:10px;border:none;font-weight:600;font-size:16px;color:#fff;cursor:pointer;white-space:nowrap}.step3-modal-subpart1{width:170vh;padding:2rem}.step3-modal-subpart2{width:110vh;padding:2rem}.step3-heading>div{color:#444;font-weight:600;font-size:16px;line-height:24px;display:inline}.step3-main{width:100%;padding:.7rem 0;display:grid;grid-template-columns:1fr 1.5fr;gap:2rem}.step3-substep-head{margin:5px 0;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.08em;color:#444}.step3-substep-sub-heading{color:#f9b481}.enter-specialpin-btn{width:100%;height:48px;background:#f9b481;border-radius:8px;margin:5px 0;color:#fff;border:none;font-weight:600;font-size:14px;line-height:21px;cursor:pointer}.enter-specialpin-btn.outlined{background:#fff;color:#f9b481}.step3-substep2 textarea,.step3-substep3 textarea{width:100%;background:#fff;border-radius:16px;padding:16px;margin:10px 0;font-weight:300;font-size:14px;line-height:21px;letter-spacing:.08em;color:#444;box-sizing:border-box;border:none;overflow:auto;outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;resize:none}.step3-substep3 textarea{border-radius:3px;border:1px solid #ddd;padding:10px}.step3-substep3 .radio_group{display:grid;grid-template-columns:1fr 1fr 1fr}.step3-substep3 .radio_group .radio_option{display:flex;gap:4px;margin-bottom:8px}.step3-substep3 .radio_group .radio_option input{accent-color:green}.step3-substep3 .radio_group .radio_option label{color:#444;font-size:14px}.freetext_step3{color:#444;text-align:center;font-size:13px;font-weight:300;margin:8px 1rem}.add_more_btn{border-radius:3px;background:#ededed;display:flex;padding:12px 1rem;gap:16px;width:fit-content;align-items:center;text-align:center;align-self:center;justify-content:center;margin:1rem auto;cursor:pointer}.copy-pin-data-div{background:#fff;padding:7px 10px;position:absolute;top:40px;right:40px}.step3-substep4{width:80%;margin:auto}.substep3-form-wrapper,.substep4-form-wrapper{overflow:auto;max-height:67vh;height:100%}.substep3-form,.substep4-form{display:grid;grid-template-columns:1fr 2fr;margin:5px 0}.substep3-form-label,.substep4-form-label{background:#ededed;padding:1.5rem;font-weight:600;font-size:16px;line-height:24px;color:#444;word-break:break-word}.form-group{display:block;margin-bottom:15px}.form-group input{padding:0;height:auto;width:auto;margin-bottom:0;display:none;cursor:pointer}.form-group label,.form-group label:before{position:relative;cursor:pointer}.form-group label:before{content:"";-webkit-appearance:none;background-color:transparent;border:2px solid #ddd;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);padding:8px;display:inline-block;vertical-align:middle;top:-2px;margin-right:5px}.form-group input:checked+label:after{content:"";display:block;position:absolute;top:5px;left:6px;width:5px;height:10px;border:solid #f9b481;border-width:0 2px 2px 0;transform:rotate(45deg)}.substep3-form-body,.substep4-form-body{padding:1.5rem;background:#fff;display:flex;flex-direction:column;justify-content:center}.custom-select{font-size:14px;line-height:21px;letter-spacing:.08em;color:#444;background:#fff;border:1px solid #ddd;width:43%;height:32px;text-transform:uppercase}.tilde-between-select{font-weight:800;font-size:18px;line-height:21px;display:inline;margin:0 10px}.substep3-form-body p,.substep4-form-body p{display:inline}.checkbox-grid{display:grid;gap:8px;grid-template-columns:1fr 1fr}.reset_rent_range_btn{margin:8px 0;color:#444;text-decoration:underline;cursor:pointer;font-size:10px;font-weight:700}.step3-mobile-main{margin:0 2rem;display:flex;flex-direction:column;gap:10px}.step3-substep-subhead-mobile{font-weight:300;line-height:18px;font-size:12px}.step3-substep-btn-mobile{font-weight:600;font-size:12px;line-height:18px;letter-spacing:.08em;color:#f9b481;width:100%;height:48px;background:#e8e8e8;border-radius:8px;border:none;margin:10px 0}.step3-substep-action-btns-mobile{display:flex;justify-content:space-between;gap:10px}.step3-substep-topbar-mobile{background-color:#fff;display:flex;justify-content:space-between;padding:16px;position:sticky;top:0;left:0;right:0;z-index:1}.step3-substep-topbar-mobile>div:nth-child(2){flex:0 1 112px}.substep3-form-label-mobile,.substep4-form-label-mobile{background:#ededed;padding:7px 1.5rem;font-weight:600;font-size:16px;line-height:24px;color:#444;display:block}.showroute{background:#fff;margin:1rem 2rem;border-radius:16px;padding:.5rem 1rem}.showroute_body p{margin:0}.showroute_footer,.showroute_header{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:1rem}.showroute_header span{color:#2ebfaa;font-size:16px;font-weight:600;letter-spacing:1.12px}.showroute_body .startpoint img{filter:invert(.6)}.showroute_body{display:grid;grid-template-columns:25px auto;gap:8px;font-size:12px;font-weight:300;letter-spacing:.96px;align-items:center;overflow:auto;height:50%}.showroute_body .route_line{width:0;height:21px;border:1px dashed #ccc;margin:auto}.route_info{display:flex;align-items:center;gap:1rem}.showroute.train_route{height:65%}.showroute.train_route .showroute_body{height:60%}.pins_wrapper,.route_wrapper{overflow:auto;height:60vh;max-height:500px}.video-player{position:relative}.video-player video{width:640px}.video-player-close{box-sizing:border-box;display:flex;justify-content:center;align-items:center;position:absolute;cursor:pointer;top:-30px;right:5px;background-color:#2ebfaa;border-radius:50%;padding:2px}.video-player-close .icon{font-size:1.3rem;color:#fff}@media screen and (max-width:300px){.map-setting-block-2{padding:0}.preference{white-space:unset}}@media screen and (max-width:450px){.modal{width:100%!important}.modal-spet1-title{font-size:12px;line-height:10px}.modal-header{font-size:11px}.step1-text{line-height:40px}.close-step1-modal{top:7%;right:6%}.select-area{width:90%;padding:15px;gap:0}.select-area-button-only{z-index:100;position:fixed;left:0;right:0;margin:auto;bottom:20px}.select-area-button-only .step-2{width:95%;text-align:center;margin:auto;padding:.5rem 0;border-radius:10px;border-radius:12px;background:hsla(0,0%,100%,.8);box-shadow:0 4px 12px 0 rgba(0,0,0,.2)}.select-area-button-only .step-2 p{font-size:10px}.select-area-button-only .step-2 .firstline{display:flex;justify-content:space-between;font-weight:800;font-size:12px;color:#444}.select-area-button-only .step-2 .firstline span:first-child{font-family:HeadLineA;font-weight:800;font-size:18px;line-height:40px;color:#f9b481;width:24%}.select-area p{font-size:10px;margin:5px!important}.next-button{gap:5px;font-size:13px}.map-search-comp{left:5px;width:90%}.map-search-expand{left:.3rem;width:95%}.floor-plan-comp{top:9rem;padding:8px;right:10px}.setting-btn{width:64px;height:64px}.search-areas{max-height:57vh}.stations{background:#f7f7f7;height:unset}.station{border-radius:100px;font-weight:600;font-size:14px;line-height:21px;letter-spacing:.08em;padding:8px;color:#444;width:50%;margin:5px;cursor:pointer;text-align:center}.map-settings-main{position:unset}.pin-setting-inside{width:unset}.pin-setting{position:unset}.mobile_only_style{height:25vh;overflow:auto}.preference input{accent-color:auto}.copy-pin-data-div{background:#fff;padding:5px;margin-top:1rem;position:static}.step3-heading>div{display:block}.substep3-form,.substep4-form{display:block;margin:0}.specialCondition-page-wrapper{width:100vw;height:100%;overflow-y:auto}.custom-select{font-size:12px}.mobile_drawer{width:100%;height:0;position:absolute;bottom:0;box-shadow:0 4px 16px rgba(0,0,0,.3);border-radius:24px 24px 0 0;background-color:#fff;transition:all .5s;z-index:110}.mobile_drawer_show{height:auto;max-width:70vh}.mobile_drawer_top{margin:1rem;text-align:center;font-weight:600;position:relative}.mobile_drawer hr{margin:0!important}.mobile_drawer_top_bar{margin:auto;width:10%;height:5px;border-radius:30px;background-color:#888}.mobile_drawer_title{color:#444;font-size:14px;font-weight:600;letter-spacing:1.12px}.map-setting-block-2{padding:0 8px;margin-top:0}.pins-section,.route-setting,.showroute{background-color:#f7f7f7}.pin-setting-inside{background:#fff;box-shadow:none}.pin{background-color:unset}.routes-types{gap:8px}.video-player video{width:360px;height:unset}}@media only screen and (min-width:1400px){.step3-modal-subpart2{width:100vh}}@media (min-width:1601px){.pins_wrapper,.route_wrapper{height:auto!important;max-height:unset}}.chat-container *{box-sizing:border-box!important}.chat-search-bar-container{display:flex;justify-content:center;align-items:center;height:10vh;background-color:#6dd3c4;position:relative}.chat-search-bar-container-selected{justify-content:flex-start;padding-left:16%}.chat-search-bar-container .page-info-card{position:absolute;display:flex;justify-content:center;align-items:center;gap:10px;top:30%;left:3%}.chat-search-bar-container .page-info-card .icon{color:#fff;font-size:1.2rem;cursor:pointer}.no_chat{width:100%;margin-top:40px;text-align:center}.no_chat h2{font-weight:600}.no_chat h2,.no_chat p{color:#2ebfaa}.chat-search-bar-container .page-info-card .icon:active{scale:.8}.chat-search-bar-pageInfoTitle{color:#fff}.chat-search-bar-pageInfoTitle-selected{font-size:20px}.chat-search-bar-search-container{display:flex;align-items:center;justify-content:center;padding:0 .5rem;background-color:#fff;border-radius:50px;gap:10px}.chat-search-bar-search-container input{font-size:.9rem;border:none;outline:none;padding:5px;width:25vw;height:30px;border-radius:50px}.chat-search-bar-search-container .chat-screen-search-close-button{box-sizing:border-box;margin-right:10px;display:flex;align-items:center;justify-content:center}.chat-search-bar-search-container .chat-screen-search-close-button svg{color:var(--secondaryTextColorLight)}.chat-search-bar-search-container .chat-screen-search-search-button{margin-right:5px;color:#fff}.chat-search-bar-search-container .chat-screen-text{box-sizing:border-box;background-color:var(--primary);padding:2px 10px;color:#fff;border-radius:6px}.chat-container{padding:13px}.chat-List,.chat-container{display:flex;box-sizing:border-box;height:calc(100vh - 134px);background-color:#f7f7f7;gap:15px}.chat-List{justify-content:center;padding:2rem 13px}.chat-sidebar-container{flex:2;z-index:20}.chat-List-container,.chat-sidebar-container{background-color:#fff;border-radius:10px;overflow:hidden}.chat-List-container{width:42vw;height:100%}.chat-sidebar{height:100%;display:flex;flex-direction:column;justify-content:space-between}.chat-user-list{height:100%;padding:10px 5px}.chat-sidebar-top{height:12%;flex-direction:column}.chat-sidebar-top,.chat-sidebar-top .flyer-tab{display:flex;justify-content:center;align-items:center;gap:5px}.chat-sidebar-top .flyer-tab{box-sizing:border-box;width:100%}.chat-sidebar-top .flyer-tab .btn{width:40%;cursor:pointer;padding:3px;border-radius:50px}.chat-user-list-top{height:12%;display:flex;justify-content:center;align-items:center}.chat-sidebar-main{padding:0 1.5rem;height:76%;box-sizing:border-box;display:flex;flex-direction:column;gap:15px;overflow:auto}.chat-sidebar-main-of-hidden{overflow:hidden}.chat-sidebar-main-of-auto{overflow:auto}.chat-sidebar-bottom{box-sizing:border-box;height:12%;padding:10px;display:flex;justify-content:center;align-items:center}.chat-sidebar-bottom button{background-color:#2ebfaa;border:none;outline:none;padding:1vh 2vw;border-radius:50px;text-align:center}.chat-sidebar-bottom button:hover{box-shadow:1px 1px 3px 1px #2ebfaa;cursor:pointer}.chat-sidebar-bottom button:active{scale:.9}.chat-sidebar-bottom button:disabled{color:#fff!important;background-color:var(--primaryTextColorLight)!important;box-shadow:none!important;cursor:default!important;border:none!important}.chat-sidebar-bottom button:disabled:active{scale:1}.chat-user-list-bottom{height:88%;overflow:auto;margin-top:10px}.chat-sidebar-tab-container{margin-top:12px}.chat-sidebar-tab-container,.chat-user-list-tab-container{display:flex;background-color:#f7f7f7;border-radius:20px}.unread-dot{position:absolute;height:5px;width:5px;background-color:#f98881;top:50%;right:67%;border-radius:50%}.chat-sidebar-tab-container div{border-radius:20px;padding:1vh 7vw;cursor:pointer;font-size:.8rem}.chat-user-list-tab-container div{border-radius:20px;padding:1.5vh 5vw;cursor:pointer}.chat-sidebar-tab-container .selected,.chat-user-list-tab-container .selected{background-color:#f9b481;color:#fff;box-shadow:1px 1px 3px 1px #f9b481}.chat-user-card{padding:15px;display:flex;justify-content:center;align-items:center;gap:20px;position:relative}.chat-user-card:hover{cursor:pointer;background-color:#ebf9f7}.chat-user-card .hover-card{box-sizing:border-box;padding:10px;position:absolute;bottom:-40px;right:35px;display:none;flex-direction:column;gap:10px;z-index:1;background-color:#f7f7f7}.chat-user-card-left{gap:10px}.chat-user-card-left,.pin-block-chat-container{display:flex;justify-content:center;align-items:center}.pin-block-chat-container img{width:25px;height:25px;object-fit:cover}.avatar-container{background-color:#f7f7f7;border-radius:50%;display:flex;justify-content:center;align-items:center;overflow:hidden}.avatar-container img{width:50px;height:50px;object-fit:cover}.chat-user-card-right{display:flex;justify-content:space-between;gap:8px;flex:2}.chat-user-card-right .left{display:flex;flex-direction:column;gap:8px}.chat-user-card-right .left p{margin:0;line-height:1.6rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-height:3.2rem}.chat-user-card-right .right-main{display:flex;justify-content:center;align-items:center;gap:10px;padding-right:10px}.chat-user-card-right .right{box-sizing:border-box;width:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:5px}.chat-user-card-right .right p{margin:0}.chat-user-card-right .right .chat-notification{background-color:#f98881;color:#fff;display:flex;border-radius:50%;padding:5px;justify-content:center;align-items:center;width:13px;height:13px}.chat-hover-info-container{width:5%}.visible{visibility:visible}.not-visible{visibility:hidden}.chat-message-container{flex:3;background-color:#fff;border-radius:10px}.chat-message{height:100%;width:100%;overflow-x:hidden}.chat-message-header{height:12%;display:flex;align-items:center;padding:0 20px;background-color:#fff}.chat-message-header .search-input-container{background-color:#f7f7f7;width:80%;justify-content:start;border-radius:5px;padding:0 20px;display:flex;align-items:center;box-sizing:border-box}.chat-message-header .search-input-container img{width:20px;height:20px;object-fit:cover}.chat-message-header .search-input-container input{border:none;outline:none;background-color:#f7f7f7;padding:10px 0;font-size:16px}.chat-message-header .search-message-in-chat-mobile-container{box-sizing:border-box;display:flex;justify-content:center;align-items:center;gap:0;flex-direction:column;padding-top:10px}.chat-message-header .search-message-in-chat-mobile-container .chat-screen-search-navigation{margin:0;gap:0}.chat-message-search-close-icon{font-size:1.5rem;color:#888}.chat-user-name{display:flex;align-items:center;justify-content:space-between;color:#2ebfaa}.chat-user-name-main{gap:10px;cursor:pointer}.chat-screen-search-navigation,.chat-user-name-main{box-sizing:border-box;display:flex;justify-content:center;align-items:center}.chat-screen-search-navigation{margin-left:auto;margin-right:60px}.chat-screen-search-navigation-mobile{box-sizing:border-box;display:flex;justify-content:flex-start;align-items:center;width:fit-content;margin-left:30px}.chat-screen-search-navigation-arrow{box-sizing:border-box;height:24px;cursor:pointer}.chat-screen-search-navigation-arrow .icon{font-size:1.5rem;color:var(--primaryTextColor)!important}.chat-screen-search-navigation-index{box-sizing:border-box;margin:0 5px;color:var(--primaryTextColor)}.chat-screen-search-navigation-arrow-mobile{box-sizing:border-box;height:24px;cursor:pointer}.chat-screen-search-navigation-index-mobile{box-sizing:border-box;margin:0 5px}.highlight{animation:blink 2s forwards}@keyframes blink{0%{background-color:#d3d0d0}to{background-color:transparent}}.chat-message-main{height:65%;padding:10px;display:flex;flex-direction:column;gap:15px;box-sizing:border-box;overflow:auto}.single-message{display:flex;gap:10px;box-sizing:border-box;align-items:flex-end}.current-user-message{flex-direction:row-reverse}.single-message .single-message-left{display:flex;align-items:start;justify-content:center;padding:4px 0 0}.single-message .single-message-left img{border-radius:50%;width:30px;height:30px;object-fit:cover}.single-message .single-message-right{background-color:#f7f7f7;max-width:50%;padding:8px;border-radius:10px;word-wrap:break-word;display:flex;flex-direction:column}.single-message .single-message-right span img{width:200px;height:100px;object-fit:cover;border-radius:10px}.single-message .current-user-text-conainer{background-color:#fbcba7}.chat-message-footer{height:23%;border-top:1px solid #aaa;display:flex;align-items:center;justify-content:space-between;flex-direction:column;box-sizing:border-box;padding:5px 20px;position:relative;z-index:10}.chat-not-filled-personal-info{position:absolute;top:0;right:0;left:0;bottom:0;background:#80808075;cursor:default;z-index:999}.chat-not-filled-personal-info,.chat-not-filled-personal-info-btn{box-sizing:border-box;display:flex;justify-content:center;align-items:center}.chat-not-filled-personal-info-btn{padding:10px;gap:10px;font-size:14px;color:#fff;cursor:pointer;background-color:var(--primary);border-radius:50px;border:none;outline:none}.chat-not-filled-personal-info-btn .icon{color:#fff;font-size:1rem}.chat-message-footer-top{display:flex;flex-direction:column;gap:10px;color:#aaa;justify-content:start;width:90%;height:70px}.chat-message-footer-top .input{height:100%;resize:none;border:none;outline:none}.chat-message-footer-main{display:none;justify-content:center;align-items:center;flex-direction:column;box-sizing:border-box;width:100%;gap:10px;margin-bottom:10px}.chat-message-footer-main .select-file-container{border:1px dotted gray;width:90%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:15px 0;background-color:#f7f7f7;border-radius:5px}.select-file-container .choose-file label{background-color:#2ebfaa;padding:.5rem 1rem;border-radius:5px;cursor:pointer}.chat-all-files-container{width:90%;display:flex;gap:10px}.chat-all-files-container img{border-radius:5px}.chat-all-files-container span{border:1px solid gray;padding:4px;background-color:#f7f7f7;box-sizing:border-box;border-radius:5px}.chat-all-files-container .file-container{width:60px;height:60px;position:relative}.chat-all-files-container .file-container img{width:100%;height:100%;object-fit:cover;border-radius:10px}.remove-file-icon-container{position:absolute;top:0;right:0;background:#ffffff4a;width:100%;height:100%;display:none;place-items:center}.remove-file-icon-container .icon{cursor:pointer}.chat-message-footer-bottom .attach-file-icon{display:flex;align-items:center;justify-content:center;cursor:pointer}.chat-message-footer-bottom .attach-file-icon .icon{transform:rotate(45deg)}.chat-message-footer-bottom{width:90%;display:flex;gap:10px;align-items:center;justify-content:space-between;box-sizing:border-box}.send-message{display:flex;align-items:center;justify-content:center;gap:10px;color:#aaa}.send-message>input{border:none;outline:none}.send-message .send-message-icon-container{padding:.2rem 1rem;border-radius:15px;background-color:#fff;display:flex;justify-content:center;align-items:center;margin-left:30px;cursor:pointer;border:none;outline:none}.send-message .send-message-icon-container:active{scale:.9}.send-message .send-message-icon-container .send-message-icon{color:#aaa}.chat-message .search-result-container{height:92%!important;display:flex;box-sizing:border-box;flex-direction:column;gap:10px}.chat-message .search-result{display:flex;justify-content:center;align-items:center;width:100%;align-self:start;box-sizing:border-box;padding:10px}.chat-message .search-result .avatar{flex:1;display:flex;justify-content:center;align-items:center}.chat-message .search-result .info{flex:4;display:flex;flex-direction:column;gap:10px}.chat-message .search-result .count{flex:1;display:flex;justify-content:center;align-items:center}.building-card{background-color:#f7f7f7;padding:10px;display:flex;gap:10px;border-radius:7px}.building-card-left{flex:6;display:flex;flex-direction:column;padding:0 10px}.building-card-left-top{display:flex;align-items:center}.building-card-left-top input{width:100%;border:none;outline:none;background-color:#f7f7f7}.building-card-left-top span{display:inline-block;width:100%;background-color:#f7f7f7}.building-card-left-bottom{display:flex;justify-content:space-between;align-items:center}.building-card-left-bottom img{width:60px;height:60px;object-fit:cover}.building-card-right{flex:1;display:flex;justify-content:center;align-items:center}.building-card-right .icon{cursor:pointer;font-size:2rem;color:#b6adad}.personal-info-disclosure-container{width:95%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:10px}.personal-info-disclosure-container .main-heading{display:inline-block;box-sizing:border-box;color:#f9b481}.personal-info-disclosure-container .alert-message{display:inline-block;box-sizing:border-box;width:80%;color:#444}.personal-info-disclosure-btn{background:none;width:80%;padding:5px 0;border-radius:50px;box-sizing:border-box;border:none;outline:none}.chat-modal-box{display:flex;align-items:center;justify-content:center;box-sizing:border-box;border:none;border-radius:10px}.single-text-message-object-container{box-sizing:border-box;width:100%;display:flex;justify-content:flex-end;align-items:flex-end;gap:10px}.single-text-message-object-container-not-broker{justify-content:flex-start}.single-text-message-object{max-width:70%;display:flex;justify-content:center;gap:10px}.single-text-message-object-not-broker{flex-direction:row-reverse}.single-text-message-object-left{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;gap:10px}.single-text-message-object-left-not-broker{align-items:flex-start}.single-text-message-object-right-top{color:#000;background-color:#fde1cd;padding:10px;border-radius:10px}.single-text-message-object-right-top-not-broker{background-color:var(--secondary)}.single-text-message-object-right-bottom{display:flex;justify-content:center;flex-direction:column;gap:10px;padding:10px;border-radius:10px;width:220px;background-color:#fde1cd;color:var(--primaryTextColor);cursor:pointer}.single-text-message-object-right-bottom-not-broker{background-color:var(--secondary)}.single-text-message-object-right-bottom img{width:200px;height:100px;object-fit:cover}.single-text-message-object-right-bottom .mosiac{filter:blur(3px);-webkit-filter:blur(3px);-moz-filter:blur(3px);-o-filter:blur(3px);-ms-filter:blur(3px)}.single-text-message-object-right-bottom .city{font-size:12px;font-weight:600}.single-text-message-object-right-bottom .building-info{font-size:12px;font-weight:300}.single-text-message-object-right-bottom .see-more{font-size:12px;font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;text-decoration:none;color:var(--primaryTextColor)}.single-text-message-object-right img{border-radius:50%;width:30px;height:30px;object-fit:cover}.personal-info-request-card{width:95%;gap:20px;padding:5px 10px;border-radius:10px}.personal-info-request-card,.personal-info-request-card .heading{display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:var(--accentLight)}.personal-info-request-card .heading{width:100%}.personal-info-request-card .heading .main{color:var(--accent)!important;padding:.5rem 0}.personal-info-request-card .heading .sub{text-align:center}.personal-info-request-card .btn-container{width:100%;display:flex;justify-content:center;align-items:center;gap:10px}.personal-info-request-card .btn-container button{flex:1;display:flex;justify-content:center;align-items:center;border:none;outline:none;height:35px;border-radius:30px;cursor:pointer}.personal-info-request-card .btn-container .btn1{background-color:var(--accentLight);color:var(--primaryTextColor);font-weight:600;font-size:1rem}.personal-info-request-card .btn-container .btn2{background-color:var(--accent);color:#fff;box-shadow:0 4px 12px hsla(26,91%,74%,.3);font-weight:600;font-size:1rem}.chat-notification-container{width:100%}.chat-notification-container,.chat-notification-main{display:flex;justify-content:center;align-items:center}.chat-notification-main{min-width:45%;background-color:#ededed;padding:2px 0;border-radius:30px}.chat-notification-main span{color:var(--primaryTextColor);font-size:12px}.single-text-message-image-modal-container{display:flex;justify-content:center;align-items:center;height:90vh;max-width:85vw;background:none}.single-text-message-image-modal-container img{height:100%}.chat-user-warning{font-size:12px;margin-bottom:6px;padding-left:10px!important;padding:4px;background-color:#f7f7f7;border-radius:37px}.reactour__close svg{width:16px}.delete_chat_confirmation{box-sizing:border-box;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px;gap:10px}.delete_chat_confirmation .heading{box-sizing:border-box;color:var(--primaryTextColor);font-size:1rem;font-weight:600}.delete_chat_confirmation .desc{box-sizing:border-box;color:#e04040}.delete_chat_confirmation .btn_container{box-sizing:border-box;width:100%;display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;gap:10px}.delete_chat_confirmation .btn_container button{box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding:10px;background:none;outline:none;border:none;border-radius:50px;cursor:pointer;font-weight:600;font-size:1rem}.delete_chat_confirmation .btn_container .cancel{color:var(--primaryTextColor)}.delete_chat_confirmation .btn_container .delete{color:red}.tour_mobile_home_icon{color:#f9b481;font-size:2rem}.read-message-container{display:flex;flex-direction:column}.read-message{text-align:right}.read-message,.read-message-not-user{color:var(--secondaryTextColorLight);font-size:12px}.read-message-not-user{text-align:left}.message-time{text-align:right}.message-time,.message-time-not-user{color:var(--secondaryTextColorLight);font-size:12px}.message-time-not-user{text-align:left}.flyer-property-card{flex-direction:column;padding:10px 20px;background-color:var(--secondary);border-radius:10px}.flyer-property-card,.flyer-property-card-info{box-sizing:border-box;width:100%;display:flex;justify-content:center;align-items:center;gap:10px}.flyer-property-card-img-container{width:100px;border-radius:10px;overflow:hidden}.flyer-property-card-img-container img{width:100%;height:100%;object-fit:contain}.flyer-property-card-desc{flex:1;display:flex;justify-content:space-between;align-items:center}.flyer-property-card-desc .TextField{font-size:1rem}.flyer-property-card-desc .icon{cursor:pointer;font-size:2rem;color:#b6adad}@media only screen and (max-width:450px){#___reactour .bLQpak{padding:24px 20px}.chat-List-container{width:100vw}.chat-user-list-tab-container div{padding:1.5vh 10vw}.chat-user-card{box-sizing:border-box;padding:10px 20px}.chat-search-bar-container{display:none}.chat-List{height:92vh;padding:0}.chat-container{height:calc(100vh - 68px);padding:0;border:none;display:block;width:100%}.chat-message-container{height:100%}.chat-sidebar{justify-content:space-around;gap:20px}.chat-sidebar-container{display:none;position:fixed;height:37vh;max-height:86vh;left:0;right:0;bottom:-46%;border-top-right-radius:28px;border-top-left-radius:28px;box-shadow:1px -2px 10px 0 #bbb6b6;transition:all .3s;padding:20px 0 46px;box-sizing:border-box}.chat-sidebar-tab-container div{width:42vw;box-sizing:border-box;text-align:center;font-size:1rem;line-height:1}.chat-sidebar-top{height:60px;flex-direction:column;gap:16px;position:relative}.chat-sidebar-top .bar{width:50px;height:5px;background-color:gray}.close-chat-sidebar-top{position:absolute;top:-35%;right:6%}.close-chat-sidebar-top .icon{color:gray;font-size:2rem}.chat-sidebar-main{height:calc(100% - 110px);align-items:center}.chat-sidebar-bottom{height:50px;box-sizing:border-box}.chat-message-main{height:70%;transition:all .2s linear}.chat-message-footer{height:16%;padding:0;transition:all .2s linear}.chat-message-header{height:7%;justify-content:space-between!important;padding:0 10px;gap:10px;width:100%;box-sizing:border-box}.send-message>input,.send-message>label{display:none}.chat-user-name{flex-direction:row}.chat-message-header .search-input-container{padding:0;width:80%;justify-content:space-evenly}.chat-message-header div{display:flex;justify-content:center;align-items:center;gap:10px;position:relative}.chat-user-name-main{flex-direction:row-reverse}.chat-message-header div .icon{color:#f9b481}.building-card{box-sizing:border-box;width:95%;height:110px}.building-card-left{justify-content:center;align-items:center;flex:2;padding:0;height:100%}.building-card-mid{display:flex;flex-direction:column;flex:5}.building-card-mid div{display:flex;gap:5px}.chat-sidebar-bottom button{width:90%;padding:10px 0;font-size:1rem}.building-card-left img{object-fit:cover;width:100%;height:100%}.building-card-right .icon{font-size:2rem}.mobile-choose-file-container{border-top:1px solid #aaa;width:100%;height:60%;box-sizing:border-box;padding:10px}.mobile-choose-file-container-header{display:flex;justify-content:center;gap:10px;width:100%;height:50%}.mobile-choose-file-container-header .choose-image-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;width:33%;box-sizing:border-box;height:100%;background-color:#f7f7f7;border-radius:10px;gap:10px}.mobile-choose-file-container-header .choose-image-mobile span,.mobile-choose-file-container-header div label,span{color:#444}.close-icon{color:#000}.chat-sidebar-main-of-auto{height:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.personal-info-request-card{width:90%;margin:auto}.personal-info-request-card .heading .main{height:auto!important}.personal-info-request-card .btn-container{flex-direction:column-reverse}.personal-info-request-card .btn-container button{width:80%;padding:10px}.single-text-message-object-container-not-broker{padding-left:15px}.single-text-message-image-modal-container{height:50vh;max-width:unset;width:100%}.single-text-message-image-modal-container img{width:180%;object-fit:contain}.single-message .single-message-right span img{width:180px}.chat-message-header .search-input-container input{width:70%;font-size:12px}.chat-user-warning{width:90%}.single-message .single-message-right{max-width:unset}.flyer-property-card{width:90%}}.introduction-property{box-sizing:border-box;width:100%;position:relative;background-color:#fff;justify-content:start;margin:auto;scroll-behavior:smooth;padding:0 0 2.5rem;min-height:calc(100vh - 218px)}.introduction-property,.introduction-property-main{display:flex;align-items:center;flex-direction:column}.introduction-property-main{padding:10px 10px 20px;gap:20px;width:65%}.introduction-property-main h1{font-size:1.5rem;color:var(--primary);margin:1.3rem 0}.introduction-property .pin-tab{width:100%;display:flex;justify-content:center;align-items:center;border-radius:50px}.introduction-property .pin-tab .btn{border:none;outline:none;height:5vh;flex:1;cursor:pointer;border-radius:50px;font-size:1rem}.introduction-property .flyer-tab{gap:5px}.introduction-property-main .hidden-properties-link-container{width:100%;display:flex;flex-direction:row-reverse}.introduction-property-main .hidden-properties-link-container span{border-bottom:1px solid #606060}.introduction-property-main .banner-container{width:100%;display:flex;flex-direction:column;gap:10px}.introduction-property-main .banner-container .banner{width:100%;height:15vh;padding:10px 0;border-radius:12px;display:flex;align-items:center;justify-content:space-evenly}.introduction-property-main .banner-container .banner span{display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1rem;gap:10px}.introduction-property-main .banner-container .banner .banner-img{width:40%;object-fit:cover}.filter-container{width:100%;display:flex;justify-content:space-between;align-items:center}.filter-container-right{gap:20px}.filter-container-right,.filter-dropdown{display:flex;align-items:center;justify-content:center}.filter-dropdown{gap:10px}.filter-dropdown select{color:var(--primaryTextColor);background-color:var(--secondary);padding:5px;box-sizing:border-box;border:none;border-radius:5px;outline:none;min-width:9vw;cursor:pointer}.introduction-property-main .page-no-container{display:flex;align-items:center;gap:10px;width:100%}.introduction-property-main .page-no-container .btn{padding:5px 10px;box-sizing:border-box;font-size:1rem;cursor:pointer}.properties-list-container{background-color:#fff}.properties-list-container,.properties-list-container .property-list-card{width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.properties-list-container .property-list-card{padding:20px 40px;background-color:var(--secondary);border-radius:20px}.property-list-card .building-info-container{flex-direction:column;gap:10px}.building-info,.property-list-card .building-info-container{display:flex;align-items:start;justify-content:center;width:100%}.building-info{gap:20px}.building-info .building-img-container{display:flex;align-items:center;justify-content:center;flex:1}.building-info .building-img-container img{height:200px;width:200px;object-fit:cover}.building-info .building-address{display:flex;justify-content:center;align-items:start;flex-direction:column;gap:20px;flex:3;padding-top:10px}.comparing-topics{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:15px}.comparing-topics-top{gap:20px;justify-content:space-between;padding:0 40px}.comparing-topics-top,.property-compare-card{display:flex;width:100%;box-sizing:border-box}.property-compare-card{flex-direction:column;justify-content:center;align-items:center;background-color:#fff;padding:18px 25px;border-radius:15px;gap:15px}.property-compare-card .property-container{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%}.property-compare-card .property-container-left{display:flex;justify-content:center;align-items:center}.property-compare-card .property-container-main{width:80%;display:flex;justify-content:space-around;align-items:center;gap:20px}.property-compare-card .property-container-main .rent-fee{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.property-compare-card .property-container-main .rent-fee .see-other-floors-insideSidebar{height:30px;display:flex;justify-content:space-between;align-items:center;border-radius:3px;border:none;outline:none;cursor:pointer}.property-compare-card .property-container-main .rent-fee .see-other-floors-insideSidebar .icon{font-size:1rem}.property-compare-card .property-container-right{display:flex;justify-content:center;align-items:center}.property-compare-card .property-container-right .icon-container{cursor:pointer}.property-compare-card .btn-container{display:flex;justify-content:center;align-items:center;width:100%;box-sizing:border-box;gap:20px}.property-compare-card .btn-container button{display:flex;justify-content:center;align-items:center;width:50%;padding:10px 0;border:none;outline:none;gap:10%;border-radius:5px;cursor:pointer}.property-list-card-btn-container{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.property-list-card-btn-container .btn{width:50%;display:flex;justify-content:center;align-items:center;gap:20px;padding:10px 0;border-radius:50px;cursor:pointer}.property-list-card-btn-container .btn:active{scale:.98}.introduction-property-side{width:14vw;height:95vh;position:fixed;top:0;right:.5vw;padding:5rem 1rem 0;background:none;justify-content:flex-end}.introduction-property-side,.introduction-property-side-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.introduction-property-side-card{width:100%;justify-content:center;box-shadow:0 2px 16px rgba(0,0,0,.12)}.introduction-property-side-card-text-container{width:100%;padding:5px;box-sizing:border-box;color:var(--primaryTextColor);font-size:.9rem}.side-card-text-selected{background-color:#ededed}.go-to-top{position:sticky;left:90%;bottom:20px}.go-to-top .btn{justify-content:center;padding:12px;border-radius:50%;cursor:pointer;gap:5px;height:85px;width:85px}.go-to-top .btn,.sidebar{display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.sidebar{background-color:var(--secondary);position:fixed;top:68px;right:-100vw;height:calc(100vh - 68px);min-width:40vw;padding:0 20px 20px;gap:10px;box-shadow:0 4px 12px rgba(0,0,0,.2);overflow:auto;transition:all .5s ease-out}.show-sidebar{right:0}.sidebar .header{padding:20px 0 10px;box-sizing:border-box;width:100%;display:flex;justify-content:space-between;font-weight:700;top:0;position:sticky;background-color:var(--secondary)}.sidebar-close-icon-container{box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding:3px;border:50%;cursor:pointer}.sidebar-close-icon{color:var(--primaryTextColorLight)}.sidebar-children{width:100%;box-sizing:border-box}.compare-with-other-brokers-container{flex-direction:column}.compare-with-other-brokers-card,.compare-with-other-brokers-container{width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;gap:15px}.compare-with-other-brokers-card{background-color:#fff;padding:20px 10px 20px 20px;border-radius:10px}.compare-with-other-brokers-card .left{flex:7;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px}.compare-with-other-brokers-card .left .top{width:100%;box-sizing:border-box;display:flex}.compare-with-other-brokers-card .left .top span{padding-bottom:3px;display:flex;align-items:center;color:#56a7f1;border-bottom:1px solid #56a7f1}.compare-with-other-brokers-card .left .mid{width:100%;box-sizing:border-box;border:1px solid var(--accent);background-color:var(--accentLight);padding:10px;color:var(--accent);border-radius:5px}.compare-with-other-brokers-card .left .down{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:2px}.compare-with-other-brokers-card .right{flex:1;display:flex;justify-content:center;align-items:center;color:var(--secondaryTextColorLight);cursor:pointer;height:100%;transition:all .5s;border-radius:10px}.compare-with-other-brokers-card .right:hover{background-color:var(--secondary)}.property-hide-confirmation{width:500px;padding:20px;border:none}.property-hide-confirmation,.property-hide-confirmation-main{box-sizing:border-box;display:flex;justify-content:center;align-items:center}.property-hide-confirmation-main{width:80%;flex-direction:column;gap:20px}.property-hide-confirmation-title{font-weight:700}.property-hide-confirmation-desc,.property-hide-confirmation-title{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;color:var(--primaryTextColor);font-size:.9rem}.property-hide-confirmation-desc{flex-direction:column}.property-hide-confirmation-desc span{text-align:center;display:inline-block;width:80%}.property-hide-confirmation-dropdown{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.property-hide-confirmation-dropdown .filter-dropdown,.property-hide-confirmation-dropdown .filter-dropdown select{width:100%}.property-hide-confirmation-dropdown .filter-dropdown select option{font-size:.9rem}.property-hide-confirmation-textarea{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.property-hide-confirmation-textarea textarea{width:100%;box-sizing:border-box;background-color:var(--secondary);border:none;outline:none;resize:none;padding:10px;border-radius:5px}.property-hide-confirmation-btn-container{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-around}.property-hide-confirmation-btn-container button{font-weight:700;cursor:pointer}.go-to-pin-registration{width:100vw;height:calc(100vh - 68px)}.go-to-pin-registration,.go-to-pin-registration-main{box-sizing:border-box;display:flex;justify-content:center;align-items:center}.go-to-pin-registration-main{width:50%;flex-direction:column;gap:20px}.go-to-pin-registration-main .btn{padding:10px 20px;width:40%;border-radius:50px;cursor:pointer}.flyer-property-container{box-sizing:border-box;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px 20px;background-color:var(--secondary);border-radius:10px}.flyer-property-heading{box-sizing:border-box;width:100%;text-align:left;font-weight:600}.flyer-property-heading .TextField{font-size:1rem}.flyer-property-info{box-sizing:border-box;width:100%;display:flex;justify-content:center;align-items:center}.flyer-property-img-container{width:250px;border-radius:10px;overflow:hidden}.flyer-property-img-container img{width:100%;height:100%;object-fit:contain}.flyer-property-desc{flex:1}@media only screen and (max-width:450px){.introduction-property{height:auto;min-height:calc(100vh - 272px)}.introduction-property-main{width:90%;padding:20px 0}.introduction-property-side{display:none}.introduction-property .pin-tab .btn{font-size:14px;height:34px}.introduction-property-main .hidden-properties-link-container span{border-bottom:1px solid #606060}.introduction-property-main .banner-container .banner{flex-direction:column}.introduction-property-main .banner-container .banner .banner-img{width:80%}.filter-container{justify-content:space-around}.properties-list-container .property-list-card{padding:15px}.building-info{gap:10px}.building-info .building-img-container img{width:120px;height:120px}.property-compare-card{padding:10px}.property-compare-card .property-container{gap:20px}.property-compare-card .property-container-main{flex-direction:column;align-items:start;gap:10px}.deposit-key-money{display:flex;justify-content:center;align-items:center;gap:10px}.property-compare-card .btn-container{gap:10px}.property-compare-card .btn-container button{height:65px;font-size:12px}.property-list-card-btn-container .btn{width:100%;font-weight:700;letter-spacing:3px}.sidebar{width:100vw;top:60px;height:calc(100vh - 60px);background-color:#fff}.sidebar .header{gap:10px;justify-content:start;background-color:#fff}.compare-with-other-brokers-card .left .mid{font-size:12px}.see-other-floors-btn-mobile{width:100%;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;background-color:#fff;border:none;outline:none;padding:5px;border-radius:8px}.see-other-floors-btn-mobile .icon{font-size:1rem}.compare-with-other-brokers-card{background-color:var(--secondary)}.property-container-right .icon-container .icon{font-size:1.2rem}.property-hide-confirmation{width:350px}.property-hide-confirmation-desc span,.property-hide-confirmation-main{width:100%}.property-hide-confirmation-btn-container{flex-direction:column-reverse;gap:30px}.go-to-pin-registration-main h1{font-size:16px;text-align:center}.go-to-pin-registration-main .btn{width:100%;padding:8px}}.hidden-properties-side{width:14vw;height:95vh;position:fixed;top:0;right:.5vw;padding:5rem 1rem 0;background:none;justify-content:end}.hidden-properties-side,.introduction-property-details{box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.introduction-property-details{width:98vw;position:relative;background-color:#fff;justify-content:center;margin:auto;scroll-behavior:smooth;padding:0 0 2.5rem}.introduction-property-details-main{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;gap:30px;width:65%}.property-desc-card{width:100%;justify-content:space-between;padding:20px;background-color:var(--secondary);border-radius:5px}.property-desc-card,.property-desc-card-left{box-sizing:border-box;display:flex;align-items:center}.property-desc-card-left{flex:1;flex-direction:column;justify-content:center;gap:20px}.property-desc-card-building-name{width:100%;box-sizing:border-box;display:flex;align-items:center}.property-desc-card-building-name span{font-weight:700;color:var(--primaryTextColor);font-size:1rem}.property-desc-card-building-info{width:100%;box-sizing:border-box;display:flex;flex-direction:column}.property-desc-card-building-info .price{font-size:1rem;font-weight:600;color:#f98881}.property-desc-card-right{flex:1;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:end;gap:10px}.property-desc-card-right .btn{padding:10px 20px;border-radius:50px;display:flex;justify-content:center;align-items:center;width:60%;gap:10px;cursor:pointer;font-weight:700}.img-slider{flex-direction:column;gap:20px;padding:0 15px}.img-slider,.img-slider-top{width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.img-slider-top{height:300px}.img-slider-top-left{flex:1;box-sizing:border-box;justify-content:start;cursor:pointer}.img-slider-top-left,.img-slider-top-main{display:flex;align-items:center;height:100%}.img-slider-top-main{flex:5;justify-content:center}.img-slider-top-main img{width:60%;height:100%;object-fit:cover;border-radius:5px}.img-slider-top-right{flex:1;justify-content:end;height:100%;cursor:pointer}.img-slider-bottom,.img-slider-top-right{box-sizing:border-box;display:flex;align-items:center}.img-slider-bottom{width:100%;height:80px;justify-content:center}.img-slider-bottom-left{height:100%;flex:1;box-sizing:border-box;display:flex;justify-content:start;align-items:center;cursor:pointer}.img-slider-bottom-main{height:100%;box-sizing:border-box;overflow:hidden}.img-slider-bottom-main-inner{box-sizing:border-box;height:100%;flex:7;display:flex;justify-content:start;align-items:center;gap:10px;transition:all .3s ease-in-out}.img-slider-bottom-main-inner img{width:70px;height:70px;object-fit:cover;border-radius:5px;border:none;cursor:pointer}.img-slider-bottom-main .selected{border:2px solid var(--primary)}.img-slider-bottom-right{height:100%;flex:1;box-sizing:border-box;display:flex;justify-content:end;align-items:center;cursor:pointer}.basic-information{flex-direction:column;justify-content:center;gap:20px;padding:30px 0}.basic-information,.basic-information-heading{width:100%;box-sizing:border-box;display:flex;align-items:center}.basic-information-title{width:100%;box-sizing:border-box;padding-left:10px;border-left:2px solid var(--primary);font-weight:700;color:var(--primaryTextColor)}.basic-information-grid{width:100%;box-sizing:border-box;display:grid}.basic-information-grid-field{width:100%;box-sizing:border-box;display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid var(--secondaryTextColorLight)}.basic-information-grid-field .span-wrapper{min-height:25px;font-size:14px}.span-wrapper{border-radius:3px}.recommended-points,.span-wrapper{display:flex;box-sizing:border-box;justify-content:center;align-items:center}.recommended-points{width:100%;flex-direction:column;gap:20px;padding:30px 0}.recommended-points-heading{width:100%;box-sizing:border-box;display:flex;align-items:center}.recommended-points-main{width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:start;gap:20px}.recommended-points-main-left{width:30%;display:flex;justify-content:center;align-items:center}.recommended-points-main-left .img-container{display:flex;justify-content:center;align-items:center;border-radius:50%;width:100px;height:100px;background-color:#ccc}.recommended-points-main-left .img-container img{width:50%;height:50%;object-fit:cover}.recommended-points-main-right{min-height:100px;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:start;background-color:var(--accentLight);gap:20px;padding:10px 20px;border:1px solid var(--accent);border-radius:10px}.recommended-points-footer{width:100%;box-sizing:border-box;display:flex;padding:10px;align-items:center;gap:20px;background-color:var(--secondary);border-radius:10px;cursor:pointer}.recommended-points-footer .icon{color:var(--secondaryTextColorLight)}.go-to-chat{flex-direction:column;background-color:var(--primaryLight);gap:20px;padding:20px 10px;border-radius:10px}.go-to-chat,.go-to-chat-bottom,.go-to-chat-top{width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.go-to-chat-bottom .btn{width:50%;padding:15px 0;border-radius:50px;cursor:pointer}.special-feature{flex-direction:column;justify-content:center;gap:20px;padding:30px 0}.feature-highlighter,.special-feature,.special-feature-heading{width:100%;box-sizing:border-box;display:flex;align-items:center}.feature-highlighter{flex-direction:column;justify-content:center;gap:20px}.feature-highlighter-top{width:100%;box-sizing:border-box;display:flex;align-items:center}.feature-highlighter-bottom{width:100%;box-sizing:border-box;display:grid;place-items:center;gap:10px;grid-template-areas:"item1 item2 item3 item4 item5" "item6 item7 item8 item9 item10"}.feature-highlighter-bottom .span-wrapper{padding:3px 0}.real-estate-info{flex-direction:column;justify-content:center;gap:20px;padding:30px 0}.real-estate-info,.real-estate-info-name,.real-estate-info-title{width:100%;box-sizing:border-box;display:flex;align-items:center}.real-estate-info-name span{color:var(--primaryTextColor);font-weight:700;font-size:1rem}.real-estate-info-body{width:100%;align-items:start;gap:20px}.real-estate-info-body,.real-estate-info-img-container{box-sizing:border-box;display:flex;justify-content:center}.real-estate-info-img-container{flex:1;align-items:center}.real-estate-info-img-container img{width:400px;height:350px;object-fit:cover}.real-estate-info-desc{flex:1;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.real-estate-info-desc .btn{padding:10px 20px;border-radius:10px;width:50%;cursor:pointer}.introduction-property-details-side{width:14vw;height:95vh;position:fixed;top:0;right:.5vw;box-sizing:border-box;padding:5rem 1rem 0;background:none;display:flex;flex-direction:column;justify-content:end;align-items:center}.building_name{font-weight:600}.building_info_top{display:flex;align-items:center;gap:1rem}.building_info_top div div{margin:1rem 0}.back_to_introduced_page{position:absolute;background:#fff;display:block;width:100%;padding:1rem;box-sizing:border-box;color:#2ebfaa;font-size:14px;font-weight:600;letter-spacing:1.12px;align-items:center;display:flex}.room_container{margin-top:24px}.room_table{display:flex;padding:0 16px;justify-content:space-between}.room_table p{color:#444;text-align:center;font-size:12px;font-weight:600}.room_tbl_content{padding:16px;background-color:#fff;border-radius:16px;gap:8px}.room_tbl_info{justify-content:space-between}.room_info,.room_tbl_info{display:flex;align-items:center}.room_info{gap:0 16px;padding:0 16px;width:100%;justify-content:space-evenly}.room_info p{margin:5px;color:#444;font-size:12px;font-weight:300}.room_info p span{color:#f98881;font-size:14px;font-weight:600}.room_img img{width:57px;height:64px}.room_info_btn{gap:1rem;margin-top:.5rem}.room_info_btn,.room_info_btn button{width:100%;display:flex;justify-content:space-evenly}.room_info_btn button{border-radius:8px;background:#f7f7f7;padding:8px;border:none;font-weight:300;font-size:12px;align-items:center}.property_container_footer button{display:flex;align-items:center;justify-content:center;margin:1rem auto;gap:8px}.property_detail_container_body{width:40vw}.property_detail_container_footer button{display:flex;align-items:center;justify-content:center;margin:1rem auto}.property_detail_container .basic-information-grid-field .span-wrapper{background-color:inherit!important}.property-information-details-heading{display:flex;align-items:center;color:#2ebfaa!important;font-size:14px;font-weight:600;letter-spacing:1.12px;margin:8px 0}.property-information-details-heading span{color:#2ebfaa!important}@media only screen and (max-width:450px){.introduction-property-details-main{width:90%}.introduction-property-details-heading{width:100%;box-sizing:border-box;display:flex;justify-content:start;align-items:center;gap:20px;padding-left:20px}.introduction-property-details-heading .icon{font-size:1rem;color:var(--primaryTextColorLight)}.introduction-property-details-heading span{color:var(--primary);font-weight:700;font-size:14px}.property-desc-card-left{align-items:start}.property-desc-card-building-info{width:83%}.go-to-chat-bottom .btn{width:100%;display:flex;justify-content:center;align-items:center;gap:20px;font-weight:600}.go-to-chat-mobile{box-sizing:border-box;flex-direction:column}.go-to-chat-mobile,.go-to-chat-mobile .btn{width:100%;display:flex;justify-content:center;align-items:center;gap:10px}.go-to-chat-mobile .btn{padding:15px 20px;border-radius:50px;cursor:pointer;font-weight:700;font-size:.9rem}.recommended-points-main{gap:10px}.recommended-points-main-left .img-container{width:64px;height:64px}.recommended-points-main-right .span-wrapper{font-size:14px}.recommended-points-footer{justify-content:space-between}.recommended-points-footer .span-wrapper{width:65%}.recommended-points-footer .icon{font-size:1rem}.basic-information-grid-field .span-wrapper{font-size:12px;min-width:17%!important}.real-estate-info-body{flex-direction:column}.real-estate-info-img-container img{width:100%;height:260px}.real-estate-info-desc{width:100%}.real-estate-info-desc .btn{width:80%;font-weight:600}.img-slider{padding:0}.img-slider-bottom::-webkit-scrollbar{display:none}.img-slider-top-main img{width:100%}.img-slider-bottom-main{width:auto;overflow:auto}.property_container,.property_detail_container{height:64vh;overflow:auto;padding:1rem}.property_detail_container_body{width:unset}.room_tbl_content{background-color:#f7f7f7}.room_tbl_content .room_tbl_info .room_info{flex-direction:column;align-items:flex-start}.room_info_btn button{background-color:#fff}.room_img img{width:72px;height:80px}}.broker-details{padding:20px 0;box-sizing:border-box;width:98vw;position:relative;background-color:#fff;margin:auto;scroll-behavior:smooth}.broker-details,.broker-details-main{display:flex;align-items:center;flex-direction:column}.broker-details-main{justify-content:center;gap:30px;width:65%;padding:20px 20px 30px}.broker-desc-card{width:100%;justify-content:space-between;padding:20px;background-color:var(--secondary);border-radius:5px;position:relative}.broker-desc-card,.broker-desc-card-left{box-sizing:border-box;display:flex;align-items:center}.broker-desc-card-left{flex:1;flex-direction:column;justify-content:center;gap:20px}.broker-desc-card-name{width:100%;box-sizing:border-box;display:flex;align-items:center}.broker-desc-card-name span{font-weight:700;color:var(--primaryTextColor);font-size:1rem}.broker-desc-card-info{width:100%;box-sizing:border-box;display:flex;flex-direction:column}.broker-desc-card-right{flex:1;box-sizing:border-box;display:flex;justify-content:end;align-items:center;gap:10px}.broker-desc-card-right .btn{padding:10px 20px;border-radius:50px;display:flex;justify-content:center;align-items:center;width:60%;gap:10px;cursor:pointer;font-weight:700}.broker-block-img-container{cursor:pointer}.broker-block-container{width:20%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;background-color:#fff;gap:10px;position:absolute;bottom:-42%;right:-15%;box-shadow:0 2px 16px rgba(0,0,0,.12);padding:10px;border-radius:3px;z-index:2;cursor:pointer}.broker-block-container span{color:var(--primaryTextColor)}.shop-comment{flex-direction:column;justify-content:center;gap:20px;padding:30px 0}.shop-comment,.shop-comment-heading{width:100%;box-sizing:border-box;display:flex;align-items:center}.shop-comment-main{align-items:start;gap:10px}.shop-comment-main,.store-overview{width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.store-overview{align-items:center;padding:30px 0}.broker-details-side{width:14vw;height:95vh;position:fixed;top:0;right:.5vw;padding:5rem 1rem 0;background:none;justify-content:end}.block-broker,.broker-details-side{box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.block-broker{width:350px;border:none;justify-content:center;gap:20px;padding:20px}.block-broker-heading{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.block-broker-heading span{color:var(--primaryTextColor);font-size:.9rem;font-weight:700}.block-broker-desc{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.block-broker-desc span{color:var(--primaryTextColor);font-size:.9rem;text-align:center}.block-broker-btn-container{width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}.block-broker-btn-container .btn{font-weight:700;cursor:pointer}.report-broker-modal-btn{box-sizing:border-box;padding:10px;border:none;outline:none;background:none;color:red;display:flex;justify-content:center;align-items:center;cursor:pointer}.report-broker-modal-btn:disabled{color:rgba(255,0,0,.342);cursor:default}@media only screen and (max-width:450px){.broker-details-main{width:90%}.broker-desc-card{background-color:#fff;padding:0}.broker-desc-card-left{flex:3}.shop-comment{padding:30px 0 0}.basic-information{padding-top:0}.broker-block-container{width:35%;right:5px;bottom:-60px}.feature-highlighter-bottom-expand{width:100%!important;display:grid!important;grid-template-areas:" item1 item2 item3 " "item4 item5 item6" "item7 item7 item8" "item9 item9 ." "item10 item10 .";gap:10px!important}.feature-highlighter-bottom{grid-template-areas:" item1 item2 item3 " "item4 item5 item6" "item7 item8 item9" "item10 . ."}.feature-highlighter-bottom-expand .span-wrapper{font-size:12px;height:30px;width:100%!important;min-width:fit-content}.feature-highlighter-top .span-wrapper{min-width:33%!important}}.faq_full_page_container{position:relative;padding-bottom:2rem}.faq_main_title{font-size:24px;font-weight:600;line-height:36px;color:#2ebfaa;text-align:center}.faq_tab_panel_container{width:90%;margin:auto}.custom_AccordionSummary{flex-direction:row-reverse}.custom_AccordionSummary_icon{color:#2ebfaa}.custom_AccordionSummary_text{width:100%;margin-left:10px!important;font-weight:600!important;font-size:18px!important;line-height:27px!important;color:#444}.custom_AccordionDetails_desc_text{margin:0 0 0 32px;font-weight:300;font-size:16px;line-height:200%;color:#444}.custom_AccordionDetails_desc_text a,.link_text{color:#56a7f1}.link_text{cursor:pointer}.custom_AccordionDetails_image_style{width:92%;margin-left:32px;margin-top:20px;object-fit:contain}.custom_Accordion_main_container{margin-bottom:10px}.custom_Accordion_sub_container{box-shadow:none!important;border-radius:8px!important}.css-15v22id-MuiAccordionDetails-root{padding:0 16px 16px}.tab_content_mobile_view{display:none}html{scroll-behavior:smooth}.faq_scroll_top_btn{position:sticky;bottom:10px;left:92%;background:#f9b481;padding:10px;border-radius:50%;width:64px;height:64px;display:flex;align-items:center}.faq_scroll_top_btn button{width:fit-content;border:none;background:transparent;color:#fff;font-size:10px}.serach-faq{box-sizing:border-box;position:absolute;top:0;right:10%;border-radius:5px;padding:8px}.serach-faq,.serach-faq .icon{display:flex;justify-content:center;align-items:center;background-color:#fff}.serach-faq input{font-size:1rem;border:none;outline:none;padding-left:10px}@media only screen and (max-width:800px){.faq_tab_panel_container{width:100%}.serach-faq{position:static;margin:1rem;justify-content:flex-start}}@media only screen and (max-width:700px){.tab_content_mobile_view{display:block;margin:20px auto!important;width:90%}}.inquiry_main_page_container{text-align:center;background-color:#fff;width:85%;border-radius:16px;padding:24px 0;margin:24px auto}.inquiry_page_faq_link{font-weight:300;font-size:14px;line-height:21px;cursor:pointer;color:#56a7f1}.inquiry_page_form_main_container{width:55%;margin:auto}.inquiry_page_form_sub_container{display:flex;justify-content:space-between;margin:10px 0}.inquiry_page_form_sub_container .center{display:flex;align-items:center;padding-left:10px;gap:15px}.inquiry_page_form_sub_container input[type=radio]{appearance:none;outline:1px solid #2ebfaa;outline-offset:2px;border-radius:50%;height:10px;width:10px}.inquiry_page_form_sub_container input[type=radio]:checked{background-color:#2ebfaa}.inquiry_page_form_title_field_container{display:flex;justify-content:space-between;width:38%}.inquiry_page_form_title_field_container h5{font-weight:600;font-size:16px;line-height:5px;letter-spacing:.08em;color:#444}.inquiry_page_form_title_field_container p{font-weight:300;font-size:12px;line-height:18px;color:#f98881;border:1px solid #f98881;border-radius:20px;padding:4px 8px;height:min-content}.inquiry_page_form_title_field_container .optional{color:#2ebfaa;border:1px solid #2ebfaa}.inquiry_page_form_input_container{width:60%}.inquiry_page_form_input_container_input_field{background-color:#f7f7f7;border:none;width:91%;padding:8px;gap:10px;height:32px;background:#f7f7f7;border-radius:3px;font-weight:300;font-size:14px;line-height:21px;color:#444}.inquiry_page_form_input_container textarea{height:unset;resize:none}.inquiry_page_form_input_container_input_field:focus{outline:none}.inquiry_page_form_radio_input_container{width:60%;text-align:start;margin-top:10px}.inquiry_page_form_radio_input_container input{margin:0}.page_footer_container{background-color:#888}.page_footer_sub_container{display:flex;justify-content:space-evenly;flex-wrap:wrap;width:90%;margin:auto}.page_footer_sub_container p{color:#fff!important}.inquery-confirmation{box-sizing:border-box;width:100%;display:flex;justify-content:center;align-items:self-start;padding:15px}.inquery-confirmation-main{width:70%;flex-direction:column;gap:20px;padding:20px;background-color:#fff;border-radius:16px}.inquery-confirmation-heading,.inquery-confirmation-main{box-sizing:border-box;display:flex;justify-content:center;align-items:center}.inquery-confirmation-heading{width:100%}.inquery-confirmation-heading h2{box-sizing:border-box;margin:0;color:#444;font-weight:700;font-size:18px}.inquery-confirmation-body{box-sizing:border-box;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.inquery-confirmation-body p{box-sizing:border-box;margin:0;color:#444;font-size:14px}.inquery-confirmation-body .email{box-sizing:border-box;font-size:18px;color:#444;font-weight:700}.inquery-confirmation-btn-container{box-sizing:border-box;width:100%;display:flex;justify-content:center;align-items:center}.inquery-confirmation-btn-container button{box-sizing:border-box;padding:10px;color:#fff;background-color:#2ebfaa;border-radius:50px;border:none;outline:none;cursor:pointer;width:30%;box-shadow:0 4px 12px 0 rgba(46,191,170,.3);font-weight:600}.inquiry_page_form_other_input_field_container{margin:8px 0 0 8px}@media only screen and (max-width:900px){.inquiry_page_form_main_container{width:70%}}@media only screen and (max-width:800px){.inquiry_main_page_container{width:95%}.inquiry_page_form_main_container{width:80%}.inquery-confirmation-main{width:85%}}@media only screen and (max-width:600px){.inquiry_page_form_sub_container{display:block}.inquiry_page_form_main_container{width:85%}.inquiry_page_form_title_field_container{width:100%;justify-content:flex-start}.inquiry_page_form_title_field_container p{margin-left:20px}.inquiry_page_form_input_container{width:100%;text-align:start}.inquiry_page_form_input_container_input_field{width:90%!important}.inquiry_page_form_radio_input_container{width:100%}.inquery-confirmation-main{width:85%}.inquiry_page_form_other_input_field_container{margin:8px 0 0}}@media only screen and (max-width:500px){.page_footer_sub_container{display:block;padding:20px 0}.inquery-confirmation-main{width:100%;margin-top:20px}.inquery-confirmation-btn-container button{width:100%}.inquiry_page_form_other_input_field_container{margin:8px 0 0}}.custom_tab_main_container{display:flex}.custom_tab_title_container{background:#fff;margin:20px;border-radius:16px;width:35%;padding:24px 8px;gap:24px}.custom_tab_title_text{color:#444;font-size:18px;font-weight:300;line-height:27px;cursor:pointer;padding:12px 24px;border-radius:5px;margin:0}.custom_active_tab{background:#ebf9f7;color:#2ebfaa;border-left:4px solid #2ebfaa;border-radius:8px}.custom_tab_mail_title{font-style:normal;font-weight:600;font-size:24px;line-height:36px;letter-spacing:.08em;color:#444}.custom_tab_content_main_box{width:65%;margin:20px}@media only screen and (max-width:700px){.custom_tab_main_container{display:block}.custom_tab_content_main_box{width:90%;margin:auto;display:none}.custom_tab_title_container{width:90%;margin:0 auto 20px}}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:10px;height:10px;border-radius:50%;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}:root{--primary:#2ebfaa;--primaryLight:#ebf9f7;--primaryTextColorLight:#aaa;--primaryTextColor:#444;--secondary:#f7f7f7;--secondaryTextColorLight:#888;--accent:#f9b481;--accentLight:#fff8f3}.footer{width:100%;background-color:var(--primary)}.footer,.footer-main{box-sizing:border-box;display:flex;justify-content:center;align-items:center}.footer-main{width:80%;flex-direction:column;gap:20px;padding:20px}.footer-main-links,.footer-main-logo{box-sizing:border-box;width:100%;display:flex;align-items:center}.footer-main-links{justify-content:space-between;flex-wrap:wrap;gap:10px}.footer-main-links a{text-decoration:none;cursor:pointer}.footer-main-links a,.footer-main-links span{color:#fff;font-size:14px}.footer-main-bottom{box-sizing:border-box;width:100%;display:flex;justify-content:center;align-items:center}.footer-main-bottom span{color:#fff;font-size:14px}.privacy_page_main *,.terms_page_main *{padding:0;margin:0}.law_page_main,.privacy_page_main,.terms_page_main{display:flex;flex-direction:column;align-items:center}.law_main_title,.privacy_main_title,.terms_main_title{font-size:24px;font-weight:600;line-height:36px;color:var(--primary);text-align:center;margin:2rem}.law_content,.privacy_content,.terms_content{width:80%;background-color:#fff;padding:2rem;border-radius:1rem;color:var(--primaryTextColor);margin-bottom:1rem}.privacy_content p{font-size:14px;margin:8px 0}.privacy_content ol{margin:.5rem 0 .5rem 1.5rem}.privacy_content .main_list>li{color:var(--primaryTextColor);font-weight:700;margin-top:1rem}.privacy_content .main_list>li>ol{margin-top:8px}.law_head{color:var(--primary);font-size:21px;font-weight:600;line-height:30px;border-left:4px solid var(--primary);padding:0 8px;margin:10px 0}.law_body{font-size:18px;font-weight:500}.law_body ul{margin-left:2rem}.law_container{margin:1rem 0}.terms_content ol{margin:8px 0 8px 1rem}.terms_content ol li{font-size:14px;margin:8px 0}.fontW-bold{font-weight:700}.terms_content>p{margin:8px 0}.terms_content hr{margin:1rem 0}@media only screen and (max-width:767px){.footer{height:auto}}@media only screen and (max-width:450px){.footer-main{width:100%}.footer-main-links{display:grid;grid-template-columns:repeat(2,1fr);column-gap:30px;row-gap:5px}.footer-main-links span{font-size:12px}.footer-main-links a:last-child{grid-column:span 2}.law_content,.privacy_content,.terms_content{width:90%;padding:1rem}.privacy_content ol{margin-left:1rem}}.swiper{height:100%}.swiper-slide{text-align:center;font-size:18px;background:inherit;display:flex;justify-content:center;align-items:center}.swiper{width:100%;height:300px;margin-left:auto;margin-right:auto}.swiper-slide{background-size:cover;background-position:50%}.mySwiper2{height:80%;width:100%}.mySwiper{height:20%;box-sizing:border-box;padding:10px 0}.mySwiper .swiper-slide{width:25%;height:100%;opacity:1;border-radius:5px;overflow:hidden}.mySwiper .swiper-slide-thumb-active{border:3px solid #2ebfaa}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.img-swiper-container{display:flex;justify-content:center;align-items:center}.img-swiper-container,.img-swiper-container-main{width:100%;height:100%}.img-swiper-container-bottom{height:100%;width:90%;margin-top:20px;margin-left:5%}.img-swiper-container-top .swiper-button-next{right:-5px!important}.img-swiper-container-top .swiper-button-prev{left:-5px!important}.swiper-button-next:after,.swiper-button-prev:after{font-size:22px!important;color:#888}.img-swiper-container-top{width:90%;margin:auto}.img-swiper-container-top .swiper-slide img{display:block;width:80%;margin:0 auto;height:400px;object-fit:cover;border-radius:8px;overflow:hidden}.img-swiper-container-bottom .swiper-slide{height:80px!important;box-sizing:border-box}@media only screen and (max-width:450px){.img-swiper-container-top{width:100%}.img-swiper-container-bottom{height:100%;width:100%;margin-left:0}.img-swiper-container-top .swiper-slide img{width:100%;height:250px}}