/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@font-face {
    font-family: 'FuturaPT';
    src: url('futura-pt-medium.woff2') format('woff2'),
         url('futura-pt-medium.woff') format('woff');
  font-weight:500;
}
@font-face {
    font-family: 'FuturaPT';
    src: url('futura-pt-book.woff2') format('woff2'),
         url('futura-pt-book.woff') format('woff');
  font-weight:normal;
}


@font-face {
    font-family: 'FuturaPT-Demi';
    src: url('futura-pt-demi.woff2') format('woff2'),
         url('futura-pt-demi.woff') format('woff');
  font-weight:normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('bebas-neue-regular.woff2') format('woff2'),
         url('bebas-neue-regular.woff') format('woff');
  font-weight:bold;
}
@font-face {
    font-family: 'RiverJade';
    src: url('river-jade.woff2') format('woff2'),
         url('river-jade.woff') format('woff');
  font-weight:normal;
}



.mobile_only{
  display: none;
}

body{
  font-family: FuturaPT;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1px;
  color: #33323e;
}
body #paragraph, 
body .tk-proxima-nova, p{
  font-family: FuturaPT !important;
}
#header, 
.tk-proxima-nova-extra-condensed, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6{
  font-family: 'BebasNeue' !important;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  margin-bottom:20px;
  font-weight:normal;
  color: #000;
  font-family: 'BebasNeue';
}
h1,
h2{
font-size: 54.75px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: 5.37px;
  color: #000000;
}
h1 span,
h2 span{
  font-family: RiverJade;
  font-size: 97.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.65;
  letter-spacing: normal; 
}
mark{
  background-color: #F7C3B4;
  padding: 0px 10px;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #F7C3B4 0%, #F7C3B4 100%);
  background-repeat: no-repeat;
  background-size: 97% 90%;
  background-position: 0px 23%;
}
mark + mark{
  /* padding-left:0; */
  margin-left: -16px;
}
.mobile_only{
  display:none;
}
.container--main {
  background: #ffffff !important; }

.pf4_button,
.pf4_button_dark{
  font-family: Quicksand;
  font-size: 13.5px;
  line-height: 1;
  color: #fff;
  display:inline-block;
  background-color: #76DEDC;
  padding: 14.5px 35px;
  margin: 0;
  position:relative;
  z-index:1;
  text-transform:uppercase;
}
.pf4_button_dark{
  background-color: #515151;
}
.pf4_button:hover,
.pf4_button_dark:hover{
  background-color:#F7C4B5;
  color: #ffffff;
}


@media (max-width: 1440px){
  body{
    /* font-size:21px; */
  }
  h1,
  h2{
    /* font-size: 55px; */
  }
  h1 span,
  h2 span{
    /* font-size: 97px; */
  }
}
@media (max-width: 1200px){
  body{
    font-size: 19px;
  }
  h1,
  h2{
    /* font-size: 37px; */
  }
  h1 span,
  h2 span{
    font-size: 65px;
  }
}
@media (max-width: 768px){
  body{
    font-size: 19px;
  }
  h1,
  h2{
    font-size: 32px;
    letter-spacing:5px;
  }
  h1 span,
  h2 span{
    font-size: 60px;
  }
  .pf4_button{
    font-size:15px;
    padding:14px 20px;
    text-align: center;
  }
}



/*
  Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
  position: relative; }

.full-bg-holder > * {
  position: relative;
  z-index: 1; }

.full-left-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  opacity: 0;
  background-size: cover;
  }

.full-left-bg.active {
  opacity: 1; }

/*
  Globals --> Full right BG
-----------------------------*/
.full-right-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #859CAC;
  opacity: 0; }

.full-right-bg.active {
  opacity: 1; }

/*
  Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
  display: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  background-color: #859CAC; }

.full-bg-mobile.active {
  opacity: 1; }

@media (max-width: 980px) {
  .full-bg-mobile {
    display: block; 
  } 
}


.section_inner {
  width: 1600px;
  margin: 0px auto;
  position: relative; 
}
.section_inner img {
  max-width: 100%;
  height: auto;
  margin: 0; 
}

.pf4_mobile_img,
.pf4_mobile_icon {
  width: 100% !important;
  display: none !important; 
}

@media (max-width: 1200px) {
  .section_inner {
    width: 980px; 
  } 
}
@media (max-width: 1080px) {
  .section_inner {
    width: 800px; 
  } 
}
@media (max-width: 900px) {
  .section_inner {
    width: 500px; 
  } 
}
@media (max-width: 550px) {
  .section_inner {
    width: 84%;
  } 
}
@media (max-width: 320px) {
  .section_inner {
    width: 90%;
  } 
}


/* 
=======================================
  Section 1
=========================================*/
.pf4_section_1{
  position: relative;
  padding-bottom: 187px;
  padding-top: 93px;
}
.pf4_section_1:before{
  content: " ";
  position: absolute;
  top: -5px;
  z-index: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  width: 620px;
  height: 760px;
}
.pf4_section_1 .section_inner{
  display:flex;
  flex-wrap: wrap;
  width: 1180px;
  position: relative;
  z-index: 1;
}
.pf4_section_1 h1 em{
  opacity: 0.8;
  font-style: normal;
}
.pf4_section_1 h1{
  margin-bottom: 38px;
}
.pf4_section_1__image{
  box-sizing: border-box;
  width: 47%;
  position:relative;
  padding-top: 0;
}
.pf4_section_1__image_bg{
  display:block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0px;
  width: 712px;
  height: 616px;
}
.pf4_section_1__image_holder{
    display: block;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position:absolute;
    transform: rotate(-6.2deg);
    right: 91px;
    width: 585px;
    height: 442px;
    top: 84px;
}
.pf4_section_1__content{
  width: 53%;
  box-sizing: border-box;
  padding-top: 143px;
}
.pf4_section_1__poweredBy{
  margin-top: 44px;
  width: 430px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-left: -130px;
}
.pf4_section_1__poweredBy span{
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17.5px;
  font-family: FuturaPT-Demi;
  position: absolute;
  right: 178px;
  top: 26px;
}
.pf4_section_1__poweredBy strong{
  position: absolute;
  width: 100px;
  height: 68px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 70px;
  top: 1px;
}
img.pf4_section_1__logo{
  margin-bottom: 26px;
  max-width: 140px;
}

@media (max-width: 1280px) {
  .pf4_section_1 .section_inner{
    width:1080px;
  }
  .pf4_section_1 h1 br{
    display:none;
  }
}
@media (max-width: 1200px) {
  .pf4_section_1{
    padding-top:50px;
  }
  .pf4_section_1 .section_inner{
    width:900px;
  }
  .pf4_section_1__image{
    width: 50%;
  }
  .pf4_section_1__content{
    width: 50%;
    padding-top: 50px;
  }
  .pf4_section_1:before{
    width:500px;
    height: 500px;
  }
  .pf4_section_1__poweredBy{
    margin-left:-50px;
  }
  .pf4_section_1__image_bg{
    width: 700px;
    height: 590px;
    right: 0;
  }
  .pf4_section_1__image_holder{
    width: 540px;
    height: 420px;
    right: 94px;
  }
}
@media (max-width: 1000px){
  .pf4_section_1{
    padding-top:0px;
    padding-bottom:70px;
  }
  .pf4_section_1 h1{
    margin-bottom: 10px;
  }
  .pf4_section_1 .section_inner{
    width:600px;
    padding-top: 0;
  }
  .pf4_section_1__image{
    display:none;
  }
  .pf4_section_1 .mobile_only{
    display:block;
    margin-bottom: 0;
    position:relative;
    padding: 70px 0px;
  }
  .pf4_section_1 .mobile_only span{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* transform: rotate(6.2deg); */
  }
  .pf4_section_1 .mobile_only img{
    position: relative;
    z-index: 1;
    transform: rotate(-6.2deg);
  }
  .pf4_section_1__content{
    width:100%;
  }
  .pf4_section_1__poweredBy{
    margin-left:0;
  }
  .pf4_section_1:before{
    width:400px;
    height:400px;
  }
}
@media (max-width: 700px){
  .pf4_section_1 .section_inner{
    width:400px;
  }
  .pf4_section_1__poweredBy{
    width: 275px;
    margin-top: 10px;
    transform: scale(0.55);
    margin-left: -60px;
  }
  .pf4_section_1__poweredBy span{
    font-size:15px;
    right:140px;
    top: 24px;
  }
  .pf4_section_1__poweredBy strong{
    top: -2px;
    background-size: 90px;
    right: 31px;
  }
  .pf4_section_1:before{
    width:300px;
    height:300px;
  }
  .pf4_section_1 .mobile_only{
    padding-top:45px;
    padding-bottom:50px;
  }
}
@media (max-width: 500px){
  .pf4_section_1 .section_inner{
    width:300px;
  }
  .pf4_section_1:before{
    width:200px;
    height:200px;
  }
  .pf4_section_1 .mobile_only{
    padding-top:35px;
    padding-bottom:40px;
    margin-bottom:20px;
  }
}
@media (max-width: 370px){
  .pf4_section_1 .section_inner{
    width:280px;
  }
}



/* 
=======================================
  Section 2
=========================================*/
.pf4_section_2{
  position: relative;
  padding-bottom: 150px;
}
.pf4_section_2:before{
  content: " ";
  position: absolute;
  top: -5px;
  z-index: 0;
  left: 0;
  width: 562px;
  height: 598px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.pf4_section_2 .section_inner{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box
  width:1360px;
}
.pf4_section_2_left{
  width: 35%;
  padding-right: 71px;
  padding-top: 38px;
}
.pf4_section_2_left h2{
  text-align: right;
  margin-bottom: 36px;
}
.pf4_section_2_left p{
  text-align: right;
}
.pf4_section_2_left img{
  display: block;
  margin-left: 353px;
  margin-top: 39px;
  margin-bottom: 26px;
}
.pf4_section_2_left span{
  display: block; 
  font-weight: normal;
  color: #33323e;
  text-align: right;
}
.pf4_section_2_right{
  width: 65%;
}
.vedio img{
  width: 882px;
 
}

@media (min-width: 1200px) {
  .pf4_section_2:before{
    content: " ";
    position: absolute;
    top: -5px;
    z-index: 0;
    left: 0;
    width: 509px;
    height: 503px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
  }
  .pf4_section_2 .section_inner{
    width:1100px;
  }
  .pf4_section_2_left h2 {
    margin-bottom: 19px;
  }
  .pf4_section_2_left img {
    margin-top: 24px;
    margin-bottom: 16px;
    margin-left: 133px;
  }
  
}
@media (max-width: 1200px) {
  .pf4_section_2 .section_inner{
    width:900px;
    padding-top: 50px;
  }
  .pf4_section_2_left{
    width: 35%;
    padding-right: 58px;
    padding-left: 13px;
  }
  .pf4_section_2_left h2{
    margin-top: -27px;
  }
  .pf4_section_2_right{
    width: 65%;
  }
  .pf4_section_2_left img {
   margin-top: 22px;
   margin-bottom: 14px;
   margin-left: 73px;
  }
  .pf4_section_2:before{
   width: 495px;
   height: 423px;
  }

}
@media (max-width: 1000px){
  .pf4_section_2{
    padding-bottom:50px;
  }
  .pf4_section_2 .section_inner{
    width:600px;
    padding-top: 0;
  }
 .pf4_section_2_left {
   width: 100%;
   padding-right: 100px;
   text-align: left;
   margin-bottom: 30px;
  }
  .pf4_section_2_left h2 {
    text-align:left;
   }
   .pf4_section_2_left p {
     text-align:left;
   }
   .pf4_section_2_left span {
     text-align:left;
   }
  .pf4_section_2:before{
    width: 470px;
    height: 402px;
   }
  .pf4_section_2_left img {
    margin-top: 22px;
    margin-bottom: 14px;
    margin-left: 10px;
    max-width: 90px;
   }
  .pf4_section_2_left br {
    /* display: none; */
   }
  .pf4_section_2_right {
    width: 100%;
      
   }
}
@media (max-width: 700px){
  .pf4_section_2 .section_inner{
    width: 400px;
  }
 
  .pf4_section_2_left {
   width: 100%;
   margin-bottom: 25px;
   padding-left: 0;
  }
  .pf4_section_2_left h2 br{
    /* display:none; */
  }
 .pf4_section_2_left h2 {
    text-align: left;
  }
  .pf4_section_2_left p {
    text-align: left;
   }
  .pf4_section_2_left span {
    text-align: left;
  }
  .pf4_section_2_right {
    width: 100%;
  }
  .pf4_section_2:before{
   width: 470px;
   height: 351px;
  }
   
}
@media (max-width: 500px){
  .pf4_section_2 .section_inner{
    width: 84%;
  }
  .pf4_section_2_left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
   }
  .pf4_section_2 h2 br{
    /* display:none; */
   }
  .pf4_section_2_left h2 {
    margin-right: 0px;
    padding-right: 0px;
  }
  .pf4_section_2_left p {
  text-align: left;
  }
  .pf4_section_2_left span {
    text-align: left;
  }
  .pf4_section_2_right {
    width: 100%;
  }
  .pf4_section_2:before{
    width:200px;
    height:200px;
  }
}


/* 
=======================================
  Section 3
=========================================*/
.pf4_section_3{
  position: relative;
  padding-top: 400px;
  padding-bottom:100px;
}
.pf4_section_3_background{
  background-position:center top;
  background-repeat:no-repeat;
  background-size:cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: block;
  height: 691px;
}
.pf4_section_3 .section_inner{
  background-color:#FFF;
  box-sizing:border-box;
  display: flex;
  flex-wrap: wrap;
  width: 1088px;
}
.pf4_section_3_left{
  padding-left:83px;
  width: 446px;
  padding-right: 92px;
  padding-top: 124px;
}
.pf4_section_3_left h2{
    font-family: 'BebasNeue';
    text-align: right;
    margin-left: -135px;
    line-height: 1.14;
}
.pf4_section_3_left h2 strong{
  font-family: 'RiverJade';
  display: block;
  letter-spacing: -1px;
  margin-right: -3px;
  font-weight: 500;
  line-height: 96px;
  transform: rotate(-5deg);

  font-size: 96px;
    padding-top: 12px;
    margin-bottom: -14px;
}

.pf4_section_3_right{
    width: 642px;
    padding-right: 81px;
    padding-top: 59px;
    position: relative;
}
.pf4_section_3_right:before{
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 140px;
    height: 25px;
    background-size: 140px;
    top: 68%;
    right: -65px;
}
.pf4_section_3_right h3{
  font-family: 'FuturaPT';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
  line-height: 1.2;
}
.pf4_section_3_right p{
    font-family: 'FuturaPT';
    margin: 0px 0px;
    /* font-weight: 400; */
    padding-bottom: 27px;
    line-height: 1.2;
}
@media (max-width: 1280px){
  .pf4_section_3 {
    position: relative;
    padding-top: 335px;
  }
  .pf4_section_3 .section_inner {
    width: 900px;
  }
  .pf4_section_3_left {
    width: 100%;
    padding-right: 83px;
    padding-left: 83px;
    padding-top: 83px;
  }
  .pf4_section_3_left h2 {
    font-family: 'BebasNeue';
    text-align: left;
    margin-left: 0px;
  }
  .pf4_section_3_left h2 br{
    display:none;
  }
  .pf4_section_3_left h2 strong {
    font-family: 'RiverJade';
    padding-top: 0px;
    letter-spacing: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: -34px;
  }
  .pf4_section_3_right {
    width: 100%;
    padding-top: 15px;
    padding-right: 83px;
    padding-left: 83px;
  }
}
@media (max-width: 1080px){
  .pf4_section_3 .section_inner {
    width: 800px;
  }
  .pf4_section_3_left h2 strong {
    font-family: 'RiverJade';
    padding-top: 0px;
    letter-spacing: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: -25px;
    font-size: 60px;
  }
}
@media (max-width: 900px){
  .pf4_section_3{
    padding-top:200px;
    padding-bottom: 50px;
  }
  .pf4_section_3_background{
    height:400px;
  }
  .pf4_section_3 .section_inner {
    width: 500px;
  }
  .pf4_section_3_left {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
  }
  .pf4_section_3_right {
    width: 100%;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .pf4_section_3_left h2 strong {
    margin-bottom: 20px;
    margin-top: -10px;
    font-size: 60px;
    line-height: 60px;
  }
  .pf4_section_3_right:before{
    top: -2%;
    right: 0;
    background-size: 100px;
  }
}
@media (max-width: 550px){
  .pf4_section_3 .section_inner {
    width: 84%;
  }
  .pf4_section_3_right:before{
    top: 0%;
    right: 0;
    background-size: 90px;
  }
}
@media (max-width: 450px){
  .pf4_section_3 .section_inner {
    width: 94%;
  }
}


/* 
=======================================
  Section 4
=========================================*/
.pf4_section_4{
  position: relative;
  background-color: #76DFDD;
  color: #fff;
}
img.pf4_section_4__top_wave{
  max-width: auto;
  width: 100%;
  background-color: #ffff;
  margin: 0;
}
img.pf4_section_4__bottom_wave{
  max-width: auto;
  width: 100%;
  background-color: #ffff;
  margin: 0;
}
.pf4_section_4 .section_inner{
  text-align: center;
  width: 1000px;
}
.pf4_section_4 h2{
  position: relative;
  color: #fff;
  margin-bottom: 25px;
}
.pf4_section_4 h2 br.m{
  display:none;
}
.pf4_section_4 h2 + h2{
  margin-bottom: 22px;
}
.pf4_section_4 h2 span{
  
}
.pf4_section_4 h2 span:before,
.pf4_section_4 h2 span:after{
  content:" ";
  display:inline-block;
  width: 47px;
  height: 104px;
  margin-bottom: -39px;
}
.pf4_section_4 h2 span:before{
  margin-right: 40px;
}
.pf4_section_4 h2 span:after{
 margin-left: 40px;
}
.pf4_section_4 h2 mark{
  color:#fff;
}

.pf4_section_4 .pf4_button_dark{
  padding-left:50px;
  padding-right:50px;
}


@media (max-width: 1200px){
  .pf4_section_4 .section_inner{
    width:900px;
  }
  .pf4_section_4 h2 span:before{
    margin-right: 20px;
        width: 27px;
    height: 54px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    margin-bottom: -13px;
  }
  .pf4_section_4 h2 span:after{
   margin-left: 20px;
   width: 27px;
   height: 54px;
   background-size:contain;
   background-repeat:no-repeat;
   background-position:right top;
   margin-bottom: -13px;
  }
}
@media (max-width: 1000px){
  .pf4_section_4 .section_inner{
    width: 800px;
    padding-top:30px;
    padding-bottom:30px;
  }
  .pf4_section_2 h2{
    margin-bottom:20px;
  }
}
@media (max-width: 900px){
  .pf4_section_4 .section_inner{
    width:500px;
  }
  .pf4_section_4 h2 span{
    position:relative;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }
  .pf4_section_4 h2 span:before{
    position:absolute;
    margin: 0 !important;
    left: 0;
    top: 10px;
  }
  .pf4_section_4 h2 span:after{
    position:absolute;
    margin: 0 !important;
    right: 0;
    top: 5px;
  }
  .pf4_section_4 h2{
    margin-bottom:40px;
  }
}
@media (max-width: 550px){
  .pf4_section_4 .section_inner{
    width:84%;
  }
  .pf4_section_4 h2 br.m{
    display:block;
  }
  .pf4_section_4 h2 span{
    line-height:1;
    font-size:40px;
  }
  .pf4_section_4 h2 span:before{
    background-size: 16px;
  }
  .pf4_section_4 h2 span:after{
    
background-size: 16px;
  }
}


/* 
=======================================
  Section 5
=========================================*/
.pf4_section_5{
  padding-top:50px;
  padding-bottom: 80px;
}
.pf4_section_5 .section_inner{
  width:750px;
}
.pf4_section_5_content{
  display:block;
  text-align:center;
}
.pf4_section_5_content h2{
  margin-bottom: 12px;
}
.pf4_section_5_content h2 span{
    display: block;
    padding-top: 4px;
    margin-bottom: -4px;
    z-index: 1;
    position: relative;
}
.pf4_section_5_content h2 mark{
    color: #FFF;
}
.pf4_section_5_content p{
  margin: 0px 0px;
  padding-top: 18px;
  padding-bottom: 33px;
}

@media (max-width: 850px){
  .pf4_section_5 .section_inner {
    width: 500px;
  }
  .pf4_section_5_content h2 {
    font-size: 32px;
    margin-bottom: 0px;
  }
  .pf4_section_5_content h2 span {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .pf4_section_5_content p {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .pf4_section_5{
    padding-top:40px;
    padding-bottom:40px;
  }
}
@media (max-width: 600px){
  .pf4_section_5 .section_inner {
    width: 84%;
  }
}
@media (max-width: 450px){
  .pf4_section_5 .section_inner {
    /* width: 94%; */
  }
}


/* 
=======================================
  Section 6
=========================================*/
.pf4_section_6{
    padding-top: 107px;
    padding-bottom: 47px;
    background-color: #f7f7f7;
}
.pf4_section_6 .section_inner{
  width: 1030px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.pf4_section_6_left{
  width: 530px;
  box-sizing: border-box;
  padding-right: 30px;
}
.pf4_section_6_left p{
    margin: 0px 0px;
    padding-bottom: 28px;
    font-weight: 400;
    line-height: 1.25;
}
.pf4_section_6_left ul{
  margin: 0px 0px;
  list-style: none; 
  padding-left: 36px; 
  font-weight: 400; 
  margin-top: -17px;  
  padding-bottom: 19px;
}
.pf4_section_6_left ul li{
  
}
.pf4_section_6_left h2{
  padding-bottom: 15px;
}
.pf4_section_6_left h2 span{  
  transform: rotate(-5deg);
  display: block;   
  padding-top: 0px;   
  text-align: right;    
  margin-top: -20px;    
  padding-right: 95px;
}
.pf4_section_6_right{
  width: 500px;
  padding-left: 40px;
  position: relative;
}
.pf4_section_6_right_img__frame{
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    margin-left: -92px;
    width: 690px;
    height: 645px;
    background-size: contain;
}
.pf4_section_6_right_img{
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 455px;
    height: 490px;
    background-size: contain;
    top: 142px;
    right: -102px;
}

@media (max-width: 1200px){
  .pf4_section_6 .section_inner{
    width:900px;
  }
  .pf4_section_6_left {
    width: 440px;
  }
  .pf4_section_6_right {
    width: 460px;
    padding-left: 0;
  }
  .pf4_section_6_right_img__frame {
    /* display:none; */
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .pf4_section_6_right_img {
    width: 78%;
    height: 388px;
    /* position:relative; */
    top: 27px;
    right: 25px;
  }
}
@media (max-width: 1000px){
  .pf4_section_6 {
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .pf4_section_6 .section_inner{
    width:600px;
  }
  .pf4_section_6_left .mobile_only{
    display:block;
    margin-bottom: 20px;
    position:relative;
    padding-top: 50px;
    padding-bottom: 95px;
    padding-left: 60px;
    padding-right: 80px;
  }
  .pf4_section_6_left .mobile_only img{
    position:relative;
    z-index:1;
  }
  .pf4_section_6_left .mobile_only span{
    position:absolute;
    z-index:0;
    width:100%;
    width: calc(100% + 61px);
    height:100%;
    top:0;
    left: -68px;
    background-size: contain;
    background-repeat:no-repeat;
    background-position: left top;
  }
  .pf4_section_6_right {
    display:none;
  }
  .pf4_section_6_left {
    width: 100%;
    padding-right: 0;
  }
  .pf4_section_6_left h2 span {
    display: inline-block;
    padding-top: 0px;
    margin-top: 0px;
    padding-right: 0px;
  }
  .pf4_section_6_left p {
    padding-bottom: 20px;
  }
  .pf4_section_6_left ul {
    padding-bottom: 0px;
  }
}
@media (max-width: 700px){
  .pf4_section_6 .section_inner{
    width:400px;
  }
  .pf4_section_6_left .mobile_only{
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 28px;
    padding-right: 29px;
  }
  .pf4_section_6_left .mobile_only span{
    left: -45px;
    width: calc(100% + 45px);
  }
}
@media (max-width: 500px){
  .pf4_section_6 .section_inner{
    width:84%;
  }
  .pf4_section_6_left h2 span{
    display:block;
    text-align: center;
    padding-top:10px;
  }
  .pf4_section_6_left h2{
    text-align:center;
  }
  .pf4_section_6_left .mobile_only{
    padding-top: 23px;
    padding-bottom: 40px;
    padding-left: 28px;
    padding-right: 26px;
    margin-bottom: 20px;
  }
  .pf4_section_6_left .mobile_only span{
    left: -45px;
    width: calc(100% + 45px);
  }
}
@media (max-width: 400px){
  .pf4_section_6_left .mobile_only{
    padding-top: 14px;
    padding-bottom: 26px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 13px;
  }
  .pf4_section_6_left .mobile_only span{
    left: -33px;
    width: calc(100% + 33px);
  }
}




/* 
=======================================
  Section 2
=========================================*/
.pf4_section_7{
  background-color: #ffffff;
  padding-bottom: 104px;
  padding-top: 59px;
}
.pf4_section_7 p{
    text-align: center;
  /* margin-bottom: 15px; */
  padding-bottom: 10px;
}
.pf4_section_7 h2{
  text-align: center;
  line-height: 1.14;
}
.pf4_section_7 h2 span{
  margin-top: 50px;
  display: block;
  margin-bottom: -30px;
}
.pf4_section_7 h2 mark{
  color: #ffffff;
  background-image: linear-gradient(120deg, #76DEDC 0%, #76DEDC 100%);
}
.pf4_section_7 .section_inner{
    width:1000px;
}

@media (max-width: 1200px) {
  .pf4_section_7{
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .pf4_section_7 .section_inner{
    width:900px;
    padding-top: 50px;
  }
 }
@media (max-width: 1000px){
  .pf4_section_7 .section_inner{
    width:600px;
    padding-top: 50px;
  }
  .pf4_section_7 h2 span {
    margin-top: 34px;
  }

}
@media (max-width: 700px){
  .pf4_section_7{
    padding-bottom: 30px;
  }
  .pf4_section_7 .section_inner{
    width: 400px;
    padding-top: 30px;
  }
  .pf4_section_7 h2 span {
    margin-top: 25px;
  }
 }
@media (max-width: 500px){
  .pf4_section_7 .section_inner{
    width:300px;
    text-align: center;
  }
  .pf4_section_7 h2 span {
    display: block;
    margin-bottom: 20px;
  }
  .pf4_section_7 h2 br {
    display: none;
   }
  
}



/* 
=======================================
  Section 8
=========================================*/
.pf4_section_8 {
    position: relative;
    background-color: #f7c3b4;
    color: #fff;
}
.pf4_section_8 .section_inner {
  text-align: center;
  width: 1100px;
  padding-top: 16px;
}
.pf4_section_8 .section_inner h2{
  width: 100%;
  color: #FFF;
  padding-bottom: 25px;
}
img.pf4_section_8__top_wave {
    max-width: auto;
    width: 100%;
    background-color: #ffff;
    margin: 0;
    line-height: 0;
    margin-top: -5px;
}
img.pf4_section_8__bottom_wave {
    max-width: auto;
    width: 100%;
    background-color: #ffff;
    margin: 0;
}
.pf4_section_8_in{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 1310px;
    margin: 0px auto;
}
.pf4_section_8_col1,
.pf4_section_8_col2,
.pf4_section_8_col3{
  /* font-weight: 500; */
  line-height: 1.25;
  letter-spacing: 1px;
  text-align: center;
  color: #33323e;
  position:relative;
  box-sizing: border-box;
}
.pf4_section_8_col1 strong,
.pf4_section_8_col2 strong,
.pf4_section_8_col3 strong{
  display:block;
}
.pf4_section_8_col1{
  width: 260px;
  margin-right:85px;
}
.pf4_section_8_col2{
  width:260px;
  margin-right:85px;
  margin-left:85px;
}
.pf4_section_8_col3{
  width:240px;
  margin-left:85px;
}
.pf4_section_8_col1:before,
.pf4_section_8_col2:before{
  position:absolute;
  top: 20px;
  right:-87px;
  content:"";
  display:block;
  width: 8px;
  height: 52px;
  background-color:#f66a76;
}
.pf4_section_8_col strong{
  display:block;
}

@media (max-width: 1200px){
  .pf4_section_8 .section_inner{
    width:900px;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .pf4_section_8_col1 {
    width: 33.33%;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pf4_section_8_col2 {
    width: 33.33%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pf4_section_8_col3 {
    width: 33.33%;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pf4_section_8_col1:before, .pf4_section_8_col2:before{
    right: 0;
    top: 40px;
    width: 2px;
  }
}
@media (max-width: 1000px){
  .pf4_section_8_col1:before, 
  .pf4_section_8_col2:before{
    right:50%;
    width:80px;
    height:3px;
    top:100%;
    margin-right:-40px;
  }
  .pf4_section_8 .section_inner{
    width:600px;
  }
  .pf4_section_8 .section_inner h2 {
    padding-bottom: 10px;
  }
  .pf4_section_8_col1 {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .pf4_section_8_col2 {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .pf4_section_8_col3 {
    width: 100%;
  }
}
@media (max-width: 700px){
  .pf4_section_8 .section_inner{
    width:400px;
  }
}
@media (max-width: 500px){
  .pf4_section_8 .section_inner{
    width: 85%;
  }
}



/* 
=======================================
  Section 9
=========================================*/
.pf4_section_9 {
    padding-top: 99px;
  padding-bottom:30px;
}
.pf4_section_9 .section_inner {
  width: 1100px;
  display:flex;
  flex-wrap:wrap;
  box-sizing:border-box;
}
.pf4_section_9_left{
  width: 547px;
  padding-right:116px;
  position: relative;
}
.pf4_section_9_left_bg{
    display: block;
    margin-left: -65px;
    background-position: center top;
    background-repeat: no-repeat;
    width: 620px;
    height: 566px;
    background-size: 620px;
}
.pf4_section_9_left_img{
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-3deg);
  position: absolute;
  width: 391px;
  height: 521px;
  border: solid 12px #76dedc;
  right: 107px;
  top: 47px;
}
.pf4_section_9_right{
    width: 550px;
    padding-top: 38px;
}
.pf4_section_9_right h2{
    padding-bottom: 34px;
}
.pf4_section_9_right h2 span{
    display: block;
    transform: rotate(-5deg);
    padding-left: 94px;
    margin-top: -30px;
}
.pf4_section_9_right p{
  margin: 0px;
  padding-bottom: 24px;
}
.pf4_section_9_right  .pf4_button{
    background-color: #f66a76;
    margin-top: 14px;
}
.pf4_section_9_right  .pf4_button:hover{
    background-color: #76DEDC;
}
.uppercase{
  text-transform:uppercase;
  font-family: 'FuturaPT-Demi';
}

@media (max-width: 1200px){
  .pf4_section_9 .section_inner {
    width: 900px;
  }
   .pf4_section_9_right {
    width: 50%;
  }
  .pf4_section_9_left{
    width: 50%;
  }
  .pf4_section_9_right h2 span {
    padding-left: 0px;
    margin-top: 0px;
    font-size: 99px;
    display: inline-block;
  }
  .pf4_section_9_left_bg{
    width: 100%;
    background-size: contain;
    margin: 0;
  }
  .pf4_section_9_left_img{
    width: 86%;
    right: 49px;
  }
  .pf4_section_9_right h2 {
    margin-bottom: 0px;
  }
}
@media (max-width: 1000px){
  .pf4_section_9 .section_inner {
    width: 600px;
  }
   .pf4_section_9_right {
    width: 100%;
  }
  .pf4_section_9_left{
    display:none;
  }
  .pf4_section_9_right .mobile_only{
    display: block !important;
    margin-bottom: 30px;
    position: relative;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 110px;
    padding-bottom: 20px;
  }
  .pf4_section_9_right .mobile_only img{
    position:relative;
    z-index: 1;
    border: solid 6px #76dedc;
    transform: rotate(-3deg);
  }
  .pf4_section_9_right .mobile_only span{
    position:absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px){
  .pf4_section_9_right h2 {
    font-size: 32px;
    padding-bottom: 20px;
  }
  .pf4_section_9_right h2 span {
    padding-left: 0px;
    margin-top: 0px;
    font-weight: 500;
    font-size: 50px;
    display: inline-block;
  }
  .pf4_section_9_right p {
    font-size: 19px;
  }
  .pf4_section_9{
    padding-top:30px;
  }
}
@media (max-width: 700px){
  .pf4_section_9 .section_inner {
    width: 400px;
  }
  .pf4_section_9_right .mobile_only{
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 80px;
  }
}
@media (max-width: 500px){
  .pf4_section_9 .section_inner {
    width: 300px;
  }
  .pf4_section_9_right .mobile_only{
    padding-top: 25px;
    padding-left: 51px;
    padding-right: 62px;
    padding-bottom: 11px;
  }
}
@media (max-width: 350px){
  .pf4_section_9 .section_inner {
    width: 260px;
  }
  .pf4_section_9_right .mobile_only{
    padding-top: 18px;
    padding-left: 39px;
    padding-right: 56px;
    padding-bottom: 7px;
  }
}

/* 
=======================================
  Section 10
=========================================*/
.pf4_section_10{
  padding-bottom: 168px;
}
.pf4_section_10__top_wave{
  margin: 0;
  margin-bottom: 30px;
}
.pf4_section_10 .section_inner{
  width: 980px;
}
.pf4_section_10__title{
  text-align: center;
  margin-bottom: 58px;
}
.pf4_section_10__title h2{
  margin-bottom: 2px;
}
.pf4_section_10__title p{
  margin: 0;
}
.pf4_section_10__columns{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pf4_section_10__column{
  transition: box-shadow 0.5s ease;
  width: 28.2%;
  background-color: #FFEDE1;
  border-radius: 60px;
  position: relative;
}
.pf4_section_10__column:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: -30px;
}
.pf4_section_10__column_heading{
  background-color: #F7C6B8;
  border-radius: 60px 60px 0 0;
  text-align: center;
  position:relative;
  height: 72px;
}
.pf4_section_10__column_heading span{
  font-family: 'RiverJade';
  font-size: 91.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.87;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.62);
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  text-align: center;
  z-index: 0;
}
.pf4_section_10__column_heading h4{
  font-size: 29.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.16;
  letter-spacing: 3.8px;
  color: #000000;
  margin: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 57px;
}
.pf4_section_10__column_content{
  padding: 70px 20px;
  text-align: center;
  font-size: 23px;
  padding-top: 90px;
  min-height: 60vh;
}
.pf4_section_10__column_content_in{

}
.pf4_section_10__column_content_in p{
  font-size: 19px;
  color: #000;
}

@media (max-width: 1200px){
  .pf4_section_10 .section_inner{
    width: 900px;
  }
  .pf4_section_10__column_heading span{
    font-size:90px;
  }
  .pf4_section_10__column_heading h4{
    font-size:28px;
  }
  .pf4_section_10__column_heading{
    border-radius:40px 40px 0 0;
  }
  .pf4_section_10__column{
    border-radius:40px;
    width: 30.33%;
  }
  .pf4_section_10__column_content{
    padding-top:50px;
    padding-bottom:50px;
    font-size: 16px;
  }
}
@media (max-width: 1000px){
  .pf4_section_10 .section_inner{
    width: 600px;
  }
  .pf4_section_10__column{
    width:100%;
    margin-bottom:70px;
  }
  .pf4_section_10{
    padding-bottom: 0;
  }
}
@media (max-width: 700px){
  .pf4_section_10 .section_inner{
    width: 400px;
  }
}
@media (max-width: 500px){
  .pf4_section_10 .section_inner{
    width: 84%;
  }
  .pf4_section_10__column{
    margin-bottom:50px;
  }
}



/* 
=======================================
  Section 11
=========================================*/
.pf4_section_11 {
    position: relative;
    background-color: #f0f0f0;
    color: #000000;
}
.pf4_section_11 .section_inner {
	text-align: center;
	padding-top: 16px;
	width: 1140px;
}
.pf4_section_11 .section_inner h2{
    width: 100%;
    padding-bottom: 59px;
    color: #000000;
    padding-top: 5px;
}
.pf4_section_11 .section_inner h2 span{
    display: block;
    transform: rotate(-5deg);
    margin-top: -13px;
    margin-left: -2px;
}
img.pf4_section_11__top_wave {
    max-width: auto;
    width: 100%;
    background-color: #ffff;
    margin: 0;
}
img.pf4_section_11__bottom_wave {
    max-width: auto;
    width: 100%;
    background-color: #ffff;
    margin: 0;
}
.pf4_section_11_in{
    display: block;
}
.pf4_section_11_in ul{
	list-style:none;
	margin:0px;
	padding:0px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.pf4_section_11_in li{
    width: 24%;
    height: auto;
    display: inline-block;
    margin: 0;
    box-sizing:border-box;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    position: relative;
}
.pf4_section_11_in li img{
  border-radius:100%;
  border: solid 9px #f7c3b4;
  width: 100%;
  margin-bottom: 20px;
}
.pf4_section_11_in li a{
	text-decoration:none;
}
.pf4_section_11_in li span{
	display:block;
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	display: block;
	text-align: center;
	min-height: 55px;
}

@media (max-width: 1200px){
	.pf4_section_11 .section_inner{
		width:900px;
	}
	.pf4_section_11 .section_inner h2 span {
		margin-top: 10px;
		margin-left: 0px;
	}
	.pf4_section_11_in li a span {
		font-size: 20px;
	}
	.pf4_section_11_in li{
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 40px;
    }
}
@media (max-width: 1000px){
	.pf4_section_11 .section_inner{
		width:600px;
	}
	.pf4_section_11 .section_inner h2 {
		padding-bottom: 15px;
	}
	.pf4_section_11_in li{
	    width:32.33%;
	    padding-right: 10px;
	    padding-left: 10px;
	    padding-bottom: 33px;
	}
}
@media (max-width: 700px){
	.pf4_section_11 .section_inner{
		width:400px;
	}
	.pf4_section_11_in li{
	  width: 50%;
	  padding-bottom: 20px;
	}
	.pf4_section_11 .section_inner h2 span{
	  font-size:40px;
	}
	.pf4_section_11_in li span{
	  font-size:16px;
	}
}
@media (max-width: 500px){
	.pf4_section_11 .section_inner{
		width:84%;
	}
}


/* 
=======================================
  Section 12
=========================================*/
.pf4_section_12 {
    position: relative;
    padding-top: 100px;
    padding-bottom:126px;
}
.pf4_section_12 .section_inner {
	text-align: center;
	padding-top: 16px;
	width: 630px;
}
.pf4_section_12_content{
	
}
.pf4_section_12_content h2{
    margin-bottom: 0px;
    padding-top: 58px;
    padding-bottom: 31px;
}
.pf4_section_12_time{
	padding-bottom: 65px;
}

.countdown_columns{
  display:flex;
  flex-wrap:wrap;
}
.countdown_columns .countdown__item{
  width:25%;
  text-align: center;
}
.countdown_columns .countdown__amount{
  display: inline-block;
  font-family: FuturaPT;
  color: #080808;
  height: 94px;
  width: 94px;
  background-size: contain;
  line-height: 94px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1px;
}
.countdown_columns .countdown__title{
  display:block;
  font-family: FuturaPT-Demi;
  color: #080808;
  font-size: 19px;
  padding-top: 21px;
  font-weight: bold;
  text-transform:uppercase;
}

@media (max-width: 700px){
  .pf4_section_12 .section_inner{
    width:500px;
  }
}
@media (max-width: 600px){
  .pf4_section_12 .section_inner{
    width:84%;
  }
  .pf4_section_12 img{
    max-width:90px;
  }
  .countdown_columns .countdown__amount{
    width:60px;
    height:60px;
    line-height:60px;
    font-size:22px;
  }
  .countdown_columns .countdown__title{
    font-size:13px;
    padding-top: 10px;
  }
  .pf4_section_12{
    padding-top:50px;
    padding-bottom:50px;
  }
  .pf4_section_12_time{
    padding-bottom:30px;
  }
  .pf4_section_12_content h2{
    padding-top:30px;
  }
}
@media (max-width: 400px){
  .countdown_columns .countdown__amount{
    width:50px;
    height:50px;
    line-height:50px;
    font-size:18px;
  }
  .countdown_columns .countdown__title{
    font-size:11px;
    padding-top: 10px;
  }
}



/* 
=======================================
  Section 13
=========================================*/
.pf4_section_13 {
    position: relative;
    background-color: #f7f7f7;
    color: #000000;
	padding-bottom:88px;
}
.pf4_section_13:before{
	content:"";
	width:155px;
	height:640px;
	display:block;
	position:absolute;
	left:0px;
	bottom:161px;
	background-position: left top;
	background-repeat:no-repeat;
	background-size:155px;
}
.pf4_section_13 .section_inner {
	padding-top: 16px;
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
}
img.pf4_section_13__top_wave {
    max-width: auto;
    width: 100%;
    background-color: #ffff;
    margin: 0;
}

.pf4_section_13_left {
	width:550px;
	padding-left:120px;
	padding-right:100px;
	padding-top: 110px;
}
.pf4_section_13_left p{
	margin:0px;
	padding-bottom:35px;
}
.pf4_section_13_span{
    margin-left: -48px;
    padding-top: 17px;
    display: block;
    padding-bottom: 34px;
}
.pf4_section_13_span img{
	width:135px;
}
.pf4_section_13_right {
	width:650px;
	position:relative;
}
.pf4_section_13_right_img__frame{
    height: 552px;
    width: 897px;
    display: block;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
	
}
.pf4_section_13_right_img{
	height:460px;
	width: 652px;
	display: block;
	position: absolute;
	left: 37px;
	top: 20px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 12px #f7c3b4;
	transform: rotate(4deg);
}
.pf4_section_13 .section_inner2 {
	padding-top: 0px;
    max-width: 1124px;
    display: flex;
    flex-wrap: wrap;
}
.pf4_section_13_col{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 73px;
}
.pf4_section_13_col_left{
	width:131px;
}
.pf4_section_13_col_right{
	width:993px;
	padding-left:45px;
	padding-right:45px;
	padding-top: 3px;
}
.pf4_section_13_col_right h4{
	/* font-size: 21px; */
	text-transform:uppercase;
	font-family: FuturaPT-Demi;
	margin-bottom: 19px;
}
.pf4_section_13_col_right.pf4_right{
	padding-left:85px;
	padding-right:55px;
}
.pf4_right{
	text-align:right;
}
.pf4_section_13_col_right p{	
	margin: 0px;
	padding-bottom: 25px;	
	line-height: 1.27;
}
.pf4_section_13_col_bottom{
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 27px;
}
.pf4_section_13_col_bottom span{
    display: block;
    transform: rotate(-5deg);
    margin-top: 20px;
}
.pf4_section_13_col_bottom mark{
	color:#FFF;
	background-image: linear-gradient(120deg, #76DEDC 0%, #76DEDC 100%);
}
.pf4_section_13_col_bottom .pf4_button{
	max-width:384px;
	background-color: #f66a76;
	display:block;
	margin:0px auto;
	font-size: 18.4px;
	margin-top: 54px;
	padding-top: 13px;
	padding-bottom: 13px;
}

@media (max-width: 1250px){
	.pf4_section_13 .section_inner {
		width:1000px !important;
	}
	.pf4_section_13 .section_inner2 {
		width: 1000px !important;
	}
	.pf4_section_13_left {
		width: 350px;
		padding-left: 0px;
		padding-right: 50px;
	}
	.pf4_section_13_col_right {
		width: 869px;
		padding-right: 0px;
		padding-top: 3px;
	}
	.pf4_section_13_col {
		width: 100%;
		padding-bottom: 0px;
		padding-top: 40px;
	}
	.pf4_section_13_col_right p br{
		display:none !important;
	}
	.pf4_section_13_col_right.pf4_right {
		padding-left: 0px;
		padding-right: 35px;
	}

}
@media (max-width: 1100px){
	.pf4_section_13 .section_inner {
		width:800px !important;
	}
	.pf4_section_13 .section_inner2 {
		width: 800px !important;
	}
	.pf4_section_13_span,
	.pf4_section_13_right,
	.pf4_section_13_col_left,
	.pf4_section_13:before{
		display:none;
	}
	.pf4_section_13_left {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 40px;
	}
	.pf4_section_13_left .mobile_only,
	.pf4_section_13_col_right .mobile_only{
		display: inline-block !important;
		margin-bottom: 25px;
		position:relative;
	}
	.pf4_section_13_left .mobile_only{
	  padding-top:80px;
	  padding-right:80px;
	  padding-left:80px;
	}
	.pf4_section_13_left .mobile_only span{
	  position:absolute;
	  z-index:0;
	  background-position: center top;
	  background-size: contain;
	  background-repeat: no-repeat;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	}
	.pf4_section_13_left .mobile_only img{
	  position:relative;
	  z-index:1;
	}
	.pf4_section_13_col {
		width: 100%;
		padding-bottom: 40px;
		padding-top: 0px;
	}
	.pf4_section_13_col_left {
		margin-bottom: 20px;

	}
	.pf4_section_13_col_right {
		width: 100%;
		padding-right: 0px;
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px !important;
		text-align:center;
	}
	.pf4_section_13_col_bottom {
		padding-top: 0px;
		
	}
	.pf4_section_13_col_bottom .pf4_button {
		margin-top: 0px;
	}
}

@media (max-width: 900px){
	.pf4_section_13 .section_inner {
		width:500px !important;
	}
	.pf4_section_13 .section_inner2 {
		width: 500px !important;
	}
	.pf4_section_13_left .mobile_only {
      padding-top: 50px;
      padding-right: 60px;
      padding-left: 60px;
      margin-bottom: 15px;
      padding-bottom: 30px;
    }
    .pf4_section_13_left h2{
	  /* margin-bottom:0; */
	}
}
@media (max-width: 500px){
	.pf4_section_13 .section_inner {
		width:400px !important;
	}
	.pf4_section_13 .section_inner2 {
		width: 400px !important;
	}
	
	.pf4_section_13_left .mobile_only {
      padding-top: 40px;
      padding-right: 50px;
      padding-left: 50px;
      margin-bottom: 10px;
    }
}

@media (max-width: 450px){
	.pf4_section_13 .section_inner {
		width:300px !important;
	}
	.pf4_section_13 .section_inner2 {
		width: 300px !important;
	}
	
	.pf4_section_13_left .mobile_only {
      padding-top: 21px;
      padding-right: 39px;
      padding-left: 31px;
      margin-bottom: 10px;
    }
}
@media (max-width: 350px){
	.pf4_section_13 .section_inner {
		width:260px !important;
	}
	.pf4_section_13 .section_inner2 {
		width: 260px !important;
	}
	
	.pf4_section_13_left .mobile_only {
      padding-top: 18px;
      padding-right: 26px;
      padding-left: 31px;
      margin-bottom: 10px;
    }
}


/* 
=======================================
  Section 14
=========================================*/
.pf4_section_14 {
    position: relative;
    padding-bottom: 115px;
    padding-top: 79px;
}
.pf4_section_14 .section_inner {
	
}
.pf4_section_14 h2{
	text-align:center;
	padding-bottom: 64px;
}
.pf4_section_14 h2 mark{
    color: #FFF;
}
.pf4_section_14_in {
	width:970px;
	margin:0px auto;
	position:relative;
}
.pf4_section_14_item {
	padding-left: 25px;
    padding-right: 25px;
}
.pf4_section_14_item div{
	height:114px;
	display:block;
	width:100%;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.pf4_section_14_item img{
	
}
.pf4_section_14_slider .slick-prev, 
.pf4_section_14_slider .slick-next {
    width: 40px;
    height: 40px;
    display: block;
}
.pf4_section_14_slider .slick-prev {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    left: -120px;
}
.pf4_section_14_slider .slick-next {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    right: -120px;
}
.slick-prev:before, 
.slick-next:before{
	display:none;
}
.pf4_section_14_slider .slick-dots{
	display:none !important;
}
@media (max-width: 1680px){
	.pf4_section_14 .section_inner{
		width: 1200px;
	}
}
@media (max-width: 1300px) {
	.pf4_section_14 .section_inner {
		width: 1100px; 
	} 
}
@media (max-width: 1150px) {
	.pf4_section_14 {
		position: relative;
		padding-bottom: 60px;
		padding-top: 79px;
	}
	.pf4_section_14 .section_inner {
		width: 900px; 
	} 
	.pf4_section_14_in {
		width: 600px;
	}
	.pf4_section_14 h2 {
		text-align: center;
		padding-bottom: 0px;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0px !important;
	}
}
@media (max-width: 950px) {
	.pf4_section_14 {
		padding-bottom: 85px;
	}
	.pf4_section_14 .section_inner {
		width: 600px; 
	} 
	.pf4_section_14_slider .slick-prev{
		left: -40px;
	}
	.pf4_section_14_slider .slick-next{
		right: -40px;
	}
	.slick-dots li button:before {
		font-size: 60px;
	}
	.pf4_section_14 h2{
	  padding-bottom:30px;
	}
}
@media (max-width: 750px) {
	.pf4_section_14 .section_inner {
		width: 500px; 
	} 
	.pf4_section_14_in {
		width: 500px;
	}
}
@media (max-width: 550px) {
	.pf4_section_14 .section_inner {
		width: 84%; 
	} 
	.pf4_section_14_in {
		width: 84%;
	}
}

/* 
=======================================
  Section 15
=========================================*/
.pf4_section_15{
	padding-bottom:30px;
}
.pf4_section_15 .section_inner{
	text-align:center;
	width: 1280px;
}
.pf4_section_15 h2{
  margin-bottom:50px;
}
.pf4_section_15__handle{
  margin-top:50px;
}
.pf4_section_15__handle a{
  color:#33323e;
  font-weight:600;
}
@media (max-width: 1300px) {
	.pf4_section_15 .section_inner {
		width: 1100px; 
	} 
}
@media (max-width: 1150px){
  .pf4_section_15 .section_inner {
		width: 900px; 
  } 
}
@media (max-width: 950px){
  .pf4_section_15 .section_inner {
		width: 600px; 
  } 
}
@media (max-width: 750px){
  .pf4_section_15 .section_inner {
		width: 500px; 
  }
  .pf4_section_15__handle{
    margin-top:30px;
  }
}
@media (max-width: 550px){
  .pf4_section_15 .section_inner {
		width: 84%; 
  } 
}

/* 
=======================================
  Section 16
=========================================*/
.pf4_section_footer_top {
    position: relative;
    background-color: #709df5;
    color: #ffffff;
	padding-bottom:28px;
}
.pf4_section_footer_top .section_inner {
	padding-top: 16px;
	max-width:810px;
	display:flex;
	flex-wrap:wrap;
	text-align:center;
}
img.pf4_section_footer_top__top_wave {
    max-width: auto;
    width: 100%;
    background-color: #ffff;
    margin: 0;
}

.pf4_section_footer_top form,
.pf4_section_footer_top_text{
	display:block;
	width:100%
}
.pf4_section_footer_top form{
}
.pf4_section_footer_top form div{
	display:inline-block;
	margin-left:7px;
	margin-right:7px;
}
.pf4_section_footer_top form input{
    width: 260px;
    height: 42px;
    background-color: #f0f0f0;
    font-family: Quicksand;
    font-weight: 600;
    letter-spacing: normal;
    color: #6C6C6C;
    border: 0px;
    padding: 8px 25px 6px 25px;
    font-size: 13px;
}
.pf4_section_footer_top form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #c7c1c1;
	text-transform:uppercase;
}
.pf4_section_footer_top form input::-moz-placeholder { /* Firefox 19+ */
	color: #c7c1c1;
	text-transform:uppercase;
}
.pf4_section_footer_top form input:-ms-input-placeholder { /* IE 10+ */
	color: #c7c1c1;
	text-transform:uppercase;
}
.pf4_section_footer_top form input:-moz-placeholder { /* Firefox 18- */
	color: #c7c1c1;
	text-transform:uppercase;
}
.pf4_section_footer_top form button{
    width: 134px;
    height: 42px;
    background-color: #f66a76;
    font-family: Quicksand;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0px;
    padding: 8px 25px 6px 25px;
    font-size: 13px;
    margin-top: -5px;
}
.pf4_section_footer_top form button:hover{
	background-color: #76dedc;
}
.pf4_section_footer_top_text {
    padding-bottom: 17px;
}
.pf4_section_footer_top_text p{
    line-height: 1.3;
}
.pf4_section_footer_top_social {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 43px;
}
.pf4_section_footer_top_social a{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-right: 5px;
    background-size: 36px;
    text-indent: -9999999999999999999999999px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.pf4_section_footer_top_social a:hover{
	opacity:0.7;
}
.pf4_section_footer_bottom{
    background-color: #252525;
    letter-spacing: 1.2px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 100;
    font-family: FuturaPT;
    font-size: 15px;
    padding-bottom: 20px;
    padding-top: 30px;
}
.pf4_section_footer_bottom .section_inner{
	max-width:850px;
}
.pf4_section_footer_bottom a{
	color: #6bbdb9;
}
.pf4_section_footer_bottom a:hover{
	color: #ffffff;
}
@media (max-width: 950px) {
	.pf4_section_footer_top .section_inner  {
		max-width: 600px; 
	} 
	.pf4_section_footer_bottom .section_inner{
		max-width:600px;
	}
	.pf4_section_footer_top form div {
		display: block;
		margin-left: 7px;
		margin-right: 7px;
	}
	.pf4_section_footer_top form input {
		width: 100%;
		margin-bottom: 10px;
	}
	.pf4_section_footer_top form button {
		width: 100%;
		margin-top: 0px;
	}
}

@media (max-width: 550px) {
	img.pf4_section_footer_top__top_wave{
		display:none !important;
	}
	.pf4_section_footer_top_text br{
	  display:none;
	}
}