.landing-page{display:flex;flex-direction:column;height:100vh;width:100%;margin:0 auto}.landing-page.view-landing{background-color:#FBF8F3;overflow:hidden;position:fixed;overscroll-behavior:none;touch-action:none}.landing-main{flex:1;display:flex;align-items:center;justify-content:center}.landing-page.view-landing .header{position:fixed;top:0;left:0;right:0;background-color:#FBF8F3;border-bottom:1px solid #000;z-index:20}.landing-page.view-landing .app-footer{position:fixed;bottom:0;padding:0 1rem;background-color:#FBF8F3;border-top:1px solid #000;height:60px;min-height:60px;display:flex;align-items:center;z-index:10}.landing-map-section{display:flex;width:100%;height:95%}@media (max-width:1023px){.landing-map-section{display:none}}@media (max-width:768px){.landing-page .header-container{padding:0 .5rem}.landing-main{align-items:flex-start}.landing-page.view-landing .app-footer{padding:0 1rem}}