.hero_section{
  margin-bottom: 60px;
}

.title_hero{
   padding-top: 184px;
  display: flex;
  justify-content: center;
}

.title_hero h1{
  display: inline-block;
  font-family: 'Nexa',sans-serif;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  background: #ffffff;
  padding: 4px 24px 0;
  color: #000000;
  margin-bottom: 8px;
  font-weight: bold;
}
.content_hero p{
  font-family: 'Nexa',sans-serif;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 633px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title_hero h1{
    font-size: 21px;
    line-height: 27px;
  }
  .content_hero p{
    width: 100%;
    font-size: 30px;
    line-height: 35px;
  }
}
.content_hero {
  display: flex;
  justify-content: center;
  padding-bottom:184px;
}
.superhero_content{
  font-family: 'Nexa',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
.superhero_box{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.superhero_box_image{
  display: flex;
}

.superhero_button{
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.superhero_button a{
  width: 230px;
  padding: 10px 0 5px;
  font-family: 'Nexa',sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FBB15D;
  display: flex;
  justify-content: center;
}
.superhero_biggest {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.superhero_biggest h2{
  font-family: 'Nexa',sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  max-width: 885px;
}
@media (max-width: 1199px) {
  .superhero_biggest h2{
    max-width: 100%;
  }
}
.superhero_biggest_box{
  display: grid;
  grid-template-columns: 636px 1fr;
  grid-gap: 40px;
  align-items: center;
  margin-bottom: 24px;
}
.superhero_biggest_box img{
  width:636px;
}
@media (max-width: 767px) {
  .superhero_biggest_box{
    grid-template-columns: 1fr;
  }
  .superhero_biggest_box img{
    width: 100%;
  }
}
.superhero_biggest_box p{
  font-family: 'Nexa',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
}
.superhero_info{
  background: linear-gradient(0deg, rgba(251, 177, 93, 0.2), rgba(251, 177, 93, 0.2)), #FFFFFF;
  padding: 24px 0 64px;
}
.superhero_info_block{
  background: #FFFFFF;
  border-radius:100px;
  padding: 24px 55px 64px;
  max-width: 1295px;
  margin: auto;
}
.superhero_info_box{
  display: flex;
  align-items: center;
  grid-gap:40px;
  margin-bottom: 24px;
  justify-content: space-between;
}
.superhero_info_box:nth-child(even){
  flex-direction: row-reverse;
}
.superhero_info_box_content{
  width: 670px;
}
.superhero_info_box_content h3{
  font-family: 'Nexa',sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 24px;
  margin: 0;
}
.superhero_info_box_content p{
  font-family: 'Nexa',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.superhero_info_box_content a{
  color: #9BBFE4;
}
.superhero_info_box_image{

}
.superhero_video{
  padding: 64px 0;
}
.superhero_video_box{
  display: flex;
  justify-content: center;
}
.superhero_faqs{
  background:  linear-gradient(0deg, rgba(155, 191, 228, 0.2), rgba(155, 191, 228, 0.2)), #FFFFFF;
  padding-top: 24px;
}
.superhero_faqs_box{
  padding: 40px 0 64px;
  background: #FFFFFF;
  border-radius: 100px 100px 0px 0px;
}
.superhero_faqs_title{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.superhero_faqs_title h2{
  max-width: 835px;
  font-family: 'Nexa',sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.faq_box{
  max-width: 835px;
  margin: auto;
}
.faq_title{
  font-family: 'Nexa',sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
  cursor: pointer;
}
.faq_title::before {
  content: "+";
  position: absolute;
  top:-5px;
  left: 0px;
  line-height: 1;
  font-size: 36px;
  font-weight: 600;
  color: #FBB15D;
}
.faq_title.minus::before {
  content: "-";
}

.faq_box_content{
  display: none;
  padding:0 40px 16px;
  font-family: 'Nexa',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.faq_box_content a{
  color: #9BBFE4;
}
.sup_question{
  padding-top: 64px;
}
.sup_question_title h2{
  font-family: 'Nexa',sans-serif;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 24px;
  font-weight: bold;
}
.sup_question_content{
  font-family: 'Nexa',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  padding-bottom:40px;
}
.sup_question_link{
  display: flex;
  justify-content: center;
}
.sup_question_link_left{
  margin-right: 128px;
}
.sup_question_link_left a{
  width: 162px;
  background: #FBB15D;
  padding: 10px 0 5px;
  font-family: 'Nexa',sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}
.sup_question_link_right a{
  width: 162px;
  background: #9BBFE4;
  padding: 10px 0 5px;
  font-family: 'Nexa',sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {

  .sup_question_link_left{
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .sup_question_link{
    flex-direction: column;
  }
  .sup_question_link_left a{
    width: 100%;
  }
  .sup_question_link_right a{
    width: 100%;
  }
  .superhero_biggest h2{
    font-size: 26px;
    line-height: 36px;
  }
  .superhero_biggest_box p{
    font-size: 18px;
    line-height: 22px;
  }
  .superhero_info_box{
   flex-direction: column-reverse;
  }
  .superhero_info_box:nth-child(even){
    flex-direction: column-reverse;
  }
  .superhero_info_box_content{
    width:100%;
  }
  .superhero_info_block{
    border-radius: 50px;
    padding: 24px 28px 64px;
  }
  .superhero_info_box_content h3{
    font-size: 20px;
    line-height: 24px;
  }
  .superhero_info_box_content p{
    font-size: 16px;
    line-height: 22px;
  }
  .superhero_faqs_box{
    border-radius: 50px 50px 0px 0px;
    padding: 40px 12px 64px;
  }
  .superhero_faqs_title h2{
    font-size: 26px;
    line-height: 30px;
  }
  .faq_title{
    font-size: 18px;
    line-height: 23px;
  }
  .sup_question_title h2{
    font-size: 26px;
    line-height: 30px;
  }
}