.light-mode{--nw-nb:#fff;--p10-nb:#f0fcfc;--nb-p10:#0e0f30;--i20-i10:rgba(181,240,239,.2);--nw-i10:#fff;--nb-nw:#0e0f30;--i10-i20:rgba(181,240,239,.102);--i100-i10:#b5f0ef;--nb-i100:#0e0f30;--nb-p100:#0e0f30;--i100-nb:#b5f0ef;--i10-nw:rgba(181,240,239,.102);--i100-nw:#b5f0ef}.dark-mode{--nw-nb:#0e0f30;--p10-nb:#0e0f30;--nb-p10:#f0fcfc;--i20-i10:rgba(181,240,239,.102);--nw-i10:rgba(181,240,239,.102);--nb-nw:#fff;--i10-i20:rgba(181,240,239,.2);--i100-i10:rgba(181,240,239,.102);--nb-i100:#b5f0ef;--nb-p100:#1aab8e;--i100-nb:#0e0f30;--i10-nw:#fff;--i100-nw:#fff}section.auto-diag-module{background-color:var(--nw-nb)}section.auto-diag-module .container{display:flex;flex-direction:row;min-height:100dvh}section.auto-diag-module .container .side-bar-wrapper{color:var(--nb-nw);position:relative;width:33.3333333333%}section.auto-diag-module .container .side-bar-wrapper .background{background-color:var(--nw-nb);height:100%;position:absolute;right:0;top:0;width:50vw;z-index:1}section.auto-diag-module .container .side-bar-wrapper .side-bar{display:flex;flex-direction:column;gap:2rem;height:fit-content;padding:4rem 3rem 4rem 0;position:relative;width:100%;z-index:2}section.auto-diag-module .container .side-bar-wrapper .side-bar .logo-link{display:block;height:50px;width:145px}section.auto-diag-module .container .side-bar-wrapper .side-bar .logo-link .logo{height:100%;width:100%}section.auto-diag-module .container .side-bar-wrapper .side-bar .logo-link .logo img{height:100%;object-fit:contain;object-position:left;width:100%}section.auto-diag-module .container .side-bar-wrapper .side-bar .cards .inner-wrapper{display:flex;flex-direction:column;gap:1rem;transition:transform .3s}section.auto-diag-module .container .side-bar-wrapper .side-bar .cards .inner-wrapper .card{background-color:var(--i20-i10);display:flex;flex-direction:row;flex-shrink:0;gap:1.5rem;padding:1.5rem;width:100%}section.auto-diag-module .container .side-bar-wrapper .side-bar .cards .inner-wrapper .card .icon{flex-shrink:0;height:2rem;overflow:hidden;width:2rem}section.auto-diag-module .container .side-bar-wrapper .side-bar .cards .inner-wrapper .card .icon img{height:100%;object-fit:contain;width:100%}section.auto-diag-module .container .side-bar-wrapper .side-bar .arrows{display:none}section.auto-diag-module .container .form-frame-wrapper{padding:4rem 0 4rem 3rem;width:66.6666666667%}section.auto-diag-module .container .form-frame-wrapper .hidden{display:none!important}section.auto-diag-module .container .form-frame-wrapper .progress-wrapper{margin-bottom:2rem;width:100%}section.auto-diag-module .container .form-frame-wrapper .progress-wrapper .progress-bar{background-color:var(--i20-i10);border-radius:10rem;height:8px;margin-top:.25rem;overflow:hidden;position:relative;width:100%}section.auto-diag-module .container .form-frame-wrapper .progress-wrapper .progress-bar .filler{background-color:#1aab8e;border-radius:10rem;height:100%;left:0;position:absolute;top:0;transition:width .3s;width:0}section.auto-diag-module .container .form-frame-wrapper form{background-color:var(--i20-i10);overflow:hidden;position:relative;transition:height .3s;width:100%}section.auto-diag-module .container .form-frame-wrapper form .form-step{left:0;opacity:0;padding:2rem;pointer-events:none;position:absolute;top:0;transition:opacity .3s,z-index 0s .3s;width:100%;z-index:-1}section.auto-diag-module .container .form-frame-wrapper form .form-step.active{opacity:1;pointer-events:all;transition:opacity .3s,z-index 0s 0s;z-index:1}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset{min-inline-size:unset;padding:2rem 0}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset+fieldset{border-top:1px solid rgba(181,240,239,.2)}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset label{font-size:.9375rem;font-weight:700;line-height:1.5}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .label{margin-bottom:1rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .label.invalid-label+.error-message{display:block}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .label+.error-message{margin-bottom:.75rem;margin-top:-.75rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .label:before{flex-shrink:0}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .error-message{color:#ea4b2d;display:none;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=email],section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=number],section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=tel],section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=text],section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset select{background-color:#fff;background-size:0;border:2px solid transparent;border-radius:2px;color:#0e0f30;font-family:DM Sans,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5;padding:.75rem 1.25rem;transition:border .3s,background-size .3s;width:100%}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=email]::placeholder,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=number]::placeholder,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=tel]::placeholder,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=text]::placeholder,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset select::placeholder{color:#0e0f30;opacity:.6}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=email]:focus,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=number]:focus,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=tel]:focus,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=text]:focus,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset select:focus{border-color:#0e0f30}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=email]:user-valid,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=number]:user-valid,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=tel]:user-valid,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=text]:user-valid,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset select:user-valid{border-color:#1aab8e}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=email]:placeholder-shown,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=number]:placeholder-shown,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=tel]:placeholder-shown,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=text]:placeholder-shown,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset select:placeholder-shown{border-color:transparent}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=email]:placeholder-shown:focus,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=number]:placeholder-shown:focus,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=tel]:placeholder-shown:focus,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=text]:placeholder-shown:focus,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset select:placeholder-shown:focus{border-color:#0e0f30}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=email].invalid-field,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=email]:user-invalid,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=number].invalid-field,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=number]:user-invalid,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=tel].invalid-field,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=tel]:user-invalid,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=text].invalid-field,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=text]:user-invalid,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset select.invalid-field,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset select:user-invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' fill='none' viewBox='0 0 11 15'%3E%3Cpath fill='%23EA4B2D' fill-rule='evenodd' d='M11 0H8.866L1.653 13.054.58 14.994.577 15H2.74l-.003-.006z' clip-rule='evenodd'/%3E%3Cpath fill='%23EA4B2D' fill-rule='evenodd' d='M.577 0H2.71l7.213 13.054 1.073 1.94L11 15H8.838l.003-.006z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:calc(100% - 1.25rem);background-repeat:no-repeat;background-size:15px;border-color:#ea4b2d;padding-right:2.5rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=email].invalid-field+.error-message,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=email]:user-invalid+.error-message,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=number].invalid-field+.error-message,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=number]:user-invalid+.error-message,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=tel].invalid-field+.error-message,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=tel]:user-invalid+.error-message,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=text].invalid-field+.error-message,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=text]:user-invalid+.error-message,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset select.invalid-field+.error-message,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset select:user-invalid+.error-message{display:block}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none' viewBox='0 0 13 13'%3E%3Cpath fill='%230E0F30' d='M12.372 5.772v-1.92L6.5 7.099v2.048zM.629 5.772v-1.92L6.5 7.099v2.048z'/%3E%3C/svg%3E");background-position:calc(100% - 1.25rem);background-repeat:no-repeat;background-size:13px;cursor:pointer}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset select+.input-wrapper{margin-top:.5rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=range]{appearance:none;background:linear-gradient(to right,#1aab8e 50%,var(--nw-i10) 50%);border-radius:10rem;height:4px;width:100%}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=range]::-webkit-slider-runnable-track{border-radius:10rem;height:4px}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=range]::-moz-range-track{border-radius:10rem;height:4px}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--nw-nb);border:3px solid #1aab8e;border-radius:10rem;cursor:pointer;height:18px;margin-top:-7px;position:relative;width:18px;z-index:2}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[type=range]::-moz-range-thumb{background:var(--nw-nb);border:3px solid #1aab8e;border-radius:10rem;cursor:pointer;height:18px;width:18px}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .range-wrapper{align-items:center;display:flex;flex-direction:row;gap:2rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .range-wrapper>p{flex-shrink:0;width:15rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .range-wrapper>p:first-child{text-align:right;width:10rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset input[name=secteur_autre]{margin-top:.5rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .input-wrapper{display:flex;flex-direction:column;gap:.25rem;width:100%}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .double-input-wrapper{display:flex;flex-direction:column;gap:.5rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .double-input-wrapper label{height:1.3rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .double-input-wrapper .other-input{margin-left:1.5rem;max-width:calc(100% - 1.5rem);width:20rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .double-input-wrapper .error-message{margin-left:1.5rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields{display:flex;flex-direction:column;gap:.75rem;position:relative}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.contact-info{flex-direction:row;flex-wrap:wrap}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.contact-info .input-wrapper{width:calc(50% - .375rem)}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) input[type=checkbox],section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) input[type=radio]{opacity:0;pointer-events:none;position:absolute;z-index:-1}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) label{color:var(--nb-nw);cursor:pointer;display:block;font-family:DM Sans,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5;margin:unset;padding-left:1.75rem;position:relative}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) label:after,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) label:before{content:"";height:1.25rem;left:0;position:absolute;top:0;transition:all .3s;width:1.25rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) input[type=checkbox]+label:before{border:1px solid #1aab8e;border-radius:3px}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) input[type=checkbox]+label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' fill='none' viewBox='0 0 13 10'%3E%3Cpath fill='%23fff' d='m4.934 8-.729.685.729.775.728-.775zm3.761-4-.728-.685zm1.881-2 .729.685zM5.662 7.315l-3.762-4-1.457 1.37 3.762 4zm2.305-4-3.762 4 1.457 1.37 3.762-4zm1.88-2-1.88 2 1.457 1.37 1.88-2zm.941-1-.94 1 1.457 1.37.94-1z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:13px;opacity:0}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) input[type=checkbox]:checked+label:before{background-color:#1aab8e}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) input[type=checkbox]:checked+label:after{opacity:1}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) input[type=radio]+label{padding-left:1.4375rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) input[type=radio]+label:before{border:1px solid var(--nb-nw);border-radius:50%;height:1rem;top:3px;width:1rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) input[type=radio]+label:after{background-color:#1aab8e;border-radius:50%;height:.5rem;left:.25rem;opacity:0;top:calc(3px + .25rem);transform:scale(.8);width:.5rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox:not(.button-style) input[type=radio]:checked+label:after{opacity:1;transform:scale(1)}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox.button-style{align-items:center;flex-direction:row;flex-wrap:wrap;gap:1rem .5rem;justify-content:center}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox.button-style input{opacity:0;pointer-events:none;position:absolute;z-index:-1}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox.button-style input:checked+label:before{background-color:var(--i100-i10)}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox.button-style input:checked+label span:before{transform:translateY(-100%)}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.radio-checkbox.button-style input:checked+label span:after{transform:translateY(0)}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields label{width:fit-content}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .range-input-wrapper{padding-top:1.5rem;position:relative;width:100%;z-index:1}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .range-input-wrapper:after,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .range-input-wrapper:before{background-color:var(--nw-i10);border-radius:.25rem;content:"1.";left:0;line-height:1;padding:.25rem;position:absolute;top:0;white-space:nowrap;z-index:-1}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .range-input-wrapper:after{content:"5.";left:unset;right:0}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .range-input-wrapper .range-value-display{background-color:#1aab8e;border-radius:.25rem;color:var(--nw-nb);left:50%;line-height:1;padding:.25rem;position:absolute;top:0;transform:translateX(-50%);white-space:nowrap}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field{align-items:flex-end;display:flex;flex-direction:column;gap:2rem;margin-top:2rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field .header{align-items:center;display:flex;flex-direction:row;gap:2rem;justify-content:space-between;width:calc(50% - 1rem)}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field .header p{display:none}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field .header p:first-child,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field .header p:last-child{background-color:var(--nw-i10);border-radius:.25rem;display:block;line-height:1;padding:.25rem;white-space:nowrap}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field .field-wrapper{align-items:center;display:flex;flex-direction:row;gap:2rem;width:100%}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field .field-wrapper .field-label{width:calc(50% - 1rem)}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field .field-wrapper .field-range{padding-top:1rem;position:relative;width:calc(50% - 1rem)}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field .field-wrapper .field-range .range-value{background-color:#1aab8e;border-radius:.25rem;color:var(--nw-nb);left:50%;line-height:1;padding:.25rem;position:absolute;top:1rem;transform:translate(-50%,-100%);white-space:nowrap}section.auto-diag-module .container .form-frame-wrapper form .form-step .btns{display:flex;flex-direction:row;gap:2rem;justify-content:space-between;width:100%}section.auto-diag-module .container .form-frame-wrapper form .form-step .btns .btn.secondary{flex-direction:row-reverse}section.auto-diag-module .container .form-frame-wrapper form .form-step .btns .btn.secondary:after{rotate:180deg}section.auto-diag-module .container .form-frame-wrapper form .results-step{display:flex;flex-direction:column;gap:4rem;left:0;opacity:0;padding:2rem;pointer-events:none;position:absolute;top:0;transition:opacity .3s,z-index 0s .3s;width:100%;z-index:-1}section.auto-diag-module .container .form-frame-wrapper form .results-step.active{opacity:1;pointer-events:all;transition:opacity .3s,z-index 0s 0s;z-index:1}section.auto-diag-module .container .form-frame-wrapper form .results-step h2{text-align:center}section.auto-diag-module .container .form-frame-wrapper form .results-step .bar-wrapper,section.auto-diag-module .container .form-frame-wrapper form .results-step .profile-card,section.auto-diag-module .container .form-frame-wrapper form .results-step .radar-wrapper{display:flex;flex-direction:column;gap:1rem;width:100%}section.auto-diag-module .container .form-frame-wrapper form .results-step .graph-card,section.auto-diag-module .container .form-frame-wrapper form .results-step .profile-card{background-color:var(--nw-i10);padding:2rem}section.auto-diag-module .container .form-frame-wrapper form .results-step .graph-card h3 span,section.auto-diag-module .container .form-frame-wrapper form .results-step .profile-card h3 span{color:#1aab8e}section.auto-diag-module .container .form-frame-wrapper form .results-step .graph-card{margin-top:.5rem;width:100%}section.auto-diag-module .container .form-frame-wrapper form .results-step .radar-wrapper .graph-card{aspect-ratio:1.5;height:auto;width:100%}@media (max-width:1024px){section.auto-diag-module .container{flex-direction:column}section.auto-diag-module .container .side-bar-wrapper{width:100%}section.auto-diag-module .container .side-bar-wrapper .background{right:-2rem;width:100vw}section.auto-diag-module .container .side-bar-wrapper .side-bar{padding-right:unset;position:relative}section.auto-diag-module .container .side-bar-wrapper .side-bar .cards .inner-wrapper{flex-direction:row;flex-wrap:nowrap;width:100%}section.auto-diag-module .container .side-bar-wrapper .side-bar .arrows{display:flex;flex-direction:row;gap:1rem;margin-bottom:-1.5rem;margin-left:auto}section.auto-diag-module .container .side-bar-wrapper .side-bar .arrows div{background-color:var(--nb-nw);height:2.5rem;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' fill='none' viewBox='0 0 18 15'%3E%3Cpath fill='%23B5F0EF' d='M15.306 9.11h-9.85L4.585 7.5l.87-1.61h11.606z'/%3E%3Cpath fill='%23B5F0EF' d='M.94 7.514 4.892.484h3.473L4.617 7.5l3.776 7.015h-3.5z'/%3E%3C/svg%3E");mask-position:50%;mask-repeat:no-repeat;mask-size:18px;transition:background-color .3s,opacity .3s;width:2.5rem}section.auto-diag-module .container .side-bar-wrapper .side-bar .arrows div.disabled-arrow{opacity:.2}section.auto-diag-module .container .side-bar-wrapper .side-bar .arrows div.arrow-next{transform:rotate(180deg)}section.auto-diag-module .container .form-frame-wrapper{padding-left:unset;width:100%}}@media (max-width:768px){section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .range-wrapper{align-items:flex-start;flex-direction:column;gap:1rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .range-wrapper>p{font-size:.875rem;text-align:right;width:100%}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .range-wrapper>p:first-child{text-align:left;width:100%}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field{align-items:flex-start}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field .header{display:none}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field .field-wrapper{align-items:flex-start;flex-direction:column;gap:1rem}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field .field-wrapper .field-label,section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .table-field .field-wrapper .field-range{width:100%}}@media (max-width:620px){section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .label:before{content:unset}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.contact-info{flex-direction:column}section.auto-diag-module .container .form-frame-wrapper form .form-step fieldset .fields.contact-info .input-wrapper{width:100%}section.auto-diag-module .container .form-frame-wrapper form .form-step .btns{flex-direction:column;gap:1rem;justify-content:flex-start}section.auto-diag-module .container .form-frame-wrapper form .form-step .btns .btn:last-child{margin-left:auto}section.auto-diag-module .container .form-frame-wrapper form .results-step .bar-wrapper,section.auto-diag-module .container .form-frame-wrapper form .results-step .radar-wrapper{display:none}section.auto-diag-module .container .form-frame-wrapper form .results-step .profile-card{background-color:unset;padding:unset}}