@media only screen and (min-width:1200px){.wizard-wrapper{max-width:1300px;margin:0 auto;padding:4rem 6em;transition:opacity 300ms ease-in-out;opacity:100%}.wizard-wrapper.fading-animation{opacity:0}.wizard-wrapper .wizard-done{padding-top:5em;text-align:center}.wizard-wrapper .wizard-done h2{color:var(--accent-color)}.wizard-wrapper .h1-title{font-size:3rem;font-weight:700;margin-top:0}.wizard-wrapper .header-section{padding:1em;display:flex;justify-content:start;align-items:center;gap:2em}.wizard-wrapper .header-section a{font-weight:700;text-decoration:none;color:grey}.wizard-wrapper .header-section a.builder-link{color:var(--accent-color)}.wizard-wrapper .header-section a:hover{filter:brightness(130%)}.wizard-wrapper .main-section{display:grid;grid-template-columns:200px 1fr}.wizard-wrapper .main-section .timeline-section{transition:width ease-in-out 300ms,opacity ease-in-out 300ms;width:100%;opacity:100%;display:flex;flex-direction:column;justify-content:center;align-items:start}.wizard-wrapper .main-section .timeline-section.slide-animation{width:0;opacity:0}.wizard-wrapper .main-section .timeline-section .current{display:flex;width:45px;height:45px;justify-content:center;align-items:center;border-radius:50%;background:var(--accent-color);margin:.5em 0;position:relative}.wizard-wrapper .main-section .timeline-section .current:not(:last-child):after{position:absolute;content:" ";width:5px;top:47px;height:12px;background:#000}.wizard-wrapper .main-section .timeline-section .past{display:flex;width:41px;height:41px;justify-content:center;align-items:center;border-radius:50%;border:2px solid var(--accent-color);background:#FFCFD2;margin:.5em 0;position:relative}.wizard-wrapper .main-section .timeline-section .past.skipped{background:rgba(124,124,124,.3);color:rgba(124,124,124,.3);border-color:rgba(124,124,124,.3)}.wizard-wrapper .main-section .timeline-section .past:after{position:absolute;content:" ";width:5px;top:45px;height:12px;background:var(--accent-color)}.wizard-wrapper .main-section .timeline-section .future{display:flex;width:45px;height:45px;justify-content:center;align-items:center;border-radius:50%;background:grey;margin:.5em 0;position:relative}.wizard-wrapper .main-section .timeline-section .future:not(:last-child):after{position:absolute;content:" ";width:5px;top:47px;height:12px;background:#000}.wizard-wrapper .main-section .main-content-section{transition:opacity 300ms ease-in-out;opacity:100%}.wizard-wrapper .main-section .main-content-section.fading-animation{opacity:0}.wizard-wrapper .main-section .main-content-section .title-div{text-align:center;padding-bottom:2em}.wizard-wrapper .main-section .main-content-section .title-div h2{font-weight:700;font-size:24pt;color:var(--accent-color)}.wizard-wrapper .main-section .main-content-section .title-div p{font-size:14pt}.wizard-wrapper .main-section .main-content-section .choice-question-wrapper{border:none;display:flex;justify-content:center;gap:3em;align-items:center;max-width:70vw;flex-wrap:wrap}.wizard-wrapper .main-section .main-content-section .choice-question-wrapper .choice-wrapper{gap:2px;border-radius:5px;background:#fff;border:3px solid #b7b7b7;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.wizard-wrapper .main-section .main-content-section .choice-question-wrapper .choice-wrapper .choice-tooltip{margin:0 1em}.wizard-wrapper .main-section .main-content-section .choice-question-wrapper .choice-wrapper label{cursor:pointer;width:220px;height:350px;display:flex;gap:1em;flex-direction:column;justify-content:center;align-items:center}.wizard-wrapper .main-section .main-content-section .choice-question-wrapper .choice-wrapper input{display:none}.wizard-wrapper .main-section .main-content-section .choice-question-wrapper .choice-wrapper.checked{border:3px solid var(--accent-color);color:var(--accent-color)}.wizard-wrapper .main-section .main-content-section .choice-question-wrapper .choice-wrapper.checked .choice-icon-wrapper{color:var(--accent-color)}.wizard-wrapper .main-section .main-content-section .choice-question-wrapper .choice-wrapper.checked p{color:var(--accent-color)}.wizard-wrapper .main-section .main-content-section .choice-question-wrapper .choice-wrapper .choice-icon-wrapper{display:flex;justify-content:center}.wizard-wrapper .main-section .main-content-section .choice-question-wrapper .choice-wrapper .choice-icon-wrapper.no-icon span{height:48px}.wizard-wrapper .main-section .main-content-section .form-question-wrapper{min-height:350px;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1em}.wizard-wrapper .main-section .main-content-section .form-question-wrapper .generated-form-entry{width:100%;text-align:center}.wizard-wrapper .main-section .main-content-section .form-question-wrapper .generated-form-entry .label-wrapper label{font-weight:700}.wizard-wrapper .main-section .main-content-section .form-question-wrapper .generated-form-entry .input-wrapper input{margin-top:.5em;width:500px;padding:1em;border:none;border-radius:.5em;background-color:#fff}.wizard-wrapper .main-section .main-content-section .form-question-wrapper .generated-form-entry .input-wrapper textarea{margin-top:.5em;width:80%;padding:1em;border:none;border-radius:.5em;background-color:#fff;min-height:300px;resize:none}.wizard-wrapper .main-section .buttons-section{padding-top:5em;width:100%;display:flex;justify-content:center;align-items:center;gap:2em}.wizard-wrapper .main-section .buttons-section button{border:none;padding:.8em 1.25em;border-radius:.5em;color:var(--contrast-accent-color);background-color:var(--accent-color);transition:filter ease-in-out 100ms;font-weight:700;cursor:pointer}.wizard-wrapper .main-section .buttons-section button.back-btn{color:#fff;background-color:grey}.wizard-wrapper .main-section .buttons-section button:hover{filter:brightness(130%)}}