

@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: 'Futura BQ';
    src: url('futurabq-demibold.woff2') format('woff2'),
        url('futurabq-demibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTNormsStdCond';
    src: url('ttnormsstdcond-regular.woff2') format('woff2'),
        url('ttnormsstdcond-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TTNormsStdCond';
    src: url('ttnormsstdcond-medium.woff2') format('woff2'),
        url('ttnormsstdcond-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: Poppins;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    letter-spacing: 0.63px;
    text-align: left;
    color: #706e6c;
    background-color: #faf5e8;
    /* width: 480px;
    margin: 0 auto; */
}

h1,
.like_h2 {
    font-family: 'Futura BQ';
    font-size: 58.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.93px;
    color: #b72c1f;
    margin: 0;
    margin-bottom: 16px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Futura BQ';
    font-size: 45.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.28px;
    color: #706e6c;
    margin: 0;
    margin-top: 54px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h3,
.like_h1{
    font-family: 'TTNormsStdCond';
    font-size: 39.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.62;
    letter-spacing: 1.98px;
    color: #706e6c;
    margin: 0;
}

.like_h1{ font-size:50px; font-weight:500; color:#b72c1f; margin-top:36px; margin-bottom:14px; letter-spacing: 1.25px; margin-left:-8px }

a:hover {
    -webkit-filter: unset !important;
    filter: unset !important;
}

.section_inner {
    margin: 0 auto;
}

.site_button,
input[type="submit"] {
    font-family: Poppins;
    display: inline-block;
    background-color: #d792a9;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    padding: 19px 44px;
    border: 0;
    cursor: pointer;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    position:relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.site_button:after,
input[type="submit"]:after{
   content:'';
   position:absolute;
   width: 100%;
   height:100%;
   background-color:#b72c1f;
   right: -8px;
   bottom: -8px;
   z-index: -1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.site_button:hover:after,
input[type="submit"]:hover:after {
    left: 0;
    top: 0;
}

.site_button:hover,
input[type="submit"]:hover {

}

p {
    font-family: 'Poppins';
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: 0.3px;
    color: #000000;
    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, #FCDEC9 0%, #FCDEC9 100%);
    background-repeat: no-repeat;
    background-size: 100% 61%;
    background-position: 0 48%;
    color: inherit;
}

.mobile_only {
    display: none;
}

@media (max-width: 1440px) {
    body {
        font-size: 1.736vw;
        letter-spacing: 0.044vw;
    }

    h1,
    .like_h2 {
        font-size: 4.063vw;
        letter-spacing: 0.203vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 3.16vw;
        letter-spacing: 0.158vw;
        margin-top: 3.75vw;
        margin-bottom: 1.389vw;
    }

    h3 ,
    .like_h1{
        font-size: 3.472vw;
        letter-spacing: 0.1vw;
        margin-left: -0.556vw;
        margin-bottom: 0.9vw;
        margin-top: 2.5vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 0.972vw;
        padding: 1.319vw 3.056vw;
        letter-spacing: 0.049vw;
    }

    p {
        font-size: 1.597vw;
        letter-spacing: 0.04vw;
        margin-bottom: 1.806vw;
    }



}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {

    h1,
    .like_h2 {
        font-size: 4.563vw;
        letter-spacing: 0.203vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 3.66vw;
        letter-spacing: 0.158vw;
        margin-top: 3.75vw;
        margin-bottom: 1.389vw;
    }

    h3,
    .like_h1 {
        font-size: 3.332vw;
        letter-spacing: 0.071vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.272vw;
        padding: 1.319vw 3.056vw;
        letter-spacing: 0.049vw;
    }

    p {
        font-size: 2.097vw;
        letter-spacing: 0.04vw;
        margin-bottom: 1.806vw;
    }
}

@media (max-width: 768px) {
    h1,
    .like_h2 {
        font-size: 5vw;
        letter-spacing: 0.203vw;
        margin-bottom: 3.111vw;
    }

    h2 {
        font-size: 4.66vw;
        letter-spacing: 0.158vw;
        margin-top: 3.75vw;
        margin-bottom: 1.389vw;
    }

    h3,
    .like_h1 {
        font-size: 6vw;
        letter-spacing: 0.071vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2.272vw;
        padding: 2.319vw 4.056vw;
        letter-spacing: 0.049vw;
    }

    p {
        font-size: 2.097vw;
        letter-spacing: 0.04vw;
        margin-bottom: 1.806vw;
    }
}

@media (max-width: 550px) {
    h1,
    .like_h2 {
        font-size: 8.021vw;
        letter-spacing: 0.351vw;
        margin-bottom: 3.6vw;
        padding: 0;
    }

    h2 {
        font-size: 5.545vw;
        font-weight: 500;
        letter-spacing: 0.278vw;
        line-height: 1.2;
        margin-top: 10.545vw;
        margin-bottom: 1.091vw;
        padding: 0 8.182vw;
    }

    h3,
    .like_h1 {
        font-size: 6.042vw;
        font-weight: 500;
        margin-bottom: 0;
        letter-spacing: 0.133vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2.8vw;
        padding: 2.319vw 4.056vw;
        letter-spacing: 0.2vw;
    }

    p {
        font-size: 2.097vw;
        letter-spacing: 0.04vw;
        margin-bottom: 1.806vw;
    }
}

/*
    Header
------------------------------*/
.lp_header {
    padding-bottom: 50px;
    padding-left: 83px;
    padding-right: 73px;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 81px;
}
.lp_header.no_topbar{
    top:0;
}

.lp_header .section_inner {
    display: flex;
    width: 100%;
    padding-top: 3px;
}

.lp_header_left {
    padding-left: 0;
    width: 22%;
}

.lp_logo_image {
    width: 231px;
}

.lp_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-left: 41px;
    text-align: right;
    width: 82%;
}

.lp_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.lp_header_right li {
    display: inline-block;
    margin: 0;
    margin-left: 44px;
}

.lp_header_right li a {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.1px;
    color: #000000;
    display: block;
    margin: 0 13px;
    padding: 0 4px;
    position: relative;
    line-height: 2.55;
}
.lp_header_right li:last-child{
    margin-right: 0px;
}
.lp_header_right li:first-child{
    margin-left: 0px;
}
.lp_header_right li:first-of-type a{margin-left: 0px;}
.lp_header_right li:last-of-type a{margin-right: 0px;}

.responsive-menu ul li a:after,
.lp_header_right li a:after {
    content: " ";
    width: 100%;
    height: 4px;
    /* background-image: url(lp_nav-hover.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    /* background-position: center; */
    background-color: #FFF;
    opacity: 0;
    position: absolute;
    bottom: 6px;
    left: -2px;
    z-index: -1;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}
.responsive-menu ul li a:after {
    height: 20px;
    bottom: 6px;
}
.responsive-menu ul li a:hover:after,
.lp_header_right li a:hover:after {
    opacity: 1;
}
.responsive-menu ul li a{
    display: inline-block;
    padding: 0 22px;
}

@media (max-width: 1440px) {
    .lp_header {
        padding-bottom: 3.472vw;
        padding-left: 5.7vw;
        padding-right: 5vw;
        top: 5.625vw;
    }
    .lp_header.no_topbar{}

    .lp_header .section_inner {
        padding-top: 0.208vw;
    }

    .lp_header_left {}

    .lp_logo_image {
        width: 16.042vw;
    }

    .lp_header_right {
        padding-left: 2.847vw;
    }

    .lp_header_right ul {
    padding-top: 0.2vw;
}

    .lp_header_right li {
        margin-left: 2.98vw;
    }

    .lp_header_right li a {
        font-size: 1.54vw;
        letter-spacing: 0.076vw;
        margin: 0 0.903vw;
        padding: 0 0.278vw;
    }

    .lp_header_right li:first-of-type a{ }
    .lp_header_right li:last-of-type a{ }

    .responsive-menu ul li a:after,
    .lp_header_right li a:after {
        bottom: 0.417vw;
        left: -0.139vw;
    }
    .responsive-menu ul li a:after {
        height: 1.389vw;
        bottom: 0.417vw;
    }
    .responsive-menu ul li a:hover:after,
    .lp_header_right li a:hover:after {}
    .responsive-menu ul li a{
        padding: 0 1.528vw;
    }
    
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .lp_header_right li a {
        font-size: 1.6vw;
        margin: 0 0.2vw;
    }
}

@media (max-width: 768px) {
    .lp_header .section_inner {
        padding-top: 3.292vw;
    }
   .lp_header_left {
        padding-left: 0;
        margin-top: 0vw;
        width: 70%;
    }
    .lp_header_right {
        padding-left: 0;
        margin-left: auto;
        padding-right: 0;
        margin-right: 0;
        margin-top: 0;
        width: 66%;
        flex-direction: row;
        justify-content: flex-end;
        padding-top: 2vw;
    }

    .lp_logo_image {
        width: 35.042vw;
    }
}

@media (max-width: 550px) {
    .lp_header_right {
        padding-left: 0;
        margin-left: auto;
        padding-right: 0;
        margin-right: 0;
        margin-top: 0;
        padding-top: 4vw;
    }

    .lp_logo_image {
        width: 44.167vw;
    }

    .lp_header .section_inner {
        /* width: 100vw; */
        padding-top: 8.80vw;
    }
}


  .lp_header .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/
    position: relative;
    display: block;
        margin-top: 0px;
        margin-bottom: -8px;
    }
    .lp_header .user .dropdown>:before {
        content: " ";
        position: absolute;
        z-index: 0;
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;
        background-color: #F2D0C4;
        opacity: 1;
        height: 14px;
        width: 2px;
        top: 17px;
        left: -10px;
    }
    .lp_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; }
    .lp_header .user__dropdown {
      position: absolute;
      z-index: 2000;
      top: 50px;
      right: 0;
      display: none;
      padding: 20px 30px;
      text-align: left;
      white-space: nowrap;
      border-top: 1px solid #f9f9f9;
      background: #f9f9f9;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
      }
      .lp_header .user__dropdown--light a {
        color: #0a2338; }
      .lp_header .user__dropdown--dark a {
        color: #fff; }
      .lp_header .user__dropdown span {
        display: block; }
      .lp_header .user__dropdown a {
        line-height: 40px !important;
        display: block;
        color: #000;
        padding-right: 7px;
        padding-left: 7px;
        }
  .lp_header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .lp_header--center .user__dropdown {
      top: 50px; }
      .lp_header--center .user__dropdown a {
        line-height: 40px;
        margin: 0 0 0 0; }
@media (max-width: 767px) {
    .lp_header .user {
      position: static;
      display: block;
      width: 100%; }
      .lp_header .user__avatar {
        display: none; }
      .lp_header .user__dropdown {
        position: static;
        display: block !important;
        padding: 0 0 0 0;
        text-align: left;
        border-top: 0;
        background: transparent !important;
        box-shadow: none; }
    .lp_header--light .user__dropdown a {
      color: #0a2338; }
    .lp_header--dark .user__dropdown a {
      color: #fff; } } 
}
@media (max-width: 768px) {
    
}

/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 70px;
    width: 56px;
    display: block;
    position: absolute;
    top: 8px;
    right: 35px;
}

.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: 49px;
    display: block;
    background-color: #706e6c;
    height: 2px;
}

a.responsive-menu-haÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­nd {
    width: 60px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 40px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -2px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: #ebe8e5;
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    padding-top: 29.167vw;
}

.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;
    list-style-type: none;
    position: relative;
    text-align: center;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    line-height: 40px;
    height: 47px;
    display: inline-block;
    text-decoration: none;
    color: #706e6c;
    font-size: 18px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.52;
    border: 0;
    margin: 0;
    display: block;
    margin-bottom:15px;
}
.responsive-menu ul li a:after{
    display:none !important;
}
.responsive-menu ul li:hover {
    text-decoration: none;
}
.responsive-menu span.user img{
    display:none;
}

@media (max-width: 1440px) {}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .lp_header_right ul {
        display: none;
    } 
    
    a.responsive-menu-hand {
        width: 12.5vw;
        margin-right: 3.125vw;
        margin-top: 1.125vw;
    }
    
    .responsive-menu-hand {
        display: inline-block;
    }
}

@media (max-width: 550px) {
    .lp_header {
        padding-top: 7vw;
        padding-bottom: 3.472vw;
        padding-left: 4.167vw;
        padding-right: 4.167vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
    }
     a.responsive-menu-hand {
        width: 12.5vw;
        margin-right: 0;
        margin-top: -0.875vw;
    }
    .lp_header.no_topbar{
        padding-top:0;
    }
    .lp_header.no_topbar .section_inner{
        padding-top: 5vw;
    }
}

/*
    Section top
------------------------------*/
.lp_top {
    background-color: #ccf6ec;
}

.lp_top .section_inner {
    width: 980px;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 4px;
}

.lp_top h3 {
    font-family: 'TTNormsStdCond';
    font-size: 19.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.53;
    letter-spacing: 0.65px;
    color: #000000;
    margin-left: -26px;
}
.lp_top h3 + div{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    flex-direction:column;
    z-index: 1;
}
.lp_top_btn {
    font-family: Poppins;
    font-size: 11.5px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.58px;
    color: #030303;
    font-weight: 600;
    padding: 6px 38px;
    margin-left: 32px;
    position: relative;
    margin-top: -4px;
}
.lp_top_btn:after{ 
   right:-4px;
   bottom:-4px;
}

@media (max-width: 1440px) {
    .lp_top { }

    .lp_top .section_inner {
        width: 68.056vw;
        padding-top: 0.347vw;
        padding-bottom: 0.278vw;
    }

    .lp_top h3 {
        font-size: 1.354vw;
        letter-spacing: 0.045vw;
        margin-left: -1.806vw;
        margin-bottom: 0vw;
        margin-top: 0vw;
    }
    .lp_top h3 + div{}
    .lp_top_btn {
        font-size: 0.799vw;
        letter-spacing: 0.04vw;
        padding: 0.417vw 2.639vw;
        margin-left: 2.222vw;
        margin-top: -0.278vw;
    }
    .lp_top_btn:after{ 
       right:-0.278vw;
       bottom:-0.278vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .lp_top .section_inner {
        width: 77.222vw;
        padding-top: 0.972vw;
        padding-bottom: 0.903vw;
    }

    .lp_top h3 {
        font-size: 2.185vw;
        letter-spacing: 0.066vw;
    }

    .lp_top_btn {
        font-size: 1.499vw;
        letter-spacing: 0.04vw;
        padding: 0.486vw 2.778vw;
        margin-left: 2.222vw;
    }
}

@media (max-width: 550px) {
    .lp_top .section_inner {
        width: 100%;
        padding-top: 1.636vw;
        padding-bottom: 1.818vw;
        padding-left: 1vw;
        text-align: center;
        display: block;
        padding-right: 1vw;
    }

    .lp_top h3 {
        line-height: 2.5;
        font-size: 2.917vw;
        letter-spacing: 0.146vw;
    }

    .lp_top_btn {
        display: none;
    }
    .lp_top_btn:after{  }
}

/*
    Section 1
------------------------------*/

.lp1 {
    padding-top: 138px;
    background-color: #efd5c7;
    padding-bottom: 65px;
}

.lp1 .section_inner {
    width: 1210px;
    position: relative;
}

.lp1_in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lp1 .section_left_item p {
    font-size: 23px;
    margin-top: -2px;
    margin-bottom: 29px;
    letter-spacing: 0.02vw;
    padding-right: 0.7vw;
}

.lp1_btn {
    margin-left: -20px;
    width: 273px;
    margin-top: 7px;
    margin-left: -19px;
    padding-bottom: 20px;
}
.lp1_btn:after{
    right: -8px;
    bottom: -9px;
}
.lp1_img {
    position: relative;
    z-index: 2;
    width: 421px;
    /* height: 531px; */
    right: 0;
    /* background-color: #fff; */
    /* fix */
    padding-top: 1px;
}
.lp1_img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 99.7%;
    background-color: #e88b46;
    right: -16px;
    bottom: -18px;
    z-index: -1;
}
.lp1 .section_left_item {
    width: 50%;
    text-align: center;
    margin-top: 136px;
    position: relative;
    z-index: 2;
}

.lp1 .section_right_item {
    width: 50%;
    padding-left: 98px;
}

.lp1_img_art {
    position: absolute;
    bottom: -68px;
    right: -60px;
    z-index: 9;
    background-image: url(lp_img_rebone.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 212px;
    height: 121px;
    display: none;
}

.lp1_arrow {
    display: flex;
    justify-content: center;
    padding-top: 0px;
    margin-top: -79px;
}

.lp1_arrow_img {
    width: 22px;
    height: 123px;
    animation-name: sp_down_arrow_bounce;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-duration: 2s;
}
@keyframes sp_down_arrow_bounce {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(15px); }
        100% { transform: translateY(0); }
}
.lp1_art2 {
    position: absolute;
    z-index: 0;
    width: 318px;
    height: 435px;
    bottom: 67px;
    right: -124px;
    background: url(lp1_art2_n1.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.lp1_art1 {
    position: absolute;
    width: 318px;
    height: 514px;
    background-image: url(art_img_n1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    bottom: -354px;
}

@media (max-width: 1440px) {
    .lp1 {
        padding-top: 9.583vw;
        padding-bottom: 4.5vw;
    }

    .lp1 .section_inner {
        width: 84.028vw;
    }

    .lp1_in {}

    .lp1 .section_left_item p {
        font-size: 1.597vw;
        margin-top: -0.139vw;
        margin-bottom: 2.014vw;
        letter-spacing: 0.2px;
        padding-right: 10.08px;
    }

    .lp1_btn {
        margin-left: -1.389vw;
        width: 18.958vw;
        margin-top: 0.56vw;
        margin-left: -1.4vw;
    }

    .lp1_img {
        width: 29.236vw;
    }
    .lp1_img:after {
        right: -1.111vw;
        bottom: -1.23vw;
        height: 99.5%;
        width: 99.8%;
    }
    .lp1 .section_left_item {
        margin-top: 9.444vw;
    }

    .lp1 .section_right_item {
        padding-left: 6.806vw;
    }

    .lp1_img_art {
        bottom: -4.722vw;
        right: -4.167vw;
        width: 14.722vw;
        height: 8.403vw;
    }

    .lp1_arrow {
        margin-top: -5.486vw;
    }

    .lp1_arrow_img {
        width: 1.528vw;
        height: 8.542vw;
    }
    .lp1_art2 {
        width: 22.083vw;
        height: 30.208vw;
        bottom: 4.7vw;
        right: -8.611vw;
    }

    .lp1_art1 {
        position: absolute;
        width: 22.083vw;
        height: 35.694vw;

        bottom: -24.583vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {

    .lp1 .section_left_item p {
        font-size: 1.797vw;
        margin-top: -0.139vw;
        margin-bottom: 3.472vw;
    }
}

@media (max-width: 768px) {
    .lp1_in {
        flex-direction: column-reverse;
    }

    .lp1 .section_left_item {
        width: 100%;
    }

    .lp1 .section_right_item {
        width: 100%;
        padding-top: 5vw;
    }

    .lp1_img {
        margin: 0 auto;
        width: 76.236vw;
        /* height: 95.713vw; */
    }

    .lp1_img img {
        width: 100%;
        height: 100%;
    }

    .lp1_img_art {
        bottom: -9.722vw;
        right: -7.167vw;
        width: 17.722vw;
        height: 9.403vw;
        width: 24.792vw;
        height: 20vw;
    }

    .lp1 .section_left_item p {
        font-size: 2.4vw;
        line-height: 1.58;
        letter-spacing: 0.059vw;
        margin-bottom: 3.646vw;
    }

    .lp1_btn {
        width: unset;
    }

    .lp1_art2 {
        width: 32.458vw;
        height: 44.725vw;
        bottom: 62.056vw;
        right: -12.25vw;
    }

    .lp1 .section_left_item {
        margin-top: 3.5vw;
    }

    .lp1_art1 {
        width: 32.556vw;
        height: 53.458vw;
        bottom: -24.403vw;
        left: 0vw;
        background-size: 100%;
        background-position: left top;
    }

    .lp1 .section_right_item {
        padding-left: 0vw;
    }
}

@media (max-width: 550px) {
    .lp1 .section_right_item {
        width: 100%;
        padding-top: 16.091vw;
    }
    .lp1 .section_left_item p{
        font-size: 3.75vw;
        margin-bottom: 5.6vw;
    }
    .lp1 .section_left_item p br{
        display: none;
    }
    .lp1_img {
        margin: 0 auto;
        width: 58.909vw;
        /* height: 62.364vw; */
    }

    .lp1_img_art {
        bottom: -4.273vw;
        right: -4.545vw;
        width: 23.818vw;
        height: 13.091vw;
    }

    .lp1_art2 {
        width: 39.818vw;
        height: 55.364vw;
        bottom: unset;
        top: 48.273vw;
        right: -11.273vw;
    }
    .lp1_arrow {
        padding-top: 6.667vw;
    }

    .lp1_btn {
        width: unset;
        padding: 2.909vw 11.091vw;
        font-size: 2.8vw;
    }

    .lp1_arrow_img {
        width: 2.8vw;
        height: auto;
    }
    .lp1_arrow_img img{
        width: 100%;
        /* height: 14.375vw; */
    }

    .lp2_top_title h2 br {
        display: none;
    }

    .lp1_art1 {
        width: 45.956vw;
        height: 71.958vw;
        bottom: -43.303vw;
        left: -8.4vw;
    }
    .lp2_top_title h2{
        font-size: 6.545vw;
        margin-top: 8.545vw;
        margin-bottom: 1.091vw;
        padding: 0 7.182vw;
    }
}


/*
    Section 2
------------------------------*/

.lp2 {
    position: relative;
    padding-top: 54px;
    padding-bottom: 72px;
}

.lp2_top_title {
    text-align: center;
}

.lp2_top_title h2 {
    margin-top: 15px;
    margin-bottom: 56px;
    color: #b72c1f;
}
.lp2 .section_inner {
    width: 1274px;
}

.lp2_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lp2_item {
    text-align: center;
}

.lp2_item_img {
    width: 382px;
    height: 382px;
    overflow: hidden;
}

.lp2_item_img img {
    max-width: 100%;

}

.lp2_item h4 {
    font-family: 'TTNormsStdCond';
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #020202;
    padding-top: 35px;
    padding-bottom: 15px;
}

.lp2_btn {
    width: 222px;
}

@media (max-width: 1440px) {
    .lp2 {
        padding-top: 3.75vw;
        padding-bottom: 5vw;
    }

    .lp2_top_title {}

    .lp2_top_title h2 {
        margin-top: 1.042vw;
        margin-bottom: 3.889vw;
    }
    .lp2 .section_inner {
        width: 88.472vw;
    }

    .lp2_items {}

    .lp2_item {}

    .lp2_item_img {
        width: 26.528vw;
        height: 26.528vw;
    }

    .lp2_item_img img {}

    .lp2_item h4 {
        font-size: 1.736vw;
        letter-spacing: 0.083vw;
        padding-top: 2.431vw;
        padding-bottom: 1.042vw;
    }

    .lp2_btn {
        width: 15.417vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .lp2_btn {
        width: unset;
        font-size: 1.272vw;
        padding: 1.319vw 5vw;
        letter-spacing: 0.049vw;
    }
}

@media (max-width: 768px) {

    .lp2_btn {
        font-size: 2.272vw;
        padding: 2vw 4.056vw;
        letter-spacing: 0.049vw;
    }
    .lp2 {
        padding-top: 2.806vw;
        padding-bottom: 4.931vw;
    }
    .lp2_item_img img {
        width: 100%;

    }
    .lp2_item h4 {
        font-size: 3vw;
        letter-spacing: 0.087vw;
        padding-top: 4.292vw;
        padding-bottom: 0.972vw;
    }

    .lp2_items {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .lp2_item_img {
        width: 66.528vw;
        height: 65.528vw;
        margin: 0 auto;
    }

    .lp2_item {
        padding-bottom: 7vw;
    }
}

@media (max-width: 550px) {
    .lp2 {
        padding-top: 7.091vw;
        padding-bottom: 1vw;
    }

    .lp2_item h4 {
        font-size: 4.688vw;
        padding-bottom: 1.85vw;
    }

    .lp2_items {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .lp2_item_img {
        width: 72.292vw;
        height: 72.292vw;
        margin: 0 auto;
    }

    .lp2_item {
        padding-bottom: 10vw;
    }

    .lp2_btn {
        width: unset;
        padding: 3.8vw 12.818vw;
        font-size: 2.604vw;
    }
}

/*
    Section 3
------------------------------*/

.lp3 {
    background-color: #f5e6dd;
    padding-top: 4px;
    padding-bottom: 2px;
}

.lp3 .section_inner {
    width: 1125px;
    display: flex;
    align-items: center;
}

.lp3 .section_left_item {
    width: 17%;
}

.lp3 .section_left_item p {
    font-family: 'TTNormsStdCond';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #030303;
}

.lp3 .section_right_item {
    width: 83%;
    padding-left: 13px;
}

.lp3_img_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.lp3_img_list img {
    max-width: 100%;
}

.lp3_img_list li:nth-of-type(1) {
    width: 155px;
}

.lp3_img_list li:nth-of-type(2) {
    width: 162px;
}

.lp3_img_list li:nth-of-type(3) {
    width: 142px;
}

.lp3_img_list li:nth-of-type(4) {
    width: 76px;
}

@media (max-width: 1440px) {
    .lp3 {
        padding-top: 0.278vw;
        padding-bottom: 0.139vw;
    }

    .lp3 .section_inner {
        width: 78.125vw;
    }

    .lp3 .section_left_item { }

    .lp3 .section_left_item p {
        font-size: 1.111vw;
        letter-spacing: 0.056vw;
    }

    .lp3 .section_right_item {
        padding-left: 0.903vw;
    }

    .lp3_img_list { }

    .lp3_img_list img { }

    .lp3_img_list li:nth-of-type(1) {
        width: 10.764vw;
    }

    .lp3_img_list li:nth-of-type(2) {
        width: 11.25vw;
    }

    .lp3_img_list li:nth-of-type(3) {
        width: 9.861vw;
    }

    .lp3_img_list li:nth-of-type(4) {
        width: 5.278vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .lp3 .section_left_item p {
        font-size: 1.211vw;
    }
}

@media (max-width: 768px) {
    .lp3 {
        padding-top: 2.278vw;
        padding-bottom: 1.139vw;
    }
    .lp3_img_list{
        padding-left: 0;
    }
    .lp3 .section_inner {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .lp3 .section_left_item {
        width: 100%;
        text-align: center;
        padding-bottom: 2vw;
    }

    .lp3 .section_right_item {
        width: 100%;
    }

    .lp3 .section_left_item p {
        font-size: 3.711vw;
    }

    .lp3 .section_left_item p br {
        display: none;
    }
}

@media (max-width: 550px) {
    .lp3 {
        padding-top: 5.818vw;
        padding-bottom: 5.091vw;
    }

    .lp3 .section_inner {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .lp3 .section_left_item {
        width: 100%;
        text-align: center;
        padding-bottom: 2.5vw;
    }

    .lp3 .section_right_item {
        width: 100%;
        padding-left: 0;
    }

    .lp3 .section_left_item p {
        font-size: 3.4vw;
        margin-bottom: 2vw;
    }

    .lp3 .section_left_item p br {
        display: none;
    }

    .lp3_img_list {
        padding: 0;
    }

    .lp3_img_list li:nth-of-type(1) {
        width: 17vw;
    }

    .lp3_img_list li:nth-of-type(2) {
        width: 17vw;
    }

    .lp3_img_list li:nth-of-type(3) {
        width: 15vw;
    }

    .lp3_img_list li:nth-of-type(4) {
        width: 7.8vw;
    }
}


/*
    Section 4
------------------------------*/
.lp4 {
    padding-top: 32px;
}

.lp4 .section_inner {
    width: 1218px;
    position: relative;
    z-index: 1;
}

.lp4_in {
    display: flex;
}

.lp4_in .section_left_item {
    width: 50%;
}

.lp4_img {
    width: 520px;
    height: 670px;
    position: relative;
    padding-left: 84px;
    padding-top: 64px;
}
.lp4_img div{
    width: 100%;
    display: block;
    height: auto;
    position: relative;
}
.lp4_img div:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 99.9%;
    background-color: #e88b46;
    right: -21px;
    bottom: -20px;
    z-index: -1;
}
.lp4_img img {
    width: 436px;
}

.lp4_tape {
    background: url(lp_tape2.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 178px;
    height: 143px;
    top: 0;
    left: 0;
    display: none;
}

.lp4_art {
    position: absolute;
    background: url(lp_art-text_n1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 347px;
    height: 285px;
    top: 442px;
    left: -156px;
    text-align: center;
    z-index: 1;
}

.lp4_art_in {
    padding-left: 22px;
}

.lp4_art h3 {
    font-family: TTNormsStdCond;
    font-size: 33px;
    line-height: 0.75;
    letter-spacing: -0.3px;
    color: #030303;
    padding-top: 78px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
}

.lp4_art h6 {
    font-family: Poppins;
    font-size: 11px;
    line-height: 1.73;
    letter-spacing: 0.2px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #030303;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-right: 0vw;
}

.lp4_art p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.3px;
    color: #030303;
}

.lp4_in .section_right_item {
    width: 50%;
    padding-left: 24px;
    padding-top: 58px;
}

.lp4_lists {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 19px;
    padding-bottom: 24px;
}

.lp4_list_item {
    display: flex;
    align-items: center;
}

.lp4_list_item img {
    padding-bottom: 28px;
}

.lp4_lists li {
    font-family: Poppins;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: 0.4px;
    text-align: left;
    color: #706e6c;
    padding-left: 17px;
    margin-bottom: 29px;
}

.lp4_btn {
    width: 273px;
    margin-left: 3px;
    letter-spacing: 0.9px;
}

.lp4_leaf1 {
    position: absolute;
    background: url(lp_leaf01_n1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 292px;
    height: 326px;
    top: 43px;
    right: -246px;
    z-index: -1;
}

.lp4_leaf2 {
    position: absolute;
    background: url(lp_leaf01_n2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 315px;
    height: 350px;
    bottom: -138px;
    right: -205px;
    z-index: -1;
    /* display: none; */
}

@media (max-width: 1440px) {
    .lp4 {
        padding-top: 2.222vw;
    }

    .lp4 .section_inner {
        width: 84.583vw;
    }

    .lp4_in { }

    .lp4_in .section_left_item { }

    .lp4_img {
        width: 36.111vw;
        height: 46.528vw;
        padding-left: 5.833vw;
        padding-top: 4.444vw;
    }
    .lp4_img div{ }
    .lp4_img div:after {
        right: -1.458vw;
        bottom: -1.4vw;
        width: 100%;
        height: 99.8%;
    }
    .lp4_img img {
        width: 30.278vw;
    }

    .lp4_tape {
        width: 12.361vw;
        height: 9.931vw;

    }

    .lp4_art {
        width: 24.097vw;
        height: 19.792vw;
        top: 30.694vw;
        left: -10.833vw;
    }

    .lp4_art_in {
        padding-left: 1.528vw;
    }

    .lp4_art h3 {
        font-size: 2.292vw;
        line-height: 0.75;
        letter-spacing: -0.021vw;
        color: #030303;
        padding-top: 5.417vw;
        font-weight: 500;
        margin-bottom: 0vw;
        margin-top: 0vw;
        padding-left: 0.5vw;
    }

    .lp4_art h6 {
        font-size: 0.764vw;
        letter-spacing: 0vw;
        padding-top: 0.486vw;
        padding-bottom: 0.417vw;
    }

    .lp4_art p {
        font-size: 0.833vw;
        letter-spacing: 0.021vw;
    }

    .lp4_in .section_right_item {
        padding-left: 1.667vw;
        padding-top: 4.028vw;
    }

    .lp4_lists {
        padding-top: 1.319vw;
        padding-bottom: 1.667vw;
    }

    .lp4_list_item { }

    .lp4_list_item img {
        padding-bottom: 1.944vw;
    }

    .lp4_lists li {
        font-size: 1.736vw;
        letter-spacing: 0.028vw;
        padding-left: 1.181vw;
        margin-bottom: 2.014vw;
    }

    .lp4_btn {
        width: 18.958vw;
        margin-left: 0.208vw;
        letter-spacing: 0.063vw;
    }

    .lp4_leaf1 {
        width: 20.278vw;
        height: 22.639vw;
        top: 2.986vw;
        right: -17.083vw;
    }

    .lp4_leaf2 {
        width: 21.875vw;
        height: 24.306vw;
        bottom: -9.583vw;
        right: -14.236vw;
    }
}

@media (max-width: 1140px) {
    .lp4_art h3 {
        font-size: 2.292vw;
        letter-spacing: 0.014vw;
        padding-top: 3.417vw;
    }
}

@media (max-width: 1024px) {
    .lp4_art h3 {
        font-size: 2.422vw;
    }

    .lp4_art h6 {
        font-size: 0.864vw;
    }
    .lp4_tape {
        width: 14.722vw;
        height: 12vw;
        top: -1.5vw;
        left: 0;
    }
    .lp4_art p {
        font-size: 0.933vw;

    }
}

@media (max-width: 768px) {
    .lp4_in {
        display: unset;
    }
    .lp4_tape {
        width: 24.792vw;
        height: 20vw;
        top: -4.917vw;
        left: -29px;
    }
    .lp4_in .section_left_item {
        width: 100%;
        padding-top: 6vw;
    }

    .lp4_in .section_right_item {
        width: 100%;
        padding-top: 15vw;
    }

    .lp4_img {
        width: 79.111vw;
        height: 104.528vw;
        margin: 0 auto;
    }

    .lp4_img img {
        width: 73.278vw;
        /* height: 100.083vw; */
    }

    .lp4_art {
        width: 49.097vw;
        height: 41.792vw;
        top: 74.903vw;
        left: -10.764vw;
    }

    .lp4_art_in {
        padding-top: 6.042vw;
    }

    .lp4_art h3 {
        font-size: 4.722vw;
    }

    .lp4_art h6 {
        font-size: 1.864vw;
    }

    .lp4_art p {
        font-size: 1.933vw;
    }

    .lp4_lists li {
        font-size: 3vw;
        letter-spacing: 0.044vw;
        padding-left: 1.111vw;
        margin-bottom: 2.014vw;
    }

    .lp4_list_item img {
        padding-bottom: 1.944vw;
        width: 0.8vw;
        margin-right: 1.7vw;
    }

    .lp4_btn {
        width: 37vw;
        display: block;
        margin: 0 auto;
    }

    .lp4_leaf1 {
        width: 31.278vw;
        height: 34.639vw;
        top: 113.986vw;
        right: -16.667vw;
    }
}

@media (max-width: 550px) {
    .lp4_in {
        display: unset;
    }

    .lp4_in .section_left_item {
        padding-left: 2.182vw;
        padding-top: 17vw;
    }

    .lp4_in .section_right_item {
        width: 100%;
        padding-top: 12.727vw;
        padding-left: 0;
    }

    .lp4_img {
        width: 62.636vw;
        height: auto;
        margin: unset;
        margin-right: auto;
        margin: 0 auto;
        padding-left: 0vw;
        padding-top: 0vw;
    }
    .lp4_tape {
        width: 24.792vw;
        height: 20vw;
        top: -19.167vw;
        left: -8.958vw;
    }
    .lp4_img img {
        width: 100%;
        /* height: 84.375vw; */
    }

    .lp4_art {
        width: 45.292vw;
        height: 37.458vw;
        top: 62.273vw;
        left: -10.764vw;
    }

    .lp4_art_in {
        padding-top: 5.042vw;
    }

    .lp4_art h3 {
        font-size: 4.479vw;
    }

    .lp4_art h6 {
        font-size: 1.8vw;
        padding-top: 0.727vw;
        padding-bottom: 0.727vw;
    }

    .lp4_art p {
        font-size: 1.8vw;
    }

    .lp4_lists li {
        font-size: 3.438vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.15;
        letter-spacing: 0.075vw;
        padding-left: 1.111vw;
        margin-bottom: 4.1vw;
    }

    .lp4_list_item img {
        padding-bottom: 1.944vw;
        width: 0.8vw;
        margin-right: 1.7vw;
    }

    .lp4_btn {
        width: 42vw;
        padding: 2.9vw 0;
        display: block;
        margin: 0 auto;
        font-size: 2.8vw;
    }

    .lp4_leaf1 {
        width: 45.278vw;
        height: 53.639vw;
        top: 81.986vw;
        right: -27.667vw;
    }
    .section_right_item h1,
    .section_right_item ul{
        margin: 0;
        padding: 0;
        padding-left: 0;
        padding-bottom: 1.667vw;
    }
    .lp4_leaf2 {
        width: 44.875vw;
        height: 47.306vw;
        bottom: -18.653vw;
        right: -29.958vw;
    }
}

/*
    Section 5
------------------------------*/
.lp5 {
    padding-top: 117px;
}

.lp5 .section_inner {
    width: 1195px;
}

.lp5_in {
    display: flex;
}

.lp5_in .section_left_item {
    width: 50%;
    padding-top: 55px;
    margin-left: 34px;
}

.lp5_in .section_left_item p {
    font-size: 25px;
    line-height: 1.66;
    letter-spacing: 0.35px;
    padding-top: 19px;
    padding-bottom: 38px;
    margin-left: 8px;
}

.lp5_btn {
    width: 273px;
    margin-left: 8px;
}
.lp5_btn:after{
    
right: -6px;
    
bottom: -7px;
    
height: 101%;
}
.lp5_in .section_right_item {
    width: 50%;
    padding-right: 3px;
}


.lp5_img {
    position: relative;
    width: 405px;
    /* height: 628px; */
    z-index: 1;
    margin-left: auto;
}

.lp5_shape {
    position: absolute;
    background: url(lp_circleart_n1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 566px;
    height: 411px;
    top: 82px;
    right: -38px;
    z-index: -1;
}

@media (max-width: 1440px) {
    .lp5 {
        padding-top: 8.125vw;
    }

    .lp5 .section_inner {
        width: 82.986vw;
    }

    .lp5_in {}

    .lp5_in .section_left_item {
        padding-top: 3.75vw;
        margin-left: 2.361vw;
    }

    .lp5_in .section_left_item p {
        font-size: 1.736vw;
        letter-spacing: 0.024vw;
        padding-top: 1.319vw;
        padding-bottom: 2.7vw;
        margin-left: 0.556vw;
    }

    .lp5_btn {
        width: 18.958vw;
        margin-left: 0.5vw;
        padding-bottom: 1.4vw;
    }
    .lp5_btn:after {
        right: -0.417vw;
        bottom: -0.44vw;
        height: 100%;
    }
    .lp5_in .section_right_item {
        padding-right: 0.208vw;
    }


    .lp5_img {
        width: 28.125vw;
    }

    .lp5_shape {
        width: 39.306vw;
        height: 28.542vw;
        top: 5.694vw;
        right: -2.639vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .lp5_in {
        flex-direction: column-reverse;
    }

    .lp5_in .section_left_item {
        width: 100%;
        padding-top: 3.75vw;
        margin-left: 0;
    }

    .lp5_in .section_right_item {
        width: 100%;
    }

    .lp5_in .section_left_item p {
        font-size: 3vw;
        letter-spacing: 0.044vw;
        padding-top: 1.319vw;
        padding-bottom: 4.708vw;
    }

    .lp5_btn {
        width: 37vw;
        display: block;
        margin: 0 auto;
    }

    .lp5_img {
        width: 50.125vw;
        /* height: 77.611vw; */
        margin: 0 auto;
    }

    .lp5_shape {
        width: 72.306vw;
        height: 55.542vw;
        top: 9.694vw;
        right: -6.917vw;
    }
}

@media (max-width: 550px) {
    .lp5_in {
        flex-direction: column-reverse;
    }

    .lp5_in .section_left_item {
        width: 100%;
        padding-top: 8.75vw;
        margin-left: 0;
    }

    .section_left_item h1,
    .section_left_item article{
        padding-left: 0;
        font-size: 6.229vw;
    }

    .lp5_in .section_right_item {
    padding-left: 4vw;
    }

    .lp5_in .section_left_item p {
        font-size: 3.438vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 5.938vw;
        letter-spacing: 0.075vw;
        padding-top: 1.319vw;
        padding-bottom: 4.708vw;
        margin-left: 0;
    }

    .lp5_btn {
        width: 41.667vw;
        padding: 3.2vw 0;
        display: block;
        margin: 0 auto;
    }

    .lp5_img {
        width: 56.125vw;
        /* height: 79.611vw; */
        margin: 0 auto;
    }

    .lp5_shape {
        width: 77.306vw;
        height: 56.542vw;
        top: 11.694vw;
        right: -5.455vw;
    }
    .lp5 {
        padding-top: 10.125vw;
    }
}


/*
    Section 6
------------------------------*/

.lp6 {
    /* background: url(lp_bg.jpg); */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: 72px;
    position: relative;
}
.lp6_art_1{    
    position: absolute;    
    width: 137px;    
    height: 179px;    
    background-image: url(footer_left_art1.png);    
    background-repeat: no-repeat;    
    background-size: 100%;    
    left: 0;    
    bottom: 0px;
}
.lp6_art_2{
    position: absolute;
    width: 94px;
    height: 170px;
    background-image: url(footer_right_art1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    bottom: 0px;
}
.lp6 .section_inner {
    width: 998px;
    margin-top: 0px;
    margin-bottom: 99px;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-left: 10px;
}
.lp6 .section_inner:before{
    content:"";
    position: absolute;
    width: 98.9%;
    height: 100.1%;
    background-color: #e88b46;
    right: -16px;
    bottom: -21px;
    z-index: -1;
}
.lp6 .section_inner .lp6_in{
    background-color: #ccf6ec;
}
.lp6 p {
    font-size: 29px;
    line-height: 1.73;
    letter-spacing: 0.56px;
    padding-top: 52px;
    padding-bottom: 106px;
    padding-right: 20px;
    padding-left: 10px;
}

.lp6 p span {
    font-weight: 600;
}

.lp6_name {
    position: relative;
    z-index: 1;
    position: absolute;
    bottom: -12px;
    left: 49.7%;
    transform: translate(-47.7%);
    -webkit-transform: translate(-47.7%);
    -moz-transform: translate(-47.7%);
    -ms-transform: translate(-47.7%);
    -o-transform: translate(-47.7%);
}

.lp6_name span {
    font-family: 'TTNormsStdCond';
    font-size: 39.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.62;
    letter-spacing: 1.98px;
    color: #FFF;
    margin-bottom: 0;
}

.lp6_brush_img {
    position: absolute;
    background: url(lp_paintbrush_n12.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 343px;
    height: 123px;
    top: -28px;
    left: -81px;
    z-index: -1;
}

@media (max-width: 1440px) {
    .lp6 {
        margin-top: 5vw;
    }
    .lp6_art_1{    
        width: 9.514vw;    
        height: 12.431vw;    
    }
    .lp6_art_2{
        width: 6.528vw;
        height: 11.806vw;
    }
    .lp6 .section_inner {
        width: 69.306vw;
        margin-bottom: 6.875vw;
        padding-left: 0.694vw;
    }
    .lp6 .section_inner:before{
        right: -1.111vw;
        bottom: -1.458vw;
        height: 100%;
        width: 99%;
    }
    .lp6 .section_inner .lp6_in{ }
    .lp6 p {
        font-size: 2.014vw;
        letter-spacing: 0.039vw;
        padding-top: 3.611vw;
        padding-bottom: 7.361vw;
        padding-right: 1.389vw;
        padding-left: 0.694vw;
    }

    .lp6 p span {}

    .lp6_name {
        bottom: -0.903vw;
    }

    .lp6_name span {
        font-size: 2.743vw;
        letter-spacing: 0.138vw;
    }

    .lp6_brush_img {
        width: 23.819vw;
        height: 8.542vw;
        top: -1.944vw;
        left: -5.625vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .lp6 {
        /* height: 50.375vw; */
        margin-top: 5.764vw;
    }

    .lp6 .section_inner {
        width: 80.306vw;
        margin-top: 6.25vw;
        margin-bottom: 9.875vw;
    }

    .lp6 p {
        font-size: 3.383vw;
        letter-spacing: 0.052vw;
        padding-top: 4.236vw;
        padding-bottom: 7.139vw;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .lp6 p br {
        display: none;
    }

    .lp6 p span {
        display: block;
    }

    .lp6_name {
        bottom: -3.344vw;
    }

    .lp6_name span {
        font-size: 4.543vw;
        letter-spacing: 0.138vw;
    }

    .lp6_brush_img {
        width: 29.236vw;
        height: 11.361vw;
        top: -1.458vw;
        left: -5.167vw;
    }


}

@media (max-width: 550px) {
    .lp6 {
        /* height: 60.625vw; */
        margin-top: 3.7vw;
    }

    .lp6 .section_inner {
        margin-top: 11.364vw;
        width: 85vw;
        /* height: 36.042vw; */
        margin-left: auto;
        margin-bottom: 13.333vw;
    }

    .lp6 p {
          font-size: 15.5px;
          line-height: 1.52;
          letter-spacing: 0.075vw;
          padding-top: 6vw;
          padding-bottom: 43px;
          padding-left: 4.5vw;
          padding-right: 4.5vw;
          box-sizing: border-box;
    }

    .lp6 p br {
        display: none;
    }

    .lp6 p span {
        display: block;
    }

    .lp6_name {
        bottom: -3.455vw;
    }

    .lp6_name span {
        font-size: 4.417vw;
        letter-spacing: 0.138vw;
    }

    .lp6_brush_img {
        width: 32.909vw;
        height: 12.727vw;
        top: -2.182vw;
        left: -7.455vw;
    }
}

/*
    Footer
------------------------------*/

.lp_footer {
    background-color: #b72c1f;
    padding-top: 22.950px;
    padding-bottom: 8.500px;
}

.lp_footer .section_inner {
    display: flex;
    width: 90%;
}

.lp_footer .section_left_item {
    width: 70%;
    margin-left: 5px;
    padding-top: 2px;
}

.lp_footer .section_right_item {
    width: 30%;
    padding-top: 4px;
}

.lp_footer_social,
.lp_footer_link {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.lp_footer_social {
    justify-content: flex-end;
}

.lp_footer_link li a {
    font-family: 'Poppins';
    font-size: 17.45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.18;
    letter-spacing: 0.5px;
    color: #ffffff;
    display: block;
    margin-right: 53.925px;
}

.lp_footer_link li:last-of-type a {
    margin-left: 13.600px;
}

.lp_footer_social li:nth-of-type(2) {
    padding-left: 40.7px;
}

.lp_footer_social li:nth-of-type(3) {
    padding-left: 32.5px;
}

.lp_footer_social li:nth-of-type(4) {
    padding-left: 38px;
}

.lp_footer_social li:nth-of-type(5) {
    padding-left: 28.5px;
}

.lp_footer_social li a {
    height: 48.55px;
}

.lp_footer_social li a img {
    height: 43px;
    max-width: 100%;
}

.lp_copyright {
    font-family: 'Poppins';
    font-size: 16.45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #ffffff;
    padding-top: 6.8px;
    padding-bottom: 32.300px;
    letter-spacing: 0.8px;
}

.lp_footer_mobile {
    display: none;
}

.lp_footer .section_right_item p,
.lp_footer .section_right_item p a {
    font-family: 'Poppins';
    font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #fffffe;
    padding-top: 17.15px;
    text-align: right;
    padding-right: 2px;
}

@media (max-width: 1440px) {
    .lp_footer {
        padding-top: 1.594vw;
        padding-bottom: 0.59vw;
    }

    .lp_footer .section_inner {width: 90.2%;}

    .lp_footer .section_left_item {
        margin-left: 0.4vw;
        padding-top: 0.139vw;
    }

    .lp_footer .section_right_item {
        padding-top: 0.278vw;
    }

    .lp_footer_social,
    .lp_footer_link { }

    .lp_footer_social {}

    .lp_footer_link li a {
        font-size: 1.212vw;
        letter-spacing: 0.024vw;
        margin-right: 3.745vw;
    }
    

    .lp_footer_link li:last-of-type a {
        margin-left: 1.4vw;
    }

    .lp_footer_social li:nth-of-type(2) {
        padding-left: 2.826vw;
    }

    .lp_footer_social li:nth-of-type(3) {
        padding-left: 2.257vw;
    }

    .lp_footer_social li:nth-of-type(4) {
        padding-left: 2.639vw;
    }

    .lp_footer_social li:nth-of-type(5) {
        padding-left: 1.979vw;
    }

    .lp_footer_social li a {
        height: 3.372vw;
    }

    .lp_footer_social li a img {
        height: 2.986vw;
    }

    .lp_copyright {
        font-size: 1.142vw;
        padding-top: 0.5vw;
        padding-bottom: 2.243vw;
        letter-spacing: 0.056vw;
    }

    .lp_footer_mobile {}

    .lp_footer .section_right_item p,
    .lp_footer .section_right_item p a {
        font-size: 1.215vw;
        letter-spacing: 0.021vw;
        padding-top: 1.191vw;
        padding-right: 0.139vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .lp_footer_link li a {
        font-size: 1.381vw;
    }

    .lp_copyright {
        font-size: 1.481vw;
    }

    .lp_footer .section_right_item p,
    .lp_footer .section_right_item p a {
        font-size: 1.481vw;
    }
}

@media (max-width: 768px) {
    .lp_footer .section_left_item {
        display: none;
    }

    .lp_footer .section_right_item {
        width: 100%;
        padding-top: 2vw;
        padding-bottom: 3vw;
    }

    .lp_footer_social {
        justify-content: center;
    }

    .lp_footer .section_right_item p,
    .lp_footer .section_right_item p a {
        font-family: 'Poppins';
        font-size: 2.214vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.111vw;
        color: #fffffe;
        padding: 0;
        padding-top: 3vw;
        text-align: center;
    }

    .lp_footer_mobile {
        display: unset;
        padding: 0;
        margin: 0;
    }

    .lp_footer_social li a {
        padding-left: 0;
    }
    .lp_footer_social li a img {
        height: 2.535vw;
    }
    .lp_footer .section_inner {
        /* width: 77.031vw; */
    }
}


@media (max-width: 550px) {

    .lp_footer .section_right_item {
        width: 100%;
        padding-top: 4.364vw;
        padding-bottom: 5.5vw;
    }

    .lp_footer .section_right_item p,
    .lp_footer .section_right_item p a {
        font-size: 2.8vw;
        padding: 0;
        padding-top: 2.182vw;
        text-align: center;
    }
    .lp_footer_social li a img{      
        height: 5.535vw;
    }
    .lp_footer_social{
        margin-bottom: 3vw;
    }
}