@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";html,body,#app{font-family:Roboto,sans-serif;margin:0;padding:0}*{box-sizing:border-box}.is-hidden{display:none!important}.background-content{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;color:#1f2937;text-align:center}.background-content h1{margin:0;font-size:32px;font-weight:400}.open-questionnaire-btn{border:0;border-radius:999px;background:#059669;color:#fff;font-size:16px;font-weight:400;padding:12px 24px;cursor:pointer}.questionnaire-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;background:#000000b3;padding:12px}.questionnaire-modal{position:relative;width:100%;max-width:1119px;max-height:95vh;margin:8px 0;overflow-y:auto;overflow-x:hidden;border-radius:26px;background:#f9f9f9}.close-modal-btn{position:absolute;top:18px;right:18px;z-index:20;width:46px;height:46px;border-radius:50%;border:1px solid #e5e5e5;background:#fff;color:#353535;font-size:30px;line-height:1;cursor:pointer}.modal-content-grid{display:grid;grid-template-columns:1fr}.modal-content-grid-result{grid-template-columns:1fr}.left-panel{position:relative;min-height:280px;overflow:hidden;padding:48px 16px}.left-panel-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:24px}.left-panel-content{position:relative;z-index:2;display:flex;flex-direction:column;height:100%;padding:32px 24px 24px;color:#fff}.left-logo-wrap{width:65px;height:65px;display:flex;align-items:center;justify-content:center;overflow:hidden}.left-logo{height:64px;width:auto;object-fit:contain}.left-title{margin:48px 0 24px;max-width:329px;width:100%;font-size:20px;font-weight:400;line-height:1.2}.left-body{margin:0;max-width:329px;width:100%;font-size:16px;line-height:1.4}.left-incentive{margin:20px 0 0;max-width:329px;width:100%;font-size:15px;font-weight:600;line-height:1.4;color:#fff;background:#0003;padding:12px 16px;border-radius:10px}.left-tags{margin-top:24px;display:flex;align-items:center}.tag-circle{width:56px;height:56px;border-radius:50%;object-fit:cover}.tag-circle-overlap{margin-left:-10px}.right-panel{position:relative;padding:32px 24px}.right-panel-quiz{text-align:left}.right-panel-result{grid-column:1 / -1;text-align:center;padding:44px 24px 32px}.result-panel{grid-column:1 / -1;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;padding:40px 56px;min-height:640px}.result-title{margin:0 0 24px;font-size:40px;font-weight:400;line-height:1.2;color:#0d0d0d}.question-progress{font-size:11px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:gray}.restart-btn{position:absolute;top:32px;right:24px;margin:0;padding:0;border:0;background:transparent;font-size:12px;line-height:1.2;color:#1119;text-decoration:underline;cursor:pointer}.question-title{margin:24px 0;max-width:533px;font-size:20px;font-weight:400;line-height:1.2;color:#0d0d0d}.question-title-placeholder{width:100%;min-height:clamp(48px,14vw,78px);border-radius:10px;background:#f0f0f0}.answers-grid{display:grid;grid-template-columns:1fr;gap:10px;max-width:100%;padding-right:0}.answers-grid-loading{width:100%;max-width:100%}.answers-placeholder{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0;width:100%}.answer-placeholder-row{width:100%;min-height:clamp(56px,16vw,70px);border-radius:14px;border:2px solid #eeeeee;background:#f8f8f8}@media(max-width:479px){.answers-placeholder{grid-template-columns:1fr}}.answer-btn{display:flex;align-items:center;gap:10px;min-height:59px;border-radius:14px;border:2px solid #eeeeee;background:#fff;color:#353535;font-size:14px;font-weight:400;line-height:1.4;text-align:left;padding:14px 20px;cursor:pointer}.answer-btn-selected{border-color:#6ca57f}.answer-btn-full{grid-column:1 / -1}.answer-dot{width:9px;height:9px;border-radius:50%;border:1px solid #d9d9d9;background:#fff;flex-shrink:0}.answer-dot-selected{border:0;background:#6ca57f}.quiz-status{margin:12px 0 0;font-size:14px}.quiz-status-error{color:#9a1c1c}.quiz-status-success{color:#2d6a43}.question-footer{margin-top:32px;max-width:560px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px}.prev-btn{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #d6d6d6;background:#fff;cursor:pointer}.prev-icon{width:14px;height:14px}.next-btn{width:251px;max-width:100%;height:46px;border:0;border-radius:999px;background:#6ca57f;color:#fff;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.26px;cursor:pointer}.next-btn-disabled{opacity:.6;cursor:not-allowed}.result-screen{display:grid;justify-items:center;gap:18px;padding-top:8px}.result-circles-wrap{display:flex;align-items:center;justify-content:center;gap:22px;width:100%}.result-circle-link{display:inline-flex;border-radius:50%;text-decoration:none;position:relative;transition:transform .35s cubic-bezier(.4,0,.2,1);animation:tagPulse 3.5s ease-in-out infinite;opacity:0;cursor:pointer}.result-circle-link:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid rgba(5,150,105,.35);opacity:0;transition:opacity .35s ease,inset .35s ease;pointer-events:none}.result-circle-link:hover{transform:scale(1.06) translateY(-4px);animation:none}.result-circle-link:hover:after{opacity:1;top:-8px;right:-8px;bottom:-8px;left:-8px}.result-circle-link:active{transform:scale(1.02) translateY(-2px);transition:transform .1s ease}.result-circle{width:140px;height:140px;object-fit:cover;border-radius:50%}@keyframes tagPulse{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.04) translateY(-3px)}}@keyframes tagBounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.1)}70%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}.result-loading{margin:0;font-size:14px;line-height:1.4;color:#4a4a4a;text-align:center}.result-gift-card-message{margin:0;font-size:15px;line-height:1.4;font-weight:400;color:#4a6f57;text-align:center}.result-gift-card-spam-notice{margin:0;font-size:13px;line-height:1.4;font-weight:400;color:#6b8a76;text-align:center}.result-tags-info-message{margin:0;font-size:14px;line-height:1.5;font-weight:400;color:#4a4a4a;text-align:center}.result-email-card{width:100%;max-width:380px;border-radius:16px;border:1px solid #ececec;background:#fff;padding:16px;display:grid;gap:10px;text-align:left}.result-email-card-success{border-color:#cfe3d6;background:#f1f7f3;text-align:center;padding:28px 20px;gap:8px}.result-email-card-info{border-color:#e5e5e5;background:#fff;text-align:center;padding:20px 18px}.result-gift-card-title{margin:0 0 4px;font-size:22px;font-weight:600;letter-spacing:-.02em;color:#2d6a43}.result-email-label{font-size:13px;font-weight:400;color:#4a4a4a}.result-email-input{height:46px;border-radius:12px;border:2px solid #eeeeee;padding:0 14px;font-size:14px;color:#353535;outline:none}.result-email-input:focus{border-color:#6ca57f}.result-email-input-disabled{background:#f5f5f5;color:#6b6b6b;cursor:not-allowed}.result-email-notice{text-align:center;margin:0;font-size:12px;line-height:1.5;color:#5d5d5d}.result-email-notice-warning{font-weight:600;color:#b45309}.result-email-notice-spam{color:#6b6b6b;font-style:italic}.result-email-sent{margin:0;text-align:center;font-size:12px;line-height:1.5;color:#2d6a43}.result-cta-btn{width:100%;max-width:285px;height:46px;border:0;border-radius:999px;background:#6ca57f;color:#fff;font-size:16px;font-weight:400;line-height:30px;letter-spacing:-.26px;padding:0 24px;cursor:pointer}.result-cta-btn-full{max-width:100%}.result-cta-btn-disabled{opacity:.6;cursor:not-allowed}.result-restart-btn{border:0;background:transparent;color:#1119;font-size:12px;text-decoration:underline;cursor:pointer}@media(max-width:380px){.left-tags .tag-circle:nth-child(n+6){display:none}}@media(max-width:639px){.result-panel{padding:28px 20px;min-height:auto}.result-title{font-size:26px;margin-top:16px;margin-bottom:16px}.result-circle{width:90px;height:90px}.result-circles-wrap{gap:16px}.result-cta-btn{height:auto;min-height:46px;padding:10px 20px;font-size:14px;white-space:nowrap}.result-screen{gap:14px}}@media(min-width:640px){.questionnaire-overlay{align-items:center;padding:24px}.tag-circle{width:64px;height:64px}.tag-circle-overlap{margin-left:-14px}.right-panel{padding:48px 40px 32px}.restart-btn{top:48px;right:40px}.question-title{font-size:26px}.answers-grid{padding-right:24px}}@media(min-width:768px){.questionnaire-modal{min-height:640px}.modal-content-grid{grid-template-columns:40% 60%}.modal-content-grid-result{grid-template-columns:1fr}.left-panel{min-height:640px}.left-panel-content{padding-top:56px;padding-left:32px;padding-right:32px}.tag-circle{width:56px;height:56px}.left-tags .tag-circle:nth-child(n+6){display:none}.answers-grid{grid-template-columns:1fr 1fr}.question-footer{justify-content:flex-start}.right-panel{padding:96px 56px 32px}.restart-btn{top:96px;right:96px}.question-title{font-size:26px}.result-title{font-size:32px}.result-circle{width:138px;height:138px}}@media(min-width:968px){.left-tags .tag-circle:nth-child(n+6){display:initial}}.result-circle-link:nth-child(1){animation-delay:0s}.result-circle-link:nth-child(2){animation-delay:.2s}
/*# sourceMappingURL=/cdn/shop/t/112/assets/quizz-futee.css.map */
