.ms__description {
  background: var(--ms_desc_bg);
  border: var(--ms_desc_border, none);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--ms_desc_color);
  margin: 0 auto 20px;
  max-width: 975px;
  padding: 10px;
}
.ms__description__title {
  color: var(--ms_desc_headline_color) !important;
  margin: 0 0 15px;
}
.ms__description__wrapper {
  background: var(--ms_desc_wrapper_bg);
}
.ms__description a,
.ms__description h3,
.ms__description h4,
.ms__description h5 {
  color: var(--ms_desc_color);
}
.ms__description ol,
.ms__description ul {
  margin: 0;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
body {
  padding-bottom: 70px;
}
.ms__button.btn {
  line-height: 1;
  padding: 16px 40px;
}
.ms__button__wrapper {
  background: var(--ms-button-wrapper-bg--sticky, #000);
  bottom: 0;
  padding: 10px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 996;
}
@media (min-width: 956px) {
  body {
    padding: 0;
  }
  .ms__button__wrapper {
    background: var(--ms-button-wrapper-bg, none);
    padding-bottom: 20px;
    position: relative;
    width: auto;
    z-index: 0;
  }
}
.mtt-terms {
  border-bottom: 1px solid var(--ms_tcs_toggle_border_color, #353535);
  border-top: 1px solid var(--ms_tcs_toggle_border_color, #353535);
  padding: 10px 0 0;
}
.mtt-terms__wrapper {
  font-family: var(--ms_tcs_font_family);
  margin: 0 auto;
  max-width: 975px;
  padding: 0 10px 40px;
}
.mtt-terms__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--ms_tcs_toggle_color, #fff);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px 10px;
}
.mtt-terms__title:before {
  margin-left: 10px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.mtt-terms__title--closed:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mtt-terms__text {
  background: var(--ms_tcs_text_bg, transparent);
  color: var(--ms_tcs_text_color, #fff);
  padding: 0 10px;
}
.mtt-terms__text a {
  color: var(--ms_tcs_text_anchor_color, #fff);
  text-decoration: underline;
}
.qa_progress {
  border: 1px solid var(--qa_progress_border_color);
  border-radius: 50%;
  height: 33px;
  line-height: 33px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 33px;
}
.qa_progress__canvas {
  left: -1px;
  position: absolute;
  top: -1px;
}
.qa_progress__number {
  color: var(--qa_progress_color);
  font-size: 13px;
  font-weight: 700;
}
.qa_question__options {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
}
.qa_question__options--2-columns {
  grid-template-columns: 1fr 1fr;
}
.qa_question__option {
  align-items: center;
  background: var(--qa_option_bg);
  border: 1px solid var(--qa_option_border_color);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  padding: 6px;
  width: 100%;
}
.qa_question__option--centered {
  justify-content: center;
}
.qa_question__option--selected {
  background: var(--qa_option_bg--selected);
  border-color: var(--qa_option_border_color--selected);
  color: var(--qa_option_color--selected);
  font-weight: 700;
}
.qa_question__option .flag {
  transform: scale(0.7);
}
.qa_question__slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--qa_option_slider_bg);
  border-radius: 5px;
  height: 5px;
  outline: none;
  transition: opacity 0.2s;
  width: 100%;
}
.qa_question__slider:hover {
  opacity: 1;
}
.qa_question__slider::-moz-range-thumb {
  background: var(--qa_option_slider_thumb);
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
.qa_question__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: var(--qa_option_slider_thumb);
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
.qa_question__slider__values {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
.qa_question__slider__values--long .qa_question__slider__value {
  display: none;
}
.qa_question__slider__values--long .qa_question__slider__value--selected {
  color: var(--qa_option_slider_value--selected);
  display: block;
}
.qa_question__slider__values--long .qa_question__slider__value:first-child,
.qa_question__slider__values--long .qa_question__slider__value:last-child {
  display: block;
}
input[type="range" i] {
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
.qa_question {
  background: var(--qa_question_bg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  box-shadow: 0 7px 6px var(--qa_question_shadow_color);
  box-sizing: border-box;
  color: var(--qa_question_color);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px 20px;
  position: absolute;
  transition: opacity 0.5s, transform 0.5s, right 0.5s;
  width: 100%;
}
.qa_question--centered {
  justify-content: center;
}
.qa_question__counter {
  background: var(--qa_counter_bg);
  border-bottom-right-radius: 5px;
  color: var(--qa_counter_color, var(--qa_question_color));
  font-size: 12px;
  font-weight: 700;
  left: 0;
  line-height: 1;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.qa_question__progress {
  right: 7px;
  position: absolute;
  top: 7px;
}
.qa_question__headline {
  font-weight: 700;
  margin-bottom: 20px;
}
.qa_questions {
  height: 600px;
  position: relative;
  margin: 0 auto;
  max-width: 300px;
}
.qa_results {
  background: var(--qa_results_bg);
  border-radius: 6px;
  box-shadow: 0 7px 6px var(--qa_results_shadow_color);
  box-sizing: border-box;
  color: var(--qa_results_color);
  margin: 0 auto;
  max-width: 320px;
  overflow: hidden;
}
.qa_results__headline {
  background: var(--qa_results_headline_bg);
  color: var(--qa_results_headline_color, var(--qa_results_color));
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.qa_results__question {
  border-bottom: 1px solid var(--qa_results_question_border_color);
  display: flex;
  font-size: 14px;
  padding: 10px 20px;
}
.qa_results__question__index {
  font-weight: 700;
  margin-right: 10px;
}
.qa_results__question__text {
  font-weight: 700;
}
.qa_results__answer {
  font-size: 14px;
  margin-top: 10px;
}
.qa_results__answer .theme-check {
  color: #43bd35;
  font-size: 16px;
  padding-left: 5px;
}
.qa_results__answer .theme-ex {
  color: #f30000;
  font-size: 12px;
  padding-left: 5px;
}
.qa_results__result {
  font-size: 14px;
}
.qa_summary {
  background: var(--qa_summary_bg);
  border-radius: 6px;
  box-shadow: 0 7px 6px var(--qa_summary_shadow_color);
  box-sizing: border-box;
  color: var(--qa_summary_color);
  margin: 0 auto;
  max-width: 300px;
  overflow: hidden;
}
.qa_summary__headline {
  background: var(--qa_summary_headline_bg);
  color: var(--qa_summary_headline_color, var(--qa_summary_color));
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.qa_summary__question {
  border-bottom: 1px solid var(--qa_summary_question_border_color);
  display: flex;
  padding: 10px 20px;
}
.qa_summary__question__content {
  width: 100%;
}
.qa_summary__question__index {
  margin-right: 10px;
}
.qa_summary__question__index,
.qa_summary__question__text {
  font-size: 14px;
  font-weight: 700;
}
.qa_summary__question .form-control-select {
  background-color: var(--qa_summary_select_bg);
  color: var(--qa_summary_select_color);
}
.qa_summary__question .form-control-select:focus:not([disabled]),
.qa_summary__question .form-control-select:hover:not([disabled]) {
  background-color: var(--qa_summary_select_bg--hover);
  color: var(--qa_summary_select_color--hover);
}
.qa_game {
  padding: 20px 30px;
}
.qa_navigation {
  background: var(--qa_navigation_bg);
  border-radius: 4px;
  bottom: 65px;
  display: flex;
  font-size: 14px;
  justify-content: space-around;
  left: 10px;
  margin: 0;
  padding: 8px;
  position: fixed;
  width: calc(100% - 20px);
  z-index: 1;
}
.qa_navigation__select {
  background-color: initial;
  border: none;
  color: var(--qa_navigation_select_color);
  cursor: pointer;
}
@media (min-width: 956px) {
  .qa_navigation {
    bottom: 0;
    left: 0;
    max-width: 320px;
    position: relative;
    z-index: 0;
    margin: 30px auto 0;
  }
}
.qa_modal {
  background: var(--qa_modal_bg);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.qa_modal__inner {
  background: var(--qa_modal_inner_bg);
  border-radius: 4px;
  color: var(--qa_modal_inner_color);
  font-size: 15px;
  margin: 40px auto 0;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 250px;
}
.qa_modal__close {
  cursor: pointer;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.qa_modal__headline {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.qa_modal__line,
.qa_modal__progress {
  margin-bottom: 10px;
}
.qa_success {
  background: var(--qa_success_bg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  box-shadow: 0 7px 6px var(--qa_success_shadow_color);
  box-sizing: border-box;
  color: var(--qa_success_color);
  display: flex;
  flex-direction: column;
  margin: 40px auto;
  max-width: 300px;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  width: 100%;
}
.qa_success--alt {
  padding-top: 250px;
}
.qa_success__close {
  color: var(--qa_success_close_color);
  cursor: pointer;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.qa_success__headline {
  color: var(--qa_success_headline_color);
  font-size: 18px;
}
.qa_success__link__wrapper {
  text-align: center;
  padding-top: 20px;
}
#main-wrap,
#main-wrap #main {
  background: var(--qa_promo_bg);
}
#main-wrap #main {
  padding: 0;
  width: auto;
}
.slot-main > vn-main > main {
  min-height: 0;
}
.qa_promo {
  background-color: var(--qa_promo_bg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--qa_color);
  overflow: auto;
  transition-delay: 0.6s;
}
.qa_description {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 2vw 0;
}
.qa_description .ms__description {
  border-bottom: 1px solid var(--qa_description_border_color);
  padding-bottom: 30px;
}
.qa_description_img {
  padding-bottom: 2vw;
}
.qa_promo_mobile {
  display: none;
}
@media (max-width: 956px) {
  .qa_description {
    width: 100%;
    padding: 0;
  }
  .qa_description_img {
    display: none;
  }
  .qa_promo img.w-100.d-flex {
    display: none !important;
  }
  .qa_promo_mobile {
    display: block;
  }
}
.qa_how-to h3 {
  margin: 0 0 15px;
  text-transform: none;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.fade-enter-to,
.fade-leave {
  opacity: 1;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.ms__button.btn {
  line-height: 2;
  padding: 0.375rem 0.75rem;
}
.ms__button__wrapper {
  padding: 0;
}
.ms__button__wrapper__submit {
  padding: 0 0 20px 0;
}
.form-base .form-control-container .form-control {
  line-height: 1;
}
