html {
  scroll-behavior: smooth
}
#commonHeader, .heading-menu, #scroll, #allFea, #customers, .btmBar,.zsiq_floatmain {
  display: none !important;
}
.cysw {
  position: relative;
  padding: 100px 40px;
}
.cysw .wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.cysw .flex {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  grid-gap: 40px;
  width: 100%;
  margin: 32px 0 0;
}
.cysw .cta {
  font-family: 'ZohoPuvi';
  color: #fff;
  background-color: #E34950 !important;
  text-transform: uppercase;
  padding: 14px !important;
  line-height: normal !important;
  border-radius: 8px !important;
  min-width: 160px !important;
  width: fit-content !important;
  max-width: 100% !important;
  text-align: center;
  font-weight: 500;
  font-size: 16px !important;
  display: block;
  margin: auto !important;
  text-decoration: none;
  border: 1px solid transparent !important;
  cursor: pointer;
}
.cysw .cta.disabled {
  background-color: transparent !important;
  border-color: #fff !important;
  cursor: not-allowed !important;
}
.cysw .cta.disabled.msg {
  border-color: transparent !important;
  pointer-events: none !important;
}
.cysw .cta.disabled.msg:after {
  content: '';
  height: 5px;
  width: 0%;
  background-color: #afc1fd;
  display: block;
  border-radius: 5px;
  animation: loading 4s linear;
  margin: 5px 0 0;
}
.cysw .fbutton {
  margin: 24px 0 0;
  width: 100% !important;
}
@keyframes loading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.cysw .cta.disabled.msg:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}
.cysw .cta.disabled.msg.congrats:before {
  background-image: url("../images/party.svg");
  width: 24px;
  height: 24px;
}
.cysw .cta.disabled.msg.sorry:before {
  background-image: url("../images/cross.svg");
}
.cysw h1 {
  font-size: 60px;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
}
.cysw h2 {
  font-size: 30px;
  line-height: normal;
  color: #21398D !important;
  font-weight: 600;
  margin: 0 0 20px;
  text-align: center;
}
.cysw.dark h2 {
  color: #fff !important;
}
.cysw h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px !important;
  line-height: 28px;
}
.cysw p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 300;
  margin: 0 auto 20px;
}
.cysw p strong {
  font-weight: 500;
}
.cysw h1 + p {
  font-size: 20px;
  line-height: 36px;
}
.cysw p mark {
  background-color: #9fddf3;
  padding: 0 5px;
  margin: 0 5px;
  font-weight: 500;
}
.cysw h2 ~ p {
  text-align: center;
  max-width: 800px;
}
.cysw.dark p {
  color: #fff;
}
.cysw h1 strong {
  display: block;
  color: #9FDDF3;
  font-weight: 600;
}
.cysw.hero {
  background-color: #102779;
  min-height: 380px;
}
.cysw.hero:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/cysw-hero-bg.jpg);
  background-size: auto 90%;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 0;
}
.cysw.hero .caption {
  max-width: 700px;
}
.cysw.hero .brand {
  width: 200px;
  margin: 0 0 24px;
}
.cysw.hero .brand img {
  width: 100%;
}
.cysw.tab {
  position: sticky;
  top: 0;
  padding: 0;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 5px #0004;
}
.cysw.tab .flex {
  margin: 0;
}
.cysw.tab li {
  padding: 12px;
  font-size: 18px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
.cysw.tab li:hover {
  color: #112779;
}
.cysw.tab li.active {
  color: #112779;
  border-color: #112779;
}
.cysw.quiz {
  background-image: url(../images/cysw-quiz-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #E6ECFF;
  transition: all ease 750ms;
}
.cysw.quiz.active {
  padding: 160px 40px;
}
.cysw.quiz .flex {
  margin: 40px 0 0;
}
.cysw.quiz .box {
  width: 440px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 4px #0004;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  cursor: pointer;
  transition: all ease 350ms;
}
.cysw.quiz .box:hover {
  background-size: auto 110%;
}
.cysw.quiz .box h3 {
  max-width: 200px;
  margin: 0 !important;
}
.cysw.quiz .box.per {
  background-image: url(../images/cysw-quiz-personal-clip.png);
}
.cysw.quiz .box.work {
  background-image: url(../images/cysw-quiz-workplace-clip.png);
}
.cysw.quiz .modal {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #E6ECFF;
  padding: 4px;
  background-image: url(../images/cysw-quiz-modal-bg-1.svg);
  background-repeat: repeat-x;
  background-size: 1380px auto;
  background-position: bottom -220px left;
  display: flex;
  align-items: center;
  justify-content: right;
  overflow: hidden;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  margin: auto;
  opacity: 0;
  transition: all 350ms ease 450ms;
}
.cysw.quiz.active .modal {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  border-radius: 0;
  padding: 40px;
  opacity: 1;
  background-position: bottom left;
  transition: all 350ms ease;
}
.cysw.quiz .modal .flex {
  margin: 0;
  opacity: 0;
  transition: all 350ms ease;
}
.cysw.quiz.active .modal .flex {
  opacity: 1;
  transition: all 350ms ease 550ms;
}
.cysw.quiz .modal .quiz-clip {
  max-width: 400px;
}
.cysw.quiz .modal .quiz-clip img {
  max-width: 100%;
}
.cysw.quiz .modal .quiz-box {
  position: relative;
  background-color: #3C53A3;
  width: 620px;
  height: 520px;
  border-radius: 12px;
  padding: 40px;
  overflow: hidden;
}
.cysw.quiz .modal .quiz-box .close {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  font-size: 18px;
  z-index: 1;
  transition: all ease 350ms;
}
.cysw.quiz .modal .quiz-box .close:hover {
  transform: rotate(180deg);
}
.cysw.quiz .modal .quiz-box .intro {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #3c53a3;
    z-index: 2;
    padding: 40px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.cysw.quiz .modal .quiz-box .question {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cysw.quiz .modal .quiz-box .question.loading {
  position: relative;
}
.cysw.quiz .modal .quiz-box .question.loading:before {
  content: '';
  position: absolute;
  background-color: #3c53a3c7;
  top: -30px;
  bottom: -30px;
  left: -30px;
  right: -30px;
  z-index: 2;
  background-image: url(../../../../ems/images/icon/loading-1.gif);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center;
}
.cysw.quiz .modal .quiz-box .result {
  cursor: not-allowed;
}
.cysw.quiz .modal .quiz-box .result .ans-name.active.correct {
  background-color: #0fb150;
}
.cysw.quiz .modal .quiz-box .result .ans-name.active.correct:before {
  color: #0fb150;
}
.cysw.quiz .modal .quiz-box .result .ans-name.active.wrong {
  background-color: #E8505B;
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.cysw.quiz .modal .quiz-box .result .ans-name.active.wrong:before {
  color: #E8505B;
}
.cysw.quiz .modal .quiz-box .result .ans-name {
  pointer-events: none;
}
.cysw.quiz .modal .quiz-box .big .ans-name {
    padding: 10px 10px 10px 90px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.cysw.quiz .modal .quiz-box .ques-tag {
  color: #ffffff3d;
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 600;
}
.cysw.quiz .modal .quiz-box .ques-name {
  color: #fff !important;
  font-size: 20px;
  margin: 0 0 32px !important;
  font-weight: 300;
  line-height: 32px;
}
.cysw.quiz .modal .quiz-box .ans-set {
  width: 100%;
  margin: 0 0 20px;
}
.cysw.quiz .modal .quiz-box .ans-set.shake {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.cysw.quiz .modal .quiz-box .ans-set.img {
  display: flex;
  grid-gap: 24px;
}
.cysw.quiz .modal .quiz-box .ans-set.img img {
  max-width: 100%;
}
.cysw.quiz .modal .quiz-box .ans-name {
  background-color: #fff;
  border-radius: 16px;
  font-size: 16px;
  height: 40px;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 30px 30px 30px 90px;
  position: relative;
  line-height: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cysw.quiz .modal .quiz-box .ans-set.img .ans-name {
  padding: 30px 0px 30px 60px;
  height: 88px;
}
.cysw.quiz .modal .quiz-box .ans-set.img .ans-name.active img {
  filter: opacity(0.3);
}
.cysw.quiz .modal .quiz-box .ans-name:before {
  content: 'A';
  background-color: #AFC1FD;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: normal;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.cysw.quiz .modal .quiz-box .ans-name.ans-b:before {
  content: 'B';
}
.cysw.quiz .modal .quiz-box .ans-name.ans-c:before {
  content: 'C';
}
.cysw.quiz .modal .quiz-box .ans-name.active {
  background-color: #101C4B;
  color: #fff;
}
.cysw.quiz .modal .quiz-box .ans-name.active:before {
  background-color: #fff;
  color: #101c4b;
}
.cysw.quiz .modal .quiz-box .ans-name.active:after {
  content: "Selected Answer";
  position: absolute;
  right: 0;
  top: 0;
  color: #fff8;
  text-transform: uppercase;
  margin: 8px 12px;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 1px;
}
.cysw.quiz .modal .quiz-box .result .ans-name.correct.active {
  background-image: url(../../../../ems/images/icon/party-giphy-1.gif);
}
.cysw.quiz .modal .quiz-box .result .ans-name.wrong.active:after {
  content: "Selected Answer is Wrong";
}
.cysw.quiz .modal .quiz-box .result .ans-name.correct.active:after {
  content: "Selected Answer is Correct";
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] {
  align-items: flex-start;
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] h3 {
  color: #fff !important;
  text-align: center;
  width: 100%;
  font-size: 30px;
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] p {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 8px;
  font-weight: 200;
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] p + p {
  font-size: 12px;
  line-height: normal;
  color: #FFEB3B;
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] figure {
  width: 100%;
  display: flex;
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] figure img {
  width: 100px;
  margin: auto;
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] input, .cysw.quiz .modal .quiz-box .question[data-ques="form"] select {
  background-color: #fff !important;
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] input.cta {
  background-color: #E34950 !important;
  min-width: 240px !important;
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] .edi-btn {
  max-width: none;
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] inputgroup.half {
  width: 252px;
  margin: auto;
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] inputgroup.half + .half {
  margin-left: 20px;
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] inputgroup.half input {
  width: 91% !important;
}
.cysw.quiz .modal .quiz-box .question[data-ques="form"] inputgroup.focus label {
  color: #ffef09;
}
.cysw.comic {
  background-color: #0F2679;
}
.cysw.comic:after {
  content: '';
  background-image: url(../../../../ems/images/icon/bg-graphity-clip-9.svg);
  background-size: 100%;
  background-position: left bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: opacity(0.6);
}
.cysw.comic .wrapper {
  z-index: 1;
}
.cysw.comic .box {
  width: 700px;
  transition: all 350ms ease;
}
.cysw.comic .box:hover {
  transform: scale(1.03);
}
.cysw.comic .box img {
  width: 100%;
}
.cysw.comic .social-share {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  margin: 20px 0 0;
}
.cysw.comic .social-share:before {
  content: "Share";
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}
.cysw.comic .social-share a {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  background-color: #0866ff;
  padding: 4px;
  border-radius: 4px;
}
.cysw.comic .social-share a[alt="Facebook"] {
  background-color: #0866ff;
}
.cysw.comic .social-share a[alt="X"] {
  background-color: #000;
}
.cysw.comic .social-share a[alt="LinkedIn"] {
  background-color: #0a66c2;
}
.cysw.comic .social-share a img {
  width: 15px;
  max-height: 16px;
}
.cysw.register {
  background-color: #DAE2FE;
  background-image: url(../images/cysw-register-bg.png);
  background-repeat: no-repeat;
  background-size: auto 140%;
  background-position: left center;
  padding: 40px;
}
.cysw.register h2 {
  font-size: 28px;
}
.cysw.resources .flex {
  align-items: stretch;
  flex-wrap: wrap;
}
.cysw.resources .box {
  background-color: #F5F7FF;
  border-radius: 8px;
  padding: 40px;
  width: 180px;
  transition: all 350ms ease;
}
.cysw.resources .box:hover {
  transform: scale(1.03);
}
.cysw.resources .box h3 {
  min-height: 72px;
  font-size: 17px;
  line-height: 24px;
}
.cysw.resources .box img {
  width: 200px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(6px 6px 6px #0006);
  margin: 0 0 20px;
  border-radius: 8px;
}
.cysw.resources .box:nth-child(1) img {
  filter: drop-shadow(6px 6px 6px #0006) hue-rotate(5deg);
}
.cysw.resources .box:nth-child(2) img {
  filter: drop-shadow(6px 6px 6px #0006) hue-rotate(340deg);
}
.cysw.resources .box:nth-child(3) img {
  filter: drop-shadow(6px 6px 6px #0006) hue-rotate(310deg);
}
.cysw.resources .box:nth-child(4) img {
  filter: drop-shadow(6px 6px 6px #0006) hue-rotate(195deg);
}
.cysw.credit {
  background-color: #102779;
}
.cysw.credit .flex {
  margin: 12px 0 0;
}
.cysw.credit:before {
  content: '';
  background-image: url(../../../../ems/images/icon/bg-graphity-clip-9.svg);
  background-size: 100%;
  background-position: center top;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: opacity(0.6);
}
.cysw.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000de;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.cysw.modal .pop {
  position: relative;
  background-color: #fff;
  width: 350px;
  max-width: 90%;
  margin: auto;
  border-radius: 12px;
  padding: 20px;
}
.cysw.modal .pop h3 {
  text-align: center;
  margin: 0 auto !important;
  font-weight: 400;
  font-size: 18px;
  max-width: 250px;
  line-height: 24px;
}
.cysw.modal .pop p {
    margin: 10px auto 0;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    color: #518fbc;
    background-color: #f0f4ff;
    max-width: 234px;
    border-radius: 4px;
    padding: 4px 0;
}
.cysw.modal .pop .edi-btn {
  max-width: 300px;
}
.cysw.modal .pop .edi-btn input {
  width: 93% !important;
}
.cysw.modal .pop .close {
  background-color: #f8efef;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  font-size: 18px;
  z-index: 1;
  transition: all ease 350ms;
}
.cysw.modal .pop .close:hover {
  transform: rotate(180deg);
}
.cysw.quiz .box.over:before {
    content: "Quiz is over";
    text-transform: uppercase;
    position: absolute;
    background-color: yellow;
    top: 0;
    left: 0;
    transform: rotate(-45deg) translate(-28px, -3px);
    padding: 0 15px;
    font-size: 11px;
    font-weight: 600;
}

.cysw.quiz .box.over {
    position: relative;
    overflow: hidden;
    pointer-events: none;
}
@media(max-width:600px) {
  .cysw .flex {
    flex-wrap: wrap;
  }
  .cysw.tab {
    display: none;
  }
  .cysw h1 {
    font-size: 40px;
  }
  .cysw h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .cysw p {
    font-size: 16px;
    line-height: 30px;
  }
  .cysw.hero:before {
    background-position: bottom -20px right -300px;
  }
  .cysw.quiz .box {
    width: 100%;
    background-position: top right -90px;
  }
  .cysw.register {
    background-size: 100px;
    background-position: bottom -20px right -10px;
  }
  .cysw.resources .box {
    text-align: center;
  }
  .cysw.resources .box img {
    width: 130px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
  }
  .cysw.resources .box h3 {
    min-height: auto;
  }
  .cysw.quiz.active .modal {
    transition: none;
  }
  .cysw.quiz{
    transition: none;
  }
  .cysw.quiz.active{
    transition: none;
  }
  .cysw.quiz .modal {
    transition: none;
    background-image: none;
  }
  .cysw.quiz.active .modal .flex {
    transition: none;
  }
  .cysw.quiz .modal .flex {
    transition: none;
  }
  .cysw.quiz .modal .quiz-box {
    height: auto;
  }
  .cysw.quiz .modal .quiz-box .ans-set.img {
    flex-wrap: wrap;
  }
  .cysw.quiz .modal .quiz-box .ans-name {
    height: auto;
    padding: 24px 10px 24px 50px;
    font-size: 14px;
  }
  .cysw.quiz .modal .quiz-box .ans-set.img .ans-name {
    height: 75px;
  }
  .cysw.quiz .modal .quiz-box .ans-name:before {
    width: 40px;
  }
  .cysw.quiz .modal {
    z-index: 2;
  }
  .cysw.quiz .modal .quiz-box .question[data-ques="form"] inputgroup.half {
    width: 240px;
  }
  .cysw.quiz .modal .quiz-box .question[data-ques="form"] inputgroup.half + .half {
    margin: 0;
  }
  .cysw.quiz.active {
    padding: 40px;
  }
  .cysw.quiz .modal .quiz-clip {
    display: none;
  }
  .cysw.quiz .modal .quiz-box .ques-name {
    font-size: 16px;
    line-height: 28px;
  }
}