@import url(https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200;9..40,700&display=swap);:root{--main-color:#505050;--bg-color:#e6e6e6;--aux-color:#fff;--warn-color:red}body{background-color:#e6e6e6;background-color:var(--bg-color);color:#505050;color:var(--main-color);font-family:DM Sans,Arial Narrow,Helvetica Neue,sans-serif;margin:0;padding:0;text-align:center}header{font-size:2vh}footer{font-size:.8rem}a{color:#505050;color:var(--main-color);text-decoration:none}ul{text-align:left}p{max-width:20em;text-align:justify}input,select,textarea{background-color:#505050;background-color:var(--main-color);border:1px solid rgba(rgb(80,80,80),.5);border:1px solid rgba(var(--main-color),.5);border-radius:.5em;color:#000;font-family:DM Sans;font-size:1rem;font-weight:200;padding:.7em}form{display:flex;flex-direction:column}form>*{margin:.5em}.hidden,.hidden-true,.shown-false{display:none!important}.giftcards{align-content:center;background-color:#e6e6e6;background-color:var(--bg-color);color:#505050;color:var(--main-color);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;margin:0;min-height:100vh;width:100vw}.step{display:block;height:2em;left:0;padding:.5em;position:absolute;top:10vh;width:auto}.screen{align-items:center;background:#e6e6e6;background:var(--bg-color);background:linear-gradient(10deg,#8b008b1a,#ffffff1c 54%,#8b008b2e);display:flex;flex-grow:1;flex-wrap:nowrap;height:auto;overflow-x:auto;width:100%}.screen>.inactive>*{visibility:hidden}.screen>*{display:flex;flex:0 0 auto;flex-direction:column;height:calc(100% - 3px);justify-content:space-between;width:100%}.screen>.active{border-bottom:3px solid #e6e6e6;border-bottom:3px solid var(--bg-color)}.main{align-content:flex-start;flex-direction:column;flex-grow:1;justify-content:center;margin:1em}.main,.navibar{align-items:center;display:flex}.navibar{align-content:center;justify-content:space-between;width:100%}.navibar>*{margin:1em;padding:2em}button.main{flex-grow:2;font-weight:700}button.aux{flex-grow:1;font-weight:400}.brandedGiftCard{aspect-ratio:270/172;background-size:cover;border:1px solid #505050;border:1px solid var(--main-color);border-radius:1em;max-width:270px;width:100%}.preview{box-shadow:0 0 8px #00000080;padding:2em}.none{visibility:hidden}.show{animation:fade-out .5s backwards}.hide{animation:fade-out 2s forwards}@keyframes fade-out{to{opacity:0;visibility:hidden}}.brandedGiftCard p{color:#505050;color:var(--main-color);display:block;font-weight:700;margin:3em 0 -2em;text-align:center}.brandedGiftCard .balance{color:#fff;color:var(--aux-color);display:block;font-size:3rem;font-weight:700;margin-top:1.2em;text-shadow:0 0 .2em #e6e6e6;text-shadow:0 0 .2em var(--bg-color)}:focus{box-shadow:0 0 8px rgba(rgb(230,230,230),.5);box-shadow:0 0 8px rgba(var(--bg-color),.5);outline:#adff2f}
/*# sourceMappingURL=main.26e9fdfe.css.map*/