@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);.loader-container{position:absolute;top:calc(50% - 40px);left:calc(50% - 40px)}.tg_button{background-color:var(--color-primary);border:none;outline:none;margin:0;color:#fff;-webkit-appearance:none;-moz-appearance:none;font-size:14px;font-weight:500;letter-spacing:.58px;line-height:24px;padding:8px 16px;cursor:pointer}.tg_button:hover{background-color:var(--color-primary-lighten)}.tg_button:focus{outline:2px solid var(--color-primary-darken)}.tg_button:active{border:none;background-color:var(--color-primary);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.5)}.tg_button:disabled{opacity:.5;cursor:not-allowed}.tg_button:disabled:hover{background-color:var(--color-primary)}.tg_button.tg_btn-large{padding:20px 44px;font-size:22px;font-weight:500;line-height:1}.tg_button.tg_btn-large:after{content:"";display:inline-block;margin-left:10px;vertical-align:middle;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid}.tg_radio{display:flex;align-items:flex-end;justify-content:center;cursor:pointer}.tg_radio .tg_label{position:absolute;bottom:-30px;width:-webkit-max-content;width:max-content}.tg_radio .tg_icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:2px solid var(--color-primary);border-radius:50%}@media (max-width:1024px){.tg_radio .tg_icon{width:30px;height:30px}}.tg_radio .tg_icon svg{display:none}.tg_radio .tg_icon:hover{background:var(--color-primary)}.tg_radio input[type=radio]{display:none}.tg_radio input[type=radio]:checked+.tg_icon{background:var(--color-primary)}.tg_radio input[type=radio]:checked+.tg_icon svg{display:inline-flex;width:20px}@media (max-width:1024px){.tg_radio input[type=radio]:checked+.tg_icon svg{width:20px}}.tg_select{padding:.375rem 2.25rem .375rem .75rem;font-size:16px;font-weight:400;line-height:1.5;color:var(--color-black);background-color:var(--color-white);background-image:var(--icon-arrow);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid var(--color-grey);border-radius:0;-webkit-appearance:none;appearance:none;outline:none}.tg_select:focus{border-color:var(--color-primary)}.tg_text-field{background-color:var(--color-white);border:1px solid var(--color-grey);outline:none;border-radius:0;padding:9px 13px;font-family:inherit;font-size:inherit}.tg_text-field:focus{border-color:var(--color-primary)}.tg_text-field .tg_error{border-color:var(--color-error)}.tg_gauge-wrapper{width:320px}.tg_visualization-wrapper{margin:0 auto;text-align:center}.tg_visualization-wrapper svg{max-width:430px;max-height:200px}.tg_category{font-size:14px;line-height:30px;font-weight:500;padding:10px 50px;border:1px solid var(--color-grey);border-top:0;margin:0 auto;position:relative}.tg_category:first-child{border-top:1px solid var(--color-grey)}.tg_category .tg_check-mark{left:20px;top:calc(50% - 15px);position:absolute}.tg_categories{width:100%;max-width:300px;margin-bottom:20px}.tg_check-mark{display:inline-flex;width:30px;height:30px;border-radius:100%;background-color:var(--color-success);align-items:center;justify-content:center}.tg_check-mark img{width:20px}.aggregated-dashboard-page .tg_column{max-width:none}.aggregated-dashboard-page .replies-count{border-bottom:1px solid var(--color-grey-light);margin-bottom:40px}.aggregated-dashboard-page .scale-container{border-bottom:1px solid var(--color-grey-light);padding-bottom:20px}.aggregated-dashboard-page .visualization-wrapper .visualization-items{display:flex;flex-wrap:wrap}.aggregated-dashboard-page .visualization-wrapper .visualization-items .visualization-item{text-align:center;margin-right:50px}.aggregated-dashboard-page .visualization-wrapper .visualization-items .visualization-item .tg_visualization-wrapper{margin:0}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--color-primary:#4f91c6;--color-primary-lighten:#6ab0e8;--color-primary-darken:#1f5783;--color-success:#56a902;--color-error:#f15c5c;--color-warning:#f6a609;--color-white:#fff;--color-black:#0a0a0a;--color-black-secondary:#162937;--color-white-inactive:#f7f7fe;--color-grey:rgba(22,41,55,0.32);--color-grey-light:#d8d8d8;--color-bg:#f9f9fb;--color-table-hover:#e3edf6;--icon-arrow:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E")}body{background-color:#f9f9fb;background-color:var(--color-bg)}.tg_column{max-width:1200px;padding-left:30px;padding-right:30px;margin-left:auto;margin-right:auto}@media (max-width:767px){.tg_column{padding-left:15px;padding-right:15px}}.tg_page{font-family:"Roboto",sans-serif;color:#0a0a0a;color:var(--color-black);font-size:16px;line-height:24px}.tg_page *{box-sizing:border-box}.tg_page .tg_center{text-align:center}.tg_page h1{font-size:24px;color:#4f91c6;color:var(--color-primary);line-height:36px;font-weight:500}@media (max-width:1024px){.tg_page h1{font-size:20px;line-height:29px}}.tg_page h2{font-size:20px;font-weight:500;line-height:30px}@media (max-width:1024px){.tg_page h2{font-size:16px;line-height:24px}}.tg_page h3{font-size:14px;font-weight:500;line-height:16px}.tg_page p{font-size:16px;line-height:24px}.tg_page p:first-child{margin-top:0}.tg_page ul{list-style:none;padding:0}.tg_page ul li{font-size:14px;letter-spacing:0;line-height:20px;padding-left:15px}.tg_page ul li:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-image:var(--icon-arrow);display:inline-block;margin-left:-15px;width:12px;height:12px;transform:rotate(-90deg);opacity:.6;vertical-align:-1px;margin-right:8px}.tg_page table,.tg_page td,.tg_page th{border:1px solid rgba(22,41,55,.32);border:1px solid var(--color-grey);text-align:left}.tg_page table{border-collapse:collapse;width:100%;background-color:#fff;background-color:var(--color-white)}.tg_page th{color:rgba(22,41,55,.32);color:var(--color-grey)}.tg_page tr:hover{background-color:#e3edf6;background-color:var(--color-table-hover)}.tg_page td,.tg_page th{padding:12px;border-left:0;border-right:0}.tg_page a{color:#4f91c6;color:var(--color-primary)}.tg_page a:hover{opacity:.68}.tg_attributes-picker select{min-width:150px}.test-attributes-page{display:flex;flex-direction:column;align-items:center}.test-attributes-page .tg_attribute{padding-bottom:20px;text-align:center}.tg_test-info .tg_button{display:block;margin:0 auto}.tg_test-info .tg_column{padding-top:40px;padding-bottom:40px}.tg_test-info .tg_test-welcome-html{width:100%}.tg_test-results-page .header{padding-bottom:20px}.tg_test-results-page .footer{padding-top:20px}.tg_test-result{border-bottom:1px solid var(--color-grey-light);padding-bottom:20px}.tg_test-result:last-child{border-bottom:0}.tg_set-result{padding:40px 0;border-bottom:3px solid var(--color-grey-light)}.tg_set-result:first-child{padding-top:0}.tg_set-result:last-child{border-bottom:0}.tg_set-page .tg_h2{margin-bottom:10px}.tg_set-page .tg_column{padding-top:40px;padding-bottom:40px}.tg_set-page .tg_button{display:block;margin:0 auto}.tg_set-page .tg_form-item{margin-bottom:40px;padding-bottom:50px;border-bottom:1px solid var(--color-grey-light);text-align:center}@media (max-width:1024px){.tg_set-page .tg_form-item{margin-bottom:30px;padding-bottom:40px}}.tg_radio-group-wrapper{display:grid;align-items:center;justify-content:center;position:relative;padding:40px 0 0;grid-template-areas:"title1 radio title2"}.tg_radio-group-wrapper .tg_group-title{margin:0;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-size:20px;font-weight:500}.tg_radio-group-wrapper .tg_group-title:first-child{grid-area:title1;text-align:left}.tg_radio-group-wrapper .tg_group-title:last-child{grid-area:title2;text-align:right}@media (max-width:1024px){.tg_radio-group-wrapper .tg_group-title{font-size:16px;font-weight:400}}@media (max-width:1024px){.tg_radio-group-wrapper{justify-content:space-between;padding:0;grid-template-columns:repeat(2,33%);grid-template-areas:"title1 title2" "radio radio"}}.tg_radio-group-wrapper .tg_radio-group{display:flex;align-items:center;justify-content:center;grid-area:radio}@media (max-width:1024px){.tg_radio-group-wrapper .tg_radio-group{justify-content:space-between}}.tg_radio-group-wrapper .tg_radio-group .tg_radio{margin:0 20px}@media (max-width:1024px){.tg_radio-group-wrapper .tg_radio-group .tg_radio{margin:0}.tg_radio-group-wrapper .tg_radio-group .tg_radio:last-child .tg_label{right:0}.tg_radio-group-wrapper .tg_radio-group .tg_radio:first-child .tg_label{left:0}}.tg_radio-group-wrapper .tg_radio-group .tg_radio .tg_label{display:none}.tg_radio-group-wrapper .tg_radio-group .tg_radio input:checked~.tg_label{display:block}.tg_radio-group-wrapper .tg_radio-group:hover .tg_radio .tg_label,.tg_radio-group-wrapper .tg_radio-group:hover .tg_radio input:checked~.tg_label{display:none}.tg_radio-group-wrapper .tg_radio-group:hover .tg_radio:hover .tg_label,.tg_radio-group-wrapper .tg_radio-group:hover .tg_radio:hover input:checked~.tg_label{display:block}textarea.tg_text-field{width:100%;max-width:600px}.test-special-attributes-page{display:flex;flex-direction:column;align-items:center}.test-special-attributes-page .tg_attribute{padding-bottom:20px;text-align:center}.login-page .login-box{display:flex;padding-top:64px;align-items:center;flex-direction:column}.list-page.entries .table-container{max-height:calc(100% - 120px)}.tool-main-container,.tool-page{height:100%}.tool-page .links a{margin-right:20px}.list-page{height:calc(100% - 48px);padding-top:20px}.list-page .table-container{margin-top:20px;max-height:calc(100% - 70px)}#root,body,html{height:100%}