[hidden]{display:none !important}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}dialog#decision-helper-modal{position:fixed;inset:0;z-index:9999;align-items:center;justify-content:center;pointer-events:none;border:none;display:block;background:none;width:100%;height:100%;padding:0}dialog#decision-helper-modal.is-active{pointer-events:auto}dialog#decision-helper-modal.is-active .overlay{opacity:1}dialog#decision-helper-modal.is-active .decision-helper-modal-wrapper{transform:translateY(0)}@media screen and (min-width: 768px){dialog#decision-helper-modal.is-active .decision-helper-modal-wrapper{transform:translateX(0)}}dialog#decision-helper-modal .overlay{position:absolute;inset:0;background:var(--overlay);width:100%;height:100%;opacity:0;transition:all var(--duration) ease-in-out}dialog#decision-helper-modal .decision-helper-modal-wrapper{position:absolute;left:auto;right:0;width:100%;height:100%;background:var(--background);box-shadow:var(--shadow-aside);overflow-y:auto;visibility:visible;z-index:1;padding:0 2rem 2rem 2rem;transform:translateY(100vh);transition:transform var(--duration) ease-in-out;overflow:hidden}@media screen and (min-width: 768px){dialog#decision-helper-modal .decision-helper-modal-wrapper{max-width:720px;max-height:100%;transform:translateX(100vw);padding:5rem}}dialog#decision-helper-modal header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}@media screen and (min-width: 768px){dialog#decision-helper-modal header h2#modal-title{font-size:3.2rem;margin:0;padding:0;text-align:left}}.questions{display:flex;flex-direction:column;height:calc(100% - 3.8rem)}@media screen and (min-width: 768px){.questions{height:calc(100% - 8.8rem);flex-direction:column-reverse}}.questions main{padding-top:0;display:flex;flex-direction:column;min-height:250px;justify-content:space-between}@media screen and (min-width: 768px){.questions main{justify-content:unset}}.questions nav{display:flex;gap:1rem;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width: 767px){.questions nav{flex-direction:row}}@media screen and (min-width: 768px){.questions nav{justify-content:flex-end}}.questions nav .button:not(.user):not(.author):not(.cat):not(.author){flex:1;width:auto;padding:1rem 0;min-width:inherit;border-radius:100rem;margin-top:0;font-size:1.4rem}@media screen and (min-width: 768px){.questions nav .button:not(.user):not(.author):not(.cat):not(.author){flex:unset;margin:0;padding:1.2rem 3rem}}.questions nav .button:not(.user):not(.author):not(.cat):not(.author):disabled,.questions nav .button:not(.user):not(.author):not(.cat):not(.author).is-disabled{opacity:.6;cursor:not-allowed;pointer-events:none;background:var(--secondary);color:var(--title)}.progress{width:100%;bottom:0;margin-top:2rem}@media screen and (min-width: 768px){.progress{margin-top:3.2rem;margin-bottom:1.2rem}}.progress p{color:var(--text-grey);margin-bottom:0;text-align:center;font-weight:400;font-size:9px}@media screen and (min-width: 768px){.progress p{font-size:11px;margin-bottom:0}}.progress progress{width:100%;height:.5rem;border-radius:var(--radius-s);appearance:none}.progress progress::-webkit-progress-bar{background:var(--border);border-radius:var(--radius-s)}.progress progress::-moz-progress-bar{background:linear-gradient(90deg, var(--primary), var(--primary-dark));border-radius:var(--radius-s)}.progress progress::-webkit-progress-value{background:linear-gradient(90deg, var(--primary), var(--primary-dark));border-radius:var(--radius-s)}.progress progress::-webkit-progress-value{transition:width .3s ease}.progress progress::-moz-progress-bar{transition:width .3s ease}#question-container{min-height:250px}@media screen and (min-width: 768px){#question-container{min-height:unset}}#question-container h3{margin-bottom:1rem}@media screen and (min-width: 768px){#question-container h3{font-size:24px;line-height:1}}.question-item{animation:fadeIn .3s ease}.question-item h3{font-size:13px;font-weight:900}@media screen and (min-width: 768px){.question-item h3{margin-bottom:1rem}}.question-item p{color:var(--text-grey);font-size:1.2rem;font-weight:600;margin:0;font-style:italic}@media screen and (min-width: 768px){.question-item p{font-size:1.6rem;font-weight:400;margin-bottom:0;margin-top:0}}.question-item .has-text-grey-alt-color{font-style:italic;color:var(--text-grey)}.answers-list{display:flex;flex-direction:column;gap:1rem;padding-left:0;margin-top:2rem;margin-bottom:0}@media screen and (min-width: 768px){.answers-list{flex-direction:row;margin-top:2rem}}.answers-list .answer-option{position:relative;flex:1;display:flex;align-items:center;justify-content:center;list-style-type:none}@media screen and (min-width: 768px){.answers-list .answer-option:hover label{outline-color:var(--primary)}}.answers-list .answer-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.answers-list .answer-option input[type=radio]:checked~label{outline-color:var(--primary);color:var(--primary);background:var(--primary-bg)}.answers-list .answer-option:has(input[type=radio]:checked){outline-color:var(--primary);background:var(--primary-bg, rgba(var(--primary-rgb), 0.05))}.answers-list .answer-option label{position:relative;height:100%;flex:1;margin:0;padding:1rem;outline:.1rem solid var(--secondary);border-radius:var(--radius);cursor:pointer;display:block;background:var(--background);color:var(--text);font-weight:700;font-size:1.6rem;text-align:center;transition:all .2s ease;line-height:1.4;align-items:center}@media screen and (max-width: 767px){.answers-list .answer-option label{font-size:1.4rem;font-weight:600}}@media screen and (min-width: 768px){.answers-list .answer-option label{display:inline-grid}}.errors{margin:1rem 0;color:var(--danger)}.errors p{margin:0}.results{animation:fadeIn .5s ease}.results-content .button:not(.user):not(.author):not(.cat):not(.author){white-space:nowrap;margin:2rem auto 0;display:flex;gap:.1rem;border-radius:10rem;font-size:1.2rem;font-weight:600;width:fit-content;padding:.9rem 2.5rem;align-items:center}@media screen and (min-width: 768px){.results-content .button:not(.user):not(.author):not(.cat):not(.author){margin:2rem 0 0 auto;padding:.9rem 2.5rem}}.results-content h3:not(.small):not(.smallest):not(.light):not(.h2).text-positive{width:fit-content;margin:auto auto 2rem auto;color:var(--buy-cta-text);font-size:1.6rem;font-weight:900}@media screen and (min-width: 768px){.results-content h3:not(.small):not(.smallest):not(.light):not(.h2).text-positive{font-size:2rem;font-weight:700;margin:5rem auto 1.5rem auto}}.results-content .no-results{text-align:center;color:var(--text);padding:2rem}.results-content ol{padding-left:0}.results-content ol li.other-matches{list-style:none}.results-content ol li.other-matches .text-other-matches{margin:2rem 0 1rem 0;font-weight:900;color:var(--title);opacity:1;transform:translateY(0);transition:.5s ease}@starting-style{.results-content ol li.other-matches .text-other-matches{opacity:0;transform:translateY(20px);transition:.5s ease}}@media screen and (min-width: 768px){.results-content ol li.other-matches .text-other-matches{font-size:1.6rem}}.results-content ol li.results-card:first-of-type a.primary{animation-name:horizontal-shaking;animation-duration:.5s;animation-iteration-count:2;animation-delay:2.5s}.results-content ol li.results-card nav.result-button-wrapper{display:flex;justify-content:end;flex-basis:20%;position:initial}.results-content ol li.results-card nav.result-button-wrapper a.primary{color:var(--white);text-align:center;align-items:center;text-decoration:none;border-radius:10rem;display:flex;justify-content:center;transition:.5s ease;font-size:1.3rem}@media screen and (min-width: 768px){.results-content ol li.results-card nav.result-button-wrapper a.primary{display:flex;justify-content:center;position:relative;padding:1rem 1.8rem;width:fit-content}}.results-content ol li.results-card nav.result-button-wrapper a.primary:hover{background:var(--primary-hover);transition:.5s ease}.results-content ol li.results-card nav.result-button-wrapper a.primary .short-text{display:block}@media screen and (min-width: 768px){.results-content ol li.results-card nav.result-button-wrapper a.primary .short-text{display:none}}.results-content ol li.results-card nav.result-button-wrapper a.primary .long-text{display:none}@media screen and (min-width: 768px){.results-content ol li.results-card nav.result-button-wrapper a.primary .long-text{display:block}}@keyframes horizontal-shaking{0%{transform:translateX(0)}25%{transform:translateX(5px)}50%{transform:translateX(-5px)}75%{transform:translateX(5px)}100%{transform:translateX(0)}}.results-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.results-card:first-of-type{background:var(--highlight-bg);border:unset;padding:0;border-radius:var(--radius-l);position:relative}@media screen and (min-width: 768px){.results-card:first-of-type{background:none}}.results-card:first-of-type article{background:var(--highlight-bg);overflow:visible;padding:1.5rem;border:unset;border-radius:var(--radius-l)}@media screen and (min-width: 768px){.results-card:first-of-type article{border:.1rem solid var(--buy-cta-bg);padding:2rem}}.results-card:first-of-type article div.rating li{display:flex}.results-card:first-of-type article .result-heading-wrapper li.exclusive-deal{display:flex;line-height:1.1;font-weight:600}@media screen and (min-width: 768px){.results-card:first-of-type article .result-heading-wrapper li.exclusive-deal{order:initial;height:2.4rem}}.results-card:first-of-type article .result-button-wrapper a.primary{position:absolute;bottom:1.5rem;z-index:10}@media screen and (min-width: 768px){.results-card:first-of-type article .result-button-wrapper a.primary{position:relative;bottom:unset}}.results-card:first-of-type ul.results-card{gap:.3rem;list-style:inside;box-shadow:none;padding:0 0 1.5rem 1.5rem;margin:0}@media screen and (min-width: 768px){.results-card:first-of-type ul.results-card{border:1px solid var(--border);border-radius:var(--radius-l);padding:2rem}}.results-card:first-of-type ul.results-card h4{display:none;color:var(--title);margin-bottom:1rem;line-height:1}@media screen and (min-width: 768px){.results-card:first-of-type ul.results-card h4{display:block;font-size:1.6rem;font-weight:900;margin-bottom:.6rem}}.results-card:first-of-type ul.results-card li{line-height:1.223;color:var(--title);font-weight:400;padding-left:1rem;font-size:1.2rem}@media screen and (min-width: 768px){.results-card:first-of-type ul.results-card li{font-size:1.4rem;color:var(--text-accent)}}li.results-card{opacity:1;transform:translateY(0);transition:.5s ease}@starting-style{li.results-card{opacity:0;transform:translateY(20px);transition:.5s ease}}.results-card{box-shadow:0px 0px 10px 0px rgba(0,0,0,.1294117647);border-radius:var(--radius-l);margin-bottom:1rem;list-style-type:none;background:var(--koersen-detail);padding:1.5rem;display:flex;flex-direction:column;position:relative;border:.1rem solid var(--border);transition:all .3s ease;gap:0}@media screen and (min-width: 768px){.results-card{padding:2rem;box-shadow:unset;gap:1rem}}.results-card .result-rank{position:absolute;background:var(--primary);color:var(--white);width:2.5rem;height:2.5rem;top:0;left:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.results-card h4.text-positive{color:var(--highlight);opacity:1;transform:translateY(0);transition:.5s ease}@starting-style{.results-card h4.text-positive{opacity:0;transform:translateY(20px);transition:.5s ease}}.results-card article{display:flex;gap:1.5rem;align-items:center}.results-card article .result-wrapper{display:grid;grid-template-columns:5rem 1fr;gap:1.2rem;width:100%;flex-basis:80%}@media screen and (min-width: 768px){.results-card article .result-wrapper{grid-template-columns:60px 1fr;flex-basis:80%;align-items:center}}.results-card article .result-wrapper .result-heading-wrapper{display:flex;flex-direction:column;gap:4px;flex-wrap:wrap}@media screen and (min-width: 768px){.results-card article .result-wrapper .result-heading-wrapper{height:fit-content;gap:.8rem}}.results-card article .result-wrapper .result-heading-wrapper .heading-and-tag{gap:.5rem;flex-basis:100%;display:flex;align-items:center}.results-card article .result-wrapper .result-heading-wrapper .heading-and-tag .single-tag{color:var(--white);font-size:1rem;font-weight:600;border-radius:2rem;padding:.2rem .8rem;background:var(--primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 768px){.results-card article .result-wrapper .result-heading-wrapper .heading-and-tag .single-tag{font-size:1.2rem;overflow:initial;text-overflow:initial}}.results-card article .result-wrapper .result-heading-wrapper .icon-munten svg{width:2rem;height:2rem}.results-card article .result-wrapper .result-heading-wrapper .icon-deal svg{width:1.7rem;height:1.7rem}.results-card article .result-wrapper .result-heading-wrapper .icon-fees svg{height:1.75rem;width:1.75rem}.results-card article .result-wrapper .result-heading-wrapper h3.result-title{margin:0;line-height:1;gap:.4rem;display:flex;align-items:center;flex-wrap:wrap}@media screen and (min-width: 768px){.results-card article .result-wrapper .result-heading-wrapper h3.result-title{gap:.8rem;font-size:2rem;font-weight:900}}.results-card article .result-wrapper .result-heading-wrapper ul{padding:0;border:unset}.results-card article .result-wrapper .result-heading-wrapper li{display:none;align-items:center;white-space:nowrap;list-style:none;margin:0;gap:.4rem;border:.1rem solid var(--border-light);padding:0 .9rem;border-radius:var(--radius-xl);line-height:1;background:var(--background);height:fit-content;min-height:2rem}.results-card article .result-wrapper .result-heading-wrapper li.rating{display:flex}@media screen and (min-width: 768px){.results-card article .result-wrapper .result-heading-wrapper li{min-height:2.4rem;display:flex;padding:.4rem .9rem;font-size:1.1rem}}.results-card article .result-wrapper .result-heading-wrapper li span{display:flex}@media screen and (min-width: 768px){.results-card article .result-wrapper .result-heading-wrapper li svg{width:1.4rem;height:1.4rem}}.results-card article .result-wrapper .result-heading-wrapper li strong{display:none}.results-card article .result-wrapper .result-heading-wrapper .exclusive-deal{--icon-color: var(--buy-cta-text);align-items:center;width:min-content;gap:4px;padding:.3rem .6rem;border-radius:100px;white-space:nowrap;background:var(--buy-cta-bg);color:var(--buy-cta-text);font-size:1.1rem;border:none}@media screen and (min-width: 768px){.results-card article .result-wrapper .result-heading-wrapper .exclusive-deal{display:none;padding:.5rem .9rem}}.results-card article .result-wrapper .result-heading-wrapper .exclusive-deal svg{height:1.4rem;width:1.4rem}.results-card article .result-wrapper .result-heading-wrapper .rating{line-height:1;margin:0}.results-card article .result-wrapper .result-heading-wrapper .rating li{border:none;padding:0 .9rem}.results-card article .result-wrapper .result-heading-wrapper .rating span{display:flex;gap:3px;align-items:center;line-height:1;height:1rem;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 768px){.results-card article .result-wrapper .result-heading-wrapper .rating span{padding:0;font-size:1.1rem}}.results-card article .result-wrapper .result-heading-wrapper .rating span svg{fill:none;width:1.6rem;height:1.6rem;margin-right:-0.2rem;margin-left:-0.2rem}.results-card article img{border-radius:var(--radius);height:5rem;aspect-ratio:1/1;object-fit:cover;flex-shrink:0}@media screen and (min-width: 768px){.results-card article img{width:6rem;height:6rem;border-radius:var(--radius-l)}}.results-card article .result-info{flex:1}.rating{display:none}@media screen and (min-width: 768px){.rating{display:flex;align-items:center}}.results-card:first-of-type .rating{display:flex}/*# sourceMappingURL=decision-helper.css.map */
