@font-face{font-family:"Merriweather";src:url("../fonts/merriweather-v33-latin_latin-ext-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Merriweather";src:url("../fonts/merriweather-v33-latin_latin-ext-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Merriweather";src:url("../fonts/merriweather-v33-latin_latin-ext-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("../fonts/inter-v20-latin_latin-ext-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("../fonts/inter-v20-latin_latin-ext-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("../fonts/inter-v20-latin_latin-ext-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:"Inter",sans-serif;font-weight:400;line-height:1.6;color:#717182;background:-webkit-gradient(linear, left top, left bottom, from(#0094D1), to(#005597));background:linear-gradient(to bottom, #0094D1, #005597)}.body--with-bg,.body--with-bg-completed{position:relative;background-size:cover;background-position:center center;background-repeat:no-repeat}.body--with-bg::before,.body--with-bg-completed::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0094d1;opacity:.85;z-index:1}.body--with-bg>*,.body--with-bg-completed>*{position:relative;z-index:2}.body--with-bg{background-image:url("../images/bg_visitors.webp")}.body--with-bg-completed{background-image:url("../images/bg_completed.webp")}.body--dashboard{background:none;background-color:#e0ecf8}h1,h2,h3,h4,h5,h6{font-family:"Merriweather",serif;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#040404}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem;font-weight:600}.subtitle{font-family:"Inter",sans-serif;font-weight:600;font-size:1.125rem;color:#717182}p{font-family:"Inter",sans-serif;font-weight:400;margin-bottom:1rem}a{color:#005597;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}a:hover{color:#0094d1}.app-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.app-main{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1.5rem 0}@media(min-width: 768px){.app-main{padding:2rem 0}}@media(min-width: 1280px){.app-main{padding:3rem 0}}.container{width:100%;max-width:1536px;margin:0 auto;padding:0 1rem;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){.container{padding:0 2rem}}.container-fluid{width:100%;padding:0 1rem}@media(min-width: 768px){.container-fluid{padding:0 2rem}}.app-header{background-color:#fff;border-bottom-left-radius:60px;border-bottom-right-radius:60px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.12);box-shadow:0 4px 8px rgba(0,0,0,.12);position:relative;z-index:100}.header-container{height:100%;margin:0 auto;padding:.5rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(min-width: 768px){.header-container{padding:.75rem 2rem}}.header-brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.header-logo{width:5rem;height:5rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.header-logo a{line-height:1}.header-logo img{max-width:100%;max-height:100%}@media(min-width: 768px){.header-logo{width:6rem;height:6rem}}.header-title{font-family:"Inter",sans-serif;font-size:2rem;font-weight:700;color:#005597;margin:0}.header-title--auth{font-size:1.25rem}@media(min-width: 768px){.header-title{font-size:2.5rem}}.header-subtitle{color:#005597;font-family:"Merriweather",serif}.header-user-dropdown{position:relative}.header-user-trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;padding:.375rem .5rem;background:none;border:1px solid #e5e7eb;cursor:pointer;border-radius:35px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.header-user-trigger:hover{background-color:rgba(0,85,151,.05)}.header-user-trigger:focus{outline:1px solid #005597;outline-offset:1px}.header-user-trigger[aria-expanded=true]{background-color:rgba(0,85,151,.1)}.header-user-trigger[aria-expanded=true] .header-user-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media(min-width: 768px){.header-user-trigger{gap:.75rem;padding:.5rem .75rem}}.header-user-name{display:none;font-family:"Inter",sans-serif;font-size:1rem;font-weight:600;color:#005597}@media(min-width: 768px){.header-user-name{font-size:1.125rem;display:inline-block;max-width:15rem}}@media(min-width: 1024px){.header-user-name{max-width:100%}}.header-user-arrow{width:20px;height:20px;fill:#005597;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.header-user-menu{position:absolute;top:calc(100% + .5rem);right:0;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 8px 16px rgba(0,0,0,.16);box-shadow:0 8px 16px rgba(0,0,0,.16);min-width:160px;padding:.5rem;z-index:1000}.header-user-menu[hidden]{display:none}@media(min-width: 768px){.header-user-menu{min-width:200px}}.header-logout-form{margin:0}.header-user-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-family:"Inter",sans-serif;font-size:1rem;font-weight:400;color:#040404;background:none;border:none;border-radius:4px;cursor:pointer;text-align:left;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.header-user-menu-item:hover{background-color:rgba(220,53,69,.1);color:#dc3545}.header-user-menu-item:hover .header-menu-icon{fill:#dc3545}.header-user-menu-item:focus{outline:1px solid #0094d1;outline-offset:-1px}.header-menu-icon{width:20px;height:20px;fill:#717182;-webkit-transition:fill .3s ease;transition:fill .3s ease;-ms-flex-negative:0;flex-shrink:0}.app-footer{background-color:#e0ecf8;padding:1.5rem 0;text-align:center}.footer-container{max-width:1536px;margin:0 auto;padding:0 1rem}@media(min-width: 768px){.footer-container{padding:0 2rem}}.footer-content{font-family:"Inter",sans-serif;font-size:.875rem;color:#005597}.footer-content a{color:#005597;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.footer-content a:hover{color:#0094d1}.btn{font-family:"Inter",sans-serif;font-weight:600;padding:.875rem 2rem;border:none;border-radius:50px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;text-decoration:none;text-align:center;line-height:1.5;font-size:inherit}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:disabled:hover{-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}.btn--primary,.btn-primary{background-color:#005597;color:#fff}.btn--primary:hover:not(:disabled),.btn-primary:hover:not(:disabled){background-color:rgb(0,62.0331125828,110.2);-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 8px rgba(0,0,0,.12);box-shadow:0 4px 8px rgba(0,0,0,.12)}.btn--primary:active:not(:disabled),.btn-primary:active:not(:disabled){-webkit-transform:translateY(0);transform:translateY(0)}.btn--secondary,.btn-secondary{background-color:#0094d1;color:#fff}.btn--secondary:hover:not(:disabled),.btn-secondary:hover:not(:disabled){background-color:rgb(0,119.1081339713,168.2);-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 8px rgba(0,0,0,.12);box-shadow:0 4px 8px rgba(0,0,0,.12)}.btn--secondary:active:not(:disabled),.btn-secondary:active:not(:disabled){-webkit-transform:translateY(0);transform:translateY(0)}.btn--outline,.btn-outline{background-color:rgba(0,0,0,0);-webkit-box-shadow:inset 0 0 0 2px #005597;box-shadow:inset 0 0 0 2px #005597;color:#005597}.btn--outline:hover:not(:disabled),.btn-outline:hover:not(:disabled){background-color:#005597;color:#fff}.btn--outline:hover:not(:disabled) path,.btn-outline:hover:not(:disabled) path{stroke:#fff}.btn--outline-secondary{background-color:rgba(0,0,0,0);-webkit-box-shadow:inset 0 0 0 2px #0094d1;box-shadow:inset 0 0 0 2px #0094d1;color:#0094d1}.btn--outline-secondary:hover:not(:disabled){background-color:#0094d1;color:#fff}.btn--outline-success{background-color:rgba(0,0,0,0);-webkit-box-shadow:inset 0 0 0 2px #009360;box-shadow:inset 0 0 0 2px #009360;color:#009360}.btn--outline-success:hover:not(:disabled){background-color:#009360;color:#fff}.btn--ghost,.btn-ghost{background-color:rgba(0,0,0,0);color:#005597}.btn--ghost:hover:not(:disabled),.btn-ghost:hover:not(:disabled){background-color:rgba(0,85,151,.1)}.btn--ghost-success{background-color:rgba(0,0,0,0);color:#009360}.btn--ghost-success:hover:not(:disabled){background-color:rgba(0,147,96,.1) !important;color:#009360 !important}.btn--circle{border-radius:50%;padding:0;width:3rem;height:3rem;-ms-flex-negative:0;flex-shrink:0}.btn--circle.btn--sm{width:2.5rem;height:2.5rem;font-size:.75rem}.btn--circle.btn--lg{width:4rem;height:4rem;font-size:1.25rem}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--lg{padding:1rem 2.5rem;font-size:1.125rem}.btn--block{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.btn-arrow{font-size:1.25rem;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;display:inline-block}.btn:hover:not(:disabled) .btn-arrow{-webkit-transform:translateX(4px);transform:translateX(4px)}.btn:hover:not(:disabled) .btn-arrow--inv{-webkit-transform:translateX(-4px);transform:translateX(-4px)}.btn-icon{width:1.25rem;height:1.25rem}.btn-icon svg{width:100%;height:100%;fill:currentColor}.privacy-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.privacy-section-title{font-family:"Inter",sans-serif;font-size:1.125rem;font-weight:600;color:#005597;margin:0 0 1.5rem 0}.privacy-box{background-color:#f5f5f5;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;max-height:250px;overflow-y:auto;margin-bottom:1.5rem}.privacy-box::-webkit-scrollbar{width:8px}.privacy-box::-webkit-scrollbar-track{background:hsl(0,0%,93.0784313725%);border-radius:4px}.privacy-box::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.privacy-box::-webkit-scrollbar-thumb:hover{background:hsl(0,0%,70%)}.privacy-box-paragraph{font-family:"Inter",sans-serif;font-size:.875rem;color:#717182;line-height:1.5;margin:0 0 1rem 0}.privacy-box-paragraph--last{margin-bottom:0}.privacy-box-paragraph strong{font-weight:600;color:#040404}.privacy-checkbox .checkbox-input{position:absolute;opacity:0;cursor:pointer}.privacy-checkbox .checkbox-input:checked+.checkbox-label::before{background-color:#005597;border-color:#005597}.privacy-checkbox .checkbox-input:checked+.checkbox-label::after{opacity:1}.privacy-checkbox .checkbox-input:focus+.checkbox-label::before{-webkit-box-shadow:0 0 0 3px rgba(0,85,151,.1);box-shadow:0 0 0 3px rgba(0,85,151,.1)}.privacy-checkbox .checkbox-label{font-family:"Inter",sans-serif;font-size:.9375rem;font-weight:600;color:#040404;cursor:pointer;padding-left:2rem;position:relative;display:block;line-height:1.5}.privacy-checkbox .checkbox-label::before{content:"";position:absolute;left:0;top:.125rem;width:20px;height:20px;border:2px solid #ccc;border-radius:4px;background-color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.privacy-checkbox .checkbox-label::after{content:"✓";position:absolute;left:4px;top:0;font-size:14px;color:#fff;opacity:0;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}.privacy-checkbox .checkbox-label:hover::before{border-color:#005597}.alert{position:relative;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.alert--warning{background-color:#fff3cd;border:1px solid #ffeaa7}.alert--warning .alert-icon{fill:#856404}.alert--warning .alert-title,.alert--warning .alert-text{color:#856404}.alert--info{background-color:#e7f3ff;border:1px solid #b3d9ff}.alert--info .alert-icon{fill:#004085}.alert--info .alert-title,.alert--info .alert-text{color:#004085}.alert--success{background-color:#d4edda;border:1px solid #c3e6cb}.alert--success .alert-icon{fill:#155724}.alert--success .alert-title,.alert--success .alert-text{color:#155724}.alert--error{background-color:#f8d7da;border:1px solid #f5c6cb}.alert--error .alert-icon{fill:#721c24}.alert--error .alert-title,.alert--error .alert-text{color:#721c24}.alert-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-bottom:.5rem}.alert-icon{width:20px;height:20px;-ms-flex-negative:0;flex-shrink:0}.alert-title{font-family:"Inter",sans-serif;font-size:1rem;font-weight:600;margin:0}.alert-text{font-family:"Inter",sans-serif;font-size:.875rem;line-height:1.5;margin:0}.alert-close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.5rem;line-height:1;color:inherit;opacity:.5;cursor:pointer;padding:.25rem .5rem;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.alert-close:hover{opacity:1}.alert-close:focus{outline:2px solid currentColor;outline-offset:2px;opacity:1}@-webkit-keyframes alertSlideIn{from{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes alertSlideIn{from{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.alert{-webkit-animation:alertSlideIn .3s ease-out;animation:alertSlideIn .3s ease-out;-webkit-transition:opacity .3s ease-out,-webkit-transform .3s ease-out;transition:opacity .3s ease-out,-webkit-transform .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out}.badge-alert{background-color:#fef3e8;color:#c75b12;border-radius:20px;padding:.5rem 1rem;font-weight:700}.evaluatee-info{width:100%;background-color:#e6f8ff;border-radius:70px;padding:1.25rem;margin:1rem 0 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.evaluatee-info h2{color:#005597;margin:0}.evaluatee-info h2 img{margin-right:.5rem}.evaluatee-info h3,.evaluatee-info p{color:#005597;margin:0}@media(min-width: 768px){.evaluatee-info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.5rem}}.self-evaluation-title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1rem 0 2rem}.self-evaluation-title h2{color:#fff;margin:0;font-size:2rem}@media(min-width: 768px){.self-evaluation-title{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;padding-left:2rem}}.radio-custom{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1.25rem;height:1.25rem;border:2px solid #005597;border-radius:50%;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;-ms-flex-negative:0;flex-shrink:0;vertical-align:middle}.radio-custom:checked{background-color:#005597;border-color:#005597;-webkit-box-shadow:none;box-shadow:none}.radio-custom:focus-visible{outline:2px solid rgba(0,85,151,.4);outline-offset:2px}.radio-custom:disabled{opacity:.5;cursor:not-allowed}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;visibility:hidden;opacity:0;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease}.modal.is-visible{visibility:visible;opacity:1}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.modal-content{position:relative;background:#fff;width:90%;max-width:40rem;margin:10% auto;padding:2rem;border-radius:24px;-webkit-box-shadow:0 8px 16px rgba(0,0,0,.16);box-shadow:0 8px 16px rgba(0,0,0,.16);text-align:center;z-index:1001}.modal-actions{margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media(min-width: 768px){.modal-actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.custom-checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.custom-checkbox .checkbox-visual{position:relative;width:1.25rem;height:1.25rem;background-color:#fff;border:2px solid #e5e7eb;border-radius:.25rem;-webkit-transition:all .2s ease;transition:all .2s ease;-ms-flex-negative:0;flex-shrink:0}.custom-checkbox .checkbox-visual::after{content:"";position:absolute;left:60%;width:.625rem;height:.5rem;-webkit-transform:translate(-50%, -50%) scale(0);transform:translate(-50%, -50%) scale(0);border-left:2.5px solid #fff;border-bottom:2.5px solid #fff;-webkit-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease;rotate:-45deg}.custom-checkbox input[type=checkbox]:checked+.checkbox-visual{background-color:#009360;border-color:#009360}.custom-checkbox input[type=checkbox]:checked+.checkbox-visual::after{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}.custom-checkbox:hover input[type=checkbox]:not(:checked)+.checkbox-visual{border-color:#ccc}.custom-checkbox input[type=checkbox]:disabled+.checkbox-visual{background-color:#f3f4f6;border-color:#d1d5db;cursor:not-allowed}.custom-checkbox input[type=checkbox]:disabled:checked+.checkbox-visual{background-color:#9ca3af;border-color:#9ca3af}.custom-checkbox input[type=checkbox]:disabled~.checkbox-label{color:#9ca3af;cursor:not-allowed}.custom-checkbox .checkbox-label{font-size:1rem;line-height:1.5;color:#717182}.login-page{width:100%;max-width:50rem;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.login-hero{text-align:center;margin-bottom:1.5rem;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 768px){.login-hero{margin-bottom:2rem}}@media(min-width: 1280px){.login-hero{margin-bottom:3rem}}.login-hero-title{font-family:"Merriweather",serif;font-size:1.75rem;font-weight:700;color:#fff;line-height:1.3;margin:0}@media(min-width: 768px){.login-hero-title{font-size:2rem}}@media(min-width: 1280px){.login-hero-title{font-size:2.5rem}}.login-card{background-color:#fff;border-radius:24px;padding:2rem 1.5rem;-webkit-box-shadow:0 8px 16px rgba(0,0,0,.16);box-shadow:0 8px 16px rgba(0,0,0,.16);-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){.login-card{padding:3rem}}.login-card-title{font-family:"Inter",sans-serif;font-size:1.375rem;font-weight:700;color:#005597;text-align:left;margin:0 0 2rem 0}@media(min-width: 768px){.login-card-title{font-size:1.5rem}}@media(min-width: 1024px){.login-card-title{text-align:center}}.login-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.login-form .form-group{margin-bottom:1.5rem}.form-label{font-family:"Inter",sans-serif;font-size:1rem;font-weight:600;color:#005597;display:block;margin-bottom:.25rem}.form-input{width:100%;padding:.875rem 1rem;font-family:"Inter",sans-serif;font-size:1rem;color:#040404;background-color:#fff;border:1px solid #ccc;border-radius:8px;-webkit-transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease}.form-input::-webkit-input-placeholder{color:hsl(240,6.9958847737%,67.6470588235%)}.form-input::-moz-placeholder{color:hsl(240,6.9958847737%,67.6470588235%)}.form-input:-ms-input-placeholder{color:hsl(240,6.9958847737%,67.6470588235%)}.form-input::-ms-input-placeholder{color:hsl(240,6.9958847737%,67.6470588235%)}.form-input::placeholder{color:hsl(240,6.9958847737%,67.6470588235%)}.form-input:focus{outline:none;border-color:#005597;-webkit-box-shadow:0 0 0 3px rgba(0,85,151,.1);box-shadow:0 0 0 3px rgba(0,85,151,.1)}.form-input.error,.form-input.has-error{border-color:#dc3545}.form-error{font-family:"Inter",sans-serif;font-size:1rem;color:#dc3545;margin-top:.25rem;display:block}.form-actions{margin-top:2rem;text-align:center}.form-footer{text-align:center;margin-top:1.5rem}.link-forgot-password{font-family:"Inter",sans-serif;font-size:1rem;color:#005597;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.link-forgot-password:hover{color:#0094d1;text-decoration:underline}.reset-password-page .login-card{max-width:650px;margin:0 auto}.info-box{background-color:rgb(183.5,234.1315789474,255);border:1px solid rgb(81.5,204.3612440191,255);border-radius:8px;padding:1.5rem;margin-bottom:2rem}.info-box--password{background-color:#e7f3ff;border-color:#b3d9ff}.info-box-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-bottom:.5rem}.info-box-icon{width:20px;height:20px;fill:#0094d1;-ms-flex-negative:0;flex-shrink:0}.info-box-title{font-family:"Inter",sans-serif;font-size:1rem;font-weight:600;color:rgb(0,75.7703349282,107);margin:0}.info-box-text{font-family:"Inter",sans-serif;font-size:.875rem;color:rgb(0,57.7129186603,81.5);margin:0 0 .25rem 0}.info-box-list{font-family:"Inter",sans-serif;font-size:.875rem;color:rgb(0,57.7129186603,81.5);margin:0;padding-left:1.5rem}.info-box-list li{margin-bottom:.25rem}.info-box-list li:last-child{margin-bottom:0}.info-box-list code{background-color:rgba(0,148,209,.15);padding:.125rem .375rem;border-radius:4px;font-family:"Courier New",monospace;font-size:.8125rem;color:rgb(0,39.6555023923,56)}.form-hint{font-family:"Inter",sans-serif;font-size:.8125rem;color:hsl(240,6.9958847737%,62.6470588235%);margin-top:.25rem;display:block}.privacy-consent-page{max-width:900px;margin:0 auto;padding:2rem 0}@media(min-width: 768px){.privacy-consent-page{padding:3rem 0}}.privacy-consent-container{background-color:#fff;border-radius:24px;padding:2rem 1.5rem;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.12);box-shadow:0 4px 8px rgba(0,0,0,.12)}@media(min-width: 768px){.privacy-consent-container{padding:3rem}}.privacy-header{text-align:center;margin-bottom:2rem}.privacy-header-icon{width:64px;height:64px;margin:0 auto 1.5rem}.privacy-header-icon svg{width:100%;height:100%;fill:#005597}.privacy-header-title{font-family:"Merriweather",serif;font-size:1.5rem;font-weight:700;color:#040404;margin:0}@media(min-width: 768px){.privacy-header-title{font-size:1.75rem}}.privacy-content-title{font-family:"Inter",sans-serif;font-size:1.25rem;font-weight:600;color:#040404;margin:0 0 1.5rem 0}.privacy-box--extended{max-height:400px}@media(min-width: 768px){.privacy-box--extended{max-height:500px}}.privacy-section-item{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid hsl(0,0%,91.0784313725%)}.privacy-section-item--last{border-bottom:none;margin-bottom:0;padding-bottom:0}.privacy-section-item-title{font-family:"Inter",sans-serif;font-size:1rem;font-weight:600;color:#005597;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin:0 0 .5rem 0}.privacy-section-icon{width:18px;height:18px;fill:#005597;-ms-flex-negative:0;flex-shrink:0}.privacy-list{font-family:"Inter",sans-serif;font-size:.875rem;color:#717182;line-height:1.5;margin:.5rem 0;padding-left:1.5rem}.privacy-list li{margin-bottom:.375rem}.privacy-list li:last-child{margin-bottom:0}.privacy-list strong{font-weight:600;color:#040404}.privacy-checkbox--highlighted{background-color:#fff9e6;border:2px solid #ffc107;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.privacy-checkbox--highlighted .checkbox-label{font-size:1rem}.privacy-form{margin-top:2rem}.privacy-footer{text-align:center;margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem}.privacy-footer-icon{width:18px;height:18px;fill:#717182}.privacy-footer-text{font-family:"Inter",sans-serif;font-size:.875rem;color:#717182;margin:0}.change-password-page{max-width:750px;margin:0 auto;padding:2rem 0}@media(min-width: 768px){.change-password-page{padding:3rem 0}}.change-password-container{background-color:#fff;border-radius:24px;padding:2rem 1.5rem;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.12);box-shadow:0 4px 8px rgba(0,0,0,.12)}@media(min-width: 768px){.change-password-container{padding:3rem}}.change-password-hero{text-align:center;margin-bottom:3rem;-ms-flex-negative:0;flex-shrink:0;color:#fff}.change-password-hero h1{font-family:"Merriweather",serif;font-size:1.875rem;font-weight:700;line-height:1.3;margin:0;color:#fff}@media(min-width: 768px){.change-password-hero h1{font-size:2.5rem}}.change-password-hero p{margin:1rem 0}.change-password-form .form-group{margin-bottom:1.5rem}.error-page{max-width:600px;margin:0 auto;padding:2rem 0;text-align:center}@media(min-width: 768px){.error-page{padding:3rem 0}}.error-container{background-color:#fff;border-radius:24px;padding:2rem 1.5rem;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.12);box-shadow:0 4px 8px rgba(0,0,0,.12)}@media(min-width: 768px){.error-container{padding:3rem}}.error-icon{width:64px;height:64px;margin:0 auto 1.5rem}.error-icon svg{width:100%;height:100%}.error-icon--not-found svg{fill:#0094d1}.error-icon--forbidden svg{fill:#ffc107}.error-icon--server-error svg,.error-icon--error svg{fill:#dc3545}@media(min-width: 768px){.error-icon{width:80px;height:80px}}.error-code{font-family:"Merriweather",serif;font-size:3rem;font-weight:700;color:#717182;opacity:.3;margin-bottom:1rem;line-height:1}@media(min-width: 768px){.error-code{font-size:4rem}}.error-title{font-family:"Merriweather",serif;font-size:1.5rem;font-weight:700;color:#040404;margin:0 0 1.5rem 0}@media(min-width: 768px){.error-title{font-size:1.75rem}}.error-message{font-family:"Inter",sans-serif;font-size:1rem;color:#717182;line-height:1.6;margin-bottom:2rem;padding:1.5rem;background-color:#f5f5f5;border-radius:8px;border-left:4px solid #dc3545}.error-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:2rem}.error-actions .btn{min-width:100%}@media(min-width: 768px){.error-actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.error-actions .btn{width:160px}}.error-help{font-family:"Inter",sans-serif;font-size:.875rem;color:#717182}.error-help p{margin:0}.error-help a{color:#005597;text-decoration:none}.error-help a:hover{text-decoration:underline}.dashboard-page{width:100%;max-width:96rem;margin:0 auto;padding:1rem;min-height:100%;background-color:#fff;border-radius:30px}@media(min-width: 768px){.dashboard-page{padding:1.5rem}}.dashboard-title{font-family:"Inter",sans-serif;font-size:1.25rem;font-weight:700;color:#005597;line-height:1.3;margin:0 0 1.5rem 0}@media(min-width: 768px){.dashboard-title{font-size:1.5rem}}@media(min-width: 1024px){.dashboard-title{font-size:1.75rem}}.choose-wave{background-color:#ebf5fc;border-radius:20px;padding:1rem;color:#005597;margin-bottom:1rem}@media(min-width: 768px){.choose-wave{padding:1.5rem;margin-bottom:1.5rem}}.choose-wave__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.875rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}@media(min-width: 1024px){.choose-wave__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.choose-wave__label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700}@media(min-width: 768px){.choose-wave__label{font-size:1.125rem}}.choose-wave .wave-period{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media(min-width: 1024px){.choose-wave .wave-period{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:auto}}.choose-wave .dropdown-wave{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;padding:.875rem 1rem;font-family:"Inter",sans-serif;font-size:1rem;color:#040404;background-color:#fff;border:1px solid #ccc;border-radius:8px;-webkit-transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease}.choose-wave .dropdown-wave::-webkit-input-placeholder{color:hsl(240,6.9958847737%,67.6470588235%)}.choose-wave .dropdown-wave::-moz-placeholder{color:hsl(240,6.9958847737%,67.6470588235%)}.choose-wave .dropdown-wave:-ms-input-placeholder{color:hsl(240,6.9958847737%,67.6470588235%)}.choose-wave .dropdown-wave::-ms-input-placeholder{color:hsl(240,6.9958847737%,67.6470588235%)}.choose-wave .dropdown-wave::placeholder{color:hsl(240,6.9958847737%,67.6470588235%)}.choose-wave .dropdown-wave:focus{outline:none;border-color:#005597;-webkit-box-shadow:0 0 0 3px rgba(0,85,151,.1);box-shadow:0 0 0 3px rgba(0,85,151,.1)}.choose-wave .dropdown-wave.error,.choose-wave .dropdown-wave.has-error{border-color:#dc3545}@media(min-width: 1024px){.choose-wave .dropdown-wave{width:auto;min-width:18rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media(min-width: 1280px){.choose-wave .dropdown-wave{min-width:30rem}}.choose-wave__desc{margin:0;text-align:center}@media(min-width: 1024px){.choose-wave__desc{text-align:left}}.dashboard-banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;border-radius:20px;margin-bottom:1.5rem}.dashboard-banner--alert{-webkit-box-shadow:0 0 16px 4px rgba(199,91,18,.2);box-shadow:0 0 16px 4px rgba(199,91,18,.2)}.dashboard-banner--info{-webkit-box-shadow:0 0 16px 4px rgba(47,143,176,.3019607843);box-shadow:0 0 16px 4px rgba(47,143,176,.3019607843)}.dashboard-banner>img{border-radius:20px 20px 0 0;height:auto;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.dashboard-banner>img{border-radius:20px;max-width:15rem}}@media(min-width: 1024px){.dashboard-banner>img{max-width:18rem}}@media(min-width: 1280px){.dashboard-banner>img{max-width:20rem}}.dashboard-banner__info{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 1rem}.dashboard-banner__info p{margin-bottom:0}@media(min-width: 768px){.dashboard-banner__info{padding:1rem}}.dashboard-banner__title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-banner__title-wrapper>img{width:2rem;height:2rem}@media(min-width: 1024px){.dashboard-banner__title-wrapper>img{width:3rem;height:3rem}}.dashboard-banner__title{font-family:"Inter",sans-serif;color:#005597;font-size:1.125rem;margin-bottom:.5rem}@media(min-width: 768px){.dashboard-banner__title{font-size:1rem}}@media(min-width: 1024px){.dashboard-banner__title{font-size:1.5rem}}.dashboard-banner__buttons-wrapper{margin-top:auto;padding-top:1rem;-ms-flex-item-align:end;align-self:end}.dashboard-banner__buttons-wrapper .btn{margin-bottom:1rem;width:100%;font-size:.8rem}@media(min-width: 1024px){.dashboard-banner__buttons-wrapper .btn{width:auto}}@media(min-width: 1280px){.dashboard-banner__buttons-wrapper .btn{font-size:.875rem}}@media(min-width: 768px){.dashboard-banner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0}}.dashboard-progress{border-radius:20px;background-color:rgba(235,245,252,.5019607843);padding:1rem;margin-bottom:1.5rem}.dashboard-progress__title{font-family:"Inter",sans-serif;color:#005597;font-size:1.25rem;margin-bottom:1rem}@media(min-width: 768px){.dashboard-progress__title{font-size:1.5rem}}.dashboard-progress__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.5rem}@media(min-width: 1024px){.dashboard-progress__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.dashboard-progress__item{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}@media(min-width: 1024px){.dashboard-progress__item p{font-size:.875rem}}@media(min-width: 1280px){.dashboard-progress__item p{font-size:1rem}}.dashboard-progress__item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.5rem}.dashboard-progress__item-header h3{font-family:"Inter",sans-serif;color:#005597;font-size:1.125rem;font-weight:600;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}@media(min-width: 1024px){.dashboard-progress__item-header h3{font-size:1.25rem}}.dashboard-progress__count{color:#005597;display:none}@media(min-width: 768px){.dashboard-progress__count{display:inline-block}}.dashboard-progress__count--mobile{display:block;color:#005597;text-align:center;padding-top:1rem}@media(min-width: 768px){.dashboard-progress__count--mobile{display:none}}.dashboard-progress__bar--grey{width:100%;height:.5rem;border-radius:15px;background-color:rgba(3,2,19,.2)}.dashboard-progress__bar--primary{height:.5rem;border-radius:15px;background-color:#009360}.dashboard-selfval{border-radius:20px;-webkit-box-shadow:0 0 16px 2px rgba(0,0,0,.07);box-shadow:0 0 16px 2px rgba(0,0,0,.07);margin-bottom:1.5rem;display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 1024px){.dashboard-selfval{grid-template-columns:22rem 1fr}}.dashboard-selfval__card-left{border-radius:20px 20px 0 0;padding:1.5rem;background-color:#d6ebf7;position:relative}@media(min-width: 1024px){.dashboard-selfval__card-left{border-radius:20px 0 0 20px}}.dashboard-selfval__card-left h2{color:#005597;font-weight:400;font-size:1.75rem}.dashboard-selfval__card-left .description{color:#005597;padding-top:1.5rem}.dashboard-selfval__card-left .btn--secondary,.dashboard-selfval__card-left .btn--outline--secondary{width:100%}.dashboard-selfval__card-left .btn--outline--secondary{background-color:#fff;border:2px solid #0094d1}.dashboard-selfval__card-left .btn--outline--secondary:hover:not(:disabled){background-color:#0094d1;color:#fff}.dashboard-selfval__card-left::after{content:"";position:absolute;right:40px;bottom:-20px;width:28px;height:20px;background-color:#d6ebf7;clip-path:polygon(0 0, 100% 0, 50% 100%)}@media(min-width: 1024px){.dashboard-selfval__card-left::after{right:-20px;top:75px;width:20px;height:28px;clip-path:polygon(0 0, 100% 50%, 0 100%)}}.dashboard-selfval__card-right{border-radius:20px 0 0 20px;padding:1rem;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.dashboard-selfval__card-right .badge-alert{width:100%;font-size:.875rem;-ms-flex-item-align:end;align-self:flex-end}@media(min-width: 768px){.dashboard-selfval__card-right .badge-alert{width:auto}}.dashboard-selfval__card-right h2{font-family:"Inter",sans-serif;font-size:1rem;font-weight:600;color:#005597;margin:0}.dashboard-selfval__card-right .cluster-completion{width:100%;margin-bottom:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:.25rem}.dashboard-selfval__card-right .cluster-completion .cluster-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;line-height:.8}.dashboard-selfval__card-right .cluster-completion .cluster-item>span.completed{font-weight:700}@media(min-width: 768px){.dashboard-selfval__card-right .cluster-completion .cluster-item>span{display:none}}.dashboard-selfval__card-right .cluster-completion>picture{line-height:1}.dashboard-selfval__card-right .cluster-completion>span{display:block;background-color:#cecece;width:3px;margin-left:42px;-webkit-box-flex:1;-ms-flex:1 0 1.25rem;flex:1 0 1.25rem}.dashboard-selfval__card-right .cluster-completion>span.completed{background-color:#009360}@media(min-width: 768px){.dashboard-selfval__card-right .cluster-completion{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.dashboard-selfval__card-right .cluster-completion>span{margin-left:0;margin-top:3.7rem;width:auto;height:3px;-ms-flex-preferred-size:.75rem;flex-basis:.75rem}}.dashboard-selfval__card-right .legend-wrapper{display:none}@media(min-width: 768px){.dashboard-selfval__card-right .legend-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}.dashboard-selfval__card-right .legend-col{-webkit-box-flex:1;-ms-flex:1 1 33%;flex:1 1 33%}.dashboard-selfval__card-right .legend-col div{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;margin-bottom:.5rem}.dashboard-selfval__card-right .legend-col div.completed{font-weight:700}@media(min-width: 1024px){.dashboard-selfval__card-right{margin-left:-18px;padding-left:2rem}}@media(min-width: 1280px){.dashboard-selfval__card-right{padding-left:3rem;padding-right:2.5rem}}.dashboard-eteroval{border-radius:20px;-webkit-box-shadow:0 0 16px 2px rgba(0,0,0,.07);box-shadow:0 0 16px 2px rgba(0,0,0,.07);padding:1rem;margin-bottom:1.5rem}.dashboard-eteroval__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.dashboard-eteroval__header h2{color:#005597;font-size:1.5rem;font-weight:400;margin:0}.dashboard-eteroval__header p{margin:0}@media(min-width: 768px){.dashboard-eteroval__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dashboard-eteroval__header h2{font-size:1.75rem}.dashboard-eteroval__header p{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.dashboard-eteroval__wrapper{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2.5rem}@media(min-width: 1024px){.dashboard-eteroval__wrapper{grid-template-columns:repeat(3, minmax(0, 1fr))}}.dashboard-eteroval__item h3{font-family:"Inter",sans-serif;font-size:1.5rem}.dashboard-eteroval__item .item-list{border-radius:20px;padding:.875rem;margin-bottom:1rem}.dashboard-eteroval__item .item-list h4,.dashboard-eteroval__item .item-list p{margin:0}.dashboard-eteroval__item .item-list h4{font-family:"Inter",sans-serif;font-size:1.125rem;font-weight:600}.dashboard-eteroval__item .item-list p{color:#005597;font-size:.875rem}@media(min-width: 1280px){.dashboard-eteroval__item .item-list{padding:1.5rem}}.dashboard-eteroval__item--to-start .item-list,.dashboard-eteroval__item--completed .item-list,.dashboard-eteroval__item .item-list__details{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-eteroval__item--to-start .item-list>div,.dashboard-eteroval__item--completed .item-list>div,.dashboard-eteroval__item .item-list__details>div{min-width:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.dashboard-eteroval__item--in-progress h3{color:#005597}.dashboard-eteroval__item--in-progress .item-list{background-color:#f5fafe;border-left:4px solid #005597}.dashboard-eteroval__item--in-progress .perc-completion{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-eteroval__item--in-progress .perc-completion span{font-size:.875rem;font-weight:700}.dashboard-eteroval__item--in-progress .dashboard-progress__bar--primary{background-color:#005597}.dashboard-eteroval__item--in-progress .no-items{background-color:#f5fafe}.dashboard-eteroval__item--to-start h3{color:#4a5568}.dashboard-eteroval__item--to-start .item-list{background-color:#f9fafb;border-left:4px solid #9ca3af}.dashboard-eteroval__item--to-start .no-items{background-color:#f9fafb}.dashboard-eteroval__item--completed h3{color:#009360}.dashboard-eteroval__item--completed .item-list{background-color:#ecfdf5;border-left:4px solid #009360}.dashboard-eteroval__item--completed .no-items{background-color:#ecfdf5}.dashboard-eteroval__item .participant-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default}.dashboard-eteroval .p-count{font-size:.875rem}.dashboard-eteroval .no-items{min-height:16rem;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem}.dashboard-eteroval .no-items p{font-weight:700;font-size:.875rem;text-align:center}.dashboard-eteroval .btn{padding:.75rem 1.5rem}.evaluation-instructions-premise{color:#fff;margin-bottom:2rem;padding-left:1rem;padding-right:1rem}.evaluation-instructions-premise h3{color:#fff;font-family:"Inter",sans-serif;text-align:center}.evaluation-instructions-premise p{font-size:1.125rem;margin-bottom:.5rem}@media(min-width: 768px){.evaluation-instructions-premise{padding-left:2rem;padding-right:2rem}}.evaluation-instructions{background-color:#fff;border-radius:30px}.evaluation-instructions .instructions-header{border-radius:30px 30px 0 0;background-color:#e6f8ff;padding:1rem}.evaluation-instructions .instructions-header h1{margin:0;color:#005597;font-size:1.75rem;font-family:"Inter",sans-serif}@media(min-width: 768px){.evaluation-instructions .instructions-header{padding:2rem}}.evaluation-instructions .instructions-content{padding:1rem}@media(min-width: 768px){.evaluation-instructions .instructions-content{padding:2rem}}.evaluation-instructions .info-scale{max-width:800px;margin:2rem auto;background-color:#e0ecf8;border-radius:20px;text-align:center;color:#005597;padding:.5rem 0}.evaluation-instructions .info-scale p{font-size:1rem;margin:.5rem}@media(min-width: 768px){.evaluation-instructions .info-scale{padding:1rem}.evaluation-instructions .info-scale p{font-size:1.125rem}}.instructions-actions{text-align:center}.instructions-actions div:nth-child(1){margin-bottom:1rem}.instructions-actions .btn{width:100%;max-width:420px}.evaluation-questionnaire-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.evaluation-questionnaire-header .cluster-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;border-radius:20px 20px 0 0;padding:.5rem .75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem}.evaluation-questionnaire-header .cluster-title.bg-organizzative{background-color:#d7f7f1}.evaluation-questionnaire-header .cluster-title.bg-realizzative{background-color:#c4f2f5}.evaluation-questionnaire-header .cluster-title.bg-gestionali{background-color:#bbecfc}.evaluation-questionnaire-header .cluster-title.bg-self-leadership{background-color:#c1e7fa}.evaluation-questionnaire-header .cluster-title.bg-team-leader{background-color:#d0e2f5}.evaluation-questionnaire-header .cluster-title.bg-leader-eoc{background-color:#c2e1f5}.evaluation-questionnaire-header .cluster-title h2{color:#005597;font-family:"Inter",sans-serif;font-size:1.125rem;margin:0}@media(min-width: 1024px){.evaluation-questionnaire-header .cluster-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:.75rem 1.5rem}.evaluation-questionnaire-header .cluster-title h2{font-size:1.25rem}}.evaluation-questionnaire-header .cluster-step{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:.75rem;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem}.evaluation-questionnaire-header .cluster-step__center{-webkit-box-flex:1;-ms-flex:1;flex:1}.evaluation-questionnaire-header .cluster-step__center p{margin:0;padding-top:.5rem;line-height:1;text-align:end}.evaluation-questionnaire-header .cluster-step__bar-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.375rem;width:100%}.evaluation-questionnaire-header .cluster-step__bar-wrapper>div{-webkit-box-flex:1;-ms-flex:1;flex:1}.evaluation-questionnaire-header .cluster-step__bar{height:5px;width:50%;display:inline-block;background-color:hsla(0,0%,100%,.5019607843)}.evaluation-questionnaire-header .cluster-step__bar:nth-of-type(odd){border-radius:10px 0 0 10px}.evaluation-questionnaire-header .cluster-step__bar:nth-of-type(even){border-radius:0 10px 10px 0}.evaluation-questionnaire-header .cluster-step__bar--filled{background-color:#fff}@media(min-width: 1024px){.evaluation-questionnaire-header .cluster-step{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-preferred-size:22rem;flex-basis:22rem}}@media(min-width: 1024px){.evaluation-questionnaire-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.evaluation-questionnaire{background-color:#fff;padding:1rem;border-radius:0 0 20px 20px}.evaluation-questionnaire .items-range{font-weight:700}.evaluation-questionnaire .questionnaire-item{padding:1.5rem 0;border-bottom:1px solid #e5e7eb}.evaluation-questionnaire .item-text{color:#005597;font-weight:600;font-size:1rem}@media(min-width: 1024px){.evaluation-questionnaire .item-text{font-weight:700}}@media(min-width: 1280px){.evaluation-questionnaire .item-text{font-size:1.125rem}}.evaluation-questionnaire .item-scale{padding:1rem 0 0 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}@media(min-width: 1024px){.evaluation-questionnaire .item-scale{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:5rem}}.evaluation-questionnaire .scale-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.evaluation-questionnaire .scale-label{line-height:1}@media(min-width: 1024px){.evaluation-questionnaire{padding:1.5rem;border-radius:0 20px 20px 20px}}.questionnaire-actions{text-align:center;padding:3rem 1rem}.questionnaire-actions .back{margin-top:1.5rem}.questionnaire-actions .btn{min-width:280px}.questionnaire-actions__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media(min-width: 768px){.questionnaire-actions__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}#completion-modal .modal-content{padding:2.5rem}#completion-modal h2{color:#005597;font-size:1.5rem;margin:1rem 0 2.5rem}#completion-modal .modal-desc{color:#005597;margin:0;line-height:1.2;margin-bottom:2.5rem}#completion-modal .modal-hint{margin:0;line-height:1.2}#completion-modal .modal-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#completion-modal .modal-actions .btn{width:100%;max-width:260px}#completion-modal .modal-hint{margin:2.5rem 0 0;line-height:1.2}.evaluation-completed{max-width:560px;margin:0 auto;background-color:#fff;border-radius:24px;padding:2.5rem}.evaluation-completed h1{font-size:1.5rem;color:#005597;text-align:center;margin-bottom:.5rem}.evaluation-completed .completed-message{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.evaluation-completed .completed-message p{margin-bottom:1.5rem}.evaluation-completed .completed-message .evaluatee-info{width:auto;-ms-flex-item-align:center;align-self:center;margin-bottom:1.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.evaluation-completed .completed-message .evaluatee-info .name{font-size:1.125rem}.evaluation-completed .completed-message .evaluatee-info p{margin-bottom:0}.evaluation-completed .completed-actions{text-align:center}