.QuizResults_container__MbYe1{max-width:600px;margin:2rem auto;padding:0 1rem}.QuizResults_card__NiQFd{background:white;border-radius:20px;padding:2rem;box-shadow:0 10px 25px rgba(0,0,0,.1);text-align:center}.QuizResults_icon__C0ATk{width:100px;height:100px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.QuizResults_iconSvg__dM6e1{width:100%;height:100%}.QuizResults_icon__C0ATk.QuizResults_passed__NDe_9{color:#10b981}.QuizResults_icon__C0ATk.QuizResults_failed__sWKFf{color:#ef4444}.QuizResults_title__xCmJ9{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.QuizResults_message__vrPHL{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.QuizResults_scoreDisplay__Lbtle{margin:2rem 0}.QuizResults_scoreCircle__FZlye{width:160px;height:160px;margin:0 auto;position:relative}.QuizResults_scoreRing__rLfPK{width:100%;height:100%}.QuizResults_scoreRingBg__BbOZv{stroke:#e5e7eb}.QuizResults_scoreRingFill__2H78I{stroke:url(#scoreGradient);stroke-linecap:round;transition:stroke-dasharray 1s ease}.QuizResults_scoreText__OQ1un{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.QuizResults_scoreNumber__ATjrK{display:block;font-size:2.25rem;font-weight:700;color:#0284c7}.QuizResults_scoreLabel__Qys5B{display:block;font-size:.875rem;color:#6b7280;margin-top:.25rem}.QuizResults_breakdown__EnBNv{margin:2rem 0;padding:1.5rem;background:#f9fafb;border-radius:12px}.QuizResults_breakdownTitle__3wvv4{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:1rem}.QuizResults_answerList__G0MOv{display:flex;flex-direction:column;gap:.5rem}.QuizResults_answerItem__aVY27{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:white;border-radius:8px}.QuizResults_questionNumber__4W2Pq{font-weight:600;color:#6b7280}.QuizResults_answerStatus__1siTY{font-size:.875rem;font-weight:500}.QuizResults_answerStatus__1siTY.QuizResults_correct__OFBf3{color:#10b981}.QuizResults_answerStatus__1siTY.QuizResults_incorrect__m_SkV{color:#ef4444}.QuizResults_actions__wPqE_{margin-top:2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.QuizResults_continueButton__K9GIl,.QuizResults_retryButton__6mIDa,.QuizResults_reviewButton__Nu6RT{display:inline-flex;align-items:center;padding:.875rem 1.75rem;border-radius:10px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .2s}.QuizResults_retryButton__6mIDa{background:linear-gradient(135deg,#f59e0b,#d97706);color:white}.QuizResults_retryButton__6mIDa:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,11,.3)}.QuizResults_reviewButton__Nu6RT{background:#f3f4f6;color:#374151}.QuizResults_reviewButton__Nu6RT:hover{background:#e5e7eb}.QuizResults_continueButton__K9GIl{background:linear-gradient(135deg,#0284c7,#0ea5e9);color:white}.QuizResults_continueButton__K9GIl:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(2,132,199,.3)}.QuizResults_buttonIcon___N_z_{width:20px;height:20px;margin-right:8px}.QuizResults_continueButton__K9GIl .QuizResults_buttonIcon___N_z_{margin-right:0;margin-left:8px}@media (max-width:640px){.QuizResults_card__NiQFd{padding:1.5rem}.QuizResults_title__xCmJ9{font-size:1.5rem}.QuizResults_scoreCircle__FZlye{width:140px;height:140px}.QuizResults_scoreNumber__ATjrK{font-size:2rem}.QuizResults_actions__wPqE_{flex-direction:column}.QuizResults_continueButton__K9GIl,.QuizResults_retryButton__6mIDa,.QuizResults_reviewButton__Nu6RT{width:100%;justify-content:center}}.QuizQuestion_card__MakvV{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);margin-bottom:2rem;transition:all .3s ease}.QuizQuestion_card__MakvV.QuizQuestion_animateIn___QhOr{opacity:1;transform:translateX(0)}.QuizQuestion_card__MakvV.QuizQuestion_animateOut__3JdHe{opacity:0;transform:translateX(-20px)}.QuizQuestion_badge__GPzoB{display:inline-block;background:linear-gradient(135deg,#0284c7,#0ea5e9);color:white;padding:.375rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.QuizQuestion_questionText__4weGZ{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;line-height:1.6}.QuizQuestion_options__otYTY{display:grid;gap:.75rem}.QuizQuestion_option__rGpQk{display:flex;align-items:center;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;background:white;transition:all .2s;cursor:pointer;position:relative;text-align:left}.QuizQuestion_option__rGpQk:hover:not(:disabled){border-color:#0284c7;background:#f9fafb;transform:translateX(4px)}.QuizQuestion_option__rGpQk:disabled{cursor:not-allowed}.QuizQuestion_option__rGpQk.QuizQuestion_correct__RzZZW{border-color:#10b981;background:#d1fae5}.QuizQuestion_option__rGpQk.QuizQuestion_incorrect__iDCzQ{border-color:#ef4444;background:#fee2e2}.QuizQuestion_optionLetter__fN8de{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f3f4f6;font-weight:600;margin-right:1rem;flex-shrink:0}.QuizQuestion_option__rGpQk.QuizQuestion_correct__RzZZW .QuizQuestion_optionLetter__fN8de{background:#10b981;color:white}.QuizQuestion_option__rGpQk.QuizQuestion_incorrect__iDCzQ .QuizQuestion_optionLetter__fN8de{background:#ef4444;color:white}.QuizQuestion_optionText__ahs50{flex:1;color:#374151}.QuizQuestion_correctIcon__1e79f,.QuizQuestion_incorrectIcon__Jovf1{width:24px;height:24px;margin-left:auto;flex-shrink:0}.QuizQuestion_correctIcon__1e79f{color:#10b981}.QuizQuestion_incorrectIcon__Jovf1{color:#ef4444}.QuizQuestion_explanation__mCldW{margin-top:1.5rem;padding:1rem;background:#f0f9ff;border-left:4px solid #3b82f6;border-radius:8px}.QuizQuestion_explanationHeader__EE8Oq{display:flex;align-items:center;font-weight:600;color:#1e40af;margin-bottom:.5rem}.QuizQuestion_infoIcon__qpWG2{width:20px;height:20px;margin-right:.5rem}.QuizQuestion_explanationText__gr6zn{color:#1f2937;line-height:1.6}@media (max-width:640px){.QuizQuestion_card__MakvV{padding:1.5rem}.QuizQuestion_questionText__4weGZ{font-size:1.125rem}.QuizQuestion_option__rGpQk{padding:.875rem}.QuizQuestion_optionLetter__fN8de{width:28px;height:28px;font-size:.875rem}}.QuizNavigation_navigation__h_08W{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;margin-top:2rem}.QuizNavigation_button__Tzox6{display:flex;align-items:center;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;font-size:1rem;transition:all .2s;border:none;cursor:pointer;gap:.5rem}.QuizNavigation_button__Tzox6:disabled{opacity:.5;cursor:not-allowed}.QuizNavigation_previous__1EGEL{background:#f3f4f6;color:#374151}.QuizNavigation_previous__1EGEL:hover:not(:disabled){background:#e5e7eb}.QuizNavigation_next__exGC8{background:linear-gradient(135deg,#0284c7,#0ea5e9);color:white}.QuizNavigation_next__exGC8:hover:not(:disabled){transform:translateX(4px);box-shadow:0 4px 12px rgba(2,132,199,.3)}.QuizNavigation_icon__aa4J5{width:20px;height:20px}.QuizNavigation_dots__60Lol{display:flex;gap:.5rem;align-items:center}.QuizNavigation_dot__WA76W{width:8px;height:8px;border-radius:50%;background:#e5e7eb;transition:all .2s}.QuizNavigation_dot__WA76W.QuizNavigation_active__gTdSy{background:#0284c7;transform:scale(1.3)}.QuizNavigation_dot__WA76W.QuizNavigation_answered__hvEEN{background:#10b981}@media (max-width:640px){.QuizNavigation_navigation__h_08W{flex-wrap:wrap;gap:1rem}.QuizNavigation_dots__60Lol{order:-1;width:100%;justify-content:center;margin-bottom:.5rem}.QuizNavigation_button__Tzox6{flex:1;justify-content:center;padding:.75rem 1rem;font-size:.875rem}.QuizNavigation_icon__aa4J5{width:18px;height:18px}}.QuizProgress_header__4ToOy{margin-bottom:2rem}.QuizProgress_title__leJyQ{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.QuizProgress_progress__ISpEK{margin-top:1rem}.QuizProgress_progressText__px6An{font-size:.875rem;color:#6b7280;display:block;margin-bottom:.5rem}.QuizProgress_progressBar__6QnDl{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.QuizProgress_progressFill__N_vCq{height:100%;background:linear-gradient(90deg,#0284c7,#0ea5e9);transition:width .3s ease}@media (max-width:640px){.QuizProgress_title__leJyQ{font-size:1.5rem}.QuizProgress_progressText__px6An{font-size:.8125rem}}.ModuleQuiz_container__Dd1Yp{max-width:800px;margin:0 auto;padding:2rem 1rem;min-height:auto}@media (max-width:640px){.ModuleQuiz_container__Dd1Yp{padding:1.5rem 1rem}}:root{--rh-navy-900:#041E42;--rh-navy-700:#002B7A;--rh-navy-600:#003594;--rh-navy-500:#1947B5;--rh-blue-300:#4DA6FF;--rh-teal:var(--rh-navy-600);--rh-navy:var(--rh-navy-900);--rh-white:#FAFBFD;--rh-paper:#F4F6FA;--rh-mint:#E8EFF8;--rh-gray:#C9D0DC;--rh-ink:#0B1224;--rh-ink-muted:#4A5468;--rh-gold:#869397;--rh-amber:#C8983A;--rh-gradient:linear-gradient(135deg,var(--rh-navy-600) 0%,var(--rh-navy-900) 100%);--rh-gradient-light:linear-gradient(135deg,var(--rh-mint) 0%,var(--rh-paper) 100%);--primary:#0284c7;--secondary:#0ea5e9;--rh-radius-sm:12px;--rh-radius-md:20px;--rh-radius-lg:28px;--rh-shadow-sm:0 1px 2px rgba(4,30,66,0.06),0 2px 8px rgba(4,30,66,0.04);--rh-shadow-md:0 8px 24px rgba(4,30,66,0.08),0 2px 6px rgba(4,30,66,0.04);--rh-shadow-lg:0 24px 56px rgba(4,30,66,0.14),0 6px 16px rgba(4,30,66,0.06);--rh-ease-out:cubic-bezier(0.22,1,0.36,1)}.eli-sticky-wrapper{position:sticky;top:0;z-index:1001}*{box-sizing:border-box}html{scroll-behavior:smooth}body{overflow-x:hidden}.rewardshealth-container{min-height:100vh;background-color:var(--rh-white);font-family:Avenir Next LT Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.0625rem;color:var(--rh-ink)}.rewardshealth-main{width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-24px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0) translateX(0) scale(1)}33%{transform:translateY(-30px) translateX(10px) scale(1.05)}66%{transform:translateY(-10px) translateX(-10px) scale(.95)}}.rh-fade-in-up{animation:fadeInUp .7s var(--rh-ease-out) forwards}.rh-fade-in-down{animation:fadeInDown .7s var(--rh-ease-out) forwards}.rh-fade-in-left{animation:fadeInLeft .7s var(--rh-ease-out) forwards}.rh-fade-in-right{animation:fadeInRight .7s var(--rh-ease-out) forwards}.rh-scale-in{animation:scaleIn .7s var(--rh-ease-out) forwards}.rh-pulse{animation:pulse 2s ease-in-out infinite}.rh-float{animation:float 18s ease-in-out infinite}.rh-section{padding:96px 0;position:relative}.rh-section-dark{background-color:var(--rh-navy-900);color:var(--rh-white)}.rh-section-light{background-color:var(--rh-mint);color:var(--rh-navy-900)}.rh-section-gradient{background:var(--rh-gradient);color:var(--rh-white)}.rh-container{max-width:1200px;margin:0 auto;padding:0 24px}.rh-heading-1{font-size:clamp(2.5rem,5.5vw,4rem);line-height:1.08;letter-spacing:-.025em;margin-bottom:24px}.rh-heading-1,.rh-heading-2{font-family:Avenir Next LT Pro,sans-serif;font-weight:700;color:var(--rh-navy-900)}.rh-heading-2{font-size:clamp(2rem,3.6vw,2.8rem);line-height:1.15;letter-spacing:-.02em;margin-bottom:20px}.rh-heading-3{font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;line-height:1.25;letter-spacing:-.015em;color:var(--rh-navy-900);margin-bottom:16px}.rh-heading-3,.rh-paragraph{font-family:Avenir Next LT Pro,sans-serif}.rh-paragraph{font-size:1.125rem;font-weight:400;line-height:1.7;margin-bottom:20px;color:var(--rh-ink-muted);max-width:65ch}.rh-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:16px 32px;font-family:Avenir Next LT Pro,sans-serif;font-size:1.0625rem;font-weight:700;text-decoration:none;border-radius:999px;transition:transform .25s var(--rh-ease-out),box-shadow .25s var(--rh-ease-out),background .25s var(--rh-ease-out);cursor:pointer;border:none;position:relative;overflow:hidden}.rh-button-primary{background:var(--rh-navy-600);color:var(--rh-white);box-shadow:0 6px 18px rgba(0,53,148,.28)}.rh-button-primary:hover{background:var(--rh-navy-700);transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,53,148,.36)}.rh-button:active{transform:translateY(0) scale(.98);transition-duration:.12s}.rh-button-secondary{background:var(--rh-white);color:var(--rh-navy-900);border:1.5px solid var(--rh-navy-600)}.rh-button-secondary:hover{background:var(--rh-mint);transform:translateY(-2px);box-shadow:0 12px 24px rgba(4,30,66,.12)}.rh-button-gold{background:var(--rh-gold);color:var(--rh-navy-900)}.rh-button-gold:hover{background:#9AA3A7;transform:translateY(-2px);box-shadow:0 12px 24px rgba(134,147,151,.32)}.rh-card{background:var(--rh-white);border:1px solid hsla(221,18%,88%,1);border-radius:var(--rh-radius-md);padding:40px;box-shadow:var(--rh-shadow-sm);transition:transform .3s var(--rh-ease-out),box-shadow .3s var(--rh-ease-out),border-color .3s var(--rh-ease-out)}.rh-card:hover{transform:translateY(-4px);box-shadow:var(--rh-shadow-md);border-color:hsla(221,30%,78%,1)}.rh-grid{display:grid;gap:30px}.rh-grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.rh-grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.rh-grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:768px){.rh-section{padding:64px 0}.rh-button{padding:14px 28px;font-size:1rem}}.rh-hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.rh-hero-background{position:absolute;inset:0;z-index:0}.rh-hero-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,30,66,.45),rgba(4,30,66,.65) 50%,rgba(4,30,66,.85));z-index:2}.rh-hero-video-container{position:absolute;inset:0;z-index:1;overflow:hidden}.rh-hero-video{opacity:.85;filter:brightness(.6) saturate(.6) contrast(1.05);position:absolute;top:0;left:0}.rh-hero-image,.rh-hero-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rh-hero-image{opacity:.3}.rh-hero-shapes{position:absolute;inset:0;z-index:3;pointer-events:none}.rh-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.28;animation:float 22s ease-in-out infinite}.rh-shape-1{width:600px;height:600px;background:radial-gradient(circle,rgba(77,166,255,.35) 0,transparent 70%);top:-200px;left:-200px;animation-duration:25s}.rh-shape-2{width:400px;height:400px;background:radial-gradient(circle,rgba(0,53,148,.3) 0,transparent 70%);top:50%;right:-150px;animation-delay:7s;animation-duration:20s}.rh-shape-3{width:300px;height:300px;background:radial-gradient(circle,rgba(200,152,58,.18) 0,transparent 70%);bottom:-100px;left:30%;animation-delay:14s;animation-duration:30s}.rh-hero-content{text-align:center;max-width:920px;margin:0 auto;position:relative;z-index:10}.rh-hero-title{font-family:Avenir Next LT Pro,sans-serif;font-size:clamp(2.75rem,7vw,5rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;margin-bottom:28px;color:var(--rh-white);opacity:0;text-shadow:0 2px 24px rgba(4,30,66,.45)}.rh-text-gradient{color:var(--rh-blue-300);font-weight:700}.rh-hero-subtitle{font-size:clamp(1.2rem,2.2vw,1.7rem);font-weight:600;color:var(--rh-blue-300);margin-bottom:20px;letter-spacing:-.01em;opacity:0;text-shadow:0 1px 12px rgba(4,30,66,.4)}.rh-hero-description{font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.65;color:rgba(250,251,253,.92);margin:0 auto 40px;max-width:65ch;opacity:0;text-shadow:0 1px 6px rgba(4,30,66,.35)}.rh-hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:64px;opacity:0}.rh-button-large{padding:20px 40px;font-size:1.125rem}.rh-button-icon{display:inline-block;margin-left:6px;transition:transform .25s var(--rh-ease-out)}.rh-button:hover .rh-button-icon{transform:translateX(5px)}.rh-button-text{display:inline-block;position:relative;z-index:2}.rh-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:32px;opacity:0;background:rgba(4,30,66,.35);backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);border-radius:var(--rh-radius-md);padding:28px 32px;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 56px rgba(4,30,66,.35)}.rh-stat{text-align:center}.rh-stat-number{font-size:clamp(2.25rem,4vw,3.25rem);letter-spacing:-.025em;color:var(--rh-white);margin-bottom:8px;display:flex;align-items:center;justify-content:center;line-height:1}.rh-stat-label,.rh-stat-number{font-family:Avenir Next LT Pro,sans-serif;font-weight:700}.rh-stat-label{font-size:.8125rem;color:var(--rh-blue-300);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.rh-stat-description{font-family:Avenir Next LT Pro,sans-serif;font-size:.9375rem;font-weight:400;color:rgba(250,251,253,.72);line-height:1.5;max-width:28ch;margin:0 auto}.rh-hero-scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);text-align:center;animation:fadeInUp 1s var(--rh-ease-out) 2s forwards;opacity:0}.rh-scroll-mouse{width:28px;height:46px;border:1.5px solid var(--rh-blue-300);border-radius:999px;margin:0 auto 10px;position:relative}.rh-scroll-wheel{width:3px;height:8px;background:var(--rh-blue-300);border-radius:2px;position:absolute;top:8px;left:50%;transform:translateX(-50%);animation:scrollWheel 2s ease-in-out infinite}.rh-scroll-text{font-size:.85rem;color:rgba(250,251,253,.7)}@keyframes scrollWheel{0%,to{transform:translateX(-50%) translateY(0);opacity:1}50%{transform:translateX(-50%) translateY(14px);opacity:.4}}.rh-delay-1{animation-delay:.15s}.rh-delay-2{animation-delay:.3s}.rh-delay-3{animation-delay:.45s}.rh-delay-4{animation-delay:.6s}@media (max-width:768px){.rh-hero{padding-top:80px}.rh-hero-content{padding-top:24px}.rh-hero-actions{flex-direction:column;align-items:center}.rh-button-large{width:100%;max-width:320px}.rh-hero-stats{grid-template-columns:repeat(2,1fr);gap:18px;padding:22px 16px}.rh-stat-description{font-size:.825rem}}.rh-lifestyle-img,.rh-monterrey-hero-img{max-width:100%;height:auto;display:block}@media (max-width:768px){.rh-lifestyle-img,.rh-monterrey-hero-img{width:100%!important;height:auto!important;-o-object-fit:cover!important;object-fit:cover!important}}.rh-shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);background-size:200% 100%;animation:shimmer 1.5s linear infinite}@media (prefers-reduced-motion:reduce){.rh-fade-in-down,.rh-fade-in-left,.rh-fade-in-right,.rh-fade-in-up,.rh-float,.rh-pulse,.rh-scale-in{animation:none!important;opacity:1!important;transform:none!important}}