smart-quiz-app{--sq-teal: #004751;--sq-lime: #c6f222;--sq-navy: #1a1a33;--sq-peach: #fdeee6;--sq-magenta: #e6007e;--sq-w: #fff;--sq-w-soft: rgba(255, 255, 255, .74);--sq-w-faint: rgba(255, 255, 255, .13);--sq-stage: 680px;--sq-wide: 1160px;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--sq-w);line-height:1.5}html.sq-lock-scroll,html.sq-lock-scroll body{overflow:hidden}smart-quiz-app.sq-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;overflow-y:auto;background:var(--sq-teal)}smart-quiz-app.sq-light{background:#fff;color:var(--sq-navy)}smart-quiz-app *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}smart-quiz-app h1,smart-quiz-app h2,smart-quiz-app h3{font-weight:800;letter-spacing:-.02em;line-height:1.08;margin:0;color:inherit}.sq-is-hidden{display:none!important}.sq-shell{min-height:100dvh;max-width:var(--sq-wide);margin:0 auto;display:flex;flex-direction:column;padding:0 24px}smart-quiz-app.sq-light .sq-shell{min-height:0}.sq-header{display:flex;justify-content:center;padding:48px 0 34px}.sq-hbar{position:relative;width:100%;max-width:var(--sq-stage);display:flex;align-items:center;justify-content:center}.sq-logo{height:58px;width:auto;filter:brightness(0) invert(1)}smart-quiz-app.sq-light .sq-logo{filter:none}.sq-logo-text{font-family:Cabin,sans-serif;font-weight:700;font-size:22px}.sq-back{position:absolute;left:0;top:50%;transform:translateY(-50%);width:44px;height:44px;min-height:0;padding:0;border-radius:50%;background:var(--sq-w-faint);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.sq-back svg{width:20px;height:20px}.sq-progress-wrap{max-width:var(--sq-stage);width:100%;margin:0 auto;padding:0 0 6px}.sq-progress{height:8px;border-radius:99px;background:var(--sq-w-faint);overflow:hidden}.sq-progress-bar{display:block;height:100%;border-radius:99px;background:var(--sq-lime);transition:width .4s ease}.sq-steplabel{max-width:var(--sq-stage);width:100%;margin:0 auto;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sq-w-soft);padding:10px 0 0}.sq-main{flex:1;display:flex;flex-direction:column;padding:10px 0 26px}.sq-stage{max-width:var(--sq-stage);width:100%;margin:0 auto;display:flex;flex-direction:column;flex:1}smart-quiz-app.sq-light .sq-stage,smart-quiz-app.sq-light .sq-res-head,smart-quiz-app.sq-light .sq-grid,smart-quiz-app.sq-light .sq-disclaimer,smart-quiz-app.sq-light .sq-restart-wrap{max-width:var(--sq-wide)}.sq-q-title{font-size:31px;margin-top:8px}@media(max-width:540px){.sq-q-title{font-size:25px}.sq-logo{height:44px}}.sq-help,.sq-help-spacer{display:flex;gap:8px;align-items:flex-start;color:var(--sq-w-soft);font-size:13.5px;margin:14px 0 24px}.sq-help-spacer{height:18px}.sq-help svg{width:15px;height:15px;flex:0 0 auto;margin-top:2px}.sq-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:12px}.sq-opt{display:flex;align-items:center;justify-content:flex-start;gap:14px;width:100%;height:auto;min-height:0;line-height:1.35;text-align:left;background:#ebffdd;border:none;border-radius:16px;padding:17px 20px;font-family:Cabin,sans-serif;font-size:16px;font-weight:700;color:var(--sq-navy);cursor:pointer;transition:transform .1s,background .15s}.sq-opt:hover{transform:translateY(-1px)}.sq-opt .sq-box{width:26px;height:26px;border-radius:50%;border:2px solid rgba(26,26,51,.28);flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:transparent;transition:all .15s}.sq-opt .sq-box svg{width:15px;height:15px;color:#ebffdd;display:none}.sq-opt.is-selected{background:#d8f5a6}.sq-opt.is-selected .sq-box{background:var(--sq-navy);border-color:var(--sq-navy)}.sq-opt.is-selected .sq-box svg{display:block}.sq-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;min-height:0;padding:0;border-radius:99px;font-weight:700;font-size:16px;border:none;cursor:pointer;width:100%;transition:transform .1s,opacity .2s;text-decoration:none;font-family:Cabin,sans-serif}.sq-btn:active{transform:scale(.98)}.sq-btn-primary{background:var(--sq-lime);color:var(--sq-navy)}.sq-btn-ghost{background:var(--sq-w-faint);color:#fff}smart-quiz-app.sq-light .sq-btn-ghost{background:#f1efec;color:var(--sq-navy)}.sq-btn[disabled]{background:var(--sq-w-faint);color:#ffffff80;cursor:not-allowed}.sq-footer-cta{max-width:var(--sq-stage);width:100%;margin:0 auto;padding:14px 0 28px;position:sticky;bottom:0;background:linear-gradient(to top,var(--sq-teal) 72%,transparent)}.sq-center{flex:1;display:flex;flex-direction:column;justify-content:center}.sq-center-top{justify-content:flex-start;padding-top:14px}.sq-center-mid{align-items:center;text-align:center}.sq-badge-ico{width:66px;height:66px;border-radius:20px;background:var(--sq-lime);display:flex;align-items:center;justify-content:center;margin-bottom:26px}.sq-badge-ico svg{width:32px;height:32px;color:var(--sq-navy)}.sq-h1-xl{font-size:38px}.sq-h1-md{font-size:30px}smart-quiz-app.sq-light .sq-h1-md{color:var(--sq-navy)}.sq-lead{font-size:17px;color:var(--sq-w-soft);margin-top:18px;max-width:560px}.sq-lead b{color:#fff}smart-quiz-app.sq-light .sq-lead{color:#55555e}smart-quiz-app.sq-light .sq-lead b{color:var(--sq-navy)}.sq-stats{display:flex;gap:22px;margin-top:30px}.sq-stat b{display:block;font-size:19px;font-weight:800;color:#fff}.sq-stat span{font-size:12.5px;color:var(--sq-w-soft)}.sq-stat-div{width:1px;background:var(--sq-w-faint)}.sq-field{width:100%;height:56px;border-radius:16px;border:none;background:#fff;padding:0 18px;font-size:16px;font-family:inherit;color:var(--sq-navy);outline:none;margin-top:24px}.sq-field::placeholder{color:#9a9aa2}.sq-consent{display:flex;gap:12px;align-items:flex-start;margin-top:18px;cursor:pointer}.sq-consent input{width:22px;height:22px;flex:0 0 auto;accent-color:var(--sq-lime);margin-top:1px}.sq-consent span{font-size:13px;color:var(--sq-w-soft);line-height:1.5}.sq-spinner{width:78px;height:78px;border-radius:50%;border:3px solid var(--sq-w-faint);border-top-color:var(--sq-lime);animation:sq-spin 1s linear infinite;margin:0 auto 28px}@keyframes sq-spin{to{transform:rotate(360deg)}}.sq-calc-title{font-size:21px;color:#fff}.sq-res-head{max-width:var(--sq-wide);width:100%;margin:40px auto 0;padding:0 24px}.sq-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.sq-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:99px;background:#f1efec;color:var(--sq-navy);font-size:12.5px;font-weight:600}.sq-note{max-width:var(--sq-wide);width:100%;margin:18px auto 0;padding:14px 40px;background:#fff3ea;border-radius:16px;font-size:13px;color:#7a4e00;display:flex;gap:10px}.sq-note svg{width:18px;height:18px;flex:0 0 auto;color:#e08a00}.sq-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px 24px;max-width:var(--sq-wide);width:100%;margin:0 auto;padding:24px 24px 8px}.sq-loading{color:#6b6b76;font-size:14px;grid-column:1 / -1}.sq-disclaimer{max-width:var(--sq-wide);width:100%;margin:0 auto;font-size:11.5px;color:#8a8a92;text-align:center;padding:6px 34px 34px;line-height:1.6}.sq-restart-wrap{max-width:var(--sq-stage);width:100%;margin:0 auto;padding:0 24px 44px}
/*# sourceMappingURL=/cdn/shop/t/64/assets/smart-quiz.css.map */
