@keyframes picky-screen-in{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0)}}@keyframes picky-screen-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.99)}}@keyframes picky-small-float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-7px) rotate(2deg)}}@keyframes picky-soft-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes picky-picture-wiggle{0%,to{transform:rotate(-2deg)}50%{transform:rotate(3deg) scale(1.03)}}@keyframes picky-bar-step{0%{width:var(--picky-progress-from)}to{width:var(--picky-progress-to)}}@keyframes picky-result-screen{0%{background-color:var(--color-lightgreen)}to{background-color:var(--picky-result-color)}}@keyframes picky-result-glow{0%{opacity:0;transform:translateX(-50%) scale(.35)}55%{opacity:1}to{opacity:.75;transform:translateX(-50%) scale(1)}}@keyframes picky-result-picture-in{0%{opacity:0;transform:translateY(18px) scale(.72) rotate(-6deg)}70%{opacity:1;transform:translateY(-3px) scale(1.05) rotate(2deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}@keyframes picky-result-text-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}:root{scroll-padding-top:110px}.picky-page{background-color:#fff;padding:0 0 28px}.picky-page .content-wrapper-start{box-sizing:border-box}.picky-breadcrumb{margin-bottom:14px}.picky-box,.picky-screen{box-sizing:border-box;margin:0 auto}.picky-box{color:var(--color-darkblue);max-width:720px}.picky-screen{animation:picky-screen-in 360ms cubic-bezier(.2,.8,.2,1) both;background-color:var(--color-lightgreen);border-radius:20px;min-height:min(620px,calc(100vh - 160px));padding:22px 24px 26px;text-align:center}.picky-screen.is-leaving{animation:picky-screen-out 150ms ease-in both}.picky-logo{display:block;height:auto;margin:0 auto 12px;max-width:180px;width:48%}.picky-question h1,.picky-result h1,.picky-start h1{color:var(--color-darkblue);font-family:var(--font-family-special),var(--font-family-regular),serif;letter-spacing:0;line-height:1.12;margin:0 auto;max-width:620px}.picky-start h1{font-size:42px}.picky-intro,.picky-result-text{font-size:17px;line-height:1.45;margin:10px auto 0;max-width:560px}.picky-result-range,.picky-result-score,.picky-small-title{color:var(--color-darkred);font-family:var(--font-family-regular),serif;font-size:16px;font-weight:700;line-height:1.25;margin:0 auto 8px}.picky-start-pictures{align-items:end;display:grid;gap:8px;grid-template-columns:1fr 1.2fr 1fr;margin:16px auto 2px;max-width:480px}.picky-question-picture img,.picky-start-picture{animation:picky-small-float 3.4s ease-in-out infinite;display:block;max-height:126px;max-width:100%;object-fit:contain}.picky-start-picture--center{animation:picky-soft-bounce 2.8s ease-in-out infinite;justify-self:center;max-height:160px}.picky-button{text-decoration:none;transition:transform 160ms ease,opacity 160ms ease}.picky-button,.picky-button.button{margin-top:18px}.picky-progress{align-items:center;display:grid;gap:10px;grid-template-columns:auto 1fr;margin:0 auto 18px;max-width:560px}.picky-progress span{background-color:var(--color-orange);border-radius:15px;color:var(--color-darkblue);font-family:var(--font-family-regular),serif;font-size:15px;font-weight:700;padding:6px 10px}.picky-progress-track{background-color:#fff;border-radius:20px;height:12px;overflow:hidden}.picky-progress-fill{animation:picky-bar-step 520ms ease-out both;background-color:var(--color-red);border-radius:inherit;height:100%;width:var(--picky-progress-to)}.picky-question-picture{align-items:center;background-color:#fff;border-radius:20px;display:flex;height:150px;justify-content:center;margin:0 auto 16px;width:150px}.picky-question-picture img{animation:picky-picture-wiggle 3.2s ease-in-out infinite;max-height:122px;max-width:122px}.picky-question h1{font-size:34px}.picky-choice-row{display:grid;gap:14px;grid-template-columns:1fr 1fr;margin:24px auto 12px;max-width:430px}.picky-choice{align-items:center;border-radius:50px;box-sizing:border-box;color:#fff;display:inline-flex;font-family:var(--font-family-special),var(--font-family-regular),serif;font-size:26px;font-weight:700;justify-content:center;min-height:62px;padding:10px 20px;text-decoration:none;transition:transform 160ms ease,opacity 160ms ease}.picky-back:hover,.picky-button:hover,.picky-choice:hover{transform:translateY(-2px)}.picky-choice.is-tapped{transform:scale(.96)}.picky-choice--yes{background-color:var(--color-darkblue)}.picky-choice--no{background-color:var(--color-red)}.picky-back{background:0 0;border:0;color:var(--color-darkred);cursor:pointer;font-family:var(--font-family-regular),serif;font-size:15px;font-weight:700;padding:8px 12px}.picky-result{--picky-result-color:var(--color-pink);animation:picky-result-screen 520ms ease-out both;background-color:var(--picky-result-color);overflow:hidden;position:relative}.picky-result::before{animation:picky-result-glow 900ms ease-out both;background:rgba(255,255,255,.38);border-radius:50%;content:"";height:220px;left:50%;pointer-events:none;position:absolute;top:58px;transform:translateX(-50%);width:220px}.picky-result-picture{animation:picky-result-picture-in 620ms cubic-bezier(.2,.9,.2,1.25) both,picky-small-float 3.4s ease-in-out infinite 760ms;display:block;margin:6px auto 8px;max-height:190px;max-width:min(70vw,220px);object-fit:contain;position:relative;z-index:1}.picky-result h1{animation:picky-result-text-in 380ms ease-out 180ms both;font-size:38px;position:relative;z-index:1}.picky-result-buttons{animation:picky-result-text-in 380ms ease-out 300ms both;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:10px;position:relative;z-index:1}.picky-result-range,.picky-result-score,.picky-result-text{animation:picky-result-text-in 360ms ease-out 120ms both;position:relative;z-index:1}.picky-result--medium{--picky-result-color:var(--color-lightblue)}.picky-result--high{--picky-result-color:var(--color-orange)}@media screen and (max-width:992px){.picky-page .content-wrapper-start{padding-left:15px;padding-right:15px}}@media screen and (max-width:680px){.picky-page{padding-bottom:18px}.picky-breadcrumb{margin-bottom:10px}.picky-screen{border-radius:15px;min-height:65vh;padding:18px 16px 20px}.picky-logo{margin-bottom:8px;max-width:150px}.picky-start h1{font-size:34px}.picky-question h1{font-size:29px}.picky-result h1{font-size:31px}.picky-intro,.picky-result-text{font-size:16px}.picky-start-pictures{gap:4px;margin-top:12px}.picky-start-picture{max-height:96px}.picky-start-picture--center{max-height:100px}.picky-question-picture{height:118px;margin-bottom:12px;width:118px}.picky-question-picture img{max-height:96px;max-width:96px}.picky-choice-row{gap:10px;margin-top:18px}.picky-choice{font-size:23px;min-height:54px;padding:8px 16px}.picky-result-picture{max-height:150px}.picky-result-buttons{flex-direction:column}.picky-result-buttons .picky-button{width:100%}}@media screen and (max-height:700px){.picky-screen{min-height:0}.picky-logo{display:none}.picky-start-picture{max-height:82px}.picky-start-picture--center{max-height:108px}.picky-question-picture{height:104px;width:104px}.picky-question-picture img{max-height:84px;max-width:84px}.picky-result-picture{max-height:125px}}@media (prefers-reduced-motion:reduce){.picky-progress-fill,.picky-question-picture img,.picky-result,.picky-result h1,.picky-result-buttons,.picky-result-picture,.picky-result-range,.picky-result-score,.picky-result-text,.picky-result::before,.picky-screen,.picky-screen.is-leaving,.picky-start-picture{animation:none}.picky-button,.picky-choice{transition:none}}