@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('proximanova-regular.woff2') format('woff2'), url('proximanova-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova B';
    src: url('proximanova-bold.woff2') format('woff2'), url('proximanova-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova EB';
    src: url('proximanova-extrabld.woff2') format('woff2'), url('proximanova-extrabld.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Vanitas';
    src: url('vanitas-regular.woff2') format('woff2'), url('vanitas-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    padding-top: 0 !important;
}

.icon-generic {
    display: none;
}
body > #admin_bar_iframe{
  display:none;
}

body {
    font-family: 'Proxima Nova Rg';
    font-size: 16.5px;
    line-height: 1.73;
    letter-spacing: 0.83px;
    font-weight: normal;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Vanitas';
    font-weight: normal;
    color: #34333f;
}

h1 {
    font-size: 75px;
    line-height: 0.91;
    letter-spacing: 3.75px;
    font-weight: normal;
    color: #b56a36;
}

h2 {
    font-size: 67.5px;
    font-weight: normal;
    line-height: 0.89;
    letter-spacing: 3.38px;
}

h3 {
    font-size: 40.13px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
}

.mobile_only {
    display: none;
}

.container--main {
    background: #ffffff !important;
    max-width: 100%;
}

.kj_button a {
    position: relative;
    display: inline-block;
    font-family: 'Proxima Nova EB';
    font-size: 11.25px;
    line-height: 2.73;
    letter-spacing: 3.94px;
    font-weight: normal;
    padding: 9px 37px;
    padding-right: 34px;
    border: 1px solid #000;
    z-index: 1;
    color: #000;
}

.kj_button a:hover {
    background-color: #f0f1ee;
}

.vertical_text {
    position: absolute;
    text-transform: uppercase;
    font-family: 'Proxima Nova B';
    font-size: 12px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    word-spacing: 2.5px;
    letter-spacing: 3.1px;
    width: 20px;
    /* display: flex; */
}
.vertical_text hr{
  width: 1px;
  height: 1px;
  padding-left: 8px;
  border:0;
  opacity:0;
  margin: 0;
  display: inline;
}
.circletype{
    text-transform: uppercase;
    font-family: 'Proxima Nova B';
    font-size: 12px;
    word-spacing: 0;
    letter-spacing: 0;
}
.circletype path {
  fill: transparent;
}
.circletype text {
  fill: #000;
}
.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*
  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
}

.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
}

.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: 1200px;
    margin: 0px auto;
    position: relative;
}

.section_inner img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

@media (max-width: 1440px) {
    body {
        font-size:1.146vw;
        letter-spacing: 0.058vw;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 1.389vw;
    }

    h1 {
        font-size: 5.208vw;
        letter-spacing: 0.260vw;
    }

    h2 {
        font-size: 4.688vw;
        letter-spacing: 0.235vw;
    }

    h3 {
        font-size: 2.787vw;
    }

    .kj_button a {
        font-size: 0.781vw;
        letter-spacing: 0.274vw;
        padding: 0.625vw 2.569vw;
        padding-right: 2.361vw;
        border: 0.069vw solid #000;
    }

    .vertical_text {
        font-size: 0.833vw;
        word-spacing: 0.174vw;
        letter-spacing: 0.215vw;
    }

    .section_inner {
        width: 83.333vw;
    }
}

@media (max-width: 1140px) {
    body {
        font-size:1.4vw;
        letter-spacing: 0.08vw;
    }

    .kj_button a {
        font-size: 1vw;
    }

    .vertical_text {
        font-size: 1vw;
    }
}

@media (max-width: 1024px) {
    body {
        font-size:1.8vw;
        letter-spacing: 0.1vw;
    }

    .kj_button a {
        font-size: 1.2vw;
    }

    .vertical_text {
        font-size: 1.2vw;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 2.8vw;
        letter-spacing: 0.06vw;
    }
    .kj_button a {
        font-size: 1.6vw;
    }
    .vertical_text {
        font-size: 2.6vw;
        letter-spacing: 0.7vw;
    }
    h2{
      font-size: 8vw;
    }
}

@media (max-width: 550px) {
    body {
        font-size: 3.8vw;
        letter-spacing: 0.06vw;
    }
    .kj_button a {
        font-size: 2vw;
    }
    .vertical_text {
        font-size: 2.6vw;
    }
    h2{
      font-size: 10.5vw;
      letter-spacing:0.5vw
    }
}

@media (max-width: 450px) {
    body {
        font-size:3.8vw;
        letter-spacing: 0.1vw;
    }
    .kj_button a {
        font-size: 3vw;
    }
    .vertical_text {
        font-size: 2.9vw;
    }
}

/*
=======================================
  Site Header Section
=========================================*/
.s_header {
    padding: 0;
    position: absolute;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    top: 0px;
}
.s_header .section_inner {
    width: 1293px;
    display: flex;
    flex-wrap: wrap;
}
.s_header .si_left, .s_header .si_right {
    width: 40%;
}
.s_header .si_center {
    width: 20%;
}
.s_header .si_left .header-menu {
    text-align: left;
}
.s_header .si_center {
    text-align: center;
    padding-top: 42px;
}
.header-menu {
    padding-top: 30px;
}
.s_h_logo {
    z-index: 2;
}
.s_h_logo img {
    max-width: 170px !important;
}
.header-menu a {
    font-family: 'Proxima Nova EB';
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    padding-top: 10px;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 !important;
    word-spacing: 5px;
    position: relative;
}
.header-menu a:after {
    content: '';
    position: absolute;
    height: 9px;
    width: 2px;
    background-color: #000;
    right: -3px;
    top: 24px;
}
.header-menu a:last-of-type {
    padding-right: 5px !important;
}
.header-menu a:last-of-type:after {
    display: none;
}
.header-menu a:hover {
    color: #000000;
}
.s_header .si_left .header-menu {
    margin-left: -13px;
}
.s_header .si_left .header-menu a:first-of-type {
    padding-left: 0px;
}
.header .user__avatar {
    height: 14px;
    margin: 0px;
}


/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand{
  margin: 3px 0;
  position: absolute;
  top: 30px;
  right: -5px;
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background-image: url(mobile-menu-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  margin: 0;
  display: none;
}
a.responsive-menu-hand span,
a.responsive-menu-close span{
    display: none;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
a.responsive-menu-close span{
  display: block;
}
a.responsive-menu-hand span:nth-child(1),
a.responsive-menu-hand span:nth-child(2),
a.responsive-menu-hand span:nth-child(3),
a.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2),
a.responsive-menu-close span:nth-child(3)  {
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center; 
}
a.responsive-menu-hand span:nth-child(1),
a.responsive-menu-close span:nth-child(1) {
    top: 0; 
}
a.responsive-menu-hand span:nth-child(2),
a.responsive-menu-close span:nth-child(2) {
    top: 6px; 
}
a.responsive-menu-hand span:nth-child(3),
a.responsive-menu-close span:nth-child(3) {
    top: 12px; 
}
a.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(1) {
    top: 0;
    left: 8px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
}
a.responsive-menu-close span:nth-child(2) {
    width: 0;
    opacity: 0; 
}
a.responsive-menu-close span:nth-child(3) {
    top: 22px;
    left: 8px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); 
    width: 40px;
    display: block;
    margin-top: 22px;
    margin-left: 5px;
}


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: 15px;
  right: 15px;
}
a.responsive-menu-close strong {
    position: relative;
    height: 40px;
    width: 40px;
    display: block;
}
a.responsive-menu-close span:nth-child(1){
    width: 40px;
    display: block;
    margin-top: 5px;
    margin-left: 5px;
}
a.responsive-menu-close:hover{
  background-color: #ba7240;
}
body.mobile-menu-active{
  overflow:hidden;
}
.responsive-menu{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -110%;
  background: #b66a36f2;
  z-index:999999;
  overflow:scroll;
  overflow-y: auto;
  overflow-x: auto;
  font-family: 'Roboto', sans-serif;
  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 .user__avatar{
  display:none;
}
.responsive-menu ul li{
   margin:0;
   padding:0;
   list-style-type:none;
   position:relative;
   margin-bottom: 13px;
}
.responsive-menu ul a,
.responsive-menu .user a,
.responsive-menu ul + span a{
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 32px !important;
    letter-spacing: 2px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    font-family: 'Vanitas';
}
.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 #E9EDF1;
  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 ; }





@media (max-width: 1440px) {
  .s_header {
      padding: 0;
      width: 100%;
      top: 0vw;
  }
  .s_header .section_inner {
      width: 89.792vw;
  }
  .s_header .si_left, .s_header .si_right {
      width: 40%;
  }
  .s_header .si_center {
      width: 20%;
  }
  .s_header .si_center {
      padding-top: 2.917vw;
  }
  .header-menu {
      padding-top: 2.083vw;
  }
  .s_h_logo img {
      max-width: 11.806vw !important;
  }
  .header-menu a {
      padding-top: 1.694vw;
      padding-bottom: 1.694vw;
      font-size: 0.833vw;
      letter-spacing: 0.208vw;
      padding-left: 1.042vw;
      padding-right: 1.042vw;
      word-spacing: 0.347vw;
      line-height: 1 !important;
  }
  .header-menu a:after {
      height: 0.625vw;
      width: 0.1vw;
      right: -0.208vw;
      top: 1.667vw;
  }
  .header-menu a:last-of-type {
      padding-right: 0.347vw !important;
  }
  .s_header .si_left .header-menu {
      margin-left: -0.903vw;
  }
  .s_header .si_left .header-menu a:first-of-type {
      padding-left: 0vw;
  }
  .header .user__avatar {
      height: 0.972vw;
      margin: 0vw;
  }
}

@media (max-width: 1140px) {
  .header-menu a{
    font-size:1.1vw;
  }
  .header-menu a:after{
    height: 1vw;    
    top: 1.7vw;
  }
  .header .user__avatar{
    height: 1.4vw;
    margin-left: 1vw;
  }
}

@media (max-width: 850px) {
  .header-menu a{
    font-size:1.4vw;
  }
  .s_h_logo img{
    max-width: 16.806vw !important;
  }
}

@media (max-width: 768px) {
    .s_header{
        padding-right: 8vw;
        padding-left: 8vw;
    }
    .s_header .section_inner {
        width: 100%;
    }
    .s_header .si_left,
    .s_header .destop_only{
        display: none;
    }
    .s_header .si_center{
        width: 70%;
        text-align: left;
        padding-top: 34px;
    }
    .s_h_logo img {
        max-width: 151px !important;
        margin-left: -1vw;
        width: 151px;
    }
    .s_header .mobile_only {
        display: block;
        margin: 0px;
    }
    .s_header .si_right{
        width: 30%;
    }
  a.responsive-menu-hand{
    display:block;
  }
  .header .header-menu{
    display:none !important;
  }
}

@media (max-width: 550px) {
}

@media (max-width: 450px) {
}



/*
=======================================
  Section 1
=========================================*/
.s1 .section_inner {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
}

.s1 .si_left {
    width: 55%;
    padding-bottom: 79px;
}

.s1 .si_left .si_left_content {
    padding-top: 236px;
    padding-left: 164px;
    z-index: 1;
    position: relative;
}

.s1 .si_left .si_left_content h1 {
    margin-bottom: 10px;
    position: relative;
}

.s1 .si_left .si_left_content h1:before {
    content: '';
    position: absolute;
    width: 327.75px;
    height: 331.5px;
    background-color: #f0f1ee;
    top: -80px;
    left: -99px;
    z-index: -1;
}

.s1 .si_left .si_left_content h1::after {
    content: '';
    position: absolute;
    width: 157.25px;
    height: 1px;
    background-color: #000;
    top: 107px;
    left: -194px;
    z-index: -1;
}

.s1 .si_left .si_left_content article {
    padding-top: 4px;
    padding-left: 2px;
    margin-bottom: 43px;
    position: relative;
    max-width: 400px;
}

.s1 .si_left .si_left_content article .vertical_text {
    top: 0;
    left: -213px;
}

.s1 .si_right {
    width: 45%;
    position: relative;
}

.s1 .si_right .img_holder {
    position: absolute;
    left: -11%;
    height: 100%;
    width: 127.3%;
    z-index: 0;
    background-image: url(kj_1_img.jpg);
    background-size: cover;
}

.s1 .si_right img {
    max-width: 100%;
    opacity: 0;
}

.s1 .si_featuredin {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 102px;
    margin-top: -34px;
}

.s1 #si_featuredin {
    max-width: 743.25px;
    margin-right: -4px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 13px;
}
#s1_circletype{
  position: absolute;
  top: -30px;
  left: -30px;
  transform: rotate(-45deg);
}
.s1 #si_featuredin:before {
  content: "";
  display: block;
  background-image: url(s_1_featured_in.png);
  width: 79px;
  height: 97px;
  position: absolute;
  background-repeat: no-repeat;
  top: -57px;
  left: -57px;
  background-size: contain;
}
@media (max-width: 1440px) {
    .s1 .section_inner {
        width: 83.333vw;
    }

    .s1 .si_left {
        padding-bottom: 5.486vw;
    }

    .s1 .si_left .si_left_content {
        padding-top: 16.389vw;
        padding-left: 11.389vw;
    }

    .s1 .si_left .si_left_content h1 {
        margin-bottom: 0.694vw;
    }

    .s1 .si_left .si_left_content h1:before {
        width: 22.760vw;
        height: 23.021vw;
        top: -5.556vw;
        left: -6.875vw;
    }

    .s1 .si_left .si_left_content h1::after {
        width: 10.920vw;
        top: 7.431vw;
        left: -13.472vw;
    }

    .s1 .si_left .si_left_content article {
        padding-top: 0.278vw;
        padding-left: 0.139vw;
        margin-bottom: 2.986vw;
        max-width: 27.778vw;
    }

    .s1 .si_left .si_left_content article .vertical_text {
        top: 0;
        left: -14.792vw;
    }
    .s1 .si_left .si_left_content article br{
      display:none;
    }
    .s1 .si_right .img_holder {
        left: -4.2vw;
        width: 47.7vw;
        height: 54.1vw;
        height: calc(100% - 1.7vw);
    }

    .s1 .si_featuredin {
        padding-bottom: 7.083vw;
        margin-top: -4vw;
    }

    .s1 #si_featuredin {
        max-width: 51.615vw;
        margin-right: -0.278vw;
        padding-left: 3.472vw;
        padding-right: 3.472vw;
        padding-top: 1.389vw;
        padding-bottom: 0.903vw;
    }
    .s1 #si_featuredin:before {
        width: 6.486vw;
        height: 5.736vw;
        top: -3.958vw;
        left: -3.958vw;
    }
}

@media (max-width: 1140px) {
    .s1 .si_featuredin {
        margin-top: -4vw;
    }
}

@media (max-width: 1024px) {
    .s1 .si_left {
        padding-bottom: 2.486vw;
    }
    .s1 .si_left .si_left_content {
        padding-left: 4.389vw;
    }
    .s1 .si_left .si_left_content article {
        margin-bottom: 1.986vw;
        max-width: 34vw;
    }
    .s1 .si_left .si_left_content article br{
      display:none;
    }
    .s1 .si_left .si_left_content article .vertical_text {
        top: 5vw;
        left: -10.736vw;
    }
    .s1 .si_left .si_left_content h1::after {
        left: -13.736vw;
        width: 9.92vw;
    }
    .s1 #si_featuredin:before {
        width: 8.486vw;
        height: 7.736vw;
        top: -4.958vw;
        left: -4.958vw;
    }
}
@media (max-width: 900px) {
    .s1 .si_left .si_left_content {
        padding-left: 4.389vw;
        padding-top: 15.389vw;
    }
}
@media (max-width: 768px) {
    .s1 {
        padding-left: 8vw;
        padding-right: 8vw;
        padding-bottom: 10vw;
    }
    .s1 .section_inner {
        width: 100%;
    }
    .s1 .si_left {
        width: 100%;
    }
    .s1 .si_left .si_left_content {
        padding-top: 20.1vw;
        padding-left: 2.6vw;
    }
    .s1 .si_left .si_left_content h1 br {
        content: ' ';
    }
    .s1 .si_left .si_left_content h1 br:before {
        content: ' ';
        clear: both;
    }
    .s1 .si_left .si_left_content h1 {
        max-width: 100%;
        font-size: 8.6vw;
        letter-spacing: 0.5vw;
        padding-right: 37vw;
        line-height: 0.91;
    }
    .s1 .si_left .si_left_content h1:before {
        left: -5.2vw;
        top: 7.5vw;
        width: 23.2vw;
        height: 26.2vw;
    }
    .s1 .si_left .si_left_content h1::after {
        left: 35.7vw;
        top: 20.8vw;
        width: 29.4vw;
    }
    .s1 .si_left .si_left_content .kj_button{
      padding-left: 0.4vw;
      padding-top: 0.2vw;
    }
    .s1 .si_left .si_left_content .kj_button a{
        margin: 0px;
        font-size: 1.8vw;
        margin-top: 1vw;
        background-color: #000000;
        color: #FFF;
        padding: 1.1vw 4vw 1.1vw 5vw;
        letter-spacing: 0.95vw;
    }
    .s1 .si_left .si_left_content article .vertical_text {
        display: none;
    }
    .s1 .si_left .si_left_content article{
      padding-right: 2vw;
      padding-top: 0.278vw;
      max-width: 100%;
    }
    .s1 .si_left .si_left_content article p{     
      margin: 0px;    
      padding-top: 3.2vw;     
      line-height: 1.5;
    }
    .s1 .si_left .si_left_content article p br{
      /* display:none; */
    }

    .s1 .si_right {
        width: 100%;
        position: relative;
        height: 105.2vw;
    }
    .s1 .si_right .img_holder {
        left: inherit;
        width: 80.5vw;
        height: 109.9vw;
        right: -8vw;
        top: -5.8vw;
        background-size: 124vw;
        background-position: -29vw -26vw;
    }
    .s1 .si_featuredin {
        margin-top: -21vw;
        margin-left: -8vw;
        margin-right: -8vw;
        width: 100vw !important;
        padding-bottom: 11.083vw;
    }
    .s1 #si_featuredin {
        max-width: 100%;
        margin-right: 0vw;
        position: relative;
        background-color: #b66a36;
        padding-left: 11.4vw;
        padding-top: 2.6vw;
        padding-bottom: 2vw;
        padding-right: 6vw;
    }
    .s1 #si_featuredin:before {
        content: "";
        display: block;
        background-image: url(featured_in.png);
        width: 14vw;
        height: 14.6vw;
        position: absolute;
        background-repeat: no-repeat;
        top: -5.6vw;
        left: 5vw;
        background-size: contain;
    }
}
@media (max-width: 550px) {
    .s1 .si_left .si_left_content {
        padding-top: 32.389vw;
        padding-left: 2.6vw;
    }
    .s1 .si_left .si_left_content h1 br {
        content: ' ';
    }
    .s1 .si_left .si_left_content h1 br:before {
        content: ' ';
        clear: both;
    }
    .s1 .si_left .si_left_content h1 {
        max-width: 100%;
        font-size: 13.6vw;
        letter-spacing: 0.8vw;
        padding-right: 12vw;
        line-height: 0.93;
    }
    .s1 .si_left .si_left_content h1:before {
        left: -8.2vw;
        top: 12.5vw;
        width: 36.2vw;
        height: 36.2vw;
    }
    .s1 .si_left .si_left_content h1::after {
        left: 54.7vw;
        top: 32.8vw;
        width: 29.4vw;
    }
    .s1 .si_left .si_left_content .kj_button{      
      padding-left: 0.4vw;      
      padding-top: 2.2vw;
    }
    .s1 .si_left .si_left_content .kj_button a{
        margin: 0px;
        font-size: 2.3vw;
        margin-top: 1vw;
        background-color: #000000;
        color: #FFF;
        padding: 2.1vw 7vw 2.1vw 8vw;
        letter-spacing: 0.95vw;
    }
    .s1 .si_left .si_left_content article .vertical_text {
        display: none;
    }
    .s1 .si_left .si_left_content article{
      padding-right: 2vw;
    }
    .s1 .si_left .si_left_content article p{     
      margin: 0px;    
      padding-top: 3.2vw;     
      line-height: 1.5;
    }
    .s1 .si_left .si_left_content article p br{
      display:none;
    }

    .s1 .si_right {
        width: 100%;
        position: relative;
        height: 105.2vw;
    }
    .s1 .si_right .img_holder {
        left: inherit;
        width: 80.5vw;
        height: 113.9vw;
        right: -8vw;
        top: -8.8vw;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .s1 .si_featuredin {
        margin-top: -21vw;
        margin-left: -8vw;
        margin-right: -8vw;
        width: 100vw !important;
        padding-bottom: 11.083vw;
    }
    .s1 #si_featuredin {
        max-width: 100%;
        margin-right: 0vw;
        position: relative;
        background-color: #b66a36;
        padding-left: 10.4vw;
        padding-top: 2.6vw;
        padding-bottom: 2vw;
    }
    .s1 #si_featuredin:before {
        content: "";
        display: block;
        background-image: url(featured_in.png);
        width: 18vw;
        height: 19.6vw;
        position: absolute;
        background-repeat: no-repeat;
        top: -12.6vw;
        left: 4vw;
        background-size: contain;
    }
}
@media (max-width: 450px) {

}

/*
=======================================
  Section 2
=========================================*/
.s2 {
    position: relative;
    background-color: #96a095;
    padding-top: 42px;
    padding-bottom: 49px;
}

.s2 .si_arow {
    position: absolute;
    width: 10px;
    height: 35.25px;
    top: -13px;
    left: 50%;
}

.s2 .si_arow img {
    margin: 0px;
    margin-left: -6px;
}

.s2 .section_inner {
}

.s2 .section_inner .si_content {
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    width: 100%;
    font-size: 11.25px;
    letter-spacing: 4px;
    margin-left: 2px;
}

.s2 .section_inner .countdown {
    width: 537px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.s2 .section_inner .countdown .countdown_inner {
    width: 25%;
    position: relative;
}

.s2 .section_inner .countdown .countdown_inner:before {
    content: ':';
    position: absolute;
    right: -10px;
    top: -11px;
    font-size: 34px;
    color: #ffffff;
}

.s2 .section_inner .countdown .countdown_inner:last-of-type:before {
    display: none;
}

.s2 .section_inner .countdown .countdown_inner h2 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 64.125px;
    letter-spacing: 3.21px;
}

.s2 .section_inner .countdown .countdown_inner:nth-child(2) h2 {
    margin-left: 10px;
}

.s2 .section_inner .countdown .countdown_inner:nth-child(3) h2 {
    margin-left: 22px;
}

.s2 .section_inner .countdown .countdown_inner .countdown__title {
    font-size: 22.5px;
    letter-spacing: 3.21px;
    margin-left: 4px;
}

.s2 .section_inner .countdown .countdown_inner:nth-child(2) .countdown__title {
    margin-left: 14px;
}

.s2 .section_inner .countdown .countdown_inner:nth-child(3) .countdown__title {
    margin-left: 21px;
}

@media (max-width: 1440px) {
  .s2 {
      padding-top: 2.917vw;
      padding-bottom: 3.403vw;
  }
  .s2 .si_arow {
      width: 0.694vw;
      height: 2.448vw;
      top: -0.903vw;
      left: 50%;
  }
  .s2 .si_arow img {
      margin-left: -0.417vw;
  }
  .s2 .section_inner .si_content {
      font-size: 0.781vw;
      letter-spacing: 0.278vw;
      margin-left: 0.139vw;
  }
  .s2 .section_inner .countdown {
      width: 37.292vw;
      margin-top: 2.778vw;
  }
  .s2 .section_inner .countdown .countdown_inner:before {
      right: -0.694vw;
      top: -0.764vw;
      font-size: 2.361vw;
  }
  .s2 .section_inner .countdown .countdown_inner h2 {
      margin-bottom: 0.556vw;
      font-size: 4.453vw;
      letter-spacing: 0.223vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(2) h2 {
      margin-left: 0.694vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(3) h2 {
      margin-left: 1.528vw;
  }
  .s2 .section_inner .countdown .countdown_inner .countdown__title {
      font-size: 1.563vw;
      letter-spacing: 0.223vw;
      margin-left: 0.278vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(2) .countdown__title {
      margin-left: 0.972vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(3) .countdown__title {
      margin-left: 1.458vw;
  }
}

@media (max-width: 1024px) {
  .s2 .section_inner .si_content{
    font-size: 1.25vw;
  }
}

@media (max-width: 768px) {
  .s2 .section_inner .si_content{
    font-size:2vw;
  }
  .s2 .section_inner .countdown .countdown_inner:before {
      right: -0.694vw;
      top: -0.4vw;
      font-size: 3.361vw;
  }
  .s2 .section_inner .countdown .countdown_inner h2 {
      margin-bottom: 1.556vw;
      font-size: 6.453vw;
      letter-spacing: 0.3vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(2) h2 {
      margin-left: 0.694vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(3) h2 {
      margin-left: 1.528vw;
  }
  .s2 .section_inner .countdown .countdown_inner .countdown__title {
      font-size: 2.563vw;
      letter-spacing: 0.223vw;
      margin-left: 0.278vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(2) .countdown__title {
      margin-left: 0.972vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(3) .countdown__title {
      margin-left: 1.458vw;
  }
  .s2 .section_inner .countdown .countdown_inner{
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .s2 .section_inner .countdown{
    width: 51.292vw;
  }

    .s2 .si_arow {
        width: 1.694vw;
        height: 6.448vw;
        top: -10.8vw;
        left: 50%;
    }
}

@media (max-width: 550px) {
  .s2 {
      padding-top: 5.7vw;
      padding-bottom: 3.403vw;
  }
  .s2 .section_inner .si_content {
      font-size: 2.7vw;
      letter-spacing: 0.8vw;
      margin: 0px;
  }
  .s2 .section_inner .countdown {
     width: 86vw;
     margin-top: 6.4vw;
  }
  .s2 .section_inner .countdown .countdown_inner h2 {
      margin-bottom: 1.3vw;
      font-size: 10.453vw;
      letter-spacing: 0.3vw;
  }
  .s2 .section_inner .countdown .countdown_inner .countdown__title {
    font-size: 3.563vw;
    letter-spacing: 0.223vw;
    margin-left: 0vw;
  }
}

@media (max-width: 480px) {
}

/*
=======================================
  Section 3
=========================================*/
.s3 {
    padding-top: 156px;
    z-index: 2;
    position: relative;
}

.s3 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1150px;
}

.s3 .si_left {
    width: 56.79%;
    position: relative;
}

.s3 .si_left:after {
    content: '';
    position: absolute;
    height: 362.25px;
    width: 10000px;
    left: -9505px;
    top: 148px;
    background-color: #f0f1ee;
    z-index: -1;
}

.s3 .si_right {
    width: 40%;
    padding-top: 161px;
}

.s3 .si_right h2 {
    margin-bottom: 0px;
    color: #b56a36;
}

.s3 .si_right article {
    color: #000;
    padding-top: 9px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.s3 .si_right article .vertical_text {
    left: 0;
    top: -194px;
}
@media (max-width: 1440px){
  .s3 {
      padding-top: 10.833vw;
  }
  .s3 .section_inner {
      width: 79.861vw;
  }
  .s3 .si_left {
      width: 56.79%;
  }
  .s3 .si_left:after {
      height: 25.156vw;
      width: 694.444vw;
      left: -660.069vw;
      top: 10.278vw;
  }
  .s3 .si_right {
      width: 40%;
      padding-top: 11.181vw;
  }
  .s3 .si_right h2 {
      margin-bottom: 0vw;
  }
  .s3 .si_right article{
    
  }
  .s3 .si_right article p br{
    display:none;
  } {
      padding-top: 0.625vw;
  }
  .s3 .si_right article .vertical_text {
      left: 0;
      top: -13.472vw;
  }
}
@media (max-width: 1140px){
  .s3 .si_right article p br{
    display:none;
  }
}
@media (max-width: 1024px){
  .s3 .si_left{
    padding-right: 3vw;
  }
}
@media (max-width: 768px){

  .s3{
    padding-left:9vw;
    padding-right:9vw;
  }
  .s3 .section_inner{
    width:100%;
  }
  .s3 .si_left{
    display:none;
    width: 100%;
  }
  .s3 .si_left.mobile_only{
    display:block;
    padding-right: 0;
  }
  .s3 .si_right{
    width:100%;
    padding-top: 2.181vw;
  }
  .s3 .si_right h2{
    margin-bottom: 4vw;
  }
  .s3 .si_right article .vertical_text{
    display:none;
  }
  .s3_upper_title{
    display:block;
    text-transform: uppercase;
    letter-spacing: 0.5vw;
    font-weight: normal;
    font-size: 2.2vw;
    margin-bottom: 1vw;
  }
  .s3 .si_left:after {
      height: 30.156vw;
      width: 685.444vw;
      left: -660.069vw;
      top: -13.722vw;
  }




}
@media (max-width: 550px){
  .s3{
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .s3 .si_right{
    padding-top: 3.781vw;
  }
  .s3 .si_right h2{
    margin-bottom: 8vw;
    padding-left: 35vw;
    line-height: 0.96;
  }
  .s3_upper_title{
    display:block;
    text-transform: uppercase;
    letter-spacing: 0.5vw;
    font-weight: normal;
    font-size: 2.5vw;
    margin-bottom: 1.7vw;
    text-align: center;
  }
  .s3 .si_left:after {
      height: 51vw;
      width: 75vw;
      left: -5vw;
      top: -21.722vw;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 4
=========================================*/
.s4 {
    padding-top: 160px;
    z-index: 2;
    position: relative;
    padding-bottom: 104px;
}

.s4 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1274px;
}

.s4 .si_left {
    width: 47.5%;
    padding-top: 146px;
}

.s4 .si_left h2 {
    margin-bottom: 0px;
    color: #b56a36;
    padding-left: 144px;
}

.s4 .si_left article {
    color: #000;
    padding-top: 76px;
    position: relative;
    padding-left: 221px;
}

.s4 .si_left article .article_inner {
    position: relative;
}

.s4 .si_left article .article_inner:before {
    content: '';
    position: absolute;
    width: 96%;
    height: 1px;
    background: #000;
    left: -1px;
    top: -47px;
}

.s4 .si_left article .vertical_text {
    left: 0;
    top: 0;
}


.s4 .si_left article ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
.s4 .si_left article ul li{
    position: relative;
    padding-bottom: 12px;
    margin: 0;
}
.s4 .si_left article ul li:before{
    content: '';
    position: absolute;
    width: 9px;
    height: 1px;
    background-color: #000;
    left: -30px;
    top: 11px;
}

.s4 .si_right {
    width: 44.82%;
    position: relative;
}

.s4 .si_right:after {
    content: '';
    position: absolute;
    height: 583px;
    width: 10000px;
    right: -9950px;
    top: 69px;
    background-color: #b56a36;
    z-index: -1;
}

@media (max-width: 1440px){
  .s4 {
      padding-top: 11.111vw;
      padding-bottom: 7.222vw;
  }
  .s4 .section_inner {
      width: 88.472vw;
  }
  .s4 .si_left {
      width: 47.5%;
      padding-top: 10.139vw;
  }
  .s4 .si_left h2 {
      margin-bottom: 0vw;
      padding-left: 10vw;
  }
  .s4 .si_left article {
      padding-top: 5.278vw;
      padding-left: 15.347vw;
  }
  .s4 .si_left article .article_inner:before {
      width: 96%;
      height: 0.069vw;
      left: -0.069vw;
      top: -3.264vw;
  }
  .s4 .si_left article .vertical_text {
      left: 0;
      top: 0;
  }
  .s4 .si_left article ul li {
      padding-bottom: 2.833vw;
  }
  .s4 .si_left article ul li:before {
      width: 0.625vw;
      height: 0.139vw;
      left: -2.083vw;
      top: 0.625vw;
  }
  .s4 .si_right {
      width: 44.82%;
  }
  .s4 .si_right:after {
      height: 40.486vw;
      width: 694.444vw;
      right: -690.972vw;
      top: 4.792vw;
  }
}
@media (max-width: 1140px){
  .s4 .si_left article ul li:before{
    height:0.1vw;
  }
  .s4 .si_left article ul li br{
    display:none;
  }
  .s4 .si_left article ul li:before{
    top: 1vw;
  }
}
@media (max-width: 1024px){
  .s4 .si_left article{
    padding-left: 13vw;
  }
}
@media (max-width: 768px){
  .s4{
    padding-left:9vw;
    padding-right:9vw;
  }
  .s4 .section_inner{
    width:100%;
  }
  .s4 .si_left{
    width:100%;
  }
  .s4 .si_right{
    width:100%;
    order:-1;
    padding-bottom: 7vw;
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
  .s4 .si_right:after{
    top: auto;
    bottom: 0vw;
    right: -9vw;
    width: 57vw;
    height: 73vw;
  }
  .s4 .si_left article .vertical_text{
    left: -3vw;
    top: -47vw;
  }
    .s4 .si_left article ul li:before {
        top: 2.2vw;
        height: 0.2vw;
        width: 1.5vw;
        left: -5vw;
    }
    .s4 .si_left h2 {
        margin-bottom: 0vw;
        padding-left: 5.3vw;
    }
    .s4 .si_left article {
        padding-left: 9.8vw;
    }
    .s4 .si_left article .article_inner:before{
        display: none;
    }
    .s4 .si_left h2{
        position: relative;
    }
    .s4 .si_left h2:before {
        width: 96%;
        height: 2px;
        background-color:#000;
        right: -46.069vw;
        top: 5.6vw;
        content: "";
        display: block;
        position: absolute;
    }
}
@media (max-width: 550px){
  .s4 .si_right{
    padding-bottom: 6vw;
  }
  .s4 .si_left{
    padding-top: 6vw;
  }
  .s4 .si_left article{
    padding-top:3vw;
    padding-left: 16vw;
  }
  .s4 .si_left article ul lip:before{
    
    height: 1px;
        
    width: 2vw;
        
    top: 2.5vw;
        
    left: -7vw;
  }
    .s4 .si_left h2:before {
        width: 80%;
        height: 2px;
        background-color: #000;
        right: -46.069vw;
        top: 7.3vw;
        content: "";
        display: block;
        position: absolute;
    }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 5
=========================================*/
.s5 {
    background-color: #edebe3;
}

.s5 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1274px;
    position: relative;
    padding-top: 88px;
    padding-bottom: 71px;
}

.s5 .section_inner:before {
    content: '';
    position: absolute;
    width: 10000px;
    left: -10002px;
    top: 53.9%;
    height: 1px;
    background-color: #000;
}

.s5 .section_inner:after {
    content: '';
    position: absolute;
    width: 10000px;
    right: -10002px;
    top: 53.9%;
    height: 1px;
    background-color: #000;
}

.s5 .si_content {
    width: 1029px;
    text-align: center;
    padding-left: 11px;
}

@media (max-width: 1440px){
  .s5 .section_inner {
      width: 88.472vw;
      padding-top: 6.111vw;
      padding-bottom: 4.931vw;
  }
  .s5 .section_inner:before {
      width: 694.444vw;
      left: -694.583vw;
      top: 53.9%;
      height: 0.069vw;
  }
  .s5 .section_inner:after {
      width: 694.444vw;
      right: -694.583vw;
      top: 53.9%;
      height: 0.069vw;
  }
  .s5 .si_content {
      width: 71.458vw;
      padding-left: 0.764vw;
  }
}
@media (max-width: 1140px){
  .s5 .si_content article p br{
    display:none;
  }
  .s5 .section_inner:before,
  .s5 .section_inner:after{
    height:0.1vw;
    top: calc(50% - 0.05vw);
  }
}
@media (max-width: 1024px){

}
@media (max-width: 768px){
  .s5{
    padding-left:9vw;
    padding-right:9vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .s5 .section_inner{
    width: 100%;
    padding-top:0;
    padding-bottom:0;
  }
  .s5 .si_content{
    width:100%;
  }
  .s5 .section_inner:before, 
  .s5 .section_inner:after{
    display:none;
  }
}
@media (max-width: 550px){
  .s5 {
      padding-top: 9.2vw;
      padding-bottom: 9.2vw;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 6
=========================================*/
.s6 {
    padding-top: 123px;
    z-index: 2;
    position: relative;
    padding-bottom: 204px;
}

.s6 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1150px;
}

.s6 .si_left {
    width: 51.6%;
    position: relative;
}

.s6 .si_left:after {
    content: '';
    position: absolute;
    height: 481px;
    width: 10000px;
    left: -9586px;
    top: 207px;
    background-color: #f0f1ee;
    z-index: -1;
}

.s6 .si_right {
    width: 43%;
    padding-top: 185px;
}

.s6 .si_right h2 {
    margin-bottom: 0px;
    color: #b56a36;
    margin-left: 31px;
}

.s6 .si_right article {
    color: #000;
    padding-top: 29px;
    position: relative;
}

.s6 .si_right article ul{
  margin:0;
  padding:0;
  list-style-type: none;
}
.s6 .si_right article ul li {
  margin:0;
    position: relative;
    padding-bottom: 22px;
    line-height: 1.27;
    padding-left: 31px;
}

.s6 .si_right article ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 1px;
    background-color: #000;
    left: 1px;
    top: 6px;
}

.s6 .si_right article ul li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
    left: 1px;
    bottom: 10px;
}

.s6 .si_right article .vertical_text {
    left: -33px;
    top: -172px;
}

@media (max-width: 1440px){
  .s6 {
      padding-top: 8.542vw;
      padding-bottom: 14.167vw;
  }
  .s6 .section_inner {
      width: 79.861vw;
  }
  .s6 .si_left {
      width: 51.6%;
  }
  .s6 .si_left:after {
      height: 33.403vw;
      width: 694.444vw;
      left: -665.694vw;
      top: 14.375vw;
  }
  .s6 .si_right {
      width: 43%;
      padding-top: 12.847vw;
  }
  .s6 .si_right h2 {
      margin-bottom: 0vw;
      margin-left: 2.153vw;
  }
  .s6 .si_right article {
      padding-top: 2.014vw;
  }
  .s6 .si_right article ul li{
      padding-bottom: 1.528vw;
      padding-left: 2.153vw;
  }
  .s6 .si_right article ul li:before {
      width: 0.625vw;
      height: 0.069vw;
      left: 0.069vw;
      top: 0.578vw;
  }
  .s6 .si_right article ul li:after {
      width: 100%;
      height: 0.069vw;
      left: 0.069vw;
      bottom: 0.578vw;
  }
  .s6 .si_right article .vertical_text {
      left: -2.292vw;
      top: -12.014vw;
  }
}
@media (max-width: 1140px){
  .s6 .si_right article ul li:before{
    height: 0.1vw;
    top: 0.5vw;
  }
  .s6 .si_right article ul li:after{
    height: 0.1vw;
  }
}
@media (max-width: 1024px){
  .s6 .si_right article ul li:before{ 
    top: 0.7vw;
    height: 0.1vw;
    width: 0.7vw;
  }
  .s6 .si_right article ul li:after{
    height:0.2vw;
  }
}
@media (max-width: 768px){
  .s6{
    padding-left: 9vw;
    padding-right:9vw;
    padding-top: 17vw;
  }
  .s6 .section_inner{
    width:100%;
  }
  .s6 .si_left{
    width: 100%;
  }
  .s6 .si_right{
    width: 100%;
    padding-top: 8vw;
    padding-left: 12vw;
  }
  .s6 .si_right h2 br{
    display: none;
  }
  .s6 .si_right article .vertical_text{
    display:none;
  }
  .s6 .si_left .vertical_text{
    display:block;
    top: 29vw;
    right: -2vw;
  }
  .s6 .si_left img{
    width: calc(100% + 3vw);
    max-width: 200vw;
    margin-left:-9vw;
  }
  .s6 .si_left:after{
    height: 33.403vw;
    width: 59vw;
    left: -9vw;
    top: auto;
    bottom: -14vw;
  }
  .s6 .si_right article ul li{
    padding-left:0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
  .s6 .si_right article ul li:before{
    height: 1px;
    width: 2vw;
    top: 5.6vw;
    left: -7vw;
  }
  .s6 .si_right h2{
    margin-left:0;
    margin-bottom: 4vw;
  }
  .s6 .si_right article ul li:after{
    height:1px;
    width: calc(100% + 5vw);
    left: -5vw;
  }
 .s6 .si_right article ul li br{
    display:none;
  }
}
@media (max-width: 550px){

}
@media (max-width: 450px){

}

/*
=======================================
  Section 7
=========================================*/
.s7 {
    z-index: 2;
    position: relative;
    background-color: #EDEBE3;
}

.s7 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1160px;
}

.s7 .si_left {
    width: 51.5%;
    padding-top: 143px;
}

.s7 .si_left h2 {
    margin-bottom: 0px;
    color: #b56a36;
    padding-left: 86px;
    position: relative;
}
.s7 .si_left h2:after {
    content: "";
    display: block;
    background-image: url(s7-founder--story.png);
    width: 98px;
    height: 97px;
    position: absolute;
    background-repeat: no-repeat;
    top: -46px;
    left: 27px;
    background-size: contain;
}
.s7 .si_left h2:before {
    content: '';
    position: absolute;
    width: 10000px;
    height: 1px;
    left: -9950px;
    bottom: 8px;
    background: #000;
}

.s7 .si_left article {
    color: #000;
    padding-top: 20px;
    padding-left: 92px;
}

.s7 .si_left article p {
    position: relative;
    padding-bottom: 16px;
}

.s7 .si_right {
    width: 43%;
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
}

.s7 .si_right:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 10000px;
    right: -9606px;
    bottom: 0px;
    background-color: #959f94;
    z-index: -1;
}

@media (max-width: 1440px){
  .s7 .section_inner {
      width: 80.556vw;
  }
  .s7 .si_left {
      width: 51.5%;
      padding-top: 9.931vw;
  }
  .s7 .si_left h2 {
      margin-bottom: 0vw;
      padding-left: 5.972vw;
  }
  .s7 .si_left h2:before {
      width: 694.444vw;
      height: 0.069vw;
      left: -690.972vw;
      bottom: 0.556vw;
  }
  .s7 .si_left article {
      padding-top: 1.389vw;
      padding-left: 6.389vw;
  }
  .s7 .si_left article p {
      padding-bottom: 1.111vw;
  }
  .s7 .si_right {
      width: 43%;
      padding-top: 4.514vw;
      padding-bottom: 4.514vw;
  }
  .s7 .si_right:after {
      height: 100%;
      width: 694.444vw;
      right: -667.083vw;
      bottom: 0vw;
  }
    .s7 .si_left h2:after {
        width: 6.806vw;
        height: 6.736vw;
        top: -3.194vw;
        left: 1.875vw;
    }
}
@media (max-width: 1140px){
  .s7 .si_left article p br{
    display:none;
  }
  .s7 .si_left{
    padding-bottom: 4vw;
    padding-top: 8vw;
  }
}
@media (max-width: 1024px){
    .s7 .si_left h2:after {
        width: 9.806vw;
        height: 19.736vw;
        top: -6.1vw;
        left: inherit;
        background-image: url(s7-founder--story-mobile.png);
        left: 0vw;
    }
}
@media (max-width: 768px){
  .s7{
    padding-left: 9vw;
    padding-right:9vw;
    background-color: transparent;
  }
  .s7:after{
    content:" ";
    background-color: #EDEBE3;
    position: absolute;
    width: 76vw;
    height: 94vw;
    left: 0;
    top: 24vw;
    z-index: 0;
  }
  .s7 .section_inner{
    width:100%;
    position: relative;
    z-index: 1;
  }
  .s7 .si_right{
    display:none;
  }
  .s7 .si_left{
    width:100%;
    padding-top: 7vw;
  }
  .s7 .si_left .img_holder.mobile_only{
    display:block;
    position:relative;
    padding-bottom: 9vw;
    margin-bottom: 7vw;
  }
  .s7 .si_left .img_holder.mobile_only img{
    position:relative;
    z-index:1;
  }
  .s7 .si_left .img_holder.mobile_only:after{
    position:absolute;
    content:" ";
    right: -9vw;
    bottom:0;
    background-color:#959F94;
    width: 71vw;
    height: 31vw;
  }
  .s7 .si_left article{
    padding-top:0;
    padding-left:0;
  }
  .s7 .si_left h2{
    padding-left: 0;
    margin-bottom: 3.5vw;
    line-height: 1;
  }
  .s7 .si_left h2:before{
    display:none;
  }
  .s7 .si_left h2:after {
        width: 11.806vw;
        height: 19.736vw;
        top: -5.1vw;
        left: inherit;
        background-image: url(s7-founder--story-mobile.png);
        left: -5vw;
    }
}
@media (max-width: 550px){
  .s7 .si_left {
      padding-top: 7vw;
  }
 .s7 .si_left h2 {
      line-height: 1;
  }
  .s7:after {
      content: " ";
      background-color: #EDEBE3;
      position: absolute;
      width: 76vw;
      height: 94vw;
      left: 0;
      top: 24vw;
      z-index: 0;
  }
  .s7 .si_left h2:after {
      width: 21.806vw;
      height: 19.736vw;
      top: 5.9vw;
      left: inherit;
      right: 2vw;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 8
=========================================*/
.s8 {
    padding-top: 150px;
    padding-bottom: 140px;
}

.s8 .section_inner {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

.s8 .section_inner:before {
    content: '';
    position: absolute;
    width: 10000px;
    left: -10082px;
    top: -36px;
    height: 204px;
    background-color: #b56a36;
}

.s8 .section_inner h2 {
    position: relative;
    padding-left: 101px;
    color: #b56a36;
    max-width: 649px;
    margin-bottom: 28px;
}

.s8 .section_inner h2:after {
    content: '';
    position: absolute;
    width: 10000px;
    right: -10002px;
    bottom: 24px;
    height: 1px;
    background-color: #000;
}

.s8 .si_content {
    margin-left: 102px;
    background: #f0f1ee;
}

.s8 .si_content .slider_warp {
    position: relative;
    z-index: 1;
}

.s8 .si_content .slider_inner {
    padding-top: 100px;
    position: relative;
    padding-bottom: 124px;
}

.s8 .si_content .slider_inner .vertical_text {
    left: 25px;
    top: 90px;
}

.s8 .si_content .slider_inner img {
    width: 41px;
}

.s8 .si_content .slider_inner h3 {
    color: #698167;
    margin-top: 33px;
    margin-bottom: 33px;
}

.s8 .si_content .slider_inner .slider_content {
    max-width: 457px;
    margin-left: 328px;
}
.s8 .si_content .slider_warp .slick-next,
.s8 .si_content .slider_warp .slick-prev{
    cursor: pointer;
    z-index: 4;
    background-color:transparent;
    border:0;
    
    font-size: 0;
    width: 35px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
}
.s8 .si_content .slider_warp .slick-prev {
    top: 50%;
    left: 53px;
    background-image:url(arrow-left.png);
}
.s8 .si_content .slider_warp .slick-next {
    top: 50%;
    right: 53px;
    background-image:url(arrow-right.png);
}

@media (max-width: 1440px){
  .s8 {
      padding-top: 10.417vw;
      padding-bottom: 9.722vw;
  }
  .s8 .section_inner {
      width: 80.556vw;
  }
  .s8 .section_inner:before {
      width: 694.444vw;
      left: -700.139vw;
      top: -2.5vw;
      height: 14.167vw;
  }
  .s8 .section_inner h2 {
      padding-left: 7.014vw;
      max-width: 45.069vw;
      margin-bottom: 1.944vw;
  }
  .s8 .section_inner h2:after {
      width: 694.444vw;
      right: -694.583vw;
      bottom: 1.667vw;
      height: 0.069vw;
  }
  .s8 .si_content {
      margin-left: 7.083vw;
  }
  .s8 .si_content .slider_inner {
      padding-top: 6.944vw;
      padding-bottom: 8.611vw;
  }
  .s8 .si_content .slider_inner .vertical_text {
      left: 2.736vw;
      top: 8.25vw;
  }
  .s8 .si_content .slider_inner img {
      width: 2.847vw;
  }
  .s8 .si_content .slider_inner h3 {
      margin-top: 2.292vw;
      margin-bottom: 2.292vw;
  }
  .s8 .si_content .slider_inner .slider_content {
      max-width: 31.736vw;
      margin-left: 22.778vw;
  }
  .s8 .si_content .slider_warp .slick-prev {
      width: 5.431vw;
      top: 50%;
      left: -2.319vw;
  }
  .s8 .si_content .slider_warp .slick-next {
      width: 5.431vw;
      top: 50%;
      right: -2.319vw;
  }
}
@media (max-width: 1140px){
  .s8 .si_content .slider_inner .slider_content br{
     display :none;
  }
}
@media (max-width: 1024px){
    
}
@media (max-width: 768px){
    .s8 {
        padding-right: 9vw;
        padding-left: 9vw;
        padding-top: 5.417vw;
    }
    .s8 .section_inner {
        width: 100%;
    }
    .s8 .section_inner h2 {
        padding-left: 1.6vw;
        max-width: 100%;
        margin-bottom: 4vw;
        line-height: 1;
    }
    .s8 .section_inner h2:after{
        display: none;
    }
    .s8 .si_content {
        margin-left: 2.083vw;
        margin-right: 2.5vw;
    }
    .s8 .si_content .slider_inner .vertical_text {
        left: -4.4vw;
        top: 11.2vw;
    }
    .s8 .si_content .slider_inner .slider_content {
        max-width: 51.736vw;
        margin-left: 14.778vw;
        padding-top: 2.5vw;
        font-size: 2.8vw;
        letter-spacing: 0.1vw;
    }
    .s8 .si_content .slider_inner img {
        width: 5.4vw;
    }
    .s8 .si_content .slider_inner h3 {
        margin-top: 3.3vw;
        margin-bottom: 4.7vw;
        font-size: 5.5vw;
        margin-left: -0.5vw;
    }
    .s8 .section_inner:before {
        width: 2vw;
        left: -9vw;
        top: 1.5vw;
        height: 18.167vw;
    }
    .s8 .si_content .slider_warp .slick-next{
        right: -2.1vw;
        display: block !important;
        font-size: 0;
        border: 0;
        background-image: url(right-angle.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 4.3vw;
        height: 8vw;
        top: 47vw;
    }
    .s8 .si_content .slider_warp .slick-prev {
        width: 4.3vw;
        height: 8vw;
        top: 47vw;
        left: -2.1vw;
        display: block !important;
        font-size: 0;
        border: 0;
        background-image: url(left-angle.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding: 0;
    }
}
@media (max-width: 550px){
    .s8 {
        padding-right: 9vw;
        padding-left: 9vw;
        padding-bottom: 18.722vw;
    }
    .s8 .section_inner {
        width: 100%;
    }
    .s8 .section_inner h2 {
        padding-left: 1.6vw;
        max-width: 100%;
        margin-bottom: 4vw;
        line-height: 1;
    }
    .s8 .section_inner h2:after{
        display: none;
    }
    .s8 .si_content {
        margin-left: 2.083vw;
        margin-right: 2.5vw;
    }
    .s8 .si_content .slider_inner .vertical_text {
        left: 2.6vw;
        top: 17.2vw;
    }
    .s8 .si_content .slider_inner .slider_content {
        max-width: 52.736vw;
        margin-left: 14.778vw;
        padding-top: 9.5vw;
        font-size: 3.5vw;
        letter-spacing: 0.1vw;
    }
    .s8 .si_content .slider_inner img {
        width: 7.4vw;
    }
    .s8 .si_content .slider_inner h3 {
        margin-top: 3.3vw;
        margin-bottom: 7.7vw;
        font-size: 7.5vw;
        margin-left: -0.5vw;
    }
    .s8 .section_inner:before {
        width: 2vw;
        left: -9vw;
        top: 1.5vw;
        height: 18.167vw;
    }
    .s8 .si_content .slider_warp .slick-next{
        right: -2.1vw;
        display: block !important;
        font-size: 0;
        border: 0;
        background-image: url(right-angle.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 4.3vw;
        height: 8vw;
        top: 47vw;
    }
    .s8 .si_content .slider_warp .slick-prev {
        width: 4.3vw;
        height: 8vw;
        top: 47vw;
        left: -2.1vw;
        display: block !important;
        font-size: 0;
        border: 0;
        background-image: url(left-angle.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding: 0;
    }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 9
=========================================*/
.s9 {
    padding-top: 74px;
    padding-bottom: 26px;
    position: relative;
    background: #959f94;
}

.s9 .section_inner {
    width: 1235px;
    margin: 0 auto;
    text-align: center;
}

.s9 .section_inner .si_sub_title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11.25px;
    letter-spacing: 4px;
    margin-left: 8px;
    color: #edebe3;
}

.s9 .section_inner h2 {
    margin-left: 19px;
    margin-top: 0;
    margin-bottom: 31px;
    color: #edebe3;
}

.s9 .slider_warp {
    position: relative;
    z-index: 1;
}

.s9 .slider_inner {
    color: #ffffff;
}

.s9 .slider_inner .img_holder {
    width: 139px;
    position: relative;
    margin: auto;
}

.s9 .slider_inner .img_holder:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 40px;
    background-image: url(testimonial.png);
    background-size: contain;
    bottom: 4px;
    right: 12px;
}

.s9 .slider_inner .img_holder img {
    border: 4.5px solid #b56a36;
    -webkit-border-radius: 87px;
    -moz-border-radius: 87px;
    border-radius: 87px;
}

.s9 .slider_inner .si_slider_text {
    padding-top: 20px;
}

.s9 .slider_inner .si_slider_name {
    padding-top: 10px;
}

.s9 .slider_inner .si_name {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-left: 3px;
}

.s9 .slider_inner .si_city {
    line-height: 1.36;
    letter-spacing: 0.825px;
    font-style: italic;
    display: block;
    margin-top: -5px;
    margin-right: 4px;
}

.s9 .slider_warp .slick-prev {
    width: 35px;
    height: 15px;
    position: absolute;
    top: 24.3%;
    left: 2px;
    cursor: pointer;
    z-index: 4;
    background-image: url(arrow-left-w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 0;
    font-size: 0;
    background-size: contain;
}

.s9 .slider_warp .slick-next {
    width: 35px;
     height: 15px;
    position: absolute;
    top: 24.3%;
    right: 0px;
    cursor: pointer;
    z-index: 4;
    background-image: url(arrow-right-w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 0;
    font-size: 0;
    background-size: contain;
}

.s9 .slider_warp .slick-dots {
    margin-top: 44px;
    margin-left: -26px;
}

.s9 .slider_warp .slick-dots li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.s9 .slider_warp .slick-dots li button {
    width: 30px;
    height: 4px;
    text-indent: -9999px;
    background: #cdcdcd;
    border: none;
}

.s9 .slider_warp .slick-dots li.slick-active button {
    background: #f0f1ee;
}

@media (max-width: 1440px){
  .s9 {
      padding-top: 5.139vw;
      padding-bottom: 1.806vw;
  }
  .s9 .section_inner {
      width: 85.764vw;
  }
  .s9 .section_inner .si_sub_title {
      font-size: 0.781vw;
      letter-spacing: 0.278vw;
      margin-left: 0.556vw;
  }
  .s9 .section_inner h2 {
      margin-left: 1.319vw;
      margin-top: 0;
      margin-bottom: 2.153vw;
  }
  .s9 .slider_inner .img_holder {
      width: 9.653vw;
  }
  .s9 .slider_inner .img_holder:before {
      width: 3.056vw;
      height: 2.778vw;
      bottom: 0.278vw;
      right: 0.833vw;
  }
  .s9 .slider_inner .img_holder img {
      border-width: 4.5px;
      -webkit-border-radius: 87px;
      -moz-border-radius: 87px;
      border-radius: 87px;
  }
  .s9 .slider_inner .si_slider_text {
      padding-top: 1.389vw;
  }
  .s9 .slider_inner .si_slider_name {
      padding-top: 0.694vw;
  }
  .s9 .slider_inner .si_name {
      font-size: 1.319vw;
      letter-spacing: 0.069vw;
      margin-left: 0.208vw;
  }
  .s9 .slider_inner .si_city {
      line-height: 1.36;
      letter-spacing: 0.57.292vw;
      margin-top: -0.347vw;
      margin-right: 0.278vw;
  }
  .s9 .slider_warp .slick-prev {
      width: 2.431vw;
      top: 24.3%;
      left: 0.139vw;
      height: 1.042vw;
  }
  .s9 .slider_warp .slick-next {
      width: 2.431vw;
      top: 24.3%;
      right: 0vw;
      height: 1.042vw;
  }
  .s9 .slider_warp .slick-dots {
      margin-top: 3.056vw;
      margin-left: -1.806vw;
  }
  .s9 .slider_warp .slick-dots li {
      margin-right: 0.417vw;
  }
  .s9 .slider_warp .slick-dots li button {
      width: 2.083vw;
      height: 0.278vw;
      text-indent: -694.375vw;
  }
}
@media (max-width: 1140px){
  .s9 .slider_inner .si_slider_text br{
    display:none;
  }
  .s9 .slider_inner .si_slider_text{
    padding-left:10vw;
    padding-right:10vw;
  }
  .s9 .slider_warp .slick-prev,
  .s9 .slider_warp .slick-next{
    top: 5vw;
    height: 1.8vw;
    width: 3vw;
  }
}
@media (max-width: 1024px){
  .s9 .section_inner .si_sub_title{
    font-size:1.25vw;
  }
}
@media (max-width: 768px){
  .s9 {
      padding-top: 18.139vw;
      padding-bottom: 10.806vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s9 .section_inner {
      width: 100%;
  }
  .s9 .section_inner .si_sub_title {
      font-size: 2.4vw;
      letter-spacing: 0.8vw;
      margin-left: 0.556vw;
  }
  .s9 .section_inner h2 {
      margin-left: 0;
      margin-top: 1.389vw;
      margin-bottom: 9.153vw;
  }
  .s9 .slider_inner .img_holder {
      width: 33vw;
      height: 33vw;
      padding-top: 0.278vw;
      padding-bottom: 0.417vw;
  }
  .s9 .slider_inner .img_holder:before {
      width: 9vw;
      height: 9vw;
      bottom: 0.278vw;
      right: 2.486vw;
      background-repeat: no-repeat;
  }
  .s9 .slider_inner .img_holder img {
      border-width: 1.4vw;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
  }
  .s9 .slider_inner .si_slider_text {
      padding-top: 3.389vw;
      padding-left: 5vw;
      padding-right: 5vw;
  }
  .s9 .slider_inner .si_slider_name {
      padding-top: 0.694vw;
  }
  .s9 .slider_inner .si_name {
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      margin-left: 0;
  }
  .s9 .slider_inner .si_city {
      margin-top: 0;
      margin-right: 0;
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      font-weight: 600;
  }
  .s9 .slider_warp .slick-prev {
       width: 4.3vw;
      height: 8vw;
      top: 10vw;
      left: 0;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(left-angle-light.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      padding: 0;
  }
  .s9 .slider_warp .slick-next {
      right: 0vw;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(right-angle-light.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 4.3vw;
      height: 8vw;
      top: 10vw;
  }
  .s9 .slider_warp .slick-dots {
      margin-top: 3.056vw;
      margin-left: 0;
      margin-bottom: 0;
      padding: 0;
  }
  .s9 .slider_warp .slick-dots li {
      margin-right: 1vw;
      margin-left: 1vw;
  }
  .s9 .slider_warp .slick-dots li button {
      width: 5.083vw;
      height: 0.7vw;
      text-indent: -694.375vw;
  }
}
@media (max-width: 550px){
  .s9 {
      padding-top: 18.139vw;
      padding-bottom: 14.806vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s9 .section_inner {
      width: 100%;
  }
  .s9 .section_inner .si_sub_title {
      font-size: 2.4vw;
      letter-spacing: 0.8vw;
      margin-left: 0.556vw;
  }
  .s9 .section_inner h2 {
      margin-left: 0;
      margin-top: 1.389vw;
      margin-bottom: 9.153vw;
  }
  .s9 .slider_inner .img_holder {
      width: 33vw;
      height: 33vw;
      padding-top: 0.278vw;
      padding-bottom: 0.417vw;
  }
  .s9 .slider_inner .img_holder:before {
      width: 9vw;
      height: 9vw;
      bottom: 0.278vw;
      right: 2.486vw;
      background-repeat: no-repeat;
  }
  .s9 .slider_inner .img_holder img {
      border-width: 1.4vw;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
  }
  .s9 .slider_inner .si_slider_text {
      padding-top: 3.389vw;
      padding-left: 5vw;
      padding-right: 5vw;
      font-weight: normal;
  }
  .s9 .slider_inner .si_slider_name {
      padding-top: 0.694vw;
  }
  .s9 .slider_inner .si_name {
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      margin-left: 0;
  }
  .s9 .slider_inner .si_city {
      margin-top: 0;
      margin-right: 0;
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      font-weight: 600;
  }
  .s9 .slider_warp .slick-prev {
       width: 4.3vw;
      height: 8vw;
      top: 10vw;
      left: 0;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(left-angle-light.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      padding: 0;
  }
  .s9 .slider_warp .slick-next {
      right: 0vw;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(right-angle-light.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 4.3vw;
      height: 8vw;
      top: 10vw;
  }
  .s9 .slider_warp .slick-dots {
      margin-top: 3.056vw;
      margin-left: 0;
      margin-bottom: 0;
      padding: 0;
  }
  .s9 .slider_warp .slick-dots li {
      margin-right: 1vw;
      margin-left: 1vw;
      margin-top: 5vw;
      margin-bottom: 0;
  }
  .s9 .slider_warp .slick-dots li button {
      width: 7vw;
      height: 0.8vw;
      text-indent: -694.375vw;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 10
=========================================*/
.s10 {
    padding-top: 150px;
    z-index: 2;
    position: relative;
    padding-bottom: 89px;
}

.s10 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1150px;
}

.s10 .si_left {
    width: 51.6%;
    position: relative;
}

.s10 .si_left:after {
    content: '';
    position: absolute;
    height: 481px;
    width: 10000px;
    left: -9586px;
    top: 208px;
    background-color: #edebe3;
    z-index: -1;
}

.s10 .si_left .vertical_text {
    left: -55px;
    top: 709px;
}

.s10 .si_right {
    width: 44.5%;
    padding-top: 278px;
    position: relative;
}

.s10 .si_right h2 {
    margin-bottom: 0px;
    color: #b56a36;
    margin-left: 31px;
    position: absolute;
    top: 150px;
    width: 550px;
    left: -289px;
}
.s10 .si_right h2:before {
    content: "";
    display: block;
    background-image: url(s10-lorem-ipsumtext.png);
    width: 98px;
    height: 102px;
    position: absolute;
    background-repeat: no-repeat;
    top: -63px;
    left: -68px;
    background-size: contain;
}
.s10 .si_right article {
    color: #000;
    padding-top: 29px;
    position: relative;
}

.s10 .si_right article p {
    position: relative;
    padding-bottom: 14px;
    line-height: 1.27;
    padding-left: 33px;
}


.s10 .si_right article p:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #000;
    left: 1px;
    top: 4px;
}

.s10 .si_right article p:after {
    content: '';
    position: absolute;
    width: 89%;
    height: 1px;
    background-color: #f3f3f3;
    left: 1px;
    bottom: -1px;
}

@media (max-width: 1440px){
  .s10 {
      padding-top: 10.417vw;
      padding-bottom: 6.181vw;
  }
  .s10 .section_inner {
      width: 79.861vw;
  }
  .s10 .si_left {
      width: 51.6%;
  }
  .s10 .si_left:after {
      height: 33.403vw;
      width: 694.444vw;
      left: -665.694vw;
      top: 14.444vw;
  }
  .s10 .si_left .vertical_text {
      left: -3.819vw;
      top: 49.236vw;
  }
  .s10 .si_right {
      width: 44.5%;
      padding-top: 19.306vw;
  }
  .s10 .si_right h2 {
      margin-bottom: 0vw;
      margin-left: 2.153vw;
      top: 10.417vw;
      width: 38.194vw;
      left: -20.069vw;
  }
  .s10 .si_right article {
      padding-top: 2.014vw;
  }
  .s10 .si_right article p {
      padding-bottom: 0.972vw;
      padding-left: 2.292vw;
  }
  .s10 .si_right article p:before {
      width: 0.694vw;
      height: 0.069vw;
      left: 0.069vw;
      top: 0.278vw;
  }
  .s10 .si_right article p:after {
      width: 89%;
      height: 0.069vw;
      left: 0.069vw;
      bottom: -0.069vw;
  }
    .s10 .si_right h2:before {
        width: 6.806vw;
        height: 7.083vw;
        top: -4.375vw;
        left: -4.722vw;
    }
}
@media (max-width: 1140px){
  .s10 .si_right article p:before{
    height:0.1vw;
    top:0.65vw;
  }
  .s10 .si_right article p:after{
    height:0.1vw;
  }
  .s10 .si_right article p br{
    display:none;
  }
}
@media (max-width: 1024px){
    .s10 .si_right article p:before{
        height: 0.2vw;
        width: 0.7vw;
        top: 0.7vw;
    }
    .s10 .si_right article p:after{
        height:0.2vw;
    }
    .s10 .si_right h2:before {
        width: 15.806vw;
        height: 13.7vw;
        top: -7vw;
        left: -7.3vw;
    }
}
@media (max-width: 768px){
  .s10 {
      padding-top: 10.417vw;
      padding-bottom: 16.181vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s10 .section_inner {
      width: 100%;
  }
  .s10 .si_left {
      display: none;
  }
  .s10 .si_left:after {
      height: 33.403vw;
      width: 694.444vw;
      left: -665.694vw;
      top: 14.444vw;
  }
  .s10 .si_left .vertical_text {
      left: -8.472vw;
      top: 44.444vw;
  }
  .s10 .si_right {
      width: 100%;
      padding-top: 19.406vw;
  }
  .s10 .img_holder.mobile_only{
    display:block;
  }
  .s10 .img_holder.mobile_only img{
    margin-left: -15vw;
    margin-top: -4vw;
  }
  .s10 .si_right h2 {
      margin-bottom: 0vw;
      margin-left: 22.153vw;
      top: auto;
      width: auto;
      left: auto;
      position: relative;
      line-height: 1;
  }
  .s10 .si_right h2 br{
    display:none;
  }
  .s10 .si_right article {
      padding-top: 5.014vw;
      padding-left: 12vw;
  }
  .s10 .si_right article p {
      padding-left: 0;
      margin-bottom: 0;
      margin-top: 0;
      padding-bottom: 4vw;
      padding-top: 4vw;
  }
  .s10 .si_right article p:before {
      height: 1px;
      width: 2vw;
      top: 5.6vw;
      left: -7vw;
  }
  .s10 .si_right article p:after {
      bottom: 0;
      height: 1px;
      width: calc(100% + 5vw);
      left: -5vw;
  }
}
@media (max-width: 550px){
  .s10 {
      padding-top: 10.417vw;
      padding-bottom: 16.181vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s10 .section_inner {
      width: 100%;
  }
  .s10 .si_left {
      display: none;
  }
  .s10 .si_left:after {
      height: 33.403vw;
      width: 694.444vw;
      left: -665.694vw;
      top: 14.444vw;
  }
  .s10 .si_left .vertical_text {
      left: -8.472vw;
      top: 44.444vw;
  }
  .s10 .si_right {
      width: 100%;
      padding-top: 19.406vw;
  }
  .s10 .img_holder.mobile_only{
    display:block;
  }
  .s10 .img_holder.mobile_only img{
    margin-left: -15vw;
    margin-top: -4vw;
  }
  .s10 .si_right h2 {
      margin-bottom: 0vw;
      margin-left: 22.153vw;
      top: auto;
      width: auto;
      left: auto;
      position: relative;
      line-height: 1;
  }
  .s10 .si_right h2 br{
    display:none;
  }
  .s10 .si_right article {
      padding-top: 5.014vw;
      padding-left: 12vw;
  }
  .s10 .si_right article p {
      padding-left: 0;
      margin-bottom: 0;
      margin-top: 0;
      padding-bottom: 4vw;
      padding-top: 4vw;
  }
  .s10 .si_right article p:before {
      height: 1px;
      width: 2vw;
      top: 5.6vw;
      left: -7vw;
  }
  .s10 .si_right article p:after {
      bottom: 0;
      height: 1px;
      width: calc(100% + 5vw);
      left: -5vw;
  }
.s10 .si_right h2:before {
    width: 21.806vw;
    height: 21.7vw;
    top: -11vw;
    left: -11.3vw;
}
}
@media (max-width: 450px){

}

/*
=======================================
  Section 11
=========================================*/
.s11 {
    padding-top: 74px;
    padding-bottom: 26px;
    position: relative;
    background: #f0f1ee;
    margin-bottom: 140px;
}
.s11 .section_inner {
    width: 1235px;
    margin: 0 auto;
    text-align: center;
}
.s11 .section_inner .si_sub_title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11.25px;
    letter-spacing: 4px;
    margin-left: 8px;
}
.s11 .section_inner h2 {
    margin-left: 19px;
    margin-top: 0;
    margin-bottom: 31px;
    color: #b56a36;
}
.s11 .slider_warp {
    position: relative;
    z-index: 1;
}
.s11 .slider_inner {
    color: #000000;
}
.s11 .slider_inner .img_holder {
    width: 129px;
    position: relative;
    margin: auto;
    padding-top: 4px;
    padding-bottom: 6px;
}
.s11 .slider_inner .img_holder:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 40px;
    background-image: url(testimonial-2.png);
    background-size: contain;
    bottom: 4px;
    right: 7px;
}
.s11 .slider_inner .img_holder img {
    border: 4.5px solid #959f94;
    -webkit-border-radius: 87px;
    -moz-border-radius: 87px;
    border-radius: 87px;
}
.s11 .slider_inner .si_slider_text {
    padding-top: 20px;
}
.s11 .slider_inner .si_slider_name {
    padding-top: 10px;
}
.s11 .slider_inner .si_name {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-left: 3px;
}
.s11 .slider_inner .si_city {
    line-height: 1.36;
    letter-spacing: 0.825px;
    font-style: italic;
    display: block;
    margin-top: -5px;
    margin-right: -2px;
}
.s11 .slider_warp .slick-prev {
    width: 35px;
    position: absolute;
    top: 24.3%;
    left: 2px;
    cursor: pointer;
    z-index: 4;
    display: none !important;
}
.s11 .slider_warp .slick-next {
    width: 35px;
    position: absolute;
    top: 24.3%;
    right: 0px;
    cursor: pointer;
    z-index: 4;
    display: none !important;
}
.s11 .slider_warp .slick-dots {
    margin-top: 44px;
    margin-left: -26px;
}
.s11 .slider_warp .slick-dots li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}
.s11 .slider_warp .slick-dots li button {
    width: 30px;
    height: 4px;
    text-indent: -9999px;
    background: #cdcdcd;
    border: none;
}
.s11 .slider_warp .slick-dots li.slick-active button {
    background: #959f94;
}

@media (max-width: 1440px){
  .s11 {
      padding-top: 5.139vw;
      padding-bottom: 1.806vw;
      margin-bottom: 9.722vw;
  }
  .s11 .section_inner {
      width: 85.764vw;
  }
  .s11 .section_inner .si_sub_title {
      font-size: 0.781vw;
      letter-spacing: 0.278vw;
      margin-left: 0.556vw;
  }
  .s11 .section_inner h2 {
      margin-left: 1.319vw;
      margin-top: 0;
      margin-bottom: 2.153vw;
  }
  .s11 .slider_inner .img_holder {
      width: 8.958vw;
      padding-top: 0.278vw;
      padding-bottom: 0.417vw;
  }
  .s11 .slider_inner .img_holder:before {
      width: 3.056vw;
      height: 2.778vw;
      bottom: 0.278vw;
      right: 0.486vw;
  }
  .s11 .slider_inner .img_holder img {
      border-width: 0.313vw;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
  }
  .s11 .slider_inner .si_slider_text {
      padding-top: 1.389vw;
  }
  .s11 .slider_inner .si_slider_name {
      padding-top: 0.694vw;
  }
  .s11 .slider_inner .si_name {
      font-size: 1.319vw;
      letter-spacing: 0.069vw;
      margin-left: 0.208vw;
  }
  .s11 .slider_inner .si_city {
      margin-top: -0.347vw;
      margin-right: -0.139vw;
  }
  .s11 .slider_warp .slick-prev {
      width: 2.431vw;
      top: 24.3%;
      left: 0.139vw;
  }
  .s11 .slider_warp .slick-next {
      width: 2.431vw;
      top: 24.3%;
      right: 0vw;
  }
  .s11 .slider_warp .slick-dots {
      margin-top: 3.056vw;
      margin-left: -1.806vw;
  }
  .s11 .slider_warp .slick-dots li {
      margin-right: 0.417vw;
  }
  .s11 .slider_warp .slick-dots li button {
      width: 2.083vw;
      height: 0.278vw;
      text-indent: -694.375vw;
  }
}
@media (max-width: 1140px){
  .s11 .slider_inner .si_slider_text br{
    display:none;
  }
}
@media (max-width: 1024px){
  .s11 .section_inner .si_sub_title{
    font-size:1.25vw;
  }
}
@media (max-width: 768px){
  .s11 {
      padding-top: 19.8vw;
      padding-bottom: 10vw;
      margin-bottom: 9.722vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s11 .section_inner {
      width: 100%;
  }
  .s11 .section_inner .si_sub_title {
      font-size: 2.4vw;
      letter-spacing: 0.8vw;
      margin-left: 0.556vw;
  }
  .s11 .section_inner h2 {
      margin-left: 0;
      margin-top: 3.389vw;
      margin-bottom: 7.153vw;
  }
  .s11 .slider_inner .img_holder {
      width: 33vw;
      height: 33vw;
      padding-top: 0.278vw;
      padding-bottom: 0.417vw;
  }
  .s11 .slider_inner .img_holder:before {
      width: 10vw;
      height: 10vw;
      bottom: 0.278vw;
      right: 2.486vw;
      background-repeat: no-repeat;
  }
  .s11 .slider_inner .img_holder img {
      border-width: 1.4vw;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
  }
  .s11 .slider_inner .si_slider_text {
      padding-top: 2.389vw;
      padding-left: 5vw;
      padding-right: 5vw;
  }
  .s11 .slider_inner .si_slider_name {
      padding-top: 0.694vw;
  }
  .s11 .slider_inner .si_name {
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      margin-left: 0.208vw;
  }
  .s11 .slider_inner .si_city {
      margin-top: 0;
      margin-right: 0;
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      font-weight: 600;
  }
  .s11 .slider_warp .slick-prev {
      width: 4.3vw;
      height: 8vw;
      top: 10vw;
      left: 0;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(left-angle.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      padding: 0;
  }
  .s11 .slider_warp .slick-next {
      right: 0vw;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(right-angle.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 4.3vw;
      height: 8vw;
      top: 10vw;
  }
  .s11 .slider_warp .slick-dots {
      margin-top: 4vw;
      margin-bottom: 0;
      margin-left: 0;
      padding-left: 0;
  }
  .s11 .slider_warp .slick-dots li {
      margin-right: 1vw;
      margin-left: 1vw;
  }
  .s11 .slider_warp .slick-dots li button {
      width: 5.083vw;
      height: 0.7vw;
      text-indent: -694.375vw;
  }
}
@media (max-width: 550px){
  .s11 {
      padding-top: 19.8vw;
      padding-bottom: 13vw;
      margin-bottom: 17.722vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s11 .section_inner {
      width: 100%;
  }
  .s11 .section_inner .si_sub_title {
      font-size: 2.4vw;
      letter-spacing: 0.8vw;
      margin-left: 0.556vw;
  }
  .s11 .section_inner h2 {
      margin-left: 0;
      margin-top: 3.389vw;
      margin-bottom: 7.153vw;
  }
  .s11 .slider_inner .img_holder {
      width: 33vw;
      height: 33vw;
      padding-top: 0.278vw;
      padding-bottom: 0.417vw;
  }
  .s11 .slider_inner .img_holder:before {
      width: 10vw;
      height: 10vw;
      bottom: 0.278vw;
      right: 2.486vw;
      background-repeat: no-repeat;
  }
  .s11 .slider_inner .img_holder img {
      border-width: 1.4vw;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
  }
  .s11 .slider_inner .si_slider_text {
      padding-top: 2.389vw;
      padding-left: 5vw;
      padding-right: 5vw;
  }
  .s11 .slider_inner .si_slider_name {
      padding-top: 0.694vw;
  }
  .s11 .slider_inner .si_name {
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      margin-left: 0.208vw;
  }
  .s11 .slider_inner .si_city {
      margin-top: 0;
      margin-right: 0;
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      font-weight: 600;
  }
  .s11 .slider_warp .slick-prev {
      width: 4.3vw;
      height: 8vw;
      top: 10vw;
      left: 0;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(left-angle.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      padding: 0;
  }
  .s11 .slider_warp .slick-next {
      right: 0vw;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(right-angle.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 4.3vw;
      height: 8vw;
      top: 10vw;
  }
  .s11 .slider_warp .slick-dots {
      margin-top: 4vw;
      margin-bottom: 0;
      margin-left: 0;
      padding-left: 0;
  }
  .s11 .slider_warp .slick-dots li {
      margin-bottom: 0;
      margin-right: 1vw;
      margin-left: 1vw;
  }
  .s11 .slider_warp .slick-dots li button {
      text-indent: -694.375vw;
      width: 7vw;
      height: 0.8vw;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 12
=========================================*/
.s12 {
    padding-top: 63px;
    z-index: 2;
    padding-bottom: 98px;
    position: relative;
}

.s12:before {
    content: '';
    position: absolute;
    height: 506px;
    width: 10000px;
    left: -5000px;
    top: 0px;
    background-color: #b56a36;
    z-index: -1;
}

.s12:after {
    content: '';
    position: absolute;
    height: 423px;
    width: 311px;
    left: 0px;
    top: 82px;
    background-image: url(bg-flower.png);
    z-index: -1;
}

.s12 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1105px;
}

.s12 .section_inner .si_offer {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 14px;
    font-size: 11.25px;
    color: #edebe3;
    letter-spacing: 4px;
}

.s12 .si_left {
    width: 20.45%;
}

.s12 .si_left .si_left_inner {
    padding-top: 263px;
    padding-left: 12px;
}

.s12 .si_left .si_left_inner h2 {
    color: #ffffff;
    padding-right: 20px;
}

.s12 .si_center {
    width: 47.25%;
    text-align: center;
}
.s12.one_column_mood .si_center{
  width: 67.25%;
}
.s12 .si_center .si_center_inner {
    background: #edebe3;
    margin-top: 43.5px;
    padding-top: 80px;
    padding-bottom: 104px;
}

.s12 .si_center .si_center_inner h3 {
    letter-spacing: normal;
    color: #b56a36;
    margin-left: -8px;
    margin-bottom: 34px;
}

.s12 .si_center .si_center_inner .vertical_line {
    height: 172px;
    width: 11px;
    margin: auto;
    border-left: 1px solid #000000;
}

.s12 .si_center .si_center_inner article {
    padding-top: 6px;
    margin-right: 8px;
}

.s12 .si_center .si_center_inner .kj_button a {
    background: #b56a36;
    color: #ffffff;
    border: none;
    margin-top: 24px;
    margin-right: 9px;
}

.s12 .si_right {
    width: 32.3%;
    text-align: center;
}
.s12.one_column_mood .si_right{
    width: 63.3%;
}

.s12 .si_right .si_right_inner {
    background: #f0f1ee;
    margin-top: 122px;
    padding-top: 61px;
    padding-bottom: 38px;
}

.s12 .si_right .si_right_inner h3 {
    letter-spacing: normal;
    color: #698167;
    margin-left: -14px;
    margin-bottom: 23px;
}

.s12 .si_right .si_right_inner .vertical_line {
    height: 42px;
    width: 28px;
    margin: auto;
    border-left: 1px solid #000000;
}

.s12 .si_right .si_right_inner article {
    padding-top: 3px;
    margin-right: 15px;
}

.s12 .si_right .si_right_inner .kj_button a {
    margin-top: 25px;
    padding-bottom: 8px;
    margin-right: 15px;
    padding-right: 35px;
}

@media (max-width: 1440px){
  .s12 .si_left .si_left_inner h2{
    padding-right: 1.5vw;
  }
  .s12 {
      padding-top: 4.375vw;
      padding-bottom: 6.806vw;
  }
  .s12:before {
      height: 35.139vw;
      width: 694.444vw;
      left: -347.222vw;
      top: 0vw;
  }
  .s12:after {
      height: 29.375vw;
      width: 21.597vw;
      left: 0vw;
      top: 5.694vw;
  }
  .s12 .section_inner {
      width: 76.736vw;
  }
  .s12 .section_inner .si_offer {
      margin-left: 0.972vw;
      font-size: 11.1.736vw;
      letter-spacing: 0.278vw;
  }
  .s12 .si_left {
      width: 20.45%;
  }
  .s12 .si_left .si_left_inner {
      padding-top: 18.264vw;
      padding-left: 0.833vw;
  }
  .s12 .si_center {
      width: 47.25%;
  }
  .s12 .si_center .si_center_inner {
      margin-top: 3.021vw;
      padding-top: 5.556vw;
      padding-bottom: 7.222vw;
  }
  .s12 .si_center .si_center_inner h3 {
      margin-left: -0.556vw;
      margin-bottom: 2.361vw;
  }
  .s12 .si_center .si_center_inner .vertical_line {
      height: 11.944vw;
      width: 0.764vw;
      border-left: 1px solid #000000;
  }
  .s12 .si_center .si_center_inner article {
      padding-top: 0.417vw;
      margin-right: 0.556vw;
  }
  .s12 .si_center .si_center_inner .kj_button a {
      margin-top: 1.667vw;
      margin-right: 0.625vw;
  }
  .s12 .si_right {
      width: 32.3%;
  }
  .s12 .si_right .si_right_inner {
      margin-top: 8.472vw;
      padding-top: 4.236vw;
      padding-bottom: 2.639vw;
  }
  .s12 .si_right .si_right_inner h3 {
      margin-left: -0.972vw;
      margin-bottom: 1.597vw;
  }
  .s12 .si_right .si_right_inner .vertical_line {
      height: 2.917vw;
      width: 1.944vw;
      border-left: 1px solid #000000;
  }
  .s12 .si_right .si_right_inner article {
      padding-top: 0.208vw;
      margin-right: 1.042vw;
  }
  .s12 .si_right .si_right_inner .kj_button a {
      margin-top: 1.736vw;
      padding-bottom: 0.556vw;
      margin-right: 1.042vw;
      padding-right: 2.431vw;
  }
}
@media (max-width: 1140px){
  .s12 .si_right .si_right_inner article,
  .s12 .si_center .si_center_inner article{
    padding-left:2vw;
    padding-right:2vw;
  }
  .s12 .si_right .si_right_inner article br,
  .s12 .si_center .si_center_inner article br{
    display:none;
  }
  .s12 .si_center .si_center_inner{
    padding-top: 9vw;
  }
}
@media (max-width: 1024px){

}
@media (max-width: 768px){
  .s12 {
      padding-top: 28.8vw;
      padding-bottom: 24.806vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s12:before {
      height: 101.4vw;
      width: 100%;
      left: 0;
      top: 0vw;
  }
  .s12:after {
      height: 101.4vw;
      width: 100%;
      left: 0vw;
      top: 0;
      background-repeat: no-repeat;
      background-size: 76vw;
  }
  .s12 .section_inner {
      width: 100%;
  }
  .s12 .section_inner .si_offer {
      margin-left: 0.972vw;
      font-size: 11.1.736vw;
      letter-spacing: 0.278vw;
  }
  .s12 .si_left {
      width: 100%;
  }
  .s12 .si_left .si_left_inner h2 br{
    display:none;
  }
  .s12 .si_left .si_left_inner {
      padding-top: 4.264vw;
      padding-left: 0;
      padding-bottom: 7.1vw;
  }
  .s12 .si_center,
  .s12.one_column_mood .si_center {
      width: 100%;
  }
  .s12 .si_center .si_center_inner {
      margin-top: 0;
      padding-top: 10.8vw;
      padding-bottom: 14vw;
      position: relative;
  }
  .s12 .si_center .si_center_inner h3 {
      margin-left: 0;
      margin-bottom: 5.361vw;
      font-size: 7vw;
  }
  .s12 .si_center .si_center_inner .vertical_line {
      height: 8.944vw;
      width: 0.764vw;
      border-left: 1px solid #000000;
  }
  .s12 .si_center .si_center_inner article {
      padding-top: 0.5vw;
      margin-right: 0;
  }
  .s12 .si_right .si_right_inner article,
  .s12 .si_center .si_center_inner article{
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .s12 .si_center .si_center_inner .kj_button{
    
position: absolute;
    
bottom: -6vw;
    
width: 82%;
    
left: 9%;
  }
  .s12 .si_center .si_center_inner .kj_button a {
      margin-top: 0vw;
      margin-right: 0vw;
      margin-bottom: 0vw;
      display: block;
      width: 100%;
      font-size: 3vw;
      letter-spacing: 0.8vw;
      padding-top: 2.2vw;
      padding-bottom: 2.2vw;
  }
  .s12 .si_right,
  .s12.one_column_mood .si_right {
      width: 100%;
      margin-top: 16.5vw;
  }
  .s12 .si_right .si_right_inner {
      margin-top: 0;
      padding-top: 10.8vw;
      padding-bottom: 14vw;
      position: relative;
  }
  .s12 .si_right .si_right_inner h3 {
      margin-left: 0;
      margin-bottom: 5.361vw;
      font-size: 7vw;
  }
  .s12 .si_right .si_right_inner .vertical_line {
      border-left: 1px solid #000000;
      height: 8.944vw;
      width: 0.764vw;
  }
  .s12 .si_right .si_right_inner article {
      padding-top: 0.208vw;
      margin-right: 1.042vw;
  }
  .s12 .si_right .si_right_inner .kj_button{
    position: absolute;
    bottom: -6vw;
    width: 82%;
    left: 9%;
  }
  .s12 .si_right .si_right_inner .kj_button a {
      padding-right: 2.431vw;
      margin-top: 0vw;
      margin-right: 0vw;
      margin-bottom: 0vw;
      display: block;
      width: 100%;
      font-size: 3vw;
      letter-spacing: 0.8vw;
      padding-top: 2.2vw;
      padding-bottom: 2.2vw;
      background-color: #fff;
  }
}
@media (max-width: 550px){
  .s12 {
      padding-top: 28.8vw;
      padding-bottom: 24.806vw;
      padding-left: 9vw;
      padding-right: 9vw;
      overflow: hidden;
  }
  .s12:before {
      height: 101.4vw;
      width: 100%;
      left: 0;
      top: 0vw;
  }
  .s12:after {
      height: 101.4vw;
      width: 100%;
      left: -2vw;
      top: -26vw;
      background-repeat: no-repeat;
      background-size: 89vw;
  }
  .s12 .section_inner {
      width: 100%;
  }
  .s12 .section_inner .si_offer {
      margin-left: 0.972vw;
      font-size: 11.1.736vw;
      letter-spacing: 0.278vw;
  }
  .s12 .si_left {
      width: 100%;
  }
  .s12 .si_left .si_left_inner h2 br{
    display:none;
  }
  .s12 .si_left .si_left_inner {
      padding-top: 4.264vw;
      padding-left: 0;
      padding-bottom: 7.1vw;
  }
  .s12 .si_center {
      width: 100%;
  }
  .s12 .si_center .si_center_inner {
      margin-top: 0;
      padding-top: 10.8vw;
      padding-bottom: 14vw;
      position: relative;
  }
  .s12 .si_center .si_center_inner h3 {
      margin-left: 0;
      margin-bottom: 5.361vw;
      font-size: 7vw;
  }
  .s12 .si_center .si_center_inner .vertical_line {
      height: 8.944vw;
      width: 0.764vw;
      border-left: 1px solid #000000;
  }
  .s12 .si_center .si_center_inner article {
      padding-top: 0.5vw;
      margin-right: 0;
  }
  .s12 .si_right .si_right_inner article,
  .s12 .si_center .si_center_inner article{
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .s12 .si_center .si_center_inner .kj_button{
    position: absolute; 
    bottom: -6vw; 
    width: 82%;  
    left: 9%;
  }
  .s12 .si_center .si_center_inner .kj_button a {
      margin-top: 0vw;
      margin-right: 0vw;
      margin-bottom: 0vw;
      display: block;
      width: 100%;
      font-size: 3vw;
      letter-spacing: 0.8vw;
      padding-top: 2.2vw;
      padding-bottom: 2.2vw;
  }
  .s12 .si_right {
      width: 100%;
      margin-top: 16.5vw;
  }
  .s12 .si_right .si_right_inner {
      margin-top: 0;
      padding-top: 10.8vw;
      padding-bottom: 14vw;
      position: relative;
  }
  .s12 .si_right .si_right_inner h3 {
      margin-left: 0;
      margin-bottom: 5.361vw;
      font-size: 7vw;
  }
  .s12 .si_right .si_right_inner .vertical_line {
      border-left: 1px solid #000000;
      height: 8.944vw;
      width: 0.764vw;
  }
  .s12 .si_right .si_right_inner article {
      padding-top: 0.208vw;
      margin-right: 1.042vw;
  }
  .s12 .si_right .si_right_inner .kj_button{
    position: absolute;
    bottom: -6vw;
    width: 82%;
    left: 9%;
  }
  .s12 .si_right .si_right_inner .kj_button a {
      padding-right: 2.431vw;
      margin-top: 0vw;
      margin-right: 0vw;
      margin-bottom: 0vw;
      display: block;
      width: 100%;
      font-size: 3vw;
      letter-spacing: 0.8vw;
      padding-top: 2.2vw;
      padding-bottom: 2.2vw;
      background-color: #fff;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 13
=========================================*/
.s13 {
    padding-top: 90px;
    z-index: 2;
    padding-bottom: 77px;
    position: relative;
    background: #edebe3;
}

.s13 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 990px;
}

.s13 .section_inner h2 {
    width: 100%;
    text-align: center;
    color: #b56a36;
    margin-left: 3px;
    margin-bottom: 54px;
}

.s13 .si_left {
    width: 50%;
}

.s13 .si_left #accordion {
    padding-left: 38px;
}

.s13 .si_left #accordion h3 {
    cursor: pointer;
    font-family: 'Proxima Nova Rg';
    position: relative;
    font-size: 16.5px;
    line-height: 1.3;
    letter-spacing: .83px;
    padding-left: 29px;
    color: #000000;
    margin-bottom: 37px;
    font-weight: normal;
}

.s13 .si_left #accordion h3:before {
    content: '+';
    position: absolute;
    width: 8px;
    height: 8px;
    font-family: 'Proxima Nova Rg';
    top: 1px;
    left: 0px;
}

.s13 .si_left #accordion h3.ui-accordion-header-active:before {
    content: '-';
}

.s13 .si_left #accordion div {
    margin-left: 29px;
    font-size: 15px;
    font-family: 'Proxima Nova Rg';
    margin-top: -12px;
    padding-bottom: 30px;
}

.s13 .si_right {
    width: 40.5%;
}

.s13 .si_right #accordion2 h3 {
    cursor: pointer;
    font-family: 'Proxima Nova Rg';
    position: relative;
    font-size: 16.5px;
    line-height: 1.3;
    letter-spacing: .83px;
    padding-left: 29px;
    color: #000000;
    margin-bottom: 37px;
    font-weight: normal;
}

.s13 .si_right #accordion2 h3:before {
    content: '+';
    position: absolute;
    width: 8px;
    height: 8px;
    font-family: 'Proxima Nova Rg';
    top: 1px;
    left: 0px;
}

.s13 .si_right #accordion2 h3.ui-accordion-header-active:before {
    content: '-';
}

.s13 .si_right #accordion2 div {
    margin-left: 29px;
    font-size: 15px;
    font-family: 'Proxima Nova Rg';
    margin-top: -12px;
    padding-bottom: 30px;
}

@media (max-width: 1440px){
  .s13 {
      padding-top: 6.25vw;
      padding-bottom: 5.347vw;
  }
  .s13 .section_inner {
      width: 68.75vw;
  }
  .s13 .section_inner h2 {
      width: 100%;
      margin-left: 0.208vw;
      margin-bottom: 3.75vw;
  }
  .s13 .si_left {
      width: 50%;
  }
  .s13 .si_left #accordion {
      padding-left: 2.639vw;
  }
  .s13 .si_left #accordion h3 {
      font-size: 1.146vw;
      letter-spacing: 0.058vw;
      padding-left: 2.014vw;
      margin-bottom: 2.569vw;
  }
  .s13 .si_left #accordion h3:before {
      width: 0.556vw;
      height: 0.556vw;
      top: 0.069vw;
      left: 0vw;
  }
  .s13 .si_left #accordion div {
      margin-left: 2.014vw;
      font-size: 1.042vw;
      margin-top: -0.833vw;
      padding-bottom: 2.083vw;
  }
  .s13 .si_right {
      width: 40.5%;
  }
  .s13 .si_right #accordion2 h3 {
      font-size: 1.146vw;
      letter-spacing: 0.058vw;
      padding-left: 2.014vw;
      margin-bottom: 2.569vw;
  }
  .s13 .si_right #accordion2 h3:before {
      width: 0.556vw;
      height: 0.556vw;
      top: 0.069vw;
      left: 0vw;
  }
  .s13 .si_right #accordion2 div {
      margin-left: 2.014vw;
      font-size: 1.042vw;
      margin-top: -0.833vw;
      padding-bottom: 2.083vw;
  }
}
@media (max-width: 1140px){
  .s13 .si_left #accordion h3,
  .s13 .si_right #accordion2 h3{
    font-size:1.4vw;
  }
  .s13 .si_left #accordion h3 br,
  .s13 .si_right #accordion2 h3 br{
    display:none;
  }
}
@media (max-width: 1024px){
  .s13 .si_left #accordion h3, 
  .s13 .si_right #accordion2 h3{
    font-size:1.8vw;
  }
}
@media (max-width: 768px){
  .s13 {
      padding-top: 14.35vw;
      padding-bottom: 12.347vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s13 .section_inner {
      width: 100%;
  }
  .s13 .section_inner h2 {
      width: 100%;
      margin-left: 0.208vw;
      margin-bottom: 8.75vw;
      position: relative;
  }
  .s13 .section_inner h2:before{
    content:" ";
    position: absolute;
    top: 11.6vw;
    left: 45vw;
    height: 0.4vw;
    width: 50vw;
    background-color: #000;
  }
  .s13 .si_left {
      width: 100%;
  }
  .s13 .si_left #accordion {
      padding-left: 0;
  }
  .s13 .si_left #accordion h3 {
      font-size: 3.4vw;
      letter-spacing: 0.058vw;
      padding-left: 8vw;
      margin-bottom: 2.569vw;
      padding-top: 4.5vw;
  }
  .s13 .si_left #accordion h3:before {
      width: 3vw;
      height: 6vw;
      top: 3.7vw;
      left: 0vw;
      font-size: 4.5vw;
  }
  .s13 .si_left #accordion div {
      margin-left: 2.014vw;
      font-size: 3.042vw;
      margin-top: -0.833vw;
      padding-bottom: 2.083vw;
  }
  .s13 .si_right {
      width: 100%;
      padding-top: 1vw;
  }
  .s13 .si_right #accordion2 h3 {
      font-size: 3.4vw;
      letter-spacing: 0.058vw;
      padding-left: 8vw;
      margin-bottom: 2.569vw;
      padding-top: 4.5vw;
  }
  .s13 .si_right #accordion2 h3:before {
      width: 3vw;
      height: 6vw;
      left: 0vw;
      font-size: 4.5vw;
      top: 3.8vw;
  }
  .s13 .si_right #accordion2 div {
      margin-left: 2.014vw;
      font-size: 3.042vw;
      margin-top: -0.833vw;
      padding-bottom: 2.083vw;
  }
}
@media (max-width: 550px){
  .s13 {
      padding-top: 14.35vw;
      padding-bottom: 12.347vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s13 .section_inner {
      width: 100%;
  }
  .s13 .section_inner h2 {
      width: 100%;
      margin-left: 0.208vw;
      margin-bottom: 8.75vw;
      position: relative;
  }
  .s13 .section_inner h2:before{
    content:" ";
    position: absolute;
    top: 11.6vw;
    left: 45vw;
    height: 0.4vw;
    width: 50vw;
    background-color: #000;
  }
  .s13 .si_left {
      width: 100%;
  }
  .s13 .si_left #accordion {
      padding-left: 0;
  }
  .s13 .si_left #accordion h3 {
      font-size: 3.4vw;
      letter-spacing: 0.058vw;
      padding-left: 8vw;
      margin-bottom: 2.569vw;
      padding-top: 4.5vw;
  }
  .s13 .si_left #accordion h3:before {
      width: 3vw;
      height: 6vw;
      top: 3.7vw;
      left: 0vw;
      font-size: 4.5vw;
  }
  .s13 .si_left #accordion div {
      margin-left: 2.014vw;
      font-size: 3.042vw;
      margin-top: -0.833vw;
      padding-bottom: 2.083vw;
  }
  .s13 .si_right {
      width: 100%;
      padding-top: 1vw;
  }
  .s13 .si_right #accordion2 h3 {
      font-size: 3.4vw;
      letter-spacing: 0.058vw;
      padding-left: 8vw;
      margin-bottom: 2.569vw;
      padding-top: 4.5vw;
  }
  .s13 .si_right #accordion2 h3:before {
      width: 3vw;
      height: 6vw;
      left: 0vw;
      font-size: 4.5vw;
      top: 3.8vw;
  }
  .s13 .si_right #accordion2 div {
      margin-left: 2.014vw;
      font-size: 3.042vw;
      margin-top: -0.833vw;
      padding-bottom: 2.083vw;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 14
=========================================*/
.s14 {
    padding-top: 103px;
    z-index: 2;
    padding-bottom: 26px;
    position: relative;
    background: #959f94;
}

.s14 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1224px;
}

.s14 .si_left {
    width: 61%;
    position: relative;
}
.s14 .si_left:before{
    content: "";
    display: block;
    background-image: url(s14-follow-along-on-ig.png);
    width: 132px;
    height: 155px;
    position: absolute;
    background-repeat: no-repeat;
    top: -49px;
    left: 25px;
    background-size: contain;
}
.s14 .si_left .instagram_feed {
    margin-right: 32px;
    margin-left: 90px;
}
.s14 .si_left .instagram_feed a{
  margin:0;
}
.s14 .instagram_gallery a:last-child{
  display:none;
}
.s14 .instagram_gallery a img{
  width:33.33% !important;
}
.s14 .si_left .vertical_text {
    right: 0;
    bottom: 5px;
    width: 20px;
}

.s14 .si_center {
    width: 20%;
    padding-top: 72px;
}

.s14 .si_center .fooer_menu {
    padding-right: 32px;
    position: relative;
}

.s14 .si_center .fooer_menu:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 110px;
    background: #ffffff;
    right: 3px;
    top: 9px;
}

.s14 .si_center .fooer_menu a {
    margin: 0;
    padding: 0;
    font-size: 11.25px;
    line-height: 3.33;
    letter-spacing: 4px;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    display: block;
    text-align: right;
    text-transform: uppercase;
    color: #ffffff;
}

.s14 .si_right {
    width: 15%;
    text-align: right;
    padding-top: 81px;
}

.s14 .si_right img {
    max-width: 168px;
}

@media (max-width: 1440px){
  .s14 {
      padding-top: 7.153vw;
      padding-bottom: 1.806vw;
  }
  .s14 .section_inner {
      width: 85vw;
  }
  .s14 .si_left {
      width: 61%;
  }
  .s14 .si_left .instagram_feed {
      margin-right: 2.222vw;
      margin-left: 6.25vw;
  }
  .s14 .si_left .vertical_text {
      right: 0;
      bottom: 0.347vw;
      width: 1.389vw;
  }
  .s14 .si_center {
      width: 20%;
      padding-top: 5vw;
  }
  .s14 .si_center .fooer_menu {
      padding-right: 2.222vw;
  }
  .s14 .si_center .fooer_menu:after {
      width: 0.139vw;
      height: 7.639vw;
      right: 0.208vw;
      top: 0.625vw;
  }
  .s14 .si_center .fooer_menu a {
      margin: 0;
      padding: 0;
      font-size: 0.781vw;
      letter-spacing: 0.278vw;
  }
  .s14 .si_right {
      width: 15%;
      padding-top: 5.625vw;
  }
  .s14 .si_right img {
      max-width: 11.667vw;
  }
    .s14 .si_left:before {
        width: 9.2vw;
        height: 10.8vw;
        top: -3.4vw;
        left: 1.7vw;
    }
}
@media (max-width: 1140px){
  .s14 .si_center .fooer_menu a{
    font-size:1vw;
    line-height:2.5;
  }
}
@media (max-width: 1024px){

}
@media (max-width: 768px){
  .s14 {
      padding-top: 18vw;
      padding-bottom: 6vw;
      padding-left: 15vw;
      padding-right: 9vw;
  }
  .s14 .section_inner {
      width: 100%;
  }
  .s14 .si_left {
      width: 100%;
  }
  .s14 .si_left .instagram_feed {
      margin-right: 0;
      margin-left: 0;
  }
  .s14 .si_left .vertical_text {
      right: 0vw;
      bottom: -6.458vw;
      transform: rotate(0deg);
      width: auto;
  }
  .s14 .si_center {
      width: 100%;
      padding-top: 11vw;
  }
  .s14 .si_center .fooer_menu {
      padding-right: 0;
  }
  .s14 .si_center .fooer_menu:after {
      width: 0.139vw;
      height: 7.639vw;
      right: 0.208vw;
      top: 0.625vw;
      opacity: 0;
  }
  .s14 .si_center .fooer_menu a {
      margin: 0;
      padding: 0;
      font-size: 2.2vw;
      letter-spacing: 1.278vw;
      text-align: center;
      margin-bottom: 0.9vw;
  }
  .s14 .si_right {
      width: 100%;
      padding-top: 3vw;
      text-align: center;
  }
  .s14 .si_right img {
      max-width: 23.667vw;
  }
  .s14 .instagram_gallery a:last-child{
    display:block;
  }
  .s14 .instagram_gallery a img{
    width:50% !important;
    padding: 0.1vw;
  }
}
@media (max-width: 550px){
  .s14 {
      padding-top: 18vw;
      padding-bottom: 6vw;
      padding-left: 15vw;
      padding-right: 9vw;
  }
  .s14 .section_inner {
      width: 100%;
  }
  .s14 .si_left {
      width: 100%;
  }
  .s14 .si_left .instagram_feed {
      margin-right: 0;
      margin-left: 0;
  }
  .s14 .si_left .vertical_text {
      right: 0vw;
      bottom: -6.458vw;
      transform: rotate(0deg);
  }
  .s14 .si_center {
      width: 100%;
      padding-top: 11vw;
  }
  .s14 .si_center .fooer_menu {
      padding-right: 0;
  }
  .s14 .si_center .fooer_menu:after {
      width: 0.139vw;
      height: 7.639vw;
      right: 0.208vw;
      top: 0.625vw;
      opacity: 0;
  }
  .s14 .si_center .fooer_menu a {
      margin: 0;
      padding: 0;
      font-size: 2.2vw;
      letter-spacing: 1.278vw;
      text-align: center;
      margin-bottom: 0.9vw;
  }
  .s14 .si_center .fooer_menu a:hover{
    text-decoration:line-through;
  }
  .s14 .si_right {
      width: 100%;
      padding-top: 3vw;
      text-align: center;
  }
  .s14 .si_right img {
      max-width: 23.667vw;
  }
  .s14 .instagram_gallery a:last-child{
    display:block;
  }
  .s14 .instagram_gallery a img{
    width:50% !important;
    padding: 0.1vw;
  }
    .s14 .si_left:before {
        width: 26.167vw;
        height: 28.764vw;
        top: -9.4vw;
        left: -12.9vw;
        background-image: url(s14-follow-along-on-ig-mobile.png);
    }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 15
=========================================*/
.s15 {
    background: #000000;
}

.s15 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1208px;
}

.s15 .si_left {
    width: 80%;
}

.s15 .si_left .si_copyright {
    padding-left: 13px;
    padding-top: 22px;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    letter-spacing: 1.6px;
    line-height: 1.5;
    text-transform: uppercase;
    font-style: italic;
}
.s15 .si_left .si_copyright strong{
  font-style:normal;
}
.s15 .si_left .si_copyright a {
    color: #6bbdb9;
}

.s15 .si_left .si_copyright a:hover {
    color: #ffffff;
}

.s15 .si_right {
    width: 20%;
    text-align: right;
}

.s15 .si_right .si_social {
    margin-top: 18px;
    padding-bottom: 22px;
}

.s15 .si_right .si_social img {
    max-height: 18px;
    margin-left: 10px;
}

.footer_menu_link{
  font-style:normal;
}
@media (max-width: 1440px){
  .s15 .section_inner {
      width: 83.889vw;
  }
  .s15 .si_left {
      width: 80%;
  }
  .s15 .si_left .si_copyright {
      padding-left: 0.903vw;
      padding-top: 1.528vw;
      font-size: 1.042vw;
      letter-spacing: 0.111vw;
  }
  .s15 .si_right {
      width: 20%;
  }
  .s15 .si_right .si_social {
      margin-top: 1.25vw;
      padding-bottom: 1.528vw;
  }
  .s15 .si_right .si_social img {
      max-height: 1.25vw;
      margin-left: 0.694vw;
  }
}
@media (max-width: 1140px){

}
@media (max-width: 1024px){

}
@media (max-width: 768px){
  .s15{
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
  .s15 .section_inner {
      width: 100%;
  }
  .s15 .si_left {
      width: 100%;
  }
  .s15 .si_left .si_copyright {
      padding-left: 0;
      padding-top: 0;
      font-size: 2.3vw;
      letter-spacing: 0.3vw;
      text-align: center;
  }
  .s15 .si_left .si_copyright span{
    display:none;
  }
  .s15 .si_left .si_copyright strong{
    display:block;
    padding-top: 1.5vw;
  }
  .s15 .si_right {
      width: 100%;
      display: none;
  }
  .s15 .si_right .si_social {
      margin-top: 1.25vw;
      padding-bottom: 1.528vw;
  }
  .s15 .si_right .si_social img {
      max-height: 1.25vw;
      margin-left: 0.694vw;
  }
}
@media (max-width: 550px){
  .s15{
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
  .s15 .section_inner {
      width: 100%;
  }
  .s15 .si_left {
      width: 100%;
  }
  .s15 .si_left .si_copyright {
      padding-left: 0;
      padding-top: 0;
      font-size: 3.3vw;
      letter-spacing: 0.3vw;
      text-align: center;
  }
  .s15 .si_left .si_copyright span{
    display:none;
  }
  .s15 .si_left .si_copyright strong{
    display:block;
    padding-top: 1.5vw;
  }
  .s15 .si_right {
      width: 100%;
      display: none;
  }
  .s15 .si_right .si_social {
      margin-top: 1.25vw;
      padding-bottom: 1.528vw;
  }
  .s15 .si_right .si_social img {
      max-height: 1.25vw;
      margin-left: 0.694vw;
  }
}
@media (max-width: 450px){

}


/*
=======================================
  Spacing control. Keep this under all css
=========================================*/
.top_spacing_remove{
  padding-top:0  !important;
}
.bottom_spacing_remove{
  padding-bottom: 0 !important;
}
.top_spacing_low{
  padding-top:60px !important;
}
.bottom_spacing_low{
  padding-bottom:60px !important;
}

/*s7*/
.s7.top_spacing_low{
  padding-top:0px !important;
}
.s7.bottom_spacing_low{
  padding-bottom:0px !important;
}
.s7.top_spacing_low .si_right{
  padding-top:30px !important;
}
.s7.bottom_spacing_low .si_right{
  padding-bottom:30px !important;
}
.s7.top_spacing_remove .si_right{
  padding-top:0px !important;
}
.s7.bottom_spacing_remove .si_right{
  padding-bottom:0px !important;
}

@media (max-width: 1440px){
  .top_spacing_low{
    padding-top:4.167vw !important;
  }
  .bottom_spacing_low{
    padding-bottom:4.167vw !important;
  }
  /*s7*/
  .s7.top_spacing_low .si_right{
    padding-top:2.083vw !important;
  }
  .s7.bottom_spacing_low .si_right{
    padding-bottom:2.083vw !important;
  }
}
@media (max-width: 768px){
  /*s7*/
  .s7.top_spacing_low .si_left{
    padding-top:2.083vw !important;
  }
  .s7.bottom_spacing_low .si_left{
    padding-bottom:2.083vw !important;
  }
}