@font-face {
    font-family: 'Vanitas';
    src: url('vanitas-regular.woff2') format('woff2'),
        url('vanitas-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('avenirnextltpro-regular.woff2') format('woff2'),
        url('avenirnextltpro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-regular.woff2') format('woff2'),
        url('poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-medium.woff2') format('woff2'),
        url('poppins-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-semibold.woff2') format('woff2'),
        url('poppins-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('quicksand-regular.woff2') format('woff2'),
        url('quicksand-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: 0.8px;
    color: #000000;
}

h1 {
    font-family: 'Vanitas';
    font-size: 69.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: 18.07px;
    color: #000000;
    margin: 0;
    margin-bottom: 16px;
    text-transform: uppercase;
}

h2 {
    font-family: Vanitas;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: 1.1px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Vanitas';
    font-size: 43.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.99;
    letter-spacing: 0.87px;
    color: #000000;
    margin: 0;
    margin-bottom: 45px;
}

h4 {
    font-family: 'Avenir Next LT Pro';
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 4px;
    color: #000000;
    text-transform: uppercase;
}

h5 {
    font-family: 'Avenir Next LT Pro';
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: 1.7px;
    color: #000000;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.section_inner {
    margin: 0 auto;
}

.site_button,
input[type="submit"] {
    font-family: 'Poppins';
    display: inline-block;
    background-color: #c7aa81;
    font-size: 14.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 1.45px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    padding: 14px 37px;
    border: 0;
    cursor: pointer;
}

.parsley-errors-list li {
    list-style: none;
    text-align: center;
}

.site_button:hover,
input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

.section_title p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: 0.8px;
    text-align: center;
}

p {
    margin-top: 0;
    margin-bottom: 26px;
}

p:last-child {
    margin-bottom: 0;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #f2e2e0 0%, #f2e2e0 100%);
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position: 0 100%;
    color: inherit;
}

.d_flex {
    display: flex;
}

.m_br {
    display: none !important;
}

.text_center {
    text-align: center;
}

.mobile_only {
    display: none;
}

@media (max-width: 1440px) {


    body {
        font-size: 1.111vw;
        letter-spacing: 0.056vw;
    }

    h1 {
        font-size: 4.826vw;
        letter-spacing: 1.255vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 3.819vw;
        letter-spacing: 0.076vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 3.021vw;
        letter-spacing: 0.06vw;
        margin-bottom: 3.125vw;
    }

    h4 {
        font-size: 1.389vw;
        letter-spacing: 0.278vw;
    }

    h5 {
        font-size: 1.181vw;
        letter-spacing: 0.118vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.007vw;
        letter-spacing: 0.101vw;
        padding: 0.972vw 2.569vw;
    }

    .section_title p {
        font-size: 1.111vw;
        letter-spacing: 0.056vw;
    }

    p {
        margin-bottom: 1.806vw;
    }

}

@media (max-width: 1140px) {

    body {
        font-size: 1.263vw;
        letter-spacing: 0.056vw;
    }

    h1 {
        font-size: 5.958vw;
        letter-spacing: 1.255vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 4.714vw;
        letter-spacing: 0.076vw;
        margin-bottom: 1.389vw;
    }

    h4 {
        font-size: 1.714vw;
        letter-spacing: 0.278vw;
    }

    h5 {
        font-size: 1.458vw;
        letter-spacing: 0.118vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.107vw;
        letter-spacing: 0.101vw;
        padding: 0.972vw 2.569vw;
    }

    .section_title p {
        font-size: 1.371vw;
        letter-spacing: 0.056vw;
    }

    br {
        display: none;
    }
}

@media (max-width: 1024px) {

    body {
        font-size: 1.684vw;
        letter-spacing: 0.056vw;
        line-height: 1.35;
    }

    h1 {
        font-size: 5.958vw;
        letter-spacing: 1.255vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 4.722vw;
        letter-spacing: 0.076vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 3.8vw;
    }

    h4 {
        font-size: 1.714vw;
        letter-spacing: 0.278vw;
    }

    h5 {
        font-size: 1.944vw;
        letter-spacing: 0.118vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.476vw;
        letter-spacing: 0.101vw;
        padding: 0.972vw 2.569vw;
    }

    .section_title p {
        font-size: 1.828vw;
        letter-spacing: 0.056vw;
    }
}

@media (max-width: 768px) {

    body {
        font-size: 2.3576vw;
        letter-spacing: 0.056vw;
        line-height: 1.6;
    }

    h1 {
        font-size: 8.0412vw;
        padding-left: 1.1vw;
        letter-spacing: 2.455vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 5.66942vw;
        /* white-space: nowrap; */
        letter-spacing: 0.076vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 5.66942vw;
    }

    h4 {
        font-size: 2.3996vw;
        letter-spacing: 0.278vw;
    }

    h5 {
        font-size: 2.7216vw;
        letter-spacing: 0.118vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2vw;
        letter-spacing: 0.101vw;
        padding: 1.042vw 4.028vw;
    }

    .section_title p {
        font-size: 2.5592vw;
        letter-spacing: 0.056vw;
    }

    .section_title p br {
        display: none;
    }

    .ln_header_left {
        width: 50%;
    }

    .ln_header_right {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        position: relative;
        width: 50%;
    }

    .ln_logo img {
        width: 32.569vw !important;
        margin-right: auto;
        margin-bottom: 0 !important;
        text-align: left;
        margin-left: 0 !important;
    }

    .ln_header_right {
        margin-top: -2vw;
    }
}

@media (max-width: 550px) {

    body {
        font-size: 3.433vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.7;
        letter-spacing: 0.172vw;
    }

    h1 {
        font-size: 10.837vw;
        line-height: 1.03;
        letter-spacing: 2.818vw;
        padding-left: 1.1vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 8.584vw;
        line-height: 1.08;
        letter-spacing: 0.172vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 8.335vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.99;
        letter-spacing: 0.187vw;
    }

    h2 mark {
        background-size: 94% 61%;
        background-position: 40% 96%;
    }

    h4 {
        font-size: 3.326vw;
        font-weight: 900;
        line-height: 1.58;
        letter-spacing: 0.665vw;
    }

    h5 {
        font-size: 3.448vw;
        font-weight: 900;
        line-height: 1.8;
        letter-spacing: 0.365vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 3.112vw;
        font-weight: 600;
        line-height: 1.72;
        letter-spacing: 0.311vw;
        padding: 3.076vw 9.625vw;
    }

    .section_title p {
        font-size: 3.333vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.69;
        letter-spacing: 0.172vw;
    }

    .section_title p br {
        display: none;
    }


    .line_brake {
        display: block;
    }



}

/*
    Header
------------------------------*/
.ln_header {
    padding-top: 230px;
    text-align: center;
    z-index: 9999;
    position: relative;
}
.ln_header .section_inner{
    position: fixed;
    width: 100%;
    top: 30px;
}
/* .ln_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
} */

/* .ln_logo img {
    width: 253px;
    height: 109px;
    margin: 0 auto;
    margin-bottom: 84px;
} */

.ln_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ln_header_right li {
    display: inline-block;
    margin: 0;
    padding-left: 28px;
    position: relative;
}

.ln_header_right li a {
    font-family: 'Poppins';
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: 1.45px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #000000;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 5px 10px;
}

.ln_header_right li:last-child a {
    border: 1px solid #000;
}

.ln_header_right li a:hover:after {
    background-color: #e2a883;
}


/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 4vw;
    right: 5vw;
}

.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 40px;
    display: block;
    background-color: #000;
    height: 5px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 25px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -5px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgba(239, 203, 191, 0.98);
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 22px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.ln_logo img {
    width: 253px;
    /* height: 109px; */
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {

    /*
        Header
    ------------------------------*/
    .ln_header {
        padding-top: 15.972vw;
    }

    .ln_logo img {
        width: 17.569vw;
        /* height: 7.569vw; */
        margin-bottom: 2.778vw;
    }

    .ln_header_right li {
        padding-left: 1.944vw;
    }

    .ln_header_right li a {
        font-size: 1.007vw;
        letter-spacing: 0.101vw;
        padding: 0.347vw 0.694vw;
    }

    .ln_header_right li:last-child a {
        border: 0.069vw solid #000;
    }


    /*
        Responsive Header
    ------------------------------*/


}

@media (max-width: 1140px) {

    .ln_header_right li a {
        font-size: 1.6573vw;
    }
    .ln_header {
        padding-top: 16.722vw;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {

    .ln_logo img {
        max-width: 25vw;
        /* height: auto !important; */
    }
    
    .ln_header_right ul {
        display: none;
    }
    .ln_header {
        padding-top: 4.5vw;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
    }

    .responsive-menu-hand {
        display: block;
    }

    .ln_header .section_inner{
        position: relative;
        top: 0px;
        padding-left: 7vw;
        padding-right: 7vw;
    }

}

@media (max-width: 550px) {
    .ln_logo img {
        width: 100% !important;
        max-width: 39.5vw;
    }

    .ln_header {
        padding-top: 5.9vw;
    }
    .ln_header .section_inner{
        position: relative;
        top: 0px;
        padding-left: 4.5vw;
        padding-right: 6vw;
        display: flex;
        flex-wrap: wrap;
    }
}

.sk_header.active{
    /* position: fixed; */
    width: 100%;
    /* top: 0px; */
    /* left: 0px; */
    /* background-color: #FFF; */
    /* z-index: 999; */
    /* padding-top: 0px; */
}
.sk_header.active .section_inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-color: #FFF;
    z-index: 999;
    position: fixed;
    top: 0px;
}
.sk_header.active .ln_header_left{
    width: 25%;
    text-align: left;
}
.sk_header.active .ln_header_left a.ln_logo{
    display: inline-block;
    text-align: left;
}
.sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{
    margin-bottom: -7px;
    margin-left: 0px;
    width: 130px;
}
.sk_header.active .ln_header_right{
    width: 75%;
    text-align: right;
    padding-top: 13px;
}
.sk_header.active .ln_header_right ul{}


  .ln_header  .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/
    display: block;
    margin-top: -20px;
    }
    .ln_header  .user__avatar {
      height: 40px;
      max-height: 40px;
      margin: 0 0 0 1rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      margin-bottom: -11px;
      margin-left: 0px;
      }
    .ln_header  .user__dropdown {
      position: absolute;
      z-index: 9999;
      top: 22px;
      right: 0;
      display: none;
      padding: 20px 30px;
      text-align: left;
      white-space: nowrap;
      border-top: 0;
      background: #f9f9f9;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
      }
      .ln_header  .user__dropdown--light a {
        color: #0a2338; }
      .ln_header  .user__dropdown--dark a {
        color: #fff; }
      .ln_header  .user__dropdown span {
        display: block; }
      .ln_header  .user__dropdown a {
        line-height: 32px !important;
        display: block;
        border: 0px solid #000 !important;
        }
  .header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .header--center .user__dropdown {
      top: 50px; }
      .header--center .user__dropdown a {
        line-height: 40px;
        margin: 0 0 0 0; }


@media (max-width: 1440px) {
    .sk_header.active{
        padding-top: 11.722vw;
        /* display: none; */
    }
}
@media (max-width: 1140px) {
    .sk_header.active .section_inner{padding-left: 4vw;padding-right: 4vw;}
    .sk_header.active .ln_header_left{width: 17%;}
    .sk_header.active .ln_header_left a.ln_logo{ }
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{ }
    .sk_header.active .ln_header_right{width: 83%;padding-top: 7px;}
    .sk_header.active .ln_header_right ul{}
    .sk_header.active .ln_header_right ul li{}
    .sk_header.active .ln_header_right ul li a{}
}
@media (max-width: 1024px) {
    .sk_header.active .section_inner{ }
    .sk_header.active .ln_header_left{ }
    .sk_header.active .ln_header_left a.ln_logo{ }
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{ }
    .sk_header.active .ln_header_right{padding-top: 1.2vw;}
    .sk_header.active .ln_header_right ul{/* display: none; */}
    .sk_header.active .ln_header_right ul li{
        padding-left: 1.5vw;
    }
    .sk_header.active .ln_header_right ul li a{
        font-size: 1.5vw;
    }
    .sk_header.active .ln_header_right .responsive-menu-hand{
        height: 100%;
    }
}
@media (max-width: 768px) {
    .sk_header.active .section_inner{ }
    .sk_header.active .ln_header_left{width: 50%;}
    .sk_header.active .ln_header_left a.ln_logo{margin-bottom: -1vw;}
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{max-width: 14vw;}
    .sk_header.active .ln_header_right{width: 50%;margin-top: 0vw;padding-top: 0vw;}
    .sk_header.active .ln_header_right ul{}
    .sk_header.active .ln_header_right ul li{}
    .sk_header.active .ln_header_right ul li a{}
}
@media (max-width: 550px) {
    .sk_header.active{
    opacity: 0;
    z-index: -999;
    padding-top: 0vw;
    /* display: none; */
    /* padding-top: 0vw; */
    padding-top: 26.1vw;
    }
    .sk_header.active .section_inner{display: none;}
    .sk_header.active .ln_header_left{ }
    .sk_header.active .ln_header_left a.ln_logo{ }
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{ }
    .sk_header.active .ln_header_right{ }
    .sk_header.active .ln_header_right ul{}
    .sk_header.active .ln_header_right ul li{}
    .sk_header.active .ln_header_right ul li a{}
}



/* section 1 */

.lnc1 {
    padding-top: 63px;
    padding-bottom: 160px;
}

.lnc1 .section_inner {
    width: 908px;
    position: relative;
    z-index: 1;
}

.lnc1_art {
    position: absolute;
    background: url(lnc1_art.png) no-repeat;
    background-size: contain;
    width: 107px;
    height: 492px;
    right: -85px;
    top: 288px;
    z-index: 9;
}

.lnc1 h1 {
    font-size: 55px;
    line-height: 1.14;
    letter-spacing: 1.1px;
    text-align: center;
    position: relative;
    margin-bottom: 157px;
}

.lnc1 h1:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 85px;
    background-color: #000000;
    bottom: -142px;
    left: 50%;
}

.lnc1 .section_in {
    flex-wrap: wrap;
}

.lnc1 .section_left_item {
    width: 62.7%;
    padding-left: 70px;
    padding-top: 38px;
    padding-right: 35px;
    position: relative;
    z-index: 99;
}

.lnc1 .section_left_item:after {
    content: "";
    position: absolute;
    background-color: #faf6f5;
    width: 97.8%;
    height: 93%;
    top: 0;
    right: 0;
    z-index: -1;
}

.lnc1_heading {
    width: 166px;
    height: auto;
    margin-bottom: 19px;
    margin-left: -8px;
}

.lnc1 .section_left_item article {

    margin-bottom: 24px;
}

.lnc1 .section_left_item article p span {
    display: block;
}

.lnc1 .site_button {
    font-weight: 600;
    padding: 14px 49px;
}

.lnc1 .section_right_item {
    width: 35%;
    margin-left: -52px;
    margin-top: -37px;
}

.lnc1_img {
    width: 391px;
    height: auto;
}

.lnc1_carrousel {
    margin-top: 33px;
    padding-top: 29px;
    padding-left: 55px;
    padding-right: 30px;
    opacity: 0;
}
.lnc1_carrousel.slick-initialized{
    opacity:1;
}
.lnc1_carrousel:before {
    content: "";
    position: absolute;
    width: 93.4%;
    height: 115.4%;
    border: solid 1px #000000;
    top: 0;
    left: 43px;
}

.lnc1_item {
    display: flex !important;
}

.lnc1_item_left {
    padding-top: 5px;
    padding-left: 37px;
}

.lnc1_item_person {
    position: relative;
    z-index: 1;
}

.lnc1_item_person:after {
    content: "";
    position: absolute;
    background: url(lnc_quote.png) no-repeat;
    background-size: contain;
    width: 33px;
    height: 29px;
    z-index: 9;
    bottom: -9px;
    right: 3px;
}

.lnc1_item_person img {
    border-radius: 50%;
}

.lnc1_item_right {
    padding-left: 29px;
}

.lnc1_item_right article p {
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: 0.75px;
    margin-bottom: 5px;
}

.lnc1_item_right article span {
    font-size: 15px;
    letter-spacing: 0.75px;
    font-weight: 600;
    font-style: italic;
    line-height: 2.27;
}


.lnc1_item {
    margin: 0px 5px;
}

.lnc1_carrousel .slick-arrow {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    width: 22px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 54%;
    margin-top: -15px;
    z-index: 999;
}

.lnc1_carrousel .slick-next {
    right: 43px;
    left: inherit;
    background-image: url("lnc_arrow.png");
    background-size: contain;
}

.lnc1 .slick-slide:focus,
.lnc1 .slick-prev:focus,
.lnc1 .slick-next:focus {
    outline: none;
}

/* responsive */
@media (max-width: 1440px) {

    .lnc1 {
        padding-top: 4.375vw;
        padding-bottom: 11.111vw;
    }

    .lnc1 .section_inner {
        width: 63.056vw;
    }

    .lnc1_art {
        width: 7.431vw;
        height: 34.167vw;
        right: -5.903vw;
        top: 20vw;
    }

    .lnc1 h1 {
        font-size: 3.819vw;
        letter-spacing: 0.076vw;
        margin-bottom: 10.903vw;
    }

    .lnc1 h1:after {
        /* width: 0.069vw; */
        height: 5.903vw;
        bottom: -9.861vw;
    }

    .lnc1 .section_left_item {
        padding-left: 4.861vw;
        padding-top: 2.639vw;
        padding-right: 2.431vw;
    }

    .lnc1_heading {
        width: 11.528vw;
        margin-bottom: 1.319vw;
        margin-left: -0.556vw;
    }

    .lnc1 .section_left_item article {
        margin-bottom: 1.667vw;
    }

    .lnc1 .site_button {
        padding: 0.972vw 3.403vw;
    }

    .lnc1 .section_right_item {
        margin-left: -3.611vw;
        margin-top: -2.569vw;
    }

    .lnc1_img {
        width: 27.153vw;
    }

    .lnc1_carrousel {
        margin-top: 2.292vw;
        padding-top: 2.014vw;
        padding-left: 3.819vw;
        padding-right: 2.083vw;
    }

    .lnc1_carrousel:before {
        left: 2.986vw;
    }

    .lnc1_item_left {
        padding-top: 0.347vw;
        padding-left: 2.569vw;
    }

    .lnc1_item_person:after {
        width: 2.292vw;
        height: 2.014vw;
        bottom: -0.625vw;
        right: 0.208vw;
    }

    .lnc1_item_right {
        padding-left: 2.014vw;
    }

    .lnc1_item_right article p {
        font-size: 1.042vw;
        letter-spacing: 0.052vw;
        margin-bottom: 0.347vw;
    }

    .lnc1_item_right article span {
        font-size: 1.042vw;
        letter-spacing: 0.052vw;
    }


    .lnc1_item {
        margin: 0vw 0.347vw;
    }

    .lnc1_carrousel .slick-arrow {
        width: 1.528vw;
        height: 3.056vw;
        margin-top: -1.042vw;
    }

    .lnc1_carrousel .slick-next {
        right: 2.986vw;
    }
}

@media (max-width: 1140px) {
    .lnc1_img {
        width: 29.6vw;
    }

    .lnc1 .section_left_item {
        background-size: 39.583vw 36.4vw;
    }

    .lnc1_item_right article p {
        font-size: 1.263vw;
        margin-bottom: 0.347vw;
    }

    .lnc1_item_right article p br,
    .lnc1 .section_left_item article p br {
        display: none;
    }

    .lnc1_item_left {
        width: 40%;
        padding-left: 2vw;
    }

    .lnc1_item_right article span {
        font-size: 1.263vw;
        letter-spacing: 0.052vw;
    }

    .lnc1_carrousel {
        padding-right: 3vw;
        margin-top: 5vw;
    }

    .lnc1_item_right {
        padding-right: 5vw;
    }

    .lnc1_carrousel .slick-next {
        right: 2.986vw;
    }


}

@media (max-width: 1024px) {
    .lnc1 .section_inner {
        width: 70vw;
    }

    .lnc1 .section_left_item {
        background-size: 44.5vw 46.4vw;

    }

    .lnc1 .section_left_item:after {
        height: 96%;
    }

    .lnc1 h1 {
        font-size: 4.5vw;
    }

    .lnc1_img {
        width: 35vw;
        padding-top: 0.5vw;
    }

    .lnc1 p br {
        display: none;
    }

    .lnc1_art {
        right: -8vw;
        top: 25vw;
    }

    .lnc1_item_right article p {
        font-size: 1.663vw;
        margin-bottom: 0.347vw;
    }

    .lnc1_item_right article span {
        font-size: 1.663vw;
        letter-spacing: 0.052vw;
    }

    .lnc1_item_left {
        width: 50%;
        padding-left: 1vw;
        padding-top: 1.5vw;
    }


}

@media (max-width: 768px) {
    .lnc1 {
        padding-top: 2.639vw;
        padding-bottom: 9vw;
    }

    .lnc1 .section_inner {
        width: 90vw;
    }

    .lnc1 .section_left_item {
        background-size: 55.5vw 60.9vw;
        padding-right: 1vw;
        padding-bottom: 5vw;
    }

    .lnc1 h1 {
        font-size: 8.0412vw;
    }

    .lnc1 .section_left_item:after {
        height: 89.5%;
    }

    .lnc1_img {
        width: 35vw;
        padding-top: 0.5vw;
    }

    .lnc1 p br {
        display: none;
    }

    .lnc1_art {
        right: -1vw;
        top: 25vw;
    }

    .lnc1_item_right article p {
        font-size: 2.3576vw;
        margin-bottom: 0.347vw;
    }

    .lnc1_item_right article span {
        font-size: 2.3576vw;
        letter-spacing: 0.052vw;
    }

    .lnc1_item_left {
        width: 50%;
        padding-left: 1vw;
        padding-top: 1.5vw;
    }

    .lnc1_item_person:after {
        width: 3.292vw;
        height: 3.014vw;
    }

    .lnc1_carrousel .slick-next {
        width: 2.5vw;
        height: 4.4vw;
        right: 5.5vw;
    }
}

@media (max-width: 550px) {
    .lnc1 {
        padding-top: 8.6vw;
        padding-bottom: 16.8vw;
    }

    .lnc1:after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 161.803vw;
        background-color: #faf6f5;
        top: 113vw;
        left: 0;
    }

    .lnc1 .section_inner {
        /* padding-right: 2vw; */
    }

    .lnc1_art {
        width: 18.999vw;
        height: 85.983vw;
        right: 5.6vw;
        top: 74.8vw;
    }

    .lnc1 h1 {
        font-size: 9.837vw;
        line-height: 1.03;
        letter-spacing: 2.818vw;
        margin-bottom: 10.903vw;
        text-align: left;
        padding-left: 0;
        margin-left: 2.3vw;
    }

    .lnc1 h1 mark {
        padding: 0;
        background-size: 100% 61%;
        background-position: 0 70%;
        word-spacing: -5.4vw;
    }

    .lnc1 h1 br {
        display: none;
    }

    .lnc1 h1:after {
        height: 18.24vw;
        bottom: -22.9vw;
        left: 12.6vw;
    }

    .lnc1 .section_in.d_flex {
        flex-direction: column-reverse;
    }

    .lnc1_item_person {

        width: 20vw;
    }

    .lnc1 .section_left_item {
        background-size: 39.583vw 33.542vw;
        margin-left: 0.972vw;
        padding-left: 2.4vw;
        padding-top: 5.4vw;
        padding-right: 0;
        padding-bottom: 0;
        width: 100%;
    }

    .lnc1_heading {
        width: 27.292vw;
        margin-bottom: 2.9vw;
        margin-left: -0.556vw;
    }

    .lnc1 .section_left_item article {
        margin-bottom: 2.8vw;
    }

    .lnc1 .section_left_item article p {
        font-size: 3.433vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.7;
        letter-spacing: 0.132vw;
    }

    .lnc1 .site_button {
        padding: 3.1vw 10.5vw;
        font-size: 3.112vw;
        line-height: 1.72;
        letter-spacing: 0.311vw;
    }

    .lnc1 .section_right_item {
        margin-left: 2.9vw;
        margin-top: 16.7vw;
    }

    .lnc1_img {
        width: 72.2vw;
    }

    .lnc1_carrousel {
        width: 90vw;
        margin-top: 6.2vw;
        padding-top: 2.014vw;
        padding-left: 3.3vw;
        padding-right: 10vw;
    }

    .lnc1_carrousel:before {
        width: 83%;
        height: 119%;
        left: 8.2vw;
        top: -3.1vw;
    }

    .lnc1_item_left {
        padding-top: 0;
        padding-left: 0;
    }

    .lnc1_item_person:after {
        width: 7.082vw;
        height: 6.223vw;
        bottom: -2.6vw;
        right: 1.3vw;
    }

    .lnc1_item_right {
        padding-left: 3.3vw;
        padding-top: 0.8vw;
        padding-right: 1.6vw;
    }

    .lnc1_item_right article p {
        font-size: 3.004vw;
        line-height: 1.5;
        letter-spacing: 0.15vw;
        margin-bottom: 0.347vw;
    }

    .lnc1_item_right article span {
        font-size: 3.004vw;
        line-height: 1.93;
    }


    .lnc1_item {
        margin: 0vw 0.347vw;
    }

    .lnc1_carrousel .slick-arrow {
        width: 5vw;
        height: 13vw;
    }

    .lnc1_carrousel .slick-next {
        right: 3.4vw;
        top: 37%;
        background-color: #fff;
        background-size: 4.721vw 8.798vw;
        background-position: center center;
    }
}


/* section 2 */
.lnc2 {
    padding-bottom: 151px;
}

.lnc2 .section_inner {
    width: 1134px;
    position: relative;
    z-index: 1;
}

.ln2_art {
    position: absolute;
    background: url(lnc2_art.png) no-repeat;
    background-size: contain;
    width: 106px;
    height: 484px;
    left: 16px;
    top: 47px;
    z-index: 9;
}

.lnc2 .section_left_item {
    width: 41%;
    position: relative;
}

.lnc2_img {
    width: 366px;
    height: auto;
    margin-left: auto;
}

.lnc2 .section_right_item {
    width: 62.2%;
    padding-top: 71px;
    padding-left: 39px;
    padding-right: 140px;
    position: relative;
}

.lnc2 .section_right_item:after {
    content: "";
    position: absolute;
    background-color: #faf6f5;
    width: 83.6%;
    height: 90%;
    top: 34px;
    left: 0;
    z-index: -1;
}

.lnc2_heading {
    width: 250px;
    height: auto;
    margin-bottom: 22px;
    margin-left: 1px;
}

.lnc2 .section_right_item article p {
    margin-bottom: 27px;
}

.lnc2 .site_button {
    padding: 14px 50px;
}

.lnc2_carrousel {
    margin-top: 34px;
    margin-left: 284px;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 40px;
    padding-bottom: 52px;
    background-color: #f5f5f5;
}

.lnc2_carrousel:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px #000000;
    top: -16px;
    left: -15px;
}

.lnc2_item {
    display: flex !important;
}

.lnc2_item_left {
    padding-top: 5px;
    padding-left: 32px;
}

.lnc2_item_person {
    position: relative;
    z-index: 1;
}

.lnc2_item_person:after {
    content: "";
    position: absolute;
    background: url(lnc_quote.png) no-repeat;
    background-size: contain;
    width: 33px;
    height: 29px;
    z-index: 9;
    bottom: -11px;
    right: 4px;
}

.lnc2_item_person img {
    border-radius: 50%;
}

.lnc2_item_right {
    padding-left: 26px;
}

.lnc2_item_right article p {
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: 0.75px;
    margin-bottom: 5px;
}

.lnc2_item_right article span {
    font-size: 15px;
    letter-spacing: 0.75px;
    font-weight: 600;
    font-style: italic;
    line-height: 2.27;
}


.lnc2_item {
    margin: 0px 5px;
}

.lnc2_carrousel .slick-arrow {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    width: 22px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 42%;
    margin-top: -15px;
    z-index: 999;
}

.lnc2_carrousel .slick-next {
    right: 67px;
    left: inherit;
    background-image: url("lnc_arrow.png");
    background-size: contain;
}

.lnc2 .slick-slide:focus,
.lnc2 .slick-prev:focus,
.lnc2 .slick-next:focus {
    outline: none;
}

/* responsive */
@media (max-width: 1440px) {
    .lnc2 {
        padding-bottom: 10.486vw;
    }

    .lnc2 .section_inner {
        width: 78.75vw;
    }

    .ln2_art {
        width: 7.361vw;
        height: 33.611vw;
        left: 1.111vw;
        top: 3.264vw;
    }

    .lnc2_img {
        width: 25.417vw;
    }

    .lnc2 .section_right_item {
        padding-top: 4.931vw;
        padding-left: 2.708vw;
        padding-right: 9.722vw;
    }

    .lnc2 .section_right_item:after {
        top: 2.361vw;
    }

    .lnc2_heading {
        width: 17.361vw;
        margin-bottom: 1.528vw;
        margin-left: 0.069vw;
    }

    .lnc2 .section_right_item article p {
        margin-bottom: 1.875vw;
    }

    .lnc2 .site_button {
        padding: 0.972vw 3.472vw;
    }

    .lnc2_carrousel {
        margin-top: 2.361vw;
        margin-left: 19.722vw;
        padding-top: 2.778vw;
        padding-left: 1.736vw;
        padding-right: 2.778vw;
        padding-bottom: 3.611vw;
    }

    .lnc2_carrousel:before {
        top: -1.111vw;
        left: -1.042vw;
    }

    .lnc2_item_left {
        padding-top: 0.347vw;
        padding-left: 2.222vw;
    }

    .lnc2_item_person:after {
        width: 2.292vw;
        height: 2.014vw;
        bottom: -0.764vw;
        right: 0.278vw;
    }

    .lnc2_item_right {
        padding-left: 1.806vw;
    }

    .lnc2_item_right article p {
        font-size: 1.042vw;
        letter-spacing: 0.052vw;
        margin-bottom: 0.347vw;
    }

    .lnc2_item_right article span {
        font-size: 1.042vw;
        letter-spacing: 0.052vw;
    }


    .lnc2_item {
        margin: 0vw 0.347vw;
    }

    .lnc2_carrousel .slick-arrow {
        width: 1.528vw;
        height: 3.056vw;
        margin-top: -1.042vw;
    }

    .lnc2_carrousel .slick-next {
        right: 4.653vw;
    }
}

@media (max-width: 1140px) {
    .lnc2 {
        background-size: 44vw 38.8vw;
    }

    .lnc2_img {
        width: 28vw;
    }

    .lnc2_item_right article p {
        font-size: 1.263vw;
        margin-bottom: 0.347vw;
    }

    .lnc2 .section_right_item article p br,
    .lnc2_item_right article p br {
        display: none;
    }

    .lnc2_item_left {
        width: 50%;
        padding-left: 0vw;
    }

    .lnc2_item_right article span {
        font-size: 1.263vw;
        letter-spacing: 0.052vw;
    }

    .lnc2_carrousel {
        padding-right: 3vw;
        padding-bottom: 2vw;
        margin-top: 4vw;
    }

    .lnc2_item_right {
        padding-right: 3vw;
    }

    .lnc2_carrousel .slick-next {
        right: 3vw;
    }
}

@media (max-width: 1024px) {
    .lnc2 {
        background-size: 50vw 50.1vw;
    }

    .lnc2 .section_right_item article p br {
        display: none;
    }

    .lnc2_img {
        width: 35vw;
    }

    .lnc2 .section_right_item {
        padding-left: 5.5vw;
        padding-top: 4.2vw;
        padding-right: 4vw;
    }

    .lnc2 .section_right_item:after {
        top: 2.361vw;
        width: 99%;
        height: 92.5%;
    }

    .ln2_art {
        left: -3.889vw;
        top: 4.264vw;
    }

    .lnc2_item_right article p {
        font-size: 1.663vw;
        margin-bottom: 0.347vw;
    }

    .lnc2_item_right article p br {
        display: none;
    }

    .lnc2_item_left {
        width: 80%;
        padding-left: 0vw;
        padding-top: 2vw;
    }

    .lnc2_item_right article span {
        font-size: 1.663vw;
        letter-spacing: 0.052vw;
    }

    .lnc2_carrousel {
        padding-right: 3vw;
        padding-bottom: 2vw;
        margin-top: 4vw;
    }


    .lnc2_item_right {
        padding-right: 3vw;
    }

    .lnc2_carrousel .slick-next {
        right: 3.5vw;
    }
}

@media (max-width: 768px) {
    .lnc2 {
        background-size: 51.6vw 76.5vw;
        padding-bottom: 9vw;
    }

    .lnc2 .section_inner {
        width: 85vw;
    }

    .lnc2 .section_right_item article p br {
        display: none;
    }

    .lnc2_img {
        width: 35vw;
    }

    .lnc2 .section_right_item:after {
        height: 94.5%;
    }

    .lnc2 .section_right_item {
        padding-left: 5.5vw;
        padding-top: 4.2vw;
    }

    .ln2_art {
        left: -3.889vw;
        top: 4.264vw;
    }

    .lnc2_item_right article p {
        font-size: 2.3vw;
        margin-bottom: 0.347vw;
    }

    .lnc2_item_right article p br {
        display: none;
    }

    .lnc2_item_left {
        width: 80%;
        padding-left: 0vw;
        padding-top: 2vw;
    }

    .lnc2_item_right article span {
        font-size: 2.3vw;
        letter-spacing: 0.052vw;
    }

    .lnc2_carrousel {
        padding-right: 3vw;
        padding-bottom: 2vw;
        margin-top: 6vw;
        margin-left: 2vw;
    }

    .lnc2_carrousel:before {
        left: -1.5vw;
        top: -1.5vw;
    }

    .lnc2_item_right {
        padding-right: 8vw;
    }

    .lnc2_item_person:after {
        width: 3vw;
        height: 3vw;
        right: 1.278vw;
    }

    .lnc2_carrousel .slick-next {
        width: 2.5vw;
        height: 4.4vw;
        right: 4.5vw;
    }
}

@media (max-width: 550px) {
    .lnc2 {
        padding-bottom: 21.4vw;
        background-size: 100vw 135.837vw;
        background-position: 0 80vw;
    }

    .lnc2:after {
        content: "";
        position: absolute;
        background-color: #faf6f5;
        width: 100vw;
        height: 135.837vw;
        top: 79.1vw;
        left: 0;
    }

    .ln2_art {
        width: 18.884vw;
        height: 86.481vw;
        left: 11vw;
        top: 7.3vw;
    }

    .lnc2 .section_right_item:after {
        display: none;
    }

    .lnc2 .section_in.d_flex {
        flex-direction: column;
    }

    .lnc2 .section_left_item {
        padding-right: 3.8vw;
    }

    .lnc2_img {
        width: 64.2vw;
    }

    .lnc2 .section_right_item {
        padding-top: 5.8vw;
        padding-left: 2.9vw;
        padding-right: 0;
        width: 100%;
    }

    .lnc2_heading {
        width: 42.489vw;
        margin-bottom: 4.1vw;
        margin-left: 0.069vw;
    }

    .lnc2 .section_right_item article p {
        font-size: 3.433vw;
        line-height: 1.7;
        letter-spacing: 0.172vw;
        margin-bottom: 5.8vw;
        padding-right: 2vw;
    }

    .lnc2 .section_right_item article p:last-child {
        margin-bottom: 4.2vw;
    }

    .lnc2 .site_button {
        padding: 3.1vw 10.5vw;
        font-size: 3.112vw;
        line-height: 1.72;
        letter-spacing: 0.311vw;
    }

    .lnc2_carrousel {
        width: 90vw;
        padding-right: 11vw;
        padding-bottom: 7vw;
        margin-top: 10vw;
        margin-left: 1.4vw;
        padding-top: 2.3vw;
        background-color: unset;
    }

    .lnc2_carrousel:after {
        content: "";
        position: absolute;
        background-color: #f5f5f5;
        width: 75.536vw;
        height: 60.73vw;
        top: 0;
        right: 5vw;
        z-index: -1;
    }


    .lnc2_carrousel:before {
        width: 83%;
        height: 99.2%;
        left: 6.8vw;
        top: -3vw;
    }

    .lnc2_item_left {
        padding-top: 0;
        padding-left: 0;
    }

    .lnc2_item_person {

        width: 20vw;
    }

    .lnc2_item_person:after {
        width: 7.082vw;
        height: 6.223vw;
        bottom: -2.6vw;
        right: 1.3vw;
    }

    .lnc2_item_right {
        padding-left: 3.5vw;
        padding-top: 0.2vw;
        padding-right: 0;
    }

    .lnc2_item_right article p {
        font-size: 3.219vw;
        line-height: 1.7;
        letter-spacing: 0.161vw;
        margin-bottom: 1.2vw;
    }

    .lnc2_item_right article span {
        font-size: 3.219vw;
        line-height: 2.27;
    }


    .lnc2_item {
        margin: 0vw 0.347vw;
    }

    .lnc2_carrousel .slick-arrow {
        width: 5vw;
        height: 13vw;
    }

    .lnc2_carrousel .slick-next {
        right: 5vw;
        top: 35%;
        background-color: #f5f5f5;
        background-size: 4.721vw 8.798vw;
        background-position: center center;
    }
}




/* section 3 */
.lnc3 {
    padding-bottom: 95px;
}

.lnc3 .section_inner {
    width: 1270px;
    position: relative;
    z-index: 1;
}

.lnc3 .lnc3_art {
    position: absolute;
    background: url(lnc3_art.png) no-repeat;
    background-size: contain;
    width: 469px;
    height: 107px;
    left: 470px;
    top: -61px;
    z-index: 9;
}

.lnc3 .section_in.d_flex {
    flex-wrap: wrap;
}

.lnc3 .section_left_item {
    width: 64%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.lnc3 .section_left_item:after {
    content: "";
    position: absolute;
    background-color: #faf6f5;
    width: 88.5%;
    height: 73.5%;
    top: 0;
    left: 143px;
    z-index: -1;
}

.lnc3_content {
    width: 50%;
    text-align: right;
    padding-right: 32px;
    position: relative;
    z-index: 999;
}

.lnc3_content article p:nth-of-type(1) {
    font-weight: 500;
    margin-bottom: 27px;
}

.lnc3_content article i:nth-of-type(1) {
    font-weight: 600;
    font-style: italic;
    display: block;
    margin-bottom: 27px;
}

.lnc3_content article p:nth-of-type(2) {
    margin-bottom: 22px;
}

.lnc3_heading {
    width: 171px;
    margin-left: auto;
    margin-top: 86px;
    margin-bottom: 27px;
    margin-right: -6px;
}

.lnc3 .site_button {
    padding: 13.8px 50px;
}

.lnc3_image {
    padding-left: 3px;
    padding-top: 61px;
    position: relative;
    z-index: 99;
}

.lnc3_img {
    width: 383px;
    height: auto;
    position: relative;
    z-index: -1;
}

.lnc3_img:after {
    content: "";
    position: absolute;
    background: url(lnc3_img_art.png) no-repeat;
    background-size: contain;
    width: 438px;
    height: 364px;
    left: -50px;
    bottom: -66px;
    z-index: -1;
}

.lnc3 .section_right_item {
    width: 36%;
    padding-top: 203px;
    padding-left: 15px;
}

.lnc3 .section_right_item h5 {
    font-size: 18px;
    font-weight: 900;
    color: #141142;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.lnc3 .section_right_item p {
    margin-bottom: 22px;
}

.lnc3 .section_right_item p:nth-of-type(2) {

    margin-bottom: 22px;
}

.lnc3_carrousel {
    width: 726px;
    margin-top: -6px;
    margin-left: 59px;
    padding-top: 53px;
    padding-left: 35px;
    padding-right: 40px;
    padding-bottom: 64px;
    background-color: #f5f5f5;
}

.lnc3_carrousel:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px #000000;
    top: -15px;
    left: 13px;
}

.lnc3_item {
    display: flex !important;
}

.lnc3_item_left {
    padding-top: 2px;
    padding-left: 27px;
}

.lnc3_item_person {
    position: relative;
    z-index: 1;
}

.lnc3_item_person:after {
    content: "";
    position: absolute;
    background: url(lnc_quote.png) no-repeat;
    background-size: contain;
    width: 33px;
    height: 29px;
    z-index: 9;
    bottom: -11px;
    right: 4px;
}

.lnc3_item_person img {
    border-radius: 50%;
}

.lnc3_item_right {
    padding-left: 43px;
}

.lnc3_item_right article p {
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: 0.75px;
    margin-bottom: 5px;
}

.lnc3_item_right article span {
    font-size: 15px;
    letter-spacing: 0.75px;
    font-weight: 600;
    font-style: italic;
    line-height: 2.27;
}


.lnc3_item {
    margin: 0px 5px;
}

.lnc3_carrousel .slick-arrow {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    width: 22px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 43%;
    margin-top: -15px;
    z-index: 999;
}

.lnc3_carrousel .slick-next {
    right: 40px;
    left: inherit;
    background-image: url("lnc_arrow.png");
    background-size: contain;
}

.lnc3 .slick-slide:focus,
.lnc3 .slick-prev:focus,
.lnc3 .slick-next:focus {
    outline: none;
}


/* responsive */
@media (max-width: 1440px) {
    .lnc3 {
        padding-bottom: 6.597vw;
    }

    .lnc3 .section_inner {
        width: 88.194vw;
    }

    .lnc3 .lnc3_art {
        width: 32.569vw;
        height: 7.431vw;
        left: 32.639vw;
        top: -4.236vw;
    }

    .lnc3_content {
        padding-right: 2.222vw;
    }

    .lnc3_content article p:nth-of-type(1) {
        margin-bottom: 1.875vw;
    }

    .lnc3_content article i:nth-of-type(1) {
        margin-bottom: 1.875vw;
    }

    .lnc3_content article p:nth-of-type(2) {
        margin-bottom: 1.528vw;
    }

    .lnc3 .section_left_item:after {
        left: 9.931vw;
    }

    .lnc3_heading {
        width: 11.875vw;
        margin-top: 5.972vw;
        margin-bottom: 1.875vw;
        margin-right: -0.417vw;
    }

    .lnc3 .site_button {
        padding: 0.958vw 3.472vw;
    }

    .lnc3_image {
        padding-left: 0.208vw;
        padding-top: 4.236vw;
    }

    .lnc3_img {
        width: 26.597vw;
    }

    .lnc3_img:after {
        width: 30.417vw;
        height: 25.278vw;
        left: -3.472vw;
        bottom: -4.583vw;
    }

    .lnc3 .section_right_item {
        padding-top: 14.097vw;
        padding-left: 1.042vw;
    }

    .lnc3 .section_right_item h5 {
        font-size: 1.25vw;
    }

    .lnc3 .section_right_item p {
        margin-bottom: 1.528vw;
    }

    .lnc3 .section_right_item p:nth-of-type(2) {
        margin-bottom: 1.528vw;
    }

    .lnc3_carrousel {
        width: 50.417vw;
        margin-top: -0.417vw;
        margin-left: 4.097vw;
        padding-top: 3.681vw;
        padding-left: 2.431vw;
        padding-right: 2.778vw;
        padding-bottom: 4.444vw;
    }

    .lnc3_carrousel:before {
        top: -1.042vw;
        left: 0.903vw;
    }

    .lnc3_item_left {
        padding-top: 0.139vw;
        padding-left: 1.875vw;
    }

    .lnc3_item_person:after {
        width: 2.292vw;
        height: 2.014vw;
        bottom: -0.764vw;
        right: 0.278vw;
    }

    .lnc3_item_right {
        padding-left: 2.986vw;
    }

    .lnc3_item_right article p {
        font-size: 1.042vw;
        letter-spacing: 0.052vw;
        margin-bottom: 0.347vw;
    }

    .lnc3_item_right article span {
        font-size: 1.042vw;
        letter-spacing: 0.052vw;
    }


    .lnc3_item {
        margin: 0vw 0.347vw;
    }

    .lnc3_carrousel .slick-arrow {
        width: 1.528vw;
        height: 3.056vw;
        margin-top: -1.042vw;
    }

    .lnc3_carrousel .slick-next {
        right: 2.778vw;
    }
}

@media (max-width: 1140px) {
    .lnc3 .section_right_item {
        /* padding-top: 10vw; */
    }

    .lnc3 .section_right_item p {
        margin-bottom: 2vw;
    }

    .lnc3 p br,
    .lnc3 i br {
        display: none;
    }

    .lnc3_item_right article p {
        font-size: 1.263vw;
        margin-bottom: 0.347vw;
    }

    .lnc3_item_right article p br {
        display: none;
    }

    .lnc3_item_left {
        width: 43%;
        padding-left: 0vw;
    }

    .lnc3_item_right article span {
        font-size: 1.263vw;
        letter-spacing: 0.052vw;
    }

    .lnc3_carrousel {
        padding-right: 3vw;
        padding-bottom: 2vw;
        margin-top: 4vw;
    }

    .lnc3 .section_right_item h5 {
        font-size: 1.35vw;
    }


    .lnc3_item_right {
        padding-right: 3vw;
    }

    .lnc3_carrousel .slick-next {
        right: 3vw;
    }
}

@media (max-width: 1024px) {
    .lnc3_item_right article p {
        font-size: 1.663vw;
        margin-bottom: 0.347vw;
    }

    .lnc3_item_right article p br {
        display: none;
    }

    .lnc3_item_left {
        width: 43%;
        padding-left: 0vw;
    }

    .lnc3_item_right article span {
        font-size: 1.663vw;
        letter-spacing: 0.052vw;
    }

    .lnc3 .section_right_item h5 {
        font-size: 1.8vw;
    }

    .lnc3_carrousel {
        padding-right: 3vw;
        padding-bottom: 1.6vw;
        margin-top: 4vw;
        width: 55vw;
    }

    .lnc3_carrousel:before {
        left: 1.3vw;
    }

    .lnc3_item_right {
        padding-right: 3vw;
    }

    .lnc3_carrousel .slick-next {
        right: 3vw;
    }
}

@media (max-width: 768px) {
    .lnc3 .section_left_item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .lnc3 .section_right_item {
        padding-top: 3.5vw;
        width: 100%;
    }

    .lnc3 .section_in.d_flex {
        display: block;
    }

    .lnc3_item_right article p {
        font-size: 2.3vw;
        margin-bottom: 0.347vw;
    }

    .lnc3_item_right article p br {
        display: none;
    }

    .lnc3 .section_right_item p {
        margin-bottom: 2.5vw;
    }

    .lnc3 .section_right_item p:nth-of-type(2) {
        margin-bottom: 2.5vw;
    }

    .lnc3_item_left {
        width: 43%;
        padding-left: 2vw;
    }

    .lnc3_item_right article span {
        font-size: 2.3vw;
        letter-spacing: 0.052vw;
    }

    .lnc3 .section_right_item h5 {
        font-size: 2.8vw;
    }

    .lnc3_img {
        width: 37vw;
    }

    .lnc3_content {
        width: 55%;
        padding-left: 3vw;
    }

    .lnc3_carrousel {
        padding-right: 3vw;
        padding-bottom: 2.6vw;
        margin-top: 4vw;
        width: 86vw;
        margin-left: 0;
    }

    .lnc3_carrousel:before {
        left: 1.5vw;
        top: -1.5vw;
    }

    .lnc3_item_right {
        padding-right: 4vw;
    }

    .lnc3_carrousel .slick-next {
        width: 2.5vw;
        height: 4.4vw;
        right: 3.5vw;
    }

    .lnc3_item_person:after {
        width: 3vw;
        height: 3vw;
        right: 2.2vw;
    }

    .lnc3_img:after {
        width: 44vw;
        height: 36vw;
        left: -3.472vw;
        bottom: -4.583vw;
    }
}

@media (max-width: 550px) {
    .lnc3 {
        padding-bottom: 14.6vw;
    }

    .lnc3:after {
        content: "";
        position: absolute;
        background-color: #faf6f5;
        width: 100vw;
        height: 150.215vw;
        top: 0;
        left: 0;
    }

    .lnc3 .section_in.d_flex {
        flex-direction: column;
    }

    .lnc3 .section_left_item {
        flex-direction: column;
    }

    .lnc3 .lnc3_art {
        width: 84.12vw;
        height: 20vw;
        left: 11.7vw;
        top: -9.6vw;
    }

    .lnc3_content {
        width: 100%;
        padding-right: 0;
        text-align: left;
    }

    .lnc3_content article p:nth-of-type(1) {
        margin-bottom: 5.4vw;
    }

    .lnc3_content article {
        font-size: 3.333vw;
        font-weight: 500;
        line-height: 1.7;
        letter-spacing: 0.13vw;
    }

    .lnc3_content article i:nth-of-type(1) {
        margin-bottom: 5.8vw;
    }

    .lnc3_content article p:nth-of-type(2) {
    margin-bottom: 5.4vw;
}

    .lnc3_heading {
        width: 33.047vw;
        margin-top: 11.6vw;
        margin-bottom: 3.9vw;
        margin-right: 4vw;
    }

    .lnc3 .site_button {
        display: none;
    }

    .lnc3_image {
        width: 100%;
        padding-left: 2.8vw;
        padding-top: 12.1vw;
    }

    .lnc3_img {
        width: 100%;
    }

    .lnc3_img:after {
        width: 83.3vw;
        height: 81.112vw;
        left: unset;
        bottom: 31.7vw;
        right: -143px;
    }

    .lnc3 .section_right_item {
        padding-top: 5vw;
        padding-left: 2.4vw;
        padding-right: 0;
    }

    .lnc3 .section_right_item h5 {
        font-size: 3.648vw;
        letter-spacing: 0.365vw;
    }

    .lnc3 .section_right_item p {
        font-size: 3.433vw;
        line-height: 1.7;
        letter-spacing: 0.112vw;
        margin-bottom: 4.4vw;
        margin-bottom: 3.1vw;
    }

    .lnc3 .section_right_item p:nth-of-type(2) {
        margin-bottom: 3.1vw;
    }

    .lnc3 .section_right_item p:last-of-type {

        margin-bottom: 3.7vw;
    }

    .lnc3 .mobile_only .site_button {
        display: inline-block;
        padding: 2.9vw 10.5vw;
        font-size: 3.112vw;
        line-height: 1.72;
        letter-spacing: 0.311vw;
    }

    .lnc3_carrousel {
        width: 90vw;
        padding-right: 10.5vw;
        padding-bottom: 9vw;
        margin-top: 13.1vw;
        margin-left: 0.7vw;
        padding-top: 2.3vw;
        background-color: unset;
    }

    .lnc3_carrousel:after {
        content: "";
        position: absolute;
        background-color: #f5f5f5;
        width: 75.536vw;
        height: 49.785vw;
        top: 0;
        right: 4.5vw;
        z-index: -1;
    }


    .lnc3_carrousel:before {
        width: 83%;
        height: 98%;
        left: 7.4vw;
        top: -2.6vw;
    }

    .lnc3_item_left {
        padding-top: 0;
        padding-left: 0;
    }

    .lnc3_item_person {

        width: 20vw;
    }

    .lnc3_item_person:after {
        width: 7.082vw;
        height: 6.223vw;
        bottom: -2.6vw;
        right: 1.3vw;
    }

    .lnc3_item_right {
        padding-left: 4.9vw;
        padding-top: 3.5vw;
        padding-right: 5vw;
    }

    .lnc3_item_right article p {
        font-size: 3.219vw;
        line-height: 1.7;
        letter-spacing: 0.161vw;
        margin-bottom: 1.2vw;
    }

    .lnc3_item_right article span {
        font-size: 3.219vw;
        line-height: 2.27;
    }


    .lnc3_item {
        margin: 0vw 0.347vw;
    }

    .lnc3_carrousel .slick-arrow {
        width: 5vw;
        height: 13vw;
    }

    .lnc3_carrousel .slick-next {
        right: 4.3vw;
        top: 36.5%;
        background-color: #f5f5f5;
        background-size: 4.721vw 8.798vw;
        background-position: center center;
    }
}




/* global */
/*
    Section 8
------------------------------*/

.ln8 {
    padding-bottom: 69px;
    padding-top: 60px;
    background: #dbbdb8;
}

.ln8 .section_inner {
    width: 1106px;
    position: relative;
    display: flex;
}

.ln8_in {
    position: relative;
    z-index: 6;
    padding-top: 6px;
}

.ln8 h2 {
    text-align: center;
    margin-bottom: 8px;
}

.ln8 h5 {
    text-align: center;
    text-transform: uppercase;
}
.ln8 h5 a{
    color: #000000;
}
#instagram_feed {
    overflow: hidden;
    margin-top: 29px;
}

.instagram_gallery a {
    margin-right: 32px;
    width: 22.80% !important;
    float: left !important;
}

.instagram_gallery a:last-child {
    margin-right: 0 !important;
}

.instagram_gallery a img {
    margin: 0 !important;
    width: 100% !important;
}

@media (max-width: 1440px) {

    .ln8 {
        padding-bottom: 4.792vw;
        padding-top: 4.167vw;
    }

    .ln8 .section_inner {
        width: 76.806vw;
    }

    .ln8_in {
        padding-top: 0.417vw;
    }

    .ln8 h2 {
        margin-bottom: 0.556vw;
    }

    #instagram_feed {
        margin-top: 2.014vw;
    }

    .instagram_gallery a {
        margin-right: 2.222vw;
    }



}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .ln8 {
        padding-bottom: 6.236vw;
        padding-top: 4.167vw;
    }
}

@media (max-width: 550px) {
    .ln8 {
        padding-bottom: 1vw;
        padding-top: 11.8vw;
        background-color: #dbbdb8;
    }

    .ln8 .section_inner {
        width: 100% !important;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .ln8_in {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 6vw;
        padding-top: 0;
    }

    .ln8 h2 {
        margin-bottom: 0;
        margin-left: -4vw;
        margin-right: -4vw;
        margin-top: 0vw;
        background-color: transparent;
    }

    #instagram_feed {
        margin-top: 3.194vw;
    }

    .instagram_gallery a {
        margin-right: 0;
        width: 50% !important;
    }

}

/*
    section 9
------------------------------*/

.ln9 {
    background: #fff0f0;
    padding-top: 64px;
    padding-bottom: 73px;
}

.ln9 h2 {
    text-align: center;
    margin-bottom: 13px;
}

.ln9 h2 mark {
    background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
    background-position: 0 96%;
}
.ln9 h2 mark br{/* display:none; */}
.ln9 h5 {
    text-align: center;
    font-family: 'Poppins';
    font-weight: normal;
}

.ln9_form {
    width: 850px;
    margin: 0 auto;
    margin-top: 81px;
    position: relative;
    padding-left: 5px;
}

.ln9_form_in {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
}

.ln9 .form-control {
    background: transparent;
    border: 0;
    font-family: 'Poppins';
    font-size: 17px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    text-transform: uppercase;
    color: #000000;
}

.ln9 textarea {
    resize: none;
    height: 188px;
}

.button_middle {
    text-align: center;
    position: relative;
    margin-top: -10px;
}

.ln9 button {
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 14.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.45px;
    color: #ffffff;
    background: #c7aa81;
    display: inline-block;
    width: auto;
    box-shadow: none;
    border: 0;
    position: relative;
    left: -1px;
    padding: 15px 58px;
}

.ln9 button:hover {
    background: #000;
    color: #fff;
}

.ln9 .form-group {
    margin-bottom: 19px;
}

.ln9 .text-field {
    width: 260px;
}

.ln9 .email-field {
    width: 312px;
}

.ln9 .sub-feild {
    padding-top: 13px;
}

.ln9 .text-area-field {
    padding-top: 17px;
    padding-bottom: 60px;
}

.ln9 .form-control::placeholder {
    color: #000;
}

.ln9 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.ln9 .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.ln9_contact {
    padding-top: 74px;
    padding-bottom: 75px;
}

.ln9_contact ul {
    display: flex;
    justify-content: center;
}

.ln9_contact ul li {
    display: flex;
}

.ln9_contact ul li img {
    width: 30px;
    height: 30px;
    margin-top: 8px;
}

.ln9_contact_border {
    border-right: 5px solid #F7C06A;
    height: 58px;
    margin: 0 50px;
}

.ln9_contact ul li a {
    font-family: Poppins;
    font-size: 18.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    color: #ffffff;
    padding-left: 20px;
    padding-top: 7px;
}

.ln9_bg_text {
    position: absolute;
    width: 1440px;
    left: 0;
    bottom: -10px;
    z-index: -1;
    background: url(about_bg.jpg);
    background-size: contain;
    width: 1434px;
    height: 106px;
}

.ln9_bg_text img {
    max-width: 100%;
}

@media (max-width: 1440px) {

    .ln9 {
        padding-top: 4.444vw;
        padding-bottom: 5.069vw;
    }

    .ln9 h2 {
        margin-bottom: 0.903vw;
    }

    .ln9_form {
        width: 59.028vw;
        margin-top: 5.625vw;
        padding-left: 0.347vw;
    }

    .ln9_form_in {
        gap: 2.292vw;
    }

    .ln9 .form-control {
        font-size: 1.111vw;
        border-bottom: 0.069vw solid #000;
    }

    .ln9 textarea {
        height: 13.056vw;
    }

    .button_middle {
        margin-top: -0.694vw;
    }

    .ln9 button {
        font-size: 1.007vw;
        letter-spacing: 0.101vw;
        left: -0.069vw;
        padding: 1.042vw 4.028vw;
    }

    .ln9 .form-group {
        margin-bottom: 1.319vw;
    }

    .ln9 .text-field {
        width: 18.056vw;
    }

    .ln9 .email-field {
        width: 21.667vw;
    }

    .ln9 .sub-feild {
        padding-top: 0.903vw;
    }

    .ln9 .text-area-field {
        padding-top: 1.181vw;
        padding-bottom: 4.167vw;
    }

    .ln9 .form-control::placeholder {

    }

    .ln9_contact {
        padding-top: 5.139vw;
        padding-bottom: 5.208vw;
    }

    .ln9_contact ul li img {
        width: 2.083vw;
        height: 2.083vw;
        margin-top: 0.556vw;
    }

    .ln9_contact_border {
        border-right: 0.347vw solid #F7C06A;
        height: 4.028vw;
        margin: 0 3.472vw;
    }

    .ln9_contact ul li a {
        font-size: 1.285vw;
        letter-spacing: 0.139vw;
        padding-left: 1.389vw;
        padding-top: 0.486vw;
    }

    .ln9_bg_text {
        width: 100vw;
        bottom: -0.694vw;
        width: 99.583vw;
        height: 7.361vw;
    }


}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {

    .ln9 .form-control {
        font-size: 1.311vw;
        border-bottom: 0.069vw solid #000;
    }
}

@media (max-width: 768px) {
    .ln9_form {
        width: 64vw;
        margin-top: 5.625vw;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
    }

    .ln9 button {
        font-size: 2vw;
        letter-spacing: 0.101vw;
        left: -0.069vw;
        padding: 1.042vw 4.028vw;
    }

    .ln9 .form-control {
        font-size: 1.9vw;
        border-bottom: 0.069vw solid #000;
        padding-bottom: 0.6vw;
    }
    .ln9 h2 mark br {
        /* display: block; */
    }
}

@media (max-width: 550px) {

    .ln9_form {
        width: 56vw;
        margin-top: 5vw;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
        padding-top: 2.5vw;
    }

    .ln9 .form-control {
        text-align: center;
        font-size: 3.433vw;
        line-height: 1.69;
        letter-spacing: 0.172vw;
        border-bottom: 0.069vw solid #000;
        padding-bottom: 2vw;
    }

    .ln9 button {
        font-size: 3.112vw;
        font-weight: 600;
        line-height: 1.72;
        letter-spacing: 0.311vw;
        left: -0.069vw;
        padding: 3.042vw 12.428vw;
        margin-top: 5.6vw;
    }

    .ln9 .form-group {
        margin-bottom: 1.319vw;
    }

    .ln9 .text-field {
        width: unset;
        margin-bottom: 2.6vw;
    }

    .ln9 .email-field {
        width: unset;
    }

    .ln9 .sub-feild {
        padding-top: 0.903vw;
    }

    .ln9 .text-area-field {
        padding-top: 1.181vw;
        padding-bottom: 4.167vw;
    }

    .ln9 .form-control::placeholder {
        text-align: center;
    }

    .ln9_form_in {
        display: unset;
        flex-wrap: unset;
        gap: unset;
    }


    .ln9 {
        padding-top: 9.444vw;
        padding-bottom: 9.469vw;
    }

    .ln9 h2 {
        font-size: 11.803vw;
        line-height: 1.05;
        letter-spacing: 0.236vw;
        white-space: unset;
        margin-bottom: 2.5vw;
    }

    .ln9 h2 mark {
        background-position: 0 96%;
        background-size: 99% 61%;
    }
}




/*
    Footer
------------------------------*/
/*
    footer
------------------------------*/

.site_footer {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    background: #000;
    padding: 25px 0 5px;
    margin-top: 800px;
    margin-top: 3px;
}

.site_footer p {
    font-size: 15px;
    letter-spacing: 0.9px;
    margin-bottom: 14px;
}
.site_footer .divider{
    
}
.site_footer .text2{
    text-transform: uppercase;
}
.site_footer .text2 a{
    color:#6bbdb9;
}
@media (max-width: 1440px){
    
    .site_footer {
        font-size: 1.042vw;
        padding: 1.736vw 0 0.347vw;
        margin-top: 55.556vw;
        margin-top: 0.208vw;
    }
    .site_footer p {
        font-size: 1.042vw;
        letter-spacing: 0.063vw;
        margin-bottom: 0.972vw;
    }
    
}

@media (max-width: 1024px){
    .site_footer p {
        font-size: 1.5vw;
        letter-spacing: 0.1vw;
        margin-bottom: 0.972vw;
    }
}
@media (max-width: 768px){
    .site_footer {
      
        padding: 1.736vw 0 0.347vw;
        margin-top: 55.556vw;
        margin-top: 0.208vw;
    }
    .site_footer .text2{
		display:block;
	}
	.site_footer .divider{
		display:none;
	}
}

@media (max-width: 550px){

    .site_footer{
        margin-top: 0
    }
    .site_footer p {
        font-size: 2.917vw;
        padding-top: 3vw;
        padding-bottom: 3.3vw;
        letter-spacing: 0.7px;
        position: relative;
        top: 0vw;
        margin-bottom: 0vw;
    }
}

@media (max-width: 1440px) {


}

@media (max-width: 1140px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

    .section_inner {
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
        display: block;
        justify-content: space-around;
    }


}

@media (max-width: 550px) {



    /* Common Style For Mobile */

    .mobile_only {
        display: block;

    }

    .mobile_block {
        display: none;
    }

    .m_br {
        display: unset !important;
    }

    .section_inner {
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .section_left_item {
        width: 100% !important;
    }

    .section_right_item {
        width: 100% !important;
    }

}
