.survey__wrapper{position:relative}.survey__progress-container{margin-bottom:var(--space-6);margin-top:var(--space-1)}.survey__category-title{font-size:var(--dudler-font-size);font-weight:var(--middle-font-weight);font-weight:700;line-height:var(--dudler-line-height)}.survey__question-container{background-color:#fff;border-radius:10px;box-shadow:0 1px 3px hsla(0,0%,100%,.12),0 1px 10px rgba(0,0,0,.12);padding:var(--space-5)}.survey__question-container:first-of-type{margin-top:var(--space-3)}.survey__question-container:not(:first-of-type){margin-top:var(--space-6)}.survey__question-title{font-size:var(--freed-font-size);font-weight:var(--middle-font-weight);font-weight:700;line-height:var(--freed-line-height)}.survey__question-text{margin-top:var(--space-2)}.survey__options{display:flex;flex-direction:column;gap:6px;margin-top:var(--space-4)}.survey__answers{display:flex;gap:4px;height:fit-content}.survey__answer{display:block;font-size:var(--natus-font-size);font-weight:var(--light-font-weight);line-height:var(--natus-line-height);margin-top:0!important}.survey__answer:not(:first-child){margin-top:var(--space-2)}.survey__answer-input{appearance:none;background:#fff;border:1px solid var(--mid-gray);border-radius:50%;display:inline-block;height:.6rem;margin-right:var(--space-0);margin-top:4px;min-height:12px;min-width:12px;position:relative;width:.6rem}.survey__answer-input:checked:before{background:var(--tango);border-radius:50%;content:"";display:inline-block;height:.4rem;left:1px;position:absolute;top:1px;width:.4rem}.survey__answer-input:focus{outline:unset}.survey__button-container{align-items:center;display:flex;justify-content:space-between;margin-top:var(--space-4)}.survey__button-wrapper{display:flex;flex:1;justify-content:center}.survey__button-wrapper:first-child{justify-content:flex-start}.survey__button-wrapper:last-child{justify-content:flex-end}.survey__button{cursor:pointer;transition:background-color .3s ease,opacity .3s ease}.survey__button--disabled{background-color:#e0e0e0;cursor:not-allowed}.survey__button--hidden{opacity:0;pointer-events:none}.survey__form-container{display:none}