@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
.HomePage{display:flex;flex-direction:column;position:fixed;left:0;top:0;right:0;bottom:0;font-family:"Poppins",sans-serif}.HomePage .map{flex:1;position:relative;background-color:#f4f4f6}.HomePage .map .info-root{position:absolute;bottom:0;width:100%;display:flex;justify-content:center}.HomePage .map .info-root .info{background:#fff;box-shadow:0px 0px 15px rgba(0,0,0,.1);border-radius:20px 20px 0px 0px;padding:20px 30px;max-width:100%;width:700px}.HomePage .map .info-root .info,.HomePage .map .info-root .info .cell-1{display:flex;flex-direction:column}.HomePage .map .info-root .info .name,.HomePage .map .info-root .info .status{display:inline-block}.HomePage .map .info-root .info .name{font-weight:700;font-size:25px}.HomePage .map .info-root .info .status{font-weight:500;font-size:13px;color:#7a7a7a;margin-top:15px}.HomePage .map .info-root .info .avatar{align-self:flex-end;width:70px;height:70px;border-radius:50%;object-fit:cover;object-position:center}.HomePage .map .info-root .info.loading .name,.HomePage .map .info-root .info.loading .status,.HomePage .map .info-root .info.loading .avatar{background-color:#eeeff2;color:transparent;border:none}.HomePage .map .info-root .info.loading .name{border-radius:6px;width:300px}.HomePage .map .info-root .info.loading .status{border-radius:3px;width:200px}@media(max-width: 767px){.HomePage .map .info-root .info{flex-direction:row;padding:20px 10px}.HomePage .map .info-root .info .cell-1{flex:1}.HomePage .map .info-root .info .name{font-size:20px}.HomePage .map .info-root .info .avatar{width:50px;height:50px}}.HomePage .footer{background-color:#7132cc;padding:30px 24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.HomePage .footer .logo{height:30px}.HomePage .footer .download{display:flex;flex-direction:row;align-items:center}.HomePage .footer .download a.store-link{display:inline-block;margin-right:15px;height:40px}.HomePage .footer .download a.store-link:last-child{margin-right:none}.HomePage .footer .download a.download-link{display:none;padding:5px 10px;border-radius:4px;background-color:#fff;text-decoration:none;font-family:"Poppins",sans-serif;font-weight:500;font-size:14px;color:#7132cc}@media(max-width: 767px){.HomePage .footer{padding:20px 12px}.HomePage .footer .logo{height:20px}.HomePage .footer .download a.store-link{display:none}.HomePage .footer .download a.download-link{display:inline-block}}
