/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
/* font-family: 'Questrial', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');
/* font-family: 'Quicksand', sans-serif; */

@font-face {
    font-family: 'Futura';
    src: url('futurabt-light.woff2') format('woff2'),
        url('futurabt-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('futurabt-medium.woff2') format('woff2'),
        url('futurabt-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura book';
    src: url('futurabt-book.woff2') format('woff2'),
        url('futurabt-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Kinfolk';
    src: url('kinfolkregular.woff2') format('woff2'),
        url('kinfolkregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quick';
    src: url('quick.woff2') format('woff2'),
        url('quick.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('myriadpro-regular.woff2') format('woff2'),
        url('myriadpro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Origin';
    src: url('origin-bold.woff2') format('woff2'),
        url('origin-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




body{font-family: 'Futura';font-size: 20px;font-weight: 300;line-height: 1.75;letter-spacing: 1.4px;color: #000000;margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6{
  margin:0;
  margin-bottom:20px;
  font-family: 'COM4tFine' !important;
  font-weight:normal;
  color: #000000;
}
h1,
.h1{
  font-size: 49.5px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 7.43px;
  color: #000000;
  font-family: 'Kinfolk';
}
h2{
  font-size: 49.5px;
  font-weight: normal;
  line-height: 1.02;
  letter-spacing: 7.43px;
  color: #000000;
  font-family: 'Kinfolk' !important;
}
h3{
  font-size: 49.5px;
  font-weight: normal;
  line-height: 1.66;
  letter-spacing: -1.24px;
}
h4{
  font-size: 48.5px;
  font-weight: normal;
  line-height: 0.8;
  letter-spacing: -1.21px;
  color: #0630c1;
}
h5{
  font-size: 36.5px;
  font-weight: normal;
  line-height: 0.82;
  letter-spacing: -0.91px;
  color: #000000;

}
h6{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #0b1935;
}




.mobile_only{
  display:none;
}
.container--main {
  background: #ffffff !important; }

.pf4_button{
  position:relative;
  display: inline-block;
  margin: 0;
  opacity: 1;
  padding: 19px 39px 18px 37px;
  font-size: 16px;
  font-weight: normal;
  line-height: 0.89;
  letter-spacing: 2.1px;
  color: #ffffff;
  font-family: 'Origin';
  background-color: #21375e;
  text-transform: uppercase;
}
.pf4_button:hover{
  background-color: #000;
  color: #ffffff;
}

@media screen and (max-width: 1440px){
  body{
    font-size: 1.389vw;
    letter-spacing: 0.087vw;
  }
  h1, h2, h3, h4, h5, h6{}
  h1,
  .h1{
    font-size: 5.104vw;
    letter-spacing: -0.102vw;
  }
  h2{
    font-size: 3.438vw;
    letter-spacing: 0.521vw;
  }
  h3{
    font-size: 3.438vw;
    letter-spacing: -0.086vw;
  }
  h4{
    font-size: 3.368vw;
    letter-spacing: -0.084vw;
  }
  h5{
    font-size: 2.535vw;
    letter-spacing: -0.063vw;

  }
  h6{
    font-size: 1.667vw;
  }

  .pf4_button{
    font-size: 1.111vw;
    letter-spacing: 0.183vw;
  }
}
@media screen and (max-width: 1140px){
  body{font-size: 1.9vw;}
  h1, h2, h3, h4, h5, h6{ }
  h1{ }
  h2{ }
  h3{ }
  h4{ }
  h5{ }
  h6{ }
  .pf4_button{
    font-size: 1.4vw;
    letter-spacing: 0.183vw;
    padding: 1.7vw 3.917vw 1.3vw 3.917vw;
  }
}
@media screen and (max-width: 1024px){
  body{font-size: 2vw;}
  h1, h2, h3, h4, h5, h6{ }
  h1{ }
  h2{font-size: 5vw;}
  h3{ }
  h4{ }
  h5{font-size: 1.8vw;}
  h6{ }
  .pf4_button{
    font-size: 1.8vw;
    letter-spacing: 0.183vw;
    padding: 2.5vw 6.917vw 2.1vw 6.917vw;
  }
}
@media screen and (max-width: 768px){
  body{  font-size: 3.1vw; font-weight: 300;  line-height: 1.75; letter-spacing: 0.292vw;}
  h1, h2, h3, h4, h5, h6{ }
  h1, .h1{
    font-size: 9vw;
    letter-spacing: -0.102vw;
    line-height: 0.88;
  }
  h2{font-size: 5.9vw;}
  h3{font-size: 10vw;}
  h4{font-size: 10vw;}
  h5{font-size: 4.2vw;}
  h6{ }

  .pf4_button{
    font-size: 2.2vw;
    padding: 3vw 6.917vw 2.5vw 6.917vw;
    letter-spacing: 0.7vw !important;
  }
}
@media screen and (max-width: 550px){
  body{font-size: 3.4vw;font-size: 4.1vw;letter-spacing: 0.3vw;font-weight: 300;line-height: 1.6;}
  h1, h2, h3, h4, h5, h6{ }
  h1, .h1{
    font-size: 15.7vw;
    letter-spacing: -0.102vw;
    line-height: 0.88;
  }
  h2{font-size: 7.042vw;}
  h3{font-size: 10vw;}
  h4{font-size: 10.2vw;}
  h5{font-size: 4.2vw;}
  h6{ }

  .pf4_button{
    font-size: 3.125vw;
    padding: 4.3vw 8.1vw 3.8vw 8.1vw;
    letter-spacing: 0.563vw !important;
  }
}


/*
  Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
  position: relative;
}
.full-bg-holder > * {
  position: relative;
  z-index: 1;
}
.full-left-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  opacity: 0;
  background-size: cover;
}
.full-left-bg.active {
  opacity: 1; }

/*
  Globals --> Full right BG
-----------------------------*/
.full-right-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #859CAC;
  opacity: 0; }

.full-right-bg.active {
  opacity: 1;
  }
/*
  Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
  display: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  background-color: #859CAC;
}
.full-bg-mobile.active {
  opacity: 1;
}
@media (max-width: 980px) {
  .full-bg-mobile {
    display: block;
  }
}
.section_inner {
  width: 1080px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  margin: 0px auto;
  position: relative;
  box-sizing:border-box;
}
.section_inner img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pf4_mobile_img,
.pf4_mobile_icon {
  width: 100% !important;
  display: none !important;
}
@media (max-width: 1440px) {
  .section_inner{
    width:75vw;
  }
}
@media (max-width: 1080px) {

}
@media (max-width: 900px) {

}
@media (max-width: 550px) {

}

}
/*
=======================================
  Site Header Section
=========================================*/
html{
  padding-top:0 !important;
}
/* 
=======================================
  Site Header Section
=========================================*/
.pf4_site_header {
    padding: 0;
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0) !important;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
}
.pf4_site_header.active {
    background-color: #fff !important;
    padding-top: 5px;
    padding-bottom: 11px;
}
.pf4_site_header .section_inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: -6px;
    display: flex;
}

.pf4_heade_logo {
    width: 15%;
    padding-top: 0px;
}
.pf4_heade_logo a{
    display: inline-block;
}
.pf4_heade_logo a.mobile_only{
  display:none;
}
.pf4_heade_logo img {
    height: auto;
    width: auto;
    max-height: unset !important;
    top: 0px;
}

.pf4_header_right {
    width: 85%;
    text-align: right;
    padding-top: 25px;
    padding-left: 11px;
    /* order: 1; */
}
.pf4_header_right.style_1{
    width: 44%;
    text-align: right;
}

.pf4_header_right ul {
    margin: 0px;
    padding: 0px;
    width: auto;
    display: inline-block;
    width: 100%;
}

.pf4_header_right ul li {
    list-style: none;
    margin: 0px;
    display: inline-block;
    position: relative;
    padding-left: 7px !important;
    padding-right: 13px;
}

.pf4_header_right ul li a {
}

.pf4_header_right a {
    font-family: 'Origin';
    text-transform: uppercase;
    padding-top: 10px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.72;
    letter-spacing: 2.3px;
    color: #ffffff;
    font-weight: bold;
}

.pf4_header_right a:hover {
    color: #000000;
}
.pf4_header_right ul li:last-child a:before{
  display:none !important;
}
.pf4_header_right a:before, .pf4_header_right a:after, .pf4_header_right a i {
    content: " ";
    position: absolute;
    height: 10px;
    bottom: 20px;
    z-index: 0;
    opacity: 0;
}

.pf4_header_right a span {
    position: relative;
    z-index: 1;
    padding-right: 1px;
}
.pf4_header_right a:hover span{
      background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #fdbfc2 0%, #fdbfc2 100%);
    background-repeat: no-repeat;
    background-size: 100% 26%;
    background-position: 0px 56%;
}
.pf4_header_right ul li:before {
    width: 2px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    right: -15px;
    background-color: #000;
    opacity: 1;
    height: 14px;
    bottom: 17px;
}
.pf4_header_right a:before {
    width: 2px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    right: -15px;
    background-color: #fff;
    opacity: 1;
    height: 14px;
    bottom: 17px;
}

.pf4_header_right a:after {
    width: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    right: 0;
    border: 0;
}

.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:before, .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;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.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;
}

.pf4_header_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
}
.pf4_header_right ul li{
  position: relative;
}
.pf4_header_right ul li a:hover span {
    background-color: rgba(255, 255, 255, 0);
}
.pf4_header_right ul li:hover:before{
  /* content:""; */
  width: 103%;
  height: 7px;
  background-color: #d1fa05;
  bottom: 3px;
  left: -3px;
  display: block;
  position: absolute;
}
.pf4_header_right ul li:hover i{
  background-image: url(hover_arrow.png);
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -19px;
  top: 4px;
}
.active .pf4_header_right a{
  color:#000;
}
.active .pf4_header_right a:before{
  background-color:#000;
}
/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand {
    margin: 3px 0;
    position: absolute;
    top: 8px;
    right: -5px;
    display: none;
    width: 48px;
    height: 44px;
    cursor: pointer;
    background-image: url(open_img2.png);
    background-position: center right;
    background-repeat: no-repeat;
    /* background-color: #FFF; */
}

a.responsive-menu-hand span, a.responsive-menu-close span {
    display: none;
}

a.responsive-menu-hand span {
}

a.responsive-menu-close span {
    display: block;
}

a.responsive-menu-hand:before, a.responsive-menu-hand:after {
    display: none;
}

a.responsive-menu-close {
    clear: both;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    top: 8px;
    right: 54px;
    background-image: url(close.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

a.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

a.responsive-menu-close span:nth-child(1), a.responsive-menu-close span:nth-child(2) {
    width: 40px;
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    background-color: #000;
    height: 5px;
}

a.responsive-menu-close span:nth-child(1) {
    transform: rotate(-50deg);
    margin-top: 25px;
}

a.responsive-menu-close span:nth-child(2) {
    transform: rotate(50deg);
    margin-top: -5px;
}

a.responsive-menu-close:hover {

}

.responsive-menu .user__avatar {
    display: none;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgb(223 225 224 / 90%);
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    font-family: 'sofia_probold';
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
}

.responsive-menu ul li a, .responsive-menu .pf4_header_userarea span a {
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 22px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.responsive-menu ul li i {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 40px;
    cursor: pointer;
    border-left: solid 1px #ffbea5;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.responsive-menu ul li i.minus {
    background-image: url(images/ui/minus.svg);
}

.responsive-menu ul li i.plus {
    background-image: url(images/ui/plus.svg);
}

.responsive-menu ul li ul {
    margin: 0;
    padding: 0;
}

.responsive-menu ul li ul li a {
    font-size: 90%;
    padding-left: 30px;
    border-bottom: solid 1px #E9E9E9;
    background-color: #F0F0F0;
}

.responsive-menu ul li ul li ul li a {
    font-size: 80%;
    padding-left: 30px;
    border-bottom: solid 1px #E9E9E9;
    background-color: #E4E4E4 ;
}

.pf4_header_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
    display: block;
    text-align: center;
}

span[kjb-settings-id="sections_header_settings_language_login"] {
    padding-left: 23px;
}

span[kjb-settings-id="sections_header_settings_language_login"] a {
    border: solid 2px #000;
    padding: 3px 17px 2px 17px;
    line-height: 18px !important;
}

html{
  padding: 0px !important;
}

.header .logo--image.mobile_only {
    display: none;
}

.pf4_site_header{
  /* display: none !important; */
}
.pf4_site_header.active .section_inner{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.pf4_site_header.active .pf4_heade_logo{
    padding-top: 6px;
    /* width: 35%; */
    /* order: 1; */
    text-align: left;
    display: block;
}
.pf4_site_header.active .pf4_heade_logo .logo--image{ 
  height: auto;
}
.pf4_site_header.active .pf4_heade_logo a{
    margin: 0px;
    text-align: left;
}
.pf4_site_header.active .pf4_heade_logo img{
  /* max-width: 380px; */
}

.pf4_site_header.active .pf4_header_right{
  padding-top: 0;
  /* width: 65%; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.pf4_site_header.active {
  box-shadow: 0px -4px 10px #000;
}
@media screen and (max-width: 1440px) {
    span[kjb-settings-id="sections_header_settings_language_login"] {
        padding-left: 1.597vw;
    }


}

@media screen and (max-width: 1140px){
  .pf4_heade_logo img {
    width: 80%;
    top: 0px;
  }
  .pf4_header_right {
    padding-top: 0;
    /* display: none; */
  }
 .pf4_site_header.active .section_inner {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .pf4_header_right.style_2{
    display: block;
    padding-top: 0px;
    padding-left: 0px;
  }
  a.responsive-menu-hand{
    display: block !important;
    top: 1px;
    right: 0px;
  }
  .pf4_site_header.active a.responsive-menu-hand{
    top: 50%;
    transform: translateY(-50%);
    background-image: url(open_img2.png);
  }
  .pf4_header_right ul{
    display:none;
  }

  .pf4_heade_logo{
    padding-left: 0px;
    /* text-align: left; */
    padding-top: 7px;
  }
  .pf4_heade_logo a{ margin:0px;}
}
@media (max-width: 1024px) {
  .pf4_site_header {
    padding-top: 21px;
    /* padding-bottom: 33px; */
  }
    .pf4_site_header.active {
        position: fixed;
        padding-top: 4px;
        padding-bottom: 8px;
    }
  .pf4_site_header .section_inner {
    width: 100%;
    margin-bottom: 0px;
  }

    .pf4_heade_logo {
        /* width: 45%; */
        /* padding-top: 0px; */
        padding-top: 1vw;
    }

    .pf4_header_right {
        /* width: 55%; */
        /* padding-top: 6vw; */
    }

    a.responsive-menu-hand span {
        display: block;
        top: 5vw;
    }

    .header .header-menu {
        display: none !important;
    }

    .pf4_heade_logo img {
    /* width: 172px; */
    }

    a.responsive-menu-hand {
        display: block;
    }
    a.responsive-menu-hand{
        top: 13px;
    }
    
    .pf4_site_header.active .pf4_heade_logo{
        width: 50%;
        padding-top: 2px;
    }
    .pf4_site_header.active .pf4_header_right{
        width: 50%;
    }
}

@media (max-width: 768px) {
  .pf4_site_header {
    /* position: relative; */
    padding-top: 21px;
    padding-bottom: 33px;
    padding-left: 30px;
    padding-right: 35px;
  }
    .header .logo--image {
        height: auto !important;
        max-height: unset !important;
        max-width: 100%;
    }


    a.responsive-menu-hand {
        top: -9px;
    }
    .pf4_heade_logo {
        padding-top: 1vw;
        width: 20%;
    }
    .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
        /* top: 1px; */
    }
    .pf4_site_header.active .pf4_heade_logo{
      width: 70%;
      padding-top: 0;
      padding-left: 0vw;
      padding-right: 0vw;
    }
    .pf4_site_header.active .pf4_header_right{
        width: 30%;
        padding-top: 0px;
    }
    .pf4_header_right{
      width: 80%;
    }
    .pf4_site_header.active .section_inner{
      margin-top: 5px;
    }
}

@media (max-width: 550px) {
  .pf4_site_header {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .pf4_heade_logo {
    padding-top: 26px;
    padding-left: 0;
    padding-right: 0;
    width: 41%;
  }
  .pf4_heade_logo img {
    width: 100%;
  }
  a.responsive-menu-hand {
    top: 33px !important;
    right: 23px;
    background-image: url(open_img2_m.png);
  }
  .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
    top: 50% !important;
    background-image: url(open_img2.png);
    right: -12px;
  }
  .pf4_site_header.active {
    position: fixed;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .pf4_header_right {
    height: 75px;
    background-color: #00000000;
    width: 50%;
  }
  .pf4_site_header.active .pf4_header_right {
    height: auto;
    background-color: rgb(33 55 94 / 0%);
  }
  .pf4_site_header.active .pf4_heade_logo {
    padding-top: 2px;
  }
  .pf4_heade_logo a{
    display:none;
  }
  .pf4_heade_logo a.mobile_only{
    display:inline-block;
  }
}

a.responsive-menu-hand{
    margin: 5px -19px;
    position: absolute;
    top: 17px;
    right: -2px;
    display: none;
    width: 36px;
    height: 27px;
    cursor: pointer;
    background-image: url(open_img2_m.png);
    background-position: center right;
    background-repeat: no-repeat;
    }


/*
  Section 01
=========================================*/
.ks1{
    width: 100%;
    height: 724px;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
@media (min-width: 1441px){
  .ks1{
      height: 50vw;
      background-position: center bottom;
      background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1440px){
    .ks1{
        height: 50.278vw;
    }
}
@media screen and (max-width: 1140px){
    
}
@media screen and (max-width: 1024px){
    .ks1{
        height: 49vw;
    }
}
@media screen and (max-width: 768px){
    
}
@media screen and (max-width: 550px){
   .ks1{
     background-size: 153vw;
     height: 76vw;
     background-position: -21vw bottom;
   } 
}


/*
  Section 02
=========================================*/
.ks2{
    padding-top: 11px;
    position: relative;
    padding-bottom: 93px;
}
.ks2 .section_inner{
    position: relative;
    z-index: 1;
}
.ks2 h2{
    text-align: center;
    font-size: 73px;
}
.ks2 h4{
    font-size: 22px;
    text-align: center;
    font-family: 'Quicksand', sans-serif !important;
    line-height: 1.66;
    letter-spacing: 3.96px;
    color: #000;
    margin-bottom: 36px;
}
.ks2 .section_inner > article{
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 50px;
}
.ks2_items{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.ks2_item{
    background-color:#efeae8;
    width:31%;
    text-align:center;
    padding-left:20px;
    padding-right:20px;
    padding-top: 65px;
    padding-bottom: 136px;
    position: relative;
}
.ks2_mobile_items{
    
padding-left: 5vw;
    
padding-right: 5vw;
}
.ks2_item_des{
    margin-bottom: 0;
}
.ks2_item_des p{
  margin-top:0;
  margin-bottom:20px;
}
.ks2_item_des p:last-child{
  margin-bottom:0;
}
.ks2_item img{
    max-width:60px;
    max-height:60px;
}
.ks2_item h3{
    font-family: 'Quick' !important;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    letter-spacing: 3.96px;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 23px;
}
.ks2_item .pf4_button{
    position: absolute;
    width: calc(100% - 100px);
    left: 50%;
    bottom: 49px;
    transform: translateX(-50%);
}
.ks2_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: center top;
    background-size: 100%;
    background-repeat:no-repeat;
}

@media screen and (max-width: 1440px){
    .ks2{
        padding-top: 0.764vw;
        padding-bottom: 6.458vw;
    }
    .ks2 h2{
        font-size: 5.069vw;
    }
    .ks2 h4{
        font-size: 1.528vw;
        line-height: 1.66;
        letter-spacing: 0.275vw;
        margin-bottom: 2.5vw;
    }
    .ks2 .section_inner > article{
        padding-left: 6.944vw;
        padding-right: 6.944vw;
        margin-bottom: 3.472vw;
    }
    .ks2_item{
        padding-left:1.389vw;
        padding-right:1.389vw;
        padding-top: 4.514vw;
        padding-bottom: 9.444vw;
    }
    .ks2_item_des{
    }
    .ks2_item img{
        max-width:4.167vw;
        max-height:4.167vw;
    }
    .ks2_item h3{
        font-size: 1.528vw;
        line-height: 1.66;
        letter-spacing: 0.275vw;
        margin-bottom: 1.736vw;
        margin-top: 1.597vw;
    }
    .ks2_item .pf4_button{
        width: calc(100% - 6.944vw);
        bottom: 3.403vw;
    }
}
@media screen and (max-width: 1140px){
    .ks2 h4{
      font-size: 2vw;
    }
    .ks2_item h3{
      font-size:1.8vw;
    }
    .ks2 .section_inner{
      width:80vw;
    }
    .ks2_item {
      padding-left: 1.389vw;
      padding-right: 1.389vw;
      padding-top: 4.514vw;
      padding-bottom: 9.444vw;
  }
  .ks2_item .pf4_button {
      width: calc(100% - 3.944vw);
      bottom: 3.403vw;
  }
}
@media screen and (max-width: 1024px){
    .ks2_item h3{
      font-size:2vw;
    }
    .ks2 h4 {
      font-size: 2.4vw;
    }
    .ks2 .section_inner{
      width:85vw;
    }
    .ks2_item {
      padding-left: 1.389vw;
      padding-right: 1.389vw;
      padding-top: 4.514vw;
      padding-bottom: 10.444vw;
    }
    .ks2_item .pf4_button {
      width: calc(100% - 3.944vw);
      bottom: 2.403vw;
      padding-left:0;
      padding-right:0;
    }
}
@media screen and (max-width: 768px){
    .ks2 .section_inner > article{
        padding-left: 0vw;
        padding-right:0vw;
        margin-bottom: 5vw;
    }
    .ks2_item h3 {
        font-size: 3vw;
        margin-top: 4vw;
        margin-bottom: 1vw;
    }
    .ks2 h4 {
      font-size: 3vw;
    }
    .ks2_items{
      display:none;
    }
    .ks2 .mobile_only{
      display:block;
    }
    .ks2_item{
      width:100%;
      padding-left: 5.389vw;
      padding-right: 5.389vw;
      padding-top: 5.514vw;
      padding-bottom: 15.444vw;
    }
    .ks2 .slick-prev{font-size: 0;background: none;border:none;background-image: url(left.png);cursor: pointer;position: absolute;z-index: 2;outline: none;top: 25%;left: -3vw;width: 6vw;height: 10vw;background-size: contain;background-repeat: no-repeat;background-position: center;padding: 0;}
    .ks2 .slick-next {font-size: 0;background: none;border:none;width: 6vw;height: 10vw;background-image: url(right.png);cursor: pointer;position: absolute;z-index: 2;outline: none;top: 25%;right: -3vw;background-size: contain;background-repeat: no-repeat;background-position: center;padding: 0;}
    .ks2 .slick-dots {text-align: center;padding: 0;padding-left: 0;margin-top: 5vw;margin-bottom: 0;}
    .ks2 .slick-dots li{list-style: none;display: inline-block;width: 11px;height: 11px;background: #000000;margin: 0 6px;margin-right: 7px;}
    .ks2 .slick-dots li.slick-active{ background-color: #9c9c9c; }
    .ks2 .slick-dots li button{font-size: 0; border: none; background: transparent; outline: none; }
    .ks2_item .pf4_button {
        width: calc(100% - 10vw);
        bottom: 4vw;
        padding-left: 0;
        padding-right: 0;
    }
    .ks2_item img {
      max-width: 5.167vw;
      max-height: 5.167vw;
  }
}
@media screen and (max-width: 550px){
    .ks2 h2 {
      font-size: 13vw;
      margin-bottom: 3vw;
    }
    .ks2 h4{
      font-size: 5vw;
      margin-bottom: 5vw;
    }
    .ks2 {
      padding-top: 0;
      padding-bottom: 5.458vw;
      margin-top: -5vw;
    }
    .ks2 .section_inner > article{
      margin-bottom:8vw;
    }
    .ks2_item h3{
      font-size: 5vw;
      margin-bottom: 4vw;
    }
    .ks2_item img {
      max-width: 10.167vw;
      max-height: 10.167vw;
    }
    .ks2_item {
      width: 100%;
      padding-left: 5.389vw;
      padding-right: 5.389vw;
      padding-top: 5.514vw;
      padding-bottom: 21.444vw;
  }
}



/*
  Section 03
=========================================*/
.ks3{
    position: relative;
    padding-top: 90px;
    padding-bottom: 80px;
}
.ks3 .section_inner{
    position:relative;
    z-index:1;
}
.ks3 h2{
   background-image: url(heading-bg.jpg);
   background-size: cover;
   -webkit-text-fill-color: transparent;
   -webkit-background-clip: text;
   text-align:center;
   margin-bottom: 51px;
}
.ks3_items{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom: 19px;
}
.ks3_item{
    width: 26%;
}
.ks3_mobile_items{
    padding-left: 10vw;
    padding-right: 10vw;
}
.ks3_item_des{
    color:#fff;
}
.ks3_item_des p{
  margin-top:0;
  margin-bottom:30px;
}
.ks3_item img{
    width:68px;
    height:68px;
    border-radius: 100%;
    margin-bottom: 24px;
}
.ks3_button{
    text-align:center;
}
.ks3_button .pf4_button{
    min-width: 274px;
}
.ks3_bg{
    background-color:#000;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-position:center;
    background-size:cover;
   
}

@media screen and (max-width: 1440px){
    .ks3{
        padding-top: 6.25vw;
        padding-bottom: 5.556vw;
    }
    .ks3 h2{
       margin-bottom: 3.542vw;
    }
    .ks3_items{
        margin-bottom: 1.319vw;
    }
    .ks3_item_des p{
      margin-bottom:2.083vw;
    }
    .ks3_item img{
        width:4.722vw;
        height:4.722vw;
        border-radius: 100%;
        margin-bottom: 1.667vw;
    }
    .ks3_button .pf4_button{
        min-width: 19.028vw;
    }
}
@media screen and (max-width: 1140px){
  .ks3_item{
      width: 30%;
  }
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 768px){
    .ks3_items{
      display:none;
    }
    .ks3 .mobile_only{
      display:block;
    }
    .ks3_item{
      width:100%;
      padding: 1vw;
      text-align: center;
    }
    .ks3_item img {
      width: 6.722vw;
      height: 6.722vw;
      border-radius: 100%;
      margin-bottom: 2.667vw;
    }
    .ks3 .slick-prev{font-size: 0;background: none;border:none;background-image: url(left.png);cursor: pointer;position: absolute;z-index: 2;outline: none;top: 25%;left: 0;width: 6vw;height: 10vw;background-size: contain;background-repeat: no-repeat;background-position: center;padding: 0;filter: invert(100%);}
    .ks3 .slick-next {font-size: 0;background: none;border:none;width: 6vw;height: 10vw;background-image: url(right.png);cursor: pointer;position: absolute;z-index: 2;outline: none;top: 25%;right: 0vw;background-size: contain;background-repeat: no-repeat;background-position: center;padding: 0;filter: invert(100%);}
    .ks3 .slick-dots {text-align: center;padding: 0;padding-left: 0;margin-top: 5vw;}
    .ks3 .slick-dots li{list-style: none;display: inline-block;width: 11px;height: 11px;background: #000000;margin: 0 6px;margin-right: 7px;}
    .ks3 .slick-dots li.slick-active{ background-color: #9c9c9c; }
    .ks3 .slick-dots li button{font-size: 0; border: none; background: transparent; outline: none; }
    .ks3 {
      padding-top: 10.25vw;
      padding-bottom: 9.556vw;
    }
    .ks3 h2 {
      margin-bottom: 5.542vw;
    }
    .ks3_button{
      padding-top:3vw;
    }
}
@media screen and (max-width: 550px){
    .ks3 h2{
      /* font-size: 8vw; */
      margin-bottom: 3.542vw;
    }
    .ks3_item img {
      width: 17vw;
      height: 17vw;
      border-radius: 100%;
      margin-bottom: 2.667vw;
  }
  .ks3 {
      padding-top: 10.25vw;
      padding-bottom: 11.25vw;
    }
    .ks3 .slick-dots {
        padding-left: 0;
        margin-top: 1.5vw;
        margin-bottom: -2vw;
    }
}


/*
  Section 04
=========================================*/
.ks4{
    padding-top: 86px;
    padding-bottom: 62px;
    position: relative;
}
.ks4 .section_inner{
    position: relative;
    z-index: 1;
}
.ks4 h2{
    text-align: center;
    margin-bottom: 49px;
}
.ks4_video{
    width: 774px;
    margin: 0 auto;
}
.ks4_bg{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size:100%;
}
@media (min-width: 1650px){
    .ks4_bg {
        background-position: center bottom;
        background-size: 100%;
    }
}

@media screen and (max-width: 1440px){
   .ks4{
        padding-top: 5.972vw;
        padding-bottom: 4.306vw;
    }
    .ks4 h2{
        margin-bottom: 3.403vw;
    }
    .ks4_video{
        width: 53.75vw;
    } 
}
@media screen and (max-width: 1140px){
    
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 768px){
    .ks4_video{
      width:100%;
    }
    .ks4{
        padding-top: 8.972vw;
        padding-bottom: 4.306vw;
    }
    .ks4 h2{
        margin-bottom: 4.403vw;
    }
}
@media screen and (max-width: 550px){
    .ks4 {
      padding-top: 10.972vw;
      padding-bottom: 3.306vw;
    }
    .ks4 h2 br{
      display:none;
    }
    .section_inner {
      width: 85vw;
    }
}


/*
  Section 05
=========================================*/
.ks5{
    padding-bottom: 114px;
}
.ks5 .section_inner{
    width:1100px
}
.ks5_top_icon{
  text-align: center;
  margin-bottom: 48px;
}
.ks5_top_icon img{
  width:96px;
}
.ks5 h2{
    text-align: center;
    margin-bottom: 58px;
}
.ks5_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ks5_item{
    width: 31%;
    background-color: #F3F3F3;
    text-align: center;
    padding-top: 59px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 19px;
}
.ks5_item img{
    margin-bottom: 24px;
    max-width: 72px;
    max-height: 72px;
}
.ks5_item h3{
    font-family: Quick !important;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    letter-spacing: 3.96px;
    color: #000000;
    margin-bottom: 24px;
    margin-left: -5px;
    margin-right: -5px;
}
.ks5_item_des p{
    margin-top:0;
    margin-bottom:20px;
}
.ks5_mobile_items{
    
}
.ks5_button{
    text-align:center;
    margin-top: 49px;
}
.ks5_button .pf4_button{
    min-width: 274px;
}

@media screen and (max-width: 1440px){
    .ks5{
        padding-bottom: 7.917vw;
    }
    .ks5 .section_inner{
        width:76.389vw
    }
    .ks5_top_icon{
      margin-bottom: 3.333vw;
    }
    .ks5 h2{
        margin-bottom: 4.028vw;
    }
    .ks5_item{
        padding-top: 4.097vw;
        padding-left: 1.181vw;
        padding-right: 1.181vw;
        padding-bottom: 1.319vw;
    }
    .ks5_item img{
        margin-bottom: 3.667vw;
        max-width: 5vw;
        max-height: 5vw;
    }
    .ks5_item h3{
        font-size: 1.528vw;
        line-height: 1.66;
        letter-spacing: 0.275vw;
        margin-bottom: 1.667vw;
        margin-left: -0.347vw;
        margin-right: -0.347vw;
    }
    .ks5_item_des p{
        margin-bottom:1.389vw;
    }
    .ks5_button{
        margin-top: 3.403vw;
    }
    .ks5_button .pf4_button{
        min-width: 19.028vw;
    }
    .ks5_top_icon img {
      width: 6.667vw;
    }
}
@media screen and (max-width: 1140px){
    .ks5_item h3{
      font-size:1.8vw;
    }
    .ks5 .section_inner {
        width: 80vw;
    }
}
@media screen and (max-width: 1024px){
    .ks5_item h3{
      font-size:2vw;
    }
    .ks5 .section_inner {
        width: 85vw;
    }
}
@media screen and (max-width: 768px){
    .ks5_items{
      display:none;
    }
    .ks5 .mobile_only{
      display:block;
    }
    .ks5 .slick-prev{font-size: 0;background: none;border:none;background-image: url(left.png);cursor: pointer;position: absolute;z-index: 2;outline: none;top: 25%;left: -3vw;width: 6vw;height: 10vw;background-size: contain;background-repeat: no-repeat;background-position: center;padding: 0;}
    .ks5 .slick-next {font-size: 0;background: none;border:none;width: 6vw;height: 10vw;background-image: url(right.png);cursor: pointer;position: absolute;z-index: 2;outline: none;top: 25%;right: -3vw;background-size: contain;background-repeat: no-repeat;background-position: center;padding: 0;}
    .ks5 .slick-dots {text-align: center;padding: 0;padding-left: 0;margin-top: 5vw;margin-bottom: 0;}
    .ks5 .slick-dots li{list-style: none;display: inline-block;width: 11px;height: 11px;background: #000000;margin: 0 6px;margin-right: 7px;}
    .ks5 .slick-dots li.slick-active{ background-color: #9c9c9c; }
    .ks5 .slick-dots li button{font-size: 0; border: none; background: transparent; outline: none; }
    
    .ks5_mobile_items {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .ks5_item{
      width:100%;
      padding-top: 4.097vw;
      padding-left: 5.181vw;
      padding-right: 5.181vw;
      padding-bottom: 3.319vw;
    }
    .ks5_item h3 {
      font-size: 3vw;
    }
    .ks5_item img {
      margin-bottom: 3.667vw;
      max-width: 7vw;
      max-height: 7vw;
    }
}
@media screen and (max-width: 550px){
    .ks5_item img {
      margin-bottom: 5.667vw;
      max-width: 10vw;
      max-height: 10vw;
    }
    .ks5_item h3 {
      font-size: 4.5vw;
      margin-bottom: 5vw;
    }
    .ks5_top_icon img {
      width: 15vw;
    }
    .ks5_top_icon{
      margin-bottom: 5vw;
    }
    .ks5 h2{
        margin-bottom: 5.028vw;
    }
    .ks5 {
      padding-bottom: 13vw;
    }
}



/*
  Section 06
=========================================*/
.ks6{
    position: relative;
    padding-bottom: 100px;
}
.ks6 .section_inner{
    position:relative;
    z-index:1;
}
.ks6 h2{
    text-align: center;
    margin-bottom: 17px;
}
.ks6 article p{
    margin-top:0;
    margin-bottom:20px;
}
.ks6_button{
    margin-top: 51px;
}
.ks6_button .pf4_button{
    min-width: 212px;
}
.ks6_box{
    text-align: center;
    position:relative;
    width:1096px;
    background-color:#ffffff;
    padding-top: 71px;
    padding-bottom: 98px;
    padding-left: 60px;
    padding-right: 60px;
}
.ks6_box:before{
  content:"";
  position:absolute;
  width:800px;
  left:50%;
  transform:translateX(-50%);
  height: 1px;
  background-color: #bec8cf;
  top: 0;
}
.ks6_bottom{
    
}
.ks6_quotes{
    color: #fff;
    position: relative;
    padding-left: 70px;
    padding-top: 14px;
    width: 650px;
    margin-top: 120px;
    margin-bottom: 89px;
}
.ks6_quotes p{
  margin-bottom: 31px;
  margin-top:0;
}
.ks6_quotes:before{
    content:"";
    background-image: url(s2-quote.png);
    width: 53px;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.ks6_bg{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (min-width: 1600px){
    .ks6_bg {
        background-position: center top;
        background-size: 100%;
    }
}

@media screen and (max-width: 1440px){
   .ks6{
        padding-bottom: 6.944vw;
    }
    .ks6 h2{
        margin-bottom: 1.181vw;
    }
    .ks6 article p{
        margin-bottom:1.389vw;
    }
    .ks6_button{
        margin-top: 3.542vw;
    }
    .ks6_button .pf4_button{
        min-width: 14.722vw;
    }
    .ks6_box{
        width:76.111vw;
        padding-top: 4.931vw;
        padding-bottom: 6.806vw;
        padding-left: 4.167vw;
        padding-right: 4.167vw;
    }
    .ks6_box:before{
      width:55.556vw;
      height: 1px;
    }
    .ks6_quotes{
        padding-left: 4.861vw;
        padding-top: 0.972vw;
        width: 45.139vw;
        margin-top: 8.333vw;
        margin-bottom: 6.181vw;
    }
    .ks6_quotes p{
      margin-bottom: 2.153vw;
    }
    .ks6_quotes:before{
        width: 3.681vw;
        height: 2.986vw;
    } 
}
@media screen and (max-width: 1140px){
    .ks6_quotes{
      width: 60vw;
    }
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 768px){
    .ks6_quotes{
      width:100%;
      margin-bottom: 0;
    }
    .ks6_quotes br{
      display:none;
    }
    .ks6{
      padding-bottom: 3vw;
    }
}
@media screen and (max-width: 550px){
    .ks6_box{
        width: 100%;
        padding-top: 12.931vw;
        padding-bottom: 6.806vw;
        padding-left: 4.167vw;
        padding-right: 4.167vw;
    }
    .ks6_bg{
      background-size:cover;
    }
    .ks6 h2{
        margin-bottom: 3vw;
        font-size: 5.9vw;
    }
    .ks6_quotes:before{
        width: 9.681vw;
        height: 8.986vw;
        top: -4vw;
    }
    .ks6_quotes{
        padding-left: 11.861vw;
        padding-top: 0.972vw;
        margin-top: 15.333vw;
        margin-bottom: 6.181vw;
    }
    .ks6 {
      padding-bottom: 5vw;
    }
}


/*
  Section 08
=========================================*/
.m08{
    padding-top: 85px;
    padding-bottom: 52px;
    background-color: #dad5d2;
}
.m08 .section_inner{
    width: 1160px;
}
.m08_content{
    width: 100%;
}
.m08_content h6{
    font-size: 29.5px;
    font-family: 'Kinfolk' !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: 4.5px;
    text-align: center;
    color: #000;
}
.m08_content h6 br{}
.m08_form{
    padding-left: 21px;
    padding-right: 39px;
}
.m08_form form{
    padding-top: 25px;
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
}
.m08_form_in{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.m08_form_in div{}
.m08_form_in .text-field{
    width: 27.5%;
}
.m08_form_in .email-field{
    width: 38.2%;
    padding-left: 82px;
}
.m08_form_in .submit-field{
    width: 8.8%;
    padding-left: 62px;
    margin-top: -4px;
}
.m08_form_in .text-field ::placeholder{
    color: #000000;
    text-transform: uppercase;
    padding-left: 28px;
}
.m08_form_in .email-field ::placeholder{
    color: #000000;
    text-transform: uppercase;
    padding-left: 31px;
}
.m08_form_in .text-field input[type="text"]{
    width: 100%;
    border: 0px solid #FFFFFF;
    border-bottom: 1px solid #000000;
    padding-bottom: 14px;
    padding-top: 7px;
    text-transform: capitalize;
    background-color: #00000000 !important;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 2.7px;
    font-family: 'Origin';
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
}
.m08_form_in .email-field input[type="email"]{
    width: 100%;
    border: 0px solid #FFFFFF;
    border-bottom: 1px solid #000000;
    padding-bottom: 14px;
    padding-top: 7px;
    text-transform: lowercase;
    background-color: #00000000 !important;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 2.7px;
    text-align: left;
    font-family: 'Origin';
    padding-left: 8px;
    padding-right: 8px;
}
.m08_form_in .submit-field input[type="submit"]{
    background-color: #21375E;
    color: #FFFFFF;
    font-family: 'Origin';
    padding: 15px 39px 12px 39px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 2.7px;
    border: none;
    text-transform: uppercase;
    margin-left: 0px;
}
.m08_form_in .submit-field input[type="submit"]:hover{
  background-color:#000;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .m08{
      padding-top: 5.139vw;
      padding-bottom: 6.528vw;
  }
  .m08 .section_inner{
      width: 80.556vw;
  }
  .m08_content{
      width: 100%;
  }
  .m08_content h6{
      font-size: 2.049vw;
      letter-spacing: 0.313vw;
  }
  .m08_content h6 br{}
  .m08_form{
      padding-left: 1.458vw;
      padding-right: 2.708vw;
  }
  .m08_form form{
      padding-top: 1.736vw;
      padding-left: 0vw;
  }
  .m08_form_in{
      width: 100%;
  }
  .m08_form_in div{}
  .m08_form_in .text-field{
      width: 29%;
  }
  .m08_form_in .email-field{
      width: 45.2%;
      padding-left: 4.444vw;
  }
  .m08_form_in .submit-field{
      width: 8.8%;
      padding-left: 3.403vw;
      margin-top: -0.139vw;
  }
  .m08_form_in .text-field ::placeholder{
      padding-left: 1.944vw;
  }
  .m08_form_in .email-field ::placeholder{
      padding-left: 2.153vw;
  }
  .m08_form_in .text-field input[type="text"]{
      width: 100%;
      border: 0vw solid #FFFFFF;
      border-bottom: 0.069vw solid #000000;
      padding-bottom: 0.972vw;
      padding-top: 0.486vw;
      font-size: 1.042vw;
      letter-spacing: 0.188vw;
      padding-left: 0.556vw;
      padding-right: 0.556vw;
  }
  .m08_form_in .email-field input[type="email"]{
      width: 100%;
      border: 0vw solid #FFFFFF;
      border-bottom: 0.069vw solid #000000;
      padding-bottom: 0.972vw;
      padding-top: 0.486vw;
      font-size: 1.042vw;
      letter-spacing: 0.188vw;
      padding-left: 0.556vw;
      padding-right: 0.556vw;
  }
  .m08_form_in .submit-field input[type="submit"]{
      padding: 1.042vw 2.708vw 0.833vw 2.708vw;
      font-size: 1.042vw;
      letter-spacing: 0.188vw;
      margin-left: 0vw;
  }
}
@media screen and (max-width: 1140px){
  .m08{}
  .m08 .section_inner{}
  .m08_content{}
  .m08_content h6{
    font-size: 2.4vw;
}
  .m08_content h6 br{
    display: none;
}
  .m08_form{
    padding-left: 0vw;
    padding-right: 10.6vw;
}
  .m08_form form{}
  .m08_form_in{}
  .m08_form_in div{}
  .m08_form_in .text-field{}
  .m08_form_in .email-field{
    width: 38%;
}
  .m08_form_in .submit-field{}
  .m08_form_in .text-field ::placeholder{}
  .m08_form_in .email-field ::placeholder{}
  .m08_form_in .text-field input[type="text"]{
    font-size: 1.3vw;
}
  .m08_form_in .email-field input[type="email"]{
    font-size: 1.3vw;
}
  .m08_form_in .submit-field input[type="submit"]{
    font-size: 1.4vw;
    padding: 1.3vw 4vw 1.3vw 4vw;
}
}
@media screen and (max-width: 1024px){
  .m08{}
  .m08 .section_inner{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
}
  .m08_content{}
  .m08_content h6{
    font-size: 3.5vw;
}
  .m08_content h6 br{}
  .m08_form{}
  .m08_form form{}
  .m08_form_in{}
  .m08_form_in div{}
  .m08_form_in .text-field{}
  .m08_form_in .email-field{}
  .m08_form_in .submit-field{}
  .m08_form_in .text-field ::placeholder{}
  .m08_form_in .email-field ::placeholder{}
  .m08_form_in .text-field input[type="text"]{
    font-size: 1.5vw;
}
  .m08_form_in .email-field input[type="email"]{
    font-size: 1.5vw;
}
  .m08_form_in .submit-field input[type="submit"]{
    padding: 1.5vw 5vw 1.5vw 5vw;
}
}
@media screen and (max-width: 768px){
  .m08{
    padding-top: 15.208vw;
    padding-bottom: 17.708vw;
}
  .m08 .section_inner{
    padding-left: 5.833vw;
    padding-right: 5.833vw;
}
  .m08_content{}
  .m08_content h6{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    font-size: 5vw;
    letter-spacing: 1.042vw;
}
  .m08_content h6 br{}
  .m08_form{
    padding-right: 0vw;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
  .m08_form form{
    padding-top: 3.75vw;
}
  .m08_form_in{
    display: block;
}
  .m08_form_in div{}
  .m08_form_in .text-field{
    width: 100%;
    padding-bottom: 11.042vw;
}
  .m08_form_in .email-field{
    width: 100%;
    padding-left: 0vw;
    padding-bottom: 11.875vw;
}
  .m08_form_in .submit-field{
    width: 100%;
    padding: 0vw;
}
  .m08_form_in .text-field ::placeholder{padding:0vw;}
  .m08_form_in .email-field ::placeholder{padding:0vw;}
  .m08_form_in .text-field input[type="text"]{
    text-align: center;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    width: 87%;
    padding-top: 1.042vw;
    padding-bottom: 2.917vw;
    font-size: 2.4vw;
}
  .m08_form_in .email-field input[type="email"]{
    text-align: center;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-size: 2.4vw;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    width: 87%;
    padding-top: 1.042vw;
    padding-bottom: 2.917vw;
}
  .m08_form_in .submit-field input[type="submit"]{
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.563vw;
    padding: 3vw 6.917vw 2.5vw 6.917vw;
    font-size: 2.2vw;
}
}
@media screen and (max-width: 550px){
  .m08{
    padding-top: 12.208vw;
    padding-bottom: 12.708vw;
    background-color: #E8E0DD;
}
  .m08 .section_inner{
    padding-left: 5.833vw;
    padding-right: 5.833vw;
}
  .m08_content{}
  .m08_content h6{
    font-size: 6.042vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: 0.7vw;
    word-spacing: 1.7vw;
}
  .m08_content h6 br{}
  .m08_form{
    padding-right: 0vw;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
  .m08_form form{
    padding-top: 3.75vw;
}
  .m08_form_in{
    display: block;
}
  .m08_form_in div{}
  .m08_form_in .text-field{
    width: 100%;
    padding-bottom: 11.042vw;
}
  .m08_form_in .email-field{
    width: 100%;
    padding-left: 0vw;
    padding-bottom: 11.875vw;
}
  .m08_form_in .submit-field{
    width: 100%;
    padding: 0vw;
}
  .m08_form_in .text-field ::placeholder{padding:0vw;}
  .m08_form_in .email-field ::placeholder{padding:0vw;}
  .m08_form_in .text-field input[type="text"]{
    text-align: center;
    font-size: 3.125vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    width: 87%;
    padding-top: 1.042vw;
    padding-bottom: 2.917vw;
}
  .m08_form_in .email-field input[type="email"]{
    text-align: center;
    font-size: 3.125vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    width: 87%;
    padding-top: 1.042vw;
    padding-bottom: 2.917vw;
}
  .m08_form_in .submit-field input[type="submit"]{
    padding: 3.125vw 8.125vw 2.5vw 8.125vw;
    font-size: 3.125vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
}
}
@media screen and (max-width: 425px){
    .m01 {
        padding-top: 31.9vw;
    }
    .pf4_site_header.active {
        position: fixed;
        padding-left: 7vw;
        padding-right: 7vw;
        min-height: 55px;
    }
    .pf4_site_header.active .pf4_header_right .responsive-menu-hand {
        /* top: 1px; */
        right: -3px;
        padding: 0px !important;
        width: 36px;
        height: 29px;
    }
}


/*
  Footer bottom
=========================================*/
.bb_footer_bottom{
    background-color: #000000;
    padding-bottom: 24px;
    padding-top: 16px;
}
.bb_footer_bottom .section_inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 14.95px;
    width: 1280px;
}

.bb_footer_bottom_left{
    width: 100%;
    color: #FFF;
    padding-top: 6px;
    font-size: 20px;
    text-align: center;
}
.bb_footer_bottom_left a{
   color: #6bbdb9;
}
.bb_footer_bottom_left span{
    color: #FFF;
    display: inline-block;
    padding-right: 0px;
    text-transform: uppercase;
    line-height: 1.5;
    padding-left: 9px;
}
.bb_footer_copyright{
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.7px;
    text-align: center;
    color: #ffffff;
}
.hs_divider{}
.bb_footer_bottom_right{
    width: 26%;
    text-align: right;
    padding-bottom: 0px;
    padding-top: 2px;
    margin-right: 0;
}
@media (max-width: 1440px) {
  .bb_footer_bottom{
      padding-bottom: 1.5vw;
  }
  .bb_footer_bottom .section_inner{
      font-size: 14.6.597vw;
      width: 81.944vw;
  }
  .bb_footer_bottom_left{
      padding-top: 0.417vw;
      font-size: 1.042vw;
  }
  .bb_footer_bottom_left span{
      font-size: 1.042vw;
      padding-right: 0.069vw;
      letter-spacing: 0.132vw !important;
  }
  .bb_footer_copyright{}
  .hs_divider{ }
  .bb_footer_bottom_right{ }
}
@media (max-width: 1140px) {
  .bb_footer_bottom{  }
  .bb_footer_bottom .section_inner{  }
  .bb_footer_bottom_left{  }
  .bb_footer_bottom_left span{  }
  .bb_footer_copyright{  }
  .hs_divider{  }
  .bb_footer_bottom_right{  }
}
@media (max-width: 1024px) {
  .bb_footer_bottom{  }
  .bb_footer_bottom .section_inner{  }
  .bb_footer_bottom_left {
    padding-top: 0.417vw;
    font-size: 1.3vw;
  }
  .bb_footer_bottom_left span{
    font-size: 1.3vw;
    padding-right: 0vw;
    letter-spacing: 0.132vw !important;
    font-style: normal;
    font-size: 1.5vw;
  }
  .bb_footer_copyright{font-size: 1.5vw;}
  .hs_divider{  }
  .bb_footer_bottom_right{  }
  .bb_footer_bottom_left span.divider {
    height: 1px;
    opacity: 0;
    width: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  .bb_footer_bottom{padding-bottom: 1.5vw;padding-top: 18px;padding-bottom: 25px;}
  .bb_footer_bottom .section_inner{width: 96vw;}
  .bb_footer_bottom_left{font-size: 2.5vw;}
  .bb_footer_bottom_left span{font-size: 2.5vw;letter-spacing: 0.4vw !important;display: block;padding-left: 0px;}
  .bb_footer_copyright{letter-spacing: 0.6vw;font-size: 1.5vw;font-size: 2.5vw;}
  .bb_footer_bottom_left span.divider{display: block;width: 100%;height: 12px;opacity: 0;display: none;}
  .bb_footer_bottom_right{  }
}
@media (max-width: 550px) {
  .bb_footer_bottom{padding-top: 3.333vw;padding-bottom: 4.167vw;}
  .bb_footer_bottom .section_inner{width: 96vw;}
  .bb_footer_bottom_left{font-size: 3vw;padding-top: 0vw;}
  .bb_footer_bottom_left span{text-transform: uppercase;font-size: 3.333vw;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 1.91;letter-spacing: 0.375vw !important;}
  .bb_footer_copyright{font-weight: normal;font-stretch: normal;font-style: normal;line-height: 1.91;letter-spacing: 0.375vw !important;font-size: 3.333vw;}
  .bb_footer_bottom_left span.divider{display: block;width: 100%;height: 1px;opacity: 0;margin-bottom: 0px;}
  .bb_footer_bottom_right{  }
}
