.attribute-select--wrapper{cursor:pointer;background-color:#f8f8fc;border-radius:4px;justify-content:space-between;font-size:14px;line-height:20px;transition:all .2s;display:flex;box-shadow:0 0 0 1px #e2e2ea}.attribute-select--wrapper:hover{background-color:#ffffff80;box-shadow:0 0 0 1px #bebdc480}.attribute-select--wrapper.active{background-color:#fff;box-shadow:0 0 0 1px #16121c80,0 0 0 4px #16121c33}.attribute-select--content{white-space:nowrap;text-overflow:ellipsis;padding:8px 10px;overflow:hidden}.attribute-select--content input{font-size:inherit;border:0;padding:0}.attribute-select--content input:focus{outline:0}.attribute-select--right-side{justify-content:center;align-items:center;min-width:36px;min-height:36px;display:flex}.attribute-select--arrow{transform:rotate(-90deg)}.attribute-select--arrow div{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.attribute-select--arrow div svg{width:10px;height:10px}.attribute-select--arrow div svg path{fill:#a0a0a9}.attribute-select--dropdown{z-index:1;width:100%;max-height:300px;margin-top:6px;display:none;position:absolute;overflow:hidden auto}.attribute-select.is-open .attribute-select--dropdown{display:block}.attribute-select.is-open .attribute-select--arrow{transform:rotate(90deg)}@keyframes line-skeleton{0%{background-color:#e2e2ea}20%{background-color:#f0f0f7}}.base-questionnaire-skeleton{background-color:#f8f8fc;flex-direction:column;width:600px;min-height:660px;display:flex}@media screen and (max-width:991px){.base-questionnaire-skeleton{width:100%;min-height:100%}}.base-questionnaire-skeleton__header{border-bottom:1px solid #e2e2ea;padding:30px 40px}@media screen and (max-width:991px){.base-questionnaire-skeleton__header{padding:20px}}.base-questionnaire-skeleton__title{background-color:#e2e2ea;border-radius:12px;width:300px;height:30px;animation:2s ease-in infinite line-skeleton}.base-questionnaire-skeleton__body{border-bottom:1px solid #e2e2ea;flex:1;height:100%;padding:36px 40px}@media screen and (max-width:767px){.base-questionnaire-skeleton__body{padding:24px 20px}}.base-questionnaire-skeleton__question{background-color:#e2e2ea;border-radius:12px;width:250px;height:20px;margin-bottom:12px;animation:2s ease-in infinite line-skeleton}.base-questionnaire-skeleton__description-line{background-color:#e2e2ea;border-radius:12px;width:100%;height:16px;margin-bottom:6px;animation:2s ease-in infinite line-skeleton}.base-questionnaire-skeleton__options{margin-top:30px;margin-bottom:24px}.base-questionnaire-skeleton__option{background-color:#e2e2ea;border-radius:12px;height:20px;margin-bottom:12px;animation:2s ease-in infinite line-skeleton}.base-questionnaire-skeleton__option:first-child{width:150px}.base-questionnaire-skeleton__option:nth-child(2){width:250px}.base-questionnaire-skeleton__option:nth-child(3){width:200px}.base-questionnaire-skeleton__footer{justify-content:space-between;gap:40px;padding:24px 40px;display:flex}@media screen and (max-width:767px){.base-questionnaire-skeleton__footer{flex-direction:column;gap:24px;padding:24px 20px}}.base-questionnaire-skeleton__progress-container{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:6px;width:100%;display:flex}.base-questionnaire-skeleton__progress-label{background-color:#e2e2ea;border-radius:12px;width:60px;height:16px;animation:2s ease-in infinite line-skeleton}.base-questionnaire-skeleton__progress-bar{background-color:#e2e2ea;border-radius:12px;width:100%;height:12px;animation:2s ease-in infinite line-skeleton}.base-questionnaire-skeleton__buttons-container{gap:10px;display:flex}@media screen and (max-width:767px){.base-questionnaire-skeleton__buttons-container{gap:20px}}.base-questionnaire-skeleton__button{background-color:#e2e2ea;border-radius:12px;width:120px;height:48px;animation:2s ease-in infinite line-skeleton}@media screen and (max-width:767px){.base-questionnaire-skeleton__button{width:100%}}.base-questionnaire{grid-template:"image header""image body"1fr"image footer"/560fr 600fr;min-height:660px;display:grid}.base-questionnaire_no-image{grid-template-columns:600px;grid-template-areas:"header""body""footer"}@media screen and (max-width:991px){.base-questionnaire{grid-template:"header""image""body"1fr"footer"/1fr;min-height:100%}}.base-questionnaire__image-container{border-right:1px solid #e2e2ea;grid-area:image;padding:20px}@media screen and (max-width:991px){.base-questionnaire__image-container{border-right:none}}.base-questionnaire__image{-o-object-fit:cover;object-fit:cover;border-radius:6px;width:100%;height:400px;overflow:hidden}@media screen and (max-width:991px){.base-questionnaire__image{height:560px}}@media screen and (max-width:767px){.base-questionnaire__image{height:270px}}.base-questionnaire__image_placeholder{justify-content:center;align-items:center;display:flex}.base-questionnaire__image_placeholder svg path,.base-questionnaire__image_placeholder svg polygon{fill:#bebdc4}.base-questionnaire__image_placeholder div{justify-content:center;align-items:center;width:124px;height:124px;display:flex}.base-questionnaire__image_placeholder div svg{width:124px;height:124px}.base-questionnaire__header{background-color:#f8f8fc;border-bottom:1px solid #e2e2ea;grid-area:header;padding:30px 40px}@media screen and (max-width:991px){.base-questionnaire__header{padding:20px}}.base-questionnaire__body{background-color:#f8f8fc;border-bottom:1px solid #e2e2ea;grid-area:body;padding:36px 40px}@media screen and (max-width:767px){.base-questionnaire__body{padding:24px 20px}}.base-questionnaire__question{margin-bottom:6px;font-weight:700}.base-questionnaire__description{margin-bottom:36px;font-size:14px;line-height:20px}.base-questionnaire__options-table{border-bottom:none}.base-questionnaire__footer{background-color:#f8f8fc;grid-area:footer;justify-content:space-between;gap:40px;padding:24px 40px;display:flex}@media screen and (max-width:767px){.base-questionnaire__footer{flex-direction:column;gap:24px;padding:24px 20px}}.base-questionnaire__progress-container{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:6px;width:100%;display:flex}.base-questionnaire__buttons-container{gap:10px;display:flex}@media screen and (max-width:767px){.base-questionnaire__buttons-container{gap:20px}}.base-questionnaire__button{width:120px}@media screen and (max-width:767px){.base-questionnaire__button{width:100%}}.base-questionnaire__left-arrow{margin-right:5px}.base-questionnaire__left-arrow div{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.base-questionnaire__left-arrow div svg{width:20px;height:20px}.base-questionnaire__left-arrow svg path,.base-questionnaire__left-arrow svg polygon{fill:#40405d}.base-questionnaire__right-arrow{margin-left:5px}.base-questionnaire__right-arrow div{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.base-questionnaire__right-arrow div svg{width:20px;height:20px}.base-questionnaire__right-arrow svg path,.base-questionnaire__right-arrow svg polygon{fill:#fff}.Questionnaire .label{font-family:Roboto,sans-serif;font-size:12px;line-height:16px}.Questionnaire p{margin:0}.Questionnaire h4,.Questionnaire .h4{color:#2d2d41;margin:0;font-family:Hind Vadodara,sans-serif;font-size:22px;font-weight:700;line-height:30px;display:block}@media screen and (max-width:767px){.Questionnaire h4,.Questionnaire .h4{font-size:18px;line-height:24px}}.Questionnaire .label{color:#75747e;display:block}.Questionnaire .label.uppercase{text-transform:uppercase}