: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)}}footer.site_footer{width:100%;padding:45px 40px}.ftrLogoContent p{font-weight:400;font-size:18px;line-height:160%;color:#1f1f1f}.ftrLinksContent h5{font-weight:500;font-size:24px;line-height:32px;margin-bottom:14px}.ftrLinksContent ul li.ftrNavItems a{font-weight:400;font-size:18px;line-height:160%;color:#1f1f1f;text-decoration:none;display:inline-block}.ftrLinksContent ul li.ftrNavItems a:hover{color:#000}.ftrLinksContent ul li.ftrNavItems.policyLinks{font-weight:400;font-size:18px;line-height:160%;color:#1f1f1f;text-decoration:none}.ftrLinksContent ul li.ftrNavItems.policyLinks:hover{color:#000}li.ftrNavItems{margin-bottom:3px}.topFooter{padding:40px 28px;background:#f2f2f2;border-radius:30px}.topFooter .container{padding:0}.socialConnects .socialCircle{background:#d9d9d9;border-radius:50px;display:flex;align-items:center;justify-content:center;font-size:28px;height:56px;width:56px}.socialConnects a{color:#1f1f1f}.socialConnects{gap:30px}span.chpaLogo{font-weight:300;font-size:24px;line-height:32px;color:#000}.bottomFooter{background:#1f1f1f;border-radius:30px;padding:23px 40px;margin:20px 0 0;display:flex;align-items:center;justify-content:space-between}p.copyrightText{font-weight:400;font-size:18px;line-height:160%;color:#fff}p.copyrightText a,p.copyrightText span{color:#fff;font-weight:600}.BlogBg{background:#fbfbfb}.ha_footer_box{border-radius:30px;background:#f2f2f2;padding:40px 40px 63px;display:grid;row-gap:58px;grid-template-columns:1fr 1.3fr;grid-template-areas:"footerLogo footerMenu" "footerSocial footerMember"}.ha_footer_box .ftrLogoContent{grid-area:footerLogo}.ha_footer_box .footer_menu{grid-area:footerMenu;display:flex;align-items:flex-start;justify-content:space-between;max-width:90%}.ha_footer_box .socialConnects{grid-area:footerSocial;display:flex;align-items:center;flex-wrap:wrap}.ha_footer_box .chpaLogoSm{grid-area:footerMember;display:flex;align-items:center;gap:24px}.ha_footer_box .ftrLogo{margin:0 0 35px}.ha_footer_box p{max-width:73%}.ftrLinks ul{margin:0;padding:0}p.copyrightText{margin:0}ul.cityCustFtrList{display:grid;grid-template-columns:1.2fr 1fr;gap:0 10px}ul.cityCustFtrList li a{display:block;min-width:175px}@media (min-width:768px){.aprtmentSm{display:none}}@media (max-width:1440px){.socialConnects{gap:15px}}@media (max-width:1400px){.ftrLogoContent p{width:100%}.ha_footer_box{grid-template-columns:1fr 1.5fr}.ha_footer_box .footer_menu .ftrLinksContent:not(:first-child){width:25%}}@media (max-width:1536px){.ftrLinksContent h5{font-size:16px;font-style:normal;font-weight:500;line-height:18.707px;margin-bottom:7px}.ftrLinksContent ul li.ftrNavItems a,.ftrLinksContent ul li.ftrNavItems.policyLinks{font-size:14px;font-style:normal;font-weight:400;line-height:160%}li.ftrNavItems{margin-bottom:0}.ftrLogoContent p{font-size:14px;font-style:normal;font-weight:400;line-height:160%}.ftrLogoContent .ftrLogo{margin-bottom:20px!important}.socialConnects .socialCircle{width:32px;height:32px;font-size:16px}span.chpaLogo{font-size:14.03px;font-style:normal;font-weight:300;line-height:18.707px}p.copyrightText{font-size:14px;font-style:normal;font-weight:400;line-height:160%}.topFooter{padding:24px}.topFooter .container{padding:0}.bottomFooter{padding:13px 24px}.bottomFooter .col,.bottomFooter .container{padding:0}}@media (max-width:1199px){.ha_footer_box .footer_menu{max-width:100%}.ha_footer_box .ftrSummary{max-width:90%}}@media (max-width:1024px){.footerLinksSm{justify-content:start!important;margin-bottom:15px}footer.site_footer .col-lg-4{padding:0}footer.site_footer .topFooter{padding:35px 15px}.ftrLogoContent p{width:100%}.footerLinksSm .col-lg-4{flex:0 0 33%;max-width:33%}footer.site_footer{padding:45px 10px}}@media (max-width:1199px){footer.site_footer{padding:25px 15px}.footerContainerRow .col-lg-5,.footerContainerRow .col-lg-7{width:50%}.footerLinksSm .col-lg-3{width:33%}.row.mt-5.socialAndChpa .col-lg-6{width:50%}.ha_footer_box{row-gap:42px;padding:30px 18px 48px;grid-template-columns:1fr;grid-template-areas:"footerLogo" "footerMenu" "footerSocial" "footerMember"}.ha_footer_box .socialConnects{justify-content:center;gap:30px}.ha_footer_box .chpaLogoSm{justify-content:center;gap:10px}.ha_footer_box .ftrLogo{text-align:center;margin:0 0 15px!important}.ha_footer_box .ftrSummary{max-width:100%}}@media (max-width:991px){.ha_footer_box .footer_menu{flex-wrap:wrap;row-gap:40px}.ha_footer_box .footer_menu .ftrLinksContent{width:50%}.ha_footer_box .footer_menu .ftrLinksContent:first-child{width:100%}}@media (max-width:768px){.aprtmentSm{display:block}.aprtmentXl{display:none}.ha_footer_box .chpaLogoSm .member_img{max-width:210px}.authore_text{display:none}.bottomFooter{justify-content:center;padding:16px 33px}}@media (max-width:600px){footer.site_footer .topFooter{padding:35px 15px 45px}.footerContainerRow .col-lg-5,.footerContainerRow .col-lg-7{width:100%}.row.mt-5.socialAndChpa{gap:30px;margin-top:35px!important}.row.mt-5.socialAndChpa .col-lg-6{width:100%}footer.site_footer{padding:40px 10px}.ftrLogoContent .ftrLogo{text-align:center}.ftrLinksContent ul li.ftrNavItems a,.ftrLogoContent p{font-size:12px!important;font-style:normal;font-weight:300;line-height:16px}.ftrLinksContent h5{font-size:12px;font-style:normal;font-weight:500;line-height:16px}.topFooter .container,footer.site_footer .col-lg-4,footer.site_footer .col-lg-6{padding:0}.chpaLogoSm,.socialConnects{justify-content:center}.chpaLogoSm span.chpaLogo{font-size:16px;font-style:normal;font-weight:500;line-height:24px}.chpaLogoSm{margin-top:15px}.bottomFooter .col.d-flex.justify-content-end{display:none!important}p.copyrightText{font-size:12px;font-style:normal;font-weight:300;line-height:16px}.socialConnects .socialCircle{margin-right:0!important;width:40px;height:40px;padding:0;font-size:18px}.socialConnects{gap:30px}.ftrLogoContent .ftrSummary{margin-bottom:42px}ul.cityCustFtrList{grid-template-columns:1fr}.ha_footer_box .footer_menu{flex-direction:column;gap:30px}ul.cityCustFtrList li.ftrNavItems a{min-width:auto}.ftrLinksContent:first-child{width:100%}.ftrLinksContent:first-child ul.cityCustFtrList{grid-template-columns:.6fr 1fr}.ftrLinksContent:first-child ul.cityCustFtrList li{min-width:auto;width:auto}.ha_footer_box p{max-width:100%}.ha_footer_box .socialConnects{gap:15px}}@media (max-width:375px){.chpaLogoSm span.chpaLogo{font-size:14px}.ha_footer_box .chpaLogoSm .member_img{max-width:170px}.ha_footer_box .socialConnects{gap:10px}.socialConnects .socialCircle{width:35px;height:35px}}.navbar button.navbar-toggler{border:0;font-weight:400;font-size:18px;color:#000;display:flex;align-items:center;padding:0}li.langItem{position:relative}span.removeLang{position:absolute;top:8px;right:15px}.mainHeader{background-color:#fff}span.hamburgerIcon{font-size:24px}.accountInfo .dropdown-toggle:after{display:none!important}.accountInfo .dropdown ul.dropdown-menu.show{left:-140px;width:235px;background:#fff;border-radius:10px;top:75px;padding:16px;z-index:99999}.languageCurrencyDD .nav-pills{background:#f2f2f2;border-radius:10px;padding:6px}.languageCurrencyDD .nav-pills li.nav-item button{font-weight:500;font-size:16px;line-height:24px;color:#1f1f1f;padding:8px}.languageCurrencyDD .nav-pills li.nav-item button.active{background:#fff;border-radius:5px}.languageCurrencyDD .tab-content .tab-pane ul.langSelect li.langItem{padding:8px;font-weight:500;font-size:16px;line-height:24px;color:#1f1f1f;display:flex;align-items:center;gap:7px;cursor:pointer;margin-bottom:10px}.accountInfo .dropdown.userProfile ul.dropdown-menu.show{left:-210px;z-index:99999}ul.profileDD li a,ul.profileDD li span{font-weight:500;font-size:16px;line-height:24px;color:#1f1f1f;display:flex;align-items:center;gap:10px;padding:10px 8px;cursor:pointer;margin-bottom:5px;text-decoration:none}ul.profileDD li .header_icons{width:24px;flex:0 0 24px}ul.profileDD li .header_icons img{width:100%}nav.navbar{padding:15px 48px}.navbar button.navbar-toggler:focus{outline:none;box-shadow:none}.hamburgerMenu{background:#696969;border:0!important;max-width:624px!important;width:624px!important}.hamburgerMenu .offcanvas-body button.closeSidebar{background:#fff;border:0;display:flex;align-items:center;justify-content:center;width:39px;height:39px;color:#000;border-radius:50px;font-size:18px;position:absolute;left:-15px;top:89px}.hamburgerMenu .offcanvas-body button.closeSidebar svg{margin:0}.profileImage,.profileImageInitial{width:32px;height:32px;border-radius:50px}.profileImageInitial{background:#843f5b!important;font-weight:500;font-size:16px;line-height:24px;color:#fff;display:flex;align-items:center;justify-content:center;text-transform:uppercase}.profileImage img{width:100%;height:100%;object-fit:cover;border-radius:50px}.langItem.active{font-weight:700;background:#f2f2f2}.langConverter{border:1px solid #2849c7;border-radius:6px;background-color:transparent;color:#2849c7;font-size:14px;letter-spacing:1px;padding:2px 5px;line-height:18px}.langConverter:hover{background-color:#2849c7;color:#fff}.langItem.active .langConverter{display:none}a.iconColor svg{color:#6b6b6b}.currencyDDImg{width:27px;height:17px;object-fit:cover;border-radius:3px}.ULAHeaderMain .accountInfo .dropdown .lang_curr_btn img,.ULAHeaderMain .accountInfo .dropdown svg{filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(103deg) brightness(105%) contrast(105%)}.ULAHeaderMain .accountInfo li.langItem svg,.ULAHeaderMain .profileDD svg{filter:unset!important}.authBorderStyle{border-bottom:1px solid #c4c5bf!important}.ULAHeaderMain .brandLogo a.logoXl svg,.ULAHeaderMain .brandLogo a.logoXl>img,.ULALogoWhite{display:none}.ULAHeaderMain .brandLogo a.logoXl .ULALogoWhite{display:block}.mainHeader .navContainer{width:100%;display:flex;align-items:center;justify-content:space-between}.accountInfo .globeSm{margin-right:28px}.accountInfo .globeSm .dropdown-toggle,ul.langSelect,ul.profileDD{padding:0}button.asideBtn svg{margin-right:12px}.accountInfo .dropdown,.accountInfo .dropdown svg{margin:0!important}.accountInfo{gap:24px}.dropdown.userProfile .dropdown-toggle{padding:0}.ULALogoWhite img{height:68px}.accountInfo .dropdown.globeSm button{background:transparent;padding:0;border:0}.header_in .accountInfo{display:flex;align-items:center}img.w-100{width:100%}.asideBtn{background:transparent;display:flex}.dropdown.globeSm .lang_curr_dd{left:-140px;width:235px;background:#fff;border-radius:10px;top:75px;padding:16px;z-index:99999;position:absolute;border:1px solid rgba(0,0,0,.175)}.dropdown.globeSm{position:relative}.dropdown.globeSm .lang_curr_dd .mantine-Tabs-root .mantine-Tabs-tab{border-radius:5px;font-weight:500;font-size:16px;line-height:24px;color:#1f1f1f;padding:8px}.dropdown.globeSm .lang_curr_dd .mantine-Tabs-root .mantine-Tabs-tabsList{background:#f2f2f2;border-radius:10px;padding:6px;border:0}.dropdown.globeSm .lang_curr_dd .mantine-Tabs-root .mantine-Tabs-tab[data-active=true]{background:#fff}ul.langSelect li.langItem{padding:8px;font-weight:500;font-size:16px;line-height:24px;color:#1f1f1f;display:flex;align-items:center;gap:7px;cursor:pointer;margin-bottom:10px}.dropdown.userProfile,.sideBarMenu .dropdown.me-3.globeSm{position:relative}.dropdown.userProfile .header_profile_dd{left:-210px;z-index:99999;width:235px;background:#fff;border-radius:10px;top:77px;padding:16px;position:absolute;border:1px solid rgba(0,0,0,.175)}.dropdown.userProfile .header_profile_dd ul.profileDD{margin:0}.header_profile_btn,span.lang_curr_btn{cursor:pointer}@media (max-width:1023px){nav.navbar{padding:15px 20px}}@media (min-width:601px){.logosm{display:none}}@media (max-width:600px){.accountInfo,.asideBtn,.brandLogo{flex:0 0 33%;max-width:33%}.accountInfo{justify-content:end}.navMenuText{display:none}nav.navbar{padding:20px}.navContainer{display:flex;justify-content:space-between;align-items:center}nav.navbar .brandLogo{text-align:center}.accountInfo .dropdown.me-3{margin:0!important}.accountInfo .dropdown ul.dropdown-menu.show{top:45px;padding:10px;width:192px}.languageCurrencyDD .nav-pills li.nav-item button{font-size:16px;padding:5px 10px;line-height:22px;width:100%}.languageCurrencyDD .nav-pills li.nav-item{width:50%}.languageCurrencyDD{padding:0 20px}.userProfile ul.dropdown-menu.show .languageCurrencyDD{padding:0 5px}.languageCurrencyDD .tab-content{padding:16px}.languageCurrencyDD .tab-content .tab-pane ul.langSelect li.langItem{font-size:16px;padding:5px;margin-bottom:8px}.languageCurrencyDD .tab-content ul.langSelect .mantine-ScrollArea-root{height:27rem!important}.languageCurrencyDD .nav-pills{margin-bottom:10px!important}.dropdown.userProfile ul.dropdown-menu.show{left:-150px!important}ul.profileDD li a,ul.profileDD li span{font-size:14px;padding:3px}ul.profileDD li .header_icons img,ul.profileDD li a img,ul.profileDD li a svg,ul.profileDD li span img,ul.profileDD li span svg{width:18px}.logoXl{display:none}.logosm{display:block}span.removeLang{top:4px}.mantine-Drawer-body ul{padding:0;display:block}span.bookingStatus{padding-left:0!important}nav.navbar{border-bottom:.5px solid #c4c5bf}.authBorderStyle{border-bottom:0!important}.dropdown.userProfile .header_profile_dd{top:45px;width:192px;left:-150px!important}.mobile_hide{display:none}}.sideBarMenu{background:#696969;border:0!important;max-width:624px!important;width:624px!important;position:fixed;right:0;top:0;height:100%;-webkit-animation:fadein 1.5s;-moz-animation:fadein 1.5s;-ms-animation:fadein 1.5s;-o-animation:fadein 1.5s;animation:fadein .5s;transition:all .5s ease-in-out;z-index:9999}.sideBarMenu .menu_in{padding:80px 70px 30px;height:100vh;overflow-x:hidden}.sideBarMenu .globeSm{z-index:100%;position:absolute;top:35px;right:0;display:none}.contactDetails{font-weight:400;font-size:18px;line-height:160%;color:#ebeeef}p.smartStarTech{font-weight:500}.menuList ul li a{font-weight:300;font-size:24px;line-height:32px;color:#fff;margin-bottom:20px;cursor:pointer}.d-none .closeSidebar{display:none}.closeSidebar{position:fixed;right:37rem;width:59px;height:59px;background:#fff;border:0;border-radius:50px;filter:drop-shadow(0 4px 20px rgba(0,0,0,.25));display:flex;align-items:center;justify-content:center;font-size:18px;top:3rem;transition:all 1.5s ease-in-out;animation:fadein 1.5s;z-index:9999}.AppContainer{transition:all .8s ease}.sideBarMenu.d-none{display:unset!important;width:0!important;z-index:999999999!important;max-width:0!important;padding:130px 0}.sideBarMenu.overflow-auto.d-none .closeSidebar{display:none}.closeSidebar img,.closeSidebar svg{margin-right:0}.menuList ul{padding:0;display:flex;flex-direction:column;gap:20px}.sidebarImg{margin:3rem 0}.sidebarImg img{width:100%}.contactDetails .timingDtls{gap:1rem}.contactDetails .socialDtls,.contactDetails .timingDtls{display:flex;align-items:center;margin-bottom:3rem}.contactDetails .contact_info{display:flex;align-items:center;margin-left:3rem;justify-content:space-between;width:50%}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@-ms-keyframes fadein{0%{opacity:0}to{opacity:1}}@-o-keyframes fadein{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.sideBarMenu{width:100%!important;max-width:100%!important}.closeSidebar{top:20px;right:unset;left:20px}.sidebarImg img{width:100%}.contactDetails .socialDtls,.contactDetails .timingDtls{margin-bottom:28px!important}.socialDtls .d-flex.align-items-center.w-50.justify-content-between.ms-5{margin-left:15px!important}.menuList ul li a{font-size:20px}}@media (max-width:600px){.sideBarMenu{padding:80px 20px 30px}.closeSidebar{width:43px;height:43px}.sideBarMenu .menu_in{height:calc(100vh - 110px);overflow-x:scroll;padding:0}.sideBarMenu .dropdown.me-3.globeSm{position:fixed;top:30px;right:20px;display:none}.showSidebarLeft .sideBarMenu .dropdown.me-3.globeSm{display:block}.sideBarMenu .dropdown.me-3.globeSm button.dropdown-toggle{position:static;background:transparent;border:0}.sideBarMenu .globeSm{display:block}.sideBarMenu .globeSm button.dropdown-toggle:after{display:none}.sideBarMenu .globeSm button.dropdown-toggle img,.sideBarMenu .globeSm button.dropdown-toggle svg{margin:0;filter:brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(552%) hue-rotate(238deg) brightness(117%) contrast(100%)}.lang-tab-sm .mantine-Tabs-root .mantine-Tabs-tabsList{background:#f2f2f2;border-radius:10px;padding:6px 6px 9px;border:0}.lang-tab-sm .mantine-Tabs-root .mantine-Tabs-tabsList button{font-size:16px;padding:5px 10px;line-height:22px;width:50%;border:0}.lang-tab-sm .mantine-Tabs-root .mantine-Tabs-tabsList button[data-active=true]{background:#fff;border-radius:5px}.lang-tab-sm{padding:0 20px}.lang-tab-sm .mantine-Tabs-root .mantine-Tabs-panel{padding:12px}ul.langSelect li.langItem{font-size:16px;padding:5px;margin-bottom:8px}}.loader-hidden{visibility:hidden}.overlay_wrapper{position:fixed;z-index:99999999;background-color:rgba(0,0,0,.5);overflow:auto}.loader2,.overlay_wrapper{top:0;right:0;bottom:0;left:0}.loader2{position:absolute;width:5px;height:5px;margin:auto;background-color:#3699ff;border-radius:50px;z-index:10001}.loader2:before{top:-38px;border-top:3px solid #3699ff;border-right:3px solid #3699ff;border-radius:0 50px 0 0;-webkit-transform-origin:0 100%;transform-origin:0 100%}.loader2:after,.loader2:before{content:"";position:absolute;width:40px;height:40px;-webkit-animation:loader2 1.5s linear infinite;animation:loader2 1.5s linear infinite}.loader2:after{top:2px;right:2px;border-bottom:3px solid #3699ff;border-left:3px solid #3699ff;border-radius:0 0 0 50px;-webkit-transform-origin:100% 0;transform-origin:100% 0}@-webkit-keyframes loader2{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes loader2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Carmen Sans;src:url(/_next/static/media/Carmen-Sans-Regular.081184e5.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:IvyMode;src:url(/_next/static/media/ivymode4.c290ef03.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Regular.93cecc0b.eot);src:url(/_next/static/media/Poppins-Regular.93cecc0b.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Poppins-Regular.75a4c9eb.ttf) format("truetype"),url(/_next/static/media/Poppins-Regular.567187b0.svg#Poppins-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Medium.a66fc85d.eot);src:url(/_next/static/media/Poppins-Medium.a66fc85d.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Poppins-Medium.5c30615e.ttf) format("truetype"),url(/_next/static/media/Poppins-Medium.fffc2e0c.svg#Poppins-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-SemiBold.3a86c90e.eot);src:url(/_next/static/media/Poppins-SemiBold.3a86c90e.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Poppins-SemiBold.1bcb9f9b.ttf) format("truetype"),url(/_next/static/media/Poppins-SemiBold.5ae08fa0.svg#Poppins-SemiBold) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-ExtraLight.5eb3a7b5.eot);src:url(/_next/static/media/Poppins-ExtraLight.5eb3a7b5.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Poppins-ExtraLight.63e1f08e.ttf) format("truetype"),url(/_next/static/media/Poppins-ExtraLight.9223aae0.svg#Poppins-ExtraLight) format("svg");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Black.0e162f4b.eot);src:url(/_next/static/media/Poppins-Black.0e162f4b.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Poppins-Black.a27a74e6.ttf) format("truetype"),url(/_next/static/media/Poppins-Black.48be740b.svg#Poppins-Black) format("svg");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Light.aa484bc9.eot);src:url(/_next/static/media/Poppins-Light.aa484bc9.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Poppins-Light.54d00976.ttf) format("truetype"),url(/_next/static/media/Poppins-Light.b0168d22.svg#Poppins-Light) format("svg");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Thin.2ccd489b.eot);src:url(/_next/static/media/Poppins-Thin.2ccd489b.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Poppins-Thin.85b55dab.ttf) format("truetype"),url(/_next/static/media/Poppins-Thin.71f0e34e.svg#Poppins-Thin) format("svg");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-ExtraBold.19517bfe.eot);src:url(/_next/static/media/Poppins-ExtraBold.19517bfe.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Poppins-ExtraBold.842f4001.ttf) format("truetype"),url(/_next/static/media/Poppins-ExtraBold.e95829a4.svg#Poppins-ExtraBold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/_next/static/media/Poppins-Bold.611296e1.eot);src:url(/_next/static/media/Poppins-Bold.611296e1.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/Poppins-Bold.b21d064b.ttf) format("truetype"),url(/_next/static/media/Poppins-Bold.85be934f.svg#Poppins-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box;font-family:Poppins,sans-serif}img{max-width:100%;height:auto}img,svg{vertical-align:middle}body{margin:0;padding:0;background-color:#fff;box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0;word-break:break-word}h1,h2,h3,h4,h5,h6{font-weight:unset}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}.cursor-pointer{cursor:pointer}.bg-white{background-color:#fff!important}button:focus-visible,input{outline:none}ul{list-style:none;padding:0}.row{width:100%;margin:0}.sectionSpacing{padding-bottom:220px}.text-muted{color:#cdd4d8!important}.applicationModal .modal-content{border:0;border-radius:10px;padding:37px 64px 64px}.sectionTitleDesc h1{font-family:Carmen Sans,sans-serif;font-style:normal;font-weight:400;font-size:51.008px;line-height:61px;color:#18181b;margin-bottom:16px}.modal-backdrop.show{width:100%;height:100%}.invalid{width:100%;margin-top:.25rem;font-size:12px}.invalid,.required{color:#dc3545}.Toastify__toast-body{font-size:16px;font-weight:400}a{text-decoration:none!important}.container{max-width:1920px;padding:0 20px;margin:0 auto}.text-success{color:#009f13!important}.PhoneInput--disabled{background-color:#f3f3f9}.PhoneInputCountrySelect:disabled{background-color:#f2f2f6;display:none}.mantine-Drawer-root .mantine-Drawer-content{border-radius:10px 10px 0 0}.SAFullScreenDrawer,.SAFullScreenDrawer .mantine-Drawer-content{width:100%;height:100%}input[type=date]{content:"";background-image:url(/_next/static/media/cal-icon.9645b271.svg);background-repeat:no-repeat;background-position:94%;position:relative}input[type=date]::-webkit-calendar-picker-indicator{position:absolute;top:0;left:0;right:0;bottom:0;width:auto;height:auto;color:transparent;background:transparent}input[type=date]::-webkit-clear-button,input[type=date]::-webkit-inner-spin-button{z-index:1}.appMainBtn button.appBtn span:after{content:"";position:absolute;opacity:0;top:3px;right:-20px;transition:all .5s ease;height:25px;width:25px;background:url(/_next/static/media/arrow_black.fa1d7f7d.svg) no-repeat 50%}.appMainBtn button.appBtn.bg-black span:after{background:url(/_next/static/media/arrow.db698b82.svg) no-repeat 50%}.appMainBtn button.appBtn span{cursor:pointer;display:inline-block;position:relative;transition:.3s}.appMainBtn button.appBtn:hover span{padding-right:15px}.appMainBtn button.appBtn:hover span:after{opacity:1}.appMainBtn button.appBtn:hover{padding-right:43px}.appMainBtn button.appBtn{display:flex;align-items:center;justify-content:center}.filter_main .advanceFilter .col .filterDD button.dropdown-toggle{white-space:unset!important}span.filteredSelected{text-align:left}.main_property{position:relative}.showSidebarLeft{margin-right:48rem;margin-left:-45rem}input.form-control::placeholder{font-weight:400;font-size:16px;line-height:24px;color:#696969}.form-control:focus,.form-select:focus{border-color:#1f1f1f}.form-control,select.form-select{padding:12px;background:#fff;border:1px solid #c4c5bf;border-radius:10px;font-weight:400;font-size:16px;line-height:24px;color:#1f1f1f;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sectionTitleDesc h2{font-family:Carmen Sans,sans-serif;font-style:normal;font-weight:400;font-size:51.008px;line-height:61px;color:#18181b;margin-bottom:16px}.sectionTitleDesc p{font-weight:400;font-size:18px;line-height:160%;color:#1f1f1f}label.form-label{font-size:14px;line-height:22px;margin-bottom:4px;display:inline-block}.PhoneInput,label.form-label{font-weight:400;color:#1f1f1f}.PhoneInput{background:#fff;border:1px solid #c4c5bf;border-radius:10px;font-size:16px;line-height:24px;padding:12px}.form-control:focus,.form-select:focus{background-color:#fff;border-color:#1f1f1f!important;box-shadow:none;color:#1f1f1f;outline:0;border:1px solid}.PhoneInput--focus{border:1px solid #1f1f1f}.actionBtn .AuthBtn.disable{background:#cdd4d8;border-color:#cdd4d8;pointer-events:none}.actionBtn .AuthBtn{background:#1f1f1f;border:1px solid #1f1f1f;border-radius:9999px;color:#fff;font-size:18px;font-weight:400;line-height:160%;padding:14px 28px;width:100%}ul.breadcrumbList li{margin-right:7px}ul.breadcrumbList li:last-child{margin-right:0}.applicationModal{max-width:723px}button:disabled,button[disabled]{background:#cdd4d8;border-color:#cdd4d8;color:#fff}.paymentSlctCountry .css-b62m3t-container .css-13cymwt-control,.paymentSlctCountry .css-b62m3t-container .css-t3ipsp-control{padding:8px 5px;border-radius:10px;box-shadow:none!important}.paymentSlctCountry .css-b62m3t-container .css-t3ipsp-control{border-color:#1f1f1f!important}.paymentSlctCountry .css-b62m3t-container .css-13cymwt-control span.css-1u9des2-indicatorSeparator,.paymentSlctCountry .css-b62m3t-container .css-t3ipsp-control span.css-1u9des2-indicatorSeparator{display:none;border-color:#1f1f1f!important;box-shadow:none!important}.frgtInput .PhoneInputCountry{display:flex;flex-direction:row-reverse;gap:5px;width:max-content;position:relative}.PhoneInputCountry .PhoneInputCountryIcon img.PhoneInputCountryIconImg{width:25px}.frgtInput .PhoneInputCountry select.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.frgtInput .PhoneInputCountry input.PhoneInputInput{border:0!important;height:100%}.frgtInput input.PhoneInputInput{border:0;height:100%;width:100%;font-weight:400;font-size:16px;line-height:24px;color:#1f1f1f}button.appBtn.bg-black{color:#fff;background-color:#000}.noLongerContent{font-size:18px;font-weight:500}.contact_btn{position:fixed;bottom:30px;right:90px;z-index:9999}@media (min-width:601px){.contact_btn{display:none}}.contact_btn .btn_call{height:35px;width:auto;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;padding:0;border-radius:8px;border:none}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.text-center{text-align:center}.blogBreadcrumb .breadcrumbList{display:flex;align-items:center;margin:0 0 1rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:3rem}.align-items-center{align-items:center}.d-flex{display:flex}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.dropdown-menu,.mantine-Drawer-body .areasListHeaderSm ul.dropdown-menu{display:none}.mantine-Drawer-body .areasListHeaderSm ul.dropdown-menu.show,ul.dropdown-menu.show{display:block}.position-relative{position:relative}.align-items-start{align-items:self-start}.justify-content-between{justify-content:space-between}.d-none{display:none}.row{display:flex;flex-wrap:wrap}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(1.5rem * .5);padding-left:calc(1.5rem * .5)}.mapActionSm .filterDD{position:relative}.filterDD .dropdown-menu.show{right:0}.shareDD{position:relative}.filter_right .shareDD ul.dropdown-menu.show{position:absolute;right:0}.shareDD ul.dropdown-menu{z-index:1000;min-width:10rem;padding:.5rem 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.175);border-radius:.375rem}.pb-0{padding-bottom:0!important}ul.breadcrumbList{margin:0}.d-inline-flex{display:inline-flex!important}.advanceFilter .col{flex:1 0}.mb-3{margin-bottom:1rem!important}.mt-5{margin-top:3rem!important}.mb-4{margin-bottom:1.5rem!important}.card-footer{padding:1rem;border-top:1px solid rgba(0,0,0,.175)}.p-0{padding:0!important}.bg-transparent{background-color:transparent!important}.border-0{border:0!important}.card-body{flex:1 1 auto;padding:1rem}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}.mb-5{margin-bottom:3rem!important}.mb-2{margin-bottom:.5rem!important}.propertyCardBody .propertyCardPrice{display:flex;align-items:flex-end;justify-content:space-between;column-gap:35px;row-gap:0}.infowindow-content .propertyCardBody .propertyCardPrice,.simi_col .propertyCardBody .propertyCardPrice,.view_grid .propertyCardBody .propertyCardPrice{flex-wrap:wrap}.propertyCardPrice .price_part{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;width:100%}.view_list .propertyCardPrice .price_part{width:auto}.view_list .propertyCardPrice.card_price_width .price_part{width:100%}.gap-1{gap:.25rem!important}.sortingFilterCustSm .filterDD .dropdown-menu.show{left:auto}.p-2{padding:.5rem!important}.h-100{height:100%}.justify-content-center{justify-content:center}.hotelListingSubmit button.appBtn span:after{content:"";position:absolute;opacity:0;top:3px;right:-20px;transition:.5s;height:25px;width:25px;background:url(/_next/static/media/arrow.db698b82.svg) no-repeat 50%}.hotelListingSubmit button.appBtn span{cursor:pointer;display:inline-block;position:relative;transition:.3s}.hotelListingSubmit button.appBtn:hover span{padding-right:15px}.hotelListingSubmit button.appBtn:hover span:after{opacity:1}.hotelListingSubmit button.appBtn:hover{padding-right:40px}.hotelListingSubmit button.appBtn{width:100%;display:flex;align-items:center;justify-content:center}.mantine-Modal-root .mantine-Modal-inner .mantine-Modal-content{max-width:723px;border:0;border-radius:10px;padding:37px 64px 64px;flex:auto}.mantine-Modal-header{display:none}.mt-3{margin-top:1rem!important}.modal-header{display:flex;justify-content:space-between;margin-bottom:25px;align-items:center}.modal-header .pageTitle h2{font-weight:500;font-size:2rem}.modal-header button{background:transparent;border:0;padding:0;font-size:40px}ul.breadcrumbList>li:before{content:"/";margin-right:7px}ul.breadcrumbList>li:first-child:before{content:unset!important}.bannerSection{min-height:285px;background-size:cover;background-repeat:no-repeat;padding:56px;margin-bottom:120px;border-radius:20px 20px 150px 20px;background-position:50%}.ha--corporateCustomer .ha--banner-container .bannerSection.ha--contactBnrSec li.breadcrumbItem{color:#1f1f1f!important;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.ha--corporateCustomer .ha--banner-container .bannerSection.ha--contactBnrSec li.breadcrumbItem img{filter:brightness(0) saturate(100%) invert(8%) sepia(14%) saturate(11%) hue-rotate(343deg) brightness(88%) contrast(88%)}.ha--corporateCustomer .ha--banner-container .bannerSection.ha--contactBnrSec{margin-bottom:160px}.ha--banner-container,.ha--contact-main-container{padding:0 40px}ul.ha--breadcrumbList{display:flex;align-items:center;margin:0}.ha--contactBnrSec .ha--bannerSection-breadcrumb{display:flex;flex-direction:column;gap:33px}.ha--contactBnrSec .ha--appBreadCrumb ul li svg{filter:brightness(0) saturate(100%) invert(93%) sepia(7%) saturate(144%) hue-rotate(30deg) brightness(85%) contrast(91%)}.ha--contactBnrSec{display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;border-radius:20px 20px 150px 20px!important;background-position:50%;background-size:cover;height:auto!important}.ha--contactBnrSec .sectionTitleDesc h1{padding:0}.mt-4{margin-top:1.5rem}.userImageUpload .upload-img{border-radius:100%;display:inline-block;width:100px;height:100px;object-fit:cover;object-position:50% 50%;border:1px solid #d9e1f0;margin-right:15px;vertical-align:middle}.userImageUpload .input-file-upload{position:unset;display:inline-block;vertical-align:middle}.userImageUpload .input-file-upload input[type=file]{opacity:0;padding:10px 0;height:36px;width:150px}.userImageUpload .upload-label{background:#2849c7;text-align:center;color:#fff;position:absolute;transition:all .3s ease-in-out;border-radius:24px;padding:10px 16px;display:flex;align-items:center;font-weight:600;font-size:14px;line-height:20px}.userImageUpload .input-file-upload:hover .upload-label{background:#eaf5fe;color:#3b70f1}button.deleteBtn{border:1px solid #d9e1f0;border-radius:24px;padding:9px 16px;background-color:transparent;font-weight:600;font-size:14px;line-height:20px;color:#111826}span.errorMsg{font-weight:500;font-size:14px;line-height:17px;color:#5d6883;position:absolute;bottom:-25px}.ha--experienceContainer{max-width:1380px;width:100%;margin:auto}.justify-content-end{justify-content:end}.mantine-Modal-body{padding:0}.modal-header button svg{margin-right:0}.successModal h2{font-weight:500;font-size:32px}.appMainBtn .appBtn{display:inline-block}.appMainBtn .appBtn,button.appBtn{border:1.3px solid #1f1f1f;border-radius:9999px;padding:14px 28px;font-weight:400;font-size:18px;line-height:160%;color:#1f1f1f;background:transparent;align-items:center}button.appBtn{display:flex;transition:all .5s ease}.appMainBtn .appBtn span:after,button.appBtn span:after{content:"";position:absolute;opacity:0;top:3px;right:-20px;transition:all .5s ease;height:25px;width:25px;background:url(/_next/static/media/arrow_black.fa1d7f7d.svg) no-repeat 50%}.appMainBtn .appBtn span.btnIcon,button.appBtn span.btnIcon{font-size:24px;margin-left:15px;display:none}.appMainBtn .appBtn:hover span.btnIcon,button.appBtn:hover span.btnIcon{display:block}.appMainBtn .appBtn span,button.appBtn span{cursor:pointer;display:inline-block;position:relative;transition:.3s}.appMainBtn .appBtn:hover span,button.appBtn:hover span{padding-right:15px}.appMainBtn .appBtn:hover span:after,button.appBtn:hover span:after{opacity:1}.appMainBtn .appBtn:hover{padding-right:43px}.mantine-Modal-inner.mantine-Modal-inner{align-items:center;overflow-x:hidden}table{caption-side:bottom;border-collapse:collapse}.faqSection .mantine-Accordion-item button .mantine-Accordion-label{font-size:20px;font-style:normal;font-weight:500;line-height:28px}.faqSection .mantine-Accordion-item button .mantine-Accordion-label h3{font-size:20px;color:#1f1f1f;font-style:normal;font-weight:500;line-height:28px;font-family:Poppins,sans-serif}.faqSection .mantine-Accordion-item .mantine-Accordion-panel{padding-left:31px!important}.faqSection .mantine-Accordion-item .mantine-Accordion-panel .mantine-Accordion-content{font-size:18px;font-style:normal;font-weight:300;line-height:26px}.faqSection .mantine-Accordion-item[data-active]{border-radius:8px;background:var(--grey-bg,#f2f2f2)}.faqSection .mantine-Accordion-item button svg{margin-right:0!important}.justify-content-around{justify-content:space-around}.form-check-input:checked[type=radio]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE7SURBVHgBpZQ9coMwEEZX4gCIzgXD4BuoTBfKdPEV0qX0DTI5QcaduyQ3sLukczqXukEMXEB0SQHkW+Jh8I9mbPQaI438WC27K8hBCuq6zoQQKa/btjVBEJgdOHdeHG/EcZzhD094zOg8pmmaRVmWb8PNYLhIkuRFSrnkgMjNBFHOwjBUVVV9noggecWBR7oQnL2BLIVs3YuQDr7KnK4EMg0ZXNVWcFKRyG8aj4VwKvEwIz8Ukj+XiOaePEFEtxyRJn80ixT5o1hkyR/LIkP+GIlEfZEn+GBrriO1r6PRueI6Cqy1P1EU/WJ9RyNAEM95nq+6FoFsi1KfcslfKXkviqJrrb5p0S8ryCJuxgslC0j6Jj8YI5B94Jo5/Y+RicOxwcsecJ3lcFM4DncTEj8afaT3Eeww8DauCfkHIl53EbaLszAAAAAASUVORK5CYII=)!important;background-color:#fff;background-size:78%!important;background-position:50%;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-repeat:no-repeat;border:1px solid #c4c5bf;border-radius:50%}.form-check .form-check-input:focus{box-shadow:none!important}.toggleBtn .form-switch .form-check-input{height:31px;width:51px;background-color:#c4c5bf}.toggleBtn .form-switch .form-check-input,.toggleBtn .form-switch .form-check-input:focus{border-color:#fff;outline:0;box-shadow:0 0 0 0 transparent}.toggleBtn .form-switch .form-check-input,.toggleBtn .form-switch .form-check-input:checked,.toggleBtn .form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>")}.toggleBtn .form-switch .form-check-input:checked{background-color:#1f1f1f;border:none}.form-check .form-check-input{width:26px;height:26px;border-color:#c4c5bf;cursor:pointer}.allAreasSorting ul.dropdown-menu.filterLocationList.show{max-width:200px!important;width:200px!important;min-width:200px;display:flex;flex-direction:column;align-items:center;transform:translate(-160px,45px)!important;border-radius:10px;box-shadow:0 0 16px 0 rgba(0,0,0,.16);border:0;position:absolute;top:20px;z-index:99999;background:#fff;padding:10px}.filter_main button svg,.shareDD button img,.shareDD button svg{margin-right:12px}.mantine-Modal-body .modal-header h2{margin-bottom:0;font-size:2rem;font-weight:500}.applicationModal .mantine-Modal-body .modal-header{margin:0}.ha--PolicyDesContent h4{font-size:1.5rem;font-weight:500;line-height:1.2;color:inherit}.w-75{width:75%!important}.homeSearchLayout .ha--HomeMainSearchDes{width:100%}.homeSearchLayout .ha--HomeMainSearchDes .mantine-Input-wrapper{width:100%;position:relative}.homeSearchLayout .ha--HomeMainSearchDes .mantine-Input-wrapper .mantine-Input-input{width:100%}.ha--HomeSearch input.mantine-Input-input::-ms-input-placeholder{color:#adb5bd;opacity:1}.ha--HomeSearch input.mantine-Input-input::placeholder{color:#adb5bd;opacity:1}.backBtn a button{font-weight:400;display:flex;gap:0}.backBtn a button,.backBtn button{font-size:24px;line-height:32px;color:#000}.backBtn button{font-weight:500;padding-left:0}.ha--CheckOutFormBookingRow .moreFilterLayout .form-check.checkoutCheck{margin-top:16px;margin-bottom:16px;display:flex;align-items:center;gap:5px}.align-items-end{align-items:end}span.text-danger{color:#dc3545}.pt-2{padding-top:.5rem}.noBkkingContent h4{font-size:26px;line-height:35px;font-weight:500}.termsAndConditionsModal .mantine-Modal-body .ha--PolicyContainer .container .ha--PolicyDes .ha--PolicyDesHeader{display:none}.termsAndConditionsModal .mantine-Modal-content{overflow:hidden}.dropdown.allAreasSorting{position:relative}.dropdown.allAreasSorting ul.dropdown-menu.filterLocationList.show{margin:0}.termsAndConditionsModal .ha--PolicyContainer,.termsAndConditionsModal .ha--PolicyContainer .container{padding:0}.text-decoration-underline{text-decoration:underline}button.mantine-Menu-item.d-flex.align-items-center .mantine-Menu-itemLabel{display:flex;align-items:center;gap:12px}button.mantine-Menu-item.d-flex.align-items-center .mantine-Menu-itemLabel span.paymenticon{width:22px}.showPasswordButton svg,td.ViewTableLg button svg{margin-right:12px}td.ViewTableLg button:hover{background:unset}.bookingSMTable .animateBtn button{border:1px solid}.bookingSMTable .animateBtn button:hover{padding-right:40px}.mantine-Modal-body button.btn-close,.modal-header button{opacity:.5}.mantine-Modal-body button.btn-close:hover,.modal-header button:hover{opacity:.65}.reqBookinSm .bookingCount{width:100%}.propertyDetailHeader .breadcrumbTitle h4{font-size:calc(1.275rem + .3vw);font-weight:500}.dropdown.allAreasSorting button.dropdown-toggle{opacity:1}ul.dropdown-menu.filterLocationList.show{top:13px!important;position:absolute}.w-100{width:100%!important}.mantine-Drawer-inner.mantine-Drawer-inner{z-index:9999}.me-2{margin-right:.5rem!important}.ms-3{margin-left:1rem!important}.ms-2{margin-left:.5rem!important}.accountSettingsAside .BIMenuList{margin:0}@media (max-width:1800px){.view_grid .propertyCardBody .propertyCardPrice{align-items:flex-start;flex-direction:column}}@media (max-width:1600px){.bannerSection{min-height:260px}}@media (max-width:1536px){.bannerSection,.ha--corporateCustomer .ha--banner-container .bannerSection.ha--contactBnrSec{margin-bottom:80px}.bannerSection{height:185px;padding:30px}.bannerSection .appBreadCrumb.mb-3{margin-bottom:0!important}}@media (max-width:1431px){.allAreasSorting ul.dropdown-menu.filterLocationList.show{transform:translateY(45px)!important}}@media (max-width:1366px){.bannerSection{min-height:unset!important;height:unset!important}.ha--contactBnrSec .ha--bannerSection-breadcrumb{gap:20px}}@media (max-width:1200px){.ha--banner-container,.ha--contact-main-container{padding:0 30px}.homeCarousel .carousel-inner .carousel-caption h5,.sectionTitleDesc h2{font-size:32px;line-height:42px}.propertyCardPrice.card_price_width .price_part{align-items:flex-start;flex-direction:column}}@media (min-width:992px){.col-lg-6{flex:0 0 auto;width:50%}.col-lg-4{flex:0 0 auto;width:33.33333333%}}@media (max-width:991px){.bannerSection{border-radius:0!important;height:220px}.ha--banner-container{padding:20px}.sectionTitleDesc h1{font-size:38px}}@media (min-width:768px){.mobile-view{display:none}}@media (max-width:768px){.ha--corporateCustomer .ha--banner-container .bannerSection.ha--contactBnrSec{margin-bottom:60px}.sectionTitleDesc h1{padding:0 20px;margin-bottom:8px!important}}@media (max-width:767px){.contact_btn{top:50%;bottom:auto;transform:rotate(-90deg);right:-37px}.contact_btn .btn_call{width:auto;height:35px;border-radius:8px 8px 0 0;padding:0 15px;font-size:14px}.desktop-view{display:none}}@media (max-width:600px){.ha--corporateCustomer .ha--banner-container .bannerSection.ha--contactBnrSec{margin-bottom:36px;padding:30px 20px}.ha--corporateCustomer .ha--banner-container .bannerSection.ha--contactBnrSec li.breadcrumbItem{color:#fff!important}.ha--corporateCustomer .ha--banner-container .bannerSection.ha--contactBnrSec li.breadcrumbItem img{filter:brightness(0) saturate(100%) invert(93%) sepia(0) saturate(7479%) hue-rotate(102deg) brightness(119%) contrast(99%)}.bannerSection{padding:18px 20px;height:135px;border-radius:0!important;background-position:50%;background-size:cover;margin-bottom:36px;background-image:url(/_next/static/media/CorporateBannerSM.5065dcaa.png)!important}.bannerSection .appBreadCrumb ul.breadcrumbList li.breadcrumbItem{color:#fff!important}.ha--contactBnrSec .ha--appBreadCrumb ul li,.ha--contactBnrSec .ha--appBreadCrumb ul li a,.ha--contactBnrSec .sectionTitleDesc h1{color:#fff}.bannerSection>div.d-flex{flex-direction:column-reverse!important}.bannerSection .sectionTitleDesc h2{font-size:24px;font-style:normal;font-weight:400;line-height:32px;color:#fff;padding:0}.bannerSection .appBreadCrumb{margin-bottom:0!important}.bannerSection{min-height:unset!important;height:unset!important}.ha--banner-container,.ha--contact-main-container{padding:0 20px}.ha--banner-container{padding:0}.ha--corporateCustomer .ha--banner-container h2{color:#fff!important}.ha--bannerSection-breadcrumb .sectionTitleDesc p,.ha--contactBnrSec .sectionTitleDesc p,.ha_contact_banner li.breadcrumbItem{color:#fff}.ha--contactBnrSec{border-radius:0!important;height:100%;min-height:100%;margin-bottom:0}.ha--contactBnrSec .ha--bannerSection-breadcrumb{gap:6px;flex-direction:column-reverse}.sectionTitleDesc h1{font-size:24px!important;font-style:normal;font-weight:300;line-height:32px}.payOption .form-check-input{width:18px;height:18px}.moreFilterLayout .form-check input{background-repeat:no-repeat!important}.payOption.form-check-input:checked[type=radio]{background-size:78%!important}.mantine-Modal-body .modal-header h2{font-size:20px}.mantine-Modal-root .mantine-Modal-inner .mantine-Modal-content{padding:0 25px 25px}.noBkkingContent h4{font-size:16px;line-height:26px;font-weight:500}.paginationAppartmentList{justify-content:center!important}.mantine-Select-dropdown.mantine-ufuzch{left:0!important;width:100%!important}.autoCompleteSearch .mantine-Select-root,.autoCompleteSearch .mantine-Select-root .mantine-Select-wrapper,.autoCompleteSearch .mantine-Select-root .mantine-Select-wrapper .mantine-Select-input,.autoCompleteSearch .mantine-Select-root>div,.filterDD.autoCompleteSearch,.mantine-DatePickerInput-root,.mantine-DatePickerInput-root .mantine-DatePickerInput-wrapper,.mantine-Drawer-root .mantine-Drawer-content{width:100%}*{-webkit-text-size-adjust:none;text-size-adjust:none}input[type=text]:focus,textarea:focus{-webkit-text-size-adjust:100%}}@media (max-width:375px){.chpaLogoSm span.chpaLogo{font-size:14px}.ha_footer_box .chpaLogoSm .member_img{max-width:170px}}@media screen and (max-width:600px){#CookiebotWidget:not(.CookiebotWidget-inactive){bottom:75px!important}}@media screen and (max-width:400px){#CookiebotWidget:not(.CookiebotWidget-inactive){bottom:95px!important}}