@font-face {
  src: url(../fonts/GraphikLCG-Bold.otf);
  font-family: GraphikLCG-Bold; }
@font-face {
  src: url(../fonts/GraphikLCG-Medium.otf);
  font-family: GraphikLCG-Medium; }
@font-face {
  src: url(../fonts/GraphikLCG-Regular.otf);
  font-family: GraphikLCG-Regular; }
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat; }

a {
  color: inherit; }

.hidden {
  opacity: 0;
  cursor: default; }

.bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/background2.jpg);
  background-size: cover;
  background-position: center;
  -webkit-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
  opacity: .7;
  z-index: -1; }

.logos {
  position: fixed;
  right: 0;
  height: 100vh;
  width: calc(100vh * 0.391041162);
  background-image: url(../img/shape.svg);
  background-position: right;
  background-size: cover;
  padding: 15px 15px;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 10; }
  .logos .dosugLogo a {
    display: block;
    background-image: url(../img/dosug-logo.png);
    background-size: contain;
    width: 134px;
    height: 33px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out; }
    .logos .dosugLogo a:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .logos .acuvueLogo {
    width: 177px;
    font-family: GraphikLCG-Regular;
    font-size: 10px;
    color: #01468C;
    line-height: 15px;
    text-align: right;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .logos .acuvueLogo a {
      display: block;
      background-image: url(../img/acuvue-logo.png);
      background-size: contain;
      width: 177px;
      height: 31px;
      -webkit-transition: .1s ease-in-out;
      transition: .1s ease-in-out;
      margin: 5px 0; }
      .logos .acuvueLogo a:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
    .logos .acuvueLogo .small {
      font-size: 7px;
      line-height: 10px; }
  .logos .protiv {
    position: fixed;
    width: 400px;
    bottom: 26px;
    margin: 0 300px 0 0;
    left: 15px;
    font-size: 30px;
    line-height: 30px;
    font-family: GraphikLCG-Regular;
    color: #121212;
    opacity: .25; }

.contentWrapperFrame {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 9; }
  .contentWrapperFrame .contentWrapper {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    .contentWrapperFrame .contentWrapper .page0 {
      position: relative;
      width: 100vw;
      height: 100vh;
      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; }
      .contentWrapperFrame .contentWrapper .page0 .frame {
        position: relative;
        width: 507px;
        height: 507px;
        border: 3px solid #01468C;
        border-radius: 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; }
        .contentWrapperFrame .contentWrapper .page0 .frame .text {
          margin-top: 50px; }
          .contentWrapperFrame .contentWrapper .page0 .frame .text h2 {
            font-family: GraphikLCG-Regular;
            font-size: 24px;
            color: #01468C;
            letter-spacing: 0.8px;
            line-height: 40px;
            text-transform: uppercase;
            text-align: center; }
          .contentWrapperFrame .contentWrapper .page0 .frame .text h3 {
            font-family: GraphikLCG-Bold;
            font-size: 40px;
            color: #01468C;
            letter-spacing: 0.8px;
            line-height: 50px;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 20px; }
          .contentWrapperFrame .contentWrapper .page0 .frame .text p {
            font-family: GraphikLCG-Regular;
            font-size: 16px;
            color: #01468C;
            letter-spacing: 0.3px;
            line-height: 24px;
            text-align: center;
            margin-bottom: 50px; }
          .contentWrapperFrame .contentWrapper .page0 .frame .text div {
            font-family: GraphikLCG-Medium;
            font-size: 15px;
            color: #01468C;
            letter-spacing: 0.7px;
            line-height: 20px;
            width: 100%;
            text-align: center;
            cursor: pointer; }
            .contentWrapperFrame .contentWrapper .page0 .frame .text div:hover {
              text-decoration: underline; }
    .contentWrapperFrame .contentWrapper .page {
      position: relative;
      width: 100vw;
      height: 100vh;
      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;
      z-index: 9; }
      .contentWrapperFrame .contentWrapper .page .testWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .contentWrapperFrame .contentWrapper .page .testWrapper .textText {
          width: 470px;
          margin-right: 50px; }
          .contentWrapperFrame .contentWrapper .page .testWrapper .textText h2 {
            font-family: GraphikLCG-Regular;
            font-size: 55px;
            color: #01468B;
            letter-spacing: 1.15px;
            line-height: 59px;
            margin-bottom: 20px; }
          .contentWrapperFrame .contentWrapper .page .testWrapper .textText p {
            font-family: GraphikLCG-Regular;
            font-size: 16px;
            color: #01468B;
            letter-spacing: 0.33px;
            line-height: 24px;
            margin-bottom: 20px; }
          .contentWrapperFrame .contentWrapper .page .testWrapper .textText .formUl {
            list-style: none;
            margin: 20px 0 30px 0;
            padding: 0;
            overflow: hidden; }
            .contentWrapperFrame .contentWrapper .page .testWrapper .textText .formUl li {
              display: block;
              position: relative;
              float: left;
              width: 100%;
              height: 40px; }
              .contentWrapperFrame .contentWrapper .page .testWrapper .textText .formUl li input[type=radio] {
                position: absolute;
                visibility: hidden; }
              .contentWrapperFrame .contentWrapper .page .testWrapper .textText .formUl li label {
                display: block;
                position: relative;
                font-family: GraphikLCG-Medium;
                font-size: 20px;
                line-height: 45px;
                color: #01468B;
                padding: 0 25px 0 35px;
                z-index: 9;
                cursor: pointer;
                -webkit-transition: all 0.25s linear; }
              .contentWrapperFrame .contentWrapper .page .testWrapper .textText .formUl li .check {
                display: block;
                position: absolute;
                border: 2px solid #01468B;
                border-radius: 100%;
                margin-top: 10px;
                height: 20px;
                width: 20px;
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear; }
              .contentWrapperFrame .contentWrapper .page .testWrapper .textText .formUl li:hover .check {
                border: 5px solid #01468B; }
            .contentWrapperFrame .contentWrapper .page .testWrapper .textText .formUl input[type=radio]:checked ~ .check {
              border: 10px solid #01468B; }
          .contentWrapperFrame .contentWrapper .page .testWrapper .textText div, .contentWrapperFrame .contentWrapper .page .testWrapper .textText button {
            font-family: GraphikLCG-Medium;
            font-size: 15px;
            color: #01468B;
            letter-spacing: 0.71px;
            line-height: 20px;
            background-color: rgba(0, 0, 0, 0);
            border: 0px;
            padding: 0;
            cursor: pointer; }
            .contentWrapperFrame .contentWrapper .page .testWrapper .textText div:focus, .contentWrapperFrame .contentWrapper .page .testWrapper .textText button:focus {
              outline: none !important; }
            .contentWrapperFrame .contentWrapper .page .testWrapper .textText div:hover, .contentWrapperFrame .contentWrapper .page .testWrapper .textText button:hover {
              text-decoration: underline; }
        .contentWrapperFrame .contentWrapper .page .testWrapper .testImage {
          width: 500px;
          height: auto; }

.qimg1 {
  width: 500px;
  height: 333px;
  background-image: url(../img/question1.png);
  background-size: cover;
  z-index: 99; }
  .qimg1 .selectCircles {
    position: absolute;
    width: 312px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .qimg1 .selectCircles .selectCircle {
      opacity: 0;
      position: relative;
      width: 35px;
      height: 35px;
      border: 2px solid #ffffff;
      border-radius: 100%; }
  .qimg1 #sc1 {
    margin-left: 122px;
    margin-top: 122px; }
  .qimg1 #sc2 {
    margin-left: 185px;
    margin-top: 190px; }
  .qimg1 #sc3 {
    margin-left: 2px;
    margin-top: 70px; }
  .qimg1 #sc4 {
    margin-left: 81px;
    margin-top: 85px; }
  .qimg1 #sc5 {
    margin-left: 88px;
    margin-top: 230px; }

.qimg3 {
  width: 500px;
  height: 333px;
  background-image: url(../img/question3.jpg);
  background-size: contain;
  z-index: 99; }
  .qimg3 .selectCircle3 {
    opacity: 0;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #000000;
    border-radius: 100%; }
  .qimg3 #sc_31 {
    margin-left: 275px;
    margin-top: 71px; }
  .qimg3 #sc_32 {
    margin-left: 84px;
    margin-top: 141px; }

.qimg8 {
  width: 500px;
  height: 333px;
  background-image: url(../img/question8.jpg);
  background-size: cover;
  z-index: 99; }
  .qimg8 .selectCircles {
    position: absolute;
    width: 312px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .qimg8 .selectCircles .selectCircle {
      opacity: 0;
      position: relative;
      width: 35px;
      height: 35px;
      border: 2px solid #ffffff;
      border-radius: 100%; }
  .qimg8 #sc_81 {
    margin-left: 41px;
    margin-top: 90px; }
  .qimg8 #sc_82 {
    margin-left: 192px;
    margin-top: 113px; }
  .qimg8 #sc_83 {
    margin-left: 30px;
    margin-top: 157px; }
  .qimg8 #sc_84 {
    margin-left: 66px;
    margin-top: 135px; }
  .qimg8 #sc_85 {
    margin-left: 6px;
    margin-top: 295px; }

.qimg7 {
  width: 500px;
  height: 333px;
  background-image: url(../img/question7.jpg);
  background-size: contain;
  z-index: 99; }
  .qimg7 .selectCircle7 {
    opacity: 0;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #ffffff;
    border-radius: 100%; }
  .qimg7 #sc_71 {
    margin-left: 320px;
    margin-top: 169px; }

.lastpage {
  position: relative;
  width: 100vw;
  height: 100vh;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .lastpage .text {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  .lastpage .results {
    font-family: GraphikLCG-Regular;
    font-size: 55px;
    color: #01468B;
    letter-spacing: 1.15px;
    line-height: 59px;
    margin-bottom: 20px; }
  .lastpage .resultsP {
    width: 580px;
    font-family: GraphikLCG-Regular;
    font-size: 16px;
    color: #01468B;
    letter-spacing: 0.33px;
    line-height: 24px;
    margin-bottom: 10px; }
  .lastpage img {
    width: 400px;
    height: auto;
    margin: 0px 90px; }
  .lastpage .greenbutton {
    display: block;
    width: 340px;
    height: 55px;
    margin: auto;
    margin-top: 50px;
    background: #01468C;
    border-radius: 5px;
    cursor: pointer;
    font-family: GraphikLCG-Regular;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    line-height: 55px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in; }
    .lastpage .greenbutton:hover {
      -webkit-box-shadow: 0 1px 4px 0 #9b9b9b;
              box-shadow: 0 1px 4px 0 #9b9b9b;
      -webkit-transform: scale(1.01);
              transform: scale(1.01); }
  .lastpage .protiv2 {
    width: 580px;
    font-family: GraphikLCG-Regular;
    font-size: 8px;
    color: #01468B;
    letter-spacing: 0.33px;
    line-height: 10px;
    margin-bottom: 10px;
    margin-top: 20px; }
  .lastpage .back {
    font-family: GraphikLCG-Regular;
    font-size: 14px;
    color: #01468B;
    opacity: .7;
    letter-spacing: 0.33px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px; }

#sc11, #sc12, #sc_811, #sc_812 {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  opacity: .6;
  cursor: pointer; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
.socialWrapper {
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px; }
  .socialWrapper p {
    display: block;
    text-align: center;
    opacity: .6; }

@media (max-width: 1285px) {
  .logos {
    padding: 20px 15px; }

  .lastpage .text {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
@media (max-width: 1024px) {
  .contentWrapperFrame .contentWrapper .page .testWrapper {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
@media (max-width: 768px) {
  .contentWrapperFrame .contentWrapper .page .testWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contentWrapperFrame .contentWrapper .page .testWrapper .textText {
      margin-bottom: 50px; }

  .logos {
    right: -90px;
    padding: 30px 110px;
    background-image: none; }
    .logos .dosugLogo a {
      width: 100px; }
    .logos .acuvueLogo {
      width: 100px; }
      .logos .acuvueLogo a {
        width: 90px;
        margin: 0; }
      .logos .acuvueLogo .small {
        font-size: 5px;
        line-height: 7px; } }
@media (max-width: 736px) {
  .contentWrapperFrame .contentWrapper .page .testWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: scale(0.45);
            transform: scale(0.45); }

  .lastpage .text {
    -webkit-transform: scale(0.35);
            transform: scale(0.35); }
    .lastpage .text img {
      width: 380px;
      height: auto;
      margin: 0px 103px; }
    .lastpage .text .results {
      font-size: 48px; }

  .page0 .frame {
    min-width: 507px;
    -webkit-transform: scale(0.45);
            transform: scale(0.45); }

  .logos .protiv {
    width: 520px;
    left: 5px;
    bottom: 5px;
    margin: 0 130px 0 0;
    font-size: 20px;
    line-height: 20px; }
  .logos .dosugLogo a {
    background-image: url(../img/dosug-logo2.png); } }
@media (max-width: 414px) {
  .contentWrapperFrame .contentWrapper .page .testWrapper .textText h2 {
    margin-bottom: 5px; }

  .contentWrapperFrame .contentWrapper .page .testWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    margin-bottom: 130px; }

  .contentWrapperFrame .contentWrapper .page .testWrapper .testImage {
    margin-top: -30px; }

  .contentWrapperFrame .contentWrapper .page .testWrapper .textText .formUl {
    margin-bottom: 20px; }

  .page0 .frame {
    min-width: 507px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    margin-bottom: 150px; }

  .lastpage .text {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
    margin-bottom: 150px; }

  .logos {
    right: -110px;
    padding: 10px 120px; }
    .logos .dosugLogo a {
      width: 70px;
      height: 18px; }
    .logos .acuvueLogo {
      font-size: 6px;
      line-height: 16px; }
      .logos .acuvueLogo a {
        width: 75px;
        height: 14px; }

  .lastpage .greenbutton {
    width: 430px;
    height: 58px;
    font-size: 25px;
    line-height: 58px; }

  .socialWrapper {
    margin-top: 35px;
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
    .socialWrapper .resultsP {
      margin-bottom: 0; }

  .social-likes, .social-likes__widget_single {
    -webkit-transform: scale(0.8) !important;
            transform: scale(0.8) !important; }

  .logos .protiv {
    margin-left: 10px;
    width: 290px;
    font-size: 15px;
    line-height: 15px;
    left: 3px;
    bottom: 7px; } }
@media (max-width: 320px) {
  .page0 .frame {
    min-width: 507px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  .contentWrapperFrame .contentWrapper .page .testWrapper {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  .lastpage .text {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  .logos {
    right: -80px;
    padding: 16px 85px; }
    .logos .dosugLogo a {
      width: 70px;
      height: 18px; }
    .logos .acuvueLogo {
      font-size: 6px;
      line-height: 16px; }
      .logos .acuvueLogo a {
        width: 75px;
        height: 14px; } }
