.stripe-overlay{width:100%;height:100%;background:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.header{width:100%;background-color:transparent;color:#fff;font-weight:700;text-transform:uppercase;text-align:center;padding:20px 0}.header nav ul{list-style:none;padding:0}.header nav ul li{display:inline;margin-right:20px}.header nav ul li a{color:#fff;text-decoration:none;opacity:0;animation:fadeIn 2s forwards;animation-delay:1s}.main-container{width:100%;height:100dvh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;opacity:0;animation:fadeInContent 2s forwards;animation-delay:1s;margin-top:auto;margin-bottom:auto}.logo{width:auto;opacity:0;animation:fadeIn 2s forwards;animation-delay:1s}.tagline{color:#fff;font-size:2em;margin-top:20px;border-right:.15em solid orange;white-space:nowrap;overflow:hidden;display:inline-block;max-width:0;animation:typing 2s steps(18) forwards,blinkCaret .75s step-end infinite;animation-delay:2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInContent{0%{opacity:0}to{opacity:1}}@keyframes typing{0%{max-width:0}to{max-width:18ch}}@keyframes blinkCaret{0%,to{border-color:transparent}50%{border-color:orange}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
