/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@font-face {
    font-family: 'BlackerDisplay';
    src: url('blacker-display-medium-trial-webfont.woff2') format('woff2'),
         url('blacker-display-medium-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.mobile_text{
  display:none;
}


body{
  font-family: 'Poppins', sans-serif;
  font-size: 16.9px;
  font-weight: normal;
  line-height: 1.12;
  color: #000000;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  margin-bottom:20px;
  color: #000000;
  font-weight: normal;
}
h1{
  font-size: 81px;
  line-height: 1.17;
  letter-spacing: 9.26px;
  font-family: 'BlackerDisplay' !important;
  margin-bottom: 21px;
}
h2{
  font-size: 47.45px;
  letter-spacing:5.22px;
  line-height: 1.73;
  font-family: 'BlackerDisplay' !important;
}
h4{
  font-size: 19.5px;
  letter-spacing:1px;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
}
br.m{
  display:none;
}
/*
  Globals --> Specials
-----------------------------*/
/*-----h1-----*/
h1 mark{
  position: relative;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
h1 mark:before{
    content: " ";
    position: absolute;
    background-image: url(title-rectangle-black.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 97px;
    background-size: cover;
    right: -15px;
    top: -11px;
    z-index: 2;
}
h1 mark:after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 93%;
    left: 0;
    top: 8.5%;
    background-color:#fff;
    z-index:0;
}
h1 mark em{
  font-style:normal;
  position:relative;
  z-index:1;
  padding-left: 2px;
  padding-right: 21px;
}
h1 mark em:after{
  content: " ";
  position: absolute;
  width: 100%;
  width: calc(100% - 33px);
  height: 21px;
  right: 33px;
  bottom: 14px;
  z-index:-1;
  background-color: rgb(201, 237, 225);
}

h1 mark.c2:before{
  right: -15px;
  top: 3px;
}
h1 mark.c3:before{
  right: 13px;
  top: 11px;
}
h1 mark.c3 em{
  padding-right: 43px;
}
h1 mark.c3 em:after{
  width: calc(100% - 46px);
  right: 46px;
}
/*-----h2-----*/
h2 mark{
  position: relative;
  padding: 0;
  background-color: rgb(255, 255, 255);
}
h2 mark:before{
  content: " ";
  position: absolute;
  background-image: url(title-rectangle-black.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 58px;
  background-size: cover;
  right: -6px;
  top: 2px;
  z-index: 2;
}
h2 mark:after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 93%;
    left: 0;
    top: 3.5%;
    background-color: #ffffff;
    z-index:0;
}
h2 mark em{
  font-style:normal;
  position:relative;
  z-index:1;
  padding-left: 2px;
  padding-right: 21px;
}
h2 mark em:after{
  content: " ";
  position: absolute;
  width: 100%;
  width: calc(100% - 26px);
  height: 17px;
  right: 26px;
  bottom: 8px;
  z-index: -1;
  background-color: rgb(201, 237, 225);
}

h2 mark.c3:before{
  right: 0px;
  top: 6px;
}

h2 mark.c4:before{
  right: -7px;
  top: 9px;
}
h2 mark.c4 em{
  padding-right: 28px;
  padding-left: 6px;
}
h2 mark.c4 em:after{
  width: calc(100% - 26px);
  height: 17px;
  right: 26px;
  bottom: 4px;
}

h2 mark.c5{
  margin-left: 90px;
}
h2 mark.c5:before{
  right: -7px;
  top: 9px;
}
h2 mark.c5:after{
  left: -4px;
}
h2 mark.c5 em{
  padding-right: 9px;
}
h2 mark.c5 em:after{
  width: calc(100% - 71px);
  height: 17px;
  right: 74px;
  bottom: 4px;
}

h2 mark.c6{
  top: 12px;
}
h2 mark.c6:after{
  display: none;
}
h2 mark.c6 em{
  padding-right: 9px;
}
h2 mark.c6 em:after{
  display: none;
}

h2 mark.c7:after{
  display: none;
}
h2 mark.c7 em{
  padding-right: 9px;
}
h2 mark.c7 em:after{
  display: none;
}

h2 mark.c8{
  margin-left: 70px;
  width: 1080px;
  top: 12px;
}

/*-----h4-----*/
h4 mark{
  position: relative;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
h4 mark:after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 93%;
    left: 0;
    top: 3.5%;
    background-color:#fff;
    z-index:0;
}
h4 mark em{
  font-style:normal;
  position:relative;
  z-index:1;
  padding-left: 2px;
  padding-right: 21px;
}
h4 mark em:after{
  content: " ";
  position: absolute;
  width: calc(100% - 23px);
  height: 9px;
  right: 21px;
  bottom: 4px;
  z-index: -1;
  background-color: rgb(201, 237, 225);
}

.mobile_only{
  display:none;
}
.container--main {
  background: #ffffff !important; }

.pf4_button{
  position:relative;
  display: inline-block;
  margin: 0;
}
.pf4_button:after{
  content:" ";
  height:100%;
  width:100%;
  position:absolute;
  z-index: 0;
  left: -2px;
  bottom: -2px;
  background-color: #000;
}
.pf4_button span{
  font-family: 'Quicksand', sans-serif;
  font-size: 18.6px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #34333f;
  display:inline-block;
  background-color:#F0DF58;
  padding: 17px 45px;
  margin: 0;
  position:relative;
  z-index:1;
}
.pf4_button span:hover{
  background-color:#2f2e3c;
  color: #ffffff;
}



/*
  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; 
  } 
}

@media (max-width: 1024px) {
  h2{
    font-size: 33px;
    letter-spacing: 3px;
  }
  h4{
    font-size:17px;
    line-height:1.5;
  }
  body{
    font-size: 14px;
  }
}
@media (max-width: 768px){
  body{
    font-size:2vw;
  }
}
@media (max-width: 600px){
  body{
    font-size:2.5vw;
  }
}
@media (max-width: 480px){
  body{
    font-size:3vw;
  }
}
.section_inner {
  width: 1080px;
  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: 1024px) {
  .section_inner {
    width: 700px; 
  } 
}
@media (max-width: 900px) {
  .section_inner {
    width: 500px; 
  } 
}
@media (max-width: 768px) {
  .section_inner {
    /* width: 300px; */
  } 
  .section_1 .section_inner{
    width: 340px;
  }
  h2 mark em{
    padding-left: 2px;
    padding-right: 1.5vw;
  }
}
@media (max-width: 768px){
  .section_6_1_in h2{
    font-size:6vw;
  }
}

/* 
=======================================
  Site Header Section
=========================================*/
html{
  padding-top:0 !important;
}
.pf4_site_header {
  padding: 0;
  position: fixed;
  z-index: 999999;
  background-color: #000000;
  width: 100%;
}

.pf4_site_header .section_inner {
  width: 1220px;
  flex-wrap: wrap;
  display: flex;
  }

.pf4_heade_logo {
  width: 28%;
  padding-top: 21px;
  z-index: 2;
  padding-bottom: 17px;
  }

.pf4_heade_logo img {
  height: 22px;
  max-height: 22px !important;
  width: 83px;
  max-width: 83px !important;
  }

.pf4_header_right {
  width: 72%;
  text-align: right;
  padding-top: 8px;
  padding-bottom: 2px;
  position: relative;
  min-height: 50px;
  }

.pf4_header_right a{
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 3px;
  position:relative;
  padding-left: 22px;
  padding-right: 22px;
  margin: 0 !important;
}
.pf4_header_right a:hover {
  color: #dad7d7; 
}
.pf4_header_right a:after{
  content:" ";
  position:absolute;
  height: 10px;
  bottom: 20px;
  z-index: 0;
  opacity: 0;
}
.pf4_header_right span[kjb-settings-id="sections_header_settings_language_login"] a:after{
  display:none;
}
.pf4_header_right a span{
  position:relative;
  z-index:1;
}
.pf4_header_right a:after{
  width:1px;
  right:0;
  border:0;
  background-color: #FFF;
  opacity: 1;
  bottom: 25px;
  height: 11px;
}
.pf4_header_right a:last-child:after{
  display:none;
}
.pf4_header_right a i{
  left:23px;
  width:calc(100% - 52px);
  background-size:contain;
  background-position: center;
  background-repeat:repeat-x;
}

.pf4_header_right a:hover:after,
.pf4_header_right a:hover i{
  opacity:1;
}

.pf4_header_social_icon {
  width: 15%;
  text-align: right;
  padding-top: 12px; }

.pf4_header_social_icon a {
  text-decoration: none;
  display: inline-block;
  margin-left: 3px;
  width: 17px;
  height: 17px; }

.pf4_header_social_icon a img {
  height: 17px; }
.dropdown-menu li{
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.pf4_header_right .dropdown-menu li a:before, 
.pf4_header_right .dropdown-menu li a:after, 
.pf4_header_right .dropdown-menu li a i{
  bottom:10px;
}
.dropdown-menu li a{
  padding-top: 0;
  padding-bottom: 0;
}
li.dropdown:after{
  content:" ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -8px;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  
}

.header .user__dropdown{
  background-color:#000;
}
.header .user__dropdown a:after{
  display:none;
}
.header .user__dropdown a{
  
padding: 0;
}
@media screen and (max-width: 1240px) {
  .pf4_site_header .section_inner {
    width: 1080px; } }
@media (max-width: 1200px) {
  .pf4_site_header .section_inner {
    width: 980px; }

  .pf4_heade_logo {
    padding-top: 15px; } }
@media (max-width: 1000px) {
  .pf4_site_header .section_inner {
    width: 800px; }

  .pf4_header_social_icon {
    width: 20%; }

  .pf4_heade_logo {
    width: 30%;
    }

  .pf4_header_right {
    width: 70%; } }
@media (max-width: 850px) {


  .pf4_site_header .section_inner {
    width: 90%; }

  .pf4_mobile_icon {
    display: block !important; }

  .pf4_destop_icon {
    display: none !important; }

  .pf4_header_social_icon {
    text-align: center;
    padding-top: 15px; }

  .pf4_header_right {
    margin-right: 0;
    width: 85%;
    }

  .pf4_heade_logo {
    width: 15%;
    margin-right: 0;
    }

  .pf4_header_right a {
    /* padding-top: 3px; */
    /* padding-bottom: 3px; */
    /* margin-left: 8px; */
    /* margin-right: 8px; */
    }

  .pf4_logo img {
    width: 210px;
    padding-top: 15px; } }
@media (max-width: 767px) {
  .pf4_heade_logo {
    width: 100% !important;
    margin-right: 0px;
    text-align: left;
    padding-top: 13px;
    padding-bottom: 10px;
    }

  .pf4_header_right {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    padding-top: 5px; }

  .header .header-menu {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    padding: 0px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.17);
    top: 100%;
  }
  .pf4_header_right a:before,
  .pf4_header_right a:after,
  .pf4_header_right a i{
    display:none;
  }
  li.dropdown:after{
    position: absolute;
    top: 20px;
    right: -7px;
  }


    .header--light .header-ham span {
        background-color:#fff !important;
    }
    .header .header-menu a{
      color:#000;
      padding: 0px 0;
      font-size: 18px;
      text-align: center;
    }
    .header .header-ham{
      right:0;
      z-index: 999;
      top: 0;
    } 
}
@media (max-width: 550px) {
  .pf4_site_header .section_inner {
      width: 90%;
  } 
}
@media (max-width: 475px) {
    .pf4_heade_logo {
        width: 100% !important;
        margin-right: 0px;
        text-align: left;
        padding-top: 7px;
        padding-bottom: 10px;
    }
    .pf4_heade_logo img {
        max-height: 22px !important;
        width: 70px;
        max-width: 70px !important;
    }
}
@media (max-width: 320px) {
  .pf4_site_header .section_inner {
    width: 280px; 
  } 
}

/* 
=======================================
      Section_1
=========================================*/
.section_1{
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
}
.section_1 .section_inner{
    display: flex;
    flex-wrap: wrap;
    max-width: 1114px;
    width: 1114px;
}
.section_1__content{
    width: 54.5%;
    padding-top: 180px;
    z-index: 1;
    padding-bottom: 115px;
    padding-left: 52px;
}
.section_1__content mark{
  margin-left: -14px;
  margin-bottom: -10px;
  display: inline-block;
}
.section_1__content mark.c2{
  margin-left: -94px;
  padding-left: 10px;
  padding-bottom: 0px;
  display: inline-block;
}
.section_1__content h1{
    
position: relative;
}
.section_1__content h1:after{
  content: " ";
  position: absolute;
  background-image: url(element.png);
  background-repeat: no-repeat;
  width: 112px;
  height: 17px;
  background-size: cover;
  right: 65px;
  top: 37px;
}
.section_1__content_text{
    padding-bottom: 21px;
}
.section_1__content h4{
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.68;
  padding-left: 0px;
  padding-top: 7px;
  margin-right: -10px;
  margin-bottom: 11px;
}
.section_1__bg_right_img{
    position: relative;
    z-index: 1;
    height: 901px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_1__bg_right_img img{
    opacity: 0;
    width: 10%;
}
.section_1__bg_right .full-left-bg{
    background-color: #c9ede1;
    height: 76.77%;
}
.section_1__bg_right .full-right-bg:before {
  content: " ";
  position: absolute;
  width: 50%;
  height: 36px;
  right: 0px;
  bottom: -36px;
  background-color: #c9ede1;
}
.section_1__bg_right{
    position: relative;
    width: 45.5%;
}
.section_1__bg_right img{
  opacity: 0;
}
.section_1__content h4 br.m{
  display: none;
}

.section_1__content a.pf4_button {
    padding-top: 19px;
    letter-spacing: 5px;
    display: inline-block;
    color: #FFF;
    background-color: #000000;
    text-transform: uppercase;
    padding-bottom: 21px;
    text-align:center;
    padding-left: 86px;
    padding-right: 81px;
}
.section_1__content a.pf4_button:after{
  z-index:-1;
  display: none;
}
.section_1__content a.pf4_button:hover{
  background-color:#F8BAAC;
  color:#000;
}

@media (max-width: 1200px) {
  .section_1 .section_inner{
        width: 980px;  
  }
}
@media (max-width: 1024px) {
    .section_1 {
        padding-top: 7vw;
        padding-bottom: 2vw;
        padding-left: 8vw;
        padding-right: 8vw;
    }
    .section_1 .section_inner {
        width: 100%;
    }
    .section_1__bg_right {
        width: 45.5%;
    }
    .section_1__bg_right_img {
        height: 66vw;
    }
    .section_1__content {
        width: 54.5%;
        padding-top: 14vw;
        z-index: 1;
        padding-bottom: 11.5vw;
        padding-left: 5vw;
    }
    .section_1__content h1 {
        position: relative;
        font-size: 5vw;
        letter-spacing: 1.26vw;
        line-height: 1.3;
        margin-bottom: 3vw;
    }
    .section_1__content mark {
        margin-left: 0vw;
        margin-bottom: -1vw;
    }
    .section_1__content  h1 mark:before {
        width: 1.2vw;
        height: 7.7vw;
        background-size: 1.3vw;
        right: 0.5vw;
        top: 0.7vw;
    }
    .section_1__content  h1 mark em:after {
        content: " ";
        position: absolute;
        width: 100%;
        width: calc(100% - 3.3vw);
        height: 2vw;
        right: 3vw;
        bottom: 1.4vw;
        z-index: -1;
        background-color: rgb(201, 237, 225);
    }
    .section_1__content mark.c2 {
        margin-left: -9.4vw;
        padding-left: 1vw;
    }
    .section_1__content h1 mark.c2:before {
        right: 0.5vw;
        top: 1vw;
    }
    .section_1__content h1:after {
        width: 10.2vw;
        height: 1.7vw;
        background-size: 10.2vw;
        right: 3.5vw;
        top: 3.7vw;
    }
    .section_1__content_text {
        padding-bottom: 2.1vw;
    }
    .section_1__content h4 {
        letter-spacing: 0vw;
        line-height: 1.68;
        padding-top: 0.7vw;
        margin-right: -1vw;
        margin-bottom: 1.1vw;
        font-size: 1.8vw;
    }
}
@media (max-width: 768px) {
    .section_1 {
        padding-top: 7vw;
        padding-bottom: 6vw;
        padding-left: 6vw;
        padding-right: 6vw;
    }
    
    .section_1__bg_right {
        width: 76.5%;
        padding-left: 4vw;
    }
    .section_1__content {
        padding-bottom: 0vw;
        padding-left: 4vw;
        width: 100%;
        padding-top: 0px;
    }
    .section_1__bg_right_img {
        height: 94.5vw;
    }
    .section_1__bg_right .full-left-bg {
        height: 83.5vw;
    }
    .section_1__content h1 {
        font-size: 9.6vw;
        margin-top: -21.4vw;
        margin-left: 37vw;
        letter-spacing: 1.9vw;
    }
    .section_1__content mark.c2 {
        margin-left: -28.5vw;
        padding-left: 2.3vw;
        letter-spacing: 1.7vw;
        margin-top: 2.7vw;
    }
    .section_1__content h1 mark:before {
        width: 2.4vw;
        height: 11.9vw;
        background-size: 2.7vw;
        right: 1.2vw;
        background-position: top;
        top: -0.9vw;
    }
    .section_1__content h1 mark.c2:before {
        right: 0.9vw;
        top: 0.6vw;
    }
    .section_1__content mark {
        margin-left: 0vw;
        margin-bottom: -1vw;
        padding-left: 2vw;
    }
    .section_1__content h1 mark em:after {
        content: " ";
        position: absolute;
        width: 100%;
        width: calc(88% - 1.4vw);
        height: 3vw;
        right: 6vw;
        bottom: 1.3vw;
        z-index: -1;
        background-color: rgb(201, 237, 225);
    }
    .section_1__content h4 {
        letter-spacing: 0.1vw;
        line-height: 1.5;
        padding-top: 1.9vw;
        margin-bottom: 1.1vw;
        font-size: 4.7vw;
        margin-right: -1vw;
        padding-bottom: 1.1vw;
    }
    .section_1__content h4:first-child br{
        display:none;
    }
    .section_1__content mark.c2  em{
        display: block;    
    }
    .section_1__content mark.c2  em:after {
        width: calc(94% - 1.4vw);
    }
    .section_1__content h1:after {
        width: 17.2vw;
        height: 4.7vw;
        background-size: 27.2vw;
        right: -6.2vw;
        top: -15.3vw;
    }
    .section_1__content a.pf4_button {
        padding-right: 81px;
        margin-left: -4vw;
        width: 87vw;
        margin-top: 2.6vw;
        padding-top: 5.6vw;
        letter-spacing: 1.2vw;
        padding-left: 5.6vw;
        padding-right: 5.6vw;
        padding-bottom: 5.6vw;
        font-size: 3.9vw;
    }
}
@media (max-width: 600px){

}
@media (max-width: 550px) {
  
}
@media (max-width: 480px) {

}

/*
  Section_2
=========================================*/

.section_2{
  padding-top: 0px;
  padding-bottom: 0px;
}
.section_2 .section_inner{
  width: 1114px;
}
.section_2 .section_inner:before, 
.section_2 .section_inner:after{
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
}
.section_2 .section_inner:before {
    width: 62px;
    height: 68px;
    background-image: url(section-13-vector-smart-object-04.png);
    background-size: contain;
    left: 39px;
    top: -23px;
}
.section_2 .section_inner:after {
    width: 110px;
    height: 17px;
    background-image: url(element-b.png);
    background-size: contain;
    left: 131px;
    top: 44px;
}
.section_2_content{
  position:relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.section_2_content_left{
  width: 23.5%;
  position:relative;
  padding-left: 58px;
}

.section_2_content_right{
  width: 76.5%;
  padding-left: 34px;
  padding-top: 10px;
  padding-right: 35px;
}
.section_2_content_right h4{
  text-transform:uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 9px;
}
.section_2_content_right article{
  margin-top: 27px;
  margin-bottom: 12px;
}
.section_2_content_right article p{
  line-height: 1.72;
  letter-spacing: 0px;
  margin-bottom: -4px;
  margin-top: 0px;
  padding-bottom: 34px;
}
.section_2_content_right article h2{
  margin-bottom: 0px;
  padding-bottom: 23px;
}
.section_2_content_right article p:first-child{
  padding-bottom: 16px;
  letter-spacing: 1px;
}

@media (max-width: 1200px) {
  .section_2 .section_inner {
    width: 980px;
  }
  .section_2_content_right {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
    .section_2 .section_inner {
        width: 700px;
    }
    .section_2_content_left{
        display: none;
    }
    .section_2_content_right {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
        padding-right: 0px;
    }
    .section_2_content {
        padding-top: 50px;
    }
    .section_2 .section_inner:before {
        left: 0px;
    }
    .section_2 .section_inner:after {
        left: 130px;
        top: 28px;
    }
}
@media (max-width: 900px) {
    .section_2 {
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .section_2 .section_inner {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .section_2 {
        padding-left: 6vw;
        padding-right: 6vw;
        padding-bottom: 5vw;
    }
    .section_2 .section_inner:before {
        width: 16.2vw;
        height: 16.2vw;
        background-size: 12.2vw;
        left: initial;
        top: -15.3vw;
        right: -11vw;
    }
    .section_2 .section_inner:after {
        width: 27.2vw;
        height: 4.7vw;
        background-size: 26.2vw;
        left: -13.2vw;
        top: 5.7vw;
    }
    .section_2_content {
        padding-top: 0px;
    }
    .section_2_content_right article {
        margin-top: 0px;
        margin-bottom: 12px;
    }
    
    .section_2_content_right article h2 {
        margin-bottom: 0px;
        padding-bottom: 2.3vw;
        font-size: 8vw;
        letter-spacing: 1.1vw;
        padding-left: 4vw;
        line-height: 1.26;
        padding-top: 1.7vw;
    }
    .section_2_content_right article p{
        padding-left: 4vw;
        padding-bottom: 5vw;
        font-size: 4vw;
    }
    
    .section_2_content_right_top{
        padding-left: 21vw;
        
        padding-top: 1.2vw;
    }
    .section_2_content_right_top p:first-child {
        padding-bottom: 3.2vw;
        letter-spacing: 0vw;
        padding-left: 0vw;
        font-size: 4vw;
    }

}
@media (max-width: 480px){

}
@media (max-width: 425px){
 
}
@media (max-width: 375px){

}
/* 
=======================================
      Section_3_1
=========================================*/
.section_3_1 {
  padding-top: 77px;
}
.section_3_1 .section_inner{
  width: 1103px;
  z-index: 1;
}
.section_3_1_in{    
  border: 4px solid #000;
}
.section_3_1_title{

}
.section_3_1_title h2{
  text-align: center;
  /* padding-left: 20px; */
  margin-top: -47px;
}
.section_3_1_title h2 span{
  background-color: #FFF;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  display: inline-block;
  max-width: 90%;
}
.section_3_1_title h2 span mark{
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(120deg, rgb(201, 237, 225) 0%, rgb(201, 237, 225) 100%);
  background-repeat: no-repeat;
  background-size: 97% 27%;
  background-position: 0 81.8%;
}
.section_3_1_title h2 mark:before{
  display:none;
}
.section_3_1_title h2 mark:after{
  content:" ";
  right: auto;
  top: 14px;
  position: relative;
  display: inline-block;
  background-image: url(title-rectangle-black.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 58px;
  background-size: cover;
}

.section_3_1_title h2 span mark em{

}
.section_3_1_title h2 span mark em strong{
    font-weight: normal;
}
.section_3_1_title h2 mark em:after{
  width: calc(100% - 27px);
  right: 32px;
  display: none;
}
.section_3_1_video{    
  padding-left: 148px;   
  padding-right: 164px;   
  padding-top: 48px;
}
.section_3_1_video img{
    
}
.section_3_1_image{    
  padding-left: 56px;    
  padding-right: 50px;    
  padding-top: 55px;    
  padding-bottom: 67px;
}
.section_3_1_image img{
    
}
.section_3_1_link{   
  text-align: center;    
  display: block;    
  margin-bottom: -31px;
}
.section_3_1_link .pf4_button{
    padding-top: 19px;
    letter-spacing: 5px;
    display: inline-block;
    color: #FFF;
    background-color: #000000;
    text-transform: uppercase;
    padding-bottom: 21px;
    text-align: center;
    padding-left: 86px;
    padding-right: 81px;
}
.section_3_1_link .pf4_button:after{
    display:none;
}
.section_3_1_link .pf4_button:hover{
  background-color:#F8BAAC;
  color:#000;
}


@media (max-width: 1200px) {
    .section_3_1 .section_inner {
        width: 980px;
    }
    .section_3_1_video {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0px;
    }
    .section_3_1_image {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 1024px) {
    .section_3_1 .section_inner {
        width: 700px;
    }
    .section_3_1 {
        padding-top: 40px;
    }
    .section_3_1_title h2 mark:before {
        width: 13px;
        height: 100%;
        right: -6px;
        top: 3px;
        background-size: 9px;
    }
    .section_3_1_title h2 {
        margin-top: -37px;
    }
    .section_3_1_title h2 mark:after {
        top: 9px;
        width: 8px;
        height: 36px;
    }
}
@media (max-width: 900px) {
    .section_3_1 {
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .section_3_1 .section_inner {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .section_3_1_link .pf4_button {
        display: block;
        margin-top: 2.6vw;
        padding-top: 4.6vw;
        letter-spacing: 1.2vw;
        padding-left: 7.6vw;
        padding-right: 7.6vw;
        padding-bottom: 4.6vw;
        font-size: 3.9vw;
        margin-left: 5vw;
        margin-right: 5vw;
        line-height: 1.4;
    }
    .section_3_1_link {
        margin-bottom: -13vw;
    }
    h2 {
        font-size: 7.4vw;
        letter-spacing: 0.4vw;
        line-height: 1.4;
    }
   .section_3_1_title h2 span {
        padding-left: 2vw;
        padding-right: 2vw;
    }
    
    .section_3_1_title h2{
        display:none;
    }
    .section_3_1_title h2.mobile_only{
        display:block;
        padding-left: 0;
    }
    .section_3_1_title h2 {
        font-size: 6.4vw;
        letter-spacing: 0.4vw;
        line-height: 1.4;
        margin-top: -7vw;
    }
    .section_3_1_title h2 mark:after {
        top: 2vw;
        width: 1.5vw;
        height: 7vw;
    }
    .section_3_1_title mark {
        margin-left: 0vw;
        margin-bottom: -1vw;
        padding-left: 0vw;
    }
    .section_3_1_title h2 mark:before {
        width: 3.4vw;
        height: 8.9vw;
        background-size: contain;
        background-position: top;
        top: -0.1vw !important;
        right: 1.2vw !important;
    }
    .section_3_1_title h2 mark em:after {
        content: " ";
        position: absolute;
        width: 100%;
        width: calc(88% - 1.4vw);
        height: 3vw;
        right: 6vw;
        bottom: 1.3vw;
        z-index: -1;
        background-color: rgb(201, 237, 225);
    }
    .section_3_1_title h2 span mark:first-child {
        margin-left: 0;
        padding-right: 0;
    }
    .section_3_1_title h2 span mark:first-child:before{
      right: 2.8vw !important;
    }
    .section_3_1_title h2 span mark em {
        padding-left: 3vw;
        padding-right: 5vw;
    }
}
@media (max-width: 480px){
    .section_3_1_image {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 20px;
        margin-bottom: 10vw;
    }
    .section_3_1 {
        padding-top: 0vw;
    }
}

/* 
=======================================
      Section_4.1
=========================================*/
.section_4_1{
  position: relative;
  margin-top: 283px;
  padding-bottom: 82px;
}
.section_4_1:before,
.section_4_1:after{
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
.section_4_1:before{
    width: 113px;
    height: 113px;
    display: block;
    top: -135px;
    right: 27%;
    content: "";
    border-radius: 50%;
    border: 1px solid #000;
    z-index: 1;
}
.section_4_1:after{
    width: 70px;
    height: 85px;
    background-size: 70px;
    bottom: 200px;
    left: 0%;
    z-index: 1;
    transform: rotate(-270deg);
    background-image: url(section-13-vector-smart-object-04.png);
}
.section_4_1 .section_inner{    
  width: 1075px;    
  display: flex;    
  flex-wrap: wrap;    
  box-sizing: border-box;
}
.section_4_1_bg{   
    background-color: #FCF3EE;
    clip-path: polygon(0 32%, 100% 0, 100% 56%, 0% 99.7%);
    position: absolute;
    top: -185px;
    left: 0px;
    width: 100%;
    height: 123%;
    content: "";
}
.section_4_1_title{    
  width: 100%;    
  display: block;
}
.section_4_1_title h2{
    line-height: 1.65;
    margin-bottom: -49px;
}
.section_4_1_title h2 mark{
    
}
.section_4_1_title h2 mark em{
    
}
.section_4_1_title h2 mark mark.c2{
    
}
.section_4_1_left{
  width: 48%;
  padding-left: 21px;
  padding-right: 115px;
  padding-top: 114px;
}
.section_4_1_left p{
    line-height: 1.72;
    letter-spacing: 0px;
    margin-bottom: -4px;
    margin-top: 0px;
    padding-bottom: 34px;
}
.section_4_1_right{    
  position: relative;   
  width: 52%;
}
.section_4_1_right .section_4_1_right_img{
    height: 596px;
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_4_1_right .section_4_1_right_img img{
    width: 10%;
    opacity: 0;    
}
.section_4_1_right .full-right-bg{
    background-color: transparent;
}
.section_4_1_right .full-right-bg:before,
.section_4_1_right .full-right-bg:after{
  content:"";
  display:block;
  position:absolute;
}
.section_4_1_right .full-right-bg:before{
  top: -75px;
  right:0px;
  width: 62.5%;
  height:712px;
  background-color:#0e314c;
  z-index: 1;
}
.section_4_1_right .full-right-bg:after{
  bottom: -82px;
  right:10%;
  height:345px;
  width: 103%;
  background-color:#c9ede1;
}



@media (max-width: 1200px) {
    .section_4_1 .section_inner {
        width: 980px;
    }
    .section_4_1_title h2 {
        letter-spacing: 2.22px;
    }
}
@media (max-width: 1024px) {
    .section_4_1 .section_inner {
        width: 700px;
    }
    .section_4_1_title h2 {
        margin-bottom: 0px;
    }
    h2 mark:before {
        width: 10px;
        height: 44px;
        right: -6px !important;
        top: 0px !important;
    }
    .section_4_1_right {
        width: 100%;
        display: none;
    }
    .section_4_1_right.mobile_only{
        display: block;
    }
    .section_4_1_left {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 130px;
    }
    .section_4_1_title {
        width: 100%;
        display: block;
        z-index: 1;
        padding-bottom: 35px;
    }
    .section_4_1_title h2 {
        letter-spacing: 4.22px;
    }
    
    .section_4_1 {
        position: relative;
        margin-top: 125px;
        padding-bottom: 0px;
    }
    .section_4_1_bg {
        top: -78px;
        left: 0px;
        height: 85%;
    }
    .section_4_1:before {
        width: 80px;
        height: 80px;
        top: -58px;
        right: 16%;
    }
}
@media (max-width: 900px) {
    .section_4_1 {
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .section_4_1 .section_inner {
        width: 100%;
    }
}

@media (max-width: 768px) {
  .section_4_1_right .section_4_1_right_img{
        height: 71.6vw;
        margin-left: 3.4vw;
        width: 95%;
    }
    .section_4_1_right .full-right-bg:before {
        top: -3.3vw;
        right: 0px;
        width: 47.5%;
        height: 78.4vw;
    }
    .section_4_1_right .full-right-bg:after {
        bottom: -16.4vw;
        right: 0%;
        height: 43vw;
        width: 79.2%;
    }
    .section_4_1:after {
        width: 7vw;
        height: 8vw;
        background-size: 7vw;
        bottom: 28vw;
        left: 0%;
    }
    .section_4_1:before {
        width: 10vw;
        height: 10vw;
        top: -12vw;
        right: 6%;
    }
    .section_4_1_left {
        padding-top: 25vw;
    }

    h2 mark:before{
        width: 1.5vw;
        height: 7vw;
        right: -1.5vw !important;
    }
    .section_4_1_title h2 {
        font-size: 7.4vw;
        letter-spacing: 0.0vw;
        line-height: 1.5;
    }
    .section_4_1_title h2,
    .section_4_1_title h2 mark:after{
        display:none;
    }
    .section_4_1_title h2.mobile_only{
        display: block;
        text-align: center;
    }
    .section_4_1_title h2 mark {
        background-color: transparent !important;
        margin-left: -3vw;
    }
    .section_4_1_title h2 mark em:after {
        content: " ";
        position: absolute;
        width: 100%;
        width: calc(100% - 4vw);
        height: 3vw;
        right: 2vw;
        bottom: 1.3vw;
        z-index: -1;
        background-color: rgb(201, 237, 225);
    }
    .section_4_1_title h2 mark:before {
        width: 3.4vw;
        height: 8.9vw;
        background-size: contain;
        background-position: top;
        top: 0.9vw !important;
        right: -2.8vw !important;
    }
     .section_4_1 {
        margin-top: 14vw;
        padding-bottom: 12vw;
    }

    .section_4_1_title {
        padding-bottom: 7.1vw;
    }
    .section_4_1_right .section_4_1_right_img:before {
        width: 16.2vw;
        height: 13.2vw;
        background-size: 12.2vw;
        left: initial;
        bottom: -20vw;
        right: 40vw;
        content: "";
        position: absolute;
        background-image: url(section-13-vector-smart-object-04.png);
        background-repeat: no-repeat;
    }
    .section_4_1:after{
        display:none;
    }
    .section_4_1_left p{
        font-size: 4vw;   
    }
}
@media (max-width: 600px){

}
@media (max-width: 480px){

}
@media (max-width: 375px){

}

/* 
=======================================
      Section_5.1
=========================================*/
.section_5_1 {
    padding-top: 118px;
    padding-bottom: 105px;
}
.section_5_1 .section_inner{
    text-align: center;
    width: 866px;
}
.section_5_1 .section_5_1_hr {
    width: 3px;
    height: 43px;
    background-color: #000;
    margin-top: 21px;
}
.section_5_1 h2{
    line-height: 1.7;
}
.section_5_1 h2 mark{
    
}
.section_5_1 h2 mark:before{
  right: 0;
  top: 9px;
}
.section_5_1 h2 mark:after{
  
}
.section_5_1 h2 mark em{
    
}
.section_5_1 h2 mark.c2{
    
}
.section_5_1 h2 mark.c2:before {
    right: 0;
    top: 9px;
}
.section_5_1 .section_5_1_hr{
    
}
.section_5_1_content{
    padding-top: 32px;
}
.section_5_1_content .pf4_button{
    padding-top: 19px;
    letter-spacing: 5px;
    display: inline-block;
    color: #FFF;
    background-color: #000000;
    text-transform: uppercase;
    padding-bottom: 21px;
    text-align: center;
    padding-left: 86px;
    padding-right: 81px;
    margin-top: 10px;
}
.section_5_1_content .pf4_button:hover{
  background-color:#F8BAAC;
  color:#000;
}
.section_5_1_content .pf4_button:after{
    display:none;
}
.section_5_1_content_in{
    
    
}
.section_5_1_content_in ul{
    list-style-type: none;
    margin: 0;
    padding: 0;    
}
.section_5_1_content_in ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 0px;
    margin-bottom: 36px;
    letter-spacing: 0.2px;
    font-weight: normal;
    line-height: 1.75;
}
.section_5_1_content_in ul li:before{
    content: " ";
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    height: 13px;
    background-size: 15px;
    left: 0px;
    top: 0px;
    background-image: url(section-5-bullet.png);
    display: block;
    background-position: center top;
    margin-bottom: 10px;
}
@media (max-width: 1024px) {
    .section_5_1 .section_inner {
        width: 700px;
    }
    
}
@media (max-width: 900px) {
    .section_5_1 {
        padding-left: 6vw;
        padding-right: 6vw;
        padding-top: 5vw;
        padding-bottom: 12vw;
    }
    .section_5_1 .section_inner {
        width: 100%;
    }
}
@media (max-width: 768px) {
.section_5_1 h2 {
    font-size: 7.4vw;
    letter-spacing: 0.4vw;
    line-height: 1.5;
}
.section_5_1 h2 mark {
    background-color: transparent !important;
    margin-left: -3vw;
}
.section_5_1 h2 mark:before {
    width: 3.4vw;
    height: 8.9vw;
    background-size: contain;
    background-position: top;
    top: -0.1vw !important;
    right: -2.8vw !important;
}
.section_5_1 h2 mark em:after {
    content: " ";
    position: absolute;
    width: 100%;
    width: calc(100% - 4vw);
    height: 3vw;
    right: 2vw;
    bottom: 1.3vw;
    z-index: -1;
    background-color: rgb(201, 237, 225);
}
.section_5_1_content .pf4_button{
    display: block;
    margin-top: 2.6vw;
    padding-top: 4.6vw;
    letter-spacing: 1.2vw;
    padding-left: 7.6vw;
    padding-right: 7.6vw;
    padding-bottom: 4.6vw;
    font-size: 3.9vw;
    margin-left: 5vw;
    margin-right: 5vw;
    line-height: 1.4;
}
.section_5_1_content_in ul li {
    padding-left: 0px;
    margin-bottom: 8.6vw;
    letter-spacing: 0.1vw;
    font-size: 4vw;
}
.section_5_1_content_in ul li br{
    display:none;
}
.section_5_1{
     padding-bottom: 1vw;
}
}
@media (max-width:480px){
  
}
/* 
=======================================
      Section_6.1
=========================================*/
.section_6_1 {
    padding-top: 146px;
    padding-bottom: 105px;
}
.section_6_1 .section_inner{
    width: 1000px;
}
.section_6_1_bodder{
    width: 43.6%;
    height: 93.3%;
    position: absolute;
    top: 93px;
    left: -2px;
    border-left: 7px solid #f8b9aa;
    border-bottom: 7px solid #f8b9aa;
    border-top: 7px solid #f8b9aa;
    z-index: 1;
}
.section_6_1_bodder:before,
.section_6_1_bodder:after{
  content:"";
  right:0px;
  width:7px;
  position:absolute;
  background-color: #f8b9aa;
}
.section_6_1_bodder:before{
  top:0px;
  height: 36px;
}
.section_6_1_bodder:after{
  bottom:0px;
  height: 28px;
}
.section_6_1_bg{
    width: 48.9%; 
}
.section_6_1_bg .full-left-bg{
    background-color: #fcf3ee;
    height: 344px;
}
.section_6_1_in{
    padding-top: 153px;
    padding-left: 190px;
    position: relative;
    z-index: 3;
}
.section_6_1_in:before {
    width: 113px;
    height: 113px;
    display: block;
    top: -18px;
    right: 127px;
    content: "";
    border-radius: 50%;
    border: 1px solid #000;
    z-index: 1;
    position:absolute;
}
.section_6_1_in h2{
    line-height: 1.65;
    margin-bottom: 53px;
    position: relative;
}
.section_6_1_in h2:after {
    width: 110px;
    height: 17px;
    background-image: url(element-b.png);
    background-size: contain;
    left: -145px;
    top: 35px;
    content: " ";
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
}
.section_6_1_in h2 mark{
    padding-left: 11px;
}
.section_6_1_in h2 mark:before{
  right: -2px;
  top: -2px;
  width: 13px;
  height: 61px;
}
.section_6_1_in h2 mark:after{
  
}
.section_6_1_in h2 mark em{
    
}
.section_6_1_in h2 mark.c2{
    
}
.section_6_1_in h2 mark.c2:before {
    right: 1px;
    top: 15px;
}
.section_6_1_content{
    padding-left: 67px;
    padding-right: 106px;
}
.section_6_1_content ul{
    list-style-type: none;
    margin: 0;
    padding: 0; 
}
.section_6_1_content ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 50px;
    margin-bottom: 7px;
    letter-spacing: 0.2px;
    font-weight: normal;
    line-height: 1.75;
}
.section_6_1_content ul li:before{
    content: " ";
    position: absolute;
    background-repeat: no-repeat;
    width: 14px;
    height: 11px;
    background-size: cover;
    left: 8px;
    top: 9px;
    background-image: url(section-5-bullet.png);
}

@media (max-width: 1200px) {
    .section_6_1 .section_inner {
        width: 980px;
    }   
}
@media (max-width: 1024px) {
    .section_6_1 .section_inner {
        width: 700px;
    }   
    .section_6_1_in {
        padding-left: 120px;
    }
    .section_6_1_in h2:after {
        width: 70px;
        height: 17px;
        left: -90px;
        top: 23px;
        z-index: 1;
    }
    .section_6_1_in h2 mark:before {
        width: 10px;
        height: 44px;
    }
}
@media (max-width: 768px) {
    .section_6_1 .section_inner {
        width: 88%;
    }
    .section_6_1_in {
        padding-top: 153px;
        padding-left: 35px;
    }
    .section_6_1 {
        padding-top: 70px;
        padding-bottom: 90px;
    }
    .section_6_1_in:before {
        width: 70px;
        height: 70px;
    }
    .section_6_1_in h2:after {
        width: 70px;
        height: 17px;
        left: 0px;
        top: 0px;
        content: " ";
        display: block;
        position: relative;
        margin-top: 20px;
    }
    .section_6_1_content {
        padding-left: 0px;
        padding-right: 0px;
    }
    .section_6_1_in h2 {
        line-height: 1.65;
        margin-bottom: 4vw;
        position: relative;
        font-size: 6.4vw;
    }
    
    .section_6_1_in  h2 mark{
        background-image: url(pf4_bodder_mark.jpg);
        background-position: 0px 1vw;
        background-repeat: repeat-x;
    }
    .section_6_1_in h2 mark:before {
        width: 2.2vw;
        height: 9vw;
        background-size: 1.9vw;
        right: -6px !important;
        top: -0.4vw !important;
    }
    .section_6_1_in h2 mark em:after {
        height: 2.7vw;
        width: calc(100% - 2.6vw);
        right: 2.6vw;
        bottom: 1.4vw;
    }
    .section_6_1_content ul li {
        line-height: 1.75;
        font-size: 3.7vw;
        margin-bottom: 4vw;
    }
    .section_6_1_content ul {
        padding-bottom: 5vw;
    }
}
@media (max-width: 480px) {
   
}
/* 
=======================================
      Section_7
=========================================*/
.section_7{
  padding-top: 128px;
  padding-bottom: 75px;
}
.section_7 .section_inner{
  max-width: 1050px;
  display: flex;
  flex-wrap: wrap;
  min-height: 700px;
}
.section_7_bg{
    position: absolute;
    width: 700px;
    height: 0.1vw;
    display: block;
}
.section_7_bg .full-left-bg{
    height:600px;
    background-color: transparent;
}
.section_7_bg .full-left-bg:before{
    content:"";
    width: 100%;
    height: 57.5%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    background-color: #fcf3ee;
}
.section_7_bg_img{
    width: 91.6%;
    height: 93.3%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_7_title{
    width: 100%;
    padding-left: 417px;
    padding-top: 358px;
    position: relative;
}
.section_7_title:before {
    content: "";
    position: absolute;
    background-image: url(section-7-vector-smart-object_1.png);
    background-repeat: no-repeat;
    width: 3.6vw;
    height: 3.4vw;
    background-size: 3.6vw;
    right: 11.76vw;
    top: 6vw;
}
.section_7_title h2{
    line-height: 1.65;
    margin-bottom: 53px;
    position: relative;
}
.section_7_title h2:after {
    width: 110px;
    height: 17px;
    background-size: contain;
    left: 12.4vw;
    top: -2.6vw;
    content: " ";
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
    background-image: url(section-11-vector-smart-object-01.png);
}
.section_7_title h2 mark{
    padding-left: 11px;
}
.section_7_title h2 mark:before{
  right: -2px;
  top: -2px;
  width: 13px;
  height: 61px;
}
.section_7_title h2 mark:after{
  top: 12px;
  height: 89%;
}
.section_7_title h2 mark em{
    
}
.section_7_title h2 mark.c2{
    
}
.section_7_title h2 mark.c2:before {
    right: 5px;
    top: 4px;
}
.section_7_list{
    text-align: center;
    padding-top: 78px;
}
.section_7_list ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.section_7_list ul li{
    display: inline-block;
    margin: 0px;
    position: relative;
    
    margin-bottom: 14px;
    
    letter-spacing: 0.3px;
    margin-left: 25px;
    margin-right: 25px;
}
.section_7_list ul li a{
    padding-left: 52px;
    padding-top: 14px;
    position: relative;
    display: block;
    margin: 0px;
}
.section_7_list_item{
    
}
.section_7_list_item a{
    line-height: 1.8;
    color: #000000;
}
.section_7_list_item span{
    width: 43px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0px;
}
@media (max-width: 1440px) {
    .section_7_bg_img {
        width: 88.9%;
    }
    .section_7_title h2:after {
        left: 16.4vw;
        top: -3.6vw;
    }
}
@media (max-width: 1200px) {
    .section_7_bg {
        width: 470px;
    }
    .section_7_title {
        padding-left: 250px;
    }
}
@media (max-width: 1024px) {
  .section_7 {
      padding-top: 5vw;
      padding-bottom: 7vw;
  }
    .section_7_title h2 mark:before {
        width: 1.2vw;
        height: 7vw;
        background-size: 1.2vw;
    }
    .section_7_title:before {
        width: 5.6vw;
        height: 5.6vw;
        background-size: 5.6vw;
    }
    .section_7_title {
        padding-left: 265px;
    }
}
@media (max-width: 900px) {
    .section_7 .section_inner {
        width: 700px;
    }
    .section_7_title {
        padding-left: 265px;
        padding-top: 300px;
    }
    .section_7_bg .full-left-bg {
        height: 494px;
    }
}
@media (max-width: 768px) {
    .section_7 {
        padding-left: 6vw;
        padding-right: 6vw;
        padding-top: 9.5vw;
        padding-bottom: 75px;
    }
    .section_7 .section_inner{
        width: 100%;
    }
    .section_7_bg {
        width: 53vw;
    }
    .section_7_bg .full-left-bg {
        height: 66.8vw;
    }
    .section_7_bg_img {
        width: 100%;
    }
    .section_7_bg .full-left-bg:before {
        width: 125%;
    }
    .section_7_title {
        padding-left: 24.7vw;
        padding-top: 34.1vw;
    }
    .section_7_title h2{
        display:none;
    }
    .section_7_title h2.mobile_only{
        display:block;
        line-height: 1.38;
    }
    .section_7_title h2 mark {
        padding-left: 2vw;
        margin-right: -1vw;
        background-color: transparent;
    }
    .section_7_title h2 mark:after {
        top: 0vw;
        height: 98%;
    }
    .section_7_title h2 mark.c2:after {
        top: 1vw;
        height: 92%;
    }
    .section_7_title h2 mark em:after {
        height: 2.5vw;
        width: calc(100% - 1.3vw);
        right: 0.6vw;
        bottom: 1.8vw;
    }
    .section_7_title h2 mark:before {
        width: 3vw;
        height: 8.3vw;
        background-size: contain;
    }
    .section_7_title h2 mark.c2:before{
        right: -1.5vw !important;
        top: 0.2vw !important;
        width: 2.9vw;
    }
    .section_7_title h2:after {
        left: 48.4vw;
        top: -15.6vw;
        width: 26vw;
        height: 4vw;
    }
    .section_7_list {
        text-align: center;
        padding-top: 4vw;
        padding-bottom: 13vw;
    }
    .section_7_list ul li {
        font-size: 4vw;
    }
}
@media (max-width: 480px) {
    
}



/* 
=======================================
      Section_8
=========================================*/
.section_8_1{
  padding-bottom: 5px;
  margin-bottom: -12px;
  position: relative;
}
.section_8_1 .section_inner{
  max-width: 1000px;
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.section_8_1:before {
    width: 113px;
    height: 113px;
    display: block;
    bottom: -143px;
    left: -70px;
    content: "";
    border-radius: 50%;
    border: 1px solid #000;
    z-index: 1;
    position: absolute;
}
.section_8_1_bg {
    background-color: #FCF3EE;
    clip-path: polygon(0 32.5%, 100% 0, 100% 62%, 0% 98.7%);
    position: absolute;
    top: -61px;
    left: 0px;
    width: 100%;
    height: 104%;
    content: "";
}
.section_8_1__left_container{
    width: 100%;
    padding-left: 0px;
    padding-top: 213px;
    position: relative;
}
.section_8_1__left_container:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    width: 70px;
    height: 66px;
    background-size: 69px;
    right: 177px;
    top: 115px;
    background-image: url(section-13-vector-smart-object-04.png);
    transform: rotate(-270deg);
}
.section_8_1__left_container h2{
    /* line-height: 1.65; */
    margin-bottom: 1vw;
    position: relative;
    text-align: center;
    /* letter-spacing: 0.5vw; */
    /* font-size: 5vw; */
}

.section_8_1__left_container h2 mark{
    padding-left: 11px;
}
.section_8_1__left_container h2 mark:before{
  right: -2px;
  top: -2px;
  width: 13px;
  height: 60px;
}
.section_8_1__left_container h2 mark:after{
  top: 12px;
  height: 89%;
}
.section_8_1__left_container h2 mark em{
    
}
.section_8_1__left_container h2 mark.c2{
    
}
.section_8_1__left_container h2 mark.c2:before {
    right: -2px;
    top: 4px;
}
.section_8_1_hr{
    width: 3px;
    height: 43px;
    background-color: #000;
    margin-top: 21px;
}
.section_8_1__left_container{
    
}
.section_8_1__left_container article{
    text-align: center;
    padding-bottom: 4px;
}
.section_8_1__left_container article p{
    letter-spacing: 0.4px;
    line-height: 1.72;
    margin: 0px;
    padding-top: 26px;
    color: #000;
}
.section_8_1__right_container{
    padding-top: 21px;
    margin-left: 17%;
    margin-right: 17%;
}


@media (max-width: 1024px) {
     .section_8_1__left_container h2 mark:before {
        width: 10px;
        height: 46px;
        background-size: cover;
    }   
    .section_8_1__left_container {
        padding-top: 0px;
    }
    .section_8_1__left_container h2 mark:after {
        top: 0px;
    }
    .section_8_1__left_container:before {
        width: 50px;
        height: 66px;
        background-size: 50px;
        right: 0px;
        top: -60px;
    }
}
@media (max-width: 900px) {
    .section_8_1__left_container article p br{
        display:none;
    }
    .section_8_1__right_container {
        padding-top: 21px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .section_8_1__left_container:before {
        right: -130px;
        top: -76px;
    }
    .section_8_1:before {
        width: 70px;
        height: 70px;
        bottom: -60px;
        left: -35px;
    }
}
@media (max-width: 768px) {
    .section_7{
        padding-bottom: 0px;    
    }
    .section_8_1 {
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .section_8_1 .section_inner {
        width: 100%;
    }
    .section_8_1__left_container:before {
        right: 0px;
        top: -7vw;
        width: 6.6vw;
        height: 6.6vw;
        background-size: 5.6vw;
    }
    
    .section_8_1__left_container h2 {
        font-size: 7.4vw;
        letter-spacing: 0vw;
        line-height: 1.5;
    }
    .section_8_1__left_container h2 mark {
        background-color: transparent !important;
        margin-left: -3vw;
    }
    .section_8_1__left_container h2 mark:before {
        width: 3.4vw;
        height: 9.9vw;
        background-size: contain;
        background-position: top;
        top: 0.6vw !important;
        right: -2.8vw !important;
    }
    .section_8_1__left_container h2 mark em:after {
        content: " ";
        position: absolute;
        width: 100%;
        width: calc(100% - 4vw);
        height: 3vw;
        right: 2vw;
        bottom: 1.3vw;
        z-index: -1;
        background-color: rgb(201, 237, 225);
    }
    .section_8_1__left_container article p{
        font-size: 4vw;
    }

}
@media (max-width: 480px){

}
/* 
=======================================
      Section_9
=========================================*/
.section_9{
  padding-top: 147px;
  padding-bottom: 202px;
  position: relative;
}
.section_3_1_video_slider{
    margin-left: -10px;
    margin-right: -10px;
    background-color: #fcf3ee;
    z-index: 1;
    padding-top: 53px;
    padding-bottom: 35px;
}

.section_3_1_video_slider .full-bg-mobile.active {
    opacity: 1;
    display: block;
    position: relative;
    background-color: rgba(133, 156, 172, 0);
}
.section_9_1_bg{
    background-color: #FCF3EE;
    clip-path: polygon(0 22%, 100% 0, 120% 65%, 0% 88.7%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30%;
    content: "";
}
.section_3_1_video_slider_in {
    
}
.section_3_1_video_slider_in > div{
    
}
.section_3_1_video_slider_in > div .section_3_1_video_slider_item{
    padding-left: 22px;
    padding-right: 22px;    
}
.section_3_1_video_slider .slick-list {
    margin-right: calc(-10% + -100px);
}
.section_3_1_video_slider .slick-list {
    margin-left: calc(-10% + -100px);
}
.ggic_section_2_video .video {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.section_9 .section_3_1_link{
  padding-top: 108px;
}

.section_3_1_video_slideractive .slick-prev {
    left: 19.3%;
    z-index: 2;
    width: 28px;
    height: 58px;
}
.section_3_1_video_slideractive .slick-next {
    right: 19.3%;
    z-index: 2;
    width: 28px;
    height: 58px;
}
.section_3_1_video_slideractive .slick-prev:before, 
.section_3_1_video_slideractive .slick-next:before {
    content: " ";
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 25px;
    background-repeat: no-repeat;
    display: block;
}
.section_3_1_video_slideractive .slick-prev:before {
    content: " ";
    background-image: url(section-9-slider-left-arrow-new.png);
}
.section_3_1_video_slideractive .slick-next:before {
    content: " ";
    background-image: url(section-9-slider-right-arrow-new.png);
}

@media (max-width: 1200px) {

}
@media (max-width: 1080px) {

}
@media (max-width: 900px) {

}
@media (max-width: 768px) {
    .section_9 {
        padding-top: 115px;
    }
    .section_9 {
        padding-top: 115px;
        padding-bottom: 160px;
    }
    .section_9_1_bg {
        height: 35%;
    }
    
    .section_3_1_video_slider .slick-list {
        margin-right: calc(0% + 00px);
    }
    .section_3_1_video_slider .slick-list {
        margin-left: calc(0% + 00px);
    }
    .section_3_1_video_slider {
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 0px;
        padding-bottom: 0;
        margin-bottom: 10vw;
    }
    .section_3_1_video_slider_in {
        padding-left: 10%;
        padding-right: 10%;
        margin-left: -10px;
    }
    .section_3_1_video_slider_in > div .section_3_1_video_slider_item {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .section_3_1_video_slideractive .slick-prev {
        left: 19.3%;
        z-index: 2;
        width: 12px;
        height: 30px;
    }
    .section_3_1_video_slideractive .slick-next{
         right: 19.3%;
        z-index: 2;
        width: 12px;
        height: 30px;
    }
    .section_3_1_video_slideractive .slick-prev:before, 
    .section_3_1_video_slideractive .slick-next:before {
        background-size: 11px;
    }
    
    .section_9 .section_3_1_link {
        padding-top: 30px;
    }
}
@media (max-width: 1200px) {

}
@media (max-width: 1080px) {

}
@media (max-width: 900px) {

}
@media (max-width: 768px) {
    
}

/* 
=======================================
      Section_10
=========================================*/
.section_10{
  position:relative;
  padding-top: 23px;
  margin-top: -38px;
}
.section_10 .section_inner{
  max-width: 1072px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.section_10_left{    
    width: 51.9%;
    z-index: 1;
    position: relative;
}
.section_10_left:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    width: 70px;
    height: 66px;
    background-size: 69px;
    right: 250px;
    top: 99px;
    background-image: url(section-13-vector-smart-object-04.png);
    transform: rotate(-270deg);
}
.section_10_left_in{   
    padding-left: 176px;   
    margin-top: 73.7%;    
    padding-top: 50px;    
    position: relative;
}
.section_10_left_in:before{
    content:"";
    position: absolute;
    top: 0px;
    width: 106.5%;
    right: 0px;
    background-color: #fcf3ee;
    height: 87.5%;
}
.section_10_left_in h2{
    
}
.section_10_left_in h2{
    line-height: 1.65;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}
.section_10_left_in h2:after {
    width: 110px;
    height: 17px;
    background-size: contain;
    left: -144px;
    top: 33px;
    content: " ";
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
    background-image: url(element-b.png);
}
.section_10_left_in h2 mark{
    padding-left: 11px;
}
.section_10_left_in h2 mark:before{
  right: -2px;
  top: -2px;
  width: 13px;
  height: 61px;
}
.section_10_left_in h2 mark:after{
  top: 12px;
  height: 89%;
}
.section_10_left_in h2 mark em{
    
}
.section_10_left_in h2 mark.c2{
    
}
.section_10_left_in h2 mark.c2:before {
    right: 5px;
    top: 4px;
}

.section_10_right{   
  width: 60.6%;   
  margin-left: -10.4%;    
  margin-right: -10%;
}
.section_10_right_img{
    
}
.section_10_right_img img{
    
}
.section_10_content{
    
width: 100%;
    
padding-top: 53px;
}

.section_10_content article{
    
padding-left: 143px;
}
.section_10_content article p{
    
}
.section_10_content article ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.section_10_content article ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
    letter-spacing: 0.2px;
    font-weight: normal;
    line-height: 1.75;
}
.section_10_content article ul li:before{
    content: " ";
    position: absolute;
    background-repeat: no-repeat;
    width: 14px;
    height: 11px;
    background-size: cover;
    left: 8px;
    top: 9px;
    background-image: url(section-5-bullet.png);
}


.section_10_link{
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 64px;
}
.section_10_link .pf4_button {
    padding-top: 19px;
    letter-spacing: 5px;
    display: inline-block;
    color: #FFF;
    background-color: #000000;
    text-transform: uppercase;
    padding-bottom: 21px;
    text-align: center;
    padding-left: 86px;
    padding-right: 81px;
    width: 100%;
    max-width: 400px;
}
.section_10_link .pf4_button:after{
    display:none;
}
.section_10_link .pf4_button:hover{
  background-color:#F8BAAC;
  color:#000;
}

@media (max-width: 1200px) {
    .section_10_left {
        width: 58.9%;
        z-index: 1;
        position: relative;
        margin-right: -60px;
    }
}
@media (max-width: 1024px) {
    .section_10_content article {
        padding-left: 0px;
    } 
    .section_10_left_in {
        margin-top: 73.7%;
    }
    .section_10_left_in h2 mark:before {
        width: 10px;
        height: 46px;
        background-size: cover;
    }   
    .section_10_left {
        width: 68%;
        margin-right: -60px;
    }
}

@media (max-width: 900px) {
    .section_10 .section_inner{
            width: 700px;
    }
}
@media (max-width: 768px) {
    .section_10 {
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .section_10 .section_inner{
        width: 100%;
    }
    
    
    .section_10_right {
        margin-left: -79%;
        width: 86%;
    }
    .section_10_left_in {
        padding-top: 3vw;
        position: relative;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 61.4%;
    }
    .section_10_left_in:before {
        top: 0px;
        width: 109%;
        right: 0px;
        height: 113.5%;
    }
    .section_10_left {
        width: 100%;
        margin-right: 0px;
        padding-right: 17.2vw;
    }
    
    .section_10_left_in h2 mark {
        padding-left: 2vw;
        margin-right: -1vw;
        background-color: transparent;
    }
    .section_10_left_in h2 mark:after {
        top: 0vw;
        height: 98%;
    }
    .section_10_left_in h2 mark.c2:after {
        top: 1vw;
        height: 92%;
    }
    .section_10_left_in h2 mark em:after {
        height: 2.5vw;
        width: calc(100% - 1.3vw);
        right: 0.6vw;
        bottom: 1.8vw;
    }
    .section_10_left_in h2 mark:before {
        width: 3vw;
        height: 12.3vw;
        background-size: 1.8vw;
    }
    .section_10_left_in h2 mark.c2:before{
        right: -3.5vw !important;
        top: 0.2vw !important;
        width: 2.9vw;
    }
    .section_10_left_in h2:after {
        left: 78.4vw;
        top: 42.4vw;
        width: 26vw;
        height: 4vw;
    }
    .section_10_left_in h2{
        letter-spacing: 0.4vw;
        line-height: 1.4;
        margin-left: -0.6vw;
    }
   .section_10_left:before {
        width: 15vw;
        height: 14vw;
        background-size: 13vw;
        right: 64vw;
        top: 13vw;
        transform: rotate(-336deg);
    }
}
@media (max-width: 480px) {
    
}

/* 
=======================================
      Section_17
=========================================*/
.section_17_footer {
    margin-top: 0px;
    width: 100%;
    background-color: #0e314c;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 30px;
}
.section_17_footer p {
    text-align: center;
    color: rgb(194, 194, 194);
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: normal;
    font-style: italic;
    margin: 0px;
}
.section_17_footer p span{
  font-style:normal;
  font-weight:500;
}
.section_17_footer a {
    color: rgb(85, 150, 147);
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .section_17_footer{
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .section_17_footer .section_inner{
        width: 100%;
    }
    .section_17_footer p {
        font-size: 12px;
    }
    h2 mark em:after {
        height: 1.5vw;
        width: calc(100% - 2.6vw);
        right: 2.6vw;
        bottom: 1.8vw;
    }
    .section_17_footer p {
        font-size: 3vw;
    }
}


/*
  Global ---> Accordion
-----------------------------------------*/
.pf4_accordion_content{
  display:none; 
}
.pf4_accordion_content.active{
  display:block;
  padding-left: 39px;
  position: relative;
  padding-bottom: 17px;
}

.pf4_accordion_hand .number:before{
  content:"+";
}
.pf4_accordion_hand.active .number:before{
  content:"-";
}
.pf4_accordion_content p{
  position: relative;
  max-width: 870px;
  letter-spacing: 1px;
  line-height: 27px;
  margin: 0px;
  padding-bottom: 19px;
  line-height: 1.8;
}
.pf4_accordion_content:before{
  content: " ";
  position: absolute;
  width: 2px;
  height: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 4px;
  top: 7px;
  background-color: #000;
}