@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  60% {
    -moz-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  60% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(25px);
    transform: translateX(25px);
  }
  60% {
    -moz-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-webkit-keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
  60% {
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
html,
body {
  color: #4e5052;
  font-family: arial,helvetica;
  font-size: 10px;
}
h2 {
  font-size: 4.5em;
  line-height: 1.1;
  color: #942645;
  font-weight: bold;
}
h3 {
  font-size: 2.2em;
  line-height: 29px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}
p {
  margin: 0 0 1em;
}
ul {
  margin-bottom: auto;
}
.pad60 {
  margin-bottom: 60px;
}
.cw22:after {
  background: none;
}
#u22.u22show {
  display: none !important;
}
.progress-bar {
  height: auto;
  position: fixed;
  top: 50%;
  right: 50px;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.progress-bar .dot {
  height: 15px;
  width: 15px;
  border-radius: 50px;
  display: block;
  margin: 10px 0;
  background-color: #94aec3;
}
.progress-bar .dot.active {
  background-color: #2d618b;
}
.form-horizontal .form-wrapper {
  background-color: #8aadbf;
  padding: 40px;
  margin-bottom: 10px;
}
.form-horizontal .form-wrapper .control-label {
  font-size: 1.9em;
  font-weight: normal;
  margin-top: 13px;
}
.form-horizontal .form-wrapper .control-label span {
  color: #f80000;
}
.form-horizontal .form-wrapper .form-control {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: 1px solid #789eb1;
  height: 50px;
}
.form-horizontal .form-wrapper .select:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #324b5c;
  clear: both;
  pointer-events: none;
}
.form-horizontal .form-wrapper:after {
  content: '';
  height: 60px;
  border-left: solid 3px #cad9de;
  position: absolute;
  left: 50px;
  bottom: 41px;
  z-index: 1;
}
.form-horizontal #sum:before {
  content: '';
  width: 289px;
  border-bottom: solid 3px #cad9de;
  position: absolute;
  left: -89px;
  top: 47px;
  z-index: 1;
}
select::-ms-expand {
  display: none;
}
.slick {
  position: relative;
}
.slick-slide {
  outline: none;
}
.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-dots {
  width: 200px;
  right: 300px;
  z-index: 999;
}
.slick-dots li {
  margin: 0 20px;
}
.slick-dots li button:before {
  font-size: 100px;
  color: #92acc1 !important;
}
.slick-dots.slick-active button:before {
  color: #2d618b !important;
}
.slick-dots:after {
  content: '';
  width: 239px;
  border-bottom: solid 3px #cad9de;
  position: absolute;
  right: -19px;
  top: 17px;
  z-index: -1;
}
.slider {
  margin: 0 auto;
  z-index: 999;
}
.slider .content {
  background-color: #dae3e5;
}
.slider .content .step {
  background-color: #c5cbce;
  padding: 10px 50px;
  color: #273b48;
  font-size: 2em;
  font-weight: bold;
}
.slider .content .padding {
  padding: 20px 50px;
}
.slider .content .padding .inner p {
  color: #246288;
  font-size: 2.2em;
  line-height: 28px;
  font-weight: bold;
}
.slider .content .padding .inner p span a,
.slider .content .padding .inner p span {
  color: #942645;
}
.slider .content .padding .inner p.small {
  font-size: 1.6em;
  color: #273b48;
  font-weight: normal;
}
.slider:after {
  content: '';
  height: 135px;
  border-left: solid 3px #cad9de;
  position: absolute;
  left: 45%;
  bottom: -25px;
  z-index: -1;
}
.slick-track {
  margin-bottom: 50px;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.arrow-wrapper {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.arrow-wrapper.left {
  -moz-animation: bounce2 2s infinite;
  -webkit-animation: bounce2 2s infinite;
  animation: bounce2 2s infinite;
}
.arrow-wrapper .arrow {
  position: relative;
  padding: 0;
  margin: 0;
  top: 250px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-top: 6px solid #2d618b;
  border-right: 6px solid #2d618b;
  transition: all 200ms ease;
}
.arrow-wrapper .arrow.left {
  left: 5px;
  transform: translate3d(0, -50%, 0) rotate(-135deg);
}
.arrow-wrapper .arrow.right {
  position: absolute;
  right: 5px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
.arrow-wrapper .arrow:hover.left {
  left: -2px;
}
.arrow-wrapper .arrow:hover.right {
  right: -2px;
}
.slick-dots li button {
  opacity: 0;
}
.hd1 {
  top: -8px;
}
.hd2 {
  top: -3px;
}
.container {
  padding-bottom: 50px;
}
.u01toolsw1,
.u03 .u03w1,
#breadCrumb .breadCrumb_Center,
.cw22v0 h1,
.cw22v0 div.cw22pagetitle div,
.cw22w1,
ul.u01nav {
  width: 1170px;
}
a.u01nav h3 {
  font-size: 17px !important;
  padding: 4px 9px 7px;
  height: 50px;
}
.hd2 {
  background: #fff;
  min-height: 420px;
}
.hd3 {
  background: #fff;
  min-height: 350px;
}
.cw22v0 h1,
.cw22v0 div.cw22pagetitle div {
  color: #000;
}
.u01navtools,
.u01pfile {
  margin-bottom: 0;
}
.cw22v4 h1 {
  margin: 0 0 0 0.6em;
}
.c74w2 {
  padding: 0;
}
.cw24,
.c74 {
  margin-bottom: 3rem;
}
.c74.c74v0.chat p {
  text-align: center;
  margin: 2em 0 1em 0;
}
.box {
  position: relative;
  padding: 40px;
  text-align: center;
  color: #4c575d;
  background-color: #dce3e4;
  border: 1px solid #8da6b1;
  min-height: 227px;
  margin-bottom: 15px;
}
.box p {
  color: #4c575d;
  font-size: 2.2em;
  line-height: 29px;
  cursor: pointer;
  margin: 0;
}
.box i {
  color: #8da6b1;
  font-size: 2.2em;
  line-height: 32px;
  border: 2px solid #8da6b1;
  height: 34px;
  width: 34px;
  border-radius: 17px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.box i.active {
  color: #2d618b;
  border-color: #2d618b;
}
.box.active {
  background-color: #4c575d;
  background-image: url('../images/tick.png');
  background-position: center;
  background-repeat: no-repeat;
}
.box.active p {
  color: #fff;
}
.box.active i {
  color: #828a8e;
  border-color: #828a8e;
}
.box.active.info:before {
  border-top: 21px solid #4c575d;
}
.box.active.info:after {
  border-top: 20px solid #4c575d;
}
.box.info:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 21px solid #8da6b1;
  clear: both;
}
.box.info:after {
  content: '';
  position: absolute;
  left: 31px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #dce3e4;
  clear: both;
}
.box:hover {
  cursor: pointer;
}
.box-info {
  margin: 30px 70px;
}
.box-info h2 {
  font-size: 3em;
  line-height: 28px;
  border: none;
}
.box-info ul {
  margin-left: 20px;
}
.box-info ul li {
  list-style: disc;
  font-size: 2.2em;
  line-height: 32px;
}
.continue {
  background-color: #2d618b;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  padding: 10px 30px;
  text-align: left;
  cursor: pointer;
  margin-top: 20px;
  white-space: nowrap;
  border: none;
}
.continue.disabled {
  background-color: #91abc0;
  cursor: default;
}
.continue.disabled:hover {
  background-color: #91abc0;
}
.continue.right {
  float: right;
}
.continue .fa-angle-right {
  font-size: 2em;
  vertical-align: middle;
  margin: -5px 0 0 5px;
}
.continue.back {
  background-color: #dee0e0;
  color: #2d618b;
}
.continue.back .fa-angle-left {
  font-size: 2em;
  vertical-align: middle;
  margin: -5px 5px 0 0px;
}
.continue:hover {
  background-color: #1d4667;
}
#section0 .continue {
  float: right;
  margin-top: -35px;
  z-index: 999;
}
#section2 h2 {
  font-size: 3em;
  line-height: 30px;
  color: #942645;
  border-bottom: none;
}
#section2 h3 {
  font-size: 2.2em;
  line-height: 29px;
  color: #000;
  font-weight: bold;
}
#section2 p {
  font-size: 16px;
  line-height: 23px;
}
#section3 h2 {
  font-size: 3em;
  line-height: 50px;
  color: #942645;
  border-bottom: 3px solid #cad9de;
}
#section3 h3 {
  font-size: 2.2em;
  line-height: 29px;
  color: #000;
  font-weight: bold;
}
#section3 p {
  font-size: 16px;
  line-height: 23px;
}
#summary {
  position: relative;
}
#summary .container {
  position: relative;
  padding-bottom: 50px;
}
#summary .container.stem:before {
  content: '';
  height: 50px;
  border-left: solid 3px #cad9de;
  position: absolute;
  right: 50px;
  top: -50px;
  z-index: 1;
}
#summary .container h2 {
  font-size: 3.7em;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 20px;
}
#summary .container h2.small {
  font-size: 2.4em;
  line-height: 30px;
  border-bottom: none;
  padding-bottom: 5px;
  margin: 0;
  padding-right: 12px;
}
#summary .container h2.small:after {
  display: none;
}
#summary .container h2:after {
  content: '';
  height: 230px;
  border-left: solid 3px #cad9de;
  position: absolute;
  right: 50px;
  top: 66px;
  z-index: 1;
}
#summary .container p {
  font-size: 2.2em;
  font-weight: bold;
  line-height: 28px;
}
#summary .container p.small {
  font-size: 1.6em;
  font-weight: normal;
  padding-right: 52px;
}
#summary .container .wrapper {
  display: block;
  overflow: hidden;
}
#summary .container .wrapper .line {
  border-bottom: solid 3px #cad9de;
  overflow: hidden;
  padding-left: 70px;
}
#summary .container .wrapper .summary {
  padding: 50px 0 20px 70px;
}
#summary .container .wrapper .summary:after {
  content: '';
  display: block;
  height: 100%;
  border-left: solid 3px #cad9de;
  position: absolute;
  left: 30px;
  top: 0px;
  z-index: 1;
}
#summary .container .wrapper .summary .asset {
  background-color: #cad9de;
  margin-bottom: 30px;
  margin-right: -15px;
  overflow: hidden;
}
#summary .container .wrapper .summary .asset .col-sm-4 {
  padding: 0;
}
#summary .container .wrapper .summary .asset .content {
  padding: 20px;
}
#summary .container .wrapper .summary .asset .content h3 {
  padding: 0;
  margin: 0;
}
#summary .container .wrapper .summary .asset .content p {
  font-size: 1.5em;
  line-height: 21px;
  margin: 0 !important;
}
#summary .container .wrapper .summary .asset .content a {
  white-space: nowrap;
}
#summary .container .wrapper .summary .links {
  font-size: 1.6em;
  line-height: 21px;
  font-weight: bold;
}
#summary .ft1 {
  margin-bottom: -46px;
}
.recommend {
  position: relative;
}
.recommend:nth-child(odd) .content {
  padding: 20px 50px 20px 0;
  margin-right: 30px;
  border-right: solid 3px #cad9de;
}
.recommend:nth-child(odd):before {
  color: #942645;
  background-color: #cad9de;
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 1;
}
.recommend:nth-child(even) .content {
  padding: 20px 0 20px 50px;
  margin-left: 30px;
  border-left: solid 3px #cad9de;
}
.recommend:nth-child(even):before {
  color: #942645;
  background-color: #cad9de;
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 30px;
  z-index: 1;
}
.recommend:nth-child(1):before {
  content: '1';
}
.recommend:nth-child(2):before {
  content: '2';
}
.recommend:nth-child(3):before {
  content: '3';
}
.recommend:nth-child(4):before {
  content: '4';
}
.recommend:nth-child(5):before {
  content: '5';
}
.line {
  border-bottom: solid 3px #cad9de;
  overflow: hidden;
  padding-left: 70px;
}
.modal-fullscreen {
  background: rgba(1, 1, 1, 0.6);
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-fullscreen .modal-content p {
  margin-top: 100px;
  color: #ffffff;
  font-size: 20px;
}
.modal-fullscreen .modal-content a:hover {
  color: #ffffff;
  pointer-events: all;
  text-decoration: none;
}
.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #000000;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
    width: 1170px;
  }
}
/* Extra Large Devices */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .slider:after {
    left: 256px;
  }
  .hd2 {
    min-height: 320px;
  }
  #summary .container h2:after {
    top: 108px;
  }
  .form-horizontal #sum:before {
    left: -67px;
    width: 192px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  html,
  body {
    font-size: 8px;
  }
  .u01toolsw1,
  .u03 .u03w1,
  #breadCrumb .breadCrumb_Center,
  .cw22v0 h1,
  .cw22v0 div.cw22pagetitle div,
  .cw22w1,
  ul.u01nav {
    width: auto;
  }
  .slider:after {
    left: 72px;
  }
  .hd2 {
    min-height: 250px;
  }
  #summary .container h2:after {
    display: none;
  }
  .box p {
    font-size: 2.8rem;
  }
  .form-horizontal .form-wrapper:after {
    bottom: 26px;
  }
  .form-horizontal #sum:before {
    left: -130px;
    width: 442px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .slider:after,
  .slick-dots:after {
    display: none;
  }
  .continue {
    font-size: 2em;
    display: block;
    margin: 20px auto;
    text-align: center;
  }
  .hd2 {
    min-height: 130px;
  }
  .hd3 {
    min-height: 130px;
  }
  #section0 .continue {
    float: none;
    margin-top: 20px;
  }
  #section2 h2 {
    line-height: 30px;
  }
  #section2 h3 {
    line-height: 22px;
  }
  #section3 h2 {
    line-height: 30px;
  }
  #section3 h3 {
    line-height: 22px;
  }
  .form-horizontal .form-wrapper:after,
  .form-horizontal #sum:before,
  #summary h2:after,
  #summary .wrapper:before,
  #summary .wrapper .line:after {
    display: none;
  }
  h2 {
    font-size: 4em;
    line-height: 38px;
  }
  .slick-dots {
    position: initial;
    margin: 0 auto;
  }
  .slider .content {
    padding: 20px;
  }
  .slider .content p {
    font-size: 1.8em;
    line-height: 22px;
  }
  .arrow.right {
    right: 18px;
  }
  .arrow.right:hover.right {
    right: 10px;
  }
  .box {
    min-height: inherit;
    padding: 35px 20px;
  }
  .box-info {
    margin: 20px;
  }
  .box-info ul li {
    font-size: 1.6em;
    line-height: 18px;
  }
  .continue.right {
    float: none;
  }
  .continue.back {
    margin-bottom: 20px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #summary .container.stem:before {
    display: none;
  }
  #summary .container .wrapper .summary {
    padding: 10px 10px 20px 30px;
    border: none;
  }
  #summary .container .wrapper .summary:after {
    content: '';
    display: block;
    height: 100%;
    border-left: solid 3px #cad9de;
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: 1;
  }
  #summary .ft1 {
    margin-bottom: -15px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  h2 {
    line-height: 32px;
  }
  h3 {
    line-height: 24px;
  }
  .container {
    padding-bottom: 0;
  }
  .hd2,
  .hd3 {
    min-height: 100px;
  }
  .cw22v0.cw22single.visible-xs {
    margin-bottom: 20px;
  }
  .continue {
    white-space: normal;
    font-size: 1.4em;
  }
  .f11w1 {
    padding-bottom: 0px;
  }
  .slider .content .padding {
    padding: 0px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #summary .container p {
    line-height: 24px;
  }
  #summary .container h2 {
    padding-bottom: 0px;
  }
}
/* Custom, iPhone Retina */
