nav{position:fixed;top:0;height:60px;max-height:60px;min-height:60px;width:100%;background-color:var(--primary-color);display:flex;padding:10px 15px;z-index:99999}nav button{width:40px;height:40px;font-size:2rem;border-radius:10px;color:#fff}#bottom_navbar{position:fixed;bottom:0;height:70px;max-height:70px;min-height:70px;width:100%;background-color:var(--primary-color);display:flex;justify-content:space-between;align-items:center;padding:10px 30px;z-index:99998;font-size:.75rem}#bottom_navbar .bottom_navlink.active{color:var(--secondary-color)}#bottom_navbar .bottom_navlink{position:relative;display:flex;flex-direction:column;align-items:center;color:#fff}#bottom_navbar .bottom_navlink_icon{position:relative;border-radius:50%;width:35px;height:35px;display:flex;justify-content:center;align-items:center}#bottom_navbar .bottom_navlink_icon img{transform:scale(.8)}.hidden_menu{position:fixed;top:0;right:0;width:100%;height:100vh;background-color:var(--primary-color);z-index:999999;display:flex;flex-direction:column;transform:translateX(100%);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1)}.hidden_menu.show{transform:translateX(0);opacity:1}.hidden_menu .logo{display:flex;justify-content:center;flex:0 0 auto;height:20vh;align-items:center}.hidden_menu .logo img{transform:scale(.4)}.hidden_menu .links_list{flex:1;display:flex;flex-direction:column;justify-content:space-between;background:#fff;padding:15px}.hidden_menu .link{display:flex;align-items:center;padding-left:20px;gap:30px;color:#b0b0b0}.hidden_menu .link .link_icon{width:30px;height:30px}.hidden_menu .link.actived .link_icon{border:none}.hidden_menu .link.actived .link_name{color:var(--secondary-color)}.hidden_menu .link .link_name{text-align:center;color:grey}.hidden_menu button{position:absolute;font-size:3rem;color:#fff;top:0;right:0;transform:translateX(-10px) translateY(10px)}.carousel{position:relative;overflow-x:auto;width:100%;display:flex;gap:15px;padding:0 0 0 10px}.carousel .img_wrapper{height:100%}.carousel::-webkit-scrollbar{display:none;height:0}.carousel_card{position:relative;display:flex;flex-direction:column;width:min-content}.carousel_card .top_content{position:relative;width:100%;height:135px}.carousel_card .badge{position:absolute;top:0;left:0;transform:translateY(5px) translateX(-10px);padding:2px 12px;color:#fff;font-size:.7rem}.carousel_card .bottom_content{height:135px;gap:5px;padding:10px;border:1px solid #e7e7e7;flex-direction:column;min-width:max-content}.carousel_card .bottom_content,.carousel_card .bottom_top{position:relative;display:flex;justify-content:space-between}.carousel_card .bottom_top{gap:10px;align-items:center}.carousel_card .bottom_top .agent{position:relative;display:flex;justify-content:center;align-items:center;font-size:1rem;background-color:#585858;color:#fff;width:45px;height:45px;min-width:45px;min-height:45px;max-width:45px;max-height:45px;border-radius:500px}.carousel_card .bottom_top .property_name{overflow:hidden;white-space:wrap;max-width:190px}.carousel_card .bottom_middle{position:relative;display:flex;gap:5px;align-items:center}.carousel_card .bottom_middle .price{font-size:medium;font-weight:500}.carousel_card .bottom_middle .tag{position:relative;color:#b9b9b9;font-weight:100!important;font-size:small}.carousel_card .bottom_middle .line{width:4px;height:70%;background-color:var(--primary-color)}.carousel_card .bottom_bottom{padding:5px 10px;position:relative;display:flex;align-items:center;justify-content:center;color:#fff;font-size:small}.carousel_card .bottom_bottom .circle{width:5px;height:5px;border-radius:50%;background-color:#342424}.filter_setting_container{position:relative;padding:25px;width:100%;display:flex;flex-direction:column;gap:15px;align-items:center;justify-content:flex-start;flex:1;overflow-y:auto}.filter_setting_container .property_type_selection{position:relative;display:flex;justify-content:center}.filter_setting_container .property_button{width:150px;height:45px;background-color:#d9d9d9;color:#8d8d8d}.filter_setting_container .property_button.actived{background-color:var(--secondary-color);color:#fff}.filter_setting_container .property_button.left{border-radius:.75rem 0 0 .75rem}.filter_setting_container .property_button.right{border-radius:0 .75rem .75rem 0}.filter_setting_container .form{position:relative;display:flex;flex-direction:column;gap:15px;overflow-y:auto}.filter_setting_container .form::-webkit-scrollbar{width:0;display:none}.filter_setting_container .form input{width:100%;height:50px;border:none;border-bottom:3px solid;border-color:hsla(0,0%,100%,.307)!important;background-color:var(--primary-color);color:#fff}.filter_setting_container .form input::placeholder{color:hsla(0,0%,100%,.664)}.filter_setting_container .form input.minMaxInput{background-color:hsla(0,0%,100%,.307)!important;color:#fff;border-radius:.5rem!important;padding:10px;border-bottom:none}.filter_setting_container .form label{font-size:1rem;color:#fff}.filter_setting_container .form .input_wrapper{position:relative;display:flex;flex-direction:column;width:100%}.filter_setting_container .form .input_container{position:relative;display:flex;gap:15px}.filter_setting_container .cls_btn{position:absolute;width:auto;right:0;top:0;color:#fff;font-size:3.5rem;transform:translateY(-15px) translateX(-10px)}.filter_setting_container button{position:relative;width:auto;width:100%;height:60px;border-radius:.5rem;display:flex;justify-content:center;align-items:center;font-size:1rem}.listing{gap:25px}.listing,.listing .listing_card{position:relative;display:flex;flex-direction:column}.listing .listing_card .top_content{position:relative;display:flex;gap:10px}.listing .listing_card .top_content .img_wrapper{position:relative;width:140px;height:200px}.listing .listing_card .top_content .badge{font-size:.8rem;position:absolute;top:0;left:0;transform:translateY(10px) translateX(-10px);width:75px;height:20px;display:flex;justify-content:center;align-items:center;color:#fff}.listing .listing_card .top_content .badge.to_sale_badge{background-color:var(--secondary-color)}.listing .listing_card .top_content .badge.to_rent_badge{background-color:var(--primary-color)}.listing .listing_card .top_content .top_right{position:relative;display:flex;flex-direction:column;justify-content:space-between}.listing .listing_card .top_content .agent_name{position:relative;display:flex;align-items:center;gap:5px;margin-bottom:10px}.listing .listing_card .top_content .agent_avatar{position:relative;min-width:30px;min-height:30px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;background-color:#585858}.listing .listing_card .top_content .price{position:relative;display:flex;gap:5px;font-size:large;font-weight:500;align-items:center}.listing .listing_card .top_content .price .line{width:5px;height:20px}.listing .listing_card .top_content .line.to_sale{background-color:var(--secondary-color)}.listing .listing_card .top_content .line.to_rent{background-color:var(--primary-color)}.listing .listing_card .top_content .price .tag{color:#b9b9b9;font-size:small}.listing .listing_card .bottom_content{position:relative;width:100%;margin-top:10px;padding:10px;border:1px solid #e7e7e7}.listing .listing_card .bottom_content .bottom_top{position:relative;display:flex;gap:10px;align-items:center;font-size:small}.listing .listing_card .bottom_content .bottom_top .icon{font-size:1.5rem}.listing .listing_card .bottom_content .bottom_bottom{background-color:#ededed;display:flex;gap:10px;justify-content:center;align-items:center;width:100%;height:auto;margin-top:5px;padding:6px}.listing .listing_card .bottom_content .bottom_bottom .circle{width:5px;height:5px;border-radius:50%;background-color:#585858}.new_launches_listing{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;gap:25px;margin-bottom:120px}.new_launches_listing .new_launches_listing_card{position:relative;overflow:hidden;border-radius:1rem;border:1px solid #d9d9d9}.new_launches_listing .new_launches_listing_card .top_content{position:relative}.new_launches_listing .new_launches_listing_card .badge{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;transform:translateX(10px) translateY(10px);color:#fff;font-size:.75rem;padding:3px 12px;border-radius:.4rem}.new_launches_listing .new_launches_listing_card .badge.to_rent_badge{background-color:var(--primary-color)}.new_launches_listing .new_launches_listing_card .badge.to_sale_badge{background-color:var(--secondary-color)}.new_launches_listing .new_launches_listing_card .bottom_content{position:relative;padding:10px;display:flex;flex-direction:column;gap:10px}.new_launches_listing .new_launches_listing_card .bottom_content .location{position:relative;display:flex;gap:8px;align-items:center}.new_launches_listing .new_launches_listing_card .bottom_content .location .icon{font-size:1.25rem}.new_launches_listing .new_launches_listing_card .price{position:relative;display:flex;align-items:center;gap:6px}.new_launches_listing .new_launches_listing_card .price .tag{position:relative;color:#b9b9b9}.new_launches_listing .new_launches_listing_card .price .line{width:3px;height:22px}.new_launches_listing .new_launches_listing_card .line.to_sale{background-color:var(--secondary-color)}.new_launches_listing .new_launches_listing_card .line.to_rent{background-color:var(--primary-color)}.new_launches_listing .new_launches_listing_card .bottom_bottom{background-color:#ededed;border-radius:.5rem;padding:5px;position:relative;display:flex;align-items:center;justify-content:center;gap:25px}.new_launches_listing .new_launches_listing_card .bottom_bottom h3{font-weight:100!important}.new_launches_listing .new_launches_listing_card .bottom_bottom .circle{width:5px;height:5px;border-radius:50%;background-color:#585858}:root{--black-a1:rgba(0,0,0,.05);--black-a2:rgba(0,0,0,.1);--black-a3:rgba(0,0,0,.15);--black-a4:rgba(0,0,0,.2);--black-a5:rgba(0,0,0,.3);--black-a6:rgba(0,0,0,.4);--black-a7:rgba(0,0,0,.5);--black-a8:rgba(0,0,0,.6);--black-a9:rgba(0,0,0,.7);--black-a10:rgba(0,0,0,.8);--black-a11:rgba(0,0,0,.9);--black-a12:rgba(0,0,0,.95)}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root{--black-a1:color(display-p3 0 0 0/0.05);--black-a2:color(display-p3 0 0 0/0.1);--black-a3:color(display-p3 0 0 0/0.15);--black-a4:color(display-p3 0 0 0/0.2);--black-a5:color(display-p3 0 0 0/0.3);--black-a6:color(display-p3 0 0 0/0.4);--black-a7:color(display-p3 0 0 0/0.5);--black-a8:color(display-p3 0 0 0/0.6);--black-a9:color(display-p3 0 0 0/0.7);--black-a10:color(display-p3 0 0 0/0.8);--black-a11:color(display-p3 0 0 0/0.9);--black-a12:color(display-p3 0 0 0/0.95)}}}.light,.light-theme,:root{--green-1:#fbfefc;--green-2:#f4fbf6;--green-3:#e6f6eb;--green-4:#d6f1df;--green-5:#c4e8d1;--green-6:#adddc0;--green-7:#8eceaa;--green-8:#5bb98b;--green-9:#30a46c;--green-10:#2b9a66;--green-11:#218358;--green-12:#193b2d}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.light,.light-theme,:root{--green-1:color(display-p3 0.986 0.996 0.989);--green-2:color(display-p3 0.963 0.983 0.967);--green-3:color(display-p3 0.913 0.964 0.925);--green-4:color(display-p3 0.859 0.94 0.879);--green-5:color(display-p3 0.796 0.907 0.826);--green-6:color(display-p3 0.718 0.863 0.761);--green-7:color(display-p3 0.61 0.801 0.675);--green-8:color(display-p3 0.451 0.715 0.559);--green-9:color(display-p3 0.332 0.634 0.442);--green-10:color(display-p3 0.308 0.595 0.417);--green-11:color(display-p3 0.19 0.5 0.32);--green-12:color(display-p3 0.132 0.228 0.18)}}}.light,.light-theme,:root{--mauve-1:#fdfcfd;--mauve-2:#faf9fb;--mauve-3:#f2eff3;--mauve-4:#eae7ec;--mauve-5:#e3dfe6;--mauve-6:#dbd8e0;--mauve-7:#d0cdd7;--mauve-8:#bcbac7;--mauve-9:#8e8c99;--mauve-10:#84828e;--mauve-11:#65636d;--mauve-12:#211f26}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.light,.light-theme,:root{--mauve-1:color(display-p3 0.991 0.988 0.992);--mauve-2:color(display-p3 0.98 0.976 0.984);--mauve-3:color(display-p3 0.946 0.938 0.952);--mauve-4:color(display-p3 0.915 0.906 0.925);--mauve-5:color(display-p3 0.886 0.876 0.901);--mauve-6:color(display-p3 0.856 0.846 0.875);--mauve-7:color(display-p3 0.814 0.804 0.84);--mauve-8:color(display-p3 0.735 0.728 0.777);--mauve-9:color(display-p3 0.555 0.549 0.596);--mauve-10:color(display-p3 0.514 0.508 0.552);--mauve-11:color(display-p3 0.395 0.388 0.424);--mauve-12:color(display-p3 0.128 0.122 0.147)}}}.light,.light-theme,:root{--slate-1:#fcfcfd;--slate-2:#f9f9fb;--slate-3:#f0f0f3;--slate-4:#e8e8ec;--slate-5:#e0e1e6;--slate-6:#d9d9e0;--slate-7:#cdced6;--slate-8:#b9bbc6;--slate-9:#8b8d98;--slate-10:#80838d;--slate-11:#60646c;--slate-12:#1c2024}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.light,.light-theme,:root{--slate-1:color(display-p3 0.988 0.988 0.992);--slate-2:color(display-p3 0.976 0.976 0.984);--slate-3:color(display-p3 0.94 0.941 0.953);--slate-4:color(display-p3 0.908 0.909 0.925);--slate-5:color(display-p3 0.88 0.881 0.901);--slate-6:color(display-p3 0.85 0.852 0.876);--slate-7:color(display-p3 0.805 0.808 0.838);--slate-8:color(display-p3 0.727 0.733 0.773);--slate-9:color(display-p3 0.547 0.553 0.592);--slate-10:color(display-p3 0.503 0.512 0.549);--slate-11:color(display-p3 0.379 0.392 0.421);--slate-12:color(display-p3 0.113 0.125 0.14)}}}.light,.light-theme,:root{--violet-1:#fdfcfe;--violet-2:#faf8ff;--violet-3:#f4f0fe;--violet-4:#ebe4ff;--violet-5:#e1d9ff;--violet-6:#d4cafe;--violet-7:#c2b5f5;--violet-8:#aa99ec;--violet-9:#6e56cf;--violet-10:#654dc4;--violet-11:#6550b9;--violet-12:#2f265f}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.light,.light-theme,:root{--violet-1:color(display-p3 0.991 0.988 0.995);--violet-2:color(display-p3 0.978 0.974 0.998);--violet-3:color(display-p3 0.953 0.943 0.993);--violet-4:color(display-p3 0.916 0.897 1);--violet-5:color(display-p3 0.876 0.851 1);--violet-6:color(display-p3 0.825 0.793 0.981);--violet-7:color(display-p3 0.752 0.712 0.943);--violet-8:color(display-p3 0.654 0.602 0.902);--violet-9:color(display-p3 0.417 0.341 0.784);--violet-10:color(display-p3 0.381 0.306 0.741);--violet-11:color(display-p3 0.383 0.317 0.702);--violet-12:color(display-p3 0.179 0.15 0.359)}}}.light,.light-theme,:root{--orange-1:#fefcfb;--orange-2:#fff7ed;--orange-3:#ffefd6;--orange-4:#ffdfb5;--orange-5:#ffd19a;--orange-6:#ffc182;--orange-7:#f5ae73;--orange-8:#ec9455;--orange-9:#f76b15;--orange-10:#ef5f00;--orange-11:#cc4e00;--orange-12:#582d1d}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.light,.light-theme,:root{--orange-1:color(display-p3 0.995 0.988 0.985);--orange-2:color(display-p3 0.994 0.968 0.934);--orange-3:color(display-p3 0.989 0.938 0.85);--orange-4:color(display-p3 1 0.874 0.687);--orange-5:color(display-p3 1 0.821 0.583);--orange-6:color(display-p3 0.975 0.767 0.545);--orange-7:color(display-p3 0.919 0.693 0.486);--orange-8:color(display-p3 0.877 0.597 0.379);--orange-9:color(display-p3 0.9 0.45 0.2);--orange-10:color(display-p3 0.87 0.409 0.164);--orange-11:color(display-p3 0.76 0.34 0);--orange-12:color(display-p3 0.323 0.185 0.127)}}}@media only screen and (min-width:768px){.w93{width:90%!important}.w96{width:96%!important}}h1,h2,h3,h4,h5,p,span{font-family:Lato,sans-serif!important}h1{color:#22224a}.inline-block{display:inline-block}.bullet-after-md:not(:last-child):after{margin:0 .1rem;font-size:3px}.default-button{width:150px;background-color:#ea964a;color:#fff;height:100%;font-size:.875rem;cursor:pointer;text-align:center;border:0;outline:none;border-radius:0!important; /* !rounded-none */transition:.1s}@media (min-width:768px){.default-button{width:130px}}.default-button:hover{background-color:#de8a37}.default-button:active,.default-button:focus{outline:none;box-shadow:none}.button-border{padding:0 10px!important;border-radius:0!important;height:50px!important;border:1px solid #e5e7eb}.nav-bar-container.scrolled{background-color:#22224a!important;color:#fff!important}.after\:bg-cornflower-400:after{background-color:#e88c30}.rt-SelectTrigger:where(.rt-variant-ghost),.rt-SelectTrigger:where(.rt-variant-soft){color:#fff!important}.rt-BaseDialogContent:where(.rt-r-size-3),.swiper-backface-hidden .swiper-slide,input,select,textarea{border-radius:0!important}input,select{border-color:#e5e7eb!important}input:focus,select:focus{border-color:#e88c30!important;outline:none!important}.polygon_label{display:inline-block!important;margin-left:-14px;height:24px!important;clip-path:polygon(0 0,100% 0,100% 85%,10% 85%,12% 100%,0 85%)}.wrapper{position:relative}.d-flex{display:flex}.justify-between{justify-content:space-between}.img_wrapper{position:relative;overflow:hidden}.img_wrapper img{object-fit:cover;width:100%;height:100%}.search_input{position:relative;border:1px solid #dedede;padding:0 15px;display:flex;min-width:0;min-height:40px}.search_input input{flex-grow:1;padding-right:15px;min-width:0}.search_input input::placeholder{color:#d9d9d9}.search_input .icon{position:absolute;font-size:1.5rem;right:0;top:50%;transform:translateY(-50%) translateX(-10px);color:#d9d9d9}button.filter_button{min-width:40px;height:40px;font-size:2rem}button.filter_button img{transform:scale(.7)}.mt-20{margin-top:20px}.sorting_selection_list{position:relative;display:flex;gap:10px;width:100%;overflow-x:auto;-webkit-overflow-scrolling:"touch";margin-bottom:10px;font-size:small}.sorting_selection_list::-webkit-scrollbar{height:0;display:none}.sorting_selection_list button{background-color:#d9d9d9;color:#8d8d8d;white-space:nowrap;padding:6px 20px}.sorting_selection_list button.active{background-color:var( --secondary-color);color:#fff;white-space:nowrap;padding:6px 20px}.section_margin{margin-top:35px}.section_title{font-size:1.25rem;font-weight:700;color:#484848}.section_title_wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.see_more_link{font-size:small;color:#8d8d8d}.ruby-text{display:ruby-text}.title1{font-weight:600;font-size:60px;line-height:1!important}.subtitle1{font-weight:200!important;font-size:44px}.swiper-slide-thumb-active{border:2px solid #ea964a!important}.swiper-button-next,.swiper-button-prev,.text-orange{color:#ea964a!important}.border-orange-500{border-color:#ea964a!important}.bg-orange,.rt-BaseButton:where(.rt-variant-solid){background:#ea964a!important}.bg-orange-400{--tw-bg-opacity:1;background-color:rgb(232 140 48/var(--tw-bg-opacity,1))!important}.text-navy{color:#22224a}.bg-navy-400,.rt-ProgressIndicator{color:#fff!important;--tw-bg-opacity:1;background-color:rgb(34 34 74/var(--tw-bg-opacity,1))!important}.hover\:bg-navy-500:hover{--tw-bg-opacity:1;background-color:rgb(34 34 74/var(--tw-bg-opacity,1))}.bg-amethyst-900{background-color:rgb(243 244 246/var(--tw-bg-opacity))!important}#homepage{position:relative;margin-top:80px}#homepage .img_wrapper{width:100%}#homepage_heading .font_container{position:absolute;bottom:0;left:0;transform:translateX(15px) translateY(-13px)}#homepage_heading .font_container h1{color:#fff;font-weight:700}#action_header{position:relative;display:flex;justify-content:space-between;margin-top:20px;gap:15px}#action_header .search_input{flex-grow:1}#homepage_heading .category_selection_container{position:relative;margin-top:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}#homepage_heading .category_selection_container .top_content{position:relative;display:flex;justify-content:space-between}#homepage_heading .category_selection_container .category_selection{position:relative;display:flex;flex-direction:column;align-items:center;font-size:12px;text-align:center}#homepage_heading .category_selection_container .category_selection button{width:45px;height:45px;display:flex;justify-content:center;align-items:center}#homepage_heading .category_selection_container .bottom_content button{position:relative;display:flex;justify-content:space-between;align-items:center;background-color:var(--secondary-color);color:#fff;width:100%;height:45px;font-size:.85rem;border-radius:.5rem;padding:0 15px}#homepage #browse_by_state{position:relative;background-color:var(--primary-color);padding:30px 15px}#homepage #browse_by_state .section_title{color:#fff}#homepage #browse_by_state .state_category_container{position:relative;display:flex;flex-direction:column;gap:10px}#homepage #browse_by_state .state_category_container .first_row,#homepage #browse_by_state .state_category_container .second_row,#homepage #browse_by_state .state_category_container .third_row{position:relative;display:flex;gap:10px}#homepage #browse_by_state .state_category_container .state{position:relative;height:150px}#homepage #browse_by_state .state_category_container .state .black{position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.4);color:#fff;display:flex;align-items:flex-end;padding:10px}#homepage_ending{position:relative;padding:30px 0}#homepage_ending .media_container{position:relative;display:flex;flex-direction:column;gap:10px;align-items:center}#homepage_ending .feature{position:relative;display:flex;gap:15px}#homepage_ending .feature .img_wrapper{position:relative;width:75px;max-width:75px}#homepage_ending .feature .img_wrapper img{object-fit:contain;width:auto;height:auto}#homepage_ending .left_content{position:relative;display:flex;align-items:center;justify-content:center}#homepage_ending .right_content{position:relative}#homepage_ending h3{font-size:1.15rem;margin-bottom:5m}#homepage_ending p{background-color:var(--primary-color);color:#fff;padding:15px 15px 40px}#homepage_ending button{padding:8px 20px;transform:translateY(-20px) translateX(15px)}#searchBar .rt-TextFieldRoot,#searchBar button{padding-top:0!important;padding-bottom:0!important;height:42px!important}#searchBar .flex.flex-wrap{display:inline!important}.light,.light-theme,:root{--orange-9:#ea964a}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.light,.light-theme,:root{--orange-9:#ea964a}}}@media only screen and (max-width:460px){.title1{font-size:44px}.subtitle1{font-size:24px}}.responsive-icon-mobile{display:none}@media only screen and (max-width:560px){.responsive-icon-mobile{display:block}.responsible-icon-desktop{display:none}}.ToastViewport{--viewport-padding:25px;position:fixed;bottom:0;right:0;display:flex;flex-direction:column;padding:var(--viewport-padding);gap:10px;width:390px;max-width:100vw;margin:0;list-style:none;z-index:2147483647;outline:none}.ToastRoot{background-color:#fff;border-radius:6px;box-shadow:0 10px 38px -10px rgba(14,18,22,.35),0 10px 20px -15px rgba(14,18,22,.2);padding:15px;display:grid;grid-template-areas:"title action" "description action";grid-template-columns:auto max-content;column-gap:15px;align-items:center}.ToastRoot[data-state=open]{animation:slideIn .15s cubic-bezier(.16,1,.3,1)}.ToastRoot[data-state=closed]{animation:hide .1s ease-in}.ToastRoot[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.ToastRoot[data-swipe=cancel]{transform:translateX(0);transition:transform .2s ease-out}.ToastRoot[data-swipe=end]{animation:swipeOut .1s ease-out}.legal-doc-content>:focus-visible{outline:none}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{transform:translateX(calc(100% + var(--viewport-padding)))}to{transform:translateX(0)}}@keyframes swipeOut{0%{transform:translateX(var(--radix-toast-swipe-end-x))}to{transform:translateX(calc(100% + var(--viewport-padding)))}}.ToastTitle{grid-area:title;margin-bottom:5px;font-weight:500;color:var(--slate-12);font-size:15px}.ToastDescription{grid-area:description;margin:0;color:var(--slate-11);font-size:13px;line-height:1.3}.ToastAction{grid-area:action}.Button{position:relative;background-color:var(--secondary-color);color:#fff;display:flex;justify-content:center;align-items:center}.Button.small{font-size:12px;padding:0 10px;line-height:25px;height:25px}.Button.large{font-size:15px;padding:0 15px;line-height:35px;height:35px}.Button.violet{background-color:#fff;color:var(--violet-11);box-shadow:0 2px 10px var(--black-a7)}.Button.violet:hover{background-color:var(--mauve-3)}.Button.violet:focus{box-shadow:0 0 0 2px #000}.Button.green{background-color:var(--green-2);color:var(--green-11);box-shadow:inset 0 0 0 1px var(--green-7)}.Button.green:hover{box-shadow:inset 0 0 0 1px var(--green-8)}.Button.green:focus{box-shadow:0 0 0 2px var(--green-8)}.new-launch-img{object-fit:cover}#sendEnquiry input::-webkit-inner-spin-button,#sendEnquiry input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#sendEnquiry input[type=number]{-moz-appearance:textfield}.dark-overlay-bottom{-webkit-mask-image:linear-gradient(0deg,transparent,#000 40%)}.dark-overlay-top{-webkit-mask-image:linear-gradient(180deg,transparent,#191b1c 35%)}.swiper{width:100%;height:100%;margin-left:auto;margin-right:auto}#careers .swiper-wrapper{align-items:stretch}#careers .swiper-slide{height:unset;width:unset}.swiper-thumbs .swiper-slide{border:2px solid hsla(0,0%,100%,.5)}.swiper-thumbs .swiper-slide:not(.swiper-slide-thumb-active):before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1;pointer-events:none}.label-banner,.swiper-slide-thumb-active{position:relative}.label-banner{display:inline-block;padding:.5em 2em .5em 1em;background:#e88c30;color:#fff;font-weight:600;border-radius:3px 0 0 3px;min-width:120px}.label-banner:before{content:"";position:absolute;left:-16px;top:0;width:0;height:0;border-top:24px solid transparent;border-bottom:24px solid transparent;border-right:16px solid #e88c30}.label-banner.navy{background:#22224a}.label-banner.navy:before{border-right-color:#22224a}.rt-r-mt-9{margin-top:0!important}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}