@charset "UTF-8";/*!
*  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*//* FONT PATH
 * --------------------------
*//* makes the font 33% larger relative to the icon container *//* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons *//* Changing Susy default global settings */*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a {
  background: transparent;
}

a:active,a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

html {
  height: 100%;
  margin: 0 !important;
}

body {
  min-height: 100%;
  overflow-x: hidden !important;
  font-family: "Lato", sans-serif !important;
  background-color: #EEEEEE;
}

footer {
  background-color: white;
}

p {
  margin: 0;
}

figure {
  margin: 0 !important;
}

a {
  outline: none !important;
  color: #00924f;
}

b {
  font-weight: 500;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  margin: 0;
}

img,iframe {
  margin: auto;
  display: block;
}

blockquote {
  padding: 0;
}

.fancybox-container {
  z-index: 1000000 !important;
}

.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-mail-sent-ok {
  border: none !important;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: green;
}

.container {
  padding: 0;
}

.row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.mobile {
  display: none;
}

.tablet {
  display: none;
}

.small {
  display: none !important;
}

body {
  overflow-x: hidden;
}

body.noscroll {
  overflow: hidden;
}

body.hidden {
  overflow: hidden;
}

.l-inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  width: 1110px;
  position: relative;
  z-index: 10;
  overflow: initial;
}

.btn-main {
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  border: none;
  position: relative;
  background-color: white;
  padding: 13px 65px;
  color: #1c1c1c;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 300ms ease 0s;
  text-align: center;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.btn-main.startQuiz {
  background-color: #ffcc17;
}

.btn-main.startQuiz:hover {
  background-color: #ffd74a;
}

.btn-main.startQuiz:active {
  background-color: #e3b100;
}

.btn-main:hover {
  background-color: white;
}

.btn-main:active {
  background-color: #e6e5e5;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 25px 45px 0;
  z-index: 10;
}

.header img {
  float: left;
  width: 160px;
}

.startQuiz,.nextQuestion,.backToQuestion,.questions li.question,.questions li.question .responses,.questions li.question .responses .correct,.questions li.question .responses .incorrect,.quizResults {
  display: none;
}

.nextQuestion.checkAnswer {
  display: block;
}

ol.questions,ul.answers,ul.responses,ol.questions li,ul.answers li,ul.responses li {
  list-style-type: none;
}

.section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background-position: center;
  background-size: cover;
}

.section-test {
  display: flex;
  height: 100vh;
  min-height: 100vh;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 8.4745762712%;
  padding-right: 8.4745762712%;
  background-image: url("img/bg-main.jpg");
}

.section-test .line {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffcc17;
  height: 100px;
  width: 100%;
  transition: all 1000ms ease 0s;
}

.section-test.active {
  padding-left: 40px;
  padding-right: 40px;
}

.section-test.active .line {
  height: 70px;
}

.section-test.active .column-photo {
  width: 35%;
}

.section-test.active .column-photo img {
  width: 90%;
}

.section-test .column-photo {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1000ms ease 0s;
}

.section-test .column-photo img {
  width: 65%;
  transition: all 1000ms ease 0s;
}

.section-test .test-row {
  width: 100%;
  float: left;
  position: relative;
}

.section-test .test-row.active #slickQuiz {
  width: 66.1016949153%;
  float: right;
  margin-right: 0;
}

.section-test .test-row #slickQuiz {
  width: 49.1525423729%;
  float: right;
  margin-right: 0;
  text-align: center;
  position: relative;
  z-index: 3;
}

.section-test .test-row #slickQuiz .quizName {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #ffcb36;
}

.section-test .test-row #slickQuiz .text-1 {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 35px;
  color: white;
}

.section-test .test-row #slickQuiz .text-2 {
  font-size: 25px;
  margin-bottom: 35px;
  color: white;
}

.section-test .test-row #slickQuiz .text-2 a {
    color: #ffcc17;
}

.section-test .test-row #slickQuiz .text-2 a:hover {
    color: #d8ac0c;
}

.section-test .test-row #slickQuiz .questions {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.section-test .test-row #slickQuiz .question {
  text-align: center;
}

.section-test .test-row #slickQuiz .questionCount {
  width: 100%;
  float: left;
  color: #ffcc17;
  font-weight: 700;
  font-size: 24px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 35px;
  text-align: left;
}

.section-test .test-row #slickQuiz .q-title {
  width: 100%;
  float: left;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: white;
}

.section-test .test-row #slickQuiz .q-title a {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  margin: 35px 0 35px;
}

.section-test .test-row #slickQuiz .q-title a div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  filter: blur(18px);
  background-size: cover;
  background-position: center;
}

.section-test .test-row #slickQuiz .q-img {
  width: 30%;
  position: relative;
  z-index: 3;
}

.section-test .test-row #slickQuiz .container {
  width: 100%;
  float: right;
  margin-bottom: 25px;
}

.section-test .test-row #slickQuiz .container li {
  width: 25%;
  float: left;
  padding: 0 10px;
}

.section-test .test-row #slickQuiz .container li input {
  display: none;
}

.section-test .test-row #slickQuiz .container li label {
  width: 100%;
  display: inline-block;
  background-color: #fed762;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}

.section-test .test-row #slickQuiz .container li input[type="radio"]:checked + label {
  background-color: #f8bb02;
}

.section-test .test-row #slickQuiz .responses .correct span.note {
  color: #00b300;
}

.section-test .test-row #slickQuiz .responses .incorrect span.note {
  color: #ff3333;
}

.section-test .test-row #slickQuiz .responses p {
  width: 100%;
  float: left;
  font-size: 20px;
  color: white;
  line-height: 28px;
  margin-bottom: 35px;
}

.section-test .test-row #slickQuiz .responses p span.note {
  display: block;
  font-size: 30px;
  width: 100%;
  text-align: center;
  font-weight: 800;
  margin-bottom: 35px;
}

.section-test .test-row #slickQuiz .quizResults {
  width: 100%;
  float: left;
}

.section-test .test-row #slickQuiz .quizResults .quizScore {
  color: #ffcc17;
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 40px;
}

.section-test .test-row #slickQuiz .quizResults .quizResultsCopy {
  margin-bottom: 22px;
}

.section-test .test-row #slickQuiz .quizResults .quizResultsCopy p {
  color: white;
  font-size: 26px;
  line-height: 36px;
}

.section-test .test-row #slickQuiz .quizResults .quizResultsCopy p.attention {
    border: 5px dashed #fff;
    display: inline-block;
    text-align: center;
    padding: 6px 19px;
    margin-top: 12px;
    border-radius: 200px;
    font-size: 23px;
}

.section-test .test-row #slickQuiz .quizResults .quizResultsCopy p.attention-icon {
    display: block;
    text-align: center;
    margin-top: 21px;
    font-size: 52px;
}

.section-test .test-row #slickQuiz .quizResults .social-text {
  font-size: 25px;
  font-weight: 700;
  color: white;
}

.section-test .quizLevel span {
  display: block;
}

.section-results {
  display: flex;
  min-height: 100vh;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 50px;
  padding-left: 8.4745762712%;
  padding-right: 8.4745762712%;
  background-image: url("img/bg-main.jpg");
}

.section-results .row {
  text-align: center;
  display: flex;
  align-items: center;
}

.section-results .row .column-text {
  width: 49.1525423729%;
  float: right;
  margin-right: 0;
}

.section-results .row .column-photo {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}

.section-results .row .column-photo img {
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.section-results .row .title-1 {
  color: white;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.section-results .row .title-2 {
  color: white;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-results .row .row-btn {
  width: 100%;
  float: left;
  margin: 35px 0;
  text-align: center;
}

.section-results .row .row-btn div {
  display: inline-block;
}

.section-results .row .row-btn .btn-social {
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 50px;
  float: left;
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: 16px;
  outline: none;
  border: none;
  border-radius: 5px;
  justify-content: center;
}

.section-results .row .row-btn .btn-social img {
  height: 20px;
  float: left;
  margin-right: 5px;
}

.section-results .row ul {
  width: 100%;
  float: left;
}

.section-results .row ul li {
  width: 100%;
  float: left;
  color: white;
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  padding-left: 50px;
}

.section-results .row ul li:before {
  position: absolute;
  content: '✓';
  width: 40px;
  height: 40px;
  background-color: white;
  color: #e3b100;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}

.section-results .row ul li span {
  position: relative;
}

.section-thanks {
  min-height: 100vh;
  background-image: url("img/bg-thanks.jpg");
  padding: 40px 0 40px;
  display: flex;
  align-items: center;
  background-position: left;
}

.section-thanks .row {
  padding-left: 55.0847457627%;
  padding-right: 0%;
}

.section-thanks .title-1 {
  color: #1c2056;
  font-size: 50px;
  font-weight: 700;
}

.section-thanks .title-2 {
  color: #c141e4;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 45px;
}

.section-thanks .text {
  color: #5157a3;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}

.section-thanks .title-3 {
  color: #1c2056;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}

.section-footer {
  padding: 50px 0;
  background-color: #14141e;
}

.section-footer .column {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
}

.section-footer .column .footer-title {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-bottom: 20px;
}

.section-footer .column-1 img {
  float: left;
}

.section-footer .column-1 p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  width: 100%;
  float: left;
}

.section-footer .column-2 a {
  color: white;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 1.2px;
}

.section-footer .column-3 .phone {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  position: relative;
  display: block;
}

.section-footer .column-3 .phone span i {
  transform: rotate(90deg);
}

.section-footer .column-3 .call {
  font-size: 14px;
  color: #00924f;
  text-decoration: underline !important;
  display: block;
}

.section-footer .column-4 {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
}

.section-footer .column-4 a {
  width: 32px;
  height: 32px;
  float: left;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  border: 1px solid white;
  margin-right: 15px;
}

.section-footer .column-4 a:hover {
  opacity: 0.5;
}

@font-face {
  font-family:'Panton';src:url(fonts/Lato/Lato-Light.woff);font-weight:300;font-display:swap;
}

@font-face {
  font-family:'Panton';src:url(fonts/Lato/Lato-Regular.woff);font-weight:400;font-display:swap;
}

@font-face {
  font-family:'Panton';src:url(fonts/Lato/Lato-Bold.woff);font-weight:700;font-display:swap;
}

@font-face {
  font-family:'Panton';src:url(fonts/Lato/Lato-Black.woff);font-weight:900;font-display:swap;
}

@font-face {
  font-family:'FontAwesome';src:url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot");src:url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;
}

@media screen and (min-width: 200px) and (max-width: 480px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .l-inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-main {
    font-size: 18px;
  }

  .section-thanks {
    background-image: none;
  }

  .section-thanks .row {
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
  }

  .section-thanks .title-1 {
    font-size: 30px;
  }

  .section-thanks .title-2 {
    font-size: 20px;
  }

  .section-thanks .text {
    font-size: 16px;
  }

  .section-footer {
    padding: 50px 0 15px;
  }

  .section-footer .column {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 200px) and (max-width: 768px) {
  .desktop-tablet {
    display: none;
  }

  .small {
    display: block !important;
  }

  .header {
    padding: 15px;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    position: fixed;
    background-color: #333333;
  }

  .header img {
    float: none;
  }

  .section-test {
    background-position: bottom;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    height: auto;
    padding-top: 100px;
  }

  .section-test.active {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-test.active .line {
    height: 100px;
  }

  .section-test.active .column-photo {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .section-test.active .column-photo img {
    width: 85%;
  }

  .section-test .column-photo {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
  }

  .section-test .column-photo img {
    width: 85%;
  }

  .section-test .test-row.active #slickQuiz {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .section-test .test-row #slickQuiz {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .section-test .test-row #slickQuiz .quizName {
    font-size: 37px;
    line-height: 1;
    margin-bottom: 35px;
  }

  .section-test .test-row #slickQuiz .text-1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .section-test .test-row #slickQuiz .questionCount {
    text-align: center;
    margin-bottom: 20px;
  }

  .section-test .test-row #slickQuiz .q-title {
    font-size: 18px;
    line-height: 24px;
  }

  .section-test .test-row #slickQuiz .q-title a div {
    display: none;
  }

  .section-test .test-row #slickQuiz .q-img {
    width: 100%;
  }

  .section-test .test-row #slickQuiz .container li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .section-test .test-row #slickQuiz .responses p {
    font-size: 16px;
    line-height: 24px;
  }

  .section-test .test-row #slickQuiz .quizResults .quizScore {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .section-test .test-row #slickQuiz .quizResults .quizResultsCopy p {
    font-size: 16px;
    line-height: 24px;
  }

  .section-test .test-row #slickQuiz .quizResults .social-text {
    font-size: 16px;
    line-height: 24px;
  }

  .section-results {
    background-position: bottom;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    height: auto;
    padding-top: 100px;
  }

  .section-results .row {
    display: block;
  }

  .section-results .row .column-text {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .section-results .row .column-photo {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .section-results .row .title-1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
  }

  .section-results .row .title-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .section-results .row .row-btn {
    margin: 15px 0 35px;
  }

  .section-results .row .row-btn div {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10%;
  }

  .section-results .row .row-btn .btn-social {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .section-results .row ul li {
    font-size: 16px;
    padding-left: 0;
    padding-top: 50px;
  }

  .section-results .row ul li:before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .tablet {
    display: block;
  }

  .l-inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1601px) and (max-width: 2560px) {
  .section-test {
    padding-left: 16.9491525424%;
    padding-right: 16.9491525424%;
  }
}
