/*
@font-face {
    font-family: 'gopher_display';
    src: url('gopher_display_light-webfont.woff2') format('woff2'),
         url('gopher_display_light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'codecpro';
    src: url('codecpro-regular2-webfont.woff2') format('woff2'),
         url('codecpro-regular2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'futura_pt';
    src: url('futuraptbook-webfont.woff2') format('woff2'),
         url('futuraptbook-webfont.ttf') format('truetype');
    font-weight: 350;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'futura_pt';
    src: url('futuraptheavy-webfont.woff2') format('woff2'),
         url('futuraptheavy-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'futura_pt';
    src: url('futuraptmedium-webfont.woff2') format('woff2'),
         url('futuraptmedium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}


@font-face {
    font-family: 'clash-display';
    src: url('clash-display-medium.woff2') format('woff2'),
         url('clash-display-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Konstant Grotesk';
    src: url('konstant-grotesk-regular.woff2') format('woff2'),
        url('konstant-grotesk-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'codec_proregular';
    src: url('codecpro-regular-webfont.woff2') format('woff2'),
        url('codecpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
*/

/* new fonts
==========================*/
@font-face {
    font-family: 'canela-light-italic';
    src: url('canela-light-italic.woff2') format('woff2'),
        url('canela-light-italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: block;
}
@font-face {
    font-family: 'tomato-grotesk-regular';
    src: url('tomato-grotesk-regular.woff2') format('woff2'),
        url('tomato-grotesk-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'poppins-medium';
    src: url('poppins-medium.woff2') format('woff2'),
        url('poppins-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'poppins-regular';
    src: url('poppins-regular.woff2') format('woff2'),
        url('poppins-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'poppins-semi-bold';
    src: url('poppins-semi-bold.woff2') format('woff2'),
        url('cpoppins-semi-bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

.altfont{
    font-family: 'canela-light-italic';
    font-weight: 300;
    font-style: italic;
    text-transform: lowercase;
}

@keyframes buncing_animation {
  from {top: 0px;}
  to {top: 10px;}
}

.buncing_animation{
    position: relative;
    -webkit-animation: buncing_animation 0.4s infinite alternate;
    -moz-animation: buncing_animation 0.4s infinite alternate;
    animation: buncing_animation 0.4s infinite alternate;
}

br[m],
br.m{
    display:none !important;
}

.mobile_only,
.mobile_only_flex,
.mobile_only_inline{
    display:none !important;
}

.fs-130{
    font-size: 11.292vw;
    font-family: degular-display, sans-serif;
    font-weight: 300;
    line-height: 1.02;
}
.fs-120{
    font-size: 6.250vw;
    font-family: 'clash-display';
    font-weight: 300;
}
.fs-101{
    font-size: 5.26vw;
    font-family: 'clash-display';
    font-weight: 300;
    font-family: 'Konstant Grotesk';
}
.fs-92{
    font-size: 4.792vw;
    font-family: 'clash-display';
    font-weight: 300;
}
.fs-86{
    font-size: 4.479vw;
    font-family: 'clash-display';
    font-weight: 300;
}
.fs-76{
    font-size: 5.208vw;
    font-family: 'Konstant Grotesk';
    font-weight: 300;
    line-height: 1.1;
}
.fs-61{
    font-size: 3.177vw;
    font-family: 'Konstant Grotesk';
    font-weight: 300;
}
.fs-52{
    font-size: 2.708vw;
    font-family: 'clash-display';
    font-weight: 300;
}
.fs-20{
    font-size: 1.042vw;
    font-family: 'codecpro';
    font-weight: 400;
    letter-spacing: 0.05vw;
    line-height: 1.75;
}
.fspt-20{
    font-size: 1.042vw;
    font-family: 'futura_pt';
    font-weight: 350;
    cursor: pointer;
}

.kbutton{
    font-family: 'futura_pt';
    font-weight: 500;
    font-size: 0.781vw;
    letter-spacing: 0.1vw;
    display: inline-block;
    background-color: #0000;
    color: #000;
    border: solid 1px #000;
    line-height: 1;
    padding-top: 1.1vw;
    padding-bottom: 0.85vw;
    padding-left: 2.5vw;
    padding-right: 2.9vw;
}
.kbutton:hover{
    background-color: #000;
    color: #fff;
}

ul{
    margin: 0;
    padding: 0;
    margin-bottom: 2vw;
}
ul li{
    margin-bottom: 0.9vw;
    list-style-type: none;
    position: relative;
    padding-left: 1.7vw;
}
ul li:before{
    content:
    " ";
    position: absolute;
    width: 0.9vw;
    height: 0.7vw;
    left: 0vw;
    top: 0.45vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 767px){
    br[m],
    br.m{
        display: unset !important;
    }
    
    br[d],
    br.d{
        display:none;
    }
    
    .mobile_only{
        display:block !important;
    }
    .mobile_only_flex{
        display:flex !important;
    }
    .mobile_only_inline{
        display:inline-block !important;
    }
    .desktop_only{
        display:none !important;
    }

    .fs-130{
        font-size: 16.846vw;
        line-height: 0.9;
    }
    .fs-120{
        font-size: 17.692vw;
    }
    .fs-101{
        font-size: 10vw;
    }
    .fs-92{
        font-size: 7.692vw;
    }
    .fs-86{
        font-size: 7.179vw;
    }
    .fs-76{
        font-size: 10vw;
        /* letter-spacing: 1px; */
        /* letter-spacing: 0.5vw; */
    }
    .fs-61{
        font-size: 10vw;
    }
    .fs-52{
        font-size: 4.359vw;
        line-height: 1.45;
    }
    .fs-20{
        font-size: 4.103vw;
        letter-spacing: 0.2vw;
        line-height: 1.56;
    }
    .fspt-20{
        font-size: 5.128vw;
    }
    
    .kbutton{
        font-size: 3.077vw;
        border-width: 1px;
        padding-top: 4.3vw;
        padding-bottom: 4.2vw;
        padding-left: 11vw;
        padding-right: 14.6vw;
        letter-spacing: 0.35vw;
    }
    .kbutton:hover{
        
    }
    ul li{
        padding-left: 7.3vw;
        margin-bottom: 5.9vw;
    }
    ul li:before{
        top: 2.1vw;
        transform: unset;
        width: 3.431vw;
        height: 2.387vw;
        border-width: 2px;
        line-height: 0;
        padding: 0;
    }
    p {
        margin-top: 0;
        margin-bottom: 4rem;
    }
}



/*
    Header
===========================*/
.header__container{
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    width: 100%;  
}
.header{
    font-size:0.625vw;
}
.header__content--desktop {
  padding: 0.95vw 4.7vw 0.95vw 2.2vw;
  border-bottom: 1px solid;
}
.link-list__link{
    font-family: 'codecpro';
}
.header__content--desktop .link-list__link{
    margin-right: 2.2vw;
    margin-left: 2.2vw;
    letter-spacing: 0.22vw;
}
.header__content--desktop .link-list > :first-child{
    
}
.header__content--desktop .link-list > :last-child{
    margin-right: 1.8vw;
}
main{
    padding-top:0 !important;
}

.header__content--desktop .btn {
  margin: 0;
  font-weight: 500;
  font-size: 0.781vw;
  letter-spacing: 0.1vw;
  font-family: Poppins;
  color: #000 !important;
  border: solid 1px #000 !important;
  line-height: 1;
  padding-top: 0.85vw;
  padding-bottom: 0.85vw;
  padding-left: 2.0vw;
  padding-right: 2.0vw;
  box-shadow: none;
  filter:none !important;
  font-size: 1rem;
}
.header__content--desktop .btn:hover{
  background-color:#EBFF00 !important;;
}
@media screen and (max-width: 767px){
   .header__content--desktop {
      padding: 3.5vw 7.9vw;
      border-bottom: 1px solid;
      border-top: 1px solid;
      min-height: 13vw;
      display: flex;
    }
    .header.header--fixed .header__content--desktop{
        border-top:0;
    }
    .hamburger{
        width: 41px;
        height: 28px;
    }
    .hamburger__slices{
        
    }
    .hamburger--slice-2{
        top: 14px;
    }
    .hamburger--slice-3{
        top: 14px;
    }
    .hamburger--slice-4{
       top: 27px;
    }
    .header__content--mobile{
        padding-top: 6.2vw;
        padding-left: 7vw;
        padding-right: 28vw;
        padding-bottom: 5vw;
    }
    .header__content--mobile .link-list__link{
        letter-spacing: 1.06vw;
        padding-top: 7vw;
        padding-bottom: 4.3vw;
    }
    .header__content--mobile .kcs_svg{
        width: 9vw;
        position: absolute;
        right: 11.5vw;
        bottom: 9.1vw;
        opacity: 0;
    }
    .header__content--mobile.active .kcs_svg{
        opacity: 1;
    }
    .header__content--mobile .kcs_svg svg{
      width:100%;
        height:auto;
    }
    .header__content--mobile .link-list__link:hover{
        background-color: rgb(0 0 0 / 0%);
    }

    .header__content--mobile .btn {
      margin: 0;
      font-weight: 500;
      font-family: Poppins;
      color: #000 !important;
      border: solid 1px #000 !important;
      line-height: 1;
      box-shadow: none;
      filter:none !important;
      font-size: 3.077vw;
      border-width: 1px;
      padding-top: 4.3vw;
      padding-bottom: 4.2vw;
      padding-left: 11vw;
      padding-right: 14.6vw;
      letter-spacing: 0.35vw;
      font-size: 4rem;
    }
    .header__content--mobile .btn:hover{
      background-color:#EBFF00 !important;;
    }
}

/*
    Section 01
===========================*/
.section_01{
    background-color: #F5F1F0;
}
.section_01 .section_inner{
    display:flex;
}
.section_01 .kcs_left{
    width: 59.6%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 3.1vw;
    padding-top: 10.7vw;
    padding-bottom: 3.56vw;
}
.section_01 .kcs_right{
    width: 40.4%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.section_01 .kcs_image{
    width: 34.7%;
}
.section_01 .kcs_image img{
    margin-top:-3.9vw;
}
.section_01 .kcs_conent{
    width:65.3%;
}
.section_01 h1{
    margin-left: 0.2vw;
    position: relative;
    z-index: 1;
    line-height: 0.85;
}
.section_01 h1 .kcs_line_2{
    margin-left: 8.8vw;
    display: block;
    /* text-align: right; */
}
.section_01 h1 .kcs_line_3{
    margin-left: -0.1vw;
}
.section_01 .kcs_text{
    margin-top: 1.8vw;
    margin-left: 4.3vw;
    margin-right: 5vw;
    margin-bottom: 1.87vw;
}
.section_01 .kbutton{
    margin-left: 4.25vw;
}
.section_01_arrow{
    text-align: right;
    display: none;
}
.section_01_arrow svg{
    transform: rotate(-90deg);
}
.section_01 h1 .small{
    display: block;
    text-align: right;
    font-size: 50%;
    padding-right: 7vw;
    padding-top: 1.5vw;
}
.section_01 .kcs_right a{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

@media screen and (max-width: 767px){
    .section_01 .kcs_left{
        width: 100%;
        padding-left: 0;
        padding-top: 12.1vw;
        padding-bottom: 0;
    }
    .section_01 h1{
        order:0;
        width: 100%;
        margin-left: 6.4vw;
        margin-bottom: 2.3vw;
    }
    .section_01 .kcs_image{
        order:2;
        width: 100%;
        order: unset;
        margin-bottom: 5vw;
    }
    .section_01 .kcs_conent{
        order:1;
        width: 100%;
    }
    .section_01 h1 .kcs_line_2{
        margin-left: 0;
    }
    .section_01 h1 .kcs_line_3{
        margin-left: 0;
    }
    .section_01 .kcs_text{
        margin-top: 3vw;
        margin-left: 7.6vw;
        margin-right: 8vw;
        margin-bottom: 6.2vw;
    }
    .section_01 .kbutton{
        margin-left: 7.4vw;
        margin-bottom: 12.5vw;
    }
    .section_01 .kcs_image img{
        margin:0;
        margin-top: -9vw;
    }
    .section_01 .kcs_image img.kcs_img_left {
        padding-left: 43.8vw;
        padding-right: 10vw;
        position: relative;
        z-index: 1;
    }
    .section_01 .kcs_image img.kcs_img_right {
        margin-top: -44.5vw;
        position: relative;
        z-index: 0;
        padding-right: 49vw;
    }
}



/*
    Section 02
===========================*/
.section_02{
    padding-top: 1.8vw;
    padding-bottom: 3vw;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    padding-left: 14.8vw;
    padding-right: 14.8vw;
}
.section_02 .section_inner{
    display: flex;
}
.section_02 .kcs_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2vw;
}
.section_02 .kcs_right{
    padding-left: 1.5vw;
}
.section_02 .kcs_heading{
    margin: 0;
    margin-top: 1.5vw;
}
.section_02 .kcs_countdown{
    display: flex;
}
.section_02 .kcs_countdown_inner{
    width: 11.2vw;
    text-align: center;
}
.section_02 .kcs_countdown__amount{
    display: block;
    margin-bottom: -1.4vw;
    margin-top: 0.1vw;
}
.section_02 .kcs_countdown__title{
    display: block;
}

@media screen and (max-width: 767px){
    .section_02{
        padding-left: 5.8vw;
        padding-right: 8.8vw;
        border-top-width: 1px;
        border-bottom-width: 1px;
        padding-top: 2vw;
        padding-bottom: 4.6vw;
    }
    .section_02 .kcs_left{
        width: 47%;
    }
    .section_02 .kcs_right{
        width: 64%;
        padding-left: 3.5vw;
    }
    .section_02 .kcs_countdown__title{
        font-size: 1.538vw;
        letter-spacing: 0.1vw;
    }
    .section_02 .kcs_countdown{
        justify-content: space-between;
    }
    .section_02 .kcs_countdown__amount{
        margin-bottom: -1.4vw;
        margin-top: 2vw;
    }
}



/*
    Section 03
===========================*/
.section_03{
    text-align: center;
    padding-top: 4.4vw;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 1.15vw;
}
.section_03 .kcs_heading{
    margin-bottom: 2.1vw;
}
.section_03 .kcs_video{
    padding-left: 14.4vw;
    padding-right: 14.4vw;
    margin-bottom: 2.8vw;
}
.section_03 .video{
    /* border: solid 2px #000; */
    /* border-radius: 2vw; */
    /* overflow: hidden; */
    /* padding: 0.5vw; */
}
.section_03 .video__wrapper{
    /* border: solid 2px #000; */
    border-radius: 1.5vw;
    overflow: hidden;
}
.section_03 .kcs_text{
    padding-left: 13vw;
    padding-right: 13vw;
    padding-bottom: 0.75vw;
    /* text-align: left; */
}
.section_03 .kcs_svg{
    margin-top: 1.7vw;
    margin-bottom: 3.1vw;
}
.section_03 .kcs_svg svg{
    width: 1.8vw;
    height: auto;
}
.section_03 h4{
    letter-spacing: -0.03vw;
    padding-bottom: 1.6vw;
    margin-bottom: 0px;
    font-family: 'Konstant Grotesk';
    font-size: 1.5vw;
    font-weight: 300;
    line-height: 1.1;
}
.section_03  ul li:before{
         background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.96' height='12.936' viewBox='0 0 16.96 12.936'%3E%3Cpath id='Path_173' data-name='Path 173' d='M1143.309,2683.3l4.732,4.731,10.814-10.814' transform='translate(-1142.602 -2676.511)' fill='none' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E%0A");
    }
.section_03 .kcs_text ul{
    display: inline-block;
}
.section_03 .kcs_text ul li{
    display: inline-block;
}
.section_03 .kcs_text ul li:before{
    
}
@media screen and (max-width: 767px){
    .section_03{
        padding-top: 10.4vw;
        padding-left: 8vw;
        padding-right: 8vw;
    }
    .section_03 .kcs_heading{
        margin-bottom: 8.0vw;
    }
    .section_03 .kcs_video{
        padding-left: 0vw;
        padding-right: 0vw;
        margin-bottom: 11.2vw;
    }
    .section_03 .video{
        border-width: 1px;
        border-radius: 6vw;
        padding: 1vw 0.6vw;
    }
    .section_03 .video__wrapper{
        border-width: 1px;
        border-radius: 5vw;
    }
    .section_03 .kcs_text{
        padding-left: 0vw;
        padding-right: 0vw;
        text-align: left;
    }
    .section_03 .kcs_svg{
        margin-top: 6.7vw;
        margin-bottom: 8.1vw;
    }
    .section_03 .kcs_svg svg{
        width: 8.8vw;
    }
    .section_03 h4{
        font-size: 5.4vw;
        padding-bottom: 6vw;
    }
}



/*
    Section 04
===========================*/
.section_04{
    padding-left: 6.85vw;
    padding-right: 6.2vw;
    padding-bottom: 5.7vw;
}
.section_04 .section_inner{
    display: flex;
}
.section_04 .kcs_left{
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8vw;
    position: relative;
}
.section_04 .kcs_right{
    width: 65%;
}
.section_04 .kcs_heading{
    margin-top: 7.1vw;
    position: relative;
    z-index: 1;
    margin-left: -2.7vw;
}
.section_04 .kcs_img_1{
    width: 100%;
    border: 2px solid #000;
    width: 18.2vw;
    max-width: 18.2vw;
    margin-top: 7vw;
}
.section_04 .kcs_img_2{
    width: 100%;
    padding-left: 3vw;
}
.section_04 .kcs_text{
    margin-left: 5.5vw;
    margin-top: 1.3vw;
    padding-right: 8vw;
    line-height: 1.79;
}
.section_04 .kbutton{
    margin-left: 7.6vw;
    margin-top: 1vw;
}
.section_04 .kcs_imag_holder_1{
    width: 21.7%;
    position: relative;
    z-index: 1;
}
.section_04 .kcs_imag_holder_2{
    width: 100%;
}
.section_04 .kcs_img_22{
    position: absolute;
    border: solid 2px;
    width: 18vw;
    z-index: 1;
    top: 21vw;
    left: 0;
    height: auto;
}
.kcs_mobile_image_holder{
    position:relative;
}
.section_04_arrow{
    margin-left: 8vw;
    display: none;
}
.section_04_arrow svg{
    transform: rotate(90deg);
}
.section_04 .kjb-video-responsive{
    padding-bottom: 178.25%;
}

@media screen and (max-width: 767px){
    .section_04{
        padding-left: 7.8vw;
        padding-right: 7.8vw;
        padding-bottom: 10.5vw;
    }
    .section_04 .kcs_left{
        width: 100%;
    }
    .section_04 .kcs_right{
        width: 100%;
    }
    .section_04 .section_inner{
        display:block;
    }
    .section_04 .kcs_heading {
        margin-top: 0;
        margin-left: 0;
        text-align: left;
        margin-bottom: 12.3vw;
        line-height: 1.2;
    }
    .section_04 .kcs_img_1{
        width: 35.2vw;
        max-width: 48.2vw;
        border-width: 1px;
        margin-top: 20vw;
        position: relative;
        margin-bottom: -57vw;
    }
    .section_04 .kcs_img_2{
        padding-right: 0vw;
        padding-left: 20vw;
    }
    .section_04 .kcs_text{
        margin-left: 0vw;
        margin-right: 0vw;
        margin-top: 0.8vw;
        padding-right: 0vw;
        line-height: 1.6;
        padding-top: 5vw;
    }
    .section_04 .kcs_img_22{
        border: solid 1px;
        width: 40vw;
        top: 15vw;
    }
    .section_04_arrow{
        display:none;
    }
    .section_04 .kcs_imag_holder_2{
        margin-bottom:8vw;
    }
}




/*
    Section 05
===========================*/
.section_05{
    /* border-top: solid 2px; */
    /* border-bottom: solid 2px; */
    padding-left: 7.5vw;
    padding-right: 6.5vw;
    padding-top: 5.25vw;
    padding-bottom: 3.9vw;
}
.section_05 .section_inner{
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.section_05 .kcs_top{
    /* width: 71%; */
    /* padding-top: 3.4vw; */
    /* padding-left: 8.3vw; */
    /* padding-bottom: 3.4vw; */
    /* border-right: 2px solid; */
}
.section_05 .kcs_bottom{
    /* width: 29%; */
    /* background-size: cover; */
    /* background-position: center; */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.section_05 .kcs_bottom .kcs_item{
    width: 30.33%;
    padding-right: 5vw;
    padding-bottom: 6vw;
}
.section_05 .kcs_bottom .kcs_blank{
    width: 25.33%;
}

.section_05 .kcs_bottom .kcs_item + .kcs_blank + .kcs_blank{
    width: 41.33%;
}

.section_05 .kcs_bottom .kcs_item + .kcs_blank + .kcs_blank + .kcs_item{
    width: 30.33%;
    padding-right: 5.3vw;
}

.section_05 .kcs_bottom .kcs_item + .kcs_blank + .kcs_blank + .kcs_item + .kcs_item{
    width: 24.33%;
    padding-right: 0vw;
}
.section_05 .kcs_heading{margin-bottom: 2.2vw;}
.section_05 h3{
    border-bottom: 2px solid;
    padding-bottom: 0.65vw;
    margin-bottom: 1.1vw;
    margin-right: 1.5vw;
}
.section_05 .kcs_text{
    margin-top: 0;
    margin-left: 0;
    font-size: 1.1vw;
    font-family: 'codecpro';
    font-weight: 400;
    letter-spacing: 0.06vw;
    line-height: 1.5;
}
.section_05 ul{
    display: flex;
    flex-wrap: wrap;
}
.section_05 ul li{
    width: 47.6%;
    padding-right: 6vw;
}
.section_05 ul li:before{
    transform: unset;
    top: 0.8vw;
}
.section_05 .kbutton{
    float: right;
    margin-right: 4.5vw;
    margin-top: -2.2vw;
}

@media screen and (max-width: 767px){
    .section_05{
        /* border-top-width: 1px; */
        /* border-bottom-width: 1px; */
        padding-left: 7.9vw;
        padding-right: 7.9vw;
        padding-top: 7.25vw;
        padding-bottom: 9.9vw;
    }
    .section_05 .kcs_heading{
        /* font-size: 8.462vw; */
        margin-top: 7.1vw;
        line-height: 1.38;
        letter-spacing: 0.5vw;
        margin-bottom: 6.9vw;
    }
    .section_05 .kcs_bottom .kcs_blank{
        display: none;
    }
    .section_05 .kcs_bottom .kcs_item{
        padding-right: 0 !important;
        width: 100% !important;
        padding-bottom: 8.3vw;
    }
    .section_05 h3{
        margin: 0;
        font-size: 25.641vw;
        padding-bottom: 0vw;
        line-height: 1.12;
        margin-bottom: 5.5vw;
    }
    .section_05 .kcs_text{
        font-size: 4.103vw;
        letter-spacing: 0.19vw;
        padding-right: 1vw;
        line-height: 1.56;
    }
}




/*
    Section 06
===========================*/
.section_06{
    padding-top: 6.8vw;
    padding-bottom: 6.6vw;
    padding-left: 13vw;
    padding-right: 13vw;
    background-size: cover;
}
.section_06 .section_inner{
    display: flex;
    flex-wrap: wrap;
}
.section_06 .kcs_left{
    width: 48%;
}
.section_06 .kcs_right{
    width: 52%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.section_06 .kcs_img{
    /* margin-left: 2vw; */
    /* border: solid 2px #000; */
    /* border-radius: 2vw; */
    /* overflow: hidden; */
    /* padding: 0.5vw; */
    margin-right: 8vw;
}
.section_06 .kcs_img img{
    /* border: solid 2px #000; */
    border-radius: 1.5vw;
    /* overflow: hidden; */
}
.section_06 .kcs_svg{
    margin-left: 8.9vw;
    margin-bottom: 1.3vw;
}
.section_06 .kcs_svg svg{
    height: auto;
    width: 1.3vw;
}
.section_06 .kbutton{
    margin-left: 4.1vw;
}
.section_06 .kcs_text{
    margin-left: 4.5vw;
    margin-right: 8vw;
    margin-bottom: 2.7vw;
}
.section_06 .kcs_heading{
    margin-left: -2.1vw;
    margin-top: 0;
    margin-bottom: 3.2vw;
    z-index: 2;
    position: relative;
}
.section_06.no_image .kcs_right{
    text-align: center;
    width: 100%;
    justify-content: center;
}
.section_06.no_image .kcs_heading{
    text-align: center;
}
.section_06.no_image .kcs_svg{
    margin-left: 0;
    width: 100%;
}
.section_06.no_image .kbutton{
}
@media screen and (max-width: 767px){
    .section_06 {
        padding-bottom: 13.5vw;
        padding-left: 7.8vw;
        padding-right: 7.8vw;
        text-align: center;
        padding-top: 9.8vw;
    }
    .section_06 .kcs_right{
        width:100%;
        padding: 0;
    }
    .section_06 .kcs_heading{
        margin: 0;
        text-align: left;
        margin-top: 4.7vw;
        /* font-size: 10.256vw; */
        line-height: 1.23;
        letter-spacing: 0.0vw;
    }
    .section_06 .kcs_text{
        margin: 0;
        text-align: left;
        margin-top: 6.9vw;
    }
    .section_06 .kcs_img{
        margin: 0;
        /* border-width: 1px; */
        border-radius: 6vw;
        /* padding: 1vw 1vw; */
        margin-top: 12.9vw;
    }
    .section_06 .kcs_img img{
        border-width: 1px;
        border-radius: 5vw;
    }
    .section_06 .kbutton{
        margin: 0;
        margin-top: 7.5vw;
    }
    .section_06 .kcs_svg{
        margin: 0;
        margin-top: 11.5vw;
    }
    .section_06 .kcs_svg svg{
        width: 6.5vw;
    }
}



/*
    Section 07
===========================*/
.section_07{
    padding-top: 5.7vw;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-bottom: 5.8vw;
    overflow: hidden;
    background-size: cover;
}
.section_07 .section_inner{
    position: relative;
    padding-left: 8vw;
    padding-right: 8vw;
    text-align: center;
}
.section_07 .kcs_heading{
    line-height: 1.35;
    margin-bottom: 3vw;
    position:relative;
    z-index:1;
    letter-spacing: -0.04vw;
}
.section_07_slider {
    position:
    relative;
    z-index:1;
    height: 24.583vw;
    border: 1px solid;
    border-radius: 1.563vw;
    background-color: #F2EFEA;
}
.section_07_slider.slick-initialized{
    height:unset;
}
.section_07 .kcs_text p{
    margin-bottom:1.5rem;
}
.section_07 .kcs_item{
    display: flex;
    flex-wrap: wrap;
}
.section_07 .kcs_content{
    width: 50.5%;
    padding-left: 5.2vw;
    padding-top: 6.1vw;
    padding-right: 5.6vw;
    padding-bottom: 5.8vw;
}
.section_07 .kcs_image{
    width: 49.5%;
    background-size: cover;
    border-radius: 1.563vw;
}
.section_07 .kcs_subheading{
    border-bottom: solid 1px;
    letter-spacing: 0.09vw;
    line-height: 1.12;
    padding-bottom: 0.7vw;
    margin-bottom: 2vw;
    font-size: 4vw;
}
.section_07 .slick-prev:before, 
.section_07 .slick-next:before,
.section_07 .slick-dots li button,
.section_07 .slick-dots li:before{
    display:none;
}
.section_07 .slick-dots li{
    margin: 0;
    padding: 0;
    width: 0.573vw;
    height: 0.573vw;
    border: 1px solid #000;
    border-radius: 100%;
    margin-left: 1vw;
    margin-right: 1vw;
    box-sizing: content-box;
}
.section_07 .slick-dots li.slick-active{
    background-color:#000;
}
.section_07 .slick-prev, 
.section_07 .slick-next{
    width: 3.906vw;
    height: 3.906vw;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}
.section_07 .slick-prev svg, 
.section_07 .slick-next svg{
    width:100%;
    height:auto;
}
.section_07 .slick-prev{
    left: -2vw;
} 
.section_07 .slick-next{
    right: -2vw;
}
.section_07 .slick-dots{
    bottom: -4.9vw;
}
.section_07 .kcs_quote{
    font-family: 'gopher_display';
    font-size: 14.688vw;
    z-index: 2;
    position: absolute;
    top: 2.5vw;
    left: 9.3vw;
    line-height: 1;
}
.section_07 .kcs_item.image_false .kcs_content{
    width: 100%;
    text-align: center;
    padding-left: 10.6vw;
    padding-right: 10.6vw;
}
.section_07 .kbutton{
    /* transform: translateY(-5vw); */
    /* z-index: 99; */
    /* display: inline-block; */
    /* position: relative; */
    margin-top: 1vw;
}
@media screen and (max-width: 767px){
    .section_07{
        border-top:0;
        padding-top: 12vw;
        padding-left: 8vw;
        padding-right: 8vw;
        text-align: left;
        background-size: 100%;
        border-bottom: 0;
        background-position: center bottom;
        padding-bottom: 14vw;
        background-repeat: no-repeat;
    }
    .section_07_slider{
        border-radius: 5.128vw;
    }
    
    .section_07 .section_inner{
        padding:0;
        padding-top: 0vw;
        /* min-height: 177vw; */
    }
    .section_07 .kcs_heading{
        margin-bottom: 9vw;
        font-size: 9vw;
        line-height: 1.20;
    }
    .section_07 .kcs_item{
        width:100%;
    }
    .section_07 .kcs_content{
        width: 100%;
        order: 2;
        padding-left: 6.5vw;
        padding-top: 6.1vw;
        padding-right: 6.5vw;
        padding-bottom: 7.1vw;
    }
    .section_07 .kcs_image{
        border-radius: 5.128vw;
        width: 100%;
        order: 1;
        height: 57vw;
    }
    .section_07 .kcs_subheading{
        font-size: 7.692vw;
        letter-spacing: 0.01vw;
        padding-bottom: 6vw;
        margin-bottom: 5.5vw;
    }
    .section_07 .slick-dots li{
        width: 2.564vw;
        height: 2.564vw;
        margin-left: 4.5vw;
        margin-right: 4.5vw;
    }
    .section_07 .slick-dots{
        bottom: -11.9vw;
    }
    .section_07 .slick-prev, 
    .section_07 .slick-next{
        width: 10.256vw;
        height: 10.256vw;
        top: 50%;
        z-index: 10;
        transform: translateY(-50%);
    }
    
    .section_07 .slick-prev{
        left: -6vw;
    } 
    .section_07 .slick-next{
        right: -6vw;
    }
    .section_07 .kbutton{
        /* transform: translateY(-21vw); */
        margin-top: 6vw;
    }
}



/*
    Section 08
===========================*/
.section_08{
    
}
.section_08 .section_inner{
    display: flex;
    flex-wrap: wrap;
}
.section_08 .kcs_left{
    width: 36%;
    background-size: cover;
    min-height: 42.5vw;
    background-repeat: no-repeat;
    background-position: center;
}
.section_08 .kcs_center{
    width: 43%;
    padding: 5vw;
}
.section_08 .kcs_right{
    width: 21%;
    padding-top: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
}
.section_08 .kcs_right img{
    border: solid 2px #000;
}
.section_08 .kcs_heading{
    margin-top: 3.6vw;
    margin-left: -8vw;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
    font-size: 4.26vw;
    margin-right: -3vw;
}
.section_08 .kcs_heading2{
    margin-top: 3vw;
    letter-spacing: 0.05vw;
    margin-bottom: 0;
    font-family: 'codecpro';
}
.section_08 .kcs_text{
    margin-top: 1.5vw;
    margin-bottom: 0;
    margin-right: 0vw;
}
.section_08 .kbutton{
    margin-top: 3vw;
}

@media screen and (max-width: 767px){
    .section_08{
        text-align: center;
    }
    .section_08 .kcs_center{
        width:100%;
        order: 2;
        padding-bottom: 10vw;
        padding-left: 8vw;
        padding-right: 8vw;
    }
    .section_08 .kcs_center img{
        padding-right: 20vw;
    }
    .section_08 .kcs_heading{
        margin:0;
        margin-top: 8.5vw;
        text-align: left;
        font-size: 10vw;
        margin-bottom: 6vw;
    }
    .section_08 .kcs_right{
        width:100%;
        padding: 0;
        order: 1;
    }
    .section_08 .kcs_right img{
        border-width: 1px;
        margin-left: 10.2vw;
        margin-right: 10.2vw;
        margin-top: 0;
        width: 79.5vw;
    }
    .section_08 .kcs_heading2{
        margin-top: 10.3vw;
        letter-spacing: 0.25vw;
        text-align: left;
    }
    .section_08 .kcs_text{
        margin: 0;
        margin-top: 5.2vw;
        margin-left: 0;
        margin-right: 0;
        line-height: 1.57;
        text-align: left;
    }
}



/*
    Section 09
===========================*/
.section_09{
    padding-top: 6.7vw;
    /* border-top: solid 2px; */
    padding-bottom: 5vw;
}
.section_09 .kcs_heading{
    margin-bottom: 2.5vw;
    text-align: center;
    padding-left: 8vw;
    padding-right: 8vw;
}
.section_09 .kcs_subheading{
        font-size: 1.250vw;
        font-weight: 400;
        letter-spacing: 0.07vw;
        line-height: 1.5;
        margin-bottom: 0.5vw;
        text-align: center;
        padding-left: 8vw;
        padding-right: 8vw;
        font-family: 'codecpro';
}
.kcs_title_description{
    text-align: center;
    padding-left: 29vw;
    padding-right: 29vw;
}
.section_09_slider{
    margin-bottom: 33.5vw !important;
    margin-top: 7.6vw;
}
.section_09 h3{
    margin-bottom: 1.7vw;
}
.section_09 h4{
    margin-bottom: 2.3vw;
    font-weight: bold;
}
.section_09 .kcs_grids{
    /* border-top: 2px solid; */
    /* border-bottom: 2px solid; */
    /* display: flex; */
}
.section_09 .kcs_grid{
    padding: 3.2vw 7.3vw 5.6vw 7.3vw;
    /* border-right: 2px solid; */
    display: flex;
    flex-wrap: wrap;
}
.section_09 .kcs_video{
    width: 49.5%;
}
.section_09 .kcs_video img{
    width:100%;
    filter: grayscale(1);
}
.section_09 .kcs_content{
    width: 50.5%;
    padding-left: 8vw;
    padding-top: 2.3vw;
    padding-bottom: 2.3vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section_09 .kcs_text{
    font-family: 'clash-display';
    font-size: 1.979vw;
    letter-spacing: 0vw;
    line-height: 1.4;
    margin-bottom: 2vw;
    position:relative;
    
}
body .section_09 .kcs_text{
    color: #D2F59E !important;
}
.section_09 .kcs_name{
    letter-spacing: 0.09vw;
    font-family: 'codecpro';
}
.section_09 .kcs_text_quote1{
    position: absolute;
    left: -1vw;
    top: 0;
}
.section_09 .kcs_grid:nth-child(even) .kcs_video{
    order: 2;
}
.section_09 .kcs_grid:nth-child(even) .kcs_content{
    order: 1;
    padding-right: 8vw;
    padding-left: 0;
}
@media screen and (max-width: 767px){
    .section_09{
        /* border-top-width: 1px; */
        /* border-bottom: 1px solid; */
        padding-top: 13.5vw;
        padding-bottom: 7vw;
    }
    .section_09 .kcs_heading{
        margin-left: 0vw;
        font-size: 10.256vw;
        line-height: 1.2;
        margin-bottom: 3.5vw;
    }
    .section_09 h3{
        margin-bottom: 4.7vw;
    }
    .section_09 h4{
        font-size: 4.8vw;
        margin-bottom: 7vw;
    }
    .section_09 .kcs_text{
        padding-left: 0;
        padding-right: 0;
        font-size: 6.154vw;
        letter-spacing: 0;
        font-weight: normal;
        font-family: 'codecpro';
        margin-bottom: 7.5vw;
    }
    .section_09 .kcs_name{
        font-size: 4.103vw;
        line-height: 1.2;
        letter-spacing: 0.2vw;
    }
    .section_09 .kcs_subheading{
        font-size: 5.128vw;
        padding-left: 9vw;
        padding-right: 9vw;
        line-height: 1.4;
        letter-spacing: 0.3vw;
    }
    .section_09 .kcs_grid{
        padding: 0;
        padding-bottom: 8vw;
    }
    .section_09 .kcs_video{
        width: 100%;
        margin-bottom: 5.8vw;
        order: unset !important;
    }
    .section_09 .kcs_content{
        width: 100%;
        padding-left: 8vw !important;
        padding-top: 2.3vw;
        padding-bottom: 2.3vw;
        padding-right: 7vw !important;
        order: unset !important;
    }
    .section_09 .kcs_text_quote1{
        left: -4vw;
    }
    .section_09 .kcs_grids{
        padding-top: 10vw;
    }
    .kcs_title_description{
        padding-left: 7vw;
        padding-right: 7vw;
    }
}


/*
    Section 10
===========================*/
.section_10{
    padding-left: 10.7vw;
    padding-right: 10.7vw;
    padding-bottom: 5.05vw;
    padding-top: 6.7vw;
}
.section_10 .section_inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.section_10 .kcs_top{
    width: 100%;
}
.section_10 .kcs_bottom{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.section_10 .kcs_heading{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3.8vw;
}
.section_10 .kcs_heading2{
    margin-top: 0vw;
    margin-left: 15.4vw;
    margin-bottom: 4.7vw;
}
.section_10 .kcs_img_1{
    width: 100%;
}
.section_10 .kcs_img_2{
    width: 100%;
}
.section_10 .kcs_text{
    margin-top: 3.7vw;
    margin-left: 0.88vw;
    margin-right: 2vw;
}
.section_10 .kcs_text ul li{
    padding-left: 1.9vw;
}
.section_10 .kcs_text ul li:before{
    top: 0.6vw;
    transform: unset;
}
.section_10 .kbutton{
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 11vw;
    padding-left: 1vw;
    padding-right: 1vw;
    text-align: center;
}
.section_10 .kcs_item {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
}
.section_10 .kcs_box {
    width: 100%;
    border: 3px solid;
    flex-grow: 1;
    padding-bottom: 4.9vw;
    position: relative;
}
.section_10 h3{
    text-align: center;
    font-size: 1.458vw;
    font-family: 'clash-display';
    font-weight: normal;
    padding-top: 0.75vw;
    padding-bottom: 0.75vw;
    margin-bottom: 1.4vw;
}
.section_10 h4{
     font-weight: normal;
     font-family: 'codecpro';
     font-size: 2.11vw;
     display: inline-block;
     letter-spacing: 0.208vw;
}
.section_10 h5{
    text-align: center;
    font-size: 1.042vw;
    font-weight: normal;
    font-family: 'codecpro';
    margin-top: -0.5vw;
    letter-spacing: 0.05vw;
    line-height: 1.3;
    margin-bottom: 2.5vw;
}
.section_10 h6{
     font-weight: normal;
     font-family: 'codecpro';
     font-size: 1.1vw;
     display: inline-block;
     transform: translateY(-0.6vw);
}
.section_10 .kcs_price_holder{
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: flex-start; */
    text-align: center;
    position: relative;
    margin-bottom: 0vw;
}
.section_10 .kcs_deal{
    background-color: #000000;
    font-family: 'codecpro';
    font-size: 0.833vw;
    position: absolute;
    top: 0.1vw;
    right: -2.6vw;
    padding-left: 1.65vw;
    padding-right: 1.65vw;
    padding-top: 0.4vw;
    padding-bottom: 0.2vw;
    letter-spacing: 0px;
    color: #fff;
}
.section_10 article{
    padding-left: 3.7vw;
    letter-spacing: 0.05vw;
    font-size: 1.042vw;
    padding-right: 2vw;
    font-family: 'codecpro';
    line-height: 1.1;
}
.section_10 article ul li{
    margin-bottom: 1.2vw;
}
.section_10 article ul li:before{
    top: 0vw;
}
@media screen and (max-width: 767px){
    .section_10{
        padding-top: 16.5vw;
        padding-left: 7.6vw;
        padding-right: 7.6vw;
    }
    .section_10 .kcs_heading{
        margin: 0;
        font-size: 8.462vw;
        text-align: left;
        /* font-size: 10.256vw; */
    }
    .section_10 .kcs_heading2{
        /* font-size: 10.256vw; */
        margin: 0;
        margin-top: 1.1vw;
        margin-bottom: 12.7vw;
        text-align: right;
        margin-right: 1vw;
    }
    .
    .section_10 .kcs_text{
        margin-top: 13.1vw;
        margin-left: 0;
        line-height: 1.59;
    }
    .section_10 .kbutton{
        width: 55vw;
        padding-top: 4.3vw;
        bottom: 11vw;
        padding-bottom: 4.2vw;
    }
    .section_10 .kcs_item{
        padding: 0;
        width: 100%;
        display: block;
    }
    .section_10 .kcs_bottom{
        flex-wrap: wrap;
    }
    .section_10 .kcs_box{
        padding-bottom: 27vw;
        margin-bottom: 7vw;
    }
    .section_10 h3{
        font-size: 7.179vw;
        padding-top: 2.9vw;
        padding-bottom: 2.3vw;
        margin-bottom: 8.4vw;
    }
    .section_10 h4{font-size: 9.231vw;}
    .section_10 h5{font-size: 4.103vw;margin-bottom: 8.7vw;}
    .section_10 h6{font-size: 5.1vw;transform: translateY(-2.8vw);}
    .section_10 .kcs_price_holder{margin-bottom: 1.1vw;}
    .section_10 .kcs_deal{font-size: 3.077vw;right: -4.8vw;top: 1.5vw;padding-left: 4.25vw;padding-right: 4.25vw;padding-top: 1.4vw;padding-bottom: 0.9vw;}
    .section_10 article{font-size: 4.103vw;text-align: center;letter-spacing: 0.2vw;padding-left: 12vw;padding-right: 12vw;}
    .section_10 article ul{
        display: inline-block;
    }
    .section_10 article ul li{margin-bottom: 4.2vw;padding-left: 5.3vw;text-align: left;}
    .section_10 article ul li:before{top: 1vw;border: 0;left: -2vw;top: 0.55vw;}
}



/*
    Section 11
===========================*/
.section_11{
    text-align: center;
    border-top: solid 2px;
    border-bottom: 2px solid;
}
.section_11 .section_inner{
    display: flex;
    flex-wrap: wrap;
}
.section_11 .kcs_left{
    width: 65.9%;
    border-right: 2px solid;
    padding: 4.1vw 7.3vw 4.8vw 6.7vw;
}
.section_11 .kcs_box{
    border-radius: 100%;
    min-height: 51.7vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding-left: 2vw;
    padding-right: 2vw;
}
.section_11 .kcs_heading{
    margin-bottom: 1.5vw;
    line-height: 1.41;
}
.section_11 .kcs_text{
    margin-left: 7vw;
    margin-right: 7vw;
}
.section_11 .kcs_text p{
    margin-bottom: 2.3vw;
    font-weight: 500;
}
.section_11 .kcs_text p.fspt-20{
    margin-bottom: 1.45vw;
}
.section_11 .kbutton{
    margin-top: 1.2vw;
}
.section_11 .kcs_right {
    width: 34.1%;
    background-size: cover;
}

@media screen and (max-width: 767px){
    .section_11{
        border-top-width:1px;
        border-bottom-width:1px;
    }
    .section_11 .kcs_left{
        width: 100%;
        border-right: 0;
        padding: 0;
        position:
        relative;
        padding-top: 12vw;
        padding-bottom: 10vw;
        padding-left: 11vw;
        padding-right: 11vw;
    }
    .section_11 .kcs_box{
        padding: 0;
        border-radius: 0;
        position: relative;
        z-index: 1;
    }
    .section_11 .kcs_left:after{
        content: " ";
        position:
        absolute;
        width:210.256vw;
        height:210.256vw;
        left: -52.564vw;
        top: 14.5vw;
        border-radius: 100%;
        z-index: 0;
    }
    .section_11 .kcs_heading{
        font-size: 8.462vw;
        margin-top: 15.3vw;
        margin-bottom: 6.5vw;
    }
    .section_11 .kcs_text{
        margin-left: 0vw;
        margin-right: 0vw;
        line-height: 1.56;
    }
    .section_11 .kcs_text p{
        margin-bottom: 9.3vw;
    }
    .section_11 .kcs_text p.fspt-20{
        font-size: 4.103vw;
        letter-spacing: 0.3vw;
        margin-bottom: 4.5vw;
    }
    .section_11 .kbutton{
        margin-top: 5.2vw;
    }
    .section_11 .kcs_img {
        padding-top: 15.3vw;
        padding-left: 14.3vw;
        padding-right: 14.3vw;
        padding-bottom: 5.3vw;
    }
}



/*
    Section 12
===========================*/
.section_12{
    padding-left: 16vw;
    padding-right: 16.3vw;
    padding-top: 6.4vw;
}
.section_12 .kcs_text{
    display:
    none;
    padding-top: 0.7vw;
    padding-left: 2vw;
    padding-right: 4vw;
    padding-bottom: 0.7vw;
}
.section_12 .kcs_text.active{
    display:block;
}
.section_12 .section_inner{
    /* border-left: 2px solid; */
}
.section_12 .kcs_heading{
    border-bottom: solid 2px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 1.4vw;
    padding-right: 0;
    margin: 0;
}
.section_12 .kcs_items{
    padding: 3.6vw 0vw 4.95vw 0vw;
}
.section_12 .kcs_item{
    margin-bottom: 1.9vw;
}
.section_12 .kcs_item h4{
    letter-spacing: 0.055vw;
    position: relative;
    padding-left: 2.1vw;
    letter-spacing: 0.1vw;
    margin-bottom: 0.8vw;
}
.section_12 .kcs_item h4 em{
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 768px){
    .section_12{
        padding: 0;
        border-bottom-width: 1px;
    }
    .section_12 .section_inner{
        border:0;
    }
    .section_12 .kcs_heading{
        padding-bottom: 3.5vw;
        text-align: left;
        /* font-size: 10.256vw; */
        padding-top: 13.1vw;
        line-height: 1.3;
        margin-left: 7.8vw;
        margin-right: 7.8vw;
    }
    .section_12 .kcs_items{
        padding: 12vw 5.4vw 5.4vw 6.4vw;
    }
    .section_12 .kcs_item h4{
        font-size: 3.8vw;
        padding-left: 8.3vw;
        letter-spacing: 0.45vw;
        padding-right: 1vw;
        line-height: 1.55;
        margin-bottom: 6.6vw;
    }
    .section_12 .kcs_text{
        padding-top: 0.1vw;
        padding-left: 8.8vw;
        padding-right: 2vw;
        padding-bottom: 0.7vw;
        line-height: 1.57;
    }
    .section_12 .kcs_item h4 em{
        font-size: 5.128vw;
        top: -0.513vw;
    }
    .section_12 .kcs_item{
        margin-bottom: 4.9vw;
    }
}

/*
    Section 13
===========================*/
.section_13{
    padding-left: 4.1vw;
    padding-right: 4.1vw;
    padding-top: 6.64vw;
    text-align: center;
    padding-bottom: 6.64vw;
}
.section_13 .section_inner{}
.section_13 .kcs_top{}
.section_13  h2{
    margin-bottom: 0px;
    padding-bottom: 4.24vw;
}
.section_13 .kcs_bottom{
    display: flex;
    width: 100%;
    position: relative;
    align-items: stretch;
    justify-content: center;
}
.section_13 .kcs_bottom .col{
    width: 33.33%;
    display: block;
    position: relative;
    padding-top: 0.54vw;
    padding-bottom: 0.12vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}
.section_13 .col:after{
    content:"";
    background-color: #fff;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.section_13 .kcs_bottom h4{
    letter-spacing: -0.02vw;
    padding-bottom: 1.6vw;
    margin-bottom: 0px;
    padding-left: 1vw;
    padding-right: 1vw;
    font-family: 'Konstant Grotesk';
    font-size: 1.8vw;
    font-weight: 300;
    line-height: 1.1;
    min-height: 4.5vw;
}
.section_13 .kcs_text{
    padding-left: 2.0vw;
    padding-right: 2.0vw;
    line-height: 1.8;
    color: #fff;
}
.section_13 .kcs_bottom .col.last{}
.section_13 .col.last:after{
    content:"";
    display: none;
}

.section_13 .kcs_bottom .col:last-child:after{
    display: none;
}

@media screen and (max-width: 767px){
    .section_13{padding-left: 7.4vw;padding-right: 7.4vw;padding-top: 12.64vw;text-align: left;padding-bottom: 6.64vw;}
    .section_13 .section_inner{}
    .section_13 .kcs_top{}
    .section_13  h2{font-size: 9.3vw;padding-bottom: 7.1vw;}
    .section_13 .kcs_bottom{display: block;justify-content: unset;align-items: unset;}
    .section_13 .kcs_bottom .col{width: 100%;padding-top: 0.54vw;padding-bottom: 5.8vw;margin-bottom: 10.8vw;display: block;}
    .section_13 .col:after{top: unset;right: 0px;width: 100%;height: 1px;bottom: 0vw;}
    .section_13 .kcs_bottom h4{padding-bottom: 4vw;margin-bottom: 0px;padding-left: 0vw;padding-right: 0vw;font-size: 5.7vw;padding-bottom: 6vw;}
    .section_13 .kcs_text{padding-left: 0.2vw;padding-right: 0vw;line-height: 1.58;}
    .section_13 .kcs_bottom .col.last{
        margin-bottom: 0px;
        padding-bottom: 4.2vw;
    }
    .section_13 .col.last:after{ }
}



/*
    Footer
===========================*/
.footer--stacked .footer__block{
    margin: 0 0;
}
.footer__content{
    padding: 1.6vw 0 2vw 0;
}
.copyright{
    letter-spacing: 0.05vw;
}
.copyright a{
    font-weight: 500;
    text-decoration: underline;
}
@media screen and (max-width: 768px){
    .copyright{
        letter-spacing: 0.2vw;
        font-size:3.333vw;
        text-align: center;
        display: block;
    }
    .footer__content{
        padding: 5.6vw 0 7vw 0;
    }
    .copyright span{
        display:block;
        font-size: 1px;
        opacity: 0;
    }
}




/*
    Section 07-2
===========================*/

.section_07-2_slider_holder{
    display: flex;
    width: fit-content;
}
.section_07-2_slider{
    display: flex;
    width: fit-content;
    animation: scrollsection72 90s linear infinite;
    /* animation-direction: reverse; */
}
.section_07-2_slider .kcs_image{
    width: 33vw;
    height: 30vw;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 2vw;
}
.section_07-2_slider_holder:hover .section_07-2_slider{
    animation-play-state:paused;
}
@keyframes scrollsection72 {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100%)); }
}
@media screen and (max-width: 768px){
   .section_07-2{
        padding-bottom:12vw;
    }
    .section_07-2_slider .kcs_image{
        width: 45vw;
        height: 43vw;
        margin-right: 4vw;
    }
}



/*
 custom code for section class
=======================================*/
.pf4_section4.section_04 .kcs_img_22{
    left: 53.5vw;
    top: 37.5vw;
    border: 0;
    width: 39vw;
    max-width: unset;
}
.pf4_video_2 .kcs_img_right{
    background-size: 76%;
    /* background-size: contain; */
}
@media screen and (max-width: 768px){
    .pf4_section4.section_04 .section_04_arrow,
    .pf4_video_2 .section_01_arrow{
        display:none !important;;
    }
    .pf4_section4.section_04 .kcs_text{
        z-index: 2;
        margin-top: 0;
        position: relative;
        padding: 0;
    }
    .pf4_section4.section_04{
        padding-bottom: 15vw;
    }
    .pf4_section4.section_04 .kcs_heading{
        margin-bottom: 13vw;
    }
    .pf4_section4.section_04 .kcs_img_2{
        padding-left: 10vw;
        padding-right: 10vw;
    }
    .pf4_section4.section_04 .kcs_right{
        display: flex;
        flex-wrap: wrap;
    }
    .pf4_section4 .kcs_heading + div{
        order: 5;
    }
    .pf4_video_2.section_01 .kcs_image img.kcs_img_left{
        display: none !important;
    }
    .pf4_video_2.section_01 .kcs_image img.kcs_img_right{
        padding-right: 0;
    }
}


/*
    Section 14
===========================*/
.section_14{
    margin-top: -7vw;
    z-index: 1;
    position: relative;
    padding-top: 12.4vw;
    padding-left: 23.5vw;
    padding-right: 23.1vw;
    padding-bottom: 5.2vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_14 .section_inner{}
.section_14 .kcs_heading{
    font-weight: 400;
    font-size: 6.4vw;
    color: #FFFFFF;
    letter-spacing: 0.06vw;
    margin-bottom: 2px;
    margin-left: 0.1vw;
}
.section_14 .kcs_heading2{
    font-weight: 400;
    font-size: 6.4vw;
    color: #FFFFFF;
    letter-spacing: 0.06vw;
    padding-right: 0.1vw;
}
.section_14 .kcs_text{padding-top: 4.1vw;padding-left: 5.78vw;letter-spacing: -0.037vw;font-size: 1.12vw;line-height: 1.68;padding-right: 5vw;padding-bottom: 0.4vw;}
.section_14 .kcs_text p{
    margin-bottom: 1.88rem;
}
.section_14 .kcs_svg{
    text-align: center;
    padding-right: 0.2vw;
}
.section_14 .kcs_svg svg{
    width: 2.5vw;
    height: auto;
}
.section_14 .kbutton_holder{
    padding-top: 1.6vw;
}
.section_14 .kbutton_holder .kbutton{}


@media screen and (max-width: 768px){
.section_14{
    margin-top: 0vw;
    padding-top: 13.8vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    padding-bottom: 14.1vw;
}
.section_14 .section_inner{}
.section_14 .kcs_heading{
    font-size: 9.98vw;
    padding-left: 8.46vw;
    letter-spacing: -0.3vw;
}
.section_14 .kcs_heading2{
    font-size: 9.98vw;
    padding-right: 8.46vw;
    letter-spacing: -0.3vw;
    margin-top: -1.8vw;
}
.section_14 .kcs_text{
    font-size: 4.103vw;
    letter-spacing: 0.16vw;
    line-height: 1.685;
    padding-top: 5.2vw;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0.4vw;
}
.section_14 .kcs_text p{
    margin-bottom: 7vw;
}
.section_14 .kcs_svg{}
.section_14 .kcs_svg svg{
    width: 7.5vw;
}
.section_14 .kbutton_holder{
    padding-top: 5.2vw;
}

}






.section_15{
    padding-top: 7vw;
    padding-bottom: 5vw;
    padding-left: 7vw;
    padding-right: 7vw;
}
.section_15 .taam_top{
    display: flex;
    flex-wrap: wrap;
}
.section_15 .taam_top .taam_left{
    width: 37%;
    position: relative;
}
.section_15 .taam_top .taam_right{
    width: 63%;
    padding-left: 6vw;
    padding-top: 0vw;
    padding-bottom: 20vw;
}
.section_15 .taam_heading{
    line-height: 1;
    margin-bottom: 2vw;
    margin-top: -3vw;
}
.section_15 .taam_topcopy{
    padding-right: 8vw;
}
.section_15 .taam_image_left{
    width: 100%;
}
.section_15 .taam_image_center{
    width: 65%;
    margin-top: -16vw;
    margin-left: 77%;
}
.section_15 .taam_image_right{
    margin-top: -10vw;
}
.section_15 .taam_bottom{
    display: flex;
    flex-wrap: wrap;
}
.section_15 .taam_bottom .taam_left{
    width: 60%;
    padding-top: 3vw;
    padding-right: 8vw;
}
.section_15 .taam_bottom .taam_right{
    width: 40%;
}
.section_15 h4{
    font-family: 'tomato-grotesk-regular' !important;
    font-weight: 400 !important;
    /* letter-spacing: -0.02vw; */
    font-size: 1.8vw;
    line-height: 1.2;
    margin-bottom: 1.5vw;
}

@media screen and (max-width: 768px){
    .section_15{padding-top: 10vw;padding-bottom: 10vw;}
    .section_15 .taam_top .taam_left{width: 100%;}
    .section_15 .taam_top .taam_right{width: 100%;padding: 0;padding-top: 5vw;}
    .section_15 .taam_heading{margin-bottom: 6vw;}
    .section_15 .taam_bottomcopy{ margin-right: -2vw; }
    .section_15 .taam_image_left{width: 77%;}
    .section_15 .taam_image_center{width: 48%;margin-top: -33vw;margin-left: 52%;}
    .section_15 .taam_image_right{margin: 0;margin-top: 1vw;margin-bottom: 6vw;}
    .section_15 .taam_bottom{flex-direction: column-reverse;}
    .section_15 .taam_bottom .taam_left{width: 100%;padding: 0;}
    .section_15 .taam_bottom .taam_right{width: 100%;}
    .section_15 h4{
        letter-spacing: -0.02vw;
        font-size: 4vw;
    }
}



.section_16{
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 7vw;
    padding-right: 7vw;
}
.section_16 .taam_inner{
    display: flex;
    flex-wrap: wrap;
}
.section_16 .taam_left{
    width: 60%;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
}
.section_16 .taam_heading{
    font-size: 6.5vw;
    line-height: 0.9;
}
.section_16 .taam_svg{
    text-align:right;
    position: absolute;
    bottom: 6vw;
    right: 0;
}
.section_16 .taam_svg svg{
    transform: rotate(-90deg);
    display: inline-block;
}
.section_16 .taam_right{
    width: 40%;
    display: flex;
    justify-content: flex-end;
}
.section_16 .taam_video{
    position:relative;
    overflow: hidden;
    width: 26vw;
    height: 49.0vw;
    margin-top: -6vw;
}
.section_16 .taam_video_in{
    position:relative;
    overflow: hidden;
    width: 22.0vw;
    height: 45.8vw;
    margin-top: 1.5vw;
    margin-left: 2vw;
    border-radius: 2vw;
}
.section_16 .kjb-video-responsive{
    padding-bottom: 45.8vw;
    width: 26vw;
    margin-left: -1.5vw;
}
.section_16 .taam_video:after{
    content:"";
    background-image:url(the-iphone-mockup.png);
    position:absolute;
    top:0;
    left:0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}


@media screen and (max-width: 768px){
    .section_16{
        padding-left: 0;
        padding-right: 0;
    }
    .section_16 .taam_left{
        width: 100%;
        padding-top: 11vw;
        padding-left: 5vw;
        padding-right: 5vw;
        padding-bottom: 3vw;
    }
    .section_16 .taam_heading{
        width: 100%;
        font-size: 15.846vw;
    }
    .section_16 .taam_heading .sp{
        display:none;
    }
    .section_16 .taam_svg{
        display: none;
    }
    .section_16 .taam_right{
        width: 100%;
        padding-left: 0vw;
        padding-right: 0vw;
        padding-bottom: 5vw;
    }
    .section_16 .taam_video{
        width: 100vw;
        height: 178vw;
        margin: 0;
    }
    .section_16 .taam_video_in{
        width: 78.5vw;
        height: 166.3vw;
        margin-top: 6.0vw;
        margin-left: 11vw;
        border-radius: 7vw;
        background-color: red;
    }
    .section_16 .kjb-video-responsive{
        padding-bottom: 166.8vw;
        width: 92vw;
        margin-left: -6.5vw;
    }
}