.home-new-page{display:flex;align-items:stretch;width:100%;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;background:var(--home-bg-gradient,linear-gradient(165deg,#001731 0,#0d0d0f 42%,#121212 100%));background-color:var(--home-bg-solid,#060a12);color:#fff;overflow:hidden}.home-new-main-wrap{min-width:0;overflow:hidden}.home-new-main,.home-new-main-wrap{flex:1;height:100%;min-height:0;display:flex;flex-direction:column}.home-new-main{width:100%;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;position:relative}.home-route-transition-host{position:relative;isolation:isolate}.home-main-route,.home-route-transition-host{display:flex;flex-direction:column;flex:1 0 auto;min-height:100%}.home-main-route>*{animation:home-route-enter-fade .26s ease,home-route-enter-move .3s cubic-bezier(.22,1,.36,1)}@keyframes home-route-enter-fade{0%{opacity:0}to{opacity:1}}@keyframes home-route-enter-move{0%{transform:translateY(10px)}to{transform:none}}@media (prefers-reduced-motion:reduce){.home-main-route>*{animation:none}}html.layout-home-new,html.layout-home-new .home-layout-root,html.layout-home-new body{height:100%;overflow:hidden}