* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
}

html,
body {
  font-size: 16px;
  width: 100%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-right: 0 !important;
  margin: 0 !important;
}

img {
  width: 100%;
}

button,
a {
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
button:hover, button:visited, button:focus,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

span {
  font-family: inherit;
  font-weight: inherit;
}

p {
  font-family: inherit;
  font-weight: inherit;
}

.wrapperMain {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#header {
  display: flex;
  max-width: 1130px;
  padding: 0 50px;
  margin: 55px auto 0;
  align-items: center;
}
#header .logo {
  background-image: url("../../../assets/img/mbank-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 58px;
}
#header .separator {
  height: 55px;
  width: 2px;
  background-color: #0000FF;
  margin: 0 33px;
}
#header .headerImage {
  background-image: url("../../../assets/img/header-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 141px;
  height: 47px;
}

@media (max-width: 750px) {
  #header {
    padding: 0 30px;
    margin-top: 40px;
  }
  #header .logo {
    width: 124px;
    height: 46.4px;
  }
  #header .separator {
    height: 44px;
    width: 2px;
    margin: 0 25px;
  }
  #header .headerImage {
    width: 112.8px;
    height: 34.6px;
    flex-shrink: 0;
  }
}
@media (max-width: 550px) {
  #header {
    padding: 0 20px;
    margin-top: 30px;
  }
  #header .logo {
    width: 99.2px;
    height: 37.12px;
  }
  #header .separator {
    height: 35.2px;
    width: 2px;
    margin: 0 20px;
  }
  #header .headerImage {
    width: 90.24px;
    height: 27.68px;
    flex-shrink: 0;
  }
}
.wrapperMain {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#section1 {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 55px auto 0;
  padding: 0 50px;
}
#section1 .mainImage {
  background-image: url("../../../assets/img/kv.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1240px;
  padding-top: 474px;
  margin: 0 auto;
  border: 8px solid #FFFFFF;
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 255, 0.1));
  border-radius: 20px;
  position: relative;
}
#section1 .mainImage .content {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#section1 .mainImage .absoluteFirst {
  top: 150px;
  left: -40px;
  position: absolute;
  background-color: #00FF00;
  color: #0014C2;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 60px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding-left: 95px;
  padding-right: 76px;
}
#section1 .mainImage .absoluteFirst:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #00FF00;
  clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
  width: 32px;
  height: 20px;
}
#section1 .mainImage .absoluteSecond {
  top: 217px;
  left: -40px;
  position: absolute;
  background-color: #FF0EB2;
  color: #ffffff;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 60px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding-left: 95px;
  padding-right: 54px;
}
#section1 .mainImage .absoluteSecond:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #FF0EB2;
  clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
  width: 32px;
  height: 20px;
}
#section1 .mainImage .absoluteThird {
  top: 283px;
  left: -40px;
  position: absolute;
  background-color: #0000FF;
  color: #ffffff;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 60px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding-left: 95px;
  padding-right: 45px;
}
#section1 .mainImage .absoluteThird:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #0000FF;
  clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
  width: 32px;
  height: 20px;
}
#section1 .mainImage .img1 {
  background-image: url("../../../assets/img/section1-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  height: 75px;
  position: absolute;
  left: 128px;
  bottom: 22px;
  animation-duration: 6s;
  animation-name: imgZoomBig;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  scale: 0.9;
}
@keyframes imgZoomSmall {
  0% {
    scale: 0.95;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.95;
  }
}
@keyframes imgZoomBig {
  0% {
    scale: 0.9;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.9;
  }
}
#section1 .mainImage .img2 {
  background-image: url("../../../assets/img/section1-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 91px;
  position: absolute;
  left: 518px;
  top: 56px;
  animation-duration: 6s;
  animation-name: imgZoomBig;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  scale: 0.9;
}
#section1 .mainImage .img3 {
  background-image: url("../../../assets/img/section1-3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 157px;
  height: 142px;
  position: absolute;
  right: 26px;
  top: 35px;
  animation-duration: 6s;
  animation-name: imgZoomBig;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
  scale: 0.9;
}
#section1 .mainImage .img4 {
  width: 931px;
  height: 489px;
  background-image: url("../../../assets/img/kv-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 26px;
  top: 15px;
  animation-duration: 6s;
  animation-name: imgZoomSmall;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  scale: 0.95;
}

@media (max-width: 1300px) {
  #section1 .mainImage .img2 {
    left: 390px;
    top: 36px;
  }
  #section1 .mainImage .img4 {
    width: 837.9px;
    height: 440.1px;
    right: 18px;
    top: 50px;
  }
}
@media (max-width: 1150px) {
  #section1 .mainImage {
    padding-top: 350px;
  }
  #section1 .mainImage .absoluteFirst {
    top: 109.2px;
    left: -30px;
    font-size: 38.5px;
    line-height: 42px;
    padding-left: 72.8px;
    padding-right: 52.1px;
  }
  #section1 .mainImage .absoluteFirst:after {
    top: -14px;
    width: 22.4px;
    height: 14px;
  }
  #section1 .mainImage .absoluteSecond {
    top: 156.1px;
    left: -30px;
    font-size: 38.5px;
    line-height: 42px;
    padding-left: 72.8px;
    padding-right: 27.3px;
  }
  #section1 .mainImage .absoluteSecond:after {
    top: -14px;
    width: 22.4px;
    height: 14px;
  }
  #section1 .mainImage .absoluteThird {
    top: 203.7px;
    left: -30px;
    font-size: 38.5px;
    line-height: 42px;
    padding-left: 72.8px;
    padding-right: 35.7px;
  }
  #section1 .mainImage .absoluteThird:after {
    top: -14px;
    width: 22.4px;
    height: 14px;
  }
  #section1 .mainImage .img1 {
    width: 55.2px;
    height: 60px;
    left: 110px;
    bottom: 22px;
  }
  #section1 .mainImage .img2 {
    width: 57.6px;
    height: 72.8px;
    left: 280px;
    top: 70px;
  }
  #section1 .mainImage .img3 {
    width: 125.6px;
    height: 113.6px;
    right: 26px;
    top: 20px;
  }
  #section1 .mainImage .img4 {
    width: 651.7px;
    height: 342.3px;
    right: 26px;
    top: 20px;
  }
}
@media (max-width: 960px) {
  #section1 .mainImage {
    padding-top: 350px;
    background-position: center;
  }
  #section1 .mainImage .img4 {
    right: -50px;
  }
}
@media (max-width: 850px) {
  #section1 .mainImage {
    padding-top: 350px;
    background-position: center;
  }
  #section1 .mainImage .img4 {
    width: 558.6px;
    height: 293.4px;
    top: 70px;
  }
}
@media (max-width: 750px) {
  #section1 {
    padding: 0 30px;
    margin-top: 30px;
  }
  #section1 .mainImage {
    padding-top: 260px;
    border-width: 5px;
  }
  #section1 .mainImage .absoluteFirst {
    top: 87.36px;
    left: -25px;
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 37.68px;
  }
  #section1 .mainImage .absoluteFirst:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1 .mainImage .absoluteSecond {
    top: 124.88px;
    left: -25px;
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 21.84px;
  }
  #section1 .mainImage .absoluteSecond:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1 .mainImage .absoluteThird {
    top: 161.2px;
    left: -25px;
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 28.56px;
  }
  #section1 .mainImage .absoluteThird:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1 .mainImage .img1 {
    width: 38.64px;
    height: 42px;
    left: 90px;
    bottom: 10px;
  }
  #section1 .mainImage .img2 {
    width: 40.32px;
    height: 50.96px;
    left: 215px;
    top: 63px;
  }
  #section1 .mainImage .img3 {
    width: 87.92px;
    height: 79.52px;
    right: 10px;
    top: 10px;
  }
  #section1 .mainImage .img4 {
    width: 465.5px;
    height: 244.5px;
    top: 25px;
  }
}
@media (max-width: 550px) {
  #section1 {
    margin-top: 20px;
    padding: 0 25px;
  }
  #section1 .mainImage {
    padding-top: 260px;
    background-position: 80% center;
  }
  #section1 .mainImage .absoluteFirst {
    top: 80px;
    left: -20px;
    font-size: 24.64px;
    line-height: 26.88px;
    padding-left: 40px;
    padding-right: 30.144px;
  }
  #section1 .mainImage .absoluteSecond {
    display: none;
  }
  #section1 .mainImage .absoluteThird {
    display: none;
  }
  #section1 .mainImage .img1 {
    width: 38.64px;
    height: 42px;
    left: 10px;
    bottom: 10px;
  }
  #section1 .mainImage .img2 {
    width: 40.32px;
    height: 50.96px;
    left: 100px;
    top: 63px;
  }
  #section1 .mainImage .img3 {
    width: 87.92px;
    height: 79.52px;
    right: 10px;
    top: 10px;
  }
}
@media (max-width: 450px) {
  #section1 .mainImage {
    padding-top: 200px;
    background-position: 85% center;
  }
  #section1 .mainImage .img2 {
    left: 70px;
  }
  #section1 .mainImage .img4 {
    width: 335.16px;
    height: 182.07px;
    right: -50px;
  }
}
@media (max-width: 400px) {
  #section1 .mainImage {
    padding-top: 200px;
    background-position: 85% center;
  }
  #section1 .mainImage .img1 {
    width: 30.9px;
    height: 33.6px;
    left: 20px;
    bottom: 10px;
  }
  #section1 .mainImage .img2 {
    width: 32.25px;
    height: 40.76px;
    left: 50px;
    top: 63px;
  }
  #section1 .mainImage .img3 {
    width: 70.33px;
    height: 63.61px;
    right: 10px;
    top: 10px;
  }
}
#section2 {
  display: flex;
  flex-flow: column;
  padding: 0 50px;
  max-width: 1440px;
  overflow: hidden;
}
#section2 .track {
  display: flex;
  flex-flow: row;
  transition: 0.6s transform ease-in-out;
  align-items: flex-start;
}
#section2 .wrapper {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 100px 0 0;
  flex-shrink: 0;
  justify-content: flex-start;
  height: 0;
  position: relative;
  overflow: hidden;
  transition: height 0.7s ease-in-out, 0.2s opacity;
}
#section2 .wrapper #confetti {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#section2 .wrapper .nextQuestion {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  align-self: center;
  height: 47px;
  width: 154px;
  background-color: darkgray;
  border-radius: 66px;
  cursor: pointer;
  margin: 50px 0 80px;
  flex-shrink: 0;
  transition: 0.3s all;
}
#section2 .wrapper .nextQuestion.active {
  background-color: #FF0EB2;
}
#section2 .answerWrapper {
  display: flex;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  flex-flow: column;
  z-index: 1;
}
#section2 .answerWrapper .title {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.22;
  text-align: center;
  color: #000000;
  margin: 0 0 50px;
}
#section2 .answerWrapper .subTitle {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.225;
  text-align: center;
  color: #000000;
  margin: 0 0 40px;
}
#section2 .answerWrapper .middle {
  background-image: url("../../assets/img/image-1.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 397px 448px;
  height: 448px;
  width: 700px;
  display: flex;
  align-self: center;
  justify-content: flex-end;
}
#section2 .answerWrapper .middle .circle {
  width: 412px;
  height: 412px;
  border-radius: 50%;
  background-color: #FF0EB2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-top: 53px;
}
#section2 .answerWrapper .middle .circle .bigText {
  font-size: 150px;
}
#section2 .answerWrapper .middle .circle .smallText {
  font-size: 80px;
}
#section2 .answerWrapper .bottom {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin-top: 85px;
}
#section2 .answerWrapper .bottom .textAwesome {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.225;
  text-align: center;
  margin: 0;
  color: #0000FF;
  display: none;
}
#section2 .answerWrapper .bottom .textAwesome .green {
  font-size: 60px;
  color: #00FF00;
}
#section2 .answerWrapper .bottom .text {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.225;
  text-align: center;
  color: #000000;
  margin: 0;
}
#section2 .answerWrapper .bottom .buttonBack {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #FFFFFF;
  height: 47px;
  width: 328px;
  background-color: #FF0EB2;
  border-radius: 66px;
  cursor: pointer;
  align-self: center;
  margin: 82px 0 190px;
}
#section2 .questionWrapper {
  display: flex;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#section2 .questionWrapper .column {
  display: flex;
  flex-flow: column;
}
#section2 .questionWrapper .column .title {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.005em;
  color: #000000;
  margin: 10px 0 26px;
}
#section2 .questionWrapper .column .questionContainer {
  display: flex;
  flex-flow: column;
  width: 100%;
}
#section2 .questionWrapper .column .questionContainer .descriptionWrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  width: calc(100% - 40px);
  height: 0;
}
#section2 .questionWrapper .column .questionContainer .descriptionWrapper .description {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  border-radius: 25px;
  padding: 7px 14px;
  margin: 0 0 7px;
  overflow: hidden;
  width: 100%;
}
#section2 .questionWrapper .column .questionContainer .descriptionWrapper .description.descriptionTrue {
  background: #00FF00;
}
#section2 .questionWrapper .column .questionContainer .descriptionWrapper .description.descriptionFalse {
  background: #FF0EB2;
}
#section2 .questionWrapper .column .questionContainer .descriptionWrapper:not(.active) {
  display: flex;
}
#section2 .questionWrapper .column .question {
  display: flex;
  width: 100%;
  position: relative;
}
#section2 .questionWrapper .column .question .false {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/false.svg");
  width: 25px;
  height: 25px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
  opacity: 1;
}
#section2 .questionWrapper .column .question .true {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/true.svg");
  width: 31px;
  height: 23px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
  opacity: 1;
}
#section2 .questionWrapper .column .question .hidden {
  opacity: 0;
}
#section2 .questionWrapper .column .questionLabel {
  display: flex;
  width: calc(100% - 40px);
}
#section2 .questionWrapper .column .questionLabel input {
  display: none;
}
#section2 .questionWrapper .column .questionText {
  border: 1px solid #0000FF;
  border-radius: 23.5px;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #26221E;
  padding: 7px 14px;
  margin: 7px 0;
  cursor: pointer;
  transition: 0.3s all;
  width: 100%;
  user-select: none;
}
#section2 .questionWrapper .column .questionTextFalse {
  border: 1px solid #FF0EB2;
}
#section2 .questionWrapper .column .questionTextTrue {
  border: 1px solid #00FF00;
}
#section2 .questionWrapper .column .img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 440px;
  height: 449px;
}
#section2 .questionWrapper .column .img1 {
  background-image: url("../../assets/img/image-1.svg");
  margin-right: auto;
}
#section2 .questionWrapper .column .img2 {
  background-image: url("../../assets/img/image-2.svg");
  margin-left: auto;
}
#section2 .questionWrapper .column .img3 {
  background-image: url("../../assets/img/image-3.svg");
  margin-right: auto;
}
#section2 .questionWrapper .column .img4 {
  background-image: url("../../assets/img/image-4.svg");
  margin-left: auto;
}
#section2 .questionWrapper .columnImg1 {
  order: 0;
  margin-right: auto;
  justify-content: center;
}
#section2 .questionWrapper .columnImg2 {
  order: 1;
  margin-left: auto;
  justify-content: center;
}
#section2 .questionWrapper .columnImg3 {
  order: 0;
  margin-right: auto;
  justify-content: center;
}
#section2 .questionWrapper .columnImg4 {
  order: 1;
  margin-left: auto;
  justify-content: center;
}
#section2 .questionWrapper .columnQuestions1 {
  order: 1;
  max-width: 600px;
  margin-left: 40px;
}
#section2 .questionWrapper .columnQuestions2 {
  order: 0;
  max-width: 600px;
  margin-right: 40px;
}
#section2 .questionWrapper .columnQuestions3 {
  order: 1;
  max-width: 600px;
  margin-left: 40px;
}
#section2 .questionWrapper .columnQuestions4 {
  order: 0;
  max-width: 600px;
  margin-right: 40px;
}

@media screen and (max-width: 1200px) {
  #section2 .wrapper .column .img {
    width: 352px;
    height: 359px;
  }
  #section2 .wrapper .columnImg1 {
    margin: auto;
  }
  #section2 .wrapper .columnImg2 {
    margin: auto;
  }
  #section2 .wrapper .columnImg3 {
    margin: auto;
  }
  #section2 .wrapper .columnImg4 {
    margin: auto;
  }
  #section2 .answerWrapper .title {
    font-size: 38.4px;
    margin: 0 0 40px;
  }
  #section2 .answerWrapper .subTitle {
    font-size: 32px;
    margin: 0 0 32px;
  }
  #section2 .answerWrapper .middle {
    background-size: 317.6px 358.4px;
    height: 358.4px;
    width: 560px;
  }
  #section2 .answerWrapper .middle .circle {
    width: 329.6px;
    height: 329.6px;
    margin-top: 45.4px;
  }
  #section2 .answerWrapper .middle .circle .bigText {
    font-size: 120px;
  }
  #section2 .answerWrapper .middle .circle .smallText {
    font-size: 64px;
  }
  #section2 .answerWrapper .bottom {
    margin-top: 68px;
  }
  #section2 .answerWrapper .bottom .textAwesome {
    font-size: 36px;
  }
  #section2 .answerWrapper .bottom .textAwesome .green {
    font-size: 48px;
  }
  #section2 .answerWrapper .bottom .text {
    font-size: 32px;
  }
  #section2 .answerWrapper .bottom .buttonBack {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1050px) {
  #section2 .wrapper {
    padding-top: 50px;
  }
  #section2 .questionWrapper .column .title {
    font-size: 20px;
  }
  #section2 .questionWrapper .column .questionText {
    font-size: 16px;
  }
  #section2 .questionWrapper .column .questionContainer .descriptionWrapper .description {
    font-size: 16px;
  }
  #section2 .answerWrapper {
    padding-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  #section2 .questionWrapper {
    flex-flow: column;
  }
  #section2 .wrapper .columnImg1 {
    order: 0;
    margin: auto auto 40px auto;
    justify-content: center;
  }
  #section2 .wrapper .columnImg2 {
    order: 0;
    margin: auto auto 40px auto;
    justify-content: center;
  }
  #section2 .wrapper .columnImg3 {
    order: 0;
    margin: auto auto 40px auto;
    justify-content: center;
  }
  #section2 .wrapper .columnImg4 {
    order: 0;
    margin: auto auto 40px auto;
    justify-content: center;
  }
  #section2 .wrapper .columnQuestions1 {
    order: 1;
    margin: auto;
    max-width: unset;
  }
  #section2 .wrapper .columnQuestions2 {
    order: 1;
    max-width: unset;
    margin: auto;
  }
  #section2 .wrapper .columnQuestions3 {
    order: 1;
    max-width: unset;
    margin: auto;
  }
  #section2 .wrapper .columnQuestions4 {
    order: 1;
    max-width: unset;
    margin: auto;
  }
  #section2 .wrapper .columnQuestions5 {
    order: 1;
    max-width: unset;
    margin: auto;
  }
  #section2 .answerWrapper .title {
    font-size: 30.72px;
  }
  #section2 .answerWrapper .subTitle {
    font-size: 25.6px;
  }
  #section2 .answerWrapper .middle {
    background-size: 254.08px 286.72px;
    height: 286.72px;
    width: 448px;
  }
  #section2 .answerWrapper .middle .circle {
    width: 263.68px;
    height: 263.68px;
    margin-top: 36.32px;
  }
  #section2 .answerWrapper .middle .circle .bigText {
    font-size: 96px;
  }
  #section2 .answerWrapper .middle .circle .smallText {
    font-size: 51.2px;
  }
  #section2 .answerWrapper .bottom {
    margin-top: 54.4px;
  }
  #section2 .answerWrapper .bottom .textAwesome {
    font-size: 28.8px;
  }
  #section2 .answerWrapper .bottom .textAwesome .green {
    font-size: 38.4px;
  }
  #section2 .answerWrapper .bottom .text {
    font-size: 25.6px;
  }
  #section2 .answerWrapper .bottom .buttonBack {
    width: 290px;
  }
}
@media screen and (max-width: 750px) {
  #section2 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  #section2 .wrapper .column .img {
    width: 281px;
    height: 287px;
  }
}
@media screen and (max-width: 550px) {
  #section2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  #section2 .answerWrapper {
    padding-top: 10px;
  }
  #section2 .answerWrapper .title {
    font-size: 24.576px;
    margin-bottom: 20px;
  }
  #section2 .answerWrapper .subTitle {
    font-size: 20.48px;
  }
  #section2 .answerWrapper .middle {
    background-size: 203.264px 229.376px;
    height: 229.376px;
    width: 358.4px;
  }
  #section2 .answerWrapper .middle .circle {
    width: 211px;
    height: 211px;
    margin-top: 29.056px;
  }
  #section2 .answerWrapper .middle .circle .bigText {
    font-size: 76.8px;
  }
  #section2 .answerWrapper .middle .circle .smallText {
    font-size: 40.96px;
  }
  #section2 .answerWrapper .bottom {
    margin-top: 43.52px;
  }
  #section2 .answerWrapper .bottom .textAwesome {
    font-size: 23.04px;
  }
  #section2 .answerWrapper .bottom .textAwesome .green {
    font-size: 30.72px;
  }
  #section2 .answerWrapper .bottom .text {
    font-size: 20.48px;
  }
  #section2 .answerWrapper .bottom .buttonBack {
    width: 270px;
    margin-bottom: 100px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 400px) {
  #section2 .answerWrapper .middle {
    background-size: 162.6px 183.5px;
    height: 183.5px;
    width: 275px;
  }
  #section2 .answerWrapper .middle .circle {
    width: 151.92px;
    height: 151.92px;
    margin-top: 23.3px;
  }
  #section2 .answerWrapper .middle .circle .bigText {
    font-size: 57px;
  }
  #section2 .answerWrapper .middle .circle .smallText {
    font-size: 30px;
  }
  #section2 .wrapper .column .img {
    width: 281px;
    height: 287px;
  }
  #section2 .questionWrapper .column .title {
    font-size: 18px;
  }
  #section2 .questionWrapper .column .questionLabel {
    width: calc(100% - 32px);
  }
  #section2 .questionWrapper .column .question .true {
    width: 24.8px;
    height: 18.4px;
  }
  #section2 .questionWrapper .column .question .false {
    width: 20px;
    height: 20px;
  }
  #section2 .questionWrapper .column .questionText {
    font-size: 14px;
  }
  #section2 .questionWrapper .column .questionContainer .descriptionWrapper {
    width: calc(100% - 32px);
  }
  #section2 .questionWrapper .column .questionContainer .descriptionWrapper .description {
    font-size: 14px;
  }
}
#section3 {
  display: flex;
  flex-flow: column;
  max-width: 1110px;
  width: 100%;
  padding: 50px;
  margin: 0 auto;
}
#section3 .element {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#section3 .element .img {
  width: 17px;
  height: 21px;
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
#section3 .element .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  #section3 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 550px) {
  #section3 {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=main.css.map */
