/* 
  ver IV
*/

/* ------------------------------------------------------------ *\
    01. Fonts
\* ------------------------------------------------------------ */

@font-face {
  font-family: "EF Circular";
  src: url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Book.eot");
  src: url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Book.eot?#iefix") format("embedded-opentype"), url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Book.woff") format("woff"), url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Book.woff2") format("woff2");
  font-weight: 450;
  font-style: normal;
}

@font-face {
  font-family: "EF Circular";
  src: url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Bold.eot");
  src: url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Bold.eot?#iefix") format("embedded-opentype"), url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Bold.woff") format("woff"), url("https://efdigitalmarketing.github.io/templates/assets/fonts/EFcircular/EFCircular-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

/* ------------------------------------------------------------ *\
    01. Base Css
\* ------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  outline: 0 none;
  padding: 0;
}

*:focus {
  outline: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

img,
iframe {
  border: 0 none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

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

abbr {
  text-decoration: none;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  letter-spacing: 0.25 !important;
  line-height: 1.6 !important;
}

body,
p,
div,
span,
i,
label,
h1,
h2,
h3,
h4,
h5,
h6,
bold,
strong,
a,
b,
button,
.button,
input,
select,
textarea,
option {
  font-family: EF Circular, Helvetica, Open Sans, Gill Sans MT, Gill Sans, Corbel, Arial, "sans-serif";
}

#wrapper {
  margin: 0 auto !important;
  width: 100% !important;
  float: left;
  padding: 0;
  overflow-x: hidden;
}

.button,
button {
  width: auto;
  text-align: center;
  border-radius: 100px;
  padding: 15px 24px;
  border: 1px solid transparent;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  display: inline-flex;
  justify-content: center;
}

.centerWrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.deskShow {
  display: block;
}
.mobShow {
  display: none !important;
}

@media all and (max-width: 768px) {
  .button,
  button {
    /* width: calc(100% - 24px); */
    width: 100%;
    max-width: initial;
  }

  .deskShow {
    display: none !important;
  }
  .mobShow {
    display: block !important;
  }
}

/* ------------------------------------------------------------ *\
    loader
\* ------------------------------------------------------------ */

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0075e1;
  transition: 1s 0.4s;
}

.loaderCenter {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.loaderCon {
  width: 100%;
  float: left;
  padding: 0 15px;
  position: relative;
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}

.loaderimag {
  width: 100%;
  float: left;
  padding-bottom: 0;
  text-align: center;
}

.loaderimag img {
  width: 50%;
}

#loadertxt {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
  font-size: 13px;
}

#progress {
  height: 1px;
  background: #fff;
  position: relative;
  width: 0;
  float: left;
  transition: 1s;
}

#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: relative;
  float: left;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
}

@media all and (max-width: 768px) {
  .loaderimag img {
    width: auto;
    max-width: 100%;
  }
}

/* ------------------------------------------------------------ *\
    Header Section
\* ------------------------------------------------------------ */

.bgPos {
  position: relative !important;
}

/* ------------------------------------------------------------ *\
    Hero Section
\* ------------------------------------------------------------ */

.heroSection {
  width: 100vw;
  height: auto;
  float: left;
  position: relative;
}

.start-video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../jpg/herodeskbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
}

.vidZindex {
  z-index: 1;
}

.start-video-area:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.videoSize {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: fill;
  object-fit: fill;
  background: #ffffff;
}

.heroSection .videoSize {
  width: 100%;
  height: 800px;
  top: initial;
  left: initial;
  min-width: initial;
  min-height: initial;
  transform: initial;
}

.heroContent {
  width: 100%;
  height: 700px;
  float: left;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.heroContent h1 {
  width: 100%;
  float: left;
  font-weight: 450;
  font-size: 88px;
  line-height: 90px;
  max-width: 630px;
  letter-spacing: -2.5px;
  text-align: left;
  color: #222;
  padding-bottom: 34px;
}

.cs-mkt .heroContent h1,
.de-mkt .heroContent h1,
.pt-mkt .heroContent h1,
.pl-mkt .heroContent h1,
.ru-mkt .heroContent h1,
.fr-mkt .heroContent h1 {
  font-weight: 450;
  font-size: 50px;
  line-height: 52px;
}

.heroContent p {
  width: 100%;
  text-align: left;
  float: left;
  font-weight: 450;
  font-size: 32px;
  line-height: 38px;
  max-width: 630px;
  letter-spacing: -0.6px;
  color: #222;
  padding-bottom: 50px;
}

.btnArea {
  width: 100%;
  float: left;
  text-align: left;
}

.heroBtn {
  background: #0075e1;
  color: #fff;
}

@media all and (max-width: 768px) {
  .heroSection {
    width: 100vw;
    height: auto;
    float: left;
    padding-bottom: 1px;
  }

  .start-video-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../jpg/heromobbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }

  .videoSize {
    min-height: 100%;
  }

  .heroContent h1 {
    font-size: 66px;
    line-height: 66px;
    letter-spacing: -2px;
    color: #222222;
    padding-bottom: 8px;
  }

  .cs-mkt .heroContent h1,
  .de-mkt .heroContent h1,
  .pt-mkt .heroContent h1,
  .pl-mkt .heroContent h1,
  .ru-mkt .heroContent h1,
  .fr-mkt .heroContent h1 {
    font-weight: 450;
    font-size: 50px;
    line-height: 52px;
  }

  .heroContent p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #222;
    padding-bottom: 32px;
  }
}

@media all and (max-width: 330px) {
  .heroContent h1 {
    margin-top: 0;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -3px;
    padding-bottom: 10px;
  }
  .cs-mkt .heroContent h1,
  .de-mkt .heroContent h1,
  .pt-mkt .heroContent h1,
  .pl-mkt .heroContent h1,
  .ru-mkt .heroContent h1,
  .fr-mkt .heroContent h1 {
    font-weight: 450;
    font-size: 50px;
    line-height: 52px;
  }
}

/* ------------------------------------------------------------ *\
    About Section
\* ------------------------------------------------------------ */
.aboutSection {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
}

.aboutContent {
  width: 100%;
  float: left;
}

.aboutContent h1 {
  width: 100%;
  float: left;
  font-weight: 450;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #191919;
  padding-bottom: 8px;
}

.aboutContent p {
  width: 100%;
  float: left;
  font-weight: 450;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: left;
  color: #191919;
  padding-bottom: 32px;
}

.aboutPoints {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pointRow {
  width: 30%;
}

.pointRow:first-child {
  width: 45%;
}

.pointRow h1 {
  font-weight: 450;
  font-size: 56px;
  line-height: 60px;
  text-align: left;
  letter-spacing: -1.75px;
  color: #191919;
}

.pointRow p {
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  letter-spacing: -0.4px;
  color: #191919;
  padding-bottom: 0;
}

@media all and (max-width: 768px) {
  .aboutSection {
    padding: 66px 0 110px;
    height: auto;
    z-index: 1;
  }

  .aboutPoints {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .pointRow {
    width: 100%;
    float: left;
    padding-bottom: 32px;
  }

  .pointRow:first-child {
    width: 100%;
  }

  .pointRow:last-child {
    padding-bottom: 0;
  }
}

/* ------------------------------------------------------------ *\
    About Test Section
\* ------------------------------------------------------------ */

.abtTestSection {
  width: 100vw;
  height: auto;
  float: left;
  position: relative;
  padding: 100px 0;
}

.abtTest-video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../jpg/abttestdeskbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
}

.abtTest-video-area:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#abtTestVideoArea .videoSize {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate(0);
  -o-object-fit: fill;
  object-fit: fill;
  background: #ffffff;
}

.abtTestContent {
  width: 100%;
  height: 500px;
  float: left;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.abtTestContent h1 {
  width: 100%;
  float: left;
  font-weight: 450;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1px;
  text-align: center;
  color: #191919;
  padding-bottom: 34px;
}

.abtTestContent ul {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.abtTestContent ul li {
  width: 100%;
  float: left;
}

.abtTestIcons {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 18px;
}

.abtTestIcons img {
  max-width: 48px;
  max-height: 48px;
}

.abtTestContent ul li p {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  float: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #191919;
  text-align: center;
}

.abtTestBtnArea {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 32px;
}

.abtTestBtn {
  background: #0075e1;
  color: #fff;
}

@media all and (max-width: 768px) {
  .abtTestSection {
    width: 100vw;
    height: auto;
    padding: 0;
    float: left;
    margin-top: 149px;
  }

  .abtTest-video-poster {
    position: absolute;
    width: 100%;
    height: 700px;
    background: url("../jpg/abttestmobbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -162px;
  }

  .abtTestContent {
    display: inline;
    height: auto;
    margin-top: -145px;
  }

  #abtTestVideoArea .videoSize {
    position: absolute;
    width: auto;
    height: 1100px;
    top: -100%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translate(0);
    -o-object-fit: fill;
    object-fit: fill;
    background: #ffffff;
  }

  .abtTestContent h1 {
    text-align: left;
    padding-bottom: 32px;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.5px;
  }

  .abtTestContent ul {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .abtTestContent ul li {
    padding-bottom: 33px;
  }

  .abtTestIcons {
    text-align: left;
    padding-bottom: 9px;
  }

  .abtTestContent ul li p {
    max-width: initial;
    margin: 0;
    float: left;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }

  .abtTestBtnArea {
    padding-top: 0;
  }
}

/* ------------------------------------------------------------ *\
    Test Req Section
\* ------------------------------------------------------------ */

.testReqSection {
  width: 100vw;
  height: auto;
  float: left;
  position: relative;
  margin-top: 0;
  padding: 20px 0 62px;
}

.testReqContent {
  width: 100%;
  float: left;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.testReqContent h1 {
  width: 100%;
  float: left;
  font-weight: 450;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1px;
  text-align: left;
  color: #191919;
  padding-bottom: 34px;
}

.testReqContent ul {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.testReqContent ul li {
  width: 100%;
  float: left;
}

.testReqIcons {
  width: 100%;
  float: left;
  text-align: left;
  padding-bottom: 24px;
}

.testReqIcons img {
  max-width: 48px;
  max-height: 48px;
}

.testReqContent ul li h2 {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #191919;
  text-align: left;
}

.testReqContent ul li p {
  width: 100%;
  max-width: 300px;
  float: left;
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #191919;
  text-align: left;
}

.testReqBtnArea {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 32px;
}

.testReqBtn {
  background: #0075e1;
  color: #fff;
}

@media all and (max-width: 768px) {
  .testReqSection {
    width: 100vw;
    height: auto;
    float: left;
    margin-top: 0;
    padding: 96px 0 46px;
  }

  .testReqContent h1 {
    text-align: left;
    padding-bottom: 32px;
    font-weight: 450;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.5px;
  }

  .testReqContent ul {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .testReqContent ul li {
    padding-bottom: 36px;
  }

  .testReqIcons {
    padding-bottom: 12px;
  }

  .testReqContent ul li h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }

  .testReqContent ul li p {
    font-weight: 450;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }

  .testReqBtnArea {
    padding-top: 0;
  }
}

/* ------------------------------------------------------------ *\
    reminder Section
\* ------------------------------------------------------------ */

.remindSection {
  width: 100vw;
  height: auto;
  float: left;
  position: relative;
  background: #0075e1;
  padding: 64px 0;
}

.remindContent {
  width: 100%;
  float: left;
}

.remindContent h1 {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 32px;
  font-weight: 450;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1px;
  color: #fff;
}

.remindBtnArea {
  width: 100%;
  float: left;
  text-align: center;
}

.remindBtn {
  border: 1px solid #fff;
  color: #fff;
}

@media all and (max-width: 768px) {
  .remindSection {
    padding: 48px 0;
  }

  .remindContent h1 {
    font-weight: 450;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.5px;
  }
}

/* ------------------------------------------------------------ *\
    Main Section
\* ------------------------------------------------------------ */

.mainFormSection {
  width: 100%;
  float: left;
  padding: 94px 0 50px;
}

.mainFormContent {
  width: 100%;
  max-width: 660px;
  float: left;
}

.mainFormContent h1 {
  width: 100%;
  float: left;
  text-align: left;
  font-weight: 450;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1px;
  color: #191919;
  padding-bottom: 32px;
}

#main-form-wrapper {
  width: 100%;
  float: left;
}

#main-form-wrapper.defaultTheme .ef-form-submit {
  background: #0075e1;
}

@media all and (max-width: 768px) {
  .mainFormContent h1 {
    font-weight: 450;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.6px;
  }

  .defaultTheme .ef-form-submit {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
    Page Click Form Page
\* ------------------------------------------------------------ */

.FormPage {
  width: 100vw;
  float: left;
  position: relative;
  padding: 150px 0 50px;
  overflow: hidden;
}

.FormPage-video-poster {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: url("../jpg/formdeskbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}

.FormPage .videoSize {
  position: absolute;
  width: auto;
  height: 1100px;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100vh;
  transform: translateX(-50%) translateY(0%);
  -o-object-fit: fill;
  object-fit: fill;
}

.FormPageContent {
  width: 100%;
  max-width: 550px;
  float: left;
  position: relative;
  z-index: 3;
}

.FormPageContent h1 {
  width: 100%;
  float: left;
  text-align: left;
  font-weight: 450;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.6px;
  color: #222;
  padding-bottom: 32px;
}

.form-wrapper {
  width: 100%;
  float: left;
  min-height: 100vh;
}

#click-form-wrapper .ef-form-wantsBrochure-wrapper {
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding-bottom: 24px;
  margin-bottom: 15px;
}

.wantBrochureImage {
  width: 100%;
  min-height: 211px;
  background: url("../jpg/brochurecheckimage.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 24px;
}

#click-form-wrapper #campaign-qq-lang-wantsBrochure + span[for="campaign-qq-lang-wantsBrochure"] {
  margin-left: 24px;
}

#click-form-wrapper .ef-boolean__label span[for="campaign-qq-lang-wantsBrochure"] {
  padding-right: 24px;
}

#click-form-wrapper .defaultTheme .ef-form-group input,
#click-form-wrapper .defaultTheme .ef-form-group select,
#click-form-wrapper .defaultTheme .ef-form-group textarea,
#click-form-wrapper .defaultTheme .ef-form-birthDate-wrapper select,
#click-form-wrapper .defaultTheme .ef-boolean__element,
#click-form-wrapper .defaultTheme .ef-boolean__input:checked:not(:disabled):not([disabled]) ~ .-checkbox,
#click-form-wrapper .defaultTheme .ef-boolean__input:checked:not(:disabled):not([disabled]) ~ .-radio,
#click-form-wrapper .defaultTheme .ef-boolean__input:checked:not(:disabled):not([disabled]) ~ .-switch {
  border: 1px solid #d4d4d4;
}

.defaultTheme .ef-form-submit {
  background: #0075e1;
}

@media all and (max-width: 768px) {
  .FormPage {
    padding: 100px 0 50px;
  }
  .FormPage-video-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../jpg/formmobbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
  }

  .FormPage .videoSize {
    position: absolute;
    width: auto;
    height: auto;
    top: 30%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    -o-object-fit: fill;
    object-fit: fill;
    background: #ffffff;
  }

  .FormPageContent h1 {
    padding-bottom: 21px;
    font-weight: 450;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.6px;
  }

  #click-form-wrapper #campaign-qq-lang-wantsBrochure + span[for="campaign-qq-lang-wantsBrochure"] {
    margin-left: 20px;
  }

  #click-form-wrapper .ef-boolean__label span[for="campaign-qq-lang-wantsBrochure"] {
    width: 80%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ef-boolean__label {
    line-height: 18px !important;
  }
}

/* ------------------------------------------------------------ *\
    Result Hero Section
\* ------------------------------------------------------------ */

.resheroSection {
  width: 100vw;
  height: auto;
  float: left;
  position: relative;
}

.result-video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../jpg/resdeskbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
}

.result-video-area:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.resheroContent {
  width: 100%;
  height: 550px;
  float: left;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

.resHeroLeft {
  width: 70%;
  float: left;
}

.resHeroLeft h3 {
  width: 100%;
  float: left;
  font-weight: 450;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.45px;
  color: #191919;
  text-align: left;
}

.resHeroLeft h1 {
  width: 100%;
  float: left;
  font-weight: 450;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -1.75px;
  color: #191919;
  text-align: left;
  padding: 8px 0;
}

.resHeroLeft p {
  width: 100%;
  float: left;
  font-weight: 450;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #191919;
  text-align: left;
  padding-bottom: 32px;
}

.resultDetails {
  width: 100%;
  float: left;
  padding-right: 30px;
}

.resultBreakRow {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.resultBreakRow h4,
.resultBreakRow p {
  width: 100%;
  float: left;
  text-align: left;
  font-weight: 450;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #191919;
  padding-bottom: 0;
}

.resultBreakRow h4 span {
  margin-right: 5px;
}

.resHeroRight {
  width: 30%;
  float: left;
}

.circleWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.resHeroLeft li {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #737373;
  text-align: left;
  padding-bottom: 8px;
}

.resHeroLeft li.active {
  color: #0075e1;
}

.resPerc {
  font-weight: 700;
  font-size: 72px;
  line-height: 76px;
  letter-spacing: -1px;
  color: #0075e1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media all and (max-width: 768px) {
  .resheroSection {
    width: 100vw;
    height: auto;
    float: left;
  }

  .result-video-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../jpg/resmobbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
  }

  .resheroContent {
    height: auto;
    padding-top: 100px;
  }

  .resHeroLeft {
    width: 100%;
  }

  .resHeroLeft p {
    padding-bottom: 24px;
  }

  .resHeroLeft a {
    margin-top: 24px;
  }

  .circleWrapper {
    float: left;
  }

  .resHeroLeft ul {
    float: left;
    padding-top: 32px;
  }

  .resHeroLeft li {
    text-align: left;
  }

  .resHeroLeft .circleWrapper.mobShow {
    display: block !important;
  }

  .chart {
    width: 300px;
    height: 300px;
    position: relative;
  }

  canvas {
    position: absolute;
    left: 0;
  }
  .resHeroLeft h1.resPerc {
    font-weight: 700;
    font-size: 72px;
    line-height: 76px;
    letter-spacing: -1px;
    color: #0075e1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .resultDetails {
    padding-right: 0;
    padding-top: 32px;
  }

  .resultBreakRow h4,
  .resultBreakRow p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.45px;
  }
}

/* ------------------------------------------------------------ *\
    Resource Section
\* ------------------------------------------------------------ */

.resourceSection {
  width: 100%;
  float: left;
  padding: 96px 0 50px;
  position: relative;
}

.resourceContent {
  width: 100%;
  float: left;
}

.resourceContent h1.secTitle {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 450;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1.2px;
  color: #222222;
  padding-bottom: 8px;
}

.resourceContent p.secDesc {
  width: 100%;
  float: none;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-weight: 450;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #222222;
  padding-bottom: 32px;
}

.resourceCardBlock {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.resourceCards {
  width: 50%;
  float: left;
}

.resourceCardImage {
  width: 100%;
  float: left;
  height: 280px;
}

.resourceCardImage img {
  width: 100%;
  height: 280px;
  object-fit: fill;
}

.resourceCardCon {
  width: 100%;
  float: left;
  padding: 24px 0;
}

.resourceCardCon h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.45px;
  color: #191919;
  padding-bottom: 8px;
}

.resourceCardCon p {
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #191919;
}

.resourceCardCon ul {
  margin: 0 0 0 20px;
  padding: 14px 0 0;
  list-style: disc;
}

.resourceCardCon li {
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #191919;
}

.resourceCardBtnArea {
  width: 100%;
  float: left;
  padding-top: 16px;
}

.resourceCardBtn {
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.card1btn {
  background: #0075e1;
  color: #fff;
}

.card2btn {
  background: #fff;
  color: #0075e1;
  border-color: #0075e1;
}

@media all and (max-width: 768px) {
  .resourceSection {
    padding: 55px 0;
    background: #fff;
    margin-top: 0;
  }

  .resourceContent h1.secTitle {
    font-weight: 450;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.5px;
    text-align: left;
  }

  .resourceContent p.secDesc {
    max-width: initial;
    margin: 0;
    float: left;
    font-weight: 450;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-align: left;
  }

  .resourceCardBlock {
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px;
    flex-wrap: nowrap;
  }

  .resourceCards {
    width: 100%;
  }

  .resourceCardImage {
    width: 100%;
    float: left;
    height: 196px;
  }

  .resourceCardImage img {
    width: 100%;
    height: 196px;
    object-fit: fill;
  }
}

/* ------------------------------------------------------------ *\
    caraousel Section
\* ------------------------------------------------------------ */

.sliderSection {
  width: 100%;
  float: left;
  background: #f8f6f5;
  padding: 64px 0 70px;
  position: relative;
}

.sliderContent {
  width: 100%;
  float: left;
}

.sliderContent h1 {
  font-weight: 450;
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  letter-spacing: -1.2px;
  color: #191919;
  padding-bottom: 8px;
}

.sliderContent p {
  max-width: 960px;
  margin: 0 auto;
  font-weight: 450;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.4px;
  color: #191919;
  padding-bottom: 32px;
}

.sliderBlock {
  width: 100%;
  float: left;
}

.sliderBlock ul li {
  position: relative;
  max-height: 530px;
  padding: 0 24px 0 0;
  cursor: pointer;
}

.sliderBlock ul li img {
  width: 100%;
  object-fit: cover;
  min-height: 530px;
}

.sliderBlock ul li .destName {
  left: 0;
  right: 24px;
  position: absolute;
  bottom: 0;
  padding: 32px 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.45px;
  color: #ffffff;
  background: linear-gradient(180.12deg, rgba(0, 0, 0, 0) 0.1%, rgba(0, 0, 0, 0.7225) 60.4%);
}

.sliderBtnArea {
  width: 100%;
  float: left;
  padding-top: 80px;
  text-align: center;
}

.sliderBtn {
  background: transparent;
  border: 1px solid #191919;
  color: #191919;
  padding: 6px 16px;
  font-weight: 450;
  font-size: 14px;
  line-height: 20px;
}

@media all and (max-width: 768px) {
  .sliderSection {
    padding: 48px 0;
  }

  .sliderContent h1 {
    text-align: left;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.5px;
  }

  .sliderContent p {
    max-width: initial;
    margin: 0;
    float: left;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }

  .sliderBlock ul li {
    padding: 0 16px 0 0;
  }
  .sliderBtn {
    width: auto;
  }
}

/* ------------------------------------------------------------ *\
    Result Book Consultation Section
\* ------------------------------------------------------------ */

.bookConsSection {
  width: 100vw;
  height: auto;
  float: left;
  position: relative;
  background: #fff;
  padding: 64px 0;
}

.bookConsContent {
  width: 100%;
  float: left;
}

.bookConsContent h1 {
  width: 100%;
  float: left;
  padding-bottom: 4px;
  font-weight: 450;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #191919;
}

.bookConsContent p {
  width: 100%;
  max-width: 595px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 32px;
  font-weight: 450;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #737373;
}

.bookConsBtnArea {
  width: 100%;
  float: left;
  text-align: center;
}

.bookConsBtn {
  background: #0075e1;
  color: #fff;
}

@media all and (max-width: 768px) {
  .bookConsSection {
    padding: 48px 0;
  }
  .bookConsContent h1 {
    text-align: left;
    font-weight: 450;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.5px;
  }

  .bookConsContent p {
    max-width: initial;
    margin: 0;
    float: left;
    text-align: left;
    font-weight: 450;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}

/* ------------------------------------------------------------ *\
    Slick Slider
\* ------------------------------------------------------------ */

.slider {
  width: 100%;
}

.slick-slide {
  margin: 0;
}

.slick-slide img {
  max-width: 100%;
  margin: 0 auto;
}
.slick-arrow {
  padding: 0;
  font-size: 0;
  text-indent: -4004px;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 1px solid #fff;
  background: #fff;
  line-height: 60px;
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0 2px 15px 0 rgb(25 25 25 / 16%);
}
.slick-prev::before,
.slick-next::before {
  color: black;
}

.slick-arrow:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #191919;
  border-right: 1px solid #191919;
  border-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -7px;
}

.slick-prev:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-left: -3px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-disabled {
  opacity: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  margin: 0 auto;
}

#destSlider .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/** dots **/

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.sliderBlock .slick-dots li {
  position: relative;
  max-height: initial;
  display: inline-block;
  float: none;
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #191919;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  background: rgba(0, 0, 0, 0.9);
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: -5px;

  width: 18px;
  height: 8px;

  content: " ";
  text-align: center;

  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
}

@media all and (max-width: 768px) {
  #destSlider .slick-list {
    padding: 0 36px 0 0 !important;
  }
  .slick-slide img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .slick-dots li button:before {
    width: 15px;
  }
}

/* ------------------------------------------------------------ *\
   Notifications
\* ------------------------------------------------------------ */

.notificationBlock {
  width: 100%;
  max-width: 320px;
  position: fixed;
  background: #eff6eb;
  bottom: -100%;
  transition: all 0.1s ease-in-out;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}

.notificationFull {
  width: 100%;
  float: left;
  position: relative;
}

.notificationCols {
  width: 100%;
  float: left;
  padding: 20px;
}

.notificationCheck {
  width: 10%;
  float: left;
  text-align: left;
}

.notificationCheck img {
  width: 13px;
  height: 10px;
}

.notificationCon {
  width: 80%;
  float: left;
}

.notificationCon h1 {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #191919;
}

.notificationCon p {
  width: 100%;
  float: left;
  font-weight: 450;
  font-size: 16px;
  line-height: 22px;
  color: #191919;
}

.notificationClose {
  width: 10%;
  float: left;
  text-align: left;
}

.notificationClose a {
  width: 100%;
  float: left;
  text-align: right;
}

.notificationClose a img {
  width: 11px;
  height: 11px;
}

.notificatioBar {
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 0;
  right: 0;
}

.notificationProgress {
  width: 100%;
  height: 5px;
  background: #5da335;
  float: left;
}

.showPop {
  bottom: 0;
}

/* ------------------------------------------------------------ *\
   Filter PopUp
\* ------------------------------------------------------------ */

.noScroll {
  overflow: hidden;
}

.filterBox {
  width: 100%;
  float: left;
  position: fixed;
  bottom: 0;
  top: 0;
  background: #faf8f4;
  z-index: 99999999;
  overflow-y: scroll;
  display: none;
}

.filterWrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.filterContent {
  width: 100%;
  float: left;
  height: auto;
}

.filterTopBar {
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.filterClose {
  width: auto;
  padding: 20px;
}

.filterClose img {
  width: 22px;
}

.filterCondition {
  width: 100%;
  float: left;
  padding-top: 10px;
}

.filterCondition h1 {
  text-align: left;
  font-weight: 450;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -1.75px;
  color: #191919;
  padding-bottom: 8px;
}

.filterCondition p {
  text-align: left;
  font-weight: 450;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #191919;
  padding-bottom: 32px;
}

.filterConditionRow {
  width: 100%;
  float: left;
  padding-bottom: 16px;
}

.filterConditionRow h3 {
  text-align: left;
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #191919;
  padding-bottom: 16px;
}

.filterConditionRow ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -12px;
}

.filterConditionRow ul li {
  padding-left: 12px;
  padding-right: 12px;
  flex-basis: 25%;
}

.filterCol {
  width: 100%;
  float: left;
  height: 100%;
  min-height: 155px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(25, 25, 25, 0.16), 0 2px 8px 0 rgba(25, 25, 25, 0.16);
  opacity: 0.3;
  border-radius: 5px;
  overflow: hidden;
}

.filterImage {
  width: 100%;
  float: left;
}

.filterImage img {
  max-width: 100%;
  object-fit: fill;
}

.filterData {
  width: 100%;
  float: left;
  padding: 20px;
}

.filterData h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #191919;
  padding-bottom: 8px;
}

.filterData h4 span {
  font-weight: 450;
}

.filterData span {
  font-weight: 450;
  font-size: 12px;
  line-height: 16px;
  color: #191919;
}

.hideFilter {
  display: none;
}

.selectedAge,
.selectedDuration,
.selectedTravel {
  opacity: 1;
}

.filterRedBtn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  z-index: 10;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.4s ease;
  display: none;
}

.filterRedBtn span {
  font-weight: 450;
  font-size: 98px;
  line-height: 98px;
  color: #fff;
  animation: modal_pulse 1s linear infinite;
}

@keyframes modal_pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  to {
    transform: scale(1);
  }
}

@media all and (max-width: 768px) {
  .filterContent {
    padding-bottom: 100px;
  }

  .filterCondition h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .filterConditionRow ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-around;
    justify-content: flex-start;
    margin: 0 -5px;
    align-items: stretch;
  }

  .filterConditionRow ul li {
    flex-basis: 50%;
    padding: 0 5px 10px;
  }

  .filterImage img {
    display: none;
  }

  .filterRedBtn {
    height: 110px;
  }

  .filterRedBtn span {
    font-size: 63px;
    line-height: 63px;
    letter-spacing: -2.5px;
  }
}

/* ------------------------------------------------------------ *\
    07. test Section
\* ------------------------------------------------------------ */
.testSection {
  width: 100%;
  float: left;
  min-height: calc(100vh - 55px);
  position: relative;
  padding: 0;
}

.testSection iframe {
  width: 100%;
  min-height: calc(100vh - 55px);
  height: auto;
  float: left;
  margin-right: 0;
}

@media all and (max-width: 884px) {
  .testSection {
    min-height: initial;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }

  .testSection iframe {
    min-height: initial;
    height: 100%;
    height: calc(var(--vh, 1vh) * 100);
    float: left;
    margin-right: 0;
  }

  .mobTestHeader {
    display: none !important;
  }
}

/* ------------------------------------------------------------ *\
    Tablet Screens
\* ------------------------------------------------------------ */
@media all and (min-width: 800px) and (max-width: 978px) {
  .heroContent {
    height: 85vh;
  }

  .heroContent h1 {
    margin-top: -100px;
  }

  .aboutSection {
    margin-top: -50px;
    z-index: 3;
  }

  .aboutPoints {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .testReqContent ul li p {
    padding-right: 30px;
  }

  .resheroContent {
    height: auto;
    padding-top: 100px;
  }

  .resHeroLeft {
    width: 100%;
  }

  .resHeroRight {
    display: none !important;
  }

  .resHeroLeft p {
    padding-bottom: 24px;
  }

  .resHeroLeft a {
    margin-top: 24px;
  }

  .circleWrapper {
    float: left;
  }

  .resHeroLeft li {
    text-align: left;
  }

  .resHeroLeft .circleWrapper.mobShow {
    display: block !important;
  }

  .chart {
    width: 300px;
    height: 300px;
    position: relative;
  }

  canvas {
    position: absolute;
    left: 0;
  }

  .resultDetails {
    padding-right: 0;
    padding-top: 32px;
  }

  .resultBreakRow h4,
  .resultBreakRow p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.45px;
  }

  .resourceSection {
    margin-top: 0;
    padding: 50px 0;
  }

  .resHeroLeft h1.resPerc {
    font-weight: 700;
    font-size: 72px;
    line-height: 76px;
    letter-spacing: -1px;
    color: #0075e1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 290px;
  }
}

/* ------------------------------------------------------------ *\
    Other Screens
\* ------------------------------------------------------------ */

@media all and (min-width: 1025px) and (max-width: 1201px) {
  .filterWrapper {
    max-width: 960px;
  }
}

@media all and (max-width: 1024px) {
  .centerWrapper,
  .filterWrapper {
    float: left;
    max-width: initial;
    padding: 0 24px;
    margin: 0;
  }
}

@media all and (min-width: 1500px) {
  .heroSection .videoSize {
    height: 900px;
  }

  .heroContent {
    height: 700px;
  }

  .resheroContent {
    height: 550px;
  }

  .aboutSection {
    padding: 50px 0 0;
    min-height: initial;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .form-wrapper {
    min-height: 50vh;
  }
}

@media all and (min-width: 2500px) {
  .aboutSection {
    padding: 70px 0 15px;
    min-height: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
  }

  .testReqSection {
    padding: 20px 0 62px;
  }
}
