.rx-quiz{--rx-font: "Helvetica Neue", Helvetica, Arial, sans-serif;--rx-ink: rgb(var(--color-foreground));--rx-muted: rgba(var(--color-foreground), .58);--rx-line: rgba(var(--color-foreground), .12);--rx-line-strong: rgba(var(--color-foreground), .4);--rx-soft: rgba(var(--color-foreground), .03);--rx-ground: #f3f2f0;--rx-red: #8f1d22;--rx-ease: cubic-bezier(.2, .7, .2, 1);display:grid;font-family:var(--rx-font);color:var(--rx-ink)}.rx-quiz [hidden],.rx-quiz__step[hidden]{display:none!important}.rx-quiz__main{display:grid;gap:2.4rem;width:100%;max-width:84rem;margin-inline:auto;padding:2.4rem 2rem 6.4rem}.rx-quiz__intro{display:grid;gap:.8rem;justify-items:start;padding-bottom:2rem;border-bottom:.1rem solid var(--rx-line)}.rx-quiz__eyebrow{margin:0;font-size:1rem;font-weight:500;letter-spacing:.26em;text-transform:uppercase;color:var(--rx-red)}.rx-quiz .rx-quiz__heading{margin:0;font-family:var(--rx-font);font-size:clamp(2.4rem,1.2vw + 2rem,3.4rem);font-weight:300;line-height:1.1;letter-spacing:-.02em;color:var(--rx-ink);text-wrap:balance}.rx-quiz__subheading{max-width:none;font-size:1.4rem;line-height:1.5;color:var(--rx-muted)}.rx-quiz__subheading p{margin:0}.rx-quiz__trust{display:flex;flex-wrap:wrap;gap:.4rem 2rem;margin:.4rem 0 0;padding:0;list-style:none}.rx-quiz__trust-item{position:relative;padding-left:1.4rem;font-size:1.2rem;line-height:1.5;letter-spacing:.02em;color:var(--rx-ink)}.rx-quiz__trust-item:before{content:"";position:absolute;left:.1rem;top:.55em;width:.45rem;height:.45rem;border:.1rem solid var(--rx-red);transform:rotate(45deg)}.rx-quiz__card{display:grid;gap:2.8rem;width:100%}@media screen and (min-width:750px){.rx-quiz__main{gap:3.6rem;padding:4rem 4rem 9.6rem}.rx-quiz__intro{padding-bottom:2.4rem}}@media screen and (max-width:749px){.rx-quiz__subheading{font-size:1.35rem}.rx-quiz__trust{gap:.2rem 1.6rem}}.rx-quiz__progress{display:flex;align-items:center;gap:1.6rem}.rx-quiz__progress-label{margin:0;flex:none}.rx-quiz__count{display:inline-flex;gap:.6rem;font-size:1.2rem;font-weight:500;letter-spacing:.12em;font-variant-numeric:tabular-nums}.rx-quiz__count-sep,.rx-quiz__count [data-rx-count-total]{color:var(--rx-muted);font-weight:400}.rx-quiz__progress-track{position:relative;flex:1;height:.2rem;background:var(--rx-line);overflow:hidden}.rx-quiz__progress-fill{position:absolute;inset:0 auto 0 0;width:var(--rx-progress, 0%);background:var(--rx-red);transition:width .5s var(--rx-ease)}.rx-quiz__step{display:grid;gap:2rem;margin:0;padding:0;border:0;min-width:0}.rx-quiz__question{display:block;width:100%;margin:0;padding:0;font-family:var(--rx-font);font-size:clamp(2.6rem,1.6vw + 1.8rem,3.8rem);font-weight:300;line-height:1.14;letter-spacing:-.015em;color:var(--rx-ink);text-wrap:balance;outline:none}legend.rx-quiz__question{margin-bottom:2.4rem}.rx-quiz__qnum{display:flex;align-items:center;gap:.8rem;margin-bottom:1.4rem;font-size:1.2rem;font-weight:500;letter-spacing:.14em;color:var(--rx-red);font-variant-numeric:tabular-nums}.rx-quiz__qnum:after{content:"\2192";letter-spacing:0}.rx-quiz__hint{margin:-1.2rem 0 0;max-width:56rem;font-size:1.5rem;line-height:1.5;color:var(--rx-muted)}.rx-quiz__note{margin:0;max-width:60rem;padding:1.4rem 1.8rem;font-size:1.4rem;line-height:1.5;color:var(--rx-ink);background:var(--rx-ground);border-left:.2rem solid var(--rx-ink)}.rx-quiz__note p{margin:0}.rx-quiz__subquestion{margin:.4rem 0 -.6rem;font-size:1.3rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.rx-quiz__optional{margin-left:.4rem;font-size:1.05rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--rx-muted)}.rx-quiz__options{display:grid;gap:.8rem;max-width:56rem}.rx-quiz__options--inline{display:flex;flex-wrap:wrap;max-width:none}.rx-quiz__option,.rx-quiz__tile,.rx-quiz__frame{position:relative;cursor:pointer;background:rgb(var(--color-background));border:.1rem solid var(--rx-line);border-radius:.4rem;transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.rx-quiz__option input,.rx-quiz__tile input,.rx-quiz__frame input{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}.rx-quiz__option{display:flex;align-items:center;gap:1.4rem;min-height:5.8rem;padding:1.2rem 1.8rem 1.2rem 1.2rem;font-size:1.6rem;line-height:1.3}.rx-quiz__options--inline .rx-quiz__option{flex:1 1 14rem;padding-left:1.8rem}.rx-quiz__option>span:not(.rx-quiz__key){display:grid;gap:.2rem}.rx-quiz__option small{font-size:1.3rem;color:var(--rx-muted);transition:color .2s ease}.rx-quiz__option:after{content:"";flex:none;width:.6rem;height:1.1rem;margin:-.3rem .2rem 0 auto;border-right:.2rem solid currentColor;border-bottom:.2rem solid currentColor;transform:rotate(45deg) scale(.6);opacity:0;transition:opacity .2s ease,transform .25s var(--rx-ease)}.rx-quiz__option:has(input[type=checkbox]){padding-right:5.4rem}.rx-quiz__option:has(input[type=checkbox]):before{content:"";position:absolute;right:1.6rem;top:50%;width:2.2rem;height:2.2rem;transform:translateY(-50%);border:.1rem solid var(--rx-line-strong);border-radius:.3rem;transition:border-color .2s ease}.rx-quiz__option:has(input[type=checkbox]):after{position:absolute;right:2.35rem;top:calc(50% - .2rem);margin:0;transform:translateY(-50%) rotate(45deg) scale(.6)}.rx-quiz__option:has(input[type=checkbox]:checked):after{transform:translateY(-50%) rotate(45deg) scale(1)}.rx-quiz__option:has(input[type=checkbox]:checked):before{border-color:currentColor}.rx-quiz__key{display:grid;place-items:center;flex:none;width:2.6rem;height:2.6rem;font-size:1.15rem;font-weight:500;border:.1rem solid var(--rx-line-strong);border-radius:.3rem;transition:border-color .2s ease,background-color .2s ease,color .2s ease}@media(hover:hover){.rx-quiz__option:hover{border-color:var(--rx-ink);background:var(--rx-soft)}.rx-quiz__option:hover .rx-quiz__key{border-color:var(--rx-ink)}}.rx-quiz__option:has(input:checked){color:rgb(var(--color-background));background:var(--rx-ink);border-color:var(--rx-ink)}.rx-quiz__option:has(input:checked) small{color:rgba(var(--color-background),.72)}.rx-quiz__option:has(input:checked) .rx-quiz__key{color:var(--rx-ink);background:rgb(var(--color-background));border-color:rgb(var(--color-background))}.rx-quiz__option:has(input:checked):after{opacity:1;transform:rotate(45deg) scale(1)}.rx-quiz__option.is-pressed{animation:rx-quiz-press .28s ease}.rx-quiz__option:has(input:focus-visible),.rx-quiz__tile:has(input:focus-visible),.rx-quiz__frame:has(input:focus-visible),.rx-quiz__check:has(input:focus-visible),.rx-quiz__dropzone:has(input:focus-visible){outline:.2rem solid var(--rx-ink);outline-offset:.3rem}.rx-quiz__tiles,.rx-quiz__frame-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media screen and (min-width:750px){.rx-quiz__tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.rx-quiz__frame-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}}@media screen and (min-width:1400px){.rx-quiz__frame-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.rx-quiz__tile,.rx-quiz__frame{display:grid;grid-template-rows:auto auto auto 1fr;align-content:start;padding-bottom:1.6rem;overflow:hidden}.rx-quiz__tile-media,.rx-quiz__frame-media{display:grid;place-items:center;aspect-ratio:4 / 3;max-width:100%;margin-bottom:1.4rem;padding:1.4rem 1.8rem;background:var(--rx-ground);overflow:hidden}.rx-quiz__tile-media img,.rx-quiz__frame-media img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .6s var(--rx-ease)}@media(hover:hover){.rx-quiz__tile:hover,.rx-quiz__frame:hover{border-color:var(--rx-line-strong)}.rx-quiz__tile:hover img,.rx-quiz__frame:hover img{transform:scale(1.05)}}.rx-quiz__tile:has(input:checked),.rx-quiz__frame:has(input:checked){border-color:var(--rx-ink);box-shadow:inset 0 0 0 .1rem var(--rx-ink)}.rx-quiz__tile-check{position:absolute;top:1rem;right:1rem;width:2.6rem;height:2.6rem;border-radius:50%;background:var(--rx-ink);opacity:0;transform:scale(.5);transition:opacity .2s ease,transform .3s var(--rx-ease)}.rx-quiz__tile-check:after{content:"";position:absolute;left:50%;top:46%;width:.55rem;height:1rem;border-right:.2rem solid rgb(var(--color-background));border-bottom:.2rem solid rgb(var(--color-background));transform:translate(-50%,-50%) rotate(45deg)}.rx-quiz__tile:has(input:checked) .rx-quiz__tile-check,.rx-quiz__frame:has(input:checked) .rx-quiz__tile-check{opacity:1;transform:scale(1)}.rx-quiz__tile-initial{font-size:4rem;font-weight:300;color:var(--rx-muted)}.rx-quiz__help-icon{width:5.2rem;height:5.2rem;color:var(--rx-muted)}.rx-quiz__tile-name,.rx-quiz__frame-name{padding-inline:1.4rem;font-size:1.6rem;font-weight:500;line-height:1.25;letter-spacing:.01em}.rx-quiz__frame-name{display:-webkit-box;font-size:1.35rem;font-weight:400;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.rx-quiz__tile-meta{margin-top:.4rem;padding-inline:1.4rem;font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;color:var(--rx-muted);font-variant-numeric:tabular-nums}.rx-quiz__frame--none{grid-template-rows:none;place-content:center;min-height:14rem;padding:1.6rem;text-align:center;background:var(--rx-ground);border-style:dashed}.rx-quiz__frame--none .rx-quiz__frame-name{font-size:1.4rem;font-weight:500}.rx-quiz__field{margin:0}.rx-quiz__grid-2{display:grid;gap:1.2rem}@media screen and (min-width:750px){.rx-quiz__grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.rx-quiz__check{display:flex;align-items:flex-start;gap:1.2rem;font-size:1.35rem;line-height:1.5;cursor:pointer}.rx-quiz__check input{flex:none;width:1.8rem;height:1.8rem;margin:.15rem 0 0;accent-color:var(--rx-ink)}.rx-quiz__consent{display:grid;gap:1.2rem;padding-top:2rem;border-top:.1rem solid var(--rx-line)}.rx-quiz__consent-text{font-size:1.2rem;line-height:1.55;color:var(--rx-muted)}.rx-quiz__consent-text p{margin:0}.rx-quiz__rx{display:grid;gap:1.6rem}.rx-quiz__rx-table-wrap{overflow-x:auto;border:.1rem solid var(--rx-line);border-radius:.4rem}.rx-quiz__rx-table{width:100%;min-width:46rem;border-collapse:collapse;font-variant-numeric:tabular-nums}.rx-quiz__rx-table th,.rx-quiz__rx-table td{padding:1rem .8rem;border-bottom:.1rem solid var(--rx-line);text-align:center;font-size:1.3rem}.rx-quiz__rx-table tbody tr:last-child th,.rx-quiz__rx-table tbody tr:last-child td{border-bottom:0}.rx-quiz__rx-table thead th{font-size:1.1rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--rx-muted);background:var(--rx-ground)}.rx-quiz__rx-table tbody th{padding-left:1.4rem;text-align:left;white-space:nowrap;font-weight:500}.rx-quiz__rx-table tbody th small{display:block;font-size:1.1rem;font-weight:400;letter-spacing:.1em;color:var(--rx-muted)}.rx-quiz__rx-table select,.rx-quiz__rx-table input{width:100%;min-width:8rem;height:4.4rem;padding:0 .8rem;border:.1rem solid var(--rx-line-strong);border-radius:.3rem;background:rgb(var(--color-background));color:var(--rx-ink);font:inherit;font-size:1.4rem;text-align:center}.rx-quiz__rx-table select:focus-visible,.rx-quiz__rx-table input:focus-visible{outline:.2rem solid var(--rx-ink);outline-offset:.1rem}.rx-quiz__upload{display:grid;gap:1rem}.rx-quiz__dropzone{position:relative;display:grid;gap:.6rem;justify-items:center;padding:3.2rem 1.6rem;text-align:center;background:var(--rx-ground);border:.1rem dashed var(--rx-line-strong);border-radius:.4rem;cursor:pointer;transition:border-color .2s ease}.rx-quiz__dropzone input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.rx-quiz__dropzone:hover{border-color:var(--rx-ink)}.rx-quiz__dropzone-title{font-size:1.5rem;font-weight:500;word-break:break-word}.rx-quiz__dropzone-meta{font-size:1.2rem;color:var(--rx-muted)}.rx-quiz__error{margin:0;padding:1.2rem 1.6rem;font-size:1.4rem;color:var(--rx-ink);background:#8f1d220f;border-left:.2rem solid var(--rx-red)}.rx-quiz__nav{display:flex;flex-wrap:wrap;align-items:center;gap:1.6rem}.rx-quiz__nav--empty{display:none}.rx-quiz__next-wrap{display:flex;align-items:center;gap:1.6rem}.rx-quiz__next{min-width:16rem}.rx-quiz__next[disabled]{opacity:.6;cursor:progress}.rx-quiz__enter-hint{font-size:1.2rem;color:var(--rx-muted)}.rx-quiz__enter-hint kbd{font:inherit;font-weight:500;color:var(--rx-ink)}.rx-quiz__next[hidden]+.rx-quiz__enter-hint{display:none}.rx-quiz__back{padding:.8rem 1.6rem .8rem 0;font:inherit;font-size:1.4rem;letter-spacing:.04em;color:var(--rx-muted);background:none;border:0;cursor:pointer;transition:color .2s ease}.rx-quiz__back:hover,.rx-quiz__back:focus-visible{color:var(--rx-ink)}.rx-quiz__back:focus-visible{outline:.2rem solid var(--rx-ink);outline-offset:.3rem}@media(hover:none),screen and (max-width:749px){.rx-quiz__enter-hint{display:none}}@media screen and (max-width:749px){.rx-quiz__next-wrap{flex:1 1 100%}.rx-quiz__next{flex:1}.rx-quiz__back{order:2}}.rx-quiz__done{display:grid;gap:1.8rem;justify-items:start}.rx-quiz__done-mark{position:relative;width:6.4rem;height:6.4rem;border:.1rem solid var(--rx-ink);border-radius:50%}.rx-quiz__done-mark:after{content:"";position:absolute;left:50%;top:46%;width:1.1rem;height:2rem;border-right:.2rem solid var(--rx-red);border-bottom:.2rem solid var(--rx-red);transform:translate(-50%,-50%) rotate(45deg)}.rx-quiz__done-text{max-width:52rem;font-size:1.6rem;line-height:1.55;color:var(--rx-muted)}.rx-quiz__done-text p{margin:0}.rx-quiz__done-actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:.8rem}.rx-quiz__footnote{max-width:72rem;font-size:1.2rem;color:var(--rx-muted)}.rx-quiz__step.is-entering-forward,.rx-quiz__done.is-entering-forward{animation:rx-quiz-enter-forward .5s var(--rx-ease) both}.rx-quiz__step.is-entering-back{animation:rx-quiz-enter-back .5s var(--rx-ease) both}.rx-quiz__step.is-leaving-forward{animation:rx-quiz-leave-forward .2s ease-in both}.rx-quiz__step.is-leaving-back{animation:rx-quiz-leave-back .2s ease-in both}@keyframes rx-quiz-enter-forward{0%{opacity:0;transform:translateY(4rem)}to{opacity:1;transform:none}}@keyframes rx-quiz-enter-back{0%{opacity:0;transform:translateY(-4rem)}to{opacity:1;transform:none}}@keyframes rx-quiz-leave-forward{to{opacity:0;transform:translateY(-3.2rem)}}@keyframes rx-quiz-leave-back{to{opacity:0;transform:translateY(3.2rem)}}@keyframes rx-quiz-press{50%{transform:scale(.985)}}@media(prefers-reduced-motion:reduce){.rx-quiz *,.rx-quiz *:before,.rx-quiz *:after{animation:none!important;transition:none!important}}.rx-quiz__dropzone.is-optional{opacity:.55}
/*# sourceMappingURL=/cdn/shop/t/60/assets/cartier-rx-quiz.css.map */
