.mk-links{padding:5rem 2rem 6rem;display:flex;justify-content:center}.mk-links__inner{width:100%;max-width:44rem;text-align:center}.mk-links__logo{max-width:12rem;height:auto;margin:0 auto 1.4rem}.mk-links__brand{font-family:var(--font-heading-family);font-size:3.2rem;letter-spacing:.02em;margin:0 0 .6rem}.mk-links__tagline{font-size:1.45rem;line-height:1.55;opacity:.72;margin:0 auto 3rem;max-width:32rem}.mk-links__list{display:flex;flex-direction:column;gap:1rem;text-align:left}.mk-links__btn{display:flex;align-items:center;gap:1.3rem;padding:1.4rem 1.7rem;border:.1rem solid rgba(var(--color-foreground),.16);border-radius:1.3rem;text-decoration:none;color:rgb(var(--color-foreground));background:rgb(var(--color-background));transition:background .2s,color .2s,transform .15s,border-color .2s,box-shadow .2s}.mk-links__btn:hover{transform:translateY(-.2rem);border-color:rgba(var(--color-foreground),.4);box-shadow:0 .6rem 1.6rem rgba(var(--color-foreground),.08)}.mk-links__ic{flex:0 0 auto;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;opacity:.85}.mk-links__ic svg{width:100%;height:100%}.mk-links__txt{flex:1 1 auto;display:flex;flex-direction:column;gap:.15rem}.mk-links__label{font-size:1.55rem;line-height:1.2;letter-spacing:.005em}.mk-links__sub{font-size:1.2rem;line-height:1.3;opacity:.6}.mk-links__arrow{flex:0 0 auto;opacity:.4;transition:transform .2s}.mk-links__btn:hover .mk-links__arrow{transform:translate(.35rem);opacity:.7}.mk-links__btn.is-em{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.mk-links__btn.is-em .mk-links__ic,.mk-links__btn.is-em .mk-links__arrow,.mk-links__btn.is-em .mk-links__sub{opacity:.85}.mk-links__btn--whatsapp .mk-links__ic{color:#25d366;opacity:1}.mk-links__foot{margin:2.6rem 0 0;font-size:1.2rem;opacity:.55;line-height:1.5}@media(max-width:40rem){.mk-links{padding:3.5rem 1.6rem 5rem}.mk-links__brand{font-size:2.7rem}}.mk-quiz__card{max-width:96rem;margin:0 auto;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08);border-radius:1.6rem;padding:3.2rem 3.6rem;position:relative}.mk-quiz__tiles{max-width:76rem;margin:0 auto}.mk-quiz__progress{height:.3rem;background:rgba(var(--color-foreground),.08);border-radius:99px;overflow:hidden;margin-bottom:2.4rem}.mk-quiz__progress span{display:block;height:100%;width:0;background:rgb(var(--color-foreground));border-radius:99px;transition:width .35s ease}.mk-quiz__q{margin:0 0 1.8rem;font-size:2rem;text-align:center}.mk-quiz__tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.mk-quiz__tile{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:2rem 1.2rem;border:1px solid rgba(var(--color-foreground),.14);border-radius:1.2rem;background:rgb(var(--color-background));cursor:pointer;font:inherit;font-size:1.5rem;color:rgb(var(--color-foreground));transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.mk-quiz__tile:hover,.mk-quiz__tile:focus-visible{transform:translateY(-2px);border-color:rgb(var(--color-foreground));box-shadow:0 6px 18px rgba(var(--color-foreground),.1)}.mk-quiz__ico{font-size:2.6rem;line-height:1}.mk-quiz__step{animation:mkQuizIn .3s ease}@keyframes mkQuizIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.mk-quiz__back,.mk-quiz__retake{margin-top:1.8rem;background:none;border:none;cursor:pointer;font:inherit;font-size:1.4rem;color:rgba(var(--color-foreground),.65);text-decoration:underline;text-underline-offset:3px}.mk-quiz__why{text-align:center;color:rgba(var(--color-foreground),.7);margin:0 0 2rem}.mk-quiz__results{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.mk-quiz-hit{border:1px solid rgba(var(--color-foreground),.1);border-radius:1.2rem;overflow:hidden;background:rgb(var(--color-background));display:flex;flex-direction:column}.mk-quiz-hit__img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.mk-quiz-hit__body{padding:1.2rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.mk-quiz-hit__title{font-size:1.45rem;color:rgb(var(--color-foreground));text-decoration:none}.mk-quiz-hit__match{font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.mk-quiz-hit__row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding-top:.8rem}.mk-quiz-hit__price{font-size:1.4rem}.mk-quiz-hit__atc{width:3.4rem;height:3.4rem;border-radius:50%;border:1px solid rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.8rem;line-height:1;cursor:pointer;transition:transform .15s ease}.mk-quiz-hit__atc:hover{transform:scale(1.08)}.mk-quiz-hit__atc.is-added{background:#2e7d32;border-color:#2e7d32}.mk-quiz__capture{margin:2.4rem auto 0;max-width:44rem;text-align:center}.mk-quiz__capture-label{display:block;font-size:1.5rem;margin-bottom:1rem}.mk-quiz__capture-row{display:flex;gap:.8rem}.mk-quiz__capture-input{flex:1;min-width:0;padding:1.1rem 1.4rem;border:1px solid rgba(var(--color-foreground),.24);border-radius:1rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font:inherit;font-size:1.4rem}.mk-quiz__capture-input:focus-visible{outline:none;border-color:rgb(var(--color-foreground))}.mk-quiz__capture-btn{flex:none;padding:0 1.8rem;border:1px solid rgb(var(--color-foreground));border-radius:1rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font:inherit;font-size:1.4rem;cursor:pointer;transition:opacity .15s ease}.mk-quiz__capture-btn:hover{opacity:.85}.mk-quiz__capture-note{font-size:1.2rem;color:rgba(var(--color-foreground),.55);margin:.9rem 0 0}.mk-quiz__capture-done{font-size:1.4rem;color:#2e7d32;margin:1rem 0 0}.mk-quiz__capture.is-done .mk-quiz__capture-row,.mk-quiz__capture.is-done .mk-quiz__capture-label,.mk-quiz__capture.is-done .mk-quiz__capture-note{display:none}@media(max-width:749px){.mk-quiz__card{padding:2rem 1.4rem}.mk-quiz__results{grid-template-columns:1fr}.mk-quiz__q{font-size:1.7rem}.mk-quiz__capture-row{flex-direction:column}}section.mk-standards{background:var(--mk-dark, #3A332B);color:#fff;position:relative;overflow:hidden}section.mk-standards .mk-eyebrow{color:#fff9}section.mk-standards .mk-section__title{color:#fff}section.mk-standards .page-width{position:relative;z-index:1}.mk-standards__glow{position:absolute;z-index:0;pointer-events:none;top:-15%;left:-10%;width:55%;height:75%;background:radial-gradient(circle at 35% 30%,#c4784a66,#c4784a00 68%);animation:mk-standards-breathe 7s ease-in-out infinite}@keyframes mk-standards-breathe{0%,to{opacity:.45}50%{opacity:.85}}@media(prefers-reduced-motion:reduce){.mk-standards__glow{animation:none;opacity:.6}}.mk-standards__list{display:grid;grid-template-columns:1fr;gap:1rem;max-width:84rem;margin:0 auto}.mk-standards__row{border:.1rem solid rgba(255,255,255,.16);border-radius:1rem;background:#ffffff08;overflow:hidden}.mk-standards__row summary{display:flex;align-items:center;gap:1.4rem;padding:1.6rem 1.8rem;cursor:pointer;list-style:none;-webkit-tap-highlight-color:transparent}.mk-standards__row summary::-webkit-details-marker{display:none}.mk-standards__num{font-family:var(--font-heading-family);font-size:1.3rem;letter-spacing:.05em;color:#ffffff73;flex:0 0 auto;width:2.6rem;transition:color .5s ease .1s}.mk-standards__row.is-visible .mk-standards__num{color:#d69266f2}.mk-standards__row .mk-standards__title{flex:1 1 auto;font-size:1.5rem;font-weight:600;letter-spacing:.01em}.mk-standards__chev{flex:0 0 auto;width:1.1rem;height:1.1rem;position:relative}.mk-standards__chev:before,.mk-standards__chev:after{content:"";position:absolute;top:50%;left:50%;width:1rem;height:.15rem;background:#fff9;transform:translate(-50%,-50%);transition:transform .25s ease}.mk-standards__chev:after{transform:translate(-50%,-50%) rotate(90deg)}.mk-standards__row[open] .mk-standards__chev:after{transform:translate(-50%,-50%) rotate(0)}.mk-standards__row[open]{background:#ffffff0f}.mk-standards__text{margin:0;padding:0 1.8rem 1.8rem 5.9rem;font-size:1.35rem;line-height:1.55;color:#ffffffb8;max-width:56ch}.mk-standards__link{color:#fff;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.mk-standards__link:hover{opacity:.8}@media(min-width:990px){.mk-standards__list{grid-template-columns:repeat(2,1fr);align-items:start;gap:1.2rem 1.6rem}}.mk-standards--compact{padding-top:2.2rem;padding-bottom:2.2rem}.mk-standards--compact .mk-standards__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.9rem;max-width:60rem;margin-inline:auto}.mk-standards--compact .mk-standards__item{display:flex;align-items:center;gap:1.2rem;padding:.9rem 0;border-bottom:.1rem solid rgba(255,255,255,.12)}.mk-standards--compact .mk-standards__item:last-child{border-bottom:0}.mk-standards--compact .mk-standards__num{font-family:var(--font-heading-family);font-size:1.15rem;color:#ffffff73;width:2.2rem;flex:0 0 auto}.mk-standards--compact .mk-standards__title{font-size:1.35rem;font-weight:600;margin:0;color:#fff}section.mk-standards .mk-standards__title,section.mk-standards h3{color:#fff}@media(min-width:750px){.mk-standards--compact .mk-standards__grid{grid-template-columns:repeat(2,1fr);gap:.6rem 2.4rem}}.mk-why__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;max-width:90rem;margin:3rem auto 0;align-items:stretch}.mk-why__item{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;gap:1.1rem;padding:1.4rem 1.6rem;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:.9rem;background:rgba(var(--color-foreground),.015);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color .2s ease,background .2s ease}.mk-why__icon{width:2.4rem;height:2.4rem;color:rgba(var(--color-foreground),.55);flex:0 0 auto;transition:color .25s ease,transform .25s ease}.mk-why__icon svg{width:100%;height:100%}.mk-why__title{font-family:var(--font-heading-family);font-weight:400;font-size:1.5rem;line-height:1.25}.mk-why__text{display:none}.mk-why__item:hover,.mk-why__item.is-lit{border-color:#b0894e80;background:#b0894e0f}.mk-why__item:hover .mk-why__icon,.mk-why__item.is-lit .mk-why__icon{color:var(--mk-gold, #B0894E);transform:scale(1.08)}@media(max-width:989px){.mk-why__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.mk-why__grid{grid-template-columns:1fr 1fr;gap:.9rem;margin-top:2.4rem}.mk-why__item{padding:1.2rem 1.1rem;gap:.8rem}.mk-why__icon{width:2.1rem;height:2.1rem}.mk-why__title{font-size:1.3rem;line-height:1.2}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
