.ef-pdf-vote{--ef-pdf-vote-accent: #ff8124;--ef-pdf-vote-step-bg: rgba(255, 255, 255, .5);--ef-pdf-vote-card-bg: #fdf1e7;--ef-pdf-vote-number-bg: #fedcbe;--ef-pdf-vote-muted: #595c61;--ef-pdf-vote-caption: linear-gradient(162deg, #ffc490 6.52%, #f7dbc2 45.06%, #ffb97d 78.71%);display:flex;flex-direction:column;gap:24px;padding:120px 0 60px}.ef-pdf-vote__intro{display:flex;flex-direction:column;gap:12px;text-align:center}.ef-pdf-vote__heading{margin:0;color:#000;font-size:40px;line-height:50px;font-weight:500}.ef-pdf-vote__lede{margin:0;color:var(--ef-pdf-vote-muted);font-size:20px;line-height:26px}.ef-pdf-vote__step{position:relative;display:flex;flex-direction:column;gap:24px;margin:0;padding:24px;border:0;border-radius:8px;background:var(--ef-pdf-vote-step-bg)}.ef-pdf-vote__step--form{flex-direction:row;align-items:center;gap:80px;padding:24px 100px 24px 24px}.ef-pdf-vote__step-head{display:flex;align-items:center;gap:16px}.ef-pdf-vote__step-number{display:flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;border-radius:41px;background:var(--ef-pdf-vote-number-bg);color:var(--ef-pdf-vote-accent);font-size:20px;line-height:26px;font-weight:500}.ef-pdf-vote__step-copy{min-width:0;flex:1}.ef-pdf-vote__step-title{display:block;margin:0;padding:0;color:#000;font-size:24px;line-height:1.2;font-weight:500;text-transform:capitalize}.ef-pdf-vote__step-desc{margin:8px 0 0;color:var(--ef-pdf-vote-muted);font-size:16px;line-height:20px}.ef-pdf-vote__track-wrap{position:relative}.ef-pdf-vote__track{display:flex;gap:16px;overflow:hidden}.ef-pdf-vote__step--overflow .ef-pdf-vote__track{overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.ef-pdf-vote__step--overflow .ef-pdf-vote__track::-webkit-scrollbar{display:none}.ef-pdf-vote__nav{position:absolute;top:50%;z-index:2;display:none;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer;transform:translateY(-50%)}.ef-pdf-vote__nav:disabled{cursor:default}.ef-pdf-vote__nav:focus,.ef-pdf-vote__nav:focus-visible{outline:none}.ef-pdf-vote__nav--prev{left:-20px}.ef-pdf-vote__nav--next{right:-20px}.ef-pdf-vote__nav-icon{display:block;width:48px;height:48px}.ef-pdf-vote__step--overflow:hover .ef-pdf-vote__nav,.ef-pdf-vote__step--overflow:focus-within .ef-pdf-vote__nav{display:flex}.ef-pdf-vote__card{position:relative;display:flex;flex-direction:column;align-items:center;flex:0 0 276px;width:276px;overflow:hidden;margin-bottom:0;border:1px solid transparent;border-radius:8px;background:var(--ef-pdf-vote-card-bg);cursor:pointer}.ef-pdf-vote__card--product{flex:1 0 179px;min-width:179px;width:auto;height:182px;padding-bottom:16px}.ef-pdf-vote__card--prize{flex:1 1 0;min-width:0;width:auto}.ef-pdf-vote__card.is-selected,.ef-pdf-vote__card:has(.ef-pdf-vote__radio-input:checked){border-color:var(--ef-pdf-vote-accent)}.ef-pdf-vote__card.is-selected:after,.ef-pdf-vote__card:has(.ef-pdf-vote__radio-input:checked):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(253,124,27,.5);border-radius:8px;filter:blur(1.05px);pointer-events:none}.ef-pdf-vote__card:has(.ef-pdf-vote__radio-input:focus-visible){outline:2px solid var(--ef-pdf-vote-accent);outline-offset:2px}.ef-pdf-vote__radio-input{position:absolute;opacity:0;pointer-events:none}.ef-pdf-vote__radio{position:absolute;top:8px;right:8px;z-index:1;width:18px;height:18px;background:url(pdf-vote-radio-off.svg) center / contain no-repeat}.ef-pdf-vote__card.is-selected .ef-pdf-vote__radio,.ef-pdf-vote__card:has(.ef-pdf-vote__radio-input:checked) .ef-pdf-vote__radio{background-image:url(pdf-vote-radio-on.svg)}.ef-pdf-vote__media{display:flex;align-items:center;justify-content:center;width:140px;height:140px;overflow:hidden}.ef-pdf-vote__image,.ef-pdf-vote__placeholder{display:block;width:140px;height:140px;object-fit:contain}.ef-pdf-vote__image--desktop,.ef-pdf-vote__image--mobile{width:140px;height:140px;object-fit:contain}.ef-pdf-vote__image--mobile{display:none}.ef-pdf-vote__card--prize .ef-pdf-vote__media{margin-bottom:-8px}.ef-pdf-vote__caption{position:relative;display:grid;place-items:center;width:100%;height:36px;padding:0 12px;overflow:hidden;background-image:var(--ef-pdf-vote-caption);color:#000;font-size:14px;line-height:18px;text-align:center}.ef-pdf-vote__name{padding:0 12px;color:#000;font-size:20px;line-height:26px;text-align:center;white-space:nowrap}.ef-pdf-vote__form-copy{flex:1 1 656px;max-width:656px}.ef-pdf-vote__form{display:flex;flex-direction:column;gap:12px;max-width:520px;margin-top:24px}.ef-pdf-vote__field{display:flex;overflow:hidden;border:1px solid #000;border-radius:8px}.ef-pdf-vote__input{flex:1 1 auto;min-width:0;height:56px;padding:16px 12px;border:0;background:#fff;color:#000;font-size:16px;line-height:1.5}.ef-pdf-vote__input::placeholder{color:#b9b9b9}.ef-pdf-vote__input:focus{outline:none}.ef-pdf-vote__input:focus-visible{outline:none;box-shadow:none}.ef-pdf-vote__submit{flex:0 0 160px;height:56px;padding:14px 16px;border:0;background:#000;color:#fff;font-size:20px;line-height:1.3;text-transform:capitalize;cursor:pointer}.ef-pdf-vote__submit:disabled{opacity:.6;cursor:wait}.ef-pdf-vote__submit:focus-visible{outline:2px solid var(--ef-pdf-vote-accent);outline-offset:-2px}.ef-pdf-vote__consent{display:flex;align-items:center;margin-bottom:0;gap:4px;cursor:pointer}.ef-pdf-vote__consent-input{position:absolute;opacity:0;pointer-events:none}.ef-pdf-vote__consent-box{flex:0 0 18px;width:18px;height:18px;margin:3px;border:1px solid #83868a;border-radius:2px;background:#fff}.ef-pdf-vote__consent-input:checked+.ef-pdf-vote__consent-box{border-color:transparent;background:url(pdf-vote-checkbox.svg) center / 18px 18px no-repeat}.ef-pdf-vote__consent-input:focus-visible+.ef-pdf-vote__consent-box{outline:2px solid var(--ef-pdf-vote-accent);outline-offset:2px}.ef-pdf-vote__consent-text{color:var(--ef-pdf-vote-muted);font-size:12px;line-height:1.2}.ef-pdf-vote__consent-text a{color:#000;text-decoration:underline}.ef-pdf-vote__error{margin:0;color:#d11504;font-size:14px;line-height:18px}.ef-pdf-vote__art{flex:0 0 225px;width:225px;opacity:.8}.ef-pdf-vote__art img{display:block;width:100%;height:auto}.ef-pdf-vote__art img.ef-pdf-vote__art-image--mobile{display:none}.ef-pdf-vote__success{display:flex;align-items:center;gap:8px;border-radius:4px}.ef-pdf-vote__success-icon{flex:0 0 20px;width:20px;height:20px;margin:2px}.ef-pdf-vote__success-text{color:#000;font-size:14px;line-height:18px}.ef-pdf-vote.is-loading .ef-pdf-vote__submit{pointer-events:none}@media screen and (min-width:990px){.ef-pdf-vote__step--overflow .ef-pdf-vote__card--product{flex:0 0 250px;width:250px;min-width:250px}.ef-pdf-vote__step--overflow .ef-pdf-vote__card--prize{flex:0 0 276px;width:276px;min-width:276px}.ef-pdf-vote__card--prize{min-height:168px}.ef-pdf-vote__card--prize .ef-pdf-vote__media{width:100%;height:auto;aspect-ratio:276 / 168;margin-bottom:0}.ef-pdf-vote__card--prize .ef-pdf-vote__image{width:100%;height:100%}.ef-pdf-vote__card--prize .ef-pdf-vote__caption{position:absolute;bottom:0;left:0}}@media screen and (max-width:989px){.section-ef-pdf-vote{overflow-x:clip}.ef-pdf-vote{gap:20px;padding:60px 0}.ef-pdf-vote__heading{font-size:24px;line-height:32px}.ef-pdf-vote__lede{font-size:14px;line-height:18px}.ef-pdf-vote__step{gap:16px;padding:16px}.ef-pdf-vote__step--form{flex-direction:column;align-items:stretch;gap:16px;padding:26px 16px}.ef-pdf-vote__step-head{align-items:flex-start;gap:12px}.ef-pdf-vote__step-number{flex-basis:24px;width:24px;height:24px;font-size:12px;line-height:16px}.ef-pdf-vote__step-title{font-size:16px;line-height:20px;text-transform:none}.ef-pdf-vote__step-desc{margin-top:4px;font-size:12px;line-height:16px}.ef-pdf-vote__track,.ef-pdf-vote__step--overflow .ef-pdf-vote__track{gap:12px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.ef-pdf-vote__track::-webkit-scrollbar{display:none}.ef-pdf-vote__nav{display:none!important}.ef-pdf-vote__card,.ef-pdf-vote__card--product{flex:0 0 134px;width:134px;min-width:134px;height:auto;padding-bottom:0;scroll-snap-align:start}.ef-pdf-vote__card--prize{flex:0 0 134px;width:134px;min-width:134px;height:172px;min-height:172px}.ef-pdf-vote__card--prize .ef-pdf-vote__media{flex:0 0 140px;width:140px;height:140px;margin-bottom:-8px}.ef-pdf-vote__card--prize .ef-pdf-vote__image,.ef-pdf-vote__card--prize .ef-pdf-vote__placeholder,.ef-pdf-vote__card--prize .ef-pdf-vote__image--desktop,.ef-pdf-vote__card--prize .ef-pdf-vote__image--mobile{width:140px;height:140px}.ef-pdf-vote__card--prize .ef-pdf-vote__caption{position:relative;margin-top:auto}.ef-pdf-vote__radio{top:4px;right:4px}.ef-pdf-vote__media,.ef-pdf-vote__image,.ef-pdf-vote__placeholder,.ef-pdf-vote__image--desktop,.ef-pdf-vote__image--mobile{width:140px;height:140px}.ef-pdf-vote__image--desktop{display:none}.ef-pdf-vote__image--mobile{display:block}.ef-pdf-vote__caption{height:40px;padding:4px 12px;font-size:12px;line-height:16px}.ef-pdf-vote__name{font-size:14px;line-height:18px;white-space:normal}.ef-pdf-vote__form-copy,.ef-pdf-vote__form{max-width:none}.ef-pdf-vote__form-copy{flex-basis:auto}.ef-pdf-vote__form{margin-top:16px}.ef-pdf-vote__field{height:44px}.ef-pdf-vote__input{height:auto;padding:0 12px;font-size:14px}.ef-pdf-vote__submit{flex-basis:78px;height:auto;padding:0;font-size:14px}.ef-pdf-vote__form-copy{position:relative;z-index:1}.ef-pdf-vote__art{position:absolute;top:-25px;right:-20px;z-index:0;display:block;flex:none;width:111px;height:120px;pointer-events:none}.ef-pdf-vote__art img.ef-pdf-vote__art-image--desktop{display:none}.ef-pdf-vote__art img.ef-pdf-vote__art-image--mobile{display:block;width:111px;height:120px}}
/*# sourceMappingURL=/cdn/shop/t/517/assets/ef-section-pdf-vote.css.map */
