.stop-color--dark-grey {
  stop-color: #4e4f4f;
}

.stop-color--turquoise {
  stop-color: #0099a7;
}

@font-face {
  font-family: BrandonGrotesque-Light;
  src: url(/fonts/BrandonGrotesque-Light.otf?6bbc03fce479863549d93851a4ef0811);
  font-weight: 300;
}

@font-face {
  font-family: BrandonGrotesque-Regular;
  src: url(/fonts/BrandonGrotesque-Regular.otf?9e6e776b534deb8f73b3eac2799713ef);
  font-weight: 400;
}

@font-face {
  font-family: Didot-Italic;
  src: url(/fonts/Didot-Italic.ttf?53d25b95cd6731c12daaadb1d565b712);
  font-weight: 400;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Didot-Italic", serif;
  text-transform: initial;
  font-weight: 400;
}

.text--dark-grey {
  color: #4e4f4f;
}

.text--red {
  color: #ff4444;
}

.text__table-is-empty {
  margin-top: 8rem;
  text-align: center;
}

.small-label {
  font-size: 11px;
  letter-spacing: .92pt;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

@media all and (max-width: 81.25em) {
  html {
    font-size: 52.5%;
  }
}

@media all and (max-width: 50em) {
  html {
    font-size: 50%;
  }
}

@media all and (max-width: 43.65em) {
  html {
    font-size: 42.5%;
  }
}

body {
  min-height: 100vh;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #4e4f4f;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#cdcdcd));
  background-image: linear-gradient(to right bottom, #fff, #cdcdcd);
  background-repeat: no-repeat;
  background-size: cover;
}

a:link,
a:visited {
  color: #4e4f4f;
  text-decoration: none;
}

a:link:hover,
a:link:focus,
a:visited:hover,
a:visited:focus {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

.md-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 43.65em) {
  .md-hidden {
    display: none !important;
  }
}

@media all and (max-width: 43.65em) {
  .sm-hidden {
    display: none !important;
  }
}

.pagination {
  display: inline-block;
}

.pagination-container {
  text-align: center;
}

.pagination a {
  color: #4E4F4F;
  font-size: 1.4rem;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4E4F4F;
  color: white;
  border-radius: 4rem;
  text-decoration: none;
}

.pagination a:hover:not(.active) {
  background-color: #bbbbbb;
  border-radius: 4rem;
  text-decoration: none;
}

.nav__container {
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 4rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (max-width: 50em) {
  .nav__container {
    -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;
    position: unset;
  }
}

.nav__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.nav__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 50em) {
  .nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 50em) {
  .nav__list li {
    margin-top: 5rem;
  }
}

.nav__list a {
  margin: 0 .5rem;
  padding: 1rem 3rem;
  border-radius: 4rem;
  cursor: pointer;
  letter-spacing: 2pt;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.nav__list a:hover,
.nav__list a:focus,
.nav__list a:active {
  text-decoration: none;
}

@media all and (max-width: 50em) {
  .nav__brand {
    width: 100%;
    text-align: center;
  }
}

.nav__brand img {
  width: 180px;
}

@media all and (max-width: 50em) {
  .nav__brand img {
    width: 12rem;
  }
}

.nav__link-active {
  background-color: #4e4f4f !important;
  color: #fff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.nav__link-active:hover,
.nav__link-active:focus,
.nav__link-active:active {
  background-color: #4e4f4f;
  color: #fff !important;
}

.form__group {
  margin: 2rem 0;
  position: relative;
}

.form__group--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__group--last-step {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 23.75em) {
  .form__group--last-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form__label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  letter-spacing: 2pt;
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
}

.form__label--left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: initial;
  cursor: pointer;
}

.form__input,
.form__select {
  display: block;
  width: 100%;
  font-family: "BrandonGrotesque-Regular", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  color: #4e4f4f;
  margin-top: 1rem;
  padding: 2rem 3rem;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 5rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-appearance: none;
}

.form__input:hover,
.form__input:focus,
.form__input:active,
.form__select:hover,
.form__select:focus,
.form__select:active {
  outline: none;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.form__input--invalid,
.form__select--invalid {
  border: 2px solid #ff4444;
}

.form__input--inline,
.form__select--inline {
  width: 48%;
}

@media all and (max-width: 23.75em) {
  .form__input--inline,
  .form__select--inline {
    width: 100%;
  }
}

.form__input--small,
.form__select--small {
  font-size: 2.36rem;
}

.form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* DON'T SHOW KEEP ME UPDATED */

button.btn__results {
  display: none;
}

.btn {
  padding: 2rem 3rem;
  border: 0;
  border-radius: 5rem;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
  letter-spacing: 2pt;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  text-decoration: none !important;
}

.btn[disabled] {
  cursor: not-allowed;
  background-color: #ccc;
}

.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled]:active {
  background-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--primary {
  background-color: #4e4f4f;
  color: #fff !important;
}

.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active {
  background-color: #5b5c5c;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.btn__small {
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  font-size: 1.2rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
}

.btn__small:hover,
.btn__small:focus,
.btn__small:active {
  outline: none;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn__small--primary {
  background-color: #4e4f4f;
  color: #fff !important;
}

.btn__small--primary:hover,
.btn__small--primary:focus,
.btn__small--primary:active {
  background-color: #5b5c5c;
}

.btn__small--success {
  background-color: #00c851;
  color: #fff !important;
}

.btn__small--success:hover,
.btn__small--success:focus,
.btn__small--success:active {
  background-color: #00e25b;
}

.btn__small--danger {
  background-color: #ff4444;
  color: #fff !important;
}

.btn__small--danger:hover,
.btn__small--danger:focus,
.btn__small--danger:active {
  background-color: #ff5e5e;
}

.btn__diagnostic {
  background-color: rgba(117, 117, 117, 0.34);
  position: fixed;
  bottom: 0;
  width: 100vw;
  padding: 3rem 0;
  color: #fff !important;
  font-size: 3rem;
  letter-spacing: 3.4pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}

.btn__diagnostic:hover,
.btn__diagnostic:focus,
.btn__diagnostic:active {
  background-color: #4e4f4f;
  text-decoration: none !important;
}

.btn__control {
  background-color: rgba(117, 117, 117, 0.34);
  position: fixed;
  bottom: 6rem;
  cursor: pointer;
  color: #fff;
  font-size: 2.4rem;
  margin: 0 auto;
  padding: 2.25rem 10rem;
  border-radius: 5rem;
  text-transform: uppercase;
  border: none;
  letter-spacing: 2pt;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media all and (max-width: 43.65em) {
  .btn__control {
    padding: 2.25rem 4rem;
  }
}

.btn__control:hover {
  background-color: #4e4f4f;
  outline: none;
  border: none;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.btn__control:focus,
.btn__control:active {
  outline: none;
}

.btn__control--continue {
  right: 5rem;
}

@media all and (max-width: 43.65em) {
  .btn__control--continue {
    right: 2rem;
  }
}

@media all and (max-width: 23.75em) {
  .btn__control--continue {
    font-size: 1.75rem;
    letter-spacing: 1pt;
    padding: 1.75rem 2.5rem;
  }
}

.btn__control--continue-active {
  background-color: rgba(0, 153, 167, 0.34);
  right: 5rem;
}

@media all and (max-width: 43.65em) {
  .btn__control--continue-active {
    right: 2rem;
  }
}

@media all and (max-width: 23.75em) {
  .btn__control--continue-active {
    font-size: 1.75rem;
    letter-spacing: 1pt;
    padding: 1.75rem 2.5rem;
  }
}

.btn__control--continue-active:hover {
  background-color: #0099a7;
}

.btn__control--back {
  left: 5rem;
}

@media all and (max-width: 43.65em) {
  .btn__control--back {
    left: 2rem;
  }
}

@media all and (max-width: 23.75em) {
  .btn__control--back {
    font-size: 1.75rem;
    letter-spacing: 1pt;
    padding: 1.75rem 2.5rem;
  }
}

.btn__control--last-step {
  right: 5rem;
}

@media all and (max-width: 43.65em) {
  .btn__control--last-step {
    right: 2rem;
  }
}

@media all and (max-width: 23.75em) {
  .btn__control--last-step {
    width: 80vw;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.btn__password {
  position: absolute;
  top: calc(50% - 1rem);
  right: 2rem;
  border-radius: 0;
  padding: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn__password:hover svg {
  color: #b4b3b3;
}

.btn__password svg {
  color: #cdcdcd;
  font-size: 3rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.btn__results {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: .5rem 1.25rem;
  border-radius: 2rem;
  background-color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: none;
  color: #4e4f4f;
  display: inline-block;
  line-height: 1.6rem;
  font-family: "BrandonGrotesque-Regular", sans-serif;
}

.btn__results:first-child {
  margin-right: 1rem;
}

.btn__results:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #4e4f4f;
}

.btn__results:focus,
.btn__results:active {
  text-decoration: none !important;
}

.btn__results.active {
  background-color: #0099a7;
  color: #fff;
}

@media all and (max-width: 43.65em) {
  .btn__results {
    font-size: 1.6rem;
  }
}

.btn__big {
  height: 10rem;
  background-color: rgba(117, 117, 117, 0.34);
  font-size: 2rem;
  letter-spacing: 3.4pt;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: calc(100vw / 3);
  text-align: center;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.btn__big:hover {
  background-color: #4e4f4f;
}

.btn__big a,
.btn__big span {
  color: #fff;
  width: 100%;
  height: 100%;
  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;
}

.btn__big a:hover,
.btn__big a:focus,
.btn__big a:active,
.btn__big span:hover,
.btn__big span:focus,
.btn__big span:active {
  text-decoration: none;
}

.btn__big--half {
  width: calc(100vw / 2);
}

.flash__alert {
  width: 100vw;
  text-align: center;
  color: #fff;
  padding: 3rem 0;
}

.flash__alert--success {
  background-color: #00c851;
}

.flash__alert--info {
  background-color: #33b5e5;
}

.flash__alert--warning {
  background-color: #ffbb33;
}

.flash__alert--danger {
  background-color: #ff4444;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-to,
.fade-leave {
  opacity: 1;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.fade-longer-enter,
.fade-longer-leave-to {
  opacity: 0;
}

.fade-longer-enter-to,
.fade-longer-leave {
  opacity: 1;
}

.fade-longer-enter-active,
.fade-longer-leave-active {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.card__content {
  width: 35rem;
  padding: 2rem 3rem;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 1.5rem auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card__title {
  text-align: center;
  font-size: 3rem;
}

.card__body {
  margin-top: 2rem;
}

.card__list {
  list-style: none;
}

.card__controls {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.summary__container {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 50em) {
  .summary__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10rem;
  }
}

.summary__item {
  width: 35rem;
  position: relative;
  margin: 0 auto 4rem;
}

.summary__number {
  width: 12rem;
  height: 12rem;
  background-color: #fff;
  border-radius: 50%;
  font-family: "Didot-Italic", serif;
  font-size: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.summary__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9.2rem;
  font-size: 1.6rem;
  letter-spacing: 1.6pt;
}

.video__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1000;
  overflow: hidden;
}

.video__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .25;
  z-index: -900;
}

.video__bg-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background-image: linear-gradient(to bottom, #fff, transparent);
  z-index: -800;
}

.tooltip__container {
  position: absolute;
  bottom: 10rem;
  left: 40%;
  max-width: 35rem;
  padding: 1rem 2rem;
  background-color: #4e4f4f;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 23.75em) {
  .tooltip__container {
    display: none;
  }
}

.tooltip__viewbox {
  position: absolute;
  bottom: -2.25rem;
  left: 0;
  fill: #4e4f4f;
  height: 3rem;
}

.tooltip__comma {
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.feedback__container {
  color: #ff4444;
  font-size: 1.2rem;
  position: absolute;
  bottom: -3rem;
  left: 4rem;
}

.toast {
  font-size: 1.4rem !important;
  line-height: 3rem !important;
  border-radius: 5rem !important;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important;
  padding: 0.5rem 3rem;
}

@media all and (max-width: 50em) {
  .toast {
    font-size: 1.7rem !important;
  }
}

@media all and (max-width: 23.75em) {
  .toast {
    width: 80vw !important;
  }
}

.toast svg {
  margin-right: 1rem !important;
}

.toast--success {
  background-color: #0099a7 !important;
}

.toast--info {
  background-color: #33b5e5 !important;
}

.toast--warning {
  background-color: #ffbb33 !important;
}

.toast--danger {
  background-color: #ff4444 !important;
}

.toasted-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.toasted-container.top-right {
  right: 5rem !important;
  top: 3rem !important;
}

@media all and (max-width: 50em) {
  .toasted-container.top-right {
    width: 80vw;
    top: 2rem !important;
    right: 10% !important;
    left: 10% !important;
  }
}

.manageable__container {
  width: 35rem;
  padding: 3rem;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.manageable__container:hover,
.manageable__container:focus,
.manageable__container:active {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.manageable__icon {
  font-size: 4rem !important;
  margin-right: 3rem;
}

.manageable__label {
  font-size: 4rem;
  font-weight: 700;
}

.table {
  margin-top: 7rem;
  width: 100%;
  min-width: 110rem;
  border-collapse: collapse;
  font-size: 1.4rem;
}

.table__row {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.table__row:nth-of-type(even) {
  background-color: #f0f0f0;
}

.table__row:hover:not(:first-child) {
  background-color: #fff;
}

.table__row__disable {
  color: #aaaaaa;
}

.table__header,
.table__cell {
  padding: 2rem 0;
}

.table__header {
  font-size: 1.6rem;
}

.table__header.sortable {
  cursor: pointer;
}

.table__cell {
  text-align: center;
}

.table__cell:not(.actions):last-child > :first-child {
  margin-right: 3rem;
}

.table__cell.actions:last-child {
  text-align: right;
}

.table__cell.actions:last-child > :last-child {
  margin-inline: 3rem;
}

.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  opacity: 0.66;
}

.arrow.asc {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #4e4f4f;
}

.arrow.dsc {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4e4f4f;
}

.select {
  width: 100%;
  background-color: #fff;
  margin-top: 1rem;
  border-radius: 10rem;
  font-size: 3rem;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 2rem 3rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media all and (max-width: 50em) {
  .select {
    font-size: 2rem;
    letter-spacing: 1pt;
  }
}

.select:hover,
.select:focus,
.select:active {
  outline: none;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.select__dropdown {
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 5%;
  width: 90%;
  background-color: #fff;
  list-style: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  max-height: 25rem;
  overflow-y: scroll;
}

@media all and (max-width: 68.75em) {
  .select__dropdown {
    top: 85%;
  }
}

.select__dropdown li {
  padding: 2rem 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.select__dropdown li:hover {
  background-color: #f0f0f0;
}

.options__list {
  list-style: none;
  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;
}

.options__list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

@media all and (max-width: 68.75em) {
  .options__list-inline {
    -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;
  }
}

.options__list-item,
.options__list-inline-item {
  background-color: transparent;
  font-family: "BrandonGrotesque-Light", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 2pt;
  border-radius: 10rem;
  padding: 1rem 6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media all and (max-width: 23.75em) {
  .options__list-item,
  .options__list-inline-item {
    font-size: 2rem;
  }
}

.options__list-item:hover,
.options__list-inline-item:hover {
  background-color: #4e4f4f;
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.options__list-item--active,
.options__list-inline-item--active {
  background-color: #4e4f4f;
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.options__list-item:not(:first-child) {
  margin-top: 2rem;
}

@media all and (max-width: 68.75em) {
  .options__list-inline-item:not(:first-child) {
    margin-top: 2rem;
  }
}

.paginator__container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.paginator__element {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.paginator__element:hover {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginator__label-container {
  background-color: #4e4f4f;
  height: 100%;
  width: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.paginator__label-container-active {
  width: 100%;
}

.paginator__label {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 1.6rem;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.paginator__element:hover .paginator__label {
  opacity: 1;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
  height: 8rem;
}

.paginator__element:hover .paginator__label-container-active {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.radio__group {
  margin-top: 4rem;
}

.radio__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.08pt;
  font-size: 1.3rem;
}

.radio__button:hover {
  cursor: pointer;
}

.radio__button p {
  margin-left: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.program__container {
  width: 40rem;
  height: 10rem;
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.program__container:hover {
  cursor: pointer;
}

@media all and (max-width: 23.75em) {
  .program__container {
    width: 90vw;
    padding-left: 2rem;
    margin-top: 8rem;
  }
}

.program__result {
  width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.program__result-value {
  font-size: 15px;
  position: absolute;
}

.program__body {
  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;
  width: 100%;
  padding-left: 3.5rem;
  position: relative;
  -webkit-transform: translateY(-0.75rem);
          transform: translateY(-0.75rem);
}

.program__title {
  font-size: 1.8rem;
  letter-spacing: 1.5pt;
  position: absolute;
  left: 3.5rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media all and (max-width: 87.5em) {
  .program__title {
    font-size: 18px;
    position: initial;
  }
}

@media all and (max-width: 60.625em) {
  .program__title {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 43.65em) {
  .program__title {
    font-size: 14px;
    letter-spacing: 1.1pt;
  }
}

.program__slogan {
  position: absolute;
  top: 35%;
  font-size: 1.5rem;
  text-transform: capitalize;
  letter-spacing: 1.25pt;
  opacity: 0;
  -webkit-transition: all .4s .1s ease;
  transition: all .4s .1s ease;
}

@media all and (max-width: 87.5em) {
  .program__slogan {
    font-size: 14px;
    opacity: 1;
    letter-spacing: 1pt;
    position: initial;
    margin-bottom: 1rem;
  }
}

@media all and (max-width: 60.625em) {
  .program__slogan {
    font-size: 14px;
  }
}

.program__buttons {
  position: absolute;
  top: 70%;
  opacity: 0;
  -webkit-transition: all .4s .1s ease;
  transition: all .4s .1s ease;
  white-space: nowrap;
}

@media all and (max-width: 87.5em) {
  .program__buttons {
    opacity: 1;
    position: initial;
  }
}

.program__container:hover .program__title {
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
}

@media all and (max-width: 87.5em) {
  .program__container:hover .program__title {
    -webkit-transform: none;
            transform: none;
  }
}

.program__container:hover .program__slogan,
.program__container:hover .program__buttons {
  opacity: 1;
}

.svg__results {
  position: absolute;
  width: 80px;
  height: 80px;
}

.svg__circle {
  display: block;
}

.spinner__container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3000;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spinner__background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  overflow: hidden;
}

.spinner__on {
  overflow: hidden;
}

.spinner__please-wait {
  font-size: 3rem;
  letter-spacing: 2pt;
  margin-top: 6rem;
}

.spinner__analyzing {
  font-size: 1.75rem;
  letter-spacing: 1.5pt;
  margin-top: 2rem;
}

.featured__container {
  width: 70rem;
  margin: 0 auto;
  margin-bottom: 8rem;
}

@media all and (max-width: 81.25em) {
  .featured__container {
    width: 80rem;
  }
}

@media all and (max-width: 43.65em) {
  .featured__container {
    width: 90%;
  }
}

.featured__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 43.65em) {
  .featured__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.featured__result {
  position: relative;
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 43.65em) {
  .featured__result {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 2rem;
  }
}

.featured__svg {
  width: 140px;
  height: 140px;
}

.featured__circle {
  display: block;
}

.featured__value {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2.75rem;
}

.featured__details {
  width: 77%;
  padding-left: 3rem;
}

@media all and (max-width: 43.65em) {
  .featured__details {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    text-align: center;
    padding-left: 0rem;
  }
}

.featured__title {
  font-family: "BrandonGrotesque-Light", sans-serif;
  font-size: 5rem;
}

.featured__slogan {
  font-family: "BrandonGrotesque-Light", sans-serif;
  font-size: 3rem;
  letter-spacing: 1.67pt;
  text-transform: none;
}

.featured__button {
  display: inline-block;
  background-color: #fff;
  width: 100%;
  border: none;
  border-radius: 5rem;
  padding: 1.25rem 0;
  margin-top: 3rem;
  font-family: "BrandonGrotesque-Regular", sans-serif;
  font-size: 2rem;
  color: #4e4f4f;
  letter-spacing: 1.67pt;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.featured__button:hover {
  background-color: #4e4f4f;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
}

.featured__button:focus,
.featured__button:active {
  text-decoration: none !important;
}

.featured__button--main {
  width: 60%;
}

@media all and (max-width: 43.65em) {
  .featured__button--main {
    width: 100%;
  }
}

.featured__button--secondary {
  margin-left: 2%;
  width: 37%;
}

@media all and (max-width: 43.65em) {
  .featured__button--secondary {
    width: 100%;
    margin-left: 0%;
  }
}

.featured__lead {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 7rem;
  font-size: 2rem;
  letter-spacing: 1.67pt;
  text-align: center;
}

.featured__compatible {
  margin-top: -.75rem;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.main__container {
  width: 93vw;
  min-height: 100vh;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 50em) {
  .main__container {
    min-height: 74vh;
    padding: 0 0 4rem 0;
  }
}

.main__container--admin {
  padding: 15rem 0;
}

@media all and (max-width: 50em) {
  .main__container--admin {
    padding-top: 3rem;
  }
}

.main__container--admin-with-form {
  width: 60vw;
  padding: 15rem 0;
}

@media all and (max-width: 68.75em) {
  .main__container--admin-with-form {
    width: 70vw;
  }
}

@media all and (max-width: 50em) {
  .main__container--admin-with-form {
    padding-top: 3rem;
  }
}

@media all and (max-width: 43.65em) {
  .main__container--admin-with-form {
    width: 80vw;
  }
}

.main__container--medium {
  width: 67.5vw;
}

@media all and (max-width: 43.65em) {
  .main__container--medium {
    width: 90vw;
  }
}

@media all and (max-width: 50em) {
  .main__container--results {
    min-height: 50vh;
  }
}

.main__container--last-step {
  width: 67.5vw;
}

@media all and (max-width: 50em) {
  .main__container--last-step {
    min-height: 70vh;
  }
}

@media all and (max-width: 43.65em) {
  .main__container--last-step {
    width: 80vw;
    padding-bottom: 10em;
  }
}

.main__results {
  padding-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 60.625em) {
  .main__results {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main__title-group {
  position: relative;
}

.main__title {
  width: 100%;
  font-size: 6rem;
  text-align: center;
}

.main__title--big {
  font-size: 6rem;
}

@media all and (max-width: 23.75em) {
  .main__title--big {
    font-size: 6rem;
  }
}

.main__title--diagnostic {
  margin-bottom: 4rem;
}

.main__subtitle {
  font-family: "BrandonGrotesque-Light", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2pt;
  margin-top: 2rem;
}

@media all and (max-width: 23.75em) {
  .main__subtitle {
    font-size: 2rem;
  }
}

.main__notice {
  font-family: "BrandonGrotesque-Light", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  text-transform: none;
  letter-spacing: 1pt;
  margin-top: 2rem;
}

@media all and (max-width: 23.75em) {
  .main__notice {
    font-size: 2rem;
  }
}

.main__lead {
  font-size: 2rem;
  letter-spacing: 1.67pt;
  text-align: center;
  margin-top: 2rem;
}

.main__header {
  width: 100%;
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__header--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main__row {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main__back {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e7e6e6 !important;
  font-size: 4rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.main__back:hover,
.main__back:focus,
.main__back:active {
  color: #dadada !important;
}

.main__btn-group {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__table-wrapper {
  width: 100%;
  overflow-x: scroll;
}

.auth__container {
  width: 50vw;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 50em) {
  .auth__container {
    width: 80vw;
    min-height: 50vh;
  }
}

.auth__title {
  font-size: 6rem;
  text-align: center;
}

.auth__forgotten {
  margin-left: 2rem;
}

.auth__back {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  left: 0;
  color: #e7e6e6 !important;
  font-size: 4rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.auth__back:hover,
.auth__back:focus,
.auth__back:active {
  color: #dadada !important;
}

.auth__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.admin__list {
  list-style: none;
}

