.home-page{display:flex;position:absolute;inset:0;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.home-content_container{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:var(--z-index_sm);margin-bottom:calc(var(--spacing-2xl) + var(--spacing-xl))}.home-content_isotype{margin-bottom:var(--spacing-lg)}.home-content_headline{margin-bottom:var(--spacing-2xs);letter-spacing:-.2px;color:var(--theme_text)}.home-content_subheadline{margin-bottom:var(--spacing-md);letter-spacing:-.3px;color:var(--theme_text)}.home-content_upsell{color:var(--theme_upsell-text);position:relative;font-weight:var(--font-weight-bold);letter-spacing:.2px}.home-cta-wrapper{display:flex;justify-content:center;gap:var(--spacing-sm);padding:var(--spacing-md)}.home-background{position:absolute;z-index:var(--z-index_xs)}@keyframes home-fade-up{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes home-fade{0%{opacity:0}to{opacity:1}}.home-fade-up{animation:home-fade-up .4s ease-out both}.home-fade-up-delay-1{animation:home-fade-up .4s ease-out .2s both}.home-fade-up-delay-2{animation:home-fade-up .4s ease-out .4s both}.home-fade-final{animation:home-fade 1s ease-out .9s both}.home-footer-note{position:absolute;bottom:0;left:8px;z-index:1000;font-size:12rem;font-style:oblique;color:var(--theme_text-info);animation:home-fade .4s ease-out both}
