*::selection {
  background: #e4e5e6;
}
*::-moz-selection {
  background: #e4e5e6;
}
#contentHearingTest {
  font-family: jost, sans-serif;
}

.wrapper {
  overflow: hidden;
}
p, pre {
  margin: 0;
  padding: 0;
}

button {
  font-size: 100%;
}

.largeText {
  font-size: 4em;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  .largeText {
    font-size: 2.6em;
    font-weight: 500;
  }
}

.medText {
  font-size: 2em;
  line-height: normal;
}

#title {
  background-color: #97bfe1;
  height: 25px;
  color: white;
  line-height: 60px;
  font-weight: 500;
  font-size: 1.3em;
}

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

.h-100 {
  height: 100%;
}

@keyframes rotating {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(-135deg);
  }
  100% {
    transform: rotate(225deg);
  }
}
@keyframes show100 {
  0% {
    stroke-dashoffset: 320;
    stroke-dasharray: 400;
  }
  75% {
    stroke-dashoffset: 0;
    stroke-dasharray: 400;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 535;
  }
}
@keyframes slidingGradient {
  0% {
    background-position-x: 200%;
  }
  100% {
    background-position-x: 0%;
  }
}
@keyframes fromLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes toLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
#contentHearingTest {
  height: 100%;
  min-height: calc(100vh - 90px);
  overflow: hidden;
  position: relative;
}
#contentHearingTest b {
  font-weight: bold;
}
#contentHearingTest small {
  font-size: 0.7em;
}
#contentHearingTest h1 {
  font-size: 1.8em;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  color: rgba(0, 0, 0, 0.75) !important;
}
#contentHearingTest #emailModal {
  height: inherit !important;
}
#contentHearingTest #emailModal .inner {
  position: fixed !important;
  max-width: 100%;
  width: 500px;
  max-height: 550px;
  text-align: left;
}
#contentHearingTest #emailModal .inner .formInput {
  height: 40px;
}
#contentHearingTest #emailModal .inner #alert {
  font-size: 1em;
  width: 100%;
  min-height: 50px;
  text-align: center;
}
#contentHearingTest #emailModal .inner #alert.red {
  color: #f96666;
}
#contentHearingTest #emailModal .inner #alert.green {
  color: #39b54a;
}
#contentHearingTest .contentWrapper {
  max-width: 1280px;
  height: calc(100% - 18px);
  display: inline-block;
  width: 100%;
  transition: 1s all;
  position: relative;
  z-index: 10;
  background-color: white;
  margin-left: 50%;
  transform: translateX(-50%);
}
#contentHearingTest .contentWrapper .rowElement {
  width: 100%;
}
#contentHearingTest .contentWrapper #diagonal {
  height: 104%;
  position: absolute;
  transform: translate(98%, -2%);
  margin-top: 1px;
  right: 0;
  top: 0;
  user-select: none;
}
#contentHearingTest .contentWrapper #text {
  height: 30%;
  color: rgba(0, 0, 0, 0.75);
  max-width: 600px;
  margin: 0 auto;
  font-weight: 400;
  display: table;
}
#contentHearingTest .contentWrapper #text p {
  font-size: 1.3em;
}
#contentHearingTest .contentWrapper #actions {
  height: 70%;
  display: table;
}
#contentHearingTest .contentWrapper #loading {
  position: relative;
  height: 100%;
}
#contentHearingTest .contentWrapper #loading svg {
  animation: loading 2s infinite;
  transform: rotate(-135deg);
  margin-top: 8px;
}
#contentHearingTest .contentWrapper #loading #border {
  fill: rgba(0, 0, 0, 0);
  stroke: #3d6ec4;
  stroke-width: 4;
  stroke-dasharray: 400;
  stroke-dashoffset: 320;
}
#contentHearingTest .contentWrapper #loading div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3d6ec4;
}
#contentHearingTest .contentWrapper #loading.done svg {
  -webkit-animation-play-state: paused;
}
#contentHearingTest .contentWrapper #loading.done svg #border {
  animation: show100 2s forwards;
}
#contentHearingTest .contentWrapper #loading.done #border.hovered {
  fill: #3d6ec4;
  cursor: pointer;
}
#contentHearingTest .contentWrapper #loading.done #innerText.hovered {
  color: white;
  cursor: pointer;
}
#contentHearingTest .contentWrapper .middle {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}
#contentHearingTest .contentWrapper .btn {
  padding: 20px 0;
  background: none;
  border: 4px solid #3d6ec4;
  color: #3d6ec4;
  margin: 0 6px;
  max-width: 110px;
  margin: 0 auto;
}
#contentHearingTest .contentWrapper .btn:hover {
  background-color: #3d6ec4;
  color: white;
  cursor: pointer;
}
#contentHearingTest .contentWrapper .btn:active {
  background-color: #3366cc;
}
#contentHearingTest .contentWrapper .btn.disabled {
  border-color: #e4e5e6;
  color: #e4e5e6;
}
#contentHearingTest .contentWrapper .btn.disabled:hover {
  background: none;
  color: #e4e5e6;
  cursor: not-allowed;
}
#contentHearingTest .contentWrapper .calibration div {
  display: inline-block;
}
#contentHearingTest .contentWrapper .calibration .btn {
  width: 70px;
  border-radius: 50%;
}
#contentHearingTest .contentWrapper .calibration .submit {
  border-color: #3b0ca4;
  color: #3b0ca4;
}
#contentHearingTest .contentWrapper .calibration .submit:hover {
  background-color: #3b0ca4;
  color: white;
  cursor: pointer;
}
#contentHearingTest .contentWrapper .calibration .submit:active {
  background-color: #2a0974;
}
#contentHearingTest .contentWrapper .calibration .level {
  width: 200px;
  height: 10px;
  border: 1px solid #e4e5e6;
}
#contentHearingTest .contentWrapper .calibration .level .inner {
  background-color: #3b0ca4;
  height: 100%;
  width: 75%;
  display: block;
}
#contentHearingTest .contentWrapper .single-btn {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border: 4px solid #3d6ec4;
  color: #3d6ec4;
  border-radius: 50%;
  line-height: 100px;
  position: relative;
  z-index: 10;
}
#contentHearingTest .contentWrapper .single-btn div {
  height: 40px;
  width: 40px;
  background-color: #3d6ec4;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}
#contentHearingTest .contentWrapper .single-btn:hover {
  background-color: #3d6ec4;
  color: white;
  cursor: pointer;
}
#contentHearingTest .contentWrapper .single-btn:hover div {
  background-color: white;
}
#contentHearingTest .contentWrapper .single-btn:active {
  background-color: #3366cc;
}
#contentHearingTest .contentWrapper .timer {
  height: 150px;
  width: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
  z-index: 1;
}
#contentHearingTest .contentWrapper .timer div {
  height: 10px;
  width: 10px;
  background-color: #e4e5e6;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
}
#contentHearingTest .contentWrapper .timer div:nth-child(1).active, #contentHearingTest .contentWrapper .timer div:nth-child(2).active,
#contentHearingTest .contentWrapper .timer div:nth-child(3).active, #contentHearingTest .contentWrapper .timer div:nth-child(4).active,
#contentHearingTest .contentWrapper .timer div:nth-child(5).active, #contentHearingTest .contentWrapper .timer div:nth-child(6).active {
  background-color: #f96666;
}
#contentHearingTest .contentWrapper .timer div:nth-child(7).active, #contentHearingTest .contentWrapper .timer div:nth-child(8).active,
#contentHearingTest .contentWrapper .timer div:nth-child(9).active, #contentHearingTest .contentWrapper .timer div:nth-child(10).active,
#contentHearingTest .contentWrapper .timer div:nth-child(11).active, #contentHearingTest .contentWrapper .timer div:nth-child(12).active {
  background-color: #4685c5;
}
#contentHearingTest .contentWrapper .timer div.red {
  background-color: #f96666;
}
#contentHearingTest .contentWrapper .timer div.yellow {
  background-color: #ffeb7a;
}
#contentHearingTest .contentWrapper .numbers div {
  display: inline-block;
}
#contentHearingTest .contentWrapper .numbers .row {
  display: block;
}
#contentHearingTest .contentWrapper .numbers .row div {
  border: 4px solid;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  line-height: 70px;
  margin: 5px 3px;
}
#contentHearingTest .contentWrapper .numbers .row div:hover {
  cursor: pointer;
}
#contentHearingTest .contentWrapper .numbers .row:nth-child(1) div {
  border-color: #4685c5;
  color: #4685c5;
}
#contentHearingTest .contentWrapper .numbers .row:nth-child(1) div:hover {
  background-color: #4685c5;
  color: white;
}
#contentHearingTest .contentWrapper .numbers .row:nth-child(1) div:active {
  background-color: #346ca4;
}
#contentHearingTest .contentWrapper .numbers .row:nth-child(2) div {
  border-color: #3d6ec4;
  color: #3d6ec4;
}
#contentHearingTest .contentWrapper .numbers .row:nth-child(2) div:hover {
  background-color: #3d6ec4;
  color: white;
}
#contentHearingTest .contentWrapper .numbers .row:nth-child(2) div:active {
  background-color: #30589e;
}
#contentHearingTest .contentWrapper .numbers .row:nth-child(3) div {
  border-color: #3366cc;
  color: #3366cc;
}
#contentHearingTest .contentWrapper .numbers .row:nth-child(3) div:hover {
  background-color: #3366cc;
  color: white;
}
#contentHearingTest .contentWrapper .numbers .row:nth-child(3) div:active {
  background-color: #2952a3;
}
#contentHearingTest .contentWrapper .numbers .row:nth-child(4) div {
  border-color: #3e3bb3;
  color: #3e3bb3;
}
#contentHearingTest .contentWrapper .numbers .row:nth-child(4) div:hover {
  background-color: #3e3bb3;
  color: white;
}
#contentHearingTest .contentWrapper .numbers .row:nth-child(4) div:active {
  background-color: #312e8d;
}
#contentHearingTest .contentWrapper .sentences .sentence {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  border: 4px solid;
  padding: 12px 6px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#contentHearingTest .contentWrapper .sentences .sentence:nth-child(1) {
  border-color: #4685c5;
  color: #4685c5;
}
#contentHearingTest .contentWrapper .sentences .sentence:nth-child(1):hover {
  background-color: #4685c5;
  color: white;
}
#contentHearingTest .contentWrapper .sentences .sentence:nth-child(1):active {
  background-color: #346ca4;
}
#contentHearingTest .contentWrapper .sentences .sentence:nth-child(2) {
  border-color: #3d6ec4;
  color: #3d6ec4;
}
#contentHearingTest .contentWrapper .sentences .sentence:nth-child(2):hover {
  background-color: #3d6ec4;
  color: white;
}
#contentHearingTest .contentWrapper .sentences .sentence:nth-child(2):active {
  background-color: #30589e;
}
#contentHearingTest .contentWrapper .sentences .sentence:nth-child(3) {
  border-color: #3366cc;
  color: #3366cc;
}
#contentHearingTest .contentWrapper .sentences .sentence:nth-child(3):hover {
  background-color: #3366cc;
  color: white;
}
#contentHearingTest .contentWrapper .sentences .sentence:nth-child(3):active {
  background-color: #2952a3;
}
#contentHearingTest .contentWrapper .sentences .sentence:nth-child(4) {
  border-color: #3e3bb3;
  color: #3e3bb3;
}
#contentHearingTest .contentWrapper .sentences .sentence:nth-child(4):hover {
  background-color: #3e3bb3;
  color: white;
}
#contentHearingTest .contentWrapper .sentences .sentence:nth-child(4):active {
  background-color: #312e8d;
}
#contentHearingTest .contentWrapper .sentences .sentence:hover {
  cursor: pointer;
  color: white;
}
#contentHearingTest .contentWrapper .icons {
  width: 100%;
  max-width: 400px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#contentHearingTest .contentWrapper .icons .svgIcon {
  position: relative;
  display: inline-flex;
  border: 4px solid;
  width: 100px;
  height: 100px;
  margin: 12px;
}
#contentHearingTest .contentWrapper .icons .svgIcon .tooltip {
  position: absolute;
  top: 100%;
  background: inherit;
  margin-top: 10px;
  border-radius: 12px;
  border: inherit;
  padding: 3px 6px;
  box-sizing: border-box;
  font-size: 1em;
  left: 50%;
  transform: translateX(-50%);
  text-transform: capitalize;
  opacity: 0;
  transition: opacity 0s;
  color: white;
  font-weight: 300;
  white-space: nowrap;
}
#contentHearingTest .contentWrapper .icons .svgIcon .tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: calc(50% - 3px);
  top: -50%;
  transform: rotate(90deg);
}
#contentHearingTest .contentWrapper .icons .svgIcon .tooltip.top {
  top: -60px;
}
#contentHearingTest .contentWrapper .icons .svgIcon .tooltip.top::before {
  top: 100%;
  transform: rotate(-90deg);
}
#contentHearingTest .contentWrapper .icons .svgIcon .tooltip.show {
  opacity: 1;
  transition: opacity 0.3s;
}
#contentHearingTest .contentWrapper .icons .svgIcon svg {
  width: 100px;
  height: 100px;
  max-height: 80%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(1) {
  border-color: #4685c5;
  color: #4685c5;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(1) svg {
  fill: #4685c5;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(1) .tooltip::before {
  border-right: 8px solid #4685c5;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(1):hover {
  background-color: #4685c5;
  color: white;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(1):active {
  background-color: #346ca4;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(2) {
  border-color: #3d6ec4;
  color: #3d6ec4;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(2) svg {
  fill: #3d6ec4;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(2) .tooltip::before {
  border-right: 8px solid #3d6ec4;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(2):hover {
  background-color: #3d6ec4;
  color: white;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(2):active {
  background-color: #30589e;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(4) {
  border-color: #3366cc;
  color: #3366cc;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(4) svg {
  fill: #3366cc;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(4) .tooltip::before {
  border-right: 8px solid #3366cc;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(4):hover {
  background-color: #3366cc;
  color: white;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(4):active {
  background-color: #2952a3;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(5) {
  border-color: #3e3bb3;
  color: #3e3bb3;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(5) svg {
  fill: #3e3bb3;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(5) .tooltip::before {
  border-right: 8px solid #3e3bb3;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(5):hover {
  background-color: #3e3bb3;
  color: white;
}
#contentHearingTest .contentWrapper .icons .svgIcon:nth-child(5):active {
  background-color: #312e8d;
}
#contentHearingTest .contentWrapper .icons .svgIcon:hover {
  cursor: pointer;
}
#contentHearingTest .contentWrapper .icons .svgIcon:hover svg {
  fill: white;
}
#contentHearingTest .contentWrapper .end {
  width: 100%;
  color: rgba(0, 0, 0, 0.75);
}
#contentHearingTest .contentWrapper .end div {
  max-width: 600px;
  margin: 0 auto;
}
#contentHearingTest .contentWrapper .end .button {
  width: 100%;
  max-width: 300px;
  padding: 24px;
  border: 4px solid #3b0ca4;
  color: #3b0ca4;
  margin-top: 24px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #3b0ca4;
  color: #3b0ca4;
}
#contentHearingTest .contentWrapper .end .button:hover {
  background-color: #3b0ca4;
  color: white;
  cursor: pointer;
}
#contentHearingTest .contentWrapper .end .button:active {
  background-color: #2a0974;
}
#contentHearingTest .contentWrapper.hasPhoto {
  width: 60%;
  margin-left: 0;
  transform: translateX(0%);
}
@media screen and (max-width: 700px) {
  #contentHearingTest .contentWrapper.hasPhoto {
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
#contentHearingTest #collapseCloser {
  position: absolute;
  z-index: 999;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  top: 0;
  display: none;
}
#contentHearingTest #initialForm {
  position: relative;
  z-index: 9999;
  margin: 24px 120px;
}
#contentHearingTest #initialForm .formGroup {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  text-align: left;
  vertical-align: bottom;
  color: #4685c5;
  font-size: 0.9em;
  position: relative;
  margin: 6px 3px;
}
#contentHearingTest #initialForm .formGroup .formInput {
  border: 1px solid #4685c5;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  position: relative;
}
#contentHearingTest #initialForm .formGroup .formInput .value {
  position: relative;
  top: 50%;
  margin-left: 10px;
  transform: translateY(-50%);
}
#contentHearingTest #initialForm .formGroup .formInput input {
  border: 0 !important;
  height: 100%;
  width: 100%;
  background: none;
  outline: 0;
  color: #4685c5;
  font-size: 1.1em !important;
  padding: 10px !important;
  box-sizing: border-box;
}
#contentHearingTest #initialForm .formGroup .formInput input:hover {
  cursor: pointer;
}
#contentHearingTest #initialForm .formGroup .formInput svg {
  width: 20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) rotate(0deg);
  right: 10px;
  transition: 0.3s all;
}
#contentHearingTest #initialForm .formGroup .formInput svg.rotate {
  animation: rotating 1s infinite;
}
#contentHearingTest #initialForm .formGroup .formInput:hover {
  cursor: pointer;
}
#contentHearingTest #initialForm .formGroup ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
  margin: 0;
  z-index: 9;
}
#contentHearingTest #initialForm .formGroup ul li {
  list-style: none;
  padding: 10px;
  border: 1px solid;
  border-top: 0;
  margin-bottom: 0;
}
#contentHearingTest #initialForm .formGroup ul li:hover {
  background-color: #4685c5;
  color: white;
  cursor: pointer;
  border: 1px solid #4685c5;
  border-top: 0;
}
@media screen and (max-width: 900px) {
  #contentHearingTest #initialForm {
    margin: 24px 0;
  }
}
#contentHearingTest #end {
  padding-top: 20px;
  line-height: normal;
}
#contentHearingTest #photo {
  display: inline-block;
  width: 40%;
  overflow: hidden;
  left: 100%;
  top: calc(-100% + 11px);
  height: calc(100% - 17px);
  background-position: center;
  background-size: cover;
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: 1.1s all;
}
#contentHearingTest #photo.show {
  opacity: 1;
  left: 60%;
}
#contentHearingTest #timeline {
  width: 100%;
  height: 18px;
  background-color: #e4e5e6;
  position: absolute;
  z-index: 99;
  bottom: 0;
  overflow: hidden;
  transition: 0.5s all cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
#contentHearingTest #timeline .inner {
  height: 350%;
  width: 0;
  background: linear-gradient(to bottom, #3b0ca4, #3e3bb3, #3366cc, #3d6ec4, #4685c5);
  transition: 0.3s all;
  color: white;
  transition: 1s all;
}
#contentHearingTest #timeline.fullResults {
  overflow: initial;
}
#contentHearingTest #timeline.fullResults .inner {
  height: auto !important;
}
#contentHearingTest #timeline.fullResults .inner #mainResult {
  margin-top: 20px;
}
#contentHearingTest #results {
  height: calc(100vh - 115px);
  width: 98%;
  max-width: 1200px;
  font-weight: 300;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition: 1s all;
}
#contentHearingTest #results .title {
  font-size: 2.5em;
  margin: 12px 0;
}
#contentHearingTest #results .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  max-width: 700px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  font-size: 18px;
}
#contentHearingTest #results .text p {
  color: white;
}
#contentHearingTest #results .text .result {
  font-size: 2.5em;
  color: white;
  line-height: 62px;
  font-weight: bold;
}
#contentHearingTest #results .text .buttonGroup {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  font-weight: 400;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}
#contentHearingTest #results .text .buttonGroup .btn {
  padding: 20px;
  margin: 0 2px;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  border: 4px solid white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0);
  color: white;
}
#contentHearingTest #results .text .buttonGroup .btn:hover {
  cursor: pointer;
  color: #3366cc;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0);
}
#contentHearingTest #results .text .buttonGroup .btn:active {
  background-color: white;
}
#contentHearingTest #results .text .buttonGroup .btn-primary {
  background-color: white;
  color: #3366cc;
}
#contentHearingTest #results .text .subtitle {
  font-size: 2em;
  margin: 18px 0;
  text-align: left;
  line-height: normal;
}
#contentHearingTest #results .text .fakeText {
  width: 100%;
  height: 20px;
  background: linear-gradient(45deg, #fff 0%, #fff 40%, #e2e2e2 50%, #fff 60%, #fff 100%);
  background-size: 200% 100%;
  animation: slidingGradient 2.5s linear infinite;
  margin-bottom: 6px;
}
#contentHearingTest #results .text .hline {
  width: 100%;
  border-bottom: 1px solid #e4e5e6;
  margin: 48px 0;
}
#contentHearingTest #results .text .graphContainer {
  width: 100%;
  margin-top: 24px;
  text-align: left;
}
#contentHearingTest #results .text .graphContainer .graphWrapper {
  width: 400px;
  height: 400px;
  display: inline-block;
}
#contentHearingTest #results .text .wordsContainer {
  width: 100%;
  text-align: left;
}
#contentHearingTest #results .text .wordsContainer .wordsWrapper {
  width: 400px;
  justify-content: center;
  display: inline-flex;
}
#contentHearingTest #results .text .wordsContainer .wordsWrapper .wordsRow {
  background-color: white;
  padding: 20px 12px 6px 12px;
  box-sizing: border-box;
  border-radius: 24px;
  margin-right: 24px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  margin-top: 45px;
  position: relative;
}
#contentHearingTest #results .text .wordsContainer .wordsWrapper .wordsRow .miniText {
  font-size: 18px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
#contentHearingTest #results .text .wordsContainer .wordsWrapper .wordsRow .svgIcon {
  height: 50px;
  width: 50px;
  margin: 0 12px 50px 12px;
  position: relative;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
#contentHearingTest #results .text .wordsContainer .wordsWrapper .wordsRow .svgIcon svg {
  max-height: 100%;
  min-height: 50px;
  max-width: 100%;
  fill: rgba(0, 0, 0, 0.75);
}
#contentHearingTest #results .text .wordsContainer .wordsWrapper .wordsRow:nth-child(2) .svgIcon.failed {
  color: #f96666;
}
#contentHearingTest #results .text .wordsContainer .wordsWrapper .wordsRow:nth-child(2) .svgIcon.failed svg {
  fill: #f96666;
}
#contentHearingTest #results .text .wordsContainer .wordsWrapper .wordsRow:nth-child(2) .svgIcon.success {
  color: #39b54a;
}
#contentHearingTest #results .text .wordsContainer .wordsWrapper .wordsRow:nth-child(2) .svgIcon.success svg {
  fill: #39b54a;
}
#contentHearingTest #results .text .wordsContainer .wordsWrapper .wordsRow.empty {
  height: 350px;
  width: 70px;
}
#contentHearingTest #results .text .sentencesContainer {
  width: 100%;
  text-align: left;
}
#contentHearingTest #results .text .sentencesContainer .sentencesAnswers {
  width: 400px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
#contentHearingTest #results .text .sentencesContainer .sentencesAnswers .sentenceAnswer {
  min-height: 120px;
  text-align: center;
  display: inline-block;
  margin: 12px 24px;
  min-width: 340px;
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
#contentHearingTest #results .text .sentencesContainer .sentencesAnswers .sentenceAnswer .image {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
}
#contentHearingTest #results .text .sentencesContainer .sentencesAnswers .sentenceAnswer .text {
  color: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  padding: 12px;
}
#contentHearingTest #results .text .sentencesContainer .sentencesAnswers .sentenceAnswer .text .row {
  margin-top: 12px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#contentHearingTest #results .text .sentencesContainer .sentencesAnswers .sentenceAnswer .text .failed {
  color: #f96666;
}
#contentHearingTest #results .text .sentencesContainer .sentencesAnswers .sentenceAnswer .text .success {
  color: #39b54a;
}
#contentHearingTest #results .text .sentencesContainer .sentencesAnswers .sentenceAnswer.empty {
  height: 140px;
  width: 250px;
}
#contentHearingTest #results .text .questionAnswer {
  text-align: left;
}
#contentHearingTest #results .text .questionAnswer .hLine {
  width: 90%;
  border-top: 1px dashed #e4e5e6;
  margin: 24px auto;
  box-sizing: border-box;
}
#contentHearingTest #results .text .questionAnswer .recommandation p {
  margin-left: 24px;
  margin-bottom: 12px;
}
#contentHearingTest #results .text .questionAnswer .recommandation .answer {
  text-align: left;
  display: inline-block;
  background-color: white;
  color: rgba(0, 0, 0, 0.75);
  padding: 12px 24px;
  border-radius: 24px;
  margin-bottom: 12px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
#contentHearingTest #results .text .questionAnswer .recommandation .btn {
  margin-left: 24px;
  padding: 12px 24px;
  background-color: #97bfe1;
  max-width: 180px;
  text-align: center;
  border-radius: 12px;
}
#contentHearingTest #results .text .testText {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 405px);
}
#contentHearingTest #results .text .testText .result {
  font-size: 1.3em;
  margin-top: 50px;
  line-height: normal;
}
#contentHearingTest #results .text .testText .result .in {
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  #contentHearingTest #results .text .testText {
    width: 100%;
  }
}
#contentHearingTest #results.hidden {
  opacity: 0;
}
#contentHearingTest #results.fullResults {
  height: 100%;
}
#contentHearingTest #results.fullResults .text {
  justify-content: flex-start;
  max-width: 100%;
}
#contentHearingTest #results.fullResults .buttonGroup {
  margin: 24px 0;
}
#contentHearingTest #results.fullResults .buttonGroup .btn-primary {
  color: #4685c5;
}
#contentHearingTest #results.fullResults .buttonGroup .btn-primary:hover {
  color: #4685c5;
}
#contentHearingTest #results.fullResults .buttonGroup .btn-secondary:hover {
  color: #4685c5;
}
#contentHearingTest #toast {
  position: fixed;
  bottom: 0;
  background-color: #3b0ca4;
  z-index: 99999;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 12px 24px;
  box-sizing: border-box;
  border-radius: 24px;
  color: white;
  transition: 0.5s all;
  opacity: 1;
}
#contentHearingTest #toast.toasted {
  transform: translate(-50%, 0%);
  bottom: 30px;
  opacity: 1;
}
#contentHearingTest #toast.burnt {
  opacity: 0;
}
#contentHearingTest .stages {
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
}
#contentHearingTest .stages .stage {
  position: relative;
  display: flex;
  align-items: center;
  left: -100%;
  animation: fromLeft 1s normal forwards ease-in-out;
}
#contentHearingTest .stages .stage .label {
  transform: rotate(0deg);
  transform-origin: -20% 50%;
  transition: 1s all;
  opacity: 1;
}
#contentHearingTest .stages .stage .dot {
  height: 8px;
  width: 8px;
  background-color: lightgray;
  border-radius: 50%;
  margin: 18px 12px;
  transition: 0.5s all;
}
#contentHearingTest .stages .stage:nth-child(2) {
  animation-delay: 0.1s;
}
#contentHearingTest .stages .stage:nth-child(2) .label {
  transition-delay: 0.1s;
}
#contentHearingTest .stages .stage:nth-child(3) {
  animation-delay: 0.2s;
}
#contentHearingTest .stages .stage:nth-child(3) .label {
  transition-delay: 0.2s;
}
#contentHearingTest .stages .stage:nth-child(4) {
  animation-delay: 0.3s;
}
#contentHearingTest .stages .stage:nth-child(4) .label {
  transition-delay: 0.3s;
}
#contentHearingTest .stages .stage:nth-child(5) {
  animation-delay: 0.4s;
}
#contentHearingTest .stages .stage:nth-child(5) .label {
  transition-delay: 0.4s;
}
#contentHearingTest .stages .stage.rotated .label {
  transform: rotate(90deg);
  opacity: 0;
}
#contentHearingTest .stages .stage.done .label {
  color: rgba(0, 0, 0, 0.75);
}
#contentHearingTest .stages .stage.done .dot {
  background-color: rgba(0, 0, 0, 0.75);
}
#contentHearingTest .stages .stage.active .label {
  color: #4685c5;
}
#contentHearingTest .stages .stage.active .dot {
  height: 12px;
  width: 12px;
  background-color: #4685c5;
}
#contentHearingTest .stages:hover {
  cursor: help;
}
#contentHearingTest .stages:hover .stage .label {
  transform: rotate(0deg);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  #contentHearingTest .stages {
    top: 100%;
    left: 50%;
    transform: translate(-50%, calc(-18px - 100%));
    display: flex;
  }
  #contentHearingTest .stages .label {
    display: none;
  }
}
#contentHearingTest .stages.hide {
  animation: toLeft 1s normal forwards ease-in-out;
}

.modal {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(180, 180, 180, 0.4);
}
.modal .inner {
  text-align: center;
  max-height: 95%;
  min-height: 400px;
  max-width: 95%;
  width: 500px;
  padding: 30px;
  border-radius: 36px;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
}
.modal .inner h1 {
  margin-top: 0;
  font-size: 2em !important;
}
.modal .inner .btn {
  max-width: 250px;
  min-width: 100px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
  user-select: none;
  display: inline-block;
  margin: 0 6px 6px 6px;
}
.modal .inner .btn.red {
  border: 4px solid #f96666;
  color: #f96666;
}
.modal .inner .btn.red:hover {
  background-color: #f96666;
  color: white;
  cursor: pointer;
}
.modal .inner .btn.red:active {
  background-color: #f73f3f;
}
.modal .inner .btn.blue {
  border: 4px solid #4685c5;
  color: #4685c5;
}
.modal .inner .btn.blue:hover {
  background-color: #4685c5;
  color: white;
  cursor: pointer;
}
.modal .inner .btn.blue:active {
  background-color: #3d6ec4;
}
.modal .inner .center {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.modal .inner .center img {
  height: 18px;
  margin: 3px;
}
.modal .inner .close {
  position: absolute;
  top: -3px;
  right: -3px;
  background-color: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-image: url(../images/close.svg);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center;
}
.modal .inner .close:hover {
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.modal .inner .close:active {
  background-color: rgba(0, 0, 0, 0.75);
}
.modal #resultsForm .formGroup {
  margin-bottom: 12px;
  color: #4685c5;
  font-size: 0.8em;
}
.modal #resultsForm .formGroup .formInput {
  border: 1px solid #4685c5;
  height: 30px;
}
.modal #resultsForm .formGroup .formInput input {
  border: 0 !important;
  height: 100%;
  width: 100%;
  padding: 6px !important;
  box-sizing: border-box;
  font-size: 1.1em !important;
  background: none;
}

/*# sourceMappingURL=main.css.map */
