*,:after,:before{box-sizing:inherit;margin:0;padding:0}html{font-size:62.5%}body{background:#f7f7f7;box-sizing:border-box;color:#000;font-family:NeurialGrotesk,sans-serif;font-size:1.6rem;font-weight:300;line-height:1.6;overflow-x:hidden}button{font-family:inherit}a{text-decoration:none}.header{background:transparent;height:8rem;justify-content:center;position:relative}.header,.header .container{align-items:center;display:flex}.header .container{justify-content:space-between;margin:0 auto;padding:0 2rem;width:1400px}@media(max-width:768px){.header .container{padding:0 2rem;width:100%}.header{height:6rem}}.header .logo{width:120px}@media(max-width:768px){.header .logo{width:100px}}.header .header__mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:18px;justify-content:space-between;padding:0;width:24px}@media(max-width:768px){.header .header__mobile-menu-btn{display:flex}}.header .header__mobile-menu-btn span{background:#101828;border-radius:1px;display:block;height:2px;transition:all .3s ease;width:100%}.header .header__mobile-menu-btn span:first-child{transform-origin:top left}.header .header__mobile-menu-btn span:nth-child(3){transform-origin:bottom left}.header .header__mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(2px,-2px)}.header .header__mobile-menu-btn.active span:nth-child(2){opacity:0;transform:translate(-10px)}.header .header__mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(2px,2px)}.header .header__menu{align-items:center;background:#f7f8fc;border:1px solid #eae9ec;border-radius:50px;display:flex;height:50px;justify-content:center;padding:.4rem;transition:all .3s ease}@media(max-width:768px){.header .header__menu{display:none}}.header .header__menu-item{align-items:center;border-radius:50px;color:#101828;display:flex;font-size:1.4rem;font-weight:300;height:100%;justify-content:center;padding:0 1.5rem;text-decoration:none;transition:all .3s ease}.header .header__menu-item.active{background:#fff;border:1px solid #eae9ec;color:#1615f9;font-weight:300}.header .header__mobile-nav{background:#fff;display:none;height:calc(100vh - 6rem);left:0;overflow-y:auto;position:fixed;top:6rem;transform:translate(-100%);transition:transform .3s ease;width:100%;z-index:9999}@media(max-width:768px){.header .header__mobile-nav{display:block}}.header .header__mobile-nav.active{transform:translate(0)}.header .header__mobile-nav-content{padding:2rem 1.5rem}.header .header__mobile-nav-menu{display:flex;flex-direction:column;gap:0;margin-bottom:3rem}.header .header__mobile-nav-menu-item{border-bottom:1px solid #f0f0f0;color:#101828;font-size:1.6rem;font-weight:400;padding:1.5rem 0;text-decoration:none;transition:all .3s ease}.header .header__mobile-nav-menu-item:last-child{border-bottom:none}.header .header__mobile-nav-menu-item.active{color:#1615f9;font-weight:500}.header .header__mobile-nav-menu-item:hover{color:#1615f9}.header .header__mobile-nav-auth{border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem}.header .header__mobile-nav-auth .login-btn,.header .header__mobile-nav-auth .signup-btn{border:1px solid #eae9ec;border-radius:8px;color:#101828;font-size:1.6rem;font-weight:500;padding:1.2rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.header .header__mobile-nav-auth .login-btn:hover,.header .header__mobile-nav-auth .signup-btn:hover{background:#f7f8fc}.header .header__mobile-nav-auth .signup-btn{background:#1615f9;border-color:#1615f9;color:#fff}.header .header__mobile-nav-auth .signup-btn:hover{background:#0605d6}.header .header__mobile-nav-profile{border-top:1px solid #f0f0f0;padding-top:2rem}.header .header__mobile-nav-profile-info{align-items:center;display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem 0}.header .header__mobile-nav-profile-info-image{border-radius:50%;height:50px;overflow:hidden;width:50px}.header .header__mobile-nav-profile-info-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.header .header__mobile-nav-profile-info-name h5{color:#101828;font-size:1.6rem;font-weight:500;margin-bottom:.5rem;text-transform:capitalize}.header .header__mobile-nav-profile-info-name p{color:#666;font-size:1.4rem}.header .header__mobile-nav-profile-options{display:flex;flex-direction:column;gap:0}.header .header__mobile-nav-profile-options .profile-dropdown__option{align-items:center;background:transparent;border:none;color:#101828;display:flex;font-size:1.6rem;font-weight:400;gap:1.5rem;padding:1.5rem 0;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.header .header__mobile-nav-profile-options .profile-dropdown__option:last-child{border-bottom:none}.header .header__mobile-nav-profile-options .profile-dropdown__option:hover{color:#1615f9}.header .header__actions{align-items:center;display:flex;gap:1.5rem}@media(max-width:768px){.header .header__actions{display:none}}.header__chat-btn,.header__notification-btn{align-items:center;background:#f7f8fc;border:none;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}@media(max-width:768px){.header__chat-btn,.header__notification-btn{height:36px;width:36px}}.header__auth-options{align-items:center;display:flex;gap:1.5rem}@media(max-width:768px){.header__auth-options{display:none}}.header__auth-options .login-btn,.header__auth-options .signup-btn{border:none;color:#101828;font-size:1.4rem;font-weight:300;text-decoration:none;transition:all .3s ease}.profile-dropdown{position:relative}@media(max-width:768px){.profile-dropdown{display:none}}.profile-dropdown__info{align-items:center;cursor:pointer;display:flex;gap:1rem;padding:.5rem}@media(max-width:768px){.profile-dropdown__info{gap:.8rem;padding:.3rem}}.profile-dropdown__info-image{border-radius:50%;height:35px;overflow:hidden;width:35px}@media(max-width:768px){.profile-dropdown__info-image{height:32px;width:32px}}.profile-dropdown__info-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.profile-dropdown__info-name h5{color:#101828;font-size:1.4rem;font-weight:500;text-transform:capitalize}@media(max-width:768px){.profile-dropdown__info-name h5{font-size:1.3rem}}.profile-dropdown__options{background:#fff;border:1px solid #eae9ec;border-radius:10px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;gap:1rem;padding:1rem;position:absolute;right:0;top:110%;transition:all .3s ease;width:200px;z-index:1111}.profile-dropdown__option{align-items:center;background:transparent;border:none;border-radius:5px;color:#101828;display:flex;font-size:1.4rem;font-weight:300;gap:1rem;padding:.5rem;text-decoration:none;transition:all .3s ease}.profile-dropdown__option:hover{background:#f7f8fc}.header__mobile-backdrop{background:#00000080;display:none;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:9998}@media(max-width:768px){.header__mobile-backdrop{display:block}}.header__mobile-backdrop.active{opacity:1;visibility:visible}.header--dark,.header--dark .profile-dropdown__info-name h5{color:#fff}.header--dark .header__mobile-menu-btn span{background:#fff}.header--dark .header__auth-options .login-btn,.header--dark .header__auth-options .signup-btn{color:#fff}.header--dark .header__chat-btn,.header--dark .header__notification-btn{background:#fff3;color:#fff}@media(max-width:480px){.header .container{padding:0 2rem}.header .logo{width:90px}.header .header__mobile-nav-content{padding:1.5rem 1rem}.header .header__mobile-nav-menu-item{font-size:1.5rem;padding:1.2rem 0}.header .header__mobile-nav-auth .login-btn,.header .header__mobile-nav-auth .signup-btn{font-size:1.5rem;padding:1rem 1.5rem}.header .header__mobile-nav-profile-info{padding:1.2rem 0}.header .header__mobile-nav-profile-info-image{height:45px;width:45px}.header .header__mobile-nav-profile-info-name h5{font-size:1.5rem}.header .header__mobile-nav-profile-options .profile-dropdown__option{font-size:1.5rem;padding:1.2rem 0}}.hero-section{background:linear-gradient(180deg,#cbdcfc 50%,#f7f7f7)}.hero{padding:15rem 0}@media(max-width:768px){.hero{align-items:center;background-position:50%;display:flex;min-height:70vh;padding:8rem 0 6rem}}@media(max-width:480px){.hero{min-height:60vh;padding:6rem 0 4rem}}.hero .container{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;width:700px}@media(max-width:768px){.hero .container{max-width:600px;padding:0 2rem;width:100%}}@media(max-width:480px){.hero .container{max-width:100%;padding:0 1.5rem}}.hero__content{margin-bottom:5rem}@media(max-width:768px){.hero__content{margin-bottom:3rem}}@media(max-width:480px){.hero__content{margin-bottom:2.5rem}}.hero__title{color:#fff;font-size:6rem;font-weight:500;line-height:1.2;text-align:center}@media(max-width:768px){.hero__title{font-size:4rem;line-height:1.3;margin:0 auto;max-width:90%}}@media(max-width:480px){.hero__title{font-size:3rem;line-height:1.4;max-width:100%}}@media(max-width:360px){.hero__title{font-size:2.5rem}}.hero__shortcut{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:5rem}@media(max-width:768px){.hero__shortcut{gap:.8rem;margin-bottom:5rem}}.hero__shortcut-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffb3;border:1px solid transparent;border-radius:50px;color:#121212;display:flex;font-size:1.4rem;font-weight:400;gap:.8rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.hero__shortcut-item:hover{background-color:#fff;border-color:#1615f9;box-shadow:0 4px 15px #00000014;color:#1615f9;transform:translateY(-2px)}@media(max-width:768px){.hero__shortcut-item{font-size:1.3rem;gap:.6rem;padding:.8rem 1.5rem}}.hero__form{align-items:stretch;background:#fff;border:1px solid #eae9ec;border-radius:50px;box-shadow:0 4px 20px #0000001a;display:flex;gap:0;justify-content:space-between;padding:.5rem;width:100%}@media(max-width:768px){.hero__form{border-radius:20px;box-shadow:0 8px 30px #00000026;flex-direction:column;gap:1rem;padding:2rem}.hero__form .hero__button,.hero__form .hero__input,.hero__form .hero__select{width:100%}}@media(max-width:480px){.hero__form{border-radius:16px;gap:1.2rem;padding:1.5rem}}.hero__input{background:transparent;border:none;border-radius:25px 0 0 25px;color:#101828;flex:1;font-family:inherit;font-size:1.6rem;font-weight:300;min-width:0;outline:none;padding:1.2rem 1.5rem}@media(max-width:768px){.hero__input{background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;font-size:1.6rem;padding:1.4rem 1.5rem;transition:all .3s ease}.hero__input:focus{background:#fff;border-color:#1615f9;box-shadow:0 0 0 3px #1615f91a}}@media(max-width:480px){.hero__input{font-size:1.5rem;padding:1.2rem 1.3rem}}.hero__input::-moz-placeholder{color:#9ca3af}.hero__input::placeholder{color:#9ca3af}@media(max-width:768px){.hero__input::-moz-placeholder{color:#6b7280}.hero__input::placeholder{color:#6b7280}}.hero__input:focus{background:#1615f90d;outline:none}@media(max-width:768px){.hero__input:focus{background:#fff}}.hero__select{background:transparent;border:none;border-left:1px solid #eae9ec;color:#101828;cursor:pointer;flex:1;font-family:inherit;font-size:1.6rem;font-weight:300;margin-right:1rem;min-width:0;outline:none;padding:1.2rem 1.5rem}@media(max-width:768px){.hero__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fafafa;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;border:1px solid #f0f0f0;border-radius:12px;font-size:1.6rem;margin-right:0;padding:1.4rem 3rem 1.4rem 1.5rem;transition:all .3s ease}.hero__select:focus{background-color:#fff;border-color:#1615f9;box-shadow:0 0 0 3px #1615f91a}}@media(max-width:480px){.hero__select{font-size:1.5rem;padding:1.2rem 3rem 1.2rem 1.3rem}}.hero__select:focus{background:#1615f90d;outline:none}@media(max-width:768px){.hero__select:focus{background-color:#fff}}.hero__select option{background:#fff;color:#101828;padding:1rem}@media(max-width:768px){.hero__select option{font-size:1.6rem}}.hero__button{background:#1615f9;border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:inherit;font-size:1.6rem;font-weight:500;min-width:0;outline:none;padding:1.2rem 1.5rem;transition:all .3s ease;width:120px}@media(max-width:768px){.hero__button{background:#1615f9;border-radius:12px;box-shadow:0 4px 12px #1615f94d;font-size:1.6rem;font-weight:500;padding:1.4rem 2rem;transition:all .3s ease;width:100%}.hero__button:hover{background:#0706ee;box-shadow:0 6px 16px #1615f966;transform:translateY(-1px)}.hero__button:active{box-shadow:0 2px 8px #1615f94d;transform:translateY(0)}}@media(max-width:480px){.hero__button{font-size:1.5rem;padding:1.2rem 1.5rem}}.hero__button:active{transform:translateY(0)}.hero__button:focus{background:#0d0cf5;outline:none}@media(max-width:768px){.hero__button:focus{box-shadow:0 0 0 3px #1615f94d}}@media(min-width:769px){.hero__button:hover{background:#0706ee}}.property__grid{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}@media(max-width:1200px){.property__grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.property__grid{gap:1.2rem;grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.property__grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}.property__card{background:#fff;border:1px solid transparent;border-radius:10px;color:#101828;overflow:hidden;padding:.4rem;transition:all .3s ease}@media(max-width:768px){.property__card{border-radius:12px;padding:.3rem}}@media(max-width:480px){.property__card{border-radius:16px;box-shadow:0 2px 8px #00000014;padding:.5rem}}.property__card:hover{border-color:#1615f933;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.property__card .image{height:200px;-o-object-fit:cover;object-fit:cover;position:relative;width:100%}@media(max-width:768px){.property__card .image{height:180px}}@media(max-width:480px){.property__card .image{height:160px}}.property__card .image img{border-radius:.6rem .6rem 0 0;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:768px){.property__card .image img{border-radius:8px 8px 0 0}}@media(max-width:480px){.property__card .image img{border-radius:12px 12px 0 0}}.property__card .content{padding:1rem}@media(max-width:768px){.property__card .content{padding:.8rem}}@media(max-width:480px){.property__card .content{padding:1.2rem}}.property__card .content h5{color:#101828;font-size:1.5rem;font-weight:400;line-height:1.2;margin-bottom:.5rem}@media(max-width:768px){.property__card .content h5{font-size:1.4rem}}@media(max-width:480px){.property__card .content h5{font-size:1.6rem;font-weight:500;line-height:1.3;margin-bottom:.8rem}}.property__card .content .location{align-items:center;display:flex;gap:.5rem;margin-bottom:.8rem}@media(max-width:480px){.property__card .content .location{margin-bottom:1rem}}.property__card .content .location span{color:#667085;font-size:1.2rem;font-weight:300}@media(max-width:480px){.property__card .content .location span{font-size:1.3rem}}.property__card .content .info{align-items:center;border-top:1px solid #eae9ec;display:flex;justify-content:space-between;padding-top:1rem}@media(max-width:480px){.property__card .content .info{align-items:flex-start;flex-direction:column;gap:.8rem;padding-top:1.2rem}}.property__card .content .info .price span{font-size:1.4rem;font-weight:500}@media(max-width:480px){.property__card .content .info .price span{font-size:1.6rem;font-weight:500}}.property__card .content .info .status{align-items:center;display:flex;gap:.5rem;justify-content:center}@media(max-width:480px){.property__card .content .info .status{align-self:flex-end}}.property__card .content .info .status span{font-size:1.2rem;font-weight:300}@media(max-width:480px){.property__card .content .info .status span{font-size:1.3rem}}.how-vavila-help__title{color:#101828;font-size:3rem;font-weight:500;margin-bottom:4rem;text-align:center}@media(max-width:768px){.how-vavila-help__title{font-size:2.4rem;margin-bottom:3rem}}@media(max-width:480px){.how-vavila-help__title{font-size:2rem;margin-bottom:2rem}}.how-vavila-help__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(5,1fr);margin-bottom:5rem}@media(max-width:1024px){.how-vavila-help__grid{gap:1.2rem;grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.how-vavila-help__grid{gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:3rem}}@media(max-width:480px){.how-vavila-help__grid{gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}}.how-vavila-help__item{align-items:center;background:#fff;background:#fe764e;border-radius:1rem;color:#101828;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:280px;overflow:hidden;padding:2rem;text-decoration:none;transition:all .3s ease}@media(max-width:768px){.how-vavila-help__item{border-radius:12px;min-height:240px;padding:1.5rem}}@media(max-width:480px){.how-vavila-help__item{flex-direction:column;gap:1.5rem;min-height:200px;padding:2rem 1.5rem;text-align:left}}.how-vavila-help__item:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.how-vavila-help__item .content{padding-bottom:2rem;text-align:center}@media(max-width:480px){.how-vavila-help__item .content{flex:1;padding-bottom:0;text-align:left}}.how-vavila-help__item .content h5{color:#101828;font-size:1.6rem;font-weight:500;padding-bottom:.5rem}@media(max-width:768px){.how-vavila-help__item .content h5{font-size:1.5rem}}@media(max-width:480px){.how-vavila-help__item .content h5{font-size:1.4rem;margin-bottom:.5rem}}.how-vavila-help__item .content p{color:#101828;font-size:1.2rem;font-weight:300;line-height:1.4}@media(max-width:768px){.how-vavila-help__item .content p{font-size:1.1rem;line-height:1.5}}@media(max-width:480px){.how-vavila-help__item .content p{font-size:1rem;line-height:1.4}}.how-vavila-help__item .image{align-items:center;background:#f1f1f1;border-radius:50%;display:flex;flex-shrink:0;height:100px;justify-content:center;margin-top:2rem;width:100px}@media(max-width:768px){.how-vavila-help__item .image{height:80px;margin-top:1rem;width:80px}}@media(max-width:480px){.how-vavila-help__item .image{height:60px;margin-top:0;width:60px}}.how-vavila-help__item .image svg{color:v-bind(textColor);opacity:.5;stroke-width:1.5}@media(max-width:768px){.how-vavila-help__item .image svg{height:36px;width:36px}}@media(max-width:480px){.how-vavila-help__item .image svg{height:28px;width:28px}}.property-filter{align-items:center;background:#fff;border-bottom:1px solid #eae9ec;display:flex;gap:1rem;height:5.5rem;justify-content:space-between;margin-bottom:5rem}@media(max-width:768px){.property-filter{height:auto;margin-bottom:3rem;padding:2rem 0}}@media(max-width:480px){.property-filter{margin-bottom:2rem;padding:1.5rem 0}}.property-filter__form{align-items:center;display:flex;gap:3rem;justify-content:space-between;margin:0 auto;width:1280px}@media(max-width:1320px){.property-filter__form{padding:0 2rem;width:100%}}@media(max-width:768px){.property-filter__form{flex-direction:column;gap:1.5rem;padding:0 1.5rem}}@media(max-width:480px){.property-filter__form{gap:1.2rem;padding:0 1rem}}.property-filter__form .search{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;display:flex;flex:1;gap:1rem;justify-content:center;padding:0 1.5rem;transition:all .3s ease}@media(max-width:768px){.property-filter__form .search{border-radius:16px;padding:1rem 1.5rem;width:100%}}@media(max-width:480px){.property-filter__form .search{padding:.8rem 1.2rem}}.property-filter__form .search:focus-within{border-color:#1615f9;box-shadow:0 0 0 3px #1615f91a}.property-filter__form .search input{background:transparent;border:none;color:#101828;flex:1;font-family:inherit;font-size:1.4rem;font-weight:300;outline:none;padding:1rem 0}@media(max-width:768px){.property-filter__form .search input{font-size:1.5rem;padding:.5rem 0}}@media(max-width:480px){.property-filter__form .search input{font-size:1.4rem}}.property-filter__form .search input::-moz-placeholder{color:#6c757d}.property-filter__form .search input::placeholder{color:#6c757d}.property-filter__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8f9fa;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;border:1px solid #e9ecef;border-radius:12px;color:#101828;cursor:pointer;flex:1;font-family:inherit;font-size:1.4rem;font-weight:300;outline:none;padding:1rem 3rem 1rem 1.5rem;transition:all .3s ease}@media(max-width:768px){.property-filter__select{border-radius:16px;font-size:1.5rem;padding:1rem 3rem 1rem 1.5rem;width:100%}}@media(max-width:480px){.property-filter__select{font-size:1.4rem;padding:.8rem 3rem .8rem 1.2rem}}.property-filter__select:focus{border-color:#1615f9;box-shadow:0 0 0 3px #1615f91a}.property-filter__select option{background:#fff;color:#101828;padding:1rem}.property-filter .search-btn{background:#1615f9;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:500;min-width:120px;padding:1rem 2rem;transition:all .3s ease}@media(max-width:768px){.property-filter .search-btn{border-radius:16px;font-size:1.5rem;font-weight:600;padding:1rem 2rem;width:100%}}@media(max-width:480px){.property-filter .search-btn{font-size:1.4rem;padding:.8rem 1.5rem}}.property-filter .search-btn:hover{background:#0706ee;box-shadow:0 4px 12px #1615f94d;transform:translateY(-1px)}.property-filter .search-btn:active{transform:translateY(0)}.state-filter{align-items:center;background:#fff;border-bottom:1px solid #eae9ec;display:flex;gap:1rem;height:5.5rem;justify-content:space-between;margin-bottom:5rem}@media(max-width:768px){.state-filter{height:auto;margin-bottom:3rem;padding:2rem 0}}@media(max-width:480px){.state-filter{margin-bottom:2rem;padding:1.5rem 0}}.state-filter__form{align-items:center;display:flex;gap:1.5rem;justify-content:flex-start;margin:0 auto;width:1280px}@media(max-width:1320px){.state-filter__form{padding:0 2rem;width:100%}}@media(max-width:768px){.state-filter__form{flex-direction:column;gap:1.5rem;padding:0 1.5rem}}@media(max-width:480px){.state-filter__form{gap:1.2rem;padding:0 1rem}}.state-filter__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8f9fa;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;border:1px solid #e9ecef;border-radius:12px;color:#101828;cursor:pointer;flex:1;font-family:inherit;font-size:1.4rem;font-weight:300;max-width:300px;outline:none;padding:1rem 3rem 1rem 1.5rem;transition:all .3s ease}@media(max-width:768px){.state-filter__select{border-radius:16px;font-size:1.5rem;max-width:100%;padding:1rem 3rem 1rem 1.5rem;width:100%}}@media(max-width:480px){.state-filter__select{font-size:1.4rem;padding:.8rem 3rem .8rem 1.2rem}}.state-filter__select:focus{border-color:#1615f9;box-shadow:0 0 0 3px #1615f91a}.state-filter__select option{background:#fff;color:#101828;padding:1rem}.state-filter .filter-btn{background:#1615f9;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:500;min-width:120px;padding:1rem 2rem;transition:all .3s ease}@media(max-width:768px){.state-filter .filter-btn{border-radius:16px;font-size:1.5rem;font-weight:600;padding:1rem 2rem;width:100%}}@media(max-width:480px){.state-filter .filter-btn{font-size:1.4rem;padding:.8rem 1.5rem}}.state-filter .filter-btn:hover{background:#0706ee;box-shadow:0 4px 12px #1615f94d;transform:translateY(-1px)}.state-filter .filter-btn:active{transform:translateY(0)}.state-filter .clear-btn{background:transparent;border:1px solid #e9ecef;border-radius:12px;color:#6c757d;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:500;min-width:100px;padding:1rem 2rem;transition:all .3s ease}@media(max-width:768px){.state-filter .clear-btn{border-radius:16px;font-size:1.5rem;font-weight:600;padding:1rem 2rem;width:100%}}@media(max-width:480px){.state-filter .clear-btn{font-size:1.4rem;padding:.8rem 1.5rem}}.state-filter .clear-btn:hover{background:#f8f9fa;border-color:#1615f9;color:#1615f9;transform:translateY(-1px)}.state-filter .clear-btn:active{transform:translateY(0)}.search-btn{padding:1rem 3rem}.primary-btn,.search-btn{background:#1615f9;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:300;outline:none;transition:all .3s ease}.primary-btn{align-items:center;display:flex;gap:1rem;justify-content:center;padding:1rem 2rem}.primary-btn:disabled{cursor:not-allowed;opacity:.5}.secondary-btn{background:transparent;border:1px solid #1615f9;border-radius:5px;color:#1615f9;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:300;outline:none;padding:1rem 2rem;transition:all .3s ease}.secondary-btn:disabled{cursor:not-allowed;opacity:.5}.secondary-btn-full{align-items:center;background:transparent;border:1px solid #1615f9;border-radius:5px;color:#1615f9;cursor:pointer;display:flex;font-family:inherit;font-size:1.4rem;font-weight:300;gap:1rem;justify-content:center;outline:none;padding:1rem 2rem;transition:all .3s ease;width:100%}.secondary-btn-full:disabled{cursor:not-allowed;opacity:.5}.primary-btn-full{align-items:center;background:#1615f9;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1.4rem;font-weight:300;gap:1rem;justify-content:center;outline:none;padding:1.5rem 2rem;transition:all .3s ease;width:100%}.primary-btn-full:disabled{cursor:not-allowed;opacity:.5}.cancel-btn-full{background:#feebed;border:none;border-radius:5px;color:#f83446;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:300;outline:none;padding:1.5rem 2rem;transition:all .3s ease;width:100%}.cancel-btn-full:disabled{cursor:not-allowed;opacity:.5}.download-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:100px;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:12px;transition:all .2s ease}.danger-btn{background:#f83446;border:none;border-radius:5px;color:#feebed;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:300;outline:none;padding:1.5rem 2rem;transition:all .3s ease}.danger-btn:disabled{cursor:not-allowed;opacity:.5}.pagination{margin:5rem auto}.pagination,.pagination__item{align-items:center;display:flex;gap:1rem;justify-content:center}.pagination__item{border:1px solid #eae9ec;border-radius:5px;color:#101828;font-size:1.4rem;font-weight:300;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.pagination__item:hover{color:#1615f9}.pagination__item.active{border-color:#1615f9;color:#1615f9}@media(max-width:768px){.pagination{flex-wrap:wrap;gap:.5rem;margin:3rem auto 5rem}.pagination__item{font-size:1.2rem;padding:.8rem 1.5rem}}@media(max-width:480px){.pagination{flex-wrap:wrap;gap:.5rem;margin:3rem auto 5rem}.pagination__item{font-size:1.2rem;padding:.8rem 1.5rem}}@media(max-width:768px){.pagination-info{margin-bottom:5rem}}@media(max-width:480px){.pagination-info{margin-bottom:5rem}}.property-type{background:#eda833;border-radius:.8rem;color:#fdf4e6;font-size:1.2rem;font-weight:300;left:1rem;padding:.1rem 1rem;position:absolute;text-transform:capitalize;top:1rem;z-index:10}.breadcrumb{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.breadcrumb a{color:#667085;font-size:1.4rem;font-weight:300}.breadcrumb span{color:#667085}.breadcrumb span:last-of-type{color:#101828}.contact-card{background:#fff;border-radius:10px;height:-moz-fit-content;height:fit-content;padding:2rem}.contact-card .profile{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.contact-card .profile img{height:50px;width:50px}.contact-card .profile .name{display:flex;flex-direction:column}.contact-card .profile .name h5{color:#101828;font-size:1.6rem;font-weight:500}.contact-card .profile .name span{color:#667085;font-size:1.2rem;font-weight:300}.contact-card .details{display:flex;flex-direction:column;gap:1rem}.contact-card .details button{align-items:center;background:transparent;border:1px solid #eae9ec;border-radius:10px;cursor:pointer;display:flex;gap:1rem;justify-content:center;padding:1.5rem;transition:all .3s ease;width:100%}.contact-card .details button.chat{background:#101828;border:none;color:#fff}.contact-card .details button.call{background:#ebf5ff;border:none;color:#0070f3}.contact-card .details button.whatsapp{background:#e6f8f0;border:none;color:#1ad03f}.form-group{margin-bottom:2rem}.form-group label{color:#101828;display:block;font-size:1.4rem;font-weight:400;margin-bottom:.7rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #eae9ec;border-radius:8px;font-family:inherit;font-size:1.4rem;font-weight:300;height:50px;padding:1rem 1.2rem;width:100%}.form-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:2rem;cursor:pointer;padding-right:3rem}.form-group textarea{height:120px;resize:none}.form-group .checkbox-group{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.form-group .checkbox-group{grid-template-columns:repeat(1,1fr)}}.form-group .checkbox-item{align-items:center;display:flex;gap:1rem}.form-group .checkbox-item input{border:1px solid #eae9ec;border-radius:4px;height:20px;width:20px}.form-group .checkbox-item label{font-size:1.4rem;margin-bottom:0}.form-group .forgot-password{align-items:flex-end;color:#1615f9;display:flex;font-size:1.4rem;font-weight:300;justify-content:flex-end;padding-top:.5rem}.co-rent__card{background:#fff;border:1px solid transparent;border-radius:10px;color:#101828;display:block;overflow:hidden;padding:.4rem;text-decoration:none;transition:all .3s ease}@media(max-width:768px){.co-rent__card{padding:0}}@media(max-width:480px){.co-rent__card{padding:0}}.co-rent__card .content{padding:1rem}.co-rent__card .content h5{color:#101828;font-size:1.8rem;font-weight:400;line-height:1.2;margin-bottom:1rem}.co-rent__card .content .location{align-items:center;display:flex;gap:.5rem;margin-bottom:.8rem}.co-rent__card .content .location span{color:#667085;font-size:1.2rem;font-weight:300}.co-rent__card .content .price{border-top:1px solid #eae9ec;padding-top:1rem}.co-rent__card .content .price span{color:#009a51;font-size:1.4rem;font-weight:500}.co-rent__card .content .gender span{color:#667085;font-size:1.2rem;font-weight:300}.image-upload-container .upload-area{align-items:center;border:2px dashed #d1d5db;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;height:17rem;justify-content:center;padding:1.5rem;text-align:center;transition:border-color .2s}.image-upload-container .upload-area:hover{border-color:#9ca3af}.image-upload-container .upload-area p{color:#6b7280}.image-upload-container .upload-area .upload-instruction{font-size:1.3rem}.image-upload-container .upload-area .upload-limit{color:#1615f9;font-size:1.2rem}.image-upload-container .upload-area .upload-status{color:#3b82f6;font-size:1.4rem;font-weight:500;margin-top:.8rem}.image-upload-container .preview-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-top:1rem}@media(min-width:640px){.image-upload-container .preview-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.image-upload-container .preview-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.image-upload-container .preview-grid{grid-template-columns:repeat(5,1fr)}}.image-upload-container .preview-grid .preview-item{position:relative}.image-upload-container .preview-grid .preview-item img{border-radius:.5rem;height:8rem;-o-object-fit:cover;object-fit:cover;width:100%}.image-upload-container .preview-grid .preview-item .remove-btn{align-items:center;background-color:#ef4444;border:none;border-radius:9999px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.75rem;font-size:1rem;height:2rem;justify-content:center;line-height:1;padding:.25rem;position:absolute;right:.25rem;top:.25rem;width:2rem}.image-upload-container .preview-grid .preview-item .remove-btn:hover{background-color:#dc2626}.image-upload-container .preview-grid .preview-item .remove-btn:disabled{cursor:not-allowed;opacity:.5}.image-upload-container .preview-grid .preview-item .error-overlay,.image-upload-container .preview-grid .preview-item .upload-overlay{align-items:center;background:#000000b3;border-radius:.5rem;color:#fff;display:flex;font-size:1.4rem;font-weight:500;justify-content:center;inset:0;position:absolute}.image-upload-container .preview-grid .preview-item .error-overlay{background:#ef4444e6}.enquiry-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:2rem;margin-bottom:1rem;padding:1rem}.enquiry-card__img{border-radius:8px;flex-shrink:0;height:120px;overflow:hidden;width:120px}.enquiry-card__img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.enquiry-card__details{flex-grow:1}.enquiry-card__details h4{font-size:1.6rem;font-weight:500;margin-bottom:.25rem}.enquiry-card__details-location{color:#64748b;font-size:1.2rem;font-weight:300;margin-bottom:.5rem}.enquiry-card__details-name{color:#334155;font-size:1.2rem;font-weight:300;margin-bottom:1rem}.enquiry-card__details-name span{font-weight:500}.enquiry-card__actions{display:flex;gap:.5rem}.enquiry-card__actions .btn{flex-grow:1;padding-bottom:.75rem;padding-top:.75rem}.call-btn{background:#ebf5ff;color:#0070f3}.call-btn,.chat-btn{border:none;border-radius:5px;cursor:pointer;font-family:inherit;font-size:1.4rem;font-weight:300;outline:none;padding:1rem 2rem;transition:all .3s ease}.chat-btn{background:#e6f8f0;color:#1ad03f}.bottom-tab{display:none}@media(max-width:768px){.bottom-tab{background-color:#fff;border-top:1px solid #eee;bottom:0;display:flex;height:80px;justify-content:space-between;left:0;padding:0 20px;position:fixed;width:100%;z-index:1000}.bottom-tab .bottom-tab-item{align-items:center;color:#a9b1c1;display:flex;flex-direction:column;padding-top:8px;position:relative;text-decoration:none;width:70px}.bottom-tab .bottom-tab-item.active{color:#1615f9}.bottom-tab .bottom-tab-item .bottom-tab-item-text{color:#a9b1c1;font-size:14px;line-height:20px;margin-top:2px}.bottom-tab .bottom-tab-item .bottom-tab-item-text.active{color:#1615f9}.bottom-tab .active-indicator{background-color:#1615f9;border-top-left-radius:10.5px;border-top-right-radius:10.5px;height:3px;left:0;position:absolute;top:0;width:70px}}.our-story__container{margin:6.5rem auto;max-width:90%;width:1280px}.our-story__container .title{margin-bottom:4rem}.our-story__container .title p{color:#101828;font-size:3.2rem;font-weight:300}.our-story__container .title h4{color:#101828;font-size:3.2rem;font-weight:500;padding-bottom:1.5rem}.our-story__container .content{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.our-story__container .content .item{background:#fff;border-radius:10px;padding:5rem}.our-story__container .content .item h3{color:#101828;font-size:2.2rem;font-weight:500;padding-bottom:.6rem}.our-story__container .content .item p{color:#667085;font-size:1.6rem;font-weight:300}.our-story__container .content .item img{height:50px;margin-bottom:1.6rem;-o-object-fit:cover;object-fit:cover;width:50px}@media(max-width:768px){.our-story__container{margin:4rem auto}.our-story__container .title h4,.our-story__container .title p{font-size:2.8rem}.our-story__container .content{grid-template-columns:1fr}.our-story__container .content .item{padding:3rem}.our-story__container .content .item h3{font-size:2rem}}.why-vavila{background:#fff;padding:8rem 0}.why-vavila__container{margin:6.5rem auto;max-width:90%;width:1280px}.why-vavila__container .title{align-items:center;display:flex;justify-content:space-between;margin-bottom:6rem}.why-vavila__container .title h4{color:#101828;font-size:3.2rem;font-weight:500;padding-bottom:1.5rem}@media(max-width:768px){.why-vavila__container .title h4{font-size:2.8rem}}@media(max-width:480px){.why-vavila__container .title h4{font-size:2.4rem}}.why-vavila__container .title p{color:#667085;font-size:2rem;font-weight:300;line-height:1.2;max-width:100%;width:500px}@media(max-width:768px){.why-vavila__container .title p{font-size:1.8rem}}@media(max-width:480px){.why-vavila__container .title p{font-size:1.6rem}}.why-vavila__container .grid{display:grid;gap:5rem;grid-template-columns:1fr 1fr}.why-vavila__container .content{display:flex;flex-direction:column;gap:1.2rem}.why-vavila__container .content .item{padding:2rem}.why-vavila__container .content .item p{color:#667085;font-size:1.6rem;font-weight:300;line-height:26px}.why-vavila__container .content .item.active{background:#ededff;border-radius:10px}.why-vavila__container .content .item.active p{color:#0c0c89}.why-vavila__container .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:768px){.why-vavila{padding:4rem 0}.why-vavila__container{margin:4rem auto}.why-vavila__container .title{align-items:flex-start;flex-direction:column;gap:2rem}.why-vavila__container .title h4{font-size:2.8rem}.why-vavila__container .title p{width:100%}.why-vavila__container .grid{display:block}}.our-client{background:#fff;padding:4rem 0}.our-client__container{margin:6.5rem auto;max-width:90%;width:1280px}.our-client__container .title{align-items:center;display:flex;justify-content:space-between;margin-bottom:4rem}.our-client__container .title h4{color:#101828;font-size:3.2rem;font-weight:500;max-width:100%;padding-bottom:1.5rem;width:300px}@media(max-width:768px){.our-client__container .title h4{font-size:2.8rem}}@media(max-width:480px){.our-client__container .title h4{font-size:2.4rem}}.our-client__container .title p{color:#667085;font-size:2rem;font-weight:300;line-height:1.2;max-width:100%;width:500px}@media(max-width:768px){.our-client__container .title p{font-size:1.8rem}}@media(max-width:480px){.our-client__container .title p{font-size:1.6rem}}.our-client__container .grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.our-client__container .grid .item{background:#f5f5f5;border-radius:10px;padding:2rem}.our-client__container .grid .item p{color:#101828;font-size:1.6rem;font-weight:300;line-height:26px}.our-client__container .grid .item .profile{align-items:center;display:flex;gap:1rem;margin-top:5rem}.our-client__container .grid .item .profile .image{border-radius:50%;height:50px;width:50px}.our-client__container .grid .item .profile .name h5{color:#101828;font-size:1.6rem;font-weight:500}.our-client__container .grid .item .profile p{color:#667085;font-size:1.4rem;font-weight:300}@media(max-width:768px){.our-client{padding:4rem 0}.our-client__container{margin:4rem auto}.our-client__container .title{align-items:flex-start;flex-direction:column;gap:2rem}.our-client__container .title h4{font-size:2.8rem;width:100%}.our-client__container .title p{width:100%}.our-client__container .grid{grid-template-columns:1fr}}.footer{background:#1a1a1a;padding:8rem 0}.footer__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:90%;width:1280px}.footer__container .left{display:flex;flex-direction:column}.footer__container .left p{margin-bottom:6.7rem;margin-top:4rem;max-width:100%;width:480px}.footer__container .left .disclaimer,.footer__container .left p{color:#fff;font-size:1.6rem;font-weight:300;line-height:1.5}.footer__container .right{align-items:center;align-items:flex-start;display:flex;gap:10rem;justify-content:space-between}.footer__container .right .links{display:flex;flex-direction:column;gap:1rem}.footer__container .right .links h5{color:#ffffff82;font-size:1.6rem;font-weight:300;line-height:1.5;margin-bottom:2rem}@media(max-width:768px){.footer__container .right .links h5{font-size:1.8rem}}@media(max-width:480px){.footer__container .right .links h5{font-size:1.6rem}}.footer__container .right .links .link{color:#fff;font-size:1.6rem;font-weight:300;line-height:1.5;margin-bottom:1rem}@media(max-width:768px){.footer__container .right .links .link{font-size:1.8rem}}@media(max-width:480px){.footer__container .right .links .link{font-size:1.6rem}}@media(max-width:768px){.footer{padding:4rem 0}.footer__container{align-items:flex-start;flex-direction:column;gap:4rem}.footer__container .left p{margin-bottom:3rem;margin-top:2rem;width:100%}.footer__container .right{flex-direction:column;gap:3rem}}.home-features{background:#fff;padding:8rem 0}.home-features__container{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:90%;width:1280px}@media(max-width:768px){.home-features__container{gap:2rem;grid-template-columns:1fr}}.home-features__container .item{background:#f7f7f7;border-radius:32px;padding:5rem 8rem 0}@media(max-width:768px){.home-features__container .item{padding:3rem 4rem 0}}.home-features__container .item h3{color:#101828;font-size:2.6rem;padding-bottom:1.2rem}@media(max-width:768px){.home-features__container .item h3{font-size:2.2rem}}.home-features__container .item p{color:#667085;font-size:1.8rem;line-height:26px;padding-bottom:2rem}@media(max-width:768px){.home-features__container .item p{font-size:1.6rem}}.home-features__container .item .image{height:100%;position:relative}.home-features__container .item .image img{width:100%}.section{margin-bottom:5rem;margin-top:10rem}@media(max-width:768px){.section{margin-bottom:4rem;margin-top:6rem}}@media(max-width:480px){.section{margin-bottom:3rem;margin-top:4rem}}.section .container{margin:0 auto;width:1280px}@media(max-width:1320px){.section .container{padding:0 2rem;width:100%}}@media(max-width:768px){.section .container{padding:0 2.5rem}}@media(max-width:480px){.section .container{padding:0 2.5rem}}.section__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:3rem}@media(max-width:768px){.section__header{align-items:flex-start;flex-direction:column;gap:1rem;margin-bottom:2rem}}@media(max-width:480px){.section__header{margin-bottom:1.5rem}}.section__title{color:#101828;font-size:3rem;font-weight:500}@media(max-width:768px){.section__title{font-size:2.4rem}}@media(max-width:480px){.section__title{font-size:2rem}}.section__view-all{color:#101828;font-size:1.6rem;font-weight:300;text-decoration:none;transition:color .3s ease}@media(max-width:768px){.section__view-all{align-self:flex-end;font-size:1.5rem}}@media(max-width:480px){.section__view-all{font-size:1.4rem}}.section__view-all:hover{color:#1615f9}.section__page .container{margin:0 auto;padding-bottom:5rem;width:1280px}@media(max-width:1320px){.section__page .container{padding:0 2rem 5rem;width:100%}}@media(max-width:768px){.section__page .container{padding:0 2rem 5rem}}@media(max-width:480px){.section__page .container{padding:0 2rem 5rem}}.property__details{margin:5rem auto;width:1280px}@media(max-width:1320px){.property__details{margin:3rem auto;padding:0 2rem;width:100%}}@media(max-width:768px){.property__details{margin:2rem auto;padding:0 2rem}}@media(max-width:480px){.property__details{margin:1rem auto;padding:0 2rem}}.property__details__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:3rem}@media(max-width:768px){.property__details__header{align-items:flex-start;flex-direction:column;gap:1.5rem;margin-bottom:2rem}}@media(max-width:480px){.property__details__header{gap:1rem;margin-bottom:1.5rem}}@media(max-width:768px){.property__details__header .breadcrumb{font-size:1.3rem}}@media(max-width:480px){.property__details__header .breadcrumb{font-size:1.2rem}}.property__details__header .options{align-items:center;display:flex;gap:2rem}@media(max-width:768px){.property__details__header .options{gap:1rem;justify-content:space-between;width:100%}}@media(max-width:480px){.property__details__header .options{flex-direction:column;gap:.8rem}}.property__details__header .options button{background:none;border:1px solid #e5e7eb;border-radius:8px;color:#101828;cursor:pointer;display:flex;font-size:1.4rem;font-weight:300;gap:1rem;padding:.8rem 1.2rem;text-decoration:none;transition:all .3s ease}@media(max-width:768px){.property__details__header .options button{font-size:1.3rem;padding:.7rem 1rem}}@media(max-width:480px){.property__details__header .options button{font-size:1.4rem;justify-content:center;padding:1rem;width:100%}}.property__details__header .options button:hover{background:#1615f90d;border-color:#1615f933;color:#1615f9}.property__details__content{margin-top:3rem}@media(max-width:768px){.property__details__content{margin-top:2rem}}@media(max-width:480px){.property__details__content{margin-top:1.5rem}}.property__details__content__name-price{align-items:center;border-bottom:1px solid #eae9ec;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:2rem}@media(max-width:768px){.property__details__content__name-price{align-items:flex-start;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem}}@media(max-width:480px){.property__details__content__name-price{gap:1rem;margin-bottom:2.5rem;padding-bottom:1rem}}@media(max-width:768px){.property__details__content__name-price .left{width:100%}}.property__details__content__name-price .left .property-name{color:#101828;font-size:3rem;font-weight:500;line-height:1.2;margin-bottom:.5rem}@media(max-width:768px){.property__details__content__name-price .left .property-name{font-size:2.4rem;line-height:1.3}}@media(max-width:480px){.property__details__content__name-price .left .property-name{font-size:2rem;line-height:1.4}}.property__details__content__name-price .left .location{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}@media(max-width:480px){.property__details__content__name-price .left .location{margin-bottom:.5rem}}.property__details__content__name-price .left .location span{color:#667085;font-size:1.6rem;font-weight:300;line-height:1.2}@media(max-width:768px){.property__details__content__name-price .left .location span{font-size:1.4rem}}@media(max-width:480px){.property__details__content__name-price .left .location span{font-size:1.3rem}}@media(max-width:768px){.property__details__content__name-price .price{align-items:center;display:flex;justify-content:space-between;width:100%}}@media(max-width:480px){.property__details__content__name-price .price{align-items:flex-start;flex-direction:column;gap:.5rem}}.property__details__content__name-price .price .price-value{color:#101828;font-size:2.4rem;font-weight:500;line-height:1.2}@media(max-width:768px){.property__details__content__name-price .price .price-value{font-size:2rem}}@media(max-width:480px){.property__details__content__name-price .price .price-value{font-size:1.8rem;font-weight:600}}.property__details__content__name-price .price .price-type{color:#667085;font-size:2rem;font-weight:300;line-height:1.2}@media(max-width:768px){.property__details__content__name-price .price .price-type{font-size:1.6rem}}@media(max-width:480px){.property__details__content__name-price .price .price-type{font-size:1.4rem}}.property__details__content__name-price .price .agent-status{align-items:center;display:flex;gap:.5rem;justify-content:flex-end}@media(max-width:768px){.property__details__content__name-price .price .agent-status{justify-content:flex-start}}@media(max-width:480px){.property__details__content__name-price .price .agent-status{margin-top:.5rem}}.property__details__content__name-price .price .agent-status span{font-size:1.6rem;font-weight:300}@media(max-width:768px){.property__details__content__name-price .price .agent-status span{font-size:1.4rem}}@media(max-width:480px){.property__details__content__name-price .price .agent-status span{font-size:1.3rem}}.property__details__content__name-price .price .agent-status img{border-radius:50%;height:20px;-o-object-fit:cover;object-fit:cover;width:20px}@media(max-width:480px){.property__details__content__name-price .price .agent-status img{height:18px;width:18px}}.property__details__grid{display:grid;gap:5rem;grid-template-columns:2fr 1fr}@media(max-width:768px){.property__details__grid{gap:2rem;grid-template-columns:1fr}}@media(max-width:480px){.property__details__grid{gap:1.5rem}}@media(max-width:768px){.property__details__grid .details{order:2}}@media(max-width:480px){.property__details__grid .details{order:2}}.property__details__grid .details__card{background:#fff;border:1px solid #f0f0f0;border-radius:1.6rem;box-shadow:0 2px 8px #0000000f;margin-bottom:2rem}@media(max-width:768px){.property__details__grid .details__card{border-radius:16px;margin-bottom:1.5rem}}@media(max-width:480px){.property__details__grid .details__card{border-radius:12px;margin-bottom:1rem}}.property__details__grid .details__card__head{border-bottom:1px solid #eae9ec;margin-bottom:1rem}@media(max-width:480px){.property__details__grid .details__card__head{margin-bottom:.8rem}}.property__details__grid .details__card__head h5{color:#101828;font-size:1.6rem;font-weight:500;padding:1.5rem 2rem}@media(max-width:768px){.property__details__grid .details__card__head h5{font-size:1.5rem;padding:1.2rem 1.5rem}}@media(max-width:480px){.property__details__grid .details__card__head h5{font-size:1.4rem;padding:1rem 1.2rem}}.property__details__grid .details__card__body{padding:1.5rem 2rem}@media(max-width:768px){.property__details__grid .details__card__body{padding:1.2rem 1.5rem}}@media(max-width:480px){.property__details__grid .details__card__body{padding:1rem 1.2rem}}.property__details__grid .details__card__body p{color:#101828;font-size:1.4rem;font-weight:300;line-height:1.6}@media(max-width:768px){.property__details__grid .details__card__body p{font-size:1.3rem}}@media(max-width:480px){.property__details__grid .details__card__body p{font-size:1.2rem;line-height:1.7}}.property__details__grid .details__card__body .list-item{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.2rem;padding:.5rem 0}@media(max-width:768px){.property__details__grid .details__card__body .list-item{margin-bottom:1rem;padding:.4rem 0}}@media(max-width:480px){.property__details__grid .details__card__body .list-item{align-items:flex-start;border-bottom:1px solid #f5f5f5;flex-direction:column;gap:.3rem;margin-bottom:.8rem;padding:.6rem 0}.property__details__grid .details__card__body .list-item:last-child{border-bottom:none}}.property__details__grid .details__card__body .list-item .label{color:#101828;font-size:1.6rem;font-weight:300}@media(max-width:768px){.property__details__grid .details__card__body .list-item .label{font-size:1.4rem}}@media(max-width:480px){.property__details__grid .details__card__body .list-item .label{color:#667085;font-size:1.2rem;font-weight:400}}.property__details__grid .details__card__body .list-item .value{color:#101828;font-size:1.6rem;font-weight:500;text-align:right}@media(max-width:768px){.property__details__grid .details__card__body .list-item .value{font-size:1.4rem}}@media(max-width:480px){.property__details__grid .details__card__body .list-item .value{font-size:1.3rem;font-weight:500;text-align:left}}.property__details__gallery{display:grid;gap:1rem;grid-template-areas:"main main sub1 sub2" "main main sub3 sub4";grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,250px);margin-bottom:3rem}.property__details__gallery .main-image{grid-area:main}.property__details__gallery .sub-image-1{grid-area:sub1}.property__details__gallery .sub-image-2{grid-area:sub2}.property__details__gallery .sub-image-3{grid-area:sub3}.property__details__gallery .sub-image-4{grid-area:sub4}.property__details__gallery.gallery-4{grid-template-areas:"main sub1" "main sub2";grid-template-columns:2fr 1fr;grid-template-rows:repeat(2,220px)}.property__details__gallery.gallery-4 .sub-image-3{display:none}.property__details__gallery.gallery-3{grid-template-areas:"main sub1" "main sub2";grid-template-columns:2fr 1fr;grid-template-rows:repeat(2,200px)}.property__details__gallery.gallery-2{grid-template-areas:"main sub1";grid-template-columns:1fr 1fr;grid-template-rows:300px}.property__details__gallery.gallery-1{grid-template-areas:"main";grid-template-columns:1fr;grid-template-rows:400px}@media(max-width:768px){.property__details__gallery{gap:.75rem}.property__details__gallery.gallery-5{grid-template-areas:"main main" "sub1 sub2" "sub3 sub4";grid-template-columns:1fr 1fr;grid-template-rows:200px 150px 150px}.property__details__gallery.gallery-4{grid-template-areas:"main sub1" "sub2 sub3";grid-template-columns:1fr 1fr;grid-template-rows:200px 150px}}@media(max-width:480px){.property__details__gallery{grid-template-areas:"main"!important;grid-template-columns:1fr!important;grid-template-rows:250px!important}.property__details__gallery .sub-image{display:none!important}}.property__details__gallery>div{height:100%;overflow:hidden;position:relative;width:100%}.property__details__gallery>div img{border-radius:20px;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}@media(max-width:768px){.property__details__gallery>div img{border-radius:16px}}@media(max-width:480px){.property__details__gallery>div img{border-radius:12px}}.auth-section{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;padding:10rem 0}.auth-section .auth-card{max-width:500px;padding:2rem;width:100%}.auth-section .auth-card .auth-header{margin-bottom:2rem;text-align:center}.auth-section .auth-card .auth-header .logo{margin-bottom:1rem}.auth-section .auth-card .auth-header .logo img{height:40px}.auth-section .auth-card .auth-header h1{color:#101828;font-size:2rem;font-weight:500}.auth-section .auth-card .auth-header p{color:#667085;font-size:1.3rem}.auth-section .auth-card .form-group{margin-bottom:1.5rem}.auth-section .auth-card .form-group label{color:#101828;display:block;font-size:1.4rem;font-weight:400;margin-bottom:.7rem}.auth-section .auth-card .form-group input{border:1px solid #eae9ec;border-radius:8px;font-family:inherit;font-size:1.4rem;font-weight:300;height:50px;padding:1rem 1.2rem;width:100%}.auth-section .auth-card .form-group input:focus{border-color:#1615f9;box-shadow:0 0 0 2px #abaafd;outline:none}.auth-section .auth-card .btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1.4rem;font-weight:400;gap:.5rem;height:50px;justify-content:center;padding:1rem 1.2rem;text-align:center;transition:background .3s ease;width:100%}.auth-section .auth-card .btn-primary{background:#1615f9;color:#fff}.auth-section .auth-card .btn-primary:hover{background:#0605d6}.auth-section .auth-card .btn-google{background:#fff;border:1px solid #eae9ec;color:#101828}.auth-section .auth-card .btn-google img{height:20px}.auth-section .auth-card .btn-google:hover{background:#f2f2f2}.auth-section .auth-card .divider{color:#667085;font-size:.9rem;margin:1.5rem 0;position:relative;text-align:center}.auth-section .auth-card .divider:after,.auth-section .auth-card .divider:before{background:#eae9ec;content:"";height:1px;position:absolute;top:50%;width:calc(50% - 20px)}.auth-section .auth-card .divider:before{left:0}.auth-section .auth-card .divider:after{right:0}.auth-section .auth-card .auth-footer{margin-top:1rem;text-align:center}.auth-section .auth-card .auth-footer p{color:#667085;font-size:1.2rem}.auth-section .auth-card .auth-footer p a{color:#1615f9;font-weight:300;text-decoration:none}.auth-section .auth-card .auth-footer p a:hover{text-decoration:underline}.page__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:3rem}@media(max-width:768px){.page__header{align-items:flex-start;flex-direction:column;gap:1.5rem}}.page__header .content h3{color:#101828;font-size:2.2rem;font-weight:500;line-height:1.2;margin-bottom:.5rem}.page__header .content p{color:#667085;font-size:1.4rem;font-weight:300;line-height:1.2}.page__header .actions{align-items:center;display:flex;gap:1.5rem}.dashboard{margin:5rem auto;max-width:90%;width:800px}.dashboard__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.dashboard__header h3{color:#101828;font-size:2rem;font-weight:500;line-height:1.2;margin-bottom:.5rem}.dashboard__analytics{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.dashboard__analytics__item{border-radius:20px;padding:2rem}.dashboard__analytics__item:first-child{background:#e7f8fc}.dashboard__analytics__item:first-child h4,.dashboard__analytics__item:first-child p{color:#007f9d}.dashboard__analytics__item:nth-child(2){background:#faf2ff}.dashboard__analytics__item:nth-child(2) h4,.dashboard__analytics__item:nth-child(2) p{color:#20013a}.dashboard__analytics__item:nth-child(3){background:#fff9e7}.dashboard__analytics__item:nth-child(3) h4,.dashboard__analytics__item:nth-child(3) p{color:#817f4b}.dashboard__analytics__item:nth-child(4){background:#fff}.dashboard__analytics__item:nth-child(4) h4,.dashboard__analytics__item:nth-child(4) p{color:#101828}.dashboard__analytics__item p{font-size:1.4rem;font-weight:300;line-height:1.2;padding-bottom:1.8rem}.dashboard__analytics__item h4{font-size:2rem;font-weight:500}.dashboard__stats{background:#fff;border-radius:2rem;margin-bottom:5rem;margin-top:5rem;padding:2rem}.dashboard__stats__title{color:#101828;font-size:1.6rem;font-weight:400;line-height:1.2;margin-bottom:2.5rem}.dashboard__stats__grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.dashboard__stats__item{background:#fff;border-radius:20px;padding:2rem}.dashboard__stats__item .head{align-items:center;display:flex;gap:1rem;padding-bottom:1.8rem}.dashboard__stats__item .head h4{color:#101828;font-size:2rem;font-weight:500;line-height:1.2}.dashboard__stats__item p{color:#667085;font-size:1.4rem;font-weight:300;line-height:1.2;text-transform:capitalize}.dashboard__property__tab{align-items:center;border-bottom:1px solid #eae9ec;display:flex;gap:2rem;margin-bottom:2rem}.dashboard__property__tab a{color:#101828;cursor:pointer;font-size:1.4rem;font-weight:300;line-height:1.2;padding:1.5rem;text-decoration:none;transition:all .3s ease}.dashboard__property__tab a:hover{color:#1615f9}.dashboard__property__tab a.active{border-bottom:2px solid #1615f9;color:#1615f9}.dashboard__property__list{display:flex;flex-direction:column;gap:2rem}.dashboard__property__list .item{align-items:center;background:#fff;border-radius:20px;display:flex;gap:2rem;padding:1.3rem}.dashboard__property__list .item__image{border-radius:10px;height:100px;overflow:hidden;width:130px}.dashboard__property__list .item__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dashboard__property__list .item .content{flex:1}.dashboard__property__list .item .content h3{color:#101828;font-size:1.6rem;font-weight:500}.dashboard__property__list .item .location{align-items:center;display:flex;gap:.5rem}.dashboard__property__list .item .location span{color:#667085;font-size:1.2rem;font-weight:300}.dashboard__property__list .item .price{color:#101828;font-size:1.4rem;font-weight:500}.profile-details{align-items:center;display:flex;flex-direction:column;margin-bottom:5rem}.profile-details__image{margin-bottom:1rem}.profile-details__image img{border-radius:50%;height:100px;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100px}.profile-details__info{margin-bottom:1rem}.profile-details__info h3{color:#101828;font-size:2rem;font-weight:500;line-height:1.2;text-transform:capitalize}.profile-details .plan{align-items:center;display:flex;gap:1rem}.profile-details .plan img{height:20px;-o-object-fit:cover;object-fit:cover;width:20px}.profile-details .plan span{color:#101828;font-size:1.4rem;font-weight:300;line-height:1.2}.account__options .item{align-items:center;background:#fff;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:2rem;padding:3rem}@media(max-width:768px){.account__options .item{padding:2rem}}.account__options .item .left{align-items:center;display:flex;gap:1rem}.account__options .item .left span{color:#101828;font-size:1.4rem;font-weight:300}.wallet-page .balance-card{background-color:#1615f9;border-radius:16px;color:#fff;margin-bottom:30px;padding:24px}.wallet-page .balance-card .balance-label{font-size:14px;margin-bottom:8px;opacity:.8}.wallet-page .balance-card .balance-amount{font-size:36px;font-weight:800;margin-bottom:24px}@media(max-width:768px){.wallet-page .balance-card .balance-amount{font-size:30px;font-weight:500}}.wallet-page .balance-card .actions-row{display:flex;gap:16px}.wallet-page .balance-card .actions-row .btn{border:none;border-radius:12px;cursor:pointer;flex:1;font-size:14px;font-weight:400;padding:14px;transition:background-color .3s ease}.wallet-page .balance-card .actions-row .btn-fund{background-color:#fff;color:#1615f9}.wallet-page .balance-card .actions-row .btn-fund:hover{background-color:#f0f0f0}.wallet-page .balance-card .actions-row .btn-withdraw{background-color:transparent;border:1px solid #fff;color:#fff}.wallet-page .balance-card .actions-row .btn-withdraw:hover{background-color:#ffffff1a}.wallet-page .section-header{margin-bottom:16px}.wallet-page .section-header .section-title{color:#101828;font-size:20px;font-weight:500}.wallet-page .txn-list-container{background-color:#fff;border:1px solid #eae9ec;border-radius:8px;padding:8px 0}.wallet-page .txn-list-container .txn-row{align-items:center;border-bottom:1px solid #f0f2f5;display:flex;gap:16px;padding:16px}.wallet-page .txn-list-container .txn-row:last-child{border-bottom:none}.wallet-page .txn-list-container .txn-icon{align-items:center;border-radius:50%;display:flex;font-size:20px;height:40px;justify-content:center;width:40px}@media(max-width:768px){.wallet-page .txn-list-container .txn-icon{font-size:16px;height:30px;width:30px}}.wallet-page .txn-list-container .txn-icon.credit{background-color:#ecfdf3;color:#039855}.wallet-page .txn-list-container .txn-icon.debit{background-color:#fef3f2;color:#d92d20}.wallet-page .txn-list-container .txn-middle{flex:1}.wallet-page .txn-list-container .txn-title{color:#101828;font-size:16px;font-weight:500;margin-bottom:4px}@media(max-width:768px){.wallet-page .txn-list-container .txn-title{font-size:14px;font-weight:500}}.wallet-page .txn-list-container .txn-meta{color:#667085;font-size:14px}@media(max-width:768px){.wallet-page .txn-list-container .txn-meta{font-size:12px}}.wallet-page .txn-list-container .txn-amount{font-size:16px;font-weight:400}@media(max-width:768px){.wallet-page .txn-list-container .txn-amount{font-size:14px}}.wallet-page .txn-list-container .txn-amount.credit-amount{color:#039855}.wallet-page .txn-list-container .txn-amount.debit-amount{color:#f04438}.wallet-page .txn-list-container .empty-container,.wallet-page .txn-list-container .loading-container{color:#667085;padding:40px;text-align:center}.landing__page{background:#fff}.landing__page-hero{background:url(../img/page-header-bg.png) no-repeat 50%;background-size:cover;height:700px}.landing__page-hero .content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:90%;padding-top:170px;width:700px}.landing__page-hero .content h1{color:#fff;font-size:6rem;font-weight:600;line-height:1.2;margin-bottom:2rem;text-align:center}@media(max-width:768px){.landing__page-hero .content h1{font-size:3rem}}@media(max-width:480px){.landing__page-hero .content h1{font-size:2rem}}.landing__page-hero .content p{color:#fff;font-size:2rem;font-weight:300;line-height:1.2;margin-bottom:2rem;text-align:center}@media(max-width:768px){.landing__page-hero .content p{font-size:1.4rem}}@media(max-width:480px){.landing__page-hero .content p{font-size:1.2rem}}.landing__page-hero .content .actions{align-items:center;display:flex;gap:1rem}@media(max-width:768px){.landing__page-hero .content .actions{flex-direction:column;gap:1.5rem}}.landing__page-hero .content .download-app{background:#fff;border-radius:10px;color:#101828;padding:1rem 2rem}@media(max-width:768px){.landing__page-hero .content .download-app{max-width:300px;padding:1.2rem 2.5rem;text-align:center;width:100%}}@media(max-width:480px){.landing__page-hero .content .download-app{max-width:250px;padding:1rem 2rem}}.landing__page-hero .content .send-message{background:#1615f9;border-radius:10px;color:#fff;padding:1rem 2rem}@media(max-width:768px){.landing__page-hero .content .send-message{max-width:300px;padding:1.2rem 2.5rem;text-align:center;width:100%}}@media(max-width:480px){.landing__page-hero .content .send-message{max-width:250px;padding:1rem 2rem}}.landing__page-hero .content .download-app:hover,.landing__page-hero .content .send-message:hover{background:#1615f9;color:#fff}.landing__page-content{margin:0 auto;max-width:90%;padding:8rem 0;width:957px}@media(max-width:1024px){.landing__page-content{padding:6rem 0}}@media(max-width:768px){.landing__page-content{max-width:95%;padding:4rem 0}}@media(max-width:480px){.landing__page-content{max-width:95%;padding:3rem 0}}.landing__page-content .head{margin-bottom:6rem;text-align:center}@media(max-width:768px){.landing__page-content .head{margin-bottom:4rem}}@media(max-width:480px){.landing__page-content .head{margin-bottom:3rem}}.landing__page-content .head h2{color:#101828;font-size:2.6rem;font-weight:500;padding-bottom:2rem}@media(max-width:768px){.landing__page-content .head h2{font-size:2.2rem;padding-bottom:1.5rem}}@media(max-width:480px){.landing__page-content .head h2{font-size:1.8rem;padding-bottom:1rem}}.landing__page-content .head span{color:#667085;display:block;font-size:1.4rem;font-weight:300;line-height:1.2;padding-bottom:2rem}@media(max-width:768px){.landing__page-content .head span{font-size:1.2rem;padding-bottom:1.5rem}}@media(max-width:480px){.landing__page-content .head span{font-size:1.1rem;padding-bottom:1rem}}.landing__page-content .head p{color:#101828;font-size:1.8rem;font-weight:300;line-height:26px;text-align:center}@media(max-width:768px){.landing__page-content .head p{font-size:1.6rem;line-height:24px}}@media(max-width:480px){.landing__page-content .head p{font-size:1.4rem;line-height:22px}}.landing__page-content .content section{margin-bottom:4rem}@media(max-width:768px){.landing__page-content .content section{margin-bottom:3rem}}@media(max-width:480px){.landing__page-content .content section{margin-bottom:2.5rem}}.landing__page-content .content section h2{color:#101828;font-size:2.6rem;font-weight:500;padding-bottom:2rem}@media(max-width:768px){.landing__page-content .content section h2{font-size:2.2rem;padding-bottom:1.5rem}}@media(max-width:480px){.landing__page-content .content section h2{font-size:1.8rem;padding-bottom:1rem}}.landing__page-content .content section h3{color:#101828;font-size:2rem;font-weight:500;padding-bottom:1rem}@media(max-width:768px){.landing__page-content .content section h3{font-size:1.8rem;padding-bottom:.8rem}}@media(max-width:480px){.landing__page-content .content section h3{font-size:1.6rem;padding-bottom:.6rem}}.landing__page-content .content section strong{font-weight:500}.landing__page-content .content section p{color:#101828;font-size:1.8rem;font-weight:300;line-height:26px;padding-bottom:2rem}@media(max-width:768px){.landing__page-content .content section p{font-size:1.6rem;line-height:24px;padding-bottom:1.5rem}}@media(max-width:480px){.landing__page-content .content section p{font-size:1.4rem;line-height:22px;padding-bottom:1.2rem}}.landing__page-content .content section ol{list-style:decimal;padding-left:2rem}@media(max-width:480px){.landing__page-content .content section ol{padding-left:1.5rem}}.landing__page-content .content section ul{list-style:disc;padding-left:2rem}@media(max-width:480px){.landing__page-content .content section ul{padding-left:1.5rem}}.contact-us{background:#fff}.contact-us__grid{display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:90%;padding:10.6rem 0;width:1200px}@media(max-width:768px){.contact-us__grid{gap:2rem;grid-template-columns:1fr}}@media(max-width:480px){.contact-us__grid{padding:5rem 0}}.contact-us__grid .information{background:#f7f7f7;border-radius:3.2rem;padding:6rem}@media(max-width:768px){.contact-us__grid .information{padding:4rem}}@media(max-width:480px){.contact-us__grid .information{padding:3rem}}.contact-us__grid .information h4{color:#101828;font-size:2.6rem;padding-bottom:.8rem}@media(max-width:768px){.contact-us__grid .information h4{font-size:2.2rem}}@media(max-width:480px){.contact-us__grid .information h4{font-size:1.8rem}}.contact-us__grid .information h5{color:#101828;font-size:2rem;padding-bottom:1.2rem}@media(max-width:768px){.contact-us__grid .information h5{font-size:1.8rem}}@media(max-width:480px){.contact-us__grid .information h5{font-size:1.6rem}}.contact-us__grid .information p{color:#667085;font-size:1.6rem;padding-bottom:4rem}.contact-us__grid .form{border-radius:3.2rem;padding:6rem}@media(max-width:768px){.contact-us__grid .form{padding:4rem}}@media(max-width:480px){.contact-us__grid .form{padding:3rem}}.contact-us__grid .form h4{color:#101828;font-size:2.6rem;padding-bottom:.8rem}@media(max-width:768px){.contact-us__grid .form h4{font-size:2.2rem}}@media(max-width:480px){.contact-us__grid .form h4{font-size:1.8rem}}.contact-us__grid .form p{color:#667085;padding-bottom:4rem}@media(max-width:768px){.contact-us__grid .form p{padding-bottom:3rem}}@media(max-width:480px){.contact-us__grid .form p{padding-bottom:2rem}}.contact-us__grid .form p{font-size:1.6rem}.contact-us__grid .form .form-box{padding-bottom:2rem}@media(max-width:768px){.contact-us__grid .form .form-box{padding-bottom:1.5rem}}@media(max-width:480px){.contact-us__grid .form .form-box{padding-bottom:1rem}}.contact-us__grid .form .form-box label{color:#667085;display:block;font-size:1.4rem;padding-bottom:1.2rem}.contact-us__grid .form .form-box input{height:50px}.contact-us__grid .form .form-box input,.contact-us__grid .form .form-box textarea{background:#f7f7f7;border:none;border-radius:.8rem;color:#667085;font-size:1.4rem;font-weight:300;outline:none;padding:1rem 1.2rem;width:100%}.contact-us__grid .form .form-box textarea{height:120px;resize:none}@font-face{font-family:NeurialGrotesk;font-weight:200;src:url(./NeurialGrotesk-Light.q24LkRka.otf)}@font-face{font-family:NeurialGrotesk;font-weight:300;src:url(./NeurialGrotesk-Regular.CbvJHtn2.otf)}@font-face{font-family:NeurialGrotesk;font-weight:400;src:url(./NeurialGrotesk-Medium.DD3eGXkz.otf)}@font-face{font-family:NeurialGrotesk;font-weight:500;src:url(./NeurialGrotesk-Bold.C6lItwVP.otf)}@font-face{font-family:NeurialGrotesk;font-weight:600;src:url(./NeurialGrotesk-Extrabold.GSYKbUoK.otf)}: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:#ffffffb3;--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-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom: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{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-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--default{background:var(--toastify-color-progress-colored)}.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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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(0)}to{transform:rotate(1turn)}}.phone-modal-container[data-v-aa68d401]{align-items:center;display:flex;justify-content:center;inset:0;padding:2rem;position:fixed;z-index:9999}.phone-modal-backdrop[data-v-aa68d401]{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#101828b3;inset:0;position:absolute}.phone-modal[data-v-aa68d401]{animation:modalSlideUp-aa68d401 .4s cubic-bezier(.16,1,.3,1) forwards;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;max-width:420px;overflow:hidden;position:relative;width:100%;z-index:1}.phone-modal__accent[data-v-aa68d401]{background:linear-gradient(90deg,#1615f9,#6366f1,#818cf8);height:5px}.phone-modal__content[data-v-aa68d401]{padding:3rem 2.5rem 2.5rem}.phone-modal__icon-wrapper[data-v-aa68d401]{display:flex;justify-content:center;margin-bottom:2rem}.phone-modal__icon[data-v-aa68d401]{align-items:center;background:linear-gradient(135deg,#eef0ff,#e0e2ff);border-radius:16px;color:#1615f9;display:flex;height:60px;justify-content:center;width:60px}.phone-modal__header[data-v-aa68d401]{margin-bottom:2.5rem;text-align:center}.phone-modal__header h3[data-v-aa68d401]{color:#101828;font-size:2rem;font-weight:700;line-height:1.3;margin:0 0 .8rem}.phone-modal__header p[data-v-aa68d401]{color:#667085;font-size:1.4rem;line-height:1.6;margin:0}.phone-modal__form[data-v-aa68d401]{display:flex;flex-direction:column;gap:1.5rem}.phone-modal__input-group label[data-v-aa68d401]{color:#344054;display:block;font-size:1.4rem;font-weight:500;margin-bottom:.8rem}.phone-modal__input-wrapper[data-v-aa68d401]{align-items:stretch;border:1.5px solid #d0d5dd;border-radius:10px;display:flex;overflow:hidden;transition:all .2s ease}.phone-modal__input-wrapper[data-v-aa68d401]:focus-within{border-color:#1615f9;box-shadow:0 0 0 3px #1615f91a}.phone-modal__prefix[data-v-aa68d401]{align-items:center;background:#f9fafb;border-right:1.5px solid #d0d5dd;color:#344054;display:flex;font-size:1.4rem;font-weight:500;gap:.5rem;padding:0 1.2rem;white-space:nowrap}.phone-modal__prefix svg[data-v-aa68d401]{color:#667085}.phone-modal__input-wrapper input[data-v-aa68d401]{background:#fff;border:none;color:#101828;flex:1;font-family:inherit;font-size:1.6rem;outline:none;padding:1.4rem 1.5rem}.phone-modal__input-wrapper input[data-v-aa68d401]::-moz-placeholder{color:#98a2b3}.phone-modal__input-wrapper input[data-v-aa68d401]::placeholder{color:#98a2b3}.phone-modal__error[data-v-aa68d401]{align-items:center;background:#fef3f2;border:1px solid #fecdca;border-radius:8px;color:#d92d20;display:flex;font-size:1.3rem;gap:.6rem;padding:1rem 1.2rem}.phone-modal__error svg[data-v-aa68d401]{flex-shrink:0}.phone-modal__submit[data-v-aa68d401]{align-items:center;background:#1615f9;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1.6rem;font-weight:600;gap:.8rem;justify-content:center;margin-top:.5rem;padding:1.5rem 2rem;transition:all .2s ease;width:100%}.phone-modal__submit[data-v-aa68d401]:hover:not(:disabled){background:#1210d6;box-shadow:0 4px 12px #1615f94d;transform:translateY(-1px)}.phone-modal__submit[data-v-aa68d401]:active:not(:disabled){transform:translateY(0)}.phone-modal__submit[data-v-aa68d401]:disabled{cursor:not-allowed;opacity:.5}.phone-modal__spinner[data-v-aa68d401]{animation:spin-aa68d401 .6s linear infinite;border:2px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#fff;height:18px;width:18px}.modal-enter-active[data-v-aa68d401]{transition:opacity .3s ease}.modal-enter-active .phone-modal[data-v-aa68d401]{animation:modalSlideUp-aa68d401 .4s cubic-bezier(.16,1,.3,1) forwards}.modal-leave-active[data-v-aa68d401]{transition:opacity .2s ease}.modal-leave-active .phone-modal[data-v-aa68d401]{animation:modalSlideDown-aa68d401 .2s ease forwards}.modal-enter-from[data-v-aa68d401],.modal-leave-to[data-v-aa68d401]{opacity:0}@keyframes modalSlideUp-aa68d401{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modalSlideDown-aa68d401{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(30px) scale(.95)}}@keyframes spin-aa68d401{to{transform:rotate(1turn)}}@media(max-width:480px){.phone-modal-container[data-v-aa68d401]{align-items:flex-end;padding:0}.phone-modal[data-v-aa68d401]{border-radius:20px 20px 0 0;max-width:100%}.phone-modal__content[data-v-aa68d401]{padding:2.5rem 2rem 3rem}}
