.section1 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.section1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section1 .fp-tableCell {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.section1 .wrap {
  width: 1272px;

  position: relative;
  left: 15px;
}
.section1 .wrap .the_left {
  width: 633px;
  height: 788px;
  position: relative;
  top: 50px;
}
.section1 .wrap .the_left .img {
  width: 100%;
  height: 100%;
}
.section1 .wrap .the_left .position {
  position: absolute;
  bottom: 137px;
  right: -35px;
  z-index: 2;
}
.section1 .wrap .the_left .position .text {
  margin: 19px 0 0 0;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}
.section1 .wrap .the_left .position .text p {
  text-shadow: 0px 8px 3px rgba(0, 0, 0, 0.09);
}
.section1 .wrap .the_right {
  margin: 150px 0 0 0;
}
.section1 .wrap .the_right .headline {
  margin: 0 0 80px 0;
}
.section1 .wrap .the_right .headline span {
  font-size: 78px;
  color: #fff;
  display: block;
  font-family: PingFang SC r;
  line-height: 80px;
}
.section1 .wrap .the_right .headline img {
  position: relative;
  top: unset;
  left: 7px;
}
.section1 .wrap .the_right p {
  font-size: 18px;
  font-family: PingFang SC r;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 30px;
  text-shadow: 0px 8px 3px rgba(0, 0, 0, 0.09);
}
.section2 {
  position: relative;
  z-index: 2;
}
.section2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section2 .wrap {
  width: 100%;
  height: 100%;
  display: flex;
}
.section2 .wrap .item {
  width: 33.3%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.section2 .wrap .item:before{
  content: '';
  position: absolute;
  width: 459px;
  height: 459px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -100px;
  border-radius: 50%;
  border: 100px solid #e7691b;
  opacity: 0.3;
  z-index: 25;
  display: none;
}
.section2 .wrap .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e7691b;
  transform: translateY(100%);
  transition: 1s;
  opacity: 0.7;
}
.section2 .wrap .item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.section2 .wrap .item .circle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 500px);
  filter: brightness(10) grayscale(1);
  opacity: 0;
  transition: 1s;
}
.section2 .wrap .item .text {
  text-align: center;
  width: 100%;
  margin: auto;
  transition: 1s;
  position: relative;
}
.section2 .wrap .item .text p {
  font-size: 36px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #FFFFFF;
  transition: 1s;
  transform: translateY(20px);
}
.section2 .wrap .item .text .pick {
  font-size: 20px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #FFFFFF;
  transition: 1s;
  margin: 52px 0 0 0;
  line-height: 32px;
  opacity: 0;
  transform: translateY(20px);
  min-height: 96px;

}
.section2 .wrap .item:hover .circle {
  transform: translate(-50%, 200px);
  opacity: 0.05;
}
.section2 .wrap .item:hover .text p {
  transform: translateY(0);
}
.section2 .wrap .item:hover .text .pick {
  opacity: 1;
  transform: translateY(0);
}
.section2 .wrap .item:hover:after {
  transform: translateY(0);
}
.section3 {
  position: relative;
  z-index: 2;
}
.section3 .position_text{
  position: absolute;
  right: 50px;
  bottom: 35px;
  z-index: 9;
  font-size: 18px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #191919;
}
.section3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section3 .wrap {
  position: absolute;
  top: 17.34375vw;
  right: 21.04166667vw;
  z-index: 2;
}
.section3 .wrap .title {
  font-size: 46px;
  font-family: ZauriSans;
  font-weight: bold;
  color: #241B0F;
  margin: 0 0 57px 0;
}
.section3 .wrap .content {
  font-size: 24px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #191919;
}
.section3 .wrap .content p:not(:last-child) {
  margin: 0 0 22px 0;
}
.section3 .wrap .content p strong {
  font-size: 35px;
  font-family: Open Sans b;
  font-weight: bold;
  font-style: italic;
  color: #191919;
  background: linear-gradient(0deg, #EDA03D 0%, #FFA336 99.63378906%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 3px;
}
.section4 {
  position: relative;
  z-index: 2;
}
.section4 .fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section4 .wrap {
  width: 798px;
  text-align: center;
  margin: auto;
}
.section4 .wrap img{
  width: 644px;
}
.section4 .wrap .text {
  font-size: 18px;
  font-family: X-ZhongHei;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 32px;
  margin: 61px 0 0 0;
}
.section5 {
  position: relative;
  z-index: 2;
}
.section5 .fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section5 .rsi {
  position: absolute;
  top: 156px;
  left: 146px;
}
.section5 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section5 .wrap {
  text-align: center;
}
.section5 .wrap span {
  font-size: 78px;
  font-family: MI;
  font-weight: 200;
  color: #1D1D1D;
  display: block;
  margin: 0 0 49px 0;
}
.section5 .wrap p {
  font-size: 36px;
  font-family: MI;
  font-weight: 400;
  color: #1D1D1D;
}
.section6 {
  position: relative;
  z-index: 2;
}
.section6 .fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section6 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section6 .wrap {
  padding: 0 210px;
  width: 100%;
}
.section6 .wrap .title {
  font-size: 46px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
.section6 .wrap .headline {
  font-size: 34px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #FFFFFF;
  margin: 0 0 41px 0;
}
.section6 .wrap .headline strong {
  color: #EC6815;
  font-weight: normal;
}
.section6 .wrap .text {
  font-size: 18px;
  font-family: X-ZhongHei;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.9;
}
.section7 {
  position: relative;
  z-index: 2;
}
.section7 .fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section7 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section7 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 95%;
}
.section7 .wrap .content {
  margin: 0 65px 0 0;
}
.section7 .wrap .content .headline {
  font-size: 48px;
  font-family: ZauriSans;
  font-weight: bold;
  color: #1D1D1D;
  margin: 0 0 69px 0;
}
.section7 .wrap .content .img {
  text-align: center;
  width: fit-content;
  margin: 0 0 57px 0;
}
.section7 .wrap .content .img img {
  margin: 0 0 15px 0;
}
.section7 .wrap .content .img p {
  font-size: 20px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #191919;
  opacity: 0.5;
}
.section7 .wrap .content .flex {
  display: flex;
}
.section7 .wrap .content .flex .list:first-child span {
  min-width: 118px;
  display: block;
}
.section7 .wrap .content .flex .list:not(:last-child) {
  margin: 0 140px 0 0;
}
.section7 .wrap .content .flex .list p {
  font-size: 24px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #191919;
  margin: 0 0 11px 0;
}
.section7 .wrap .content .flex .list span {
  font-size: 45px;
  font-family: Open Sans;
  font-weight: bold;
  color: #EC6716;
  line-height: 34px;
  position: relative;
}
.section7 .wrap .content .flex .list span:after {
  content: attr(data-text);
  position: relative;
  top: -2px;
}
.section7 .wrap .images {
  width: 786px;
  height: 724px;
}
.section7 .wrap .images img {
  width: 100%;
  height: 100%;
}
.section8 {
  position: relative;
  z-index: 2;
}
.section8:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.1);
}
.section8 .fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section8 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section8 .wrap {
  width: 1585px;
  display: flex;
  max-width: 95%;
  position: relative;
  z-index: 12;
}
.section8 .wrap .the_left {
  margin: 0 214px 0 0;
}
.section8 .wrap .the_left .title {
  font-size: 48px;
  font-family: ZauriSans;
  font-weight: bold;
  color: #131313;
  margin: 0 0 250px 0;
}
.section8 .wrap .the_left .title img {
  margin: 0 0 30px 0;
}
.section8 .wrap .the_left .title p strong {
  color: #1E8238;
  font-weight: normal;
}
.section8 .wrap .the_left .text {
  font-size: 22px;
  font-family: ZauriSans;
  font-weight: 100;
  color: #FFFFFF;
  line-height: 32px;
}
.section8 .wrap .the_left .text img {
  margin: 33px 0 0 0;
}
.section8 .wrap .the_right {
  margin: 267px 0 0 0;
}
.section8 .wrap .the_right .count-item {
  font-size: 280px;
  font-family: Akrobat b;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 0 43px 0;
  line-height: 191px;
  position: relative;
}
.section8 .wrap .the_right .count-item:after{
  content: attr(data-text);
  display: inline-block;
}
.section8 .wrap .the_right .pick {
  font-size: 20px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 30px;
  margin: 23px 0 0 35px;
}
.section9 {
  position: relative;
  z-index: 2;
}
.section9 .fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section9 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section9 .wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}
.section9 .wrap .title {
  font-size: 48px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #FFFFFF;
  margin: 0 0 31px 0;
}
.section9 .wrap .background {
  background: #232221;
  border-radius: 25px;
  height: 50px;
  display: flex;
  padding: 0 24px 0 0;
  margin: 0 0 32px 0;
}
.section9 .wrap .background div {
  height: 100%;
  background: #232221;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #FFFFFF;
}
.section9 .wrap .background div.on {
  background: #EC6716;
  padding: 0 24px;
}
.section9 .wrap .text {
  font-size: 24px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 40px;
}
.section9 .wrap .text p:not(:last-child) {
  margin: 0 0 12px 0;
}
/*# sourceMappingURL=about.css.map */
@media screen and (max-width: 1900px) {
    .section8 .wrap{
        max-width: 90%;
    }
}
@media screen and (max-width: 1757px) {
    .section7 .wrap .images{
        height: auto;
        width: 46%;
    }
    .section7 .wrap .content .flex .list p{
        font-size: 20px;
    }
    .section7 .wrap .content .flex .list span{
        font-size: 38px;
    }
    .section7 .wrap .content .flex .list:not(:last-child) {
        margin: 0 75px 0 0;
    }
}
@media screen and (max-width: 1728px) {
    .section6 .wrap {
        padding: 0 7%;
    }
    .section6 .wrap .title{
        font-size: 42px;
    }
    .section6 .wrap .headline{
        font-size: 32px;
    }
    .section6 .wrap .text{
        font-size: 16px;
    }
    .section7 .wrap{
        max-width: 90%;
    }

}
@media screen and (max-width: 1630px) {
    .section1 .wrap{
        left: 0;
        max-width: 90%;
    }
    .section1 .wrap .the_left{
        width: 51%;
        height: auto;
    }
    .section1 .wrap .the_right .headline span {
        font-size: 70px;
        line-height: 73px;
    }
    .section1 .wrap .the_right p{
        font-size: 17px;
    }
    .section3 .wrap {
        top: 19.34375vw;
        right: 16.041667vw;
    }
    .section3 .wrap .title{
        font-size: 40px;
    }
    .section3 .wrap .content{
        font-size: 22px;
    }
    .section3 .wrap .content p strong{
        font-size: 32px;
    }
}
@media screen and (max-width: 1500px) {
    .section8 .wrap .the_left {
        margin: 0;
    }
    .section8 .wrap{
        justify-content: space-between;
    }
    .section8 .wrap .the_right .count-item{
        font-size: 250px;
    }
    .section8 .wrap .the_left .title {
        margin: 0 0 173px 0;
    }
    .section8 .wrap .the_right {
        margin: 233px 0 0 0;
    }
}
@media screen and (max-width: 1380px) {
  .section2 .wrap .item:hover .circle {
    transform: translate(-50%, 125px);
  }
}
@media screen and (max-width: 1321px) {
    .section7 .wrap .content .flex .list p {
        font-size: 17px;
    }
    .section7 .wrap .content .flex .list:not(:last-child) {
        margin: 0 56px 0 0;
    }
    .section7 .wrap .content .flex .list span {
        font-size: 35px;
    }
}
@media screen and (max-width: 1300px) {
    .section1 .wrap .the_right .headline span {
        font-size: 50px;
        line-height: 58px;
    }
    .section1 .wrap .the_right .headline {
        margin: 0 0 44px 0;
    }
    .section1 .wrap .the_right p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1210px) {
    .section8 .wrap .the_right .count-item {
        font-size: 170px;
    }
    .section8 .wrap .the_right .pick{
        font-size: 16px;
    }
    .section8 .wrap .the_left .title {
        margin: 0 0 92px 0;
    }
    .section8 .wrap .the_right {
        margin: 145px 0 0 0;
    }
}
@media screen and (max-width: 1160px) {
    .section1 .wrap .the_right .headline span {
        font-size: 43px;
        line-height: 53px;
    }
    .section1 .wrap .the_right p {
        font-size: 14px;
    }
    .section1 .wrap .the_left {
        width: 46%;
    }
}
@media screen and (max-width: 1118px) {
    .section3 .wrap {
        top: 17.34375vw;
        right: 11.041667vw;
    }
}

@media screen and (max-width: 1102px) {
    .section7 .wrap .content .headline{
        font-size: 42px;
    }
    .section7 .wrap .content .flex .list:not(:last-child) {
        margin: 0 43px 0 0;
    }
    .section7 .wrap .content .flex .list p{
        white-space: nowrap;
    }
}

@media screen and (max-width: 1023px) {
    .mobile_back{
      display: block!important;
    }
  .section2 .fp-tableCell,.section8 .fp-tableCell{
    display: flex;
    align-items: center;
    justify-content: center;
  }
    #fullPage > section,#fullPage .fp-tableCell{
      min-height: 100vh!important;


      height: auto!important;
        overflow: hidden;
    }
    #fullPage > .section7,#fullPage > .section7 .fp-tableCell{
      min-height: auto!important;
    }


  body #fullPage .footer,body #fullPage .footer .fp-tableCell{
    min-height: auto!important;
    height: auto!important;
  }
    .section1 .wrap{
        flex-direction: column-reverse;
    }
  /*.section1 .fp-tableCell{*/
  /*  display: block!important;*/
  /*}*/
  body #fullPage .section1,body #fullPage .section1 .fp-tableCell{
    min-height: calc(100vh - 138px) !important;
  }
    .section1 .wrap .the_right .headline span {
        font-size: 28px;
        line-height: 38px;
    }
    .section1 .wrap .the_right {
      margin: 33px 0 0 0;
      position: relative;
      top: 0;
    }
    .section1 .wrap .the_right .headline {
        margin: 0 0 4px 0;
    }
    .section1 {
        margin: 138px 0 0 0;
    }
    .section1 .wrap .the_left{
        width: 100%;
        height: auto;
        top: 5px;
        margin: 20px 0 0 0;
    }
  .section2 .fp-tableCell{
      display: block!important;
  }
    .section1 .wrap .the_left .position .text {
        font-size: 14px;
        line-height: 23px;
    }
    .section1 .wrap .the_right p {
        font-size: 13px;
    }
    .section1 .wrap .the_left .img{
        width: 60%;
      position: relative;
      top: 20px;
    }
    .section1 .wrap .the_left .position {
        bottom: 27px;
        right: 0;
    }
    .section1 .wrap .the_left .position img{
        width: 65px;
    }
    .section2 .wrap .item:hover .circle,.section2 .wrap .item:after{
        display: none;
    }
    .section2 .wrap .item .text .pick {
        opacity: 1;
        transform: translateY(0);
    }
    .section2 .wrap{
        flex-direction: column;
        padding: 40px 0;
    }
    .section2 .wrap .item{
        width: 90%;
        margin: 0 auto 52px;
        z-index: 2;
    }
    .section2 .wrap:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: rgba(0,0,0,0.2);
    }
    .section2 .wrap .item:last-child{
        margin: auto;
    }
    .section2 .wrap .item:not(:last-child){
        border: none;
    }
    .section2 .wrap .item .text p{
        font-size: 22px;
    }
    .section2 .wrap .item .text .pick {
        font-size: 13px;
        margin: 35px 0 0 0;
        line-height: 25px;
    }

    .section3:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: rgba(0,0,0,0.2);
    }
    .section3 .bg{
      display: none;
    }
    .section3 .sj_bg{
      display: block!important;
      height: auto;
      position: static;
    }
    .section3 .wrap{
      max-width: 90%;
      margin: auto;
      padding: 115px 0 25px 0;
      position: absolute;
      top: 0;
      right: 5%;
      left: unset;
      text-align: right;
      bottom: unset;
    }
  .section5 .fp-tableCell,.section6 .fp-tableCell{
    display: block!important;
  }
  .section5 .fp-tableCell{
    display: flex!important;
    align-items: center;
    justify-content: center;
  }
  .section5 .wrap {
    position: relative;
  }
  .section8 .fp-tableCell{
    align-items: unset;
  }
  .section8 .wrap {
    justify-content: unset;
  }
  .section9 .wrap {
    position: relative;
    top: -114px;
  }

  .section6 .wrap {
    position: relative;
    text-align: center;
  }
  .section6 .fp-tableCell{
    display: flex!important;
  }
    .section3 .wrap .title {
        font-size: 32px;
        margin: 0 0 17px 0;
    }
  .section3 .wrap .content {
    font-size: 18px;
    line-height: 33px;
  }
    .section3 .wrap .content p strong {
        font-size: 16px;
    }
    .section3 .position_text{
      position: absolute;
      left: 5%;
      width: 90%;
      bottom: -38px;
      font-size: 12px;
      margin: auto;
      padding: 0 0 45px 0;
      white-space: nowrap;
      transform: scale(0.8);
      opacity: 0.5;
      transform-origin: left top;
    }
    .section4 .wrap{
        max-width: 90%;
        margin: auto;
        padding: 45px 0;
    }
    .section4 .wrap img {
        width: 69%;
        max-width: 450px;
    }
  .section4 .wrap .text {
    font-size: 18px;
    line-height: 43px;
    margin: 0;
  }
    .section5{
        padding: 60px 0;
    }
    .section5 .wrap span{
        font-size: 35px;
        margin: 0 0 13px 0;
    }
    .section5 .wrap p{
        font-size: 27px;
    }
    .section6{
        padding: 60px 0;
    }
    .section6 .wrap .title {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
    .section6 .wrap .headline {
        font-size: 29px;
        margin: 0 0 22px 0;
    }
    .section6 .wrap .text {
        font-size: 18px;
    }
    .section7{
        padding: 60px 0;
    }
    .section7 .wrap .content .headline {
        font-size: 28px;
        margin: 0 0 25px 0;
    }
    .section7 .wrap .content .img img {
        width: 43px;
    }
    .section7 .wrap{
        flex-direction: column;
        align-items: unset;
    }
    .section7 .wrap .content .img p{
        font-size: 15px;
    }

    .section7 .wrap .content .img {
        margin: 0 0 32px 0;
    }
    .section7 .wrap .content .flex .list:not(:last-child) {
        margin: 0 30px 0 0;
    }
    .section7 .wrap .content .flex .list p {
        font-size: 12px;
    }
    .section7 .wrap .content .flex .list span {
        font-size: 23px;
    }
    .section7 .wrap .content .flex .list span{
        min-width: fit-content!important;
    }
    .section7 .wrap .images {
        width: 100%;
        margin: 34px 0 0 0;
    }
    .section8{
        padding: 60px 0;
    }
    .section8 .wrap{
        flex-direction: column;
    }
    .section8 .wrap .the_left .title{
        font-size: 28px;
    }
    .section8 .wrap .the_left .text {
        font-size: 13px;
        line-height: 32px;
    }
    .section8 .wrap .the_left .title {
        margin: 0 0 41px 0;
    }
    .section8 .wrap .the_left .title img{
        width: 50px;
        margin: 0 0 18px 0;
    }
    .section8 .wrap .the_right .count-item {
        font-size: 70px;
        margin: 0 0 9px 0;
        line-height: 1;
    }
    .section8 .wrap .the_left .text img {
        margin: 0;
    }
    .section8 .wrap .the_right {
        margin: 20px 0 0 0;
    }
    .section8 .wrap .the_right .pick {
        font-size: 13px;
        line-height: 1;
        margin: 0;
    }
    .section9{
        padding: 60px 0;
    }
    .section9 .wrap{
        max-width: 90%;
        margin: auto;
    }
    .section9 .wrap .title{
        font-size: 28px;
    }
    .section9 .wrap .background div{
        font-size: 13px;
    }
    .section9 .wrap .background{
        height: 47px;
    }
    .section9 .wrap .text {
        font-size: 18px;
        line-height: 30px;
    }
  .section1 .wrap .the_right .headline img{
    display: none;
  }
  #fullPage > .section3, #fullPage .section3 .fp-tableCell{
    min-height: 60vh!important;
    height: auto!important;
  }
  #fullPage > .section3, .sj_bg{
    min-height: 60vh!important;
  }
}
@media screen and (max-width: 883px) {
  .section4 .wrap .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 832px) {
  .section4 .wrap .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 782px) {
  .section4 .wrap .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 737px) {
  .section4 .wrap .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .section6 .wrap .title {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .section6 .wrap .headline {
    font-size: 23px;
    margin: 0 0 22px 0;
  }
  .section6 .wrap .text {
    font-size: 13px;
  }
  .section5 .wrap span {
    font-size: 28px;
    margin: 0 0 13px 0;
  }
  .section5 .wrap p {
    font-size: 20px;
  }
  .section4 .wrap .text {
    font-size: 13px;
    line-height: 32px;
  }
  .section4 .wrap img {
    max-width: 300px;
  }
  .section1 {
    margin: 92px 0 0 0;
  }
  body #fullPage .section1,body #fullPage .section1 .fp-tableCell{
    min-height: calc(100vh - 92px) !important;
  }
/**/
  .section3 .wrap .title {
    font-size: 26px;
    margin: 0 0 17px 0;
  }
  .section3 .wrap .content {
    font-size: 13px;
    line-height: 27px;
  }
  .section3 .wrap .content p strong {
    font-size: 16px;
  }
}
