.surveyflow{--width:85%;@media screen and (min-width:480px){--width:70%}background-color:var(--white);border:1px solid var(--primary-500);border-radius:1.5rem;margin-left:auto;margin-right:auto;max-width:var(--width);.surveyflow-wrapper{padding:var(--baseline-4)}.survey-point{display:none;&.point-active{display:block}}.survey-item{display:flex;flex-direction:column;gap:var(--baseline);margin-top:var(--baseline-4)}.surveyflow-button{align-items:center;background:var(--secondary-500);border:0;border-radius:1.5rem;color:var(--black);cursor:pointer;display:flex;font-size:var(--h3);justify-content:space-between;padding:var(--baseline-2);transition:all .4s;width:100%;&:hover{background-color:#fbedd3}}.arrow,.arrow svg{height:1em;width:1.2em}.arrow{color:var(--primary-500);margin-left:1em}.surveyflow-progressbar{padding:var(--baseline-4) var(--baseline-4) 0}.surveyflow-progressbar .surveyflow-bar{background-color:var(--secondary-500);border-radius:3rem;height:var(--baseline);margin:0 var(--baseline);position:relative}.surveyflow-progressbar .surveyflow-bar .surveyflow-progress{background-color:var(--primary-500);border-radius:3rem;display:block;height:100%;transition:width .4s ease-out;width:0}.surveyflow-progressbar .surveyflow-bar:after,.surveyflow-progressbar .surveyflow-bar:before{background-color:var(--secondary-500);border-radius:100%;content:"";height:var(--baseline-2);position:absolute;top:50%;transform:translateY(-50%);width:var(--baseline-2)}.surveyflow-progressbar .surveyflow-bar:before{left:calc(var(--baseline)*-1)}.surveyflow-progressbar .surveyflow-bar:after{right:calc(var(--baseline)*-1)}.surveyflow-progressbar .surveyflow-bar.active-end:after,.surveyflow-progressbar .surveyflow-bar.active-start:before{background-color:var(--primary-500)}.loader{align-items:center;justify-content:center;min-height:25dvh}.spinner{animation:rotation 1s linear infinite;border:5px solid var(--secondary-500);border-bottom-color:var(--primary-500);border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;margin:auto;width:48px}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}