@font-face {
  font-family: 'Calibri';
  src: url('./fonts/Calibri-Light.eot');
  src: local('Calibri Light'), local('Calibri-Light'),
    url('Calibri-Light.woff2') format('woff2'),
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('./fonts/Calibri-Bold.eot');
  src: local('Calibri Bold'), local('Calibri-Bold'),
    url('Calibri-Bold.woff2') format('woff2'),
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('./fonts/Calibri.eot');
  src: local('Calibri'),
    url('Calibri.woff2') format('woff2'),
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
button,
.no_highlights,
img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.survey_main {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-family: 'Calibri';
  position: relative;
  overflow: hidden;
  color: #343A40;
  background-color: #FFFFFF;
  padding: 4em 4em 4em;
}
.survey_main i {
  font-style: italic;
}
.blue_color {
  color: #009CDE;
}
.survey_section {
  width: 124em;
  margin: 3.2em auto 0;
}
.end_section {
  width: 124em;
  transform: translateY(4em);
  opacity: 0;
  margin: 0 auto;
  pointer-events: none;
  height: 0;
}
.question_2_section,
.question_3_section,
.brand_question_section {
  display: none;
}
.question_2_section.visible_section,
.question_3_section.visible_section,
.brand_question_section.visible_section {
  display: block;
}
.end_survey .survey_section {
  display: none !important;
}
.end_survey .end_section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transform: none;
  transition: transform .4s ease, opacity .4s ease;
  height: auto;
  pointer-events: auto;
  padding: 4em 0 4em;
}
.welcome_section {
  margin-top: 0;
}
.standard_text,
.long_answer span {
  display: block;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  margin: 0;
  text-align: left;
}
.welcome_section .standard_text:nth-child(2) {
  margin-top: 1em;
}
.welcome_section .standard_text:nth-child(3) {
  margin-top: 1.6em;
}
.question_1_section {
  padding-bottom: 3.2em;
  border-bottom: 1px solid #E6F7FF;
}
.question_title {
  display: block;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.question_description {
  font-weight: 700;
  margin-top: .6em;
}
.answers_list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  margin-top: 2.4em;
}
.radio_list {
  width: 94.8em;
}
.answer_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 5.5em;
  border-radius: .4em;
  font-size: 1em;
  border: 1px solid #E6F7FF;
  background-color: #F6FBFF;
  color: #343A40;
  cursor: pointer;
  outline: none;
  font-family: 'Calibri';
  padding: 0 2.5em;
  transition: background-color .4s ease, color .4s ease, border-color .4s ease;
}
.answer_button span {
  font-size: 1.6em;
}
.answer_button:hover {
  background-color: #E6F7FF;
  border-color: #009CDE;
}
.answer_button.active_answer_button {
  background-color: #009CDE;
  color: #FFFFFF;
  border-color: #009CDE;
}
.radio_answer {
  min-width: 7.2em;
}
.checkbox_answer {
  padding: 0 2.5em;
}
.scale_info_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90.8em;
  margin-top: 1.2em;
}
.small_text {
  display: block;
  font-size: 1.6em;
  line-height: 1.25em;
  font-weight: 400;
  margin: 0;
  color: #000000;
}
.question_description + .small_text {
  margin-top: .5em;
}
.textarea_container {
  padding-top: 2.4em;
  height: 16.4em;
  transition: max-height .4s ease;
  max-height: 0;
  overflow: hidden;
}
.active_textarea_container {
  max-height: 16.4em;
}
.other_textarea {
  display: block;
  width: 100%;
  height: auto;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  min-height: 7em;
  max-width: 100%;
  max-height: 7em;
  padding: .8em 1.2em;
  border-radius: .3em;
  border: 1px solid #D9D9D9;
}
.column_list {
  display: block;
}
.answer_item {
  margin-right: 1.2em;
  margin-bottom: 1.2em;
}
.answer_item:last-child {
  margin-right: 0;
}
.column_list .answer_item {
  margin-top: 1.6em;
}
.column_list .answer_item:first-child {
  margin-top: 0;
}
.long_answer {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 4em;
  font-size: 1em;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  color: #343A40;
  font-family: 'Calibri';
}
.checkbox_long_answer:before {
  content: '';
  display: block;
  width: 2em;
  height: 2em;
  border-radius: .4em;
  border: 1px solid #BDBDBD;
  position: absolute;
  top: .2em;
  left: .8em;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center;
  font-size: 1em;
}
.checkbox_long_answer.active_answer_button:before {
  background-image: url(./img/icon_check.svg);
  border-color: #009CDE;
}
.radio_long_answer:before {
  content: '';
  display: block;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  border: .4em solid #FFFFFF;
  position: absolute;
  top: .2em;
  left: .8em;
  box-shadow: 0 0 0 .2em #BDBDBD;
  font-size: 1em;
}
.radio_long_answer.active_answer_button:before {
  background-color: #009CDE;
  box-shadow: 0 0 0 .2em #009CDE;
}
.send_button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 5.2em;
  border-radius: 6em;
  background-color: #F0F0F0;
  font-family: 'Calibri';
  border: none;
  outline: none;
  transition: transform .4s ease, background-color .4s ease, color .4s ease;
  margin: 3.2em auto 0;
  text-transform: uppercase;
  color: #8C8C8C;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
}
.active_send_button {
  background-color: #009CDE;
  color: #FFFFFF;
  cursor: pointer;
}
.send_button span {
  font-size: 1.6em;
}
.active_send_button:hover {
  transform: scale(1.05);
}
.end_survey .send_button {
  display: none !important;
}
.footnote {
  display: block;
  font-size: 1.6em;
  line-height: 1.25em;
  color: #8C8C8C;
  margin-top: 2em;
  text-align: left;
  font-weight: 400;
}
.end_title {
  display: block;
  width: 100%;
  font-size: 3em;
  line-height: 1.2em;
  color: #009CDE;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.end_text {
  display: block;
  width: 100%;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 400;
  margin-top: 1.75em;
}
.end_text a {
  color: #009CDE;
  text-decoration: underline;
}
.end_text a:hover {
  text-decoration: none;
}
.end_link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 5.2em;
  border-radius: 6em;
  font-family: 'Calibri';
  border: none;
  outline: none;
  transition: transform .4s ease;
  margin: 3.2em auto 0;
  text-transform: uppercase;
  background-color: #009CDE;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 700;
  margin-top: 4em;
  text-decoration: none;
  font-size: 1em;
}
.end_link span {
  font-size: 1.6em;
}
.end_link:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 1380px) {
  .survey_main {
    font-size: .6vw;
  }
}

@media screen and (max-width: 1280px) {
  .survey_main {
    font-size: .7vw;
  }
  .survey_section,
  .end_section {
    width: 100%;
  }
}

@media screen and (min-width: 2000px) {
  .survey_main {
    font-size: .52vw;
  }
}

@media screen and (max-width: 768px) {
  .survey_main {
    font-size: 1.1vw;
  }
  .radio_list {
    width: 100%;
    justify-content: space-between;
  }
  .scale_info_container {
    width: 100%;
  }
  .answer_item {
    margin-right: 1em;
    margin-bottom: 1em;
  }
  .radio_list .answer_item {
    margin: 0;
  }
  .answer_button span {
    font-size: 2em;
  }
  .standard_text {
    font-size: 2.2em;
  }
  .small_text {
    font-size: 1.8em;
  }
  .textarea_container {
    padding-top: 2.4em;
    height: 20.4em;
    transition: max-height .4s ease;
    max-height: 0;
    overflow: hidden;
  }
  .active_textarea_container {
    max-height: 20.4em;
  }
  .other_textarea {
    min-height: 9em;
    max-height: 9em;
  }
  .send_button,
  .end_link {
    width: 24em;
    height: 4.8em;
  }
  .send_button span,
  .end_link span {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 600px) {
  .survey_main {
    font-size: 1.6vw;
  }
  .scale_info_container {
    display: none;
  }
  .radio_answer {
    min-width: 9.4em;
  }
  .radio_list .answer_item {
    margin-bottom: 2em;
  }
  .answer_button {
    height: 6.4em;
    border-radius: 0.8em;
  }
  .send_button,
  .end_link {
    width: 24em;
    height: 4.8em;
  }
  .send_button span,
  .end_link span {
    font-size: 1.6em;
  }
  .question_2_section .answers_list,
  .question_3_section .answers_list,
  .brand_question_section .answers_list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .question_2_section .answer_item,
  .question_3_section .answer_item,
  .brand_question_section .answer_item {
    width: 100%;
  }
  .question_2_section .answer_button,
  .question_3_section .answer_button,
  .brand_question_section .answer_button {
    width: 100%;
    display: block;
    text-align: left;
  }
}