@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Black.otf) format("opentype");font-weight:900;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Heavy.otf) format("opentype");font-weight:800;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Light.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Medium.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Semibold.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Thin.otf) format("opentype");font-weight:200;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Ultralight.otf) format("opentype");font-weight:100;font-style:normal}.header-box{display:flex;flex-direction:column;max-width:768px;width:100%;position:-webkit-sticky;position:sticky;top:0;background:#fff;flex:none;z-index:200}@media(min-width:768px){.header-box{max-width:380px}}.header-box.full-height{height:100dvh}.header-box .header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px}.header-box .header .logo{transition:all .2s ease-in-out}.header-box .header .logo:hover{transform:translateY(2px)}.header-box .header .menu{cursor:pointer;background:rgba(0,0,0,0);border:none;font-size:18px;transition:transform .2s ease-in-out}.header-box .header .menu:hover{transform:translateY(2px)}@media(min-width:768px){.header-box .header .menu{display:none}}.header-box .body{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:48px;height:100%;padding:16px}.header-box .body .menu{display:flex;flex-direction:column;gap:24px}.header-box .body .menu a,.header-box .body .menu button{cursor:pointer;display:inline-block;transition:transform .2s ease-in-out;font-size:24px;color:#1e1e1e;background:rgba(0,0,0,0);border:none}.header-box .body .menu a:hover,.header-box .body .menu button:hover{transform:translateY(2px)}.header-box .body .menu a.selected,.header-box .body .menu button.selected{color:#7573ff}.header-box .body .social{display:flex;align-items:center;gap:24px}.header-box .body .social a{display:inline-block;font-size:18px;transition:transform .2s ease-in-out}.header-box .body .social a:hover{transform:translateY(2px)}.header-box .footer{display:flex;flex-direction:column;gap:8px;font-size:14px;padding:16px}.header-box .footer .links{display:flex;align-items:center;gap:8px}.header-box .footer .links a{text-decoration:underline}.header-box .footer .links a:hover{text-decoration:none}.card-box{border-radius:16px;background:#fff;width:100%;overflow:hidden}.card-box__header{padding:16px}.card-box__hero{position:relative;padding:16px;height:200px;display:flex;align-items:flex-end;color:#fff}.card-box__hero .hero-content{display:flex;align-items:center;gap:16px}.card-box__hero .hero-content h3{font-size:16px}.card-box__hero .pill{position:absolute;top:16px;right:16px;font-size:12px;background-color:#7573ff;border-radius:48px;padding:8px 16px}.card-box__body{padding:16px;font-size:14px}.card-box__footer{padding:16px;display:flex;justify-content:flex-end;align-items:center;gap:16px}.testimonial-card{background:#f7fbff;border-radius:16px;padding:24px;max-width:400px;font-family:Nunito,sans-serif;color:#2e3a59;box-shadow:0 6px 16px rgba(0,0,0,.05)}.testimonial-card__stars{margin-bottom:16px}.testimonial-card__stars .star{font-size:20px;color:#f59e0b}.testimonial-card__stars .star.half{position:relative}.testimonial-card__stars .star.half:before{content:"★";position:absolute;left:0;width:50%;overflow:hidden;color:#f59e0b}.testimonial-card__stars .star.half:after{content:"★";color:#e5e7eb}.testimonial-card__text{font-size:16px;line-height:1.5;margin-bottom:20px}.testimonial-card__footer{display:flex;justify-content:space-between;align-items:center}.testimonial-card__author{display:flex;align-items:center;gap:12px}.testimonial-card__author .avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial-card__author .name{font-weight:700;margin:0}.testimonial-card__author .position{font-size:14px;color:#6b7280;margin:0}.testimonial-card__quote{font-size:48px;color:#9ca3af}.promo-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;width:100%;font-family:SF Pro Display,sans-serif;letter-spacing:1px;color:#2e3a59;box-shadow:0 6px 16px rgba(0,0,0,.05);padding:32px}.promo-card.vertical{flex-direction:row}.promo-card.vertical .promo-card__header{width:50%;padding-bottom:0;border-bottom:none;border-right:1px solid rgba(30,30,30,.2509803922)}.promo-card.vertical .promo-card__body{width:50%;padding-top:0}.promo-card__header{display:flex;flex-direction:column;align-items:center;gap:16px;border-bottom:1px solid rgba(30,30,30,.2509803922);padding-bottom:32px}.promo-card__header .category{padding:8px 16px;border-radius:8px;background-color:#f7f5f1;color:rgba(30,30,30,.7490196078)}.promo-card__header .avatar{object-fit:cover;border-radius:8px}.promo-card__header>.company-info{display:flex;flex-direction:column;text-align:center}.promo-card__header>.company-info h3{font-size:18px;font-weight:700;line-height:24px}.promo-card__header>.company-info p{font-size:14px}.promo-card__body{display:flex;flex-direction:column;justify-content:center;text-align:center;flex:1 1 auto;gap:16px;padding-top:32px}.promo-card__body>h2{font-size:18px;font-weight:700}.promo-card__body>p{font-size:16px;line-height:24px;font-weight:400}.promo-card__body .expiration-date{font-size:14px;color:rgba(30,30,30,.5019607843)}.promo-card__footer{justify-content:flex-end;gap:16px;border-radius:16px}.modal-box,.promo-card__footer{display:flex;align-items:center}.modal-box{width:100dvw;height:100dvh;background-color:rgba(0,0,0,.8);justify-content:center;z-index:400;position:fixed;top:0;left:0}@media(min-width:600px){.modal-box{padding:16px}}.modal-box .modal{border-radius:16px 16px 0 0;position:absolute;background-color:#fff;max-width:400px;width:100%;bottom:0;overflow:hidden}@media(min-width:600px){.modal-box .modal{border-radius:16px;bottom:auto}}.modal-box .modal__header{padding:16px;display:flex;justify-content:space-between;align-items:center;gap:16px;background-color:#05d59b;color:#fff}.modal-box .modal__header>svg{cursor:pointer;transition:transform .2s ease-in-out}.modal-box .modal__header>svg:hover{transform:translateY(2px)}.modal-box .modal__body{padding:16px;display:flex;flex-direction:column;gap:8px}.modal-box .modal__body h3{font-size:16px;font-weight:700}.modal-box .modal__body p{font-size:14px}.modal-box .modal__footer{padding:16px;display:flex}.drawer-box{width:100dvw;height:100dvh;inset:0;z-index:100;background:rgba(0,0,0,.6);position:fixed;top:0;left:0;border-left:1px solid #f3f3f3;border-right:1px solid #f3f3f3}.drawer-box .drawer{display:flex;flex-direction:column;justify-content:space-between;position:absolute;width:380px;height:100dvh;background-color:#fff;right:0}@supports(height:100svh){.drawer-box .drawer{height:100svh}}.drawer-box .drawer.right{right:0}.drawer-box .drawer.left{left:0}.drawer-box .drawer--header{padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #f3f3f3}.drawer-box .drawer--body{padding:16px;flex:1 1 auto;overflow:auto;-webkit-overflow-scrolling:touch}.drawer-box .drawer--footer{padding:16px;border-top:1px solid #f3f3f3}@media(prefers-reduced-motion:reduce){.drawer-box .drawer,.drawer-box .drawer .drawer{transition:none}}.grid-box{display:grid;grid-gap:16px;gap:16px;grid-template-columns:1fr;width:100%;height:-moz-fit-content;height:fit-content}@media(min-width:600px){.grid-box.cols-sm-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-box.cols-sm-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-box.cols-sm-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-box.cols-sm-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-box.cols-sm-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-box.cols-sm-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-box.cols-sm-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-box.cols-sm-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-box.cols-sm-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-box.cols-sm-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-box.cols-sm-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-box.cols-sm-12{grid-template-columns:repeat(12,minmax(0,1fr))}}@media(min-width:900px){.grid-box.cols-md-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-box.cols-md-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-box.cols-md-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-box.cols-md-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-box.cols-md-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-box.cols-md-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-box.cols-md-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-box.cols-md-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-box.cols-md-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-box.cols-md-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-box.cols-md-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-box.cols-md-12{grid-template-columns:repeat(12,minmax(0,1fr))}}@media(min-width:1200px){.grid-box.cols-lg-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-box.cols-lg-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-box.cols-lg-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-box.cols-lg-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-box.cols-lg-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-box.cols-lg-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-box.cols-lg-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-box.cols-lg-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-box.cols-lg-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-box.cols-lg-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-box.cols-lg-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-box.cols-lg-12{grid-template-columns:repeat(12,minmax(0,1fr))}}@media(min-width:1536px){.grid-box.cols-xl-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-box.cols-xl-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-box.cols-xl-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-box.cols-xl-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-box.cols-xl-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-box.cols-xl-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-box.cols-xl-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-box.cols-xl-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-box.cols-xl-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-box.cols-xl-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-box.cols-xl-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-box.cols-xl-12{grid-template-columns:repeat(12,minmax(0,1fr))}}@media(min-width:600px){.grid-box.cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-box.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-box.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-box.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-box.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-box.cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-box.cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-box.cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-box.cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-box.cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-box.cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-box.cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}}.text-input{display:flex;flex-direction:column;width:100%;font-family:inherit}.text-input__label{font-size:.9rem;color:#333;margin-bottom:4px;font-weight:500}.text-input__required{color:red;margin-left:2px}.text-input__field{display:flex;align-items:center;border:1px solid #ccc;border-radius:6px;padding:.5rem .75rem;background-color:#fff;transition:border .2s}.text-input__field:focus-within{border-color:#1976d2}.text-input__field.has-error{border-color:#d32f2f}.text-input__icon{display:flex;align-items:center;color:#888}.text-input__icon.start{margin-right:.5rem}.text-input__icon.end{margin-left:.5rem}.text-input__input{flex:1 1;border:none;outline:none;font-size:1rem;background:rgba(0,0,0,0);color:#222}.text-input__input::placeholder{color:#aaa}.text-input__input:disabled{color:#999;cursor:not-allowed}.text-input__helper{margin-top:4px;font-size:.8rem;color:#666}.text-input__helper--error{color:#d32f2f}.text-input.is-disabled{opacity:.6;pointer-events:none}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.breadcrumb--vertical{flex-direction:column;align-items:flex-start}.breadcrumb--vertical .breadcrumb__separator{display:none}.breadcrumb--compact{font-size:.85rem}.breadcrumb--compact .breadcrumb__item{gap:4px}.breadcrumb--withIcons .breadcrumb__icon{margin-right:4px;display:inline-flex;align-items:center}.breadcrumb .breadcrumb__item{display:inline-flex;align-items:center;gap:6px}.breadcrumb .breadcrumb__item--link a{text-decoration:none;color:#555}.breadcrumb .breadcrumb__item--link a:hover{color:#0070f3}.breadcrumb .breadcrumb__item--current{font-weight:700;color:#000}.breadcrumb .breadcrumb__item--disabled{color:#ccc;pointer-events:none;cursor:not-allowed}.breadcrumb .breadcrumb__separator{color:#999}.form-container{display:flex;justify-content:center;align-items:center;padding:3rem;width:100%}.form-container .form-box{display:flex;flex-direction:column;gap:2rem;max-width:480px;width:100%}.form-container .form-header{display:flex;flex-direction:column;gap:16px;text-align:center}.form-container .form-header .title{font-size:1.5rem;font-family:Mattone,serif}.form-container .form-header .subtitle{font-size:16px;color:#666}.form-container .form-body{display:flex;flex-direction:column;gap:1.5rem}.form-container .form-body .form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-container .form-body .form-group{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.form-container .form-body .form-group input,.form-container .form-body .form-group textarea{padding:.75rem 16px;border:1px solid #ccc;border-radius:12px;font-size:16px}.form-container .form-body .form-group input:focus,.form-container .form-body .form-group textarea:focus{outline:none;border-color:#7573ff}.form-container .form-body .form-group .error-text{font-size:.85rem;color:#d32f2f}.form-container .form-body .submit-button{padding:16px;border:none;border-radius:12px;background-color:#7573ff;color:#fff;font-size:16px;cursor:pointer;transition:transform .2s}.form-container .form-body .submit-button:hover{transform:translateY(2px)}.login-container{display:flex;justify-content:center;align-items:center;padding:3rem;width:100%}.login-box{gap:2rem;max-width:480px;width:100%}.login-box,.login-header{display:flex;flex-direction:column}.login-header{gap:16px;text-align:center}.login-header .title{font-size:1.5rem;font-family:Mattone,serif}.login-header .subtitle{font-size:16px;color:#666}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form .form-group{display:flex;flex-direction:column;gap:.5rem}.login-form .form-group input{padding:.75rem 16px;border:1px solid #ccc;border-radius:12px;font-size:16px}.login-form .form-group input:focus{outline:none;border-color:#7573ff}.login-form .form-group .password-wrapper{position:relative}.login-form .form-group .password-wrapper input{width:100%;padding-right:90px}.login-form .form-group .password-wrapper .toggle-password{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:#7573ff;cursor:pointer}.login-form .form-group .error-text{font-size:.85rem;color:#d32f2f}.login-form .submit-button{padding:16px;border:none;border-radius:12px;background-color:#7573ff;color:#fff;font-size:16px;cursor:pointer;transition:transform .2s}.login-form .submit-button:hover{transform:translateY(2px)}.register-prompt{display:flex;flex-direction:column;gap:.5rem;text-align:center;font-size:.9rem}@media(min-width:600px){.register-prompt{flex-direction:row;justify-content:center;align-items:center}}.register-prompt .register-button{background:none;border:none;color:#7573ff;cursor:pointer;transition:transform .2s}.register-prompt .register-button:hover{transform:translateY(2px)}.register-container{display:flex;justify-content:center;align-items:center;padding:3rem;width:100%}.register-box{gap:2rem;max-width:480px;width:100%}.register-box,.register-header{display:flex;flex-direction:column}.register-header{gap:16px;text-align:center}.register-header .title{font-size:1.5rem;font-family:Mattone,serif}.register-header .subtitle{font-size:16px;color:#666}.register-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:480px;margin:0 auto}.register-form .form-row{display:flex;gap:1rem;flex-wrap:wrap}.register-form .form-row .form-group{flex:1 1}.register-form .form-group,.register-form .form-row .form-group{display:flex;flex-direction:column;gap:.5rem}.register-form .form-group input,.register-form .form-group select{padding:12px 16px;border:1px solid #ccc;border-radius:12px;font-size:1rem;flex:1 1}.register-form .form-group input:focus,.register-form .form-group select:focus{outline:none;border-color:#7573ff}.register-form .form-group .error-text{font-size:.85rem;color:red}.register-form .form-group .password-wrapper{position:relative}.register-form .form-group .password-wrapper input{width:100%;padding-right:100px}.register-form .form-group .password-wrapper .toggle-password{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#7573ff;cursor:pointer}.register-form .register-prompt{display:flex;flex-direction:column;gap:.5rem;text-align:center;font-size:.9rem}@media(min-width:600px){.register-form .register-prompt{flex-direction:row;justify-content:center;align-items:center}}.register-form .register-prompt .register-button{background:none;border:none;color:#7573ff;cursor:pointer;transition:transform .2s}.register-form .register-prompt .register-button:hover{transform:translateY(2px)}.register-form .submit-button{padding:1rem;border:none;border-radius:12px;background-color:#7573ff;color:#fff;font-size:1rem;cursor:pointer;transition:transform .2s}.register-form .submit-button:hover{transform:translateY(2px)}.loading-box{display:flex;justify-content:center;align-items:center;width:100%;height:100dvh}.loader{width:40px;height:40px;border:5px solid #f3f3f3;border-top-color:#05d59b;border-radius:50%;animation:rotate 1.5s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button{padding:8px 16px;font-size:14px;border-radius:8px;font-weight:500;border:none;cursor:pointer;transition:transform .2s;letter-spacing:1px}.button:hover{transform:translateY(2px)}.button--primary{background-color:#05d59b;color:#fff}.button--secondary{background-color:#7573ff;color:#fff}.button--default{background-color:rgba(0,0,0,0);color:#333;border:1px solid #ccc}.button--text{background:none;color:#007bff;border:none}.button--xs{padding:.375rem .625rem;font-size:.75rem}.button--sm{padding:.5rem .75rem;font-size:.875rem}.button--md{padding:.625rem 1rem;font-size:.95rem}.button--lg{padding:.75rem 1.25rem;font-size:1.05rem}.skeleton{background-color:#e0e0e0;border-radius:4px;animation:skeleton-loading 1.5s ease-in-out infinite;display:inline-block}.skeleton--text{height:1rem;border-radius:4px}.skeleton--circle{border-radius:50%}.skeleton--rect{border-radius:4px}@keyframes skeleton-loading{0%{background-color:#e0e0e0}50%{background-color:#f5f5f5}to{background-color:#e0e0e0}}.code__barcode.loading{display:flex;flex-direction:column;align-items:center;gap:8px}.code__qrcode.loading{display:flex;justify-content:center}.scanner{position:fixed;top:0;width:100%;height:100dvh;overflow:hidden;z-index:300;background:#000}.scanner .error-message{position:absolute;z-index:2;left:12;right:12;top:12;padding:8px 12px;border-radius:10;background:rgba(0,0,0,.6);color:#fff;font-size:14;width:-moz-fit-content;width:fit-content}.scanner video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#000}.scanner .loading{position:absolute;z-index:400;background:rgba(0,0,0,.6);width:100%;height:100dvh}.loyalty-card{position:fixed;top:0;width:100%;background-color:#1e1e1e;height:100dvh;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:600px){.loyalty-card{position:static;height:640px;width:360px;border-radius:16px}}.loyalty-card .close{position:absolute;top:16px;right:16px}.loyalty-card .close button{color:#fff;background-color:rgba(0,0,0,0);border:none;cursor:pointer;transition:transform .2s ease-in-out}.loyalty-card .close button:hover{transform:translateY(2px)}@media(min-width:600px){.loyalty-card .close button{display:none}}.loyalty-card .top{display:flex;justify-content:center;padding:16px}.loyalty-card .top .card-title{font-size:12px;font-family:Nunito,sans-serif;color:#fae185}.loyalty-card .logo-wrapper{width:100%}.loyalty-card .logo-wrapper,.loyalty-card .owner{display:flex;justify-content:center;align-items:center}.loyalty-card .owner{flex-direction:column;gap:16px}.loyalty-card .owner h2{font-size:14px;font-family:Nunito,sans-serif}.loyalty-card .owner h2,.loyalty-card .owner h3{color:#fff;font-weight:400;text-transform:uppercase}.loyalty-card .owner h3{font-size:24px;font-family:monospace}.loyalty-card .code{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:16px;border-radius:16px 16px 0 0;padding:16px;width:100%}.loyalty-card .code svg{width:300px}.loyalty-card .code .qrcode{width:160px;padding:16px;background-color:#fff}.loyalty-card .code .buttons{display:flex;align-items:center;gap:16px}.loyalty-card .code .buttons button{display:flex;justify-content:center;background-color:rgba(0,0,0,0);color:#1e1e1e;font-size:20px;font-family:Nunito,sans-serif;border:none;padding:8px;border-radius:8px;cursor:pointer;transition:transform .2s ease-in-out}.loyalty-card .code .buttons button:hover{transform:translateY(2px)}.loyalty-card .code .buttons button.selected{color:#fff;background-color:#1e1e1e}.loyalty-card .code .buttons button svg{width:auto}.loyalty-card .code .footer p{color:#fff;font-size:12px;font-family:Nunito,sans-serif}.home,.home .hero{display:flex;flex-direction:column;align-items:center}.home .hero{width:100%;padding:16px;justify-content:center;gap:24px;min-height:100dvh;background-color:#fff}.home .hero h1{font-size:48px;line-height:50px;font-weight:400;text-align:center;letter-spacing:1px;font-weight:700}@media(min-width:1024px){.home .hero h1{font-size:64px;line-height:68px}}.home .hero>p{font-size:24px;text-align:center;letter-spacing:1px}@media(min-width:1024px){.home .hero>p{font-size:28px}}.home .hero a{background:#05d59b;color:#fff;padding:16px 32px;border-radius:16px;transition:transform .2s ease-in-out}.home .hero a:hover{transform:translateY(2px)}.home .promos{width:100%;padding:16px;gap:24px;background-color:#f7f5f1}.home .about-us-section,.home .promos{display:flex;justify-content:center;min-height:100dvh}.home .about-us-section{align-items:center;padding:64px 16px}.home .about-us-section .container{max-width:1200px;width:100%}.home .about-us-section .content{display:flex;flex-direction:column;gap:32px}.home .about-us-section .content .section-title{color:#05d59b;font-size:1.25rem;text-align:left;font-weight:400}.home .about-us-section .content .section-body{display:flex;flex-direction:column;justify-content:flex-start;gap:32px}@media(min-width:1024px){.home .about-us-section .content .section-body{flex-direction:row;justify-content:center}}.home .about-us-section .content .section-body .text-content{display:flex;flex-direction:column;gap:32px;width:100%}@media(min-width:1024px){.home .about-us-section .content .section-body .text-content{width:50%}}.home .about-us-section .content .section-body .text-content .description{display:flex;flex-direction:column;gap:16px}.home .about-us-section .content .section-body .text-content .description h2{font-size:32px;text-align:left;font-weight:400;line-height:36px;letter-spacing:1px}@media(min-width:1024px){.home .about-us-section .content .section-body .text-content .description h2{font-size:48px;line-height:54px}}.home .about-us-section .content .section-body .mission-vision{display:flex;flex-direction:column;gap:32px;border-left:2px solid #f3f3f3;width:100%}@media(min-width:1024px){.home .about-us-section .content .section-body .mission-vision{width:50%}}.home .about-us-section .content .section-body .mission-vision .mission,.home .about-us-section .content .section-body .mission-vision .vision{display:flex;flex-direction:column;gap:16px;width:100%;padding:0 16px}.home .about-us-section .content .section-body .mission-vision .mission .section-subtitle,.home .about-us-section .content .section-body .mission-vision .vision .section-subtitle{color:#05d59b;font-size:1rem;text-align:left;font-weight:400}.home .about-us-section .content .section-body .mission-vision .mission p,.home .about-us-section .content .section-body .mission-vision .vision p{color:#1c1b1f;text-align:left;letter-spacing:1px}.home .how-to-section{display:flex;justify-content:center;align-items:center;min-height:100dvh;width:100%}.home .how-to-section .container{width:100%}.home .how-to-section .content{display:flex;width:100%}.home .how-to-section .content .text-content{width:100%;min-height:100dvh;background-color:#7573ff}@media(min-width:1024px){.home .how-to-section .content .text-content{width:50%}}.home .how-to-section .content .text-content .section-title{color:#05d59b;font-size:1.25rem;text-align:left;font-weight:400;padding:32px}.home .how-to-section .content .text-content .section-body{display:flex;flex-direction:column}.home .how-to-section .content .text-content .section-body .col{display:flex;gap:32px;padding:32px}.home .how-to-section .content .text-content .section-body .col .icon{width:64px;height:64px;display:flex;justify-content:center;align-items:center;flex:none;background-color:#fff;color:#7573ff;border-radius:32px;font-weight:700;font-size:24px}.home .how-to-section .content .text-content .section-body .col .text{display:flex;flex-direction:column;gap:24px}.home .how-to-section .content .text-content .section-body .col .text h4{color:#fff;font-size:1.25rem;text-align:left;font-weight:700}.home .how-to-section .content .text-content .section-body .col .text p{color:#fff;font-size:16px}.home .how-to-section .content .text-content .section-bottom{padding:32px}.home .how-to-section .content .text-content .section-bottom a{background:#05d59b;color:#fff;padding:16px 32px;border-radius:16px;transition:transform .2s ease-in-out;width:100%;display:flex;justify-content:center}.home .how-to-section .content .text-content .section-bottom a:hover{transform:translateY(2px)}.home .how-to-section .content .bg-content{display:none}@media(min-width:1024px){.home .how-to-section .content .bg-content{display:block;background-image:url(/img/how-it-works.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;width:50%;position:-webkit-sticky;position:sticky;top:0}}.home .benefits-section{display:flex;justify-content:center;align-items:center;padding:64px 16px;min-height:100dvh}.home .benefits-section .container{max-width:1200px;width:100%}.home .benefits-section .content{display:flex;flex-direction:column;gap:32px}.home .benefits-section .content .section-title{color:#05d59b;font-size:1.25rem;text-align:left;font-weight:400}.home .benefits-section .content .section-body{display:flex;flex-direction:column;justify-content:flex-start;gap:64px}@media(min-width:1024px){.home .benefits-section .content .section-body{justify-content:center}}.home .benefits-section .content .section-body .text-content{display:flex;flex-direction:column;gap:32px;width:100%}.home .benefits-section .content .section-body .text-content .description{display:flex;flex-direction:column;gap:16px}.home .benefits-section .content .section-body .text-content .description h2{font-size:32px;text-align:left;font-weight:400;line-height:36px;letter-spacing:1px}@media(min-width:1024px){.home .benefits-section .content .section-body .text-content .description h2{font-size:40px;line-height:44px}}.home .benefits-section .content .section-body .benefits{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:32px;gap:32px;width:100%}@media(min-width:1024px){.home .benefits-section .content .section-body .benefits{grid-template-columns:repeat(2,1fr)}}@media(min-width:1272px){.home .benefits-section .content .section-body .benefits{grid-template-columns:repeat(3,1fr)}}.home .benefits-section .content .section-body .benefits .benefit{display:flex;flex-direction:column;gap:16px;width:100%}.home .benefits-section .content .section-body .benefits .benefit .section-subtitle{color:#05d59b;font-size:1rem;text-align:left;font-weight:400}.home .benefits-section .content .section-body .benefits .benefit p{color:#1c1b1f;text-align:left;letter-spacing:1px}.home .cta-section{display:flex;justify-content:center;align-items:center;padding:64px 16px;min-height:100dvh;background-color:#f7f5f1;width:100%}.home .cta-section .container{max-width:1200px;width:100%}.home .cta-section .content{display:flex;flex-direction:column;gap:32px}.home .cta-section .content .section-title{color:#05d59b;font-size:1.25rem;text-align:left;font-weight:400}.home .cta-section .content .section-body{display:flex;flex-direction:column;justify-content:flex-start;gap:32px}@media(min-width:1024px){.home .cta-section .content .section-body{flex-direction:row;justify-content:center}}.home .cta-section .content .section-body .text-content{display:flex;flex-direction:column;gap:32px;width:100%}@media(min-width:1024px){.home .cta-section .content .section-body .text-content{width:50%}}.home .cta-section .content .section-body .text-content .description{display:flex;flex-direction:column;gap:16px}.home .cta-section .content .section-body .text-content .description h2{font-size:32px;text-align:left;font-weight:400;line-height:36px;letter-spacing:1px}@media(min-width:1024px){.home .cta-section .content .section-body .text-content .description h2{font-size:48px;line-height:54px}}.home .cta-section .content .section-body .mission-vision{display:flex;flex-direction:column;gap:32px;border-left:2px solid #f3f3f3;width:100%}@media(min-width:1024px){.home .cta-section .content .section-body .mission-vision{width:50%}}.home .cta-section .content .section-body .mission-vision .mission,.home .cta-section .content .section-body .mission-vision .vision{display:flex;flex-direction:column;gap:16px;width:100%;padding:0 16px}.home .cta-section .content .section-body .mission-vision .mission .section-subtitle,.home .cta-section .content .section-body .mission-vision .vision .section-subtitle{color:#05d59b;font-size:1rem;text-align:left;font-weight:400}.home .cta-section .content .section-body .mission-vision .mission p,.home .cta-section .content .section-body .mission-vision .vision p{color:#1c1b1f;text-align:left;letter-spacing:1px}.about-us,.about-us .hero{display:flex;flex-direction:column;align-items:center}.about-us .hero{width:100%;padding:16px;justify-content:center;gap:24px;min-height:100dvh;background-color:#f7f5f1}.about-us .hero h1{font-size:48px;line-height:50px;font-weight:400;text-align:center;letter-spacing:1px;font-weight:700}@media(min-width:1024px){.about-us .hero h1{font-size:64px;line-height:68px}}.about-us .hero>p{font-size:24px;text-align:center;letter-spacing:1px}@media(min-width:1024px){.about-us .hero>p{font-size:28px}}.about-us .hero a{background:#05d59b;color:#fff;padding:16px 32px;border-radius:16px;transition:transform .2s ease-in-out}.about-us .hero a:hover{transform:translateY(2px)}.about-us .about-us-section{display:flex;justify-content:center;align-items:center;padding:64px 16px;min-height:100dvh}.about-us .about-us-section .container{max-width:1200px;width:100%}.about-us .about-us-section .content{display:flex;flex-direction:column;gap:32px}.about-us .about-us-section .content .section-title{color:#05d59b;font-size:1.25rem;text-align:left;font-weight:400}.about-us .about-us-section .content .section-body{display:flex;flex-direction:column;justify-content:flex-start;gap:32px}@media(min-width:1024px){.about-us .about-us-section .content .section-body{flex-direction:row;justify-content:center}}.about-us .about-us-section .content .section-body .text-content{display:flex;flex-direction:column;gap:32px;width:100%}@media(min-width:1024px){.about-us .about-us-section .content .section-body .text-content{width:50%}}.about-us .about-us-section .content .section-body .text-content .description{display:flex;flex-direction:column;gap:16px}.about-us .about-us-section .content .section-body .text-content .description h2{font-size:32px;text-align:left;font-weight:400;line-height:36px;letter-spacing:1px}@media(min-width:1024px){.about-us .about-us-section .content .section-body .text-content .description h2{font-size:48px;line-height:54px}}.about-us .about-us-section .content .section-body .mission-vision{display:flex;flex-direction:column;gap:32px;border-left:2px solid #f3f3f3;width:100%}@media(min-width:1024px){.about-us .about-us-section .content .section-body .mission-vision{width:50%}}.about-us .about-us-section .content .section-body .mission-vision .mission,.about-us .about-us-section .content .section-body .mission-vision .vision{display:flex;flex-direction:column;gap:16px;width:100%;padding:0 16px}.about-us .about-us-section .content .section-body .mission-vision .mission .section-subtitle,.about-us .about-us-section .content .section-body .mission-vision .vision .section-subtitle{color:#05d59b;font-size:1rem;text-align:left;font-weight:400}.about-us .about-us-section .content .section-body .mission-vision .mission p,.about-us .about-us-section .content .section-body .mission-vision .vision p{color:#1c1b1f;text-align:left;letter-spacing:1px}.about-us .how-to-section{display:flex;justify-content:center;align-items:center;min-height:100dvh;width:100%}.about-us .how-to-section .container{width:100%}.about-us .how-to-section .content{display:flex;width:100%}.about-us .how-to-section .content .text-content{width:100%;min-height:100dvh;background-color:#7573ff}@media(min-width:1024px){.about-us .how-to-section .content .text-content{width:50%}}.about-us .how-to-section .content .text-content .section-title{color:#05d59b;font-size:1.25rem;text-align:left;font-weight:400;padding:32px}.about-us .how-to-section .content .text-content .section-body{display:flex;flex-direction:column}.about-us .how-to-section .content .text-content .section-body .col{display:flex;gap:32px;padding:32px}.about-us .how-to-section .content .text-content .section-body .col .icon{width:64px;height:64px;display:flex;justify-content:center;align-items:center;flex:none;background-color:#fff;color:#7573ff;border-radius:32px;font-weight:700;font-size:24px}.about-us .how-to-section .content .text-content .section-body .col .text{display:flex;flex-direction:column;gap:24px}.about-us .how-to-section .content .text-content .section-body .col .text h4{color:#fff;font-size:1.25rem;text-align:left;font-weight:700}.about-us .how-to-section .content .text-content .section-body .col .text p{color:#fff;font-size:16px}.about-us .how-to-section .content .text-content .section-bottom{padding:32px}.about-us .how-to-section .content .text-content .section-bottom a{background:#05d59b;color:#fff;padding:16px 32px;border-radius:16px;transition:transform .2s ease-in-out;width:100%;display:flex;justify-content:center}.about-us .how-to-section .content .text-content .section-bottom a:hover{transform:translateY(2px)}.about-us .how-to-section .content .bg-content{display:none}@media(min-width:1024px){.about-us .how-to-section .content .bg-content{display:block;background-image:url(/img/how-it-works.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;width:50%;position:-webkit-sticky;position:sticky;top:0}}.about-us .benefits-section{display:flex;justify-content:center;align-items:center;padding:64px 16px;min-height:100dvh}.about-us .benefits-section .container{max-width:1200px;width:100%}.about-us .benefits-section .content{display:flex;flex-direction:column;gap:32px}.about-us .benefits-section .content .section-title{color:#05d59b;font-size:1.25rem;text-align:left;font-weight:400}.about-us .benefits-section .content .section-body{display:flex;flex-direction:column;justify-content:flex-start;gap:64px}@media(min-width:1024px){.about-us .benefits-section .content .section-body{justify-content:center}}.about-us .benefits-section .content .section-body .text-content{display:flex;flex-direction:column;gap:32px;width:100%}.about-us .benefits-section .content .section-body .text-content .description{display:flex;flex-direction:column;gap:16px}.about-us .benefits-section .content .section-body .text-content .description h2{font-size:32px;text-align:left;font-weight:400;line-height:36px;letter-spacing:1px}@media(min-width:1024px){.about-us .benefits-section .content .section-body .text-content .description h2{font-size:40px;line-height:44px}}.about-us .benefits-section .content .section-body .benefits{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:32px;gap:32px;width:100%}@media(min-width:1024px){.about-us .benefits-section .content .section-body .benefits{grid-template-columns:repeat(2,1fr)}}@media(min-width:1272px){.about-us .benefits-section .content .section-body .benefits{grid-template-columns:repeat(3,1fr)}}.about-us .benefits-section .content .section-body .benefits .benefit{display:flex;flex-direction:column;gap:16px;width:100%}.about-us .benefits-section .content .section-body .benefits .benefit .section-subtitle{color:#05d59b;font-size:1rem;text-align:left;font-weight:400}.about-us .benefits-section .content .section-body .benefits .benefit p{color:#1c1b1f;text-align:left;letter-spacing:1px}.about-us .cta-section{display:flex;justify-content:center;align-items:center;padding:64px 16px;min-height:100dvh;background-color:#f7f5f1;width:100%}.about-us .cta-section .container{max-width:1200px;width:100%}.about-us .cta-section .content{display:flex;flex-direction:column;gap:32px}.about-us .cta-section .content .section-title{color:#05d59b;font-size:1.25rem;text-align:left;font-weight:400}.about-us .cta-section .content .section-body{display:flex;flex-direction:column;justify-content:flex-start;gap:32px}@media(min-width:1024px){.about-us .cta-section .content .section-body{flex-direction:row;justify-content:center}}.about-us .cta-section .content .section-body .text-content{display:flex;flex-direction:column;gap:32px;width:100%}@media(min-width:1024px){.about-us .cta-section .content .section-body .text-content{width:50%}}.about-us .cta-section .content .section-body .text-content .description{display:flex;flex-direction:column;gap:16px}.about-us .cta-section .content .section-body .text-content .description h2{font-size:32px;text-align:left;font-weight:400;line-height:36px;letter-spacing:1px}@media(min-width:1024px){.about-us .cta-section .content .section-body .text-content .description h2{font-size:48px;line-height:54px}}.about-us .cta-section .content .section-body .mission-vision{display:flex;flex-direction:column;gap:32px;border-left:2px solid #f3f3f3;width:100%}@media(min-width:1024px){.about-us .cta-section .content .section-body .mission-vision{width:50%}}.about-us .cta-section .content .section-body .mission-vision .mission,.about-us .cta-section .content .section-body .mission-vision .vision{display:flex;flex-direction:column;gap:16px;width:100%;padding:0 16px}.about-us .cta-section .content .section-body .mission-vision .mission .section-subtitle,.about-us .cta-section .content .section-body .mission-vision .vision .section-subtitle{color:#05d59b;font-size:1rem;text-align:left;font-weight:400}.about-us .cta-section .content .section-body .mission-vision .mission p,.about-us .cta-section .content .section-body .mission-vision .vision p{color:#1c1b1f;text-align:left;letter-spacing:1px}.auth,.panel{display:flex;justify-content:center;align-items:center}.panel{background-color:#f7f5f1;min-height:100dvh}*{box-sizing:border-box;padding:0;margin:0}body{display:flex;flex-direction:column;font-family:Hanken Grotesk,sans-serif;letter-spacing:1px}@media(min-width:768px){body{flex-direction:row}}main{width:100%;min-height:100dvh}a{color:inherit;text-decoration:none}ul{list-style:none}a,button,h1,h2,h3,h4,h5,h6,p{letter-spacing:1px}