html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}ul,ol{padding:0}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0}ul{list-style:none}img{max-width:100%}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}button{cursor:pointer;color:inherit}html{font-family:"monospace",sans-serif;font-size:16px;font-style:normal;line-height:20px;height:100%}body{height:100%;font-family:Lato,sans-serif;display:flex;flex-direction:column}.main{background-color:#fff;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem}.main--vouchers{flex:1;display:flex;flex-direction:column;align-items:center;padding:1.5rem;background-color:var(--bg-color)}.vouchers{display:flex;flex-wrap:wrap;gap:24px;max-width:768px;width:100%;margin-bottom:24px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:none;justify-content:center;align-items:center;z-index:1000}.modal-overlay.active{display:flex}.modal{background:#fff;border-radius:12px;padding:24px;max-width:312px;width:100%;box-shadow:0 8px 24px #0003;position:relative;animation:fadeInScale .25s ease}@media (min-width: 456px){.modal{max-width:354px}}.modal__close{position:absolute;top:12px;right:12px;border:none;background:transparent;font-size:24px;line-height:1;cursor:pointer;color:#666;transition:color .2s ease}.header{display:flex;justify-content:space-between;background-color:#fff;padding:1rem 1.5rem;border-bottom:1px solid #eee}.header__logo--left{max-height:56px;width:100%;max-width:112px;-o-object-fit:contain;object-fit:contain}.header__logo--right{max-height:40px;width:100%;max-width:80px;-o-object-fit:contain;object-fit:contain}.sign-up{background-color:#fff;padding:1.5rem;border-radius:16px;margin-bottom:24px;max-width:768px;width:100%}.sign-up__inner{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #eee}.sign-up__title{margin-bottom:12px}.sign-up__text{font-size:14px;line-height:20px}.sign-up__form{margin-top:16px;display:flex;flex-direction:column}.sign-up__form-wrapper{display:flex;margin-bottom:8px}.sign-up__input{flex:1 1 0;width:100%;min-width:140px;max-width:100%;box-sizing:border-box;padding:12px 16px;background-color:#eee;border:1px solid #EEEEEE;border-radius:8px 0 0 8px;font-size:16px;outline:none;transition:border-color .3s}.sign-up__input:focus{border-color:var(--bg-btn)}.sign-up__btn{flex:0 0 auto;background-color:var(--bg-btn);color:var(--text-color-btn);border:none;border-radius:0 8px 8px 0;padding:12px 16px;font-size:16px;font-weight:600;cursor:pointer}.sign-up__btn[disabled]{opacity:.6;cursor:not-allowed;position:relative;pointer-events:none}.sign-up .sign-up__btn[disabled]:after{content:"";width:15px;height:15px;border:2px solid #0a0a0a;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite;position:absolute;left:-30px;top:50%;transform:translateY(-50%)}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}.bp-signup-msg{font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center}.bp-signup-msg svg{margin-right:6px}.footer{background-color:#fff;padding:40px 24px;display:flex;justify-content:center;align-items:center;border-top:1px solid #eee}.footer__inner{width:100%;max-width:280px}.footer__logo{display:flex;align-items:center;height:56px;justify-content:space-around;margin-bottom:32px}.footer__logo-left,.footer__logo-right{max-height:56px;width:100%;max-width:112px;-o-object-fit:contain;object-fit:contain}.footer__logo-separator{width:1px;height:100%;background-color:#eee}.footer__list{text-align:center;text-decoration:underline;margin-bottom:32px}.footer__copyright{text-align:center;font-size:14px;line-height:20px}.voucher{display:flex;flex-direction:column;gap:24px;background-color:#fff;width:100%;padding:24px;border-radius:16px}@media (min-width: 800px){.voucher{max-width:372px}}.voucher__inner{display:flex;justify-content:space-between;align-items:flex-start}.voucher__logo{height:64px;width:100%;max-width:128px;-o-object-fit:contain;object-fit:contain}.voucher__category{display:flex;align-items:center;padding:4px 10px 4px 8px;border-radius:8px}.voucher__category-icon{width:16px;height:16px;margin-right:4px}.voucher__category-text{color:#fff;font-size:12px;font-weight:500;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voucher__body{height:100%;display:flex;flex-direction:column;gap:4px}.voucher__title{font-size:20px;line-height:28px;font-weight:600;color:#000}.voucher__desc{font-size:16px;line-height:24px;color:#000}.voucher__desc--expire{margin-top:auto}.voucher__img-inner{flex-shrink:0;height:128px;border-radius:8px;overflow:hidden}.voucher__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.voucher__code-inner{position:relative;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-radius:8px;background-color:#eee}.voucher__code-inner .toast{position:absolute;top:-14px;right:-46px;transform:translate(-50%) translateY(-5px);background:#fff;color:#000;padding:6px 10px;border-radius:8px;box-shadow:0 0 24px #00000029;opacity:0;transition:opacity .3s,transform .3s;white-space:nowrap;pointer-events:none;transition:opacity .3s ease,transform .3s ease}.voucher__code-inner .toast.show{opacity:1;transform:translate(-50%) translateY(-15px)}.voucher__code{line-height:24px}.voucher__copy-btn{background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;width:24px;height:24px}.voucher .voucher__info-icon{width:24px;height:24px;transition:opacity .3s ease}.voucher .voucher__info-icon--success{display:none}.voucher__wrapper{display:flex;justify-content:space-between}.voucher__link-btn{display:flex;justify-content:center;align-items:center;background-color:var(--bg-btn);color:var(--text-color-btn);border:none;width:100%;height:48px;text-align:center;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:600;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.voucher__link-btn svg{width:13px;height:13px;fill:var(--text-color-btn)}.voucher__link-text{margin-right:13px;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voucher__info-btn{flex:0 0 auto;width:48px;height:48px;background:none;border:2px solid #000;border-radius:8px;padding:10px;margin-left:16px;cursor:pointer}.voucher__info-icon{width:24px;height:24px}.voucher__info-content{display:none}.voucher__info-content p:nth-of-type(1){margin-bottom:16px}.voucher__info-title{font-size:16px;font-weight:700;line-height:24px;margin-bottom:24px;max-width:240px}@media (min-width: 456px){.voucher__info-title{max-width:260px}}.voucher__info-text{font-size:14px;line-height:20px}.voucher__info-text:not(:last-of-type){margin-bottom:16px}.terms{display:flex;flex-direction:column;padding:20px 0;max-width:768px}.terms h1{font-weight:600;line-height:30px;font-size:20px;margin-bottom:40px}.terms p,.terms h2,.terms h3,.terms h4,.terms ul,.terms ol,.terms span,.terms div{margin-bottom:24px}.page404{display:flex;flex-direction:column;align-items:center;max-width:540px;width:100%;text-align:center}.page404__title{font-size:20px;font-weight:700;line-height:30px;margin-bottom:16px}.page404__text{font-size:14px;line-height:20px;font-weight:400;color:#6c6c6c;margin-bottom:24px}.page404__btn{display:flex;justify-content:center;align-items:center;background-color:var(--bg-btn);color:var(--text-color-btn);border:none;width:160px;height:48px;text-align:center;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:600;margin-right:16px;cursor:pointer}
