/*============================================================================
  #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;
}
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;
}

/*
  Media 1440
-----------------------------*/


.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;
  }
  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 4.917vw 1.3vw 4.917vw;
  }
}
@media screen and (max-width: 1024px){
  body{font-size: 2.5vw;}
  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: 3vw;letter-spacing: 0.3vw;font-weight: 400;line-height: 1.6;}
  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: 400;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: 6.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: 1200px) {

}
@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;
    
}

.pf4_heade_logo {
    width: 12%;
    padding-top: 47px;
    z-index: 2;
    text-align: center;
    padding-left: 17px;
    width: 100%;
    order: 2;
    display: none;
}
.pf4_heade_logo a{
    display: inline-block;
}
.pf4_heade_logo img {
    height: auto;
    width: auto;
    max-height: unset !important;
    top: 0px;
}

.pf4_header_right {
    width: 100%;
    text-align: right;
    padding-top: 29px;
    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: #000000;
    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: #000;
    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);
    /* background-image: linear-gradient(120deg, #d1fa05 0%, #d1fa05 100%); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 35%; */
    /* background-position: 0 50%; */
}
.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;
}
/*
  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: 19px;
    /* 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;
    top: 1px;
    right: 0px;
  }
  .pf4_site_header.active a.responsive-menu-hand{
    top: 50%;
    transform: translateY(-50%);
  }
  .pf4_header_right ul{
    display:none;
  }

  .pf4_heade_logo{
    padding-left: 0px;
    /* text-align: left; */
    padding-top: 5vw;
  }
  .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: 7vw;
    }

    .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: 4vw;
    }
    .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
        /* top: 1px; */
    }
    .pf4_site_header.active .pf4_heade_logo{
      width: 70%;
      padding-top: 2px;
      padding-left: 0vw;
      padding-right: 0vw;
    }
    .pf4_site_header.active .pf4_header_right{
        width: 30%;
        padding-top: 0px;
    }
}

@media (max-width: 550px) {
  .pf4_site_header {
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .pf4_heade_logo {
    /* padding-top: 42px; */
    padding-top: 9vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .pf4_heade_logo img {
    width: 60%;
  }
  a.responsive-menu-hand {
    top: 15px;
    right: 23px;
    background-image: url(open_img2_m.png);
  }
  .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
    /* top: 1px; */
    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: #21375e;
  }
  .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;
  }
}



/*
  Section 01
=========================================*/
.m01{
    position: relative;
    padding-top: 149px;
    padding-bottom: 585px;
    background-color: #f9f9f6;
}
.m01_art1{
  position: absolute;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}
.m01 .section_inner {
    position: relative;
    z-index: 1;
}
.m01_content{
  width: 100%;
}
.logo_div{
  text-align: center;
  margin-bottom: 24px;
}
.logo_div img{
  
}
.m01_content p{
  font-family: 'Quick';
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.66;
  letter-spacing: 3.96px;
  text-align: center;
  color: #000000;
  margin-bottom: 38px;
  padding-left: 3px;
}
.m01_button_h{
  text-align: center;
}
.m01_button_h .pf4_button{
  padding: 20px 39px 18px 42px;
}

@media (max-width: 1440px) {
  .m01{
    padding-bottom: 40.625vw;
  }
  .m01_art1{background-size: auto;}
  .m01 .section_inner{ width: 75vw; } 
  .m01_content{ }
  .logo_div{
    margin-bottom: 1.667vw;
  }
  .logo_div img{ }
  .m01_content p{
    font-size: 1.528vw;
    letter-spacing: 0.275vw;
    margin-bottom: 2.639vw;
    padding-left: 0.208vw;
  }
  .m01_button_h{ }
  .m01_button_h .pf4_button{
    padding: 1.389vw 2.708vw 1.25vw 2.917vw;
  }
}
@media (max-width: 1140px) {
  .m01{padding-bottom: 44vw;padding-top: 18vw;}
  .m01_art1{background-size: 160vw;}
  .m01 .section_inner{ } 
  .m01_content{ }
  .logo_div{ }
  .logo_div img{ }
  .m01_content p{ }
  .m01_button_h{ }
  .m01_button_h .pf4_button{padding: 2vw 4.917vw 1.7vw 4.917vw;}
}
@media (max-width: 1024px) {
  .m01{padding-left: 7vw;padding-right: 7vw;padding-bottom: 46vw;padding-top: 20vw;}
  .m01_art1{ }
  .m01 .section_inner{width: 100%;} 
  .m01_content{ }
  .logo_div{ }
  .logo_div img{ }
  .m01_content p{font-size: 2vw;letter-spacing: 0.275vw;margin-bottom: 2.639vw;padding-left: 0.208vw;}
  .m01_button_h{ }
  .m01_button_h .pf4_button{padding: 2.5vw 6.917vw 2.1vw 6.917vw;}
}
@media (max-width: 768px) {
  .m01{padding-top: 11vw;}
  .m01_art1{ }
  .m01 .section_inner{ } 
  .m01_content{ }
  .logo_div{ }
  .logo_div img{ }
  .m01_content p{font-size: 2.7vw;letter-spacing: 0.275vw;margin-bottom: 2.639vw;padding-left: 0.208vw;}
  .m01_button_h{ }
  .m01_button_h .pf4_button{padding: 3vw 6.917vw 2.5vw 6.917vw;}
}
@media (max-width: 550px) {
    .m01 {
        padding-top: 24.9vw;
        padding-left: 8vw;
        padding-right: 8vw;
        padding-bottom: 50vw;
    }
  .m01_art1{background-position: center bottom;background-repeat: no-repeat;background-size: contain;}
  .m01 .section_inner{ } 
  .m01_content{ }
  .logo_div{ }
  .logo_div img{ }
  .m01_content p{margin: 0px;font-size: 3.750vw;letter-spacing: 0.450vw;line-height: 1.28;padding-left: 0vw;padding-top: 0.7vw;padding-bottom: 5vw;}
  .m01_button_h{padding-top: 1.6vw;}
  .m01_button_h .pf4_button{padding: 4.3vw 8.1vw 3.8vw 8.1vw;}
}
/*
  Section 02
=========================================*/
.m02{
  position: relative;
  padding-top: 409px;
  padding-bottom: 106px;
}
.m02_art1{
  position: absolute;
  background-image: url(s02_01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}
.m02 .section_inner{
  width: 797px;
}
.m02_content{
  width: 100%;
}
.m02_content h2{
  text-align: center;
  margin-bottom: 36px;
  letter-spacing: 8px;
  padding-right: 8px;
}
.m02_content h2 br{}
.m02_content ul{
  margin-left: -47px;
}
.m02_content ul li{
  list-style-type: none;
  text-align: center;
  font-family: 'Quick';
  font-size: 23px;
  line-height: normal;
  letter-spacing: 3.3px;
  margin: 0px;
  padding-right: 7px;
  padding-bottom: 14px;
}
.m02_content ul li mark{
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #dde1e0 0%, #dde1e0 100%);
  background-repeat: no-repeat;
  background-size: 100% 67%;
  background-position: 0px 98%;
  padding-right: 9px;
  padding-left: 10px;
  margin-left: -7px;
  margin-right: -9px;
  color: #000;
}


@media (max-width: 1440px) {
  .m02{
    padding-top: 28.403vw;
    padding-bottom: 7.361vw;
  }
  .m02_art1{background-size: auto;}
  .m02 .section_inner{
    width: 55.347vw;
  }
  .m02_content{ }
  .m02_content h2{
    margin-bottom: 2.5vw;
    letter-spacing: 0.556vw;
    padding-right: 0vw;
  }
  .m02_content h2 br{}
  .m02_content ul{
    margin-left: -2.264vw;
  }
  .m02_content ul li{
    font-size: 1.597vw;
    letter-spacing: 0.24vw;
    padding-right: 0.486vw;
    padding-bottom: 0.972vw;
  }
  .m02_content ul li mark{
    padding-right: 0.625vw;
    padding-left: 0.694vw;
    margin-left: -0.486vw;
    margin-right: -0.625vw;
  }
}
@media (max-width: 1140px) {
  .m02{padding-top: 17.403vw;padding-bottom: 5.361vw;}
  .m02_art1{background-size: contain;}
  .m02 .section_inner{  }
  .m02_content{ }
  .m02_content h2{ }
  .m02_content h2 br{}
  .m02_content ul{ }
  .m02_content ul li{ }
  .m02_content ul li mark{ }
}
@media (max-width: 1024px) {
  .m02{padding-left: 7vw;padding-right: 7vw;}
  .m02_art1{ }
  .m02 .section_inner{width: 100%;}
  .m02_content{ }
  .m02_content h2{ }
  .m02_content h2 br{}
  .m02_content ul{ }
  .m02_content ul li{font-size: 2.1vw;}
  .m02_content ul li mark{ }
}
@media (max-width: 768px) {
  .m02{ }
  .m02_art1{ }
  .m02 .section_inner{  }
  .m02_content{ }
  .m02_content h2{ }
  .m02_content h2 br{}
  .m02_content ul{ }
  .m02_content ul li{font-size: 2.8vw;padding-bottom: 1.972vw;}
  .m02_content ul li mark{ }
}
@media (max-width: 550px) {
  .m02{padding-top: 42.403vw;padding-bottom: 12.5vw;}
  .m02_art1{background-image: url(s02_01_m.png);background-position: center top;background-repeat: no-repeat;background-size: contain;}
  .m02 .section_inner{  }
  .m02_content{ }
  .m02_content h2{letter-spacing: 0.5vw;line-height: 1.09;margin-bottom: 4.8vw;}
  .m02_content h2 br{}
  .m02_content ul{margin-left: 0vw;padding: 0px;}
  .m02_content ul li{font-size: 3.0vw;letter-spacing: 0.544vw;padding-bottom: 1.6vw;padding-right: 0vw;}
  .m02_content ul li mark{ }
}

/*
  Section 03
=========================================*/
.m03{
  position: relative;
  padding-top: 192px;
  padding-bottom: 258px;
}
.m03_art1{
  position: absolute;
  background-image: url(s03_01.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}
.m03 .section_inner{
  width: 928px;
}
.m03_left{
  width: 33%;
}
.m03_right{
  width: 67%;
  padding-left: 68px;
}
.m03_content{}
.m03_content h6{
  font-family: 'Kinfolk' !important;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 4.5px;
  color: #000000;
  margin-bottom: 7px;
}
.m03_content h2{
  font-size: 75px;
  line-height: 0.87;
  letter-spacing: 0px;
  font-family: 'Kinfolk' !important;
  margin-left: -4px;
  margin-bottom: 0px;
  padding-bottom: 17px;
}
.m03_content h2 br{}
.m03_content article{
  padding-left: 2px;
}
.m03_content article p{
  letter-spacing: 1.97px;
  margin: 0px;
  padding-bottom: 20px;
}
.m03_content article p br{}
.m03_content article p br.m{ display: none; }

@media (max-width: 1440px) {
  .m03{
    padding-top: 13.333vw;
    padding-bottom: 17.917vw;
  }
  .m03_art1{
    /* background-size: auto; */
}
  .m03 .section_inner{
    width: 64.444vw;
  }
  .m03_left{ }
  .m03_right{
    padding-left: 5.3vw;
  }
  .m03_content{}
  .m03_content h6{
    font-size: 2.083vw;
    letter-spacing: 0.313vw;
    margin-bottom: 0.486vw;
  }
  .m03_content h2{
    font-size: 5.208vw;
    line-height: 0.87;
    margin-left: -0.278vw;
    padding-bottom: 1.181vw;
  }
  .m03_content h2 br{}
  .m03_content article{
    padding-left: 0.139vw;
  }
  .m03_content article p{
    letter-spacing: 0.1322vw;
    padding-bottom: 1.389vw;
  }
  .m03_content article p br{
    display: none;
}
}
@media (max-width: 1140px) {
  .m03{padding-top: 14.333vw;padding-bottom: 17.917vw;}
  .m03_art1{}
  .m03 .section_inner{width: 81.444vw;}
  .m03_left{ }
  .m03_right{ }
  .m03_content{}
  .m03_content h6{ }
  .m03_content h2{ }
  .m03_content h2 br{}
  .m03_content article{ }
  .m03_content article p{ }
  .m03_content article p br{  }
}
@media (max-width: 1024px) {
  .m03{padding-left: 7vw;padding-right: 7vw;padding-top: 14.333vw;padding-bottom: 19.917vw;}
  .m03_art1{}
  .m03 .section_inner{width: 100%;}
  .m03_left{ }
  .m03_right{ }
  .m03_content{}
  .m03_content h6{font-size: 2.5vw;}
  .m03_content h2{font-size: 5vw;}
  .m03_content h2 br{}
  .m03_content article{ }
  .m03_content article p{ }
  .m03_content article p br{  }
}
@media (max-width: 768px) {
  .m03{padding-top: 15.333vw;padding-bottom: 29.917vw;}
  .m03_art1{
    background-position: -92vw;
    background-repeat: no-repeat;
    background-size: cover;
}
  .m03 .section_inner{ }
  .m03_left{ }
  .m03_right{ }
  .m03_content{}
  .m03_content h6{font-size: 3.5vw;}
  .m03_content h2{font-size: 5.9vw;}
  .m03_content h2 br{}
  .m03_content article{ }
  .m03_content article p{ }
  .m03_content article p br{  }
}
@media (max-width: 550px) {
  .m03{padding-top: 16.7vw;padding-bottom: 67.2vw;padding-left: 8vw;padding-right: 8vw;}
  .m03_art1{
    background-image: url(s03_01_m.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #dce0df;
  }
  .m03 .section_inner{ }
  .m03_left{display: none;}
  .m03_right{width: 100%;padding-left: 0vw;}
  .m03_content{}
  .m03_content h6{font-size: 6.250vw;letter-spacing: 0.938vw;margin-bottom: 2.2vw;}
  .m03_content h2{font-size: 13.1vw;letter-spacing: -0.1vw;line-height: 0.93;padding-bottom: 3.1vw;}
  .m03_content h2 br{}
  .m03_content article{padding-left: 0.6vw;}
  .m03_content article p{letter-spacing: 0.1vw;line-height: 1.75;}
  .m03_content article p br{  }
  .m03_content article p br.d{ display: block; }
  .m03_content article p br.m{ display: block; }
}

/*
  Section 04
=========================================*/
.m04{
  padding-top: 67px;
  padding-bottom: 145px;
}
.m04 .section_inner{
  width: 1251px;
}
.m04_content{
  text-align: center;
  position: relative;
  width: 100%;
}
.m04_art1{
  background-image: url(s04_01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 96px;
  height: 103px;
  margin: 0px auto;
}
.m04_content h2{
  padding-top: 31px;
  letter-spacing: 7.8px;
  padding-left: 6px;
  margin-bottom: 17px;
}
.m04_content article{  }
.m04_content article p{
  letter-spacing: 1.97px;
  margin: 0px;
  padding-bottom: 20px;
}
.m04_button_h{
  width: 100%;
  padding-top: 8px;
}
.m04_button_h .pf4_button{
  padding-left: 40px;
  padding-right: 40px;
}


@media (max-width: 1440px) {
  .m04{
    padding-top: 4.653vw;
    padding-bottom: 10.069vw;
  }
  .m04 .section_inner{
    width: 86.875vw;
  }
  .m04_content{ }
  .m04_art1{
    width: 6.667vw;
    height: 7.153vw;
  }
  .m04_content h2{
    padding-top: 2.153vw;
    letter-spacing: 0.542vw;
    padding-left: 0.417vw;
    margin-bottom: 1.2vw;
  }
  .m04_content article{
  }
  .m04_content article p{
    letter-spacing: 0.137vw;
    padding-bottom: 1.3vw;
  }
  .m04_button_h{
    padding-top: 0.556vw;
  }
  .m04_button_h .pf4_button{
    padding-left: 2.778vw;
    padding-right: 2.778vw;
    padding-top: 1.4vw;
    letter-spacing: 0.15vw;
  }
}
@media (max-width: 1140px) {
  .m04{ }
  .m04 .section_inner{ }
  .m04_content{ }
  .m04_art1{ }
  .m04_content h2{ }
  .m04_content article{ }
  .m04_content article p{ }
  .m04_button_h{ }
  .m04_button_h .pf4_button{padding: 2vw 4.917vw 1.7vw 4.917vw;}
}
@media (max-width: 1024px) {
  .m04{padding-left: 7vw;padding-right: 7vw;}
  .m04 .section_inner{width: 100%;}
  .m04_content{ }
  .m04_art1{ }
  .m04_content h2{ }
  .m04_content article{ }
  .m04_content article p{padding-bottom: 2.3vw;}
  .m04_content article p br{display: none;}
  .m04_button_h{ }
  .m04_button_h .pf4_button{padding: 2.5vw 6.917vw 2.1vw 6.917vw;}
}
@media (max-width: 768px) {
  .m04{ }
  .m04 .section_inner{ }
  .m04_content{ }
  .m04_art1{width: 16.667vw;height: 17.153vw;}
  .m04_content h2{ }
  .m04_content article{ }
  .m04_content article p{ }
  .m04_button_h{ }
  .m04_button_h .pf4_button{padding: 3vw 6.917vw 2.6vw 6.917vw;}
}
@media (max-width: 550px) {
  .m04{padding-left: 7vw;padding-right: 7vw;padding-top: 11.2vw;padding-bottom: 17.4vw;}
  .m04 .section_inner{ }
  .m04_content{ }
  .m04_art1{width: 21.667vw;height: 21.6vw;}
  .m04_content h2{letter-spacing: 0.5vw;padding-top: 3.9vw;line-height: 1.09;margin-bottom: 4.2vw;padding-left: 0vw;}
  .m04_content article{font-size: 4.167vw;line-height: 1.75;}
  .m04_content article p{padding-bottom: 5.3vw;}
  .m04_button_h{ }
  .m04_button_h .pf4_button{padding: 4.3vw 8.1vw 3.8vw 8.1vw;}
}

/*
  Section 05
=========================================*/
.m05{
    padding-top: 232px;
    padding-bottom: 483px;
    position: relative;
}
.m05_bg{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 2px;
}
.m05 .section_inner{
    width: 1060px;
    z-index: 1;
}
.m05_left{}
.m05_left article{}
.m05_left article h2{
    font-size: 73px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.5px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
}

.m05_left article h2:before{
     content:"";
     position: absolute;
     display: block;
     top: 33px;
     left: -190px;
     z-index: -1;
     width: 218px;
     height: 1px;
     background-color: #6886d8;
}
.m05_left article h2 br{}
.m05_left article h6{
    font-family: 'Quick' !important;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    letter-spacing: 3.96px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 5px;
    margin-bottom: 21px;
}
.m05_left article h6 br{}
.m05_left article p{
    letter-spacing: 1.95px;
    color: #ffffff;
    padding-left: 8px;
    margin-bottom: -5px;
}
.m05_left article p br{}
.m05_left_body2{
    padding-left: 9px;
    display: block;
    padding-top: 26px;
}
.m05_left article ul{
    margin: 0px;
    padding: 0px;
}
.m05_left article ul li{
    color: #ffffff;
    position: relative;
    margin: 0px;
    list-style-type: none;
    padding-left: 32px;
    padding-bottom: 35px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 1.95px;
}
.m05_left article ul li:before{
    content: "";
    position: absolute;
    background-image: url(s04_01-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    width: 12px;
    height: 12px;
    top: 12px;
    left: 2px;
}
.m05_left article ul li br{}
.m05_left article .pf4_button{
    background-color: #FFFFFF;
    color: #21375e;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 3.1px;
    font-family: 'Origin';
    padding: 15px 40px 12px 41px;
    margin-left: 7px;
    top: -13px;
}
.m05_left article .pf4_button:hover{
  background-color:#000;
  color:#FFF;
}
.m05_right{}

@media screen and (min-width: 1920px){
    .m05 {
        padding-top: 260px;
        padding-bottom: 650px;
        position: relative;
    }
    .m05_bg {
        background-position: center bottom;
        background-size: 100% 110%;
        background-repeat: no-repeat;
    }
}

/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .m05{
      padding-top: 16.111vw;
      padding-bottom: 33.542vw;
  }
  .m05_bg{
    width: 100%;
    height: 100%;
    top: 0vw;
    left: 0vw;
    margin-top: 0.139vw;
  }
  .m05 .section_inner{
      width: 73.611vw;
  }
  .m05_left{}
  .m05_left article{}
  .m05_left article h2{
      font-size: 5.069vw;
      letter-spacing: 0.104vw;
      margin-bottom: 2.361vw;
  }
  .m05_left article h2:before{
       top: 2.292vw;
       left: -13.194vw;
       width: 15.139vw;
       height: 0.069vw;
  }
  .m05_left article h2 br{}
  .m05_left article h6{
      font-size: 1.528vw;
      letter-spacing: 0.275vw;
      padding-left: 0.347vw;
      margin-bottom: 1.458vw;
  }
  .m05_left article h6 br{}
  .m05_left article p{
      letter-spacing: 0.135vw;
      padding-left: 0.556vw;
      margin-bottom: -0.347vw;
  }
  .m05_left article p br{}
  .m05_left_body2{
      padding-left: 0.625vw;
      padding-top: 1.806vw;
  }
  .m05_left article ul{
      margin: 0vw;
      padding: 0vw;
  }
  .m05_left article ul li{
      margin: 0vw;
      padding-left: 2.222vw;
      padding-bottom: 2.431vw;
      letter-spacing: 0.135vw;
  }
  .m05_left article ul li:before{
      width: 0.833vw;
      height: 0.833vw;
      top: 0.833vw;
      left: 0.139vw;
  }
  .m05_left article ul li br{}
  .m05_left article .pf4_button{
      font-size: 1.042vw;
      letter-spacing: 0.215vw;
      padding: 1.042vw 2.778vw 0.833vw 2.847vw;
      margin-left: 0.486vw;
      top: -0.903vw;
  }
  .m05_right{}
}

@media screen and (max-width: 1140px){
  .m05{}
  .m05_bg{}
  .m05 .section_inner{}
  .m05_left{}
  .m05_left article{}
  .m05_left article h2{}
  .m05_left article h2:before{}
  .m05_left article h2 br{}
  .m05_left article h6{}
  .m05_left article h6 br{}
  .m05_left article p{}
  .m05_left article p br{}
  .m05_left article span{}
  .m05_left article ul{}
  .m05_left article ul li{}
  .m05_left article ul li:before{}
  .m05_left article ul li br{}
  .m05_left article .pf4_button{
    padding: 1.3vw 4vw 1.3vw 4vw;
    font-size: 1.4vw;
}
  .m05_right{}
}
@media screen and (max-width: 1024px){
  .m05{}
  .m05_bg{}
  .m05 .section_inner{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
}
  .m05_left{}
  .m05_left article{
}
  .m05_left article h2{
    font-size: 5vw;
}
  .m05_left article h2:before{}
  .m05_left article h2 br{}
  .m05_left article h6{
    font-size: 2.5vw;
}
  .m05_left article h6 br{}
  .m05_left article p{}
  .m05_left article p br{}
  .m05_left article span{}
  .m05_left article ul{}
  .m05_left article ul li{}
  .m05_left article ul li:before{}
  .m05_left article ul li br{}
  .m05_left article .pf4_button{
    padding: 1.5vw 5vw 1.5vw 5vw;
    font-size: 1.8vw;
}
  .m05_right{}
}
@media screen and (max-width: 768px){
 .m05{
    padding-top: 18.125vw;
    padding-bottom: 73.542vw;
}
  .m05_bg{
}
  .m05 .section_inner{
    padding-left: 8.542vw;
    padding-right: 7.292vw;
}
  .m05_left{}
  .m05_left article{}
  .m05_left article h2{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    margin-bottom: 3.5vw;
    font-size: 5.9vw;
}
  .m05_left article h2:before{
    display: none;
}
  .m05_left article h2 br{
    display: block;
}
  .m05_left article h6{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    letter-spacing: 0.825vw;
    margin-bottom: 0vw;
    padding-right: 35.417vw;
    padding-left: 0.625vw;
    font-size: 2.7vw;
}
  .m05_left article h6 br{
    display: none;
}
  .m05_left article p{
    padding-left: 1.042vw;
    margin-top: 2.083vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.417vw;
    padding-right: 1.875vw;
    font-size: 3vw;
}
  .m05_left article p br{
    display: none;
}
  .m05_left_body2{
    padding-right: 0;
    padding-left: 0vw;
    padding-top: 3.333vw;
}
  .m05_left article ul{}
  .m05_left article ul li{
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.417vw;
    padding-left: 6.917vw;
    padding-bottom: 3.292vw;
    font-size: 3vw;
}
  .m05_left article ul li:before{
    width: 1.708vw;
    height: 1.708vw;
    top: 1.996vw;
    left: 1.875vw;
}
  .m05_left article ul li br{
    display: none;
}
  .m05_left article .pf4_button{
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.646vw !important;
    top: 1.375vw;
    margin-left: 1.875vw;
    font-size: 2.2vw;
    padding: 3vw 6.917vw 2.6vw 6.917vw;
}
  .m05_right{}
}
@media screen and (max-width: 550px){
 .m05{
    padding-top: 18.125vw;
    padding-bottom: 71.542vw;
}
  .m05_bg{
}
  .m05 .section_inner{
    padding-left: 8.542vw;
    padding-right: 7.292vw;
}
  .m05_left{}
  .m05_left article{}
  .m05_left article h2{
    font-size: 8.646vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    margin-bottom: 21.5vw;
}
  .m05_left article h2:before{
    display: none;
}
  .m05_left article h2 br{
    /* display: none; */
}
  .m05_left article h6{
    font-size: 4.583vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    letter-spacing: 0.825vw;
    margin-bottom: 0vw;
    padding-right: 35.417vw;
    padding-left: 0.625vw;
}
  .m05_left article h6 br{
    display: none;
}
  .m05_left article p{
    padding-left: 1.042vw;
    margin-top: 2.083vw;
    font-size: 4.167vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.417vw;
    padding-right: 1.875vw;
}
  .m05_left article p br{
    display: none;
}
  .m05_left_body2{
    padding-right: 0;
    padding-left: 0vw;
    padding-top: 3.333vw;
}
  .m05_left article ul{}
  .m05_left article ul li{
    font-size: 4.167vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.417vw;
    padding-left: 7.917vw;
    padding-bottom: 7.292vw;
}
  .m05_left article ul li:before{
    width: 2.708vw;
    height: 2.708vw;
    top: 2.5vw;
    left: 1.875vw;
}
  .m05_left article ul li br{
    display: none;
}
  .m05_left article .pf4_button{
    font-size: 3.125vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.646vw !important;
    padding: 3.125vw 8.333vw 2.5vw 8.333vw;
    top: -0.625vw;
    margin-left: 1.875vw;
}
  .m05_right{}
}
/*
  Section 06
=========================================*/
.m06{
    margin-top: -83px;
    padding-bottom: 137px;
}
.m06 .section_inner{
    width: 1096px;
}
.m06_content{
    width: 100%;
    display: block;
    background-color: rgb(0 0 0 / 5%);
    padding: 120px 20px 101px 20px;
}
.m06_title{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.m06_title h2{
    letter-spacing: 7.1px;
}
.m06_form{
    width: 100%;
}
.m06_form form{
    padding-top: 21px;
    padding-top: 38px;
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
}
.m06_form_in{}
.m06_form_in div{display: block;padding-bottom: 50px;}
.m06_form_in .text-field{}
.m06_form_in .email-field{}
.m06_form_in .textarea_field{
    padding-bottom: 0px;
}
.m06_form_in .textarea_field_label{margin-top: -2px;padding-bottom: 30px;}
.m06_form_in .textarea_field_label label{
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 2.7px;
    text-align: center;
    font-family: 'Origin';
    text-transform: uppercase;
}
.m06_form_in .textarea_field_textarea{
    padding-bottom: 43px;
}
.m06_form_in .submit-field{
    padding-bottom: 0px;
    margin-top: -7px;
}
.m06_form_in .text-field input[type="text"]{
    width: 73.5%;
    border: 0px solid #FFFFFF;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
    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;
    text-align: center;
    font-family: 'Origin';
}
.m06_form_in .email-field input[type="email"]{
    width: 73.5%;
    border: 0px solid #FFFFFF;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
    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: center;
    font-family: 'Origin';
}
.m06_form_in .text-area-field textarea{
    width: 73.5%;
    border: 0px solid #FFFFFF;
    border-bottom: 1px solid #000000;
    padding-bottom: 55px;
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
    text-transform: inherit;
    background-color: #00000000 !important;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 2.7px;
    text-align: center;
    font-family: 'Origin';
    height: 226px;
}
.m06_form_in .submit-field input[type="submit"]{
    background-color: #21375E;
    color: #FFFFFF;
    font-family: 'Origin';
    padding: 15px 84px 12px 83px;
    margin-left: 7px;
    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;
}
.m06_form_in .submit-field input[type="submit"]:hover{
  background-color:#000;
}

.m06_form_in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
    text-transform: uppercase;
}
.m06_form_in input::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
    text-transform: uppercase;
}
.m06_form_in input:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
    text-transform: uppercase;
}
.m06_form_in input:-moz-placeholder { /* Firefox 18- */
    color: #000000;
    text-transform: uppercase;
}

.m06_form_in textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
    text-transform: uppercase;
}
.m06_form_in textarea::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
    text-transform: uppercase;
}
.m06_form_in textarea:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
    text-transform: uppercase;
}
.m06_form_in textarea:-moz-placeholder { /* Firefox 18- */
    color: #000000;
    text-transform: uppercase;
}

/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .m06{
      margin-top: -5.764vw;
      padding-bottom: 9.514vw;
  }
  .m06 .section_inner{
      width: 76.111vw;
  }
  .m06_content{
      width: 100%;
      background-color: rgb(0 0 0 / 5%);
      padding: 8.333vw 1.389vw 7.014vw 1.389vw;
  }
  .m06_title{}
  .m06_title h2{
      letter-spacing: 0.493vw;
  }
  .m06_form{
      width: 100%;
  }
  .m06_form form{
      padding-top: 1.458vw;
      padding-top: 2.639vw;
      padding-left: 0vw;
  }
  .m06_form_in{}
  .m06_form_in div{
    padding-bottom: 3.472vw;
  }
  .m06_form_in .text-field{}
  .m06_form_in .email-field{}
  .m06_form_in .textarea_field{
      padding-bottom: 0vw;
  }
  .m06_form_in .textarea_field_label{
    margin-top: -0.139vw;
    padding-bottom: 2.083vw;
  }
  .m06_form_in .textarea_field_label label{
      color: #000000;
      font-size: 1.042vw;
      letter-spacing: 0.188vw;
  }
  .m06_form_in .text-area-field textarea{
      padding-bottom: 2.986vw;
  }
  .m06_form_in .submit-field{
      padding-bottom: 0vw;
  }
  .m06_form_in .text-field input[type="text"]{
      width: 73.5%;
      border: 0vw solid #FFFFFF;
      border-bottom: 0.069vw solid #000000;
      padding-bottom: 1.042vw;
      padding-top: 0.486vw;
      font-size: 1.042vw;
      letter-spacing: 0.188vw;
  }
  .m06_form_in .email-field input[type="email"]{
      width: 73.5%;
      border: 0vw solid #FFFFFF;
      border-bottom: 0.069vw solid #000000;
      padding-bottom: 1.042vw;
      padding-top: 0.486vw;
      font-size: 1.042vw;
      letter-spacing: 0.188vw;
  }
  .m06_form_in .text-area-field textarea{
      width: 73.5%;
      border: 0vw solid #FFFFFF;
      border-bottom: 0.069vw solid #000000;
      padding-bottom: 3.819vw;
      padding-top: 0.486vw;
      padding-left: 0.486vw;
      padding-right: 0.486vw;
      font-size: 1.042vw;
      letter-spacing: 0.188vw;
  }
  .m06_form_in .submit-field input[type="submit"]{
      padding: 1.042vw 5.833vw 0.833vw 5.764vw;
      margin-left: 0.486vw;
      font-size: 1.042vw;
      letter-spacing: 0.188vw;
  }
  .m06_form_in .text-field ::placeholder{}
  .m06_form_in .email-field ::placeholder{}
}

@media screen and (max-width: 1140px){
  .m06{}
  .m06 .section_inner{}
  .m06_content{}
  .m06_title{}
  .m06_title h2{}
  .m06_form{}
  .m06_form form{}
  .m06_form_in{}
  .m06_form_in div{}
  .m06_form_in .text-field{}
  .m06_form_in .email-field{}
  .m06_form_in .textarea_field{}
  .m06_form_in .textarea_field_label{}
  .m06_form_in .textarea_field_label label{
    font-size: 1.3vw;
}
  .m06_form_in .text-area-field textarea{}
  .m06_form_in .submit-field{}
  .m06_form_in .text-field input[type="text"]{
    font-size: 1.3vw;
}
  .m06_form_in .email-field input[type="email"]{
    font-size: 1.3vw;
}
  .m06_form_in .text-area-field textarea{ font-size: 1.3vw; }
  .m06_form_in .submit-field input[type="submit"]{
    font-size: 1.4vw;
    padding: 1.3vw 4vw 1.3vw 4vw;
}
  .m06_form_in .text-field ::placeholder{}
  .m06_form_in .email-field ::placeholder{}
}
@media screen and (max-width: 1024px){
  .m06{}
  .m06 .section_inner{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
}
  .m06_content{}
  .m06_title{}
  .m06_title h2{
}
  .m06_form{}
  .m06_form form{}
  .m06_form_in{}
  .m06_form_in div{}
  .m06_form_in .text-field{}
  .m06_form_in .email-field{}
  .m06_form_in .textarea_field{}
  .m06_form_in .textarea_field_label{}
  .m06_form_in .textarea_field_label label{
    font-size: 1.5vw;
}
  .m06_form_in .text-area-field textarea{}
  .m06_form_in .submit-field{}
  .m06_form_in .text-field input[type="text"]{
    font-size: 1.8vw;
}
  .m06_form_in .email-field input[type="email"]{
    font-size: 1.8vw;
}
  .m06_form_in .text-area-field textarea{
    font-size: 1.8vw;
}
  .m06_form_in .submit-field input[type="submit"]{
    padding: 1.5vw 5vw 1.5vw 5vw;
    font-size: 1.8vw;
}
  .m06_form_in .text-field ::placeholder{}
  .m06_form_in .email-field ::placeholder{}
}
@media screen and (max-width: 768px){
  .m06{}
  .m06 .section_inner{
    padding-left: 4.583vw;
    padding-right: 4.583vw;
}
  .m06_content{
    padding-top: 13.333vw;
    padding-bottom: 17.5vw;
}
  .m06_title{}
  .m06_title h2{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.02;
    letter-spacing: 1.083vw;
    font-size: 5.9vw;
}
  .m06_form{}
  .m06_form form{
    padding-top: 6.667vw;
}
  .m06_form_in{}
  .m06_form_in div{}
  .m06_form_in .text-field{
    padding-bottom: 8.042vw;
}
  .m06_form_in .email-field{}
  .m06_form_in .textarea_field{}
  .m06_form_in .textarea_field_label{
    padding-bottom: 0vw;
}
  .m06_form_in .textarea_field_label label{
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    padding-top: 7.708vw;
    padding-bottom: 2.917vw;
    font-size: 2.4vw;
}
  .m06_form_in .text-area-field textarea{}
  .m06_form_in .submit-field{
    padding-top: 6.25vw;
}
  .m06_form_in .text-field input[type="text"]{
    font-size: 2.4vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    width: 88%;
    padding-top: 1.042vw;
    padding-bottom: 2.917vw;
}
  .m06_form_in .email-field input[type="email"]{
    font-size: 2.4vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    width: 88%;
    padding-top: 1.042vw;
    padding-bottom: 2.917vw;
}
  .m06_form_in .text-area-field textarea{
    font-size: 2.4vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    width: 88%;
    padding-top: 1.042vw;
    padding-bottom: 2.917vw;
}
  .m06_form_in .submit-field input[type="submit"]{
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.563vw;
    font-size: 2.2vw;
    padding: 3vw 6.917vw 2.6vw 6.917vw;
}
  .m06_form_in .text-field ::placeholder{}
  .m06_form_in .email-field ::placeholder{}
}
@media screen and (max-width: 550px){
  .m06{}
  .m06 .section_inner{
    padding-left: 4.583vw;
    padding-right: 4.583vw;
}
  .m06_content{
    padding-top: 13.333vw;
    padding-bottom: 17.5vw;
}
  .m06_title{}
  .m06_title h2{
    font-size: 5.938vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.02;
    letter-spacing: 1.083vw;
}
  .m06_form{}
  .m06_form form{
    padding-top: 6.667vw;
}
  .m06_form_in{}
  .m06_form_in div{}
  .m06_form_in .text-field{
    padding-bottom: 11.042vw;
}
  .m06_form_in .email-field{}
  .m06_form_in .textarea_field{}
  .m06_form_in .textarea_field_label{
    padding-bottom: 6.667vw;
}
  .m06_form_in .textarea_field_label label{
    font-size: 3.125vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    padding-top: 7.708vw;
    padding-bottom: 2.917vw;
}
  .m06_form_in .text-area-field textarea{}
  .m06_form_in .submit-field{
    padding-top: 6.25vw;
}
  .m06_form_in .text-field input[type="text"]{
    font-size: 3.125vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    width: 88%;
    padding-top: 1.042vw;
    padding-bottom: 2.917vw;
}
  .m06_form_in .email-field input[type="email"]{
    font-size: 3.125vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    width: 88%;
    padding-top: 1.042vw;
    padding-bottom: 2.917vw;
}
  .m06_form_in .text-area-field textarea{
    font-size: 3.125vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    width: 88%;
    padding-top: 1.042vw;
    padding-bottom: 2.917vw;
}
  .m06_form_in .submit-field input[type="submit"]{
    font-size: 3.125vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    padding: 3.125vw 17.5vw 2.5vw 17.292vw;
}
  .m06_form_in .text-field ::placeholder{}
  .m06_form_in .email-field ::placeholder{}
}
/*
  Section 07
=========================================*/
.m07{
    padding-top: 155px;
    padding-bottom: 734px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.m07 .section_inner{
    width: 1140px;
}
.m07_left{width: 20.4%;}
.m07_right{
    width: 79.6%;
    padding-left: 85px;
    position: relative;
}
.m07_s04_art_bg_1{
    position: absolute;
    background-color: #000000;
    width: 1px;
    height: 334px;
    top: -168px;
    left: 0px;
}
.m07_right article{}
.m07_right article h6{
    font-family: 'Kinfolk' !important;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #000000;
    letter-spacing: 4.5px;
    margin-bottom: 8px;
}
.m07_right article h2{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    margin-left: -4px;
    margin-bottom: 29px;
    font-size: 75px;
    line-height: 0.87;
    letter-spacing: 0px;
}
.m07_right article h2 br{}
.m07_right article p{
    letter-spacing: 1.95px;
    padding-bottom: 29px;
    margin: 0px;
}
.m07_right article p br{}
.m07_right article .pf4_button{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 2.7px;
    padding: 15px 34px 12px 47px;
}

/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .m07{
      padding-top: 10.764vw;
      padding-bottom: 50.972vw;
  }
  .m07 .section_inner{
      width: 79.167vw;
  }
  .m07_left{
    width: 20.4%;
  }
  .m07_right{
      width: 79.6%;
      padding-left: 5.903vw;
  }
  .m07_s04_art_bg_1{
      width: 0.069vw;
      height: 23.194vw;
      top: -11.667vw;
      left: 0vw;
  }
  .m07_right article{}
  .m07_right article h6{
      font-size: 2.083vw;
      letter-spacing: 0.313vw;
      margin-bottom: 0.556vw;
  }
  .m07_right article h2{
      margin-left: -0.278vw;
      margin-bottom: 2.014vw;
      font-size: 5.208vw;
      letter-spacing: 0vw;
  }
  .m07_right article h2 br{}
  .m07_right article p{
      letter-spacing: 0.135vw;
      padding-bottom: 2.014vw;
      margin: 0vw;
  }
  .m07_right article p br{}
  .m07_right article .pf4_button{
      font-size: 1.042vw;
      letter-spacing: 0.188vw;
      padding: 1.042vw 2.361vw 0.833vw 3.264vw;
  }
}

@media screen and (max-width: 1140px){
  .m07{}
  .m07 .section_inner{}
  .m07_left{}
  .m07_right{}
  .m07_s04_art_bg_1{}
  .m07_right article{}
  .m07_right article h6{}
  .m07_right article h2{}
  .m07_right article h2 br{}
  .m07_right article p{}
  .m07_right article p br{
    display: none;
}
  .m07_right article .pf4_button{
    font-size: 1.4vw;
    padding: 1.3vw 4vw 1.3vw 4vw;
}
}
@media screen and (max-width: 1024px){
  .m07{}
  .m07 .section_inner{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
}
  .m07_left{
    display: none;
}
  .m07_right{
    width: 100%;
    margin-left: 12vw;
}
  .m07_s04_art_bg_1{}
  .m07_right article{}
  .m07_right article h6{
    font-size: 2.5vw;
}
  .m07_right article h2{}
  .m07_right article h2 br{}
  .m07_right article p{}
  .m07_right article p br{}
  .m07_right article .pf4_button{
    padding: 1.5vw 5vw 1.5vw 5vw;
    font-size: 1.8vw;
}
}
@media screen and (max-width: 768px){
  .m07{
    padding-bottom: 76.167vw;
}
  .m07 .section_inner{
    padding-right: 5.625vw;
}
  .m07_left{}
  .m07_right{
    margin: 0vw;
    padding: 0vw;
    padding-left: 0vw;
    padding-top: 9.792vw;
}
  .m07_s04_art_bg_1{
    display: none;
}
  .m07_right article{}
  .m07_right article h6{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.938vw;
    margin-bottom: 2.5vw;
    font-size: 3.5vw;
}
  .m07_right article h2{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: -0.417vw;
    margin-left: -0.833vw;
    margin-bottom: 3vw;
    font-size: 5.9vw;
}
  .m07_right article h2 br{}
  .m07_right article p{
    padding-left: 0.625vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.417vw;
    font-size: 3vw;
}
  .m07_right article p br{}
  .m07_right article .pf4_button{
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.563vw !important;
    margin-left: 1.042vw;
    padding: 3vw 6.917vw 2.5vw 6.917vw;
    font-size: 2.2vw;
    margin-top: 3vw;
}
}
@media screen and (max-width: 550px){
  .m07{
    padding-bottom: 101.167vw;
    background-position: center bottom;
    background-size: 100% auto;
}
  .m07 .section_inner{
    padding-right: 5.625vw;
}
  .m07_left{}
  .m07_right{
    margin: 0vw;
    padding: 0vw;
    padding-left: 0vw;
    padding-top: 9.792vw;
}
  .m07_s04_art_bg_1{
    display: none;
}
  .m07_right article{}
  .m07_right article h6{
    font-size: 6.25vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.938vw;
    margin-bottom: 2.5vw;
}
  .m07_right article h2{
    font-size: 14.208vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: -0.417vw;
    margin-left: -0.833vw;
    margin-bottom: 5vw;
}
  .m07_right article h2 br{}
  .m07_right article p{
    padding-left: 0.625vw;
    font-size: 4.167vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.417vw;
}
  .m07_right article p br{
    display: none;
}
  .m07_right article .pf4_button{
    font-size: 3.125vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.563vw !important;
    padding: 3.125vw 7.083vw 2.5vw 9.792vw;
    margin-top: 6.25vw;
    margin-left: 1.042vw;
}
}
/*
  Section 08
=========================================*/
.m08{
    padding-top: 74px;
    padding-bottom: 94px;
    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: 29%;
}
.m08_form_in .email-field{
    width: 45.2%;
    padding-left: 64px;
}
.m08_form_in .submit-field{
    width: 8.8%;
    padding-left: 49px;
    margin-top: -2px;
}
.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{}
  .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: 15.208vw;
    padding-bottom: 17.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;
}
  .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{  }
}