/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
/* font-family: 'Poppins', 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: 'AvenirLT';
    src: url('avenirlt-heavy.woff2') format('woff2'),
        url('avenirlt-heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLT';
    src: url('avenirlt-black.woff2') format('woff2'),
        url('avenirlt-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLT';
    src: url('avenirlt-roman.woff2') format('woff2'),
        url('avenirlt-roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AvenirLT';
    src: url('avenirlt-medium.woff2') format('woff2'),
        url('avenirlt-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vanitas';
    src: url('vanitas-regular.woff2') format('woff2'),
        url('vanitas-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vanitas';
    src: url('vanitas-black.woff2') format('woff2'),
        url('vanitas-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'AvenirLT';
    font-weight: normal;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 1.24px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  margin-bottom:20px;
  font-family: 'Vanitas';
  font-weight:normal;
  color: #111319;
}
h1,
.h1{
  font-size: 90px;
  line-height: 0.88;
  letter-spacing: 0.9px;
}
h2{
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.7px;
}
h3{
  font-size: 85.5px;
  font-weight: bold;
  letter-spacing: 8.55px;
}
h4{
  font-size: 43px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 4px;
}
h5{
  font-family: 'BrandonText';
  font-size: 23px;
  font-weight: bold;
  line-height: 1.59;
  letter-spacing: 3.3px;
}
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{
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-family: 'AvenirLT';
  font-weight: 900;
  padding: 18px 48px 16px 40px;
  background-color: #eeba66;
  color: #ffffff;
}
.pf4_button:hover{
  background-color: #000 !important;
  color: #ffffff;
}
@media screen and (max-width: 1440px){
  body{
      font-size: 1.25vw;
      letter-spacing: 0.086vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.389vw;
  }
  h1,
  .h1{
    font-size: 6.25vw;
    letter-spacing: 0.063vw;
  }
  h2{
    font-size: 4.861vw;
    letter-spacing: 0.049vw;
  }
  h3{
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }
  h4{
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }
  h5{
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }
  h6{
    font-size: 1.667vw;
  }

  .mobile_only{ }
  .container--main { }

  .pf4_button{
    font-size: 1.042vw;
    letter-spacing: 0.188vw;
    padding: 1.25vw 3.333vw 1.111vw 2.778vw;
  }
  .pf4_button:hover{ }
}
@media screen and (max-width: 1140px){
  body{
      font-size: 1.5vw;
      letter-spacing: 0.086vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.389vw;
  }
  h1,
  .h1{
    font-size: 6.25vw;
    letter-spacing: 0.063vw;
  }
  h2{
    font-size: 4.861vw;
    letter-spacing: 0.049vw;
  }
  h3{
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }
  h4{
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }
  h5{
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }
  h6{
    font-size: 1.667vw;
  }

  .mobile_only{ }
  .container--main { }

  .pf4_button{
    font-size: 1.5vw;
    letter-spacing: 0.188vw;
    padding: 1.22vw 3.333vw 1.111vw 2.9vw;
  }
  .pf4_button:hover{ }
}
@media screen and (max-width: 1024px){
    body {
        font-size: 1.8vw;
        letter-spacing: 0.086vw;
    }
}
@media screen and (max-width: 768px){
  body{
      font-size: 2.5vw;
      letter-spacing: 0.086vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.389vw;
  }
  h1,
  .h1{
    font-size: 6.25vw;
    letter-spacing: 0.063vw;
  }
  h2{
    font-size: 4.861vw;
    letter-spacing: 0.049vw;
  }
  h3{
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }
  h4{
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }
  h5{
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }
  h6{
    font-size: 1.667vw;
  }

  .mobile_only{ }
  .container--main { }

  .pf4_button{
    font-size: 2vw;
    letter-spacing: 0.188vw;
    padding: 2.14vw 4vw 2vw 4vw;
  }
  .pf4_button:hover{ }
}
@media screen and (max-width: 550px){
  body{
      font-size: 3.750vw;
      letter-spacing: 0.263vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom:1.389vw;
  }
  h1,
  .h1{
    font-size: 13.438vw;
    letter-spacing: 0.063vw;
  }
  h2{
    font-size: 10.417vw;
    letter-spacing: 0.1vw;
  }
  h3{
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }
  h4{
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }
  h5{
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }
  h6{
    font-size: 1.667vw;
  }

  .mobile_only{ }
  .container--main { }

  .pf4_button{
    font-size: 3.125vw;
    letter-spacing: 0.6vw;
    padding: 3.7vw 9.2vw 3.4vw 8.4vw;
  }
  .pf4_button:hover{ }
}


/*
  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; 
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; 
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; 
}
.slick-list:focus {
  outline: none; 
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; 
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); 
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; 
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; 
}
.slick-track:after {
  clear: both; 
}
.slick-loading .slick-track {
  visibility: hidden; 
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; 
}
[dir='rtl'] .slick-slide {
  float: right; 
}
.slick-slide img {
  display: block; 
}
.slick-slide.slick-loading img {
  display: none; 
}
.slick-slide.dragging img {
  pointer-events: none; 
}
.slick-initialized .slick-slide {
  display: block; 
}
.slick-loading .slick-slide {
  visibility: hidden; 
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; 
}

.header .user {
/*============================================================================
  #User Avatar
==============================================================================*/
/*============================================================================
  #User Dropdown
==============================================================================*/ }
.header .user__avatar {
    height: 40px;
    max-height: 40px;
    margin: 0 0 0 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: -12px;
    margin-top: -10px;
    margin-left: 0px;
}
.header .user__dropdown {
  position: absolute;
  z-index: 2000;
  top: 46px;
  right: 0;
  display: none;
  padding: 20px 30px;
  text-align: left;
  white-space: nowrap;
  border-top: 1px solid #f9f9f9;
  background: #f9f9f9;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05); 
}
.header .user__dropdown--light a {
  color: #0a2338; 
}
.header .user__dropdown--dark a {
  color: #fff; 
}
.header .user__dropdown span {
  display: block; 
}
.header .user__dropdown a {
    line-height: 40px !important;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header--center .user {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem; 
}
.header--center .user__dropdown {
  top: 50px; 
}

.header--center .user__dropdown a {
  line-height: 40px;
  margin: 0 0 0 0; 
}

@media (max-width: 767px) {
  .header .user {
    position: static;
    display: block;
    width: 100%; 
  }
  .header .user__avatar {
    display: none; 
  }
  .header .user__dropdown {
    position: static;
    display: block !important;
    padding: 0 0 0 0;
    text-align: left;
    border-top: 0;
    background: transparent !important;
    box-shadow: none; 
  }
  .header--light .user__dropdown a {
    color: #0a2338; 
  }
  .header--dark .user__dropdown a {
    color: #fff; 
  } 
}
@media (min-width: 768px) {  }


/* 
=======================================
  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: 48px;
    padding-right: 48px;
    padding-top: 8px;
}
.pf4_site_header.active {
    background-color: #fff !important;
    padding-top: 6px;
    padding-bottom: 2px;
}
.pf4_site_header .section_inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: -6px;
    
}

.pf4_heade_logo {
    width: 25%;
    padding-top: 38px;
    z-index: 2;
}
.pf4_heade_logo a{
    display: inline-block;
    margin: 0px;
}
.pf4_heade_logo img {
    height: auto;
    width: auto;
    max-height: unset !important;
    top: 0px;
}

.pf4_header_right {
    width: 75%;
    text-align: right;
    padding-top: 37px;
    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;
}

.pf4_header_right ul li {
    list-style: none;
    margin: 0px;
    display: inline-block;
    position: relative;
    padding-left: 24px !important;
    padding-right: 2px;
}

.pf4_header_right ul li a {
}
.pf4_header_right ul li a strong{
    display:none;
}
.pf4_header_right ul li:last-child a:before{
    display: none;
}
.pf4_header_right a {
  font-family: 'AvenirLT';
  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: 14.5px;
  line-height: 1.72;
  letter-spacing: 2.61px;
  color: #000000;
  font-weight: 500;
}

.pf4_header_right a:hover {
    color: #000000;
}

.pf4_header_right a:before, .pf4_header_right a:after, .pf4_header_right a i {
    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: -9px;
    background-color: #000;
    opacity: 1;
    height: 14px;
    bottom: 15px;
}

.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_right a:hover strong{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    padding-left: 7px;
    padding-right: 7px;
}
.pf4_header_right a:hover strong:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
}
.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;
}
.pf4_header_right ul li.pf4_user_menu_item{ }
/*
  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: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 8px;
    right: 37px;
    background-image: url(close.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

a.responsive-menu-close strong {

}


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(173 220 220 / 98%);
    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;
}
.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{
    width: 90%;
    margin: 0px;
}

.pf4_site_header.active .pf4_header_right{
  padding-top: 8px;
  width: 65%;
}
.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: 100%;
    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: 1vw;
    right: 0px;
  }
  .pf4_site_header.active a.responsive-menu-hand{
    top: 0.5vw;
  }
  .pf4_header_right ul{
    display:none;
  }

  .pf4_heade_logo{
    padding-left: 0px;
    /* text-align: left; */
    padding-top: 2vw;
  }
  .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-bottom: 8px;
        padding-top: 8px;
    }
    .pf4_site_header .section_inner {
        width: 100%;
        margin-bottom: 0px;
    }

    .pf4_heade_logo {
        /* width: 45%; */
        /* padding-top: 0px; */
        padding-top: 2vw;
    }

    .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: 1.3vw;
    }
    .pf4_site_header.active .pf4_heade_logo a{
        margin: 0px;
        text-align: left;
        display: block;
    }
    .pf4_site_header.active .pf4_heade_logo{
        padding-top: 0px;
    }
    .pf4_site_header.active a.responsive-menu-hand {
        top: 0.1vw;
    }
}

@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: 1.6vw;
    }
    .pf4_heade_logo {
        padding-top: 2vw;
        width: 50%;
    }
    .pf4_site_header.active .pf4_header_right .responsive-menu-hand {
        top: 0.1vw;
    }
    .pf4_site_header.active .pf4_heade_logo {
        width: 70%;
        padding-top: 1px;
        padding-left: 0vw;
        padding-right: 0vw;
    }
    .pf4_site_header.active .pf4_header_right{
      width: 30%;
    }
    .pf4_header_right {
        width: 50%;
        /* padding-top: 6vw; */
    }
    
    .pf4_site_header.active .pf4_heade_logo img{
        width: 35vw;
        margin: 0px;
    }
}

@media (max-width: 550px) {
  .pf4_site_header {
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 8.5vw;
    padding-right: 8vw;
    position: absolute;
  }

  .pf4_heade_logo {
    padding-top: 9.8vw;
    width: 68%;
  }
  .pf4_heade_logo img {
    width: 100%;
  }
  a.responsive-menu-hand {
  top: 8.7vw;
  }
  .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
    top: 5px;
    background-image: url(open_img2.png);
    right: -12px;
  }
  .pf4_site_header.active {
    position: absolute;
    padding-left: 7vw;
    padding-right: 7vw;
    display: none;
  }
  .pf4_header_right {
    width: 32%;
  }
  .pf4_site_header.active .pf4_header_right {
    height: auto;
    background-color: rgb(33 55 94 / 0%);
  }
}

/*
  Section 01
=========================================*/
.about_s1 {
    padding-top: 183px;
    position: relative;
    padding-bottom: 18px;
}
.about_s1 .section_inner {
    width: 906px;
    z-index: 1;
}
.about_s1_art1 {
    position: absolute;
    background-image: url(abouts01_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    top: 0vw;
    right: 0px;
    width: 515px;
    height: 571px;
}
.about_s1_title {
    width: 100%;
    padding-left: 26px;
}
.about_s1_title h1 {
    margin: 0px;
    padding-bottom: 20px;
    line-height: 0.95;
}
.about_s1_title h1 mark {
    background-color: transparent;
    background-image: linear-gradient(101deg, #e2ae5a 6%, #e2ae5a 94%);
    background-repeat: no-repeat;
    background-size: 100% 4%;
    background-position: 0px 89%;
    padding: 0;
    color: #e2ae5a;
}
.about_s1_title h1 br {}
.about_s1_content {
    width: 100%;
    text-align: right;
    padding-right: 13px;
    margin-top: -28px;
    padding-left: 345px;
}
.about_s1_content h5 {
    font-family: 'AvenirLT';
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 1.531px;
    margin: 0px;
    padding-bottom: 30px;
}
.about_s1_content h5 br {}

@media screen and (max-width: 1440px) {
  .about_s1 {
      padding-top: 12.708vw;
      padding-bottom: 1.25vw;
  }
  .about_s1 .section_inner {
      width: 62.917vw;
  }
  .about_s1_art1 {
      width: 35.764vw;
      height: 39.653vw;
  }
  .about_s1_title {
      padding-left: 1.806vw;
  }
  .about_s1_title h1 {
      padding-bottom: 1.389vw;
  }
  .about_s1_title h1 mark {}
  .about_s1_title h1 br {}
  .about_s1_content {
      padding-right: 0.903vw;
      margin-top: -1.944vw;
      padding-left: 23.958vw;
  }
  .about_s1_content h5 {
      letter-spacing: 0.106vw;
      padding-bottom: 2.083vw;
  }
  .about_s1_content h5 br {}
}

@media screen and (max-width: 1140px) {
    .about_s1 { }
    .about_s1 .section_inner { }
    .about_s1_art1 { }
    .about_s1_title { }
    .about_s1_title h1 { }
    .about_s1_title h1 mark { }
    .about_s1_title h1 br { }
    .about_s1_content { }
    .about_s1_content h5 { }
    .about_s1_content h5 br { }
}

@media screen and (max-width: 1024px) {
    .about_s1 {padding-left: 7vw;padding-right: 7vw;}
    .about_s1 .section_inner {width: 100%;}
    .about_s1_art1 { }
    .about_s1_title { }
    .about_s1_title h1 { }
    .about_s1_title h1 mark { }
    .about_s1_title h1 br { }
    .about_s1_content {padding-bottom: 4vw;}
    .about_s1_content h5 {font-size: 1.9vw;padding-top: 2vw;}
    .about_s1_content h5 br {display: none;}
}

@media screen and (max-width: 768px) {
    .about_s1 {padding-top: 19.708vw;}
    .about_s1 .section_inner { }
    .about_s1_art1 { }
    .about_s1_title {padding-left: 0vw;}
    .about_s1_title h1 { }
    .about_s1_title h1 mark { }
    .about_s1_title h1 br { }
    .about_s1_content {padding-left: 21.958vw;}
    .about_s1_content h5 {font-size: 2.5vw;}
    .about_s1_content h5 br { }
}

@media screen and (max-width: 550px) {
    .about_s1 {padding-top: 33.8vw;padding-bottom: 1.1vw;padding-right: 6.5vw;padding-left: 6.5vw;}
    .about_s1 .section_inner { }
    .about_s1_art1 { }
    .about_s1_title { }
    .about_s1_title h1 {font-size: 12.438vw;padding-bottom: 6vw;}
    .about_s1_title h1 mark { }
    .about_s1_title h1 br { }
    .about_s1_content {padding-left: 0vw;padding-right: 0vw;}
    .about_s1_content h5 {padding: 0px;padding-bottom: 4vw;font-size: 3.6vw;font-weight: 500;text-shadow: 0px 0px 0px #000;}
    .about_s1_content h5 br {display: unset;}
}

/*
  Section 02
=========================================*/
.about_s2 {
    padding-bottom: 70px;
}
.about_s2 .section_inner {
    width: 1180px;
}
.about_s2_title {
    width: 100%;
    text-align: center;
}
.about_s2_title h2 {
    color: #7f9565;
    font-size: 46.5px;
    line-height: 1.05;
    letter-spacing: 0.47px;
    margin-bottom: 0px;
    padding-bottom: 24px;
}
.about_s2_title h2 mark {
    background-color: transparent;
    background-image: linear-gradient(101deg, #7f9565 6%, #7f9565 94%);
    background-repeat: no-repeat;
    background-size: 100% 3%;
    background-position: 0px 88%;
    padding: 0;
    color: #7f9565;
}
.about_s2_title h2 br {}
.about_s2_content {
    width: 100%;
    text-align: center;
}
.about_s2_content p {
    margin: 0px;
    padding-bottom: 30px;
}
.about_s2_content p br {}

@media screen and (max-width: 1440px) {
  .about_s2 {
      padding-bottom: 4.861vw;
  }
  .about_s2 .section_inner {
      width: 81.944vw;
  }
  .about_s2_title { }
  .about_s2_title h2 {
      font-size: 3.229vw;
      letter-spacing: 0.033vw;
      padding-bottom: 1.667vw;
  }
  .about_s2_title h2 mark { }
  .about_s2_title h2 br {}
  .about_s2_content { }
  .about_s2_content p {
      padding-bottom: 2.083vw;
  }
  .about_s2_content p br {}
}

@media screen and (max-width: 1140px) {
    .about_s2 { }
    .about_s2 .section_inner { }
    .about_s2_title { }
    .about_s2_title h2 {font-size: 4.861vw;}
    .about_s2_title h2 mark  { }
    .about_s2_title h2 br { }
    .about_s2_content { }
    .about_s2_content p { }
    .about_s2_content p br { }
}

@media screen and (max-width: 1024px) {
    .about_s2 {padding-left: 7vw;padding-right: 7vw;}
    .about_s2 .section_inner {width: 100%;}
    .about_s2_title { }
    .about_s2_title h2 { }
    .about_s2_title h2 mark  { }
    .about_s2_title h2 br { }
    .about_s2_content { }
    .about_s2_content p { }
    .about_s2_content p br {display: none;}
}

@media screen and (max-width: 768px) {
    .about_s2 { }
    .about_s2 .section_inner { }
    .about_s2_title { }
    .about_s2_title h2 {font-size: 4.861vw;letter-spacing: 0.049vw;}
    .about_s2_title h2 mark  { }
    .about_s2_title h2 br { }
    .about_s2_content { }
    .about_s2_content p { }
    .about_s2_content p br { }
}

@media screen and (max-width: 550px) {
    .about_s2 { }
    .about_s2 .section_inner { }
    .about_s2_title { }
    .about_s2_title h2 {font-size: 10.417vw;padding-bottom: 3vw;text-align: left;}
    .about_s2_title h2 mark  { }
    .about_s2_title h2 br {/* display: none; */}
    .about_s2_content { }
    .about_s2_content p {padding-bottom: 6.2vw;text-align: left;}
    .about_s2_content p br { }
}

/*
  Section 03
=========================================*/
.about_s3 {
    background-color: #c4e4dd;
    padding-top: 82px;
    position: relative;
}
.about_s3 .section_inner {
    width: 1056px;
    padding-bottom: 69px;
}
.about_s3_art1 {
    position: absolute;
    background-image: url(abouts02_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    top: -103px;
    left: 0px;
    width: 287px;
    height: 563px;
}
.about_s3_art2 {
    position: absolute;
    background-image: url(abouts03_4.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    bottom: 0vw;
    right: -215px;
    width: 514px;
    height: 725px;
}
.about_s3_title {
    width: 20%;
    padding-top: 23px;
    z-index: 1;
    position: relative;
}
.about_s3_title h2 {
    writing-mode: vertical-rl;
    text-align: left;
    transform: rotate(-180deg);
    position: relative;
    padding-left: 24px;
    font-size: 88px;
    letter-spacing: 1.5px;
}
.about_s3_title h2 mark {
    background-color: transparent;
    background-image: linear-gradient(101deg, #111319 6%, #111319 94%);
    background-repeat: no-repeat;
    background-size: 4% 100%;
    background-position: 10px 88%;
    padding: 0;
    color: #111319;
}
.about_s3_title h2 br {}
.about_s3_content {
    width: 80%;
    padding-top: 6px;
    padding-left: 34px;
    padding-right: 310px;
    z-index: 1;
    position: relative;
}
.about_s3_content ul {
    margin: 0px;
    padding: 0px;
}
.about_s3_content ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    padding-left: 46px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.about_s3_content ul li br {}
.about_s3_content ul li:before {
    content: "";
    content: "";
    width: 52px;
    height: 52px;
    position: absolute;
    left: -28px;
    top: 17px;
    background-image: url(home_s4_1.png);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1440px) {
  .about_s3 {
      padding-top: 5.694vw;
  }
  .about_s3 .section_inner {
      width: 73.333vw;
      padding-bottom: 4.792vw;
  }
  .about_s3_art1 {
      top: -7.153vw;
      width: 19.931vw;
      height: 39.097vw;
  }
  .about_s3_art2 {
      right: -14.931vw;
      width: 35.694vw;
      height: 50.347vw;
  }
  .about_s3_title {
      padding-top: 1.597vw;
  }
  .about_s3_title h2 {
      padding-left: 1.667vw;
      font-size: 6.111vw;
      letter-spacing: 0.104vw;
  }
  .about_s3_title h2 mark {}
  .about_s3_title h2 br {}
  .about_s3_content {
      padding-top: 0.417vw;
      padding-left: 2.361vw;
      padding-right: 21.528vw;
  }
  .about_s3_content ul { }
  .about_s3_content ul li {
      padding-left: 3.194vw;
      padding-top: 0.694vw;
      padding-bottom: 1.389vw;
  }
  .about_s3_content ul li br {}
  .about_s3_content ul li:before {
      width: 3.611vw;
      height: 3.611vw;
      left: -1.944vw;
      top: 1.181vw;
  }
}

@media screen and (max-width: 1140px) {
    .about_s3{}
    .about_s3 .section_inner{}
    .about_s3_art1{}
    .about_s3_art2{}
    .about_s3_title{}
    .about_s3_title h2{}
    .about_s3_title h2 mark{}
    .about_s3_title h2 br{}
    .about_s3_content{}
    .about_s3_content ul{}
    .about_s3_content ul li{}
    .about_s3_content ul li br {}
    .about_s3_content ul li:before {
        content: "";
    }
}

@media screen and (max-width: 1024px) {
    .about_s3{
    padding-left: 10vw;
    padding-right: 7vw;
}
    .about_s3 .section_inner{
    width: 100%;
}
    .about_s3_art1{}
    .about_s3_art2{}
    .about_s3_title{}
    .about_s3_title h2{}
    .about_s3_title h2 mark{}
    .about_s3_title h2 br{}
    .about_s3_content{}
    .about_s3_content ul{}
    .about_s3_content ul li{}
    .about_s3_content ul li br {
    display: none;
}
    .about_s3_content ul li:before {
        content: "";
    }
}

@media screen and (max-width: 768px) {
    .about_s3{}
    .about_s3 .section_inner{}
    .about_s3_art1{}
    .about_s3_art2{}
    .about_s3_title{}
    .about_s3_title h2{}
    .about_s3_title h2 mark{}
    .about_s3_title h2 br{}
    .about_s3_content{
    padding-right: 18.528vw;
}
    .about_s3_content ul{}
    .about_s3_content ul li{}
    .about_s3_content ul li br {}
    .about_s3_content ul li:before {
        content: "";
    }
}

@media screen and (max-width: 550px) {
    .about_s3{
    padding-top: 9.694vw;
    padding-bottom: 0vw;
}
    .about_s3 .section_inner{
    padding-bottom: 0vw;
}
    .about_s3_art1{}
    .about_s3_art2{
    position: relative;
    width: 100%;
    right: -7vw;
    height: 97.347vw;
    background-size: 104%;
    background-position: top left;
}
    .about_s3_title{
    width: 100%;
    padding-left: 5vw;
}
    .about_s3_title h2{
    writing-mode: unset;
    text-align: left;
    transform: rotate(0deg);
    font-size: 10.417vw;
    letter-spacing: 0.1vw;
    padding-left: 7.4vw;
    padding-bottom: 3vw;
}
    .about_s3_title h2 mark{
    padding: 0;
    background-size: 100% 3%;
    background-position: 0px 88%;
}
    .about_s3_title h2 br{}
    .about_s3_content{
    width: 100%;
    padding-right: 0vw;
    padding-left: 0vw;
}
    .about_s3_content ul{}
    .about_s3_content ul li{
    padding-bottom: 5.5vw;
    padding-left: 12.5vw;
}
    .about_s3_content ul li br {}
    .about_s3_content ul li:before {
        content: "";
        width: 10.833vw;
        height: 10.833vw;
        left: -3vw;
        top: 2.2vw;
    }
}

/*
  Section 04
=========================================*/
.about_s4 {
    position: relative;
    padding-top: 126px;
    padding-bottom: 75px;
}
.about_s4 .section_inner {
    width: 1140px;
}
.about_s4_art1 {
    position: absolute;
    background-image: url(abouts03_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    top: 0px;
    right: 22.1%;
    width: 550px;
    height: 295px;
    z-index: 1;
}
.about_s4_art2 {
    position: absolute;
    background-image: url(abouts03_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    top: 13px;
    right: -140px;
    width: 226px;
    height: 221px;
}
.about_s4_title {
    width: 100%;
    display: block;
    padding-bottom: 116px;
}
.about_s4_title_in {
    width: 54%;
    position: relative;
    text-align: right;
    padding-right: 9px;
}
.about_s4_title_in h2 {
    font-size: 91px;
    margin: 0px;
    padding-bottom: 29px;
    position: relative;
    z-index: 2;
}
.about_s4_title_in h2 mark {
    background-color: transparent;
    background-image: linear-gradient(101deg, #111319 6%, #111319 94%);
    background-repeat: no-repeat;
    background-size: 100% 3%;
    background-position: 0px 88%;
    padding: 0;
    color: #111319;
}
.about_s4_title_in h6 {
    margin: 0px;
    text-transform: uppercase;
    font-family: 'AvenirLT';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.4px;
    position: relative;
    z-index: 2;
}
.about_s4_title_in h6 br {}
.about_s4_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
}
.about_s4_col {
    width: 50%;
    padding-left: 19px;
    padding-right: 30px;
}
.about_s4_col_in {
}
.about_s4_col_in ul {
    margin: 0px;
    padding: 0px;
}
.about_s4_col_in ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    padding-left: 46px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.about_s4_col_in ul li br {}
.about_s4_col_in ul li:before {
    content: "";
    content: "";
    width: 52px;
    height: 52px;
    position: absolute;
    left: -28px;
    top: 17px;
    background-image: url(home_s4_1.png);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1440px) {
  .about_s4 {
      padding-top: 8.75vw;
      padding-bottom: 5.208vw;
  }
  .about_s4 .section_inner {
      width: 79.167vw;
  }
  .about_s4_art1 {
      right: 13vw;
      width: 38.194vw;
      height: 20.486vw;
  }
  .about_s4_art2 {
      top: 0.903vw;
      right: -9.722vw;
      width: 15.694vw;
      height: 15.347vw;
  }
  .about_s4_title {
      padding-bottom: 8.056vw;
  }
  .about_s4_title_in {
      padding-right: 0.625vw;
  }
  .about_s4_title_in h2 {
      font-size: 6.319vw;
      padding-bottom: 2.014vw;
  }
  .about_s4_title_in h2 mark {}
  .about_s4_title_in h6 {
      font-size: 1.389vw;
      letter-spacing: 0.097vw;
  }
  .about_s4_title_in h6 br {}
  .about_s4_content {
      padding-left: 3.472vw;
  }
  .about_s4_col {
      padding-left: 1.319vw;
      padding-right: 2.083vw;
  }
  .about_s4_col_in { }
  .about_s4_col_in ul { }
  .about_s4_col_in ul li {
      padding-left: 3.194vw;
      padding-top: 0.694vw;
      padding-bottom: 1.389vw;
  }
  .about_s4_col_in ul li br {}
  .about_s4_col_in ul li:before {
      width: 3.611vw;
      height: 3.611vw;
      left: -1.944vw;
      top: 1.181vw;
  }
}

@media screen and (max-width: 1140px) {
    .about_s4 {}
    .about_s4 .section_inner {}
    .about_s4_art1 {}
    .about_s4_art2 {}
    .about_s4_title {}
    .about_s4_title_in {}
    .about_s4_title_in h2 {}
    .about_s4_title_in h2 mark {}
    .about_s4_title_in h6 {}
    .about_s4_title_in h6 br {}
    .about_s4_content {}
    .about_s4_col {}
    .about_s4_col_in {}
    .about_s4_col_in ul {}
    .about_s4_col_in ul li {}
    .about_s4_col_in ul li br {}
    .about_s4_col_in ul li:before {
        content: "";
    }
}

@media screen and (max-width: 1024px) {
    .about_s4 {
    padding-left: 7vw;
    padding-right: 7vw;
}
    .about_s4 .section_inner {
    width: 100%;
}
    .about_s4_art1 {}
    .about_s4_art2 {}
    .about_s4_title {
    padding-bottom: 4.056vw;
}
    .about_s4_title_in {}
    .about_s4_title_in h2 {}
    .about_s4_title_in h2 mark {}
    .about_s4_title_in h6 {
    font-size: 1.8vw;
}
    .about_s4_title_in h6 br {}
    .about_s4_content {
    padding-left: 0vw;
}
    .about_s4_col {
    width: 100%;
    padding: 0px;
}
    .about_s4_col_in {}
    .about_s4_col_in ul {}
    .about_s4_col_in ul li {
    padding-left: 6vw;
}
    .about_s4_col_in ul li br {}
    .about_s4_col_in ul li:before {
        content: "";
        left: 0vw;
        top: 0.7vw;
    }
}

@media screen and (max-width: 768px) {
    .about_s4 {}
    .about_s4 .section_inner {}
    .about_s4_art1 {}
    .about_s4_art2 {}
    .about_s4_title {}
    .about_s4_title_in {
    width: 61%;
}
    .about_s4_title_in h2 {}
    .about_s4_title_in h2 mark {}
    .about_s4_title_in h6 {
    font-size: 2.2vw;
}
    .about_s4_title_in h6 br {}
    .about_s4_content {}
    .about_s4_col {}
    .about_s4_col_in {}
    .about_s4_col_in ul {}
    .about_s4_col_in ul li {}
    .about_s4_col_in ul li br {}
    .about_s4_col_in ul li:before {
        content: "";
        left: 0vw;
        top: 1.4vw;
    }
}

@media screen and (max-width: 550px) {
    .about_s4 {
        padding-top: 12.75vw;
        padding-bottom: 7.208vw;
    }
    .about_s4 .section_inner {}
    .about_s4_art1 {
        right: 0vw;
        width: 35.4vw;
        height: 34.8vw;
        background-image: url(abouts03_2m.png);
    }
    .about_s4_art2 {
        right: -20.6vw;
        width: 31.694vw;
        height: 30.694vw;
        top: 2.903vw;
        background-image: url(abouts03_1m.png);
    }
    .about_s4_title {
        padding-right: 22vw;
    }
    .about_s4_title_in {
        text-align: left;
        width: 100%;
        padding-right: 0vw;
    }
    .about_s4_title_in h2 {
        font-size: 12.417vw;
        letter-spacing: 0.1vw;
        padding-bottom: 3vw;
        text-align: right;
        padding-top: 1vw;
    }
    .about_s4_title_in h2 mark {}
    .about_s4_title_in h6 {
        font-size: 2.9vw;
        letter-spacing: 0.1vw;
        text-align: right;
        padding-top: 1vw;
    }
    .about_s4_title_in h6 br {}
    .about_s4_content {
        padding-left: 3vw;
        padding-right: 2vw;
    }
    .about_s4_col {}
    .about_s4_col_in {}
    .about_s4_col_in ul {}
    .about_s4_col_in ul li {
        padding-bottom: 5.5vw;
        padding-left: 12.5vw;
    }
    .about_s4_col_in ul li br {}
    .about_s4_col_in ul li:before {
        content: "";
        width: 10.833vw;
        height: 10.833vw;
        left: -3vw;
        top: 1.2vw;
    }
}

/*
  Section 07
=========================================*/
.home_s7 {
    position: relative;
    padding-top: 93px;
    padding-bottom: 90px;
    background-color: #f5e9dc;
}
.home_s7_art1 {
    width: 185px;
    height: 218px;
    position: absolute;
    background-image: url(home_s7_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    bottom: 0px;
    right: 0px;
}
.home_s7_art2 {
    width: 358px;
    height: 299px;
    position: absolute;
    background-image: url(home_s7_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    top: -170px;
    left: -54px;
}
.home_s7 .section_inner {}
.home_s7_left {
    width: 36%;
    padding-left: 41px;
    position: relative;
}
.home_s7_left h2 {
    margin: 0px;
    margin-right: -70px;
    color: #000000;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
}
.home_s7_left h2 mark {
    background-color: transparent;
    background-image: linear-gradient(101deg, #000000 6%, #000000 94%);
    background-repeat: no-repeat;
    background-size: 100% 3%;
    background-position: 0px 88%;
    padding: 0;
    color: #000000;
}
.home_s7_art2 h2 br {}
.home_s7_social {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block !important;
}
.home_s7_social ul {
    margin: 0px;
    padding: 0px;
    padding-top: 43px;
}
.home_s7_social ul li {
    list-style: none;
    display: inline-block;
    margin: 0px;
    margin-right: 24px;
}
.home_s7_social ul li a {
    display: block;
    margin: 0px;
}
.home_s7_social ul li img {}
.home_s7_right {
    width: 64%;
    padding-top: 112px;
    padding-left: 1px;
}
.home_s7_right p {
    font-family: 'AvenirLT';
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1.1px;
    color: #111319;
    text-transform: uppercase;
    font-size: 20.5px;
    margin: 0px;
    padding-bottom: 16px;
}
.home_s7_right p br {}
.home_s7_right form {}
.home_s7_form_in {
    padding-left: 3px;
    padding-right: 22px;
}
.home_s7_form_in .form-group- {  }
.home_s7_form_in input {
    border: 0px;
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 15px;
    padding: 0px;
    padding-top: 5px;
    letter-spacing: 2.7px;
    padding-bottom: 12px;
    margin-bottom: 22px;
    background-color: transparent;
}
.home_s7_form_in .submit-field {
    padding-top: 15px;
    margin-left: -3px;
}
.home_s7_form_in input[type="submit"] {
    border: 0px;
    padding: 18px 39px 16px 41px;
    width: auto;
    background-color: #eeba66;
    color: #FFF;
}
.home_s7_form_in input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
}
.home_s7_form_in input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
}
.home_s7_form_in input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
}
.home_s7_form_in input:-moz-placeholder {
    color: #000000;
}

@media screen and (max-width: 1440px) {
  .home_s7 {
      padding-top: 6.458vw;
      padding-bottom: 6.25vw;
  }
  .home_s7_art1 {
      width: 12.847vw;
      height: 15.139vw;
  }
  .home_s7_art2 {
      width: 24.861vw;
      height: 20.764vw;
      top: -11.806vw;
      left: -3.75vw;
  }
  .home_s7 .section_inner { width: 75vw; }
  .home_s7_left {
      padding-left: 2.847vw;
  }
  .home_s7_left h2 {
      margin-right: -4.861vw;
      padding-bottom: 1.736vw;
  }
  .home_s7_left h2 mark {}
  .home_s7_art2 h2 br {}
  .home_s7_social {}
  .home_s7_social ul {
      padding-top: 2.986vw;
  }
  .home_s7_social ul li {
      margin-right: 1.667vw;
  }
  .home_s7_social ul li a {}
  .home_s7_social ul li img {}
  .home_s7_right {
      padding-top: 7.778vw;
      padding-left: 0.069vw;
  }
  .home_s7_right p {
      letter-spacing: 0.076vw;
      font-size: 1.424vw;
      padding-bottom: 1.111vw;
  }
  .home_s7_right p br {}
  .home_s7_right form {}
  .home_s7_form_in {
      padding-left: 0.208vw;
      padding-right: 1.528vw;
  }
  .home_s7_form_in .form-group- {  }
  .home_s7_form_in input {
      font-size: 1.042vw;
      padding-top: 0.347vw;
      letter-spacing: 0.188vw;
      padding-bottom: 0.833vw;
      margin-bottom: 1.528vw;
  }
  .home_s7_form_in .submit-field {
      padding-top: 1.042vw;
      margin-left: -0.208vw;
  }
  .home_s7_form_in input[type="submit"] {
      padding: 1.25vw 2.708vw 1.111vw 2.847vw;
  }
}

@media screen and (max-width: 1140px) {
    .home_s7_form_in input {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 1024px) {
    .home_s7 {
        padding-left: 7vw;
        padding-right: 7vw;
    }
    .home_s7 .section_inner {
        width: 100%;
    }
    .home_s7_form_in input[type="submit"] {
        padding: 2.14vw 4vw 2vw 4vw;
    }
}

@media screen and (max-width: 768px) {
    .home_s7_left {
        width: 100%;
        padding-left: 0vw;
    }
    .home_s7_right {
        width: 100%;
        padding-left: 0vw;
        padding-top: 1vw;
    }
    .home_s7_right p {
        font-size: 2.1vw;
    }
    .home_s7_form_in input {
        font-size: 2vw;
        margin-bottom: 2.528vw;
    }
    .home_s7_form {
      padding-top: 2.222vw;
    }
}

@media screen and (max-width: 550px) {
  .home_s7{
    padding-left: 11vw;
    padding-right: 7vw;
    padding-top: 13.8vw;
    padding-bottom: 3vw;
  }
  .home_s7_art1{
    width: 15.833vw;
    height: 21.667vw;
    background-image: url(home_s7_2m.png);
  }
  .home_s7_art2{
    display: none;
  }
  .home_s7_art3{
    position: absolute;
    background-image: url(home_s7_1m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 42.500vw;
    height: 62.292vw;
    top: -27.5vw;
    left: 0vw;
  }
  .home_s7 .section_inner{ }

  .home_s7_left{ }
  .home_s7_left h2{
    line-height: 01.1;
  }
  .home_s7_left h2 mark{ }
  .home_s7_art2 h2 br{}

  .home_s7_social{ }
  .home_s7_social ul{ }
  .home_s7_social ul li{
    margin-right: 5vw;
  }
  .home_s7_social ul li a{ }
  .home_s7_social ul li img{}

  .home_s7_right{ }
  .home_s7_right p{
    font-size: 4.44vw;
    line-height: 1.5;
    padding-bottom: 1.4vw;
    letter-spacing: 0.13vw;
    padding-right: 5vw;
  }
  .home_s7_right p br{
    display: none;
  }
  .home_s7_right form{}

  .home_s7_form_in{
    padding-top: 4.4vw;
    padding-left: 0.7vw;
    padding-right: 1vw;
  }
  .home_s7_form_in .form-group-{}
  .home_s7_form_in input{
    font-size: 3.125vw;
    letter-spacing: 0.563vw;
    padding-bottom: 2.3vw;
    margin-bottom: 5vw;
  }
  .home_s7_form_in .submit-field{
    padding-top: 2.7vw;
  }
  .home_s7_form_in input[type="submit"]{
    font-size: 3.125vw;
    letter-spacing: 0.6vw;
    padding: 3.7vw 9.2vw 3.4vw 8.4vw;
  }
}

/*
  MBL Footer
=========================================*/
.mbl_footer {
    background-color: #000000;
    padding-bottom: 20px;
    padding-top: 18px;
}
.mbl_footer .section_inner {
    font-family: 'Quicksand', sans-serif;
    color: #FFF;
    letter-spacing: 1.7px;
    font-size: 15px;
    font-weight: normal;
    width: 1230px;
    text-align: center;
    display: block;
}
.mbl_footer a {
    margin: 0px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
}
.mbl_footer .divider {
    color: #FFF;
    display: inline-block;
    padding-left: 13px;
    padding-right: 6px;
}
.mbl_footer .text {}
.mbl_footer .text2 {
    text-transform: uppercase;
}
.mbl_footer .Brandup {
    color: #6bbdb9;
}
.mbl_footer_menu {
    display: inline-block;
}
.mbl_footer_menu div {
    display: inline-block;
}
.mbl_footer_menu div:last-child .divider {
    display: none;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px) {
    .mbl_footer {
        padding-bottom: 1.597vw;
        padding-top: 1.528vw;
    }
    .mbl_footer .section_inner {
        letter-spacing: 0.118vw;
        font-size: 1.042vw;
        width: 85.417vw;
    }
    .mbl_footer a {
        margin: 0vw;
    }
    .mbl_footer .divider {
        padding-left: 0.903vw;
        padding-right: 0.417vw;
    }
}

@media screen and (max-width: 1140px) {
    .mbl_footer .text {
        font-size: 1.5vw;
    }
    .mbl_footer .text2 {
        font-size: 1.5vw;
    }
    .mbl_footer .Brandup {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 1024px) {
    .mbl_footer {
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .mbl_footer .section_inner {
        font-size: 1.6vw;
        width: 100%;
    }
    .mbl_footer .divider.s1 {
        display: block;
        height: 1px;
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .mbl_footer .section_inner {
        font-size: 1.9vw;
    }
    .mbl_footer .divider.s2 {
        display: block;
        height: 1px;
        opacity: 0;
    }
    .mbl_footer .text {
        font-size: 1.9vw;
    }
}

@media screen and (max-width: 550px) {
    .mbl_footer {
        padding-left: 6vw;
        padding-right: 6vw;
        padding-bottom: 3.9vw;
        padding-top: 3.9vw;
        line-height: 1.1;
    }
    .mbl_footer .section_inner {
        font-size: 3.3vw;
        letter-spacing: 0.39vw;
    }
    .mbl_footer a {
    }
    .mbl_footer .divider {
        padding-left: 0.903vw;
        padding-right: 0.3vw;
    }
    .mbl_footer .divider.s1 {
        height: 7px;
    }
    .mbl_footer .divider.s2 {
        height: 7px;
    }
    .mbl_footer .text {
        font-size: 2.99vw;
    }
    .mbl_footer .text2 {
        font-size: 2.99vw;
        letter-spacing: 0.2vw;
    }
    .mbl_footer .Brandup {
        letter-spacing: 0.2vw;
        font-size: 2.99vw;
    }
}