/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
}

.page-wrap {
  min-height: 100%;
  display: flex;
}

.mob-only {
  display: block;
}

.mob-only.-fx {
  display: flex;
}

.mob-only.-ifx {
  display: inline-flex;
}

@media screen and (min-width: 768px) {
  .mob-only {
    display: none;
  }
  .mob-only.-dif, .mob-only.-df {
    display: none;
  }
}

.tab-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .tab-only {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

.desk-only {
  display: none;
}

@media screen and (min-width: 1024px) {
  .desk-only {
    display: block;
  }
}

.mob-tab {
  display: block;
}

@media screen and (min-width: 1024px) {
  .mob-tab {
    display: none;
  }
}

.tab-desk {
  display: none;
}

@media screen and (min-width: 768px) {
  .tab-desk {
    display: block;
  }
}

.quiz {
  max-width: 1627px;
  padding-top: 93px;
  width: 100%;
}

.quiz__intro {
  align-items: center;
  background: #002439;
  color: #fff;
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: flex;
  height: 93px;
  padding: 0 20px;
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.quiz__intro h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.quiz__logo {
  box-sizing: content-box;
  display: block;
  margin-right: auto;
  padding-right: 16px;
  width: 95px;
}

.quiz__logo img {
  display: block;
  height: auto;
  width: 100%;
}

.quiz__intro-title {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}

.quiz__pic {
  display: none;
  margin-left: -20px;
  margin-right: -20px;
}

.quiz__pic img {
  display: block;
  height: auto;
  max-width: 100%;
}

.quiz__comms-legal {
  display: none;
  margin-top: auto;
}

.quiz__comms {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3333333333;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s 0s;
  visibility: hidden;
}

.quiz__comms b {
  color: #70BD95;
  font-weight: 500;
}

.quiz__comms a {
  color: inherit;
}

.-form-visible .quiz__comms {
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
  visibility: visible;
}

.quiz__legal {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.2;
}

.quiz__mob-comms-legal {
  background-color: #002439;
  color: #fff;
  padding: 20px;
}

.quiz__mob-comms-legal .quiz__comms {
  color: #fff;
}

.quiz__mob-comms-legal .quiz__comms b {
  color: #fff;
}

.quiz__questions {
  background-color: #fff;
  padding: 30px 20px;
}

.quiz__list-radar {
  background-color: #F5F7F8;
}

.quiz__list-radar.-form-visible {
  background-color: #008163;
}

.quiz__list {
  display: none;
  padding: 30px;
}

.-form-visible .quiz__list {
  display: none;
}

.quiz__radar {
  display: none;
  padding: 0 30px 30px;
}

.-form-visible .quiz__radar {
  display: none;
}

.quiz__result-radar {
  padding-top: 1px;
  position: relative;
}

.quiz__result-radar-holder {
  box-sizing: content-box;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 79px;
}

@media screen and (min-width: 480px) {
  .quiz__intro-title {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 480px) {
  .quiz__questions {
    padding-left: 40px;
    padding-right: 40px;
  }
  .quiz__result-radar-holder {
    padding: 0 79px;
  }
}

@media screen and (min-width: 768px) {
  .quiz__main-area {
    display: flex;
  }
  .quiz__questions {
    width: 66.7213114754%;
  }
  .quiz__list-radar {
    width: 33.2786885246%;
  }
  .quiz__list, .quiz__radar {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .quiz {
    padding-top: 0;
    display: flex;
  }
  .quiz__intro {
    align-items: stretch;
    -moz-column-gap: 0;
         column-gap: 0;
    background: url(../img/equans-bkgrd.jpg) bottom center/cover no-repeat #002439;
    width: 25.0153657037%;
    flex: 1 1 25.0153657037%;
    flex-direction: column;
    height: auto;
    padding: 40px;
    position: static;
    left: auto;
    right: auto;
    top: auto;
  }
  .quiz__intro h1 {
    margin-bottom: 2em;
  }
  .quiz__logo {
    margin-bottom: 50px;
    margin-right: 0;
    width: min(246px, 100%);
  }
  .quiz__pic {
    margin-left: -40px;
    margin-right: -40px;
    display: block;
  }
  .quiz__comms-legal {
    display: block;
  }
  .quiz__main-area {
    flex: 1 1 74.9846342963%;
    width: 74.9846342963%;
  }
}

@media (min-width: 1627px) {
  .quiz__intro-title {
    font-size: 2.1875rem;
  }
}

.results {
  padding-top: 93px;
  max-width: 1627px;
  width: 100%;
}

.results__head {
  align-items: center;
  background-color: #002439;
  color: #fff;
  display: grid;
  height: 93px;
  justify-content: center;
  padding: 0 20px;
  text-align: right;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.results__head h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.results__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95px;
}

.results__logo img {
  max-width: 100%;
  height: auto;
}

.results__comms {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3333333333;
  margin-left: auto;
}

.results__comms b {
  color: #70BD95;
  font-weight: 500;
}

.results__comms a {
  color: inherit;
}

.results__title {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.results__lcol {
  padding: 20px;
}

.results__content {
  display: block;
}

.results__maincol {
  padding: 0 30px 50px;
}

.results__result-radar {
  padding-top: 1px;
  position: relative;
}

.results__result-radar-holder {
  box-sizing: content-box;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 calc(10% + 47px);
}

@media screen and (min-width: 1024px) {
  .results {
    padding-top: 0;
  }
  .results__head {
    -moz-column-gap: 30px;
         column-gap: 30px;
    display: flex;
    height: auto;
    justify-content: space-between;
    padding: 20px 40px;
    position: static;
    left: auto;
    right: auto;
    top: auto;
  }
  .results__logo {
    flex: 0 0 246px;
    margin-left: 0;
    width: 246px;
  }
  .results__content {
    display: flex;
  }
  .results__lcol {
    background-color: #f3f9fb;
    flex: 1 1 471px;
    padding: 30px;
    width: 32.6367547634%;
  }
  .results__radar {
    position: sticky;
    top: 20px;
  }
  .results__maincol {
    padding-left: 70px;
    padding-right: 50px;
    padding-bottom: 100px;
    width: 67.3632452366%;
  }
}

@media (min-width: 1627px) {
  .results__title {
    font-size: 2.1875rem;
  }
}

.landing {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}

.landing a {
  color: #70BD95;
}

.landing__wrap {
  max-width: 1060px;
  margin-left: 30px;
  margin-right: 30px;
}

.landing__head {
  background-color: #002439;
  color: #fff;
}

.landing__head-wrap {
  padding: 20px 0 30px;
}

.landing__head-pic {
  margin-left: auto;
  margin-right: auto;
}

.landing__head-pic img {
  display: block;
  height: auto;
  width: 100%;
}

.landing__about {
  background-color: #002439;
  color: #fff;
}

.landing__about-wrap {
  padding: 30px 0;
}

.landing__about-cont h2 {
  font-weight: 400;
}

.landing__about-pic {
  display: none;
}

.landing__about-pic img {
  display: block;
  height: auto;
  width: 100%;
}

.landing__about-extra {
  font-size: 1.125rem;
  font-weight: 500;
}

.landing__legal {
  font-size: 0.75rem;
  margin-top: 50px;
  text-align: center;
}

.landing__logo {
  margin-left: auto;
  margin-right: auto;
  width: 153px;
}

.landing__logo img {
  display: block;
  width: 100%;
}

.landing__h {
  font-size: 1.625rem;
  font-weight: 400;
  margin: 0;
  margin-top: 0.5em;
  text-align: center;
  text-transform: uppercase;
}

.landing__h-wrap {
  text-align: center;
}

.landing__body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.landing__body h2 {
  color: #008163;
  font-size: 1.375em;
  font-weight: 900;
  line-height: 1.0909090909;
  margin-top: 0;
}

.landing__body-wrap {
  display: grid;
  row-gap: 30px;
}

.landing__body-cont {
  order: 1;
}

.landing__body-cont strong {
  color: #008163;
}

.landing__body-pic img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.landing__body-cta {
  text-align: center;
  padding: 20px 0;
}

.landing__body-cta .button, .landing__body-cta .hbspt-form .hs-button.primary, .hbspt-form .landing__body-cta .hs-button.primary, .landing__body-cta .cookies-msg__btn {
  color: #fff;
  display: inline-block;
}

.landing__body-cta a {
  text-decoration: none;
}

.landing .button, .landing .hbspt-form .hs-button.primary, .hbspt-form .landing .hs-button.primary, .landing .cookies-msg__btn {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
}

@media screen and (max-width: 767.9px) {
  .landing__h-wrap .button, .landing__h-wrap .hbspt-form .hs-button.primary, .hbspt-form .landing__h-wrap .hs-button.primary, .landing__h-wrap .cookies-msg__btn {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .landing__head-wrap {
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    display: flex;
  }
  .landing__logo {
    margin-left: 0;
    margin-right: 0;
  }
  .landing__h {
    margin-top: 0;
    text-align: left;
  }
  .landing__h-wrap {
    text-align: left;
  }
  .landing__about-wrap {
    display: flex;
    padding: 50px 0;
  }
  .landing__about-pic {
    display: block;
    flex: 1 0 300px;
    margin-right: 50px;
  }
  .landing__about-pic img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .landing__legal {
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
  .landing__head-wrap {
    padding: 25px 0 37px;
  }
  .landing__logo {
    width: min(246px, 100%);
  }
  .landing__wrap {
    margin-left: 60px;
    margin-right: 60px;
  }
  .landing__h {
    font-size: 2.1875rem;
  }
  .landing__about-extra {
    font-size: 1.25rem;
  }
  .landing__about-wrap {
    padding: 80px 0;
  }
  .landing__body {
    padding-bottom: 80px;
    padding-top: 40px;
  }
  .landing__body h2 {
    font-size: 1.625rem;
    line-height: 1.3076923077;
  }
  .landing__body-wrap {
    display: flex;
    row-gap: 0;
  }
  .landing__body-cont {
    order: unset;
    margin-right: 50px;
  }
  .landing__body-pic {
    flex: 0 0 333px;
  }
  .landing .button, .landing .hbspt-form .hs-button.primary, .hbspt-form .landing .hs-button.primary, .landing .cookies-msg__btn {
    margin-top: 0;
  }
}

@media screen and (min-width: 1180px) {
  .landing__wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1280) {
  .landing__body h2 {
    font-size: 1.75rem;
    line-height: 1.2142857143;
  }
  .landing__about-extra {
    font-size: 1.375rem;
  }
}

.screen {
  visibility: hidden;
  position: absolute;
  top: -100%;
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: none;
}

.screen[data-status=active] {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.3s, opacity 0.3s;
  visibility: visible;
  position: static;
  top: auto;
}

.qnav {
  color: #002439;
  font-size: 0.75rem;
  line-height: 1.2;
}

.qnav__list {
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
  background-repeat: no-repeat;
  background-position: 10px 0;
  background-size: 2px 100%;
  counter-reset: qnav;
  list-style: none;
  margin: 0;
  padding: 0;
}

.qnav__item {
  color: #9c9c9c;
  counter-increment: qnav;
  font-weight: 500;
  margin: 1.75em 0;
  padding-top: 0.25em;
  padding-left: 26px;
  text-transform: uppercase;
  position: relative;
}

.qnav__item::before {
  border-radius: 50%;
  background-color: #9c9c9c;
  color: #fff;
  content: counter(qnav);
  display: inline-block;
  height: 22px;
  line-height: 22px;
  outline: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  width: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

.qnav__item.-purpose[data-status=answered], .qnav__item.-purpose[data-status=active] {
  color: #002439;
}

.qnav__item.-purpose[data-status=answered]::before, .qnav__item.-purpose[data-status=active]::before {
  background-color: #FF9600;
}

.qnav__item.-people[data-status=answered], .qnav__item.-people[data-status=active] {
  color: #002439;
}

.qnav__item.-people[data-status=answered]::before, .qnav__item.-people[data-status=active]::before {
  background-color: #008163;
}

.qnav__item.-assets[data-status=answered], .qnav__item.-assets[data-status=active] {
  color: #002439;
}

.qnav__item.-assets[data-status=answered]::before, .qnav__item.-assets[data-status=active]::before {
  background-color: #FF0080;
}

.qnav__item[data-status=answered]::before {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2010.351%208.777%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%3Cpath%20d%3D%22m8.776%200-5.626%205.626-1.575-1.575-1.575%201.575%203.151%203.151%207.2-7.2z%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  color: transparent;
}

.submit-form {
  color: #fff;
  display: none;
}

.-form-visible .submit-form {
  display: block;
}

.submit-form__tease {
  padding: 20px 30px 0;
}

.submit-form__tease.-float {
  padding-bottom: 20px;
  background-color: #005ea8;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-form__h {
  cursor: pointer;
  position: relative;
}

.submit-form__h::after {
  border-color: #FF9600 #FF9600 transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: "";
  display: block;
  height: 0.75em;
  transform: rotate(-45deg);
  width: 0.75em;
  position: absolute;
  right: 0;
  top: calc(50% - 0.25em);
}

.submit-form__form.-is-loading {
  cursor: wait;
  pointer-events: none;
}

.submit-form__form.-is-loading input, .submit-form__form.-is-loading select {
  opacity: 0.8;
}

.submit-form__form.-submit-success .submit-form__controls, .submit-form__form.-submit-success .input-text, .submit-form__form.-submit-success .hbspt-form .field, .hbspt-form .submit-form__form.-submit-success .field, .submit-form__form.-submit-success .input-check {
  display: none;
}

.submit-form__main {
  padding: 0 30px 30px;
}

.submit-form .question-text,
.submit-form .quiz-title {
  color: #fff;
}

.submit-form__text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3333333333;
}

.submit-form__controls {
  margin: 20px 0;
}

.submit-form__response-holder {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}

.submit-form__response-holder a {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .submit-form__tease.-float {
    background-color: transparent;
    position: static;
    left: auto;
    right: auto;
    top: auto;
  }
  .submit-form__h {
    cursor: default;
  }
  .submit-form__h::after {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .submit-form__tease.-float {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .submit-form .submit-form__h {
    margin-bottom: 0;
    margin-top: 0;
  }
  .submit-form .submit-form__h + p {
    margin-bottom: 0;
  }
}

.res-answer {
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
  background-repeat: no-repeat;
  background-size: 1px 100%;
  background-position: 0.5625rem 0;
  padding-bottom: 40px;
}

.res-answer__title-bar {
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.res-answer__title-bar-wrap {
  margin: 0;
}

.res-answer__ctrl {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 1.5em 0 0;
  text-align: left;
  width: 100%;
}

.res-answer__ctrl:focus {
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

.res-answer__ctrl:not(:focus-visible):focus {
  outline: none;
}

.res-answer__ctrl:focus-visible {
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

.res-answer__order {
  align-items: center;
  background-color: #9c9c9c;
  border-radius: 50%;
  display: flex;
  color: #fff;
  flex: 0 0 auto;
  height: 1.5em;
  justify-content: center;
  margin-right: 0.25em;
  outline: 2px solid #fff;
  width: 1.5em;
}

.res-answer__order.-people {
  background-color: #008163;
}

.res-answer__order.-purpose {
  background-color: #FF9600;
}

.res-answer__order.-assets {
  background-color: #FF0080;
}

.res-answer__title-text {
  color: #4d4d4f;
  padding-top: 0.15em;
  text-transform: uppercase;
}

.res-answer__bulk {
  padding-left: 1.5em;
}

.res-answer__question {
  color: #4d4d4f;
  margin: 30px 0;
}

.res-answer__rating.-low {
  color: #ed1c24;
}

.res-answer__rating.-medium {
  color: #FF9600;
}

.res-answer__rating.-high {
  color: #008163;
}

.res-answer__given, .res-answer__explanation {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 1em;
}

.res-answer__given i, .res-answer__explanation i {
  color: #008163;
  display: block;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.res-answer__given {
  color: #002439;
  font-weight: 700;
}

.res-answer__explanation {
  color: #333333;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .res-answer__bulk {
    padding-left: 50px;
  }
}

.intro-question {
  margin-top: 30px;
  max-width: 330px;
}

.intro-question__text {
  color: #4d4d4f;
  font-size: 1.125rem;
  font-weight: 700;
}

.radar {
  margin-top: 45%;
  position: relative;
  padding-bottom: 71%;
}

.radar__grad {
  clip-path: polygon(0% 1px, calc(100% - 1px) 50%, 0% calc(100% - 1px));
  overflow: hidden;
}

.radar__grad::after {
  background-image: linear-gradient(to left, #ed1c24, #94C62A);
  background-repeat: no-repeat;
  clip-path: polygon(0% 1px, calc(100% - 1px) 50%, 0% calc(100% - 1px));
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 64.9839392466%;
}

.radar__slice {
  background-color: transparent;
  opacity: 0;
  overflow: hidden;
  transform-origin: center right;
  transform: rotate(18deg);
  transition: opacity 0.3s;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.radar__slice[data-status=answered] {
  opacity: 1;
}

.radar__slice[data-score="0"] {
  clip-path: inset(0 0 0 90.9090909091%);
}

.radar__slice[data-score="1"] {
  clip-path: inset(0 0 0 81.8181818182%);
}

.radar__slice[data-score="2"] {
  clip-path: inset(0 0 0 72.7272727273%);
}

.radar__slice[data-score="3"] {
  clip-path: inset(0 0 0 63.6363636364%);
}

.radar__slice[data-score="4"] {
  clip-path: inset(0 0 0 54.5454545455%);
}

.radar__slice[data-score="5"] {
  clip-path: inset(0 0 0 45.4545454545%);
}

.radar__slice[data-score="6"] {
  clip-path: inset(0 0 0 36.3636363636%);
}

.radar__slice[data-score="7"] {
  clip-path: inset(0 0 0 27.2727272727%);
}

.radar__slice[data-score="8"] {
  clip-path: inset(0 0 0 18.1818181818%);
}

.radar__slice[data-score="9"] {
  clip-path: inset(0 0 0 9.0909090909%);
}

.radar__slice[data-score="10"] {
  clip-path: inset(0 0 0 0%);
}

.radar__slice[data-order="1"] {
  transform: rotate(90deg);
}

.radar__slice[data-order="2"] {
  transform: rotate(126deg);
}

.radar__slice[data-order="3"] {
  transform: rotate(162deg);
}

.radar__slice[data-order="4"] {
  transform: rotate(198deg);
}

.radar__slice[data-order="5"] {
  transform: rotate(234deg);
}

.radar__slice[data-order="6"] {
  transform: rotate(270deg);
}

.radar__slice[data-order="7"] {
  transform: rotate(306deg);
}

.radar__slice[data-order="8"] {
  transform: rotate(342deg);
}

.radar__slice[data-order="9"] {
  transform: rotate(378deg);
}

.radar__slice[data-order="10"] {
  transform: rotate(414deg);
}

.radar__slicebg {
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  overflow: hidden;
  width: 50%;
  transform-origin: center right;
  position: absolute;
  left: 0;
  top: 0;
}

.radar__slicebg::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 64.9839392466%;
}

.radar__slicebg.-people {
  background-color: rgba(0, 129, 99, 0.06);
}

.radar__slicebg.-assets {
  background-color: rgba(255, 0, 128, 0.06);
}

.radar__slicebg.-purpose {
  background-color: rgba(255, 150, 0, 0.06);
}

.radar__slicebg[data-order="1"] {
  transform: rotate(90deg);
}

.radar__slicebg[data-order="2"] {
  transform: rotate(126deg);
}

.radar__slicebg[data-order="3"] {
  transform: rotate(162deg);
}

.radar__slicebg[data-order="4"] {
  transform: rotate(198deg);
}

.radar__slicebg[data-order="5"] {
  transform: rotate(234deg);
}

.radar__slicebg[data-order="6"] {
  transform: rotate(270deg);
}

.radar__slicebg[data-order="7"] {
  transform: rotate(306deg);
}

.radar__slicebg[data-order="8"] {
  transform: rotate(342deg);
}

.radar__slicebg[data-order="9"] {
  transform: rotate(378deg);
}

.radar__slicebg[data-order="10"] {
  transform: rotate(414deg);
}

.radar__sliceline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1.3px);
  background-size: 9.0909090909% 100%;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  overflow: hidden;
  width: 50%;
  transform-origin: center right;
  position: absolute;
  left: 0;
  top: 0;
}

.radar__sliceline::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 64.9839392466%;
}

.radar__sliceline[data-order="1"] {
  transform: rotate(90deg);
}

.radar__sliceline[data-order="2"] {
  transform: rotate(126deg);
}

.radar__sliceline[data-order="3"] {
  transform: rotate(162deg);
}

.radar__sliceline[data-order="4"] {
  transform: rotate(198deg);
}

.radar__sliceline[data-order="5"] {
  transform: rotate(234deg);
}

.radar__sliceline[data-order="6"] {
  transform: rotate(270deg);
}

.radar__sliceline[data-order="7"] {
  transform: rotate(306deg);
}

.radar__sliceline[data-order="8"] {
  transform: rotate(342deg);
}

.radar__sliceline[data-order="9"] {
  transform: rotate(378deg);
}

.radar__sliceline[data-order="10"] {
  transform: rotate(414deg);
}

.question__button {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  margin-top: 30px;
  text-align: right;
}

.question__text {
  color: #4d4d4f;
}

.question__text.-intro {
  font-weight: 300;
}

.question__text.-intro b {
  font-weight: 500;
}

.question__feedback {
  color: #4d4d4f;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3333333333;
}

.question__feedback-title {
  color: #008163;
  font-size: 1.5rem;
  font-weight: 700;
}

.question__number {
  align-items: center;
  font-size: 0.75rem;
}

.question__number-round {
  align-items: center;
  background-color: #9c9c9c;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 1.5em;
  justify-content: center;
  margin-right: 0.25em;
  text-align: center;
  width: 1.5em;
}

.question__number-round.-people {
  background-color: #008163;
}

.question__number-round.-assets {
  background-color: #FF0080;
}

.question__number-round.-purpose {
  background-color: #FF9600;
}

.-score-dependent {
  display: none;
}

.res-summary {
  color: #4d4d4f;
}

.res-summary__text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3333333333;
}

.js .expander__content {
  display: none;
}

.expander.-is-visible .expander__content {
  display: block;
}

.expander__ctrl {
  cursor: pointer;
  position: relative;
}

.expander__ctrl::after {
  border-width: 2px;
  border-style: solid;
  border-color: #FF9600 #FF9600 transparent transparent;
  content: "";
  display: block;
  height: 1em;
  transform: rotate(135deg);
  width: 1em;
  position: absolute;
  right: 0;
  top: calc(50% - 0.55em);
}

.expander.-is-visible .expander__ctrl::after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .js .expander__content {
    display: block;
  }

  .expander__ctrl::after {
    display: none;
  }
}

.cookies-msg {
  background-color: rgba(0, 36, 57, 0.9);
  box-shadow: 0 20px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.1333333333;
  padding: 20px 111px 20px 20px;
  width: 100vw;
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;
}

.cookies-msg p {
  margin: 0 0 1em;
}

.cookies-msg a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.--cookie-no .cookies-msg {
  display: none;
}

@media screen and (min-width: 768px) {
  .cookies-msg {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .cookies-msg p {
    margin: 0;
  }
  .cookies-msg__control {
    margin-left: 40px;
  }
}

.hbspt-form .hs-form-field.field label {
  position: static;
}

.hbspt-form .hs-form-field.field textarea,
.hbspt-form .hs-form-field.field input[type=email],
.hbspt-form .hs-form-field.field input[type=text] {
  border-color: transparent;
  padding-top: 0.5em;
}

.hbspt-form div.hs-fieldtype-textarea.field.hs-form-field,
.hbspt-form div.hs-fieldtype-text.field.hs-form-field {
  background-color: #fff;
  float: none;
  margin-top: 0;
  padding-top: 0.125em;
  width: auto;
}

.hbspt-form div.hs-fieldtype-textarea.field.hs-form-field .input {
  margin-right: 0;
}

.hbspt-form div.hs-fieldtype-textarea.field.hs-form-field textarea {
  min-height: 4lh;
  width: 100%;
}

.hbspt-form ul.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.25em;
}

.-form-visible .hbspt-form label.hs-error-msg {
  color: #ed1c24;
}

.hbspt-form a {
  color: inherit;
}

.hbspt-form .legal-consent-container {
  font-size: 0.875rem;
  font-weight: 300;
}

.-form-visible.-is-disabled .hbspt-form button,
.-form-visible.-is-disabled .hbspt-form input,
.-form-visible.-is-disabled .hbspt-form select,
.-form-visible.-is-disabled .hbspt-form textarea {
  pointer-events: none;
  opacity: 0.5;
}

.answer {
  margin: 10px 0;
}

input:focus + .answer__legend {
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

input:not(:focus-visible):focus + .answer__legend {
  outline: none;
}

input:focus-visible + .answer__legend {
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

.answer--radio {
  display: block;
  position: relative;
}

.answer--radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.answer__legend {
  border: 1px solid #9c9c9c;
  color: #4d4d4f;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3333333333;
  padding: 18px;
  transition: border-color 0.2s;
  position: relative;
}

.answer__legend b {
  font-weight: 700;
}

.answer.-invalid .answer__legend {
  border-color: #ed1c24;
}

.answer + .answer__validation {
  display: none;
}

.answer.-invalid + .answer__validation {
  display: block;
}

.answer--radio input[type=radio] + .answer__legend {
  padding-left: 50px;
}

.answer--radio input[type=radio] + .answer__legend::before {
  content: "";
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  height: 22px;
  transition: all 0.2s;
  width: 22px;
  position: absolute;
  left: 20px;
  top: 18px;
}

.answer--radio input[type=radio] + .answer__legend:hover, .answer--radio input[type=radio]:checked + .answer__legend {
  border-color: #008163;
}

.answer--radio input[type=radio]:checked + .answer__legend::before {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2010.351%208.777%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%3Cpath%20d%3D%22m8.776%200-5.626%205.626-1.575-1.575-1.575%201.575%203.151%203.151%207.2-7.2z%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  border-color: transparent;
  background-color: #008163;
}

@media screen and (min-width: 768px) {
  .answer__legend {
    font-size: 1.125rem;
  }
}

.aside-heading {
  border-bottom: 1px solid #e6e6e6;
  color: #4d4d4f;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875;
  padding-bottom: 0.5em;
}

.reset-button,
.back-button {
  --button--icon--translate-x: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #008163;
  border-radius: 300px;
  color: #002439;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 14px 40px;
  text-decoration: none;
  position: relative;
}

.reset-button:focus,
.back-button:focus {
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

.reset-button:not(:focus-visible):focus,
.back-button:not(:focus-visible):focus {
  outline: none;
}

.reset-button:focus-visible,
.back-button:focus-visible {
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

.reset-button.-orange,
.back-button.-orange {
  color: #FF9600;
}

.reset-button:hover,
.back-button:hover {
  --button--icon--translate-x: -0.25em;
}

.reset-button svg,
.back-button svg {
  fill: #008163;
  height: 1em;
  vertical-align: baseline;
  width: 1em;
  margin-bottom: -0.125em;
  margin-right: 0.5em;
  transform: translateX(var(--button--icon--translate-x));
  transition: transform 0.2s;
}

.reset-button {
  display: block;
  margin: 1.25rem auto 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.button, .cookies-msg__btn, .hbspt-form .hs-button.primary {
  --button--icon--translate-x: 0;
  background-color: #008163;
  border-radius: 300px;
  border: 1px solid #008163;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 14px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.button:focus, .cookies-msg__btn:focus, .hbspt-form .hs-button.primary:focus {
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

.button:not(:focus-visible):focus, .cookies-msg__btn:not(:focus-visible):focus, .hbspt-form .hs-button.primary:not(:focus-visible):focus {
  outline: none;
}

.button:focus-visible, .cookies-msg__btn:focus-visible, .hbspt-form .hs-button.primary:focus-visible {
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

.button:hover, .cookies-msg__btn:hover, .hbspt-form .hs-button.primary:hover {
  --button--icon--translate-x: 0.25em;
  background-color: #00674f;
}

.button[disabled], [disabled].cookies-msg__btn, .hbspt-form [disabled].hs-button.primary {
  opacity: 0.5;
  cursor: not-allowed;
}

.button svg, .cookies-msg__btn svg, .hbspt-form .hs-button.primary svg {
  fill: currentColor;
  height: 1em;
  vertical-align: baseline;
  width: 1em;
  margin-bottom: -0.125em;
  margin-left: 0.5em;
  transform: translateX(var(--button--icon--translate-x)) scaleX(-1);
  transition: transform 0.2s;
}

.submit-form .button, .submit-form .cookies-msg__btn, .submit-form .hbspt-form .hs-button.primary, .hbspt-form .submit-form .hs-button.primary {
  background-color: #002439;
  display: block;
  font-size: 0.8125rem;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.quiz-title {
  color: #4d4d4f;
  font-size: 5.5555555556vw;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1em;
}

.quiz-title__score-wrap {
  color: #008163;
  font-weight: 700;
}

.quiz-title.-results {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-top: 2em;
  padding-bottom: 0.5em;
}

@media screen and (min-width: 360px) {
  .quiz-title {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .quiz-title {
    font-size: 1.75rem;
  }
}

.input-range {
  height: 70px;
  margin-top: 30px;
  width: 100%;
  position: relative;
}

input.input-range__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 70px;
  width: 100%;
  opacity: 0;
}

input.input-range__input::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  display: block;
  height: 70px;
  margin-top: 0;
  opacity: 0;
  width: 30px;
}

input.input-range__input::-ms-thumb {
  appearance: none;
  cursor: pointer;
  display: block;
  height: 70px;
  margin-top: 0;
  opacity: 0;
  width: 30px;
}

input.input-range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  display: block;
  height: 70px;
  margin-top: 0;
  opacity: 0;
  width: 30px;
}

input.input-range__input::-moz-range-track {
  -moz-appearance: none;
       appearance: none;
  height: 70px;
  margin-bottom: 0;
  opacity: 0;
}

input.input-range__input::-ms-track {
  appearance: none;
  height: 70px;
  margin-bottom: 0;
  opacity: 0;
}

input.input-range__input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
          appearance: none;
  height: 70px;
  margin-bottom: 0;
  opacity: 0;
}

input.input-range__input:focus {
  opacity: 1;
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

input.input-range__input:not(:focus-visible):focus {
  opacity: 0;
  outline: none;
}

input.input-range__input:focus-visible {
  opacity: 1;
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

.input-range__thumb {
  height: 80px;
  width: 32px;
  position: absolute;
  bottom: 0;
}

.input-range__radius {
  border-radius: 50%;
  background-image: radial-gradient(circle at 50%, #008163, #008163 2px, transparent 3px);
  background-color: rgba(0, 129, 99, 0.3);
  border: 1px dashed #008163;
  display: block;
  height: 23px;
  transition: all 0.1s;
  width: 23px;
  position: absolute;
  left: calc(50% - 11.5px);
  bottom: 10px;
}

.input-range:hover .input-range__radius {
  height: 30px;
  width: 30px;
  bottom: 7px;
  left: calc(50% - 15px);
}

.input-range__pointer {
  position: absolute;
  top: 0;
  left: 0;
}

.input-range__pointer svg {
  display: block;
  fill: #008163;
  height: 53px;
  width: 32px;
}

.input-range__number {
  color: #fff;
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.input-range__track {
  background-color: #9c9c9c;
  background-image: linear-gradient(to right, #70BD95, #70BD95);
  background-repeat: no-repeat;
  background-size: 0 100%;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% - 32px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21px;
}

.input-range__track::before {
  background-image: linear-gradient(to right, transparent calc(100% - 2px), #F5F7F8 calc(100% - 2px));
  background-size: 10% 100%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.input-range__arrows {
  position: absolute;
  bottom: -5px;
  left: 5px;
  right: 5px;
}

.input-select,
.input-text,
.hbspt-form .field {
  font-size: 1.125rem;
  margin: 8px 0;
  width: 100%;
  position: relative;
}

.input-select.-invalid .input-select__select,
.input-select.-invalid .input-text__select,
.input-text.-invalid .input-select__select,
.hbspt-form .-invalid.field .input-select__select,
.input-text.-invalid .input-text__select,
.hbspt-form .-invalid.field .input-text__select {
  border-color: #ed1c24;
}

.input-select__validation,
.input-text__validation {
  display: none;
}

.input-select.-invalid .input-select__validation,
.input-select.-invalid .input-text__validation,
.input-text.-invalid .input-select__validation,
.hbspt-form .-invalid.field .input-select__validation,
.input-text.-invalid .input-text__validation,
.hbspt-form .-invalid.field .input-text__validation {
  display: block;
}

.input-select__label,
.input-text__label,
.hbspt-form label {
  color: #002439;
  display: block;
  font-size: 0.5555555556em;
  padding-left: 10px;
  position: absolute;
  top: 0.25em;
  left: 0;
}

.input-text__text, .hbspt-form textarea,
.hbspt-form input[type=email],
.hbspt-form input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #9c9c9c;
  border-radius: 0;
  padding: 1em 10px 0.5em;
  width: 100%;
}

.input-text__text:focus, .hbspt-form textarea:focus,
.hbspt-form input[type=email]:focus,
.hbspt-form input[type=text]:focus {
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

.input-text__text:not(:focus-visible):focus, .hbspt-form textarea:not(:focus-visible):focus,
.hbspt-form input[type=email]:not(:focus-visible):focus,
.hbspt-form input[type=text]:not(:focus-visible):focus {
  outline: none;
}

.input-text__text:focus-visible, .hbspt-form textarea:focus-visible,
.hbspt-form input[type=email]:focus-visible,
.hbspt-form input[type=text]:focus-visible {
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

.input-select::after {
  border-color: #008163 transparent transparent;
  border-style: solid;
  border-width: 0.5em 0.333em 0;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: 10px;
  top: 1.25em;
}

.input-select__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #9c9c9c;
  border-radius: 0;
  padding: 1em 10px 0.5em;
  width: 100%;
}

.input-select__select:focus {
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

.input-select__select:not(:focus-visible):focus {
  outline: none;
}

.input-select__select:focus-visible {
  outline: 4px solid rgba(0, 147, 187, 0.8);
}

.input-select__select option {
  color: #002439;
  padding: 0;
}

.input-select__select option[value=""], .input-select__select:invalid {
  color: #9c9c9c;
}

.input-check {
  padding: 10px 0;
}

.input-check__check {
  height: 1px;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  position: absolute;
}

.input-check__label {
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  min-height: 20px;
  padding-left: 2em;
  position: relative;
}

.input-check__label::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.input-check__label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2010.351%208.777%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%3Cpath%20d%3D%22m8.776%200-5.626%205.626-1.575-1.575-1.575%201.575%203.151%203.151%207.2-7.2z%22%20fill%3D%22%2394C62A%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px auto;
  content: "";
  display: none;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.input-check__label a {
  color: inherit;
}

.input-check__check:checked + .input-check__label::after {
  display: block;
}

.input-check__validation {
  display: none;
}

.input-check.-invalid .input-check__validation {
  display: block;
}

.validation-message, .hbspt-form .hs-error-msg {
  color: #ed1c24;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2015.812%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%3Cpath%20d%3D%22m15.741%2013.161-7.336-12.874a0.574%200.574%200%200%200-0.994%200l-7.335%2012.874a0.556%200.556%200%200%200%200%200.56%200.572%200.572%200%200%200%200.493%200.279h14.67a0.573%200.573%200%200%200%200.493-0.279%200.558%200.558%200%200%200%200.01-0.56zm-6.927-0.808h-1.812v-1.647h1.812zm0-2.883h-1.812v-4.941h1.812z%22%20fill%3D%22%23ed1c24%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 0 4px;
  font-size: 0.625rem;
  padding: 6px 0 4px 20px;
}

.-form-visible .validation-message, .-form-visible .hbspt-form .hs-error-msg, .hbspt-form .-form-visible .hs-error-msg {
  color: inherit;
}

.radar-label {
  display: table;
  font-size: 0.625rem;
  width: 8em;
  z-index: 1;
  position: absolute;
  left: calc(50% - 4em);
  top: 0;
}

.results__radar .radar-label {
  cursor: pointer;
}

.radar-label__num {
  align-items: center;
  background-color: #9c9c9c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 0.75em;
  height: 1.5em;
  justify-content: center;
  text-align: center;
  width: 1.5em;
}

.radar-label.-right {
  text-align: right;
}

.radar-label.-right .radar-label__num {
  margin-left: auto;
}

.radar-label.-centre {
  text-align: center;
}

.radar-label.-centre .radar-label__num {
  margin-left: auto;
  margin-right: auto;
}

.radar-label.-purpose .radar-label__num {
  background-color: #FF9600;
}

.radar-label.-people .radar-label__num {
  background-color: #008163;
}

.radar-label.-assets .radar-label__num {
  background-color: #FF0080;
}

.radar-label[data-order="1"] {
  width: 10em;
  left: calc(50% - 5em);
  margin-top: -3%;
}

.radar-label[data-order="2"] {
  margin-top: 10%;
  left: 85%;
}

.radar-label[data-order="3"] {
  margin-top: 40%;
  left: 105%;
}

.radar-label[data-order="4"] {
  margin-top: 74%;
  left: 105%;
}

.radar-label[data-order="5"] {
  left: 85%;
  margin-top: 105%;
}

.radar-label[data-order="6"] {
  left: calc(50% - 4em);
  margin-top: 115%;
}

.radar-label[data-order="7"] {
  left: auto;
  right: 85%;
  margin-top: 105%;
}

.radar-label[data-order="8"] {
  left: auto;
  right: 105%;
  margin-top: 74%;
}

.radar-label[data-order="9"] {
  left: auto;
  right: 105%;
  margin-top: 40%;
}

.radar-label[data-order="10"] {
  left: auto;
  right: 85%;
  margin-top: 10%;
}

@media screen and (min-width: 480px) {
  .radar-label {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .results .radar-label {
    font-size: 0.625rem;
  }
  .results .radar-label[data-inview=false] {
    color: #4d4d4f;
  }
}

.question-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2083333333;
}

.question-text-extra {
  font-size: 1rem;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .question-text {
    font-size: 1rem;
  }
}

.result-radar-key__key {
  margin-top: 10%;
  padding-top: 8px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.results .result-radar-key__key {
  text-align: center;
}

.result-radar-key__legend {
  align-items: center;
  display: inline-flex;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-right: 1em;
}

.result-radar-key__legend::before {
  border-radius: 50%;
  background-color: #9c9c9c;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 0.25em;
  vertical-align: middle;
  width: 1em;
}

.result-radar-key__legend.-purpose::before {
  background-color: #FF9600;
}

.result-radar-key__legend.-people::before {
  background-color: #008163;
}

.result-radar-key__legend.-assets::before {
  background-color: #FF0080;
}
/*# sourceMappingURL=quiz.css.map */
