/*
 * ING Direct Variables LESS
 */
/*
 * ING Direct Mixins LESS
 */
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
} 
.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ing-icon-font {
  font-family: 'ING-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check:before {
  content: "\e60e";
}
.icon-arrow-right:before {
  content: "\e612";
}
.icon-arrow-left:before {
  content: "\e613";
}
.info-feature-box {
  text-align: center;
  height: 100%;
  border-bottom: 1px solid #d8d8d8;
}
@media all and (min-width: 768px) {
  .info-feature-box {
    display: flex;
    flex-direction: column;
  }
}
.info-feature-box.border-around {
  position: relative;
  border-bottom: 0 none;
}
.info-feature-box.border-around::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  pointer-events: none;
}
.info-feature-box .info-feature-box-body {
  padding: 28px 24px 28px;
}
@media all and (min-width: 768px) {
  .info-feature-box .info-feature-box-body {
    flex: 1 1 auto;
  }
}
.info-feature-box .icon-cell {
  display: flex;
}
.info-feature-box .icon-cell .icon {
  width: 44px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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 {
  width: 32px;
  height: 50px;
  text-indent: -999px;
  overflow: hidden;
  font-family: 'ING-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  border-radius: 4px;
  background-color: #767676;
  border: 0 none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 10;
}
.slick-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 30px;
  height: 30px;
  text-align: center;
  margin: auto 0;
  text-indent: 0;
}
.slick-arrow:active,
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background-color: #333333;
}
.slick-arrow.slick-prev {
  left: -14px;
}
.slick-arrow.slick-prev:before {
  content: "\e613";
}
.slick-arrow.slick-next {
  right: -14px;
}
.slick-arrow.slick-next:before {
  content: "\e612";
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow.slick-disabled {
  cursor: default;
  background-color: #eeeeee;
}
.slick-arrow.slick-disabled:hover {
  background-color: #eeeeee;
}
.module-hi-tool .mt12 {
  margin-top: 12px !important;
}
.module-hi-tool .mt16 {
  margin-top: 16px !important;
}
.module-hi-tool .mt30 {
  margin-top: 30px !important;
}
.module-hi-tool .mt40 {
  margin-top: 40px !important;
}
.module-hi-tool .mb0 {
  margin-bottom: 0px !important;
}
.module-hi-tool .text-strong {
  font-weight: bold;
}
.module-hi-tool .btn-link {
  display: inline-block;
  padding: 1px 6px;
  font-weight: 400;
  background-color: #ffffff;
  color: #525199;
  border: none;
}
.module-hi-tool .btn-link:hover {
  text-decoration: underline;
}
.module-hi-tool .btn:not(:first-child) {
  margin-top: 16px;
}
@media all and (min-width: 980px) {
  .module-hi-tool .btn:not(:first-child) {
    margin-top: 24px;
  }
}
.module-hi-tool.module-box {
  padding: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.module-hi-tool .hi-tool {
  position: relative;
  overflow: hidden;
  min-height: 440px;
}
@media all and (min-width: 980px) {
  .module-hi-tool .hi-tool {
    min-height: 620px;
  }
}
.module-hi-tool .hi-tool .hi-tool-progress-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.module-hi-tool .hi-tool .hi-tool-progress-container .hi-tool-progress-bar {
  width: 100%;
  height: 12px;
  border-radius: 8px;
  background-color: #f0f0f0;
}
.module-hi-tool .hi-tool .hi-tool-progress-container .hi-tool-progress-bar .hi-tool-progress-bar-value {
  width: 0;
  height: 100%;
  background-color: #ff6200;
  border-radius: 8px;
  transition: width 0.3s linear;
}
@media all and (min-width: 980px) {
  .module-hi-tool .hi-tool .hi-tool-progress-container {
    text-align: left;
  }
  .module-hi-tool .hi-tool .hi-tool-progress-container .hi-tool-progress-bar {
    height: 14px;
    border-radius: 10px;
  }
  .module-hi-tool .hi-tool .hi-tool-progress-container .hi-tool-progress-bar .hi-tool-progress-bar-value {
    border-radius: 10px;
  }
}
.module-hi-tool .hi-tool .hi-tool-questions button[data-hi-back] {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  padding: 0 0;
}
.module-hi-tool .hi-tool .hi-tool-questions button[data-hi-back]:before {
  content: "\e613";
}
.module-hi-tool .hi-tool .hi-tool-questions button[data-hi-back]:before {
  font-family: 'ING-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  font-size: 80%;
  padding-right: 4px;
  line-height: inherit;
}
.module-hi-tool .hi-tool .hi-tool-questions .btn.btn-multiple-next {
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (min-width: 980px) {
  .module-hi-tool .hi-tool .hi-tool-questions button[data-hi-back] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
  }
  .module-hi-tool .hi-tool .hi-tool-questions .btn.btn-multiple-next {
    right: auto;
    bottom: 18px;
    transform: none;
  }
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question {
  min-width: 100%;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-question-cell {
  text-align: center;
  padding-top: 84px;
  padding-bottom: 40px;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-question-cell .icon-cell .icon {
  width: 40px;
  margin: 0 auto;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell {
  display: flex;
  flex-direction: column;
  padding-bottom: 38px;
  text-align: center;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer {
  text-align: center;
  display: block;
  padding: 24px 28px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  border-radius: 0;
  color: #000000;
  white-space: normal;
  word-break: break-word;
  line-height: 20px;
  margin-top: 0px;
  font-weight: 700;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer:first-of-type {
  margin-top: 10px;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer:hover,
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer.btn-hi-answer-selected {
  color: #ff6200;
  border-left-color: transparent;
  position: relative;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer:hover::after,
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer.btn-hi-answer-selected::after {
  content: '';
  position: absolute;
  height: calc(100% + 2px);
  width: 4px;
  background-color: #ff6200;
  left: -1px;
  top: -1px;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer.btn-hi-answer-multi-select {
  position: relative;
  padding-right: calc(28px + 28px);
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer.btn-hi-answer-multi-select:before {
  content: "\e60e";
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer.btn-hi-answer-multi-select:before {
  font-family: 'ING-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1.5px solid #ff6200;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer.btn-hi-answer-multi-select:hover:before,
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer.btn-hi-answer-multi-select.btn-hi-answer-selected:before {
  border-color: #ff6200;
  background-color: #ff6200;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question.hi-tool-multiple-question .hi-tool-answer-cell {
  padding-bottom: calc(38px + 52px);
}
@media all and (min-width: 980px) {
  .module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question {
    min-height: 620px;
    display: flex;
    align-items: stretch;
  }
  .module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
  .module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-question-cell {
    width: 50%;
    text-align: left;
    padding-top: 186px;
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 0;
    position: relative;
  }
  .module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-question-cell .icon-cell .icon {
    margin: 0;
  }
  .module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell {
    align-self: center;
    width: 50%;
    max-width: 445px;
    text-align: left;
    padding-bottom: 0;
  }
  .module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question .hi-tool-answer-cell .btn-hi-answer {
    text-align: left;
  }
  .module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question.hi-tool-multiple-question .hi-tool-answer-cell {
    padding-bottom: 0;
  }
}
@keyframes slideLeftOut {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-20%);
  }
}
@keyframes slideLeftIn {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideRightOut {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(20%);
  }
}
@keyframes slideRightIn {
  0% {
    transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question.fade {
  transition: opacity 0.3s linear;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question.slide-left-out {
  animation: slideLeftOut 0.3s linear 0.1s;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question.slide-left-in {
  animation: slideLeftIn 0.3s linear;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question.slide-right-out {
  animation: slideRightOut 0.3s linear 0.1s;
}
.module-hi-tool .hi-tool .hi-tool-questions .hi-tool-question.slide-right-in {
  animation: slideRightIn 0.3s linear;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container {
  padding-top: 10px;
  padding-bottom: 40px;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message {
  text-align: center;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .icon-cell .icon {
  width: 44px;
  margin: 0 auto;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .slick-track {
  display: flex !important;
  height: 100%;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .slick-track .slick-slide {
  height: auto;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .slick-track .slick-slide > div {
  height: 100%;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .slick-track .slick-slide > div .hi-tool-results-slider-card {
  height: 100%;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .slick-track .slick-slide > div .hi-tool-results-slider-card .info-feature-box .icon-cell {
  justify-content: flex-start;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider {
  padding-left: 16px;
  padding-right: 16px;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .slick-arrow.slick-prev {
  left: 0;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .slick-arrow.slick-next {
  right: 0;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .hi-tool-results-slider-card .info-feature-box .info-feature-box-body {
  padding: 28px 20px;
}
@media all and (min-width: 768px) {
  .module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .slick-arrow.slick-next {
    right: 10px;
  }
  .module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .hi-tool-results-slider-card {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (min-width: 980px) {
  .module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message {
    padding-left: 120px;
    padding-right: 120px;
  }
  .module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .slick-arrow.slick-prev {
    left: -48px;
  }
  .module-hi-tool .hi-tool .hi-tool-results .hi-tool-results-message-container .hi-tool-results-message .hi-tool-results-slider .slick-arrow.slick-next {
    right: -48px;
  }
}
.module-hi-tool .hi-tool .hi-tool-results .hi-result-btn-container {
  padding-bottom: 4px;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-result-btn-container button {
  margin-top: 0;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-result-btn-container button.hi-result-back-btn:before,
.module-hi-tool .hi-tool .hi-tool-results .hi-result-btn-container button.hi-result-restart-btn:before {
  content: "\e613";
}
.module-hi-tool .hi-tool .hi-tool-results .hi-result-btn-container button.hi-result-back-btn:before,
.module-hi-tool .hi-tool .hi-tool-results .hi-result-btn-container button.hi-result-restart-btn:before {
  font-family: 'ING-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  font-size: 80%;
  padding-right: 4px;
  line-height: inherit;
}
.module-hi-tool .hi-tool .hi-tool-results .hi-result-btn-container button.hi-result-restart-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
