

/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/

@font-face {
    font-family: 'Muli';
    src: url('muli-semibold.woff2') format('woff2'),
        url('muli-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('muli-black.woff2') format('woff2'),
        url('muli-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MonetaSans';
    src: url('monetasans-bold.woff2') format('woff2'),
        url('monetasans-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Joules et Jaques Hand';
    src: url('joulesetjaqueshand.woff2') format('woff2'),
        url('joulesetjaqueshand.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('calibri.woff2') format('woff2'),
        url('calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('calibri-light.woff2') format('woff2'),
        url('calibri-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*
    GLOBAL FONT STYLE
===============================================*/
body{
    font-family: Calibri;
    font-size: 1.302vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #000000;
}
h1, h2, h3, h4, h5, h6{
    margin:0;
    margin-bottom:1.563vw;
}
h1{
    font-family: MonetaSans;
    font-size: 8.021vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    color: #f0d5e7;
}
h2{
    font-family: MonetaSans;
    font-size: 6.302vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #2f2029;
}
h3{
    font-family: 'MonetaSans';
    font-size: 4.844vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #2f2029;
}
h4{
    font-family: 'MonetaSans';
    font-size: 2.083vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #2f2029;
    text-transform: uppercase;
    text-align: center;
}
h5{
    font-family: 'Muli';
    font-size: 1.666vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: 0.13vw;
    color: #f15523;
}
h6{
    font-family: 'Muli';
    font-size: 1.458vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.148vw;
    color: #ffffff;
}
.mobile_only{
    display:none;
}
.m{display: none;}
@media screen and (max-width: 768px){
    .m{display: block;}
}
.pf4_button{
    position:relative;
    display: inline-block;
    margin: 0;
    opacity: 1;
    text-transform: uppercase;
    background-color: #EDFF53;
    border: solid 0.16vw #2f2029;
    padding: 1.016vw 2.5vw 1.25vw 2.578vw;
    font-family: 'Muli';
    font-size: 0.833vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.039vw;
    color: #2f2029;
    border-radius: 50%;
}
.pf4_button span{
    display: inline-block;
    font-size: 1.172vw;
    margin-left: 2.995px;
    position: relative;
    bottom: -0.998px;
    padding-bottom: 0vw;
}
.pf4_button:hover{
    background-color: #ebfb65;
    color: #000000;
}
.section_inner {
    width: 84.375vw;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative; 
    box-sizing:border-box;
}
.section_inner img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
html{
    padding-top:0 !important;
}

/*
  Global Font Variable Size
-----------------------------*/
@media screen and (max-width: 1140px){
    p{}
    h1, h2, h3, h4, h5, h6{}
    h1{}
    h2{}
    h3{}
    h4{}
    h5{}
    h6{}
    .pf4_button{
    border: solid 0.18vw #2f2029;
}
    .pf4_button span{}
    .pf4_button:hover{}
    .section_inner {}
}
@media screen and (max-width: 1024px){
    p{
    font-size: 1.6vw;
}
    h1, h2, h3, h4, h5, h6{}
    h1{}
    h2{}
    h3{}
    h4{}
    h5{}
    h6{}
    .pf4_button{
        border: solid 0.2vw #2f2029;
    }
    .pf4_button span{}
    .pf4_button:hover{}
    .section_inner {}
}
@media screen and (max-width: 768px){
p{
    font-size: 4.103vw;
    line-height: 1.5;
}
    h1, h2, h3, h4, h5, h6{}
    h1{
    font-size: 16.923vw;
    line-height: 0.81;
}
    h2{
    font-size: 9.485vw;
}
    h3{
    font-size: 10.256vw;
    line-height: 1.1;
}
    h4{
    font-size: 6.152vw;
    line-height: 1.35;
}
    h5{
    font-size: 4.103vw;
    letter-spacing: 0.32vw;
    line-height: 1.51;
}
    h6{
    font-size: 5.384vw;
    line-height: 1.4;
    letter-spacing: 0.533vw;
}
    .pf4_button{
    border: solid 0.533vw #2f2029;
    padding: 3.733vw 10.667vw 4.267vw 10.667vw;
    letter-spacing: 0.133vw;
    line-height: 1.75;
    font-size: 2.307vw;
}
    .pf4_button span{
    font-size: 2.84vw;
    margin-left: 0.533vw;
}
    .pf4_button:hover{}
    .section_inner {}
}
@media screen and (max-width: 550px){
p{
    font-size: 4.103vw;
    line-height: 1.5;
}
    h1, h2, h3, h4, h5, h6{}
    h1{
    font-size: 16.923vw;
    line-height: 0.81;
}
    h2{
    font-size: 9.485vw;
}
    h3{
    font-size: 10.256vw;
    line-height: 1.1;
}
    h4{
    font-size: 6.152vw;
    line-height: 1.35;
}
    h5{
    font-size: 4.103vw;
    letter-spacing: 0.32vw;
    line-height: 1.51;
}
    h6{
    font-size: 5.384vw;
    line-height: 1.4;
    letter-spacing: 0.533vw;
}
    .pf4_button{
    border: solid 2px #2f2029;
    padding: 3.733vw 10.667vw 4.267vw 10.667vw;
    letter-spacing: 0.133vw;
    line-height: 1.75;
    font-size: 2.307vw;
}
    .pf4_button span{
    font-size: 2.84vw;
    margin-left: 0.533vw;
}
    .pf4_button:hover{}
    .section_inner {}
}



/*
    Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
    position: relative;
}
.full-bg-holder>* {
    position: relative;
    z-index: 1;
}
.full-left-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-color: #F5F5F5;
    opacity: 0;
}
.full-left-bg.active {
    opacity: 1;
}

/*
    Globals --> Full right BG
-----------------------------*/
.full-right-bg {
    position: absolute;
    z-index: 0;
    height: 100%;

    width: 100%;
    right: 0;
    top: 0;
    display: block;
    content: "";
    background-color: #859CAC;
    opacity: 0;
}
.full-right-bg.active {
    opacity: 1;
}

/*
    Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
    display: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    background-color: #859CAC;
}

.full-bg-mobile.active {
    opacity: 1;
}




/* 
=======================================
  Site Header Section
=========================================*/
.luc_header {
    padding-top: 2.422vw;
    padding-bottom: 1.563vw;
    padding-left: 3.8vw;
    padding-right: 3.8vw;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: -100%;
}
.luc_header.active{
        background-color: #fff !important;
}
.luc_header .section_inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.luc_logo_image {
    width: 12.344vw;
}
.luc_header_left{width: 53.9%;}
.luc_header_left a{
    display: none;
}
.luc_header_left a img{}
.luc_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 46.1%;
}
.luc_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.luc_header_right li {
    display: inline-block;
    margin: 0;
    padding-left: 1.484vw;
    padding-right: 1.563vw;
    padding-top: 0.781vw;
}
.luc_header_right li a {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: 'Muli';
    font-size: 0.729vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.073vw;
    text-align: center;
    color: #2f2029;
}
.luc_header_right li:hover a{
    color: #f15523;
}
.luc_header_right li:last-child{
    display: inline-block;
    margin: 0vw;
    width: 1.719vw;
    padding: 0vw;
    margin-left: 1.563vw;
    margin-bottom: -0.625vw;
}
.luc_header_right li:last-child:hover{
    -webkit-filter: brightness(115%);
    filter: brightness(321%);
}
.luc_header_right li a img{}
.luc_header_right li .active{
    color: #f15523;
}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_header {}
    .luc_header.active{}
    .luc_header .section_inner {}
    .luc_logo_image {}
    .luc_header_left{
    width: 51%;
}
    .luc_header_left a{}
    .luc_header_left a img{}
    .luc_header_right {
    width: 49%;
}
    .luc_header_right ul {}
    .luc_header_right li {}
    .luc_header_right li a {
    font-size: 0.8vw;
}
    .luc_header_right li:hover a{}
    .luc_header_right li:last-child{}
    .luc_header_right li:last-child:hover{}
    .luc_header_right li a img{}
    .luc_header_right li .active{}
}
@media screen and (max-width: 1024px){
    .luc_header {}
    .luc_header.active{}
    .luc_header .section_inner {}
    .luc_logo_image {}
    .luc_header_left{}
    .luc_header_left a{}
    .luc_header_left a img{}
    .luc_header_right {}
    .luc_header_right ul {}
    .luc_header_right li {
    padding-left: 0.8vw;
    padding-right: 0.8vw;
}
    .luc_header_right li a {
    font-size: 0.95vw;
    padding: 0.4vw;
}
    .luc_header_right li:hover a{}
    .luc_header_right li:last-child{
    width: 2.1vw;
    padding: 0vw;
}
.luc_header_right li:last-child a{
    padding: 0vw;
}
    .luc_header_right li:last-child:hover{}
    .luc_header_right li a img{}
    .luc_header_right li .active{}
}
@media screen and (max-width: 768px){
.luc_header {
    background-color: #F0D5E7;
    margin-bottom: 0vw;
    padding-top: 6.667vw;
    padding-bottom: 6.4vw;
}
    .luc_header.active{}
    .luc_header .section_inner {}
    .luc_logo_image {
    width: 68vw;
}
    .luc_header_left{
    width: 80%;
    padding-right: 1.333vw;
}
    .luc_header_left a{
    display: block;
}
    .luc_header_left a img{}
    .luc_header_right {
    width: 20%;
    padding-left: 4.8vw;
}
    .luc_header_right ul {}
    .luc_header_right li {}
    .luc_header_right li a {}
    .luc_header_right li:hover a{}
    .luc_header_right li:last-child{}
    .luc_header_right li:last-child:hover{}
    .luc_header_right li a img{}
    .luc_header_right li .active{}
}
@media screen and (max-width: 550px){
.luc_header {
    background-color: #F0D5E7;
    margin-bottom: 0vw;
    padding-top: 6.667vw;
    padding-bottom: 6.4vw;
}
    .luc_header.active{}
    .luc_header .section_inner {}
    .luc_logo_image {
    width: 68vw;
}
    .luc_header_left{
    width: 80%;
    padding-right: 1.333vw;
}
    .luc_header_left a{
    display: block;
}
    .luc_header_left a img{}
    .luc_header_right {
    width: 20%;
    padding-left: 4.8vw;
}
    .luc_header_right ul {}
    .luc_header_right li {}
    .luc_header_right li a {}
    .luc_header_right li:hover a{}
    .luc_header_right li:last-child{}
    .luc_header_right li:last-child:hover{}
    .luc_header_right li a img{}
    .luc_header_right li .active{}
}
/*
    Responsive Header
------------------------------*/
.responsive-menu-hand {
    display: none;
}
.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}
.responsive-menu-close {
    clear: both;
    height: 2.188vw;
    width: 1.797vw;
    display: block;
    position: absolute;
    top: 1.484vw;
    right: 6.6vw;
    background-image: url(close2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.responsive-menu-close strong {
    position: relative;
    height: 0vw;
    width: 3.125vw;
    display: block;
}
.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 3.125vw;
    display: block;
    background-color: #000;
    height: 0.391vw;
}
.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 1.953vw;
}
.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -0.391vw;
}
.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    background-color: #7B8C91;
    vertical-align: top;
}
.responsive_header {
    width: 100%;
    display: block;
    position: relative;
    background-color: #FFF;
    padding-top: 2.45vw;
    padding-bottom: 2.3vw;
    padding-left: 8.3vw;
    padding-right: 6.1vw;
}
.responsive-menu.active {
    right: 0;
}
.responsive-menu-close {
    position: absolute;
    width: 2.969vw;
    height: 2.969vw;
    top: 0;
    right: 0;
}
.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
    text-align: left;
}
.responsive-menu ul:first-of-type {
    padding-top: 8.672vw;
}
.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0vw;
    padding-bottom: 7.109vw;
    text-align: left;
    display: block;
}
.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    text-decoration: none;
    border: 0;
    margin: 0;
    margin-bottom: 3.438vw;
}
.responsive-menu ul li:hover {
    text-decoration: none;
}
.responsive-menu ul li a:hover {
    color: #000000;
}
.responsive-menu:after {
    position: absolute;
    width: 100%;
    height: 0.998px;
    background-color: #000;
    top: 5.625vw;
    left: 0;
}
.luc_logo_responsive img {
    width: auto;
}
.responsive-menu ul:last-of-type li {
    padding: 0 12.2vw;
}
.responsive-menu ul:last-of-type li a img {
    height: 1.953vw;
}
.responsive-menu .social_link {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
    display: none;
}
.responsive-menu .social_link ul {
    display: flex;
    flex-wrap: wrap;
}
.responsive-menu .social_link ul li {
    padding: 0 0px;
}
.responsive-menu .social_link ul li a {
    padding-left: 0;
    padding-right: 1.016vw;
}
.responsive-menu .social_link ul li img {
    height: 2.344vw !important;
}
@media (max-width: 768px) {
    .luc_header_right ul {
        display: none;
    }
    .responsive-menu-hand {
        display: block;
        width: 2.5vw;
        height: 1.406vw;
        background-image: url(menu.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 1.997px;
    }
}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .responsive-menu-hand {}
    .responsive-menu-hand svg {}
    .responsive-menu-close {}
    .responsive-menu-close strong {}
    .responsive-menu-close span:nth-child(1),
    a.responsive-menu-close span:nth-child(2) {;}
    .responsive-menu-close span:nth-child(1) {}
    .responsive-menu-close span:nth-child(2) {}
    .responsive-menu {}
    .responsive_header {}
    .responsive-menu.active {}
    .responsive-menu-close {}
    .responsive-menu ul {}
    .responsive-menu ul:first-of-type {}
    .responsive-menu ul li {}
    .responsive-menu ul li a,
    .responsive-menu .pf4_header_userarea span a {}
    .responsive-menu ul li:hover {}
    .responsive-menu ul li a:hover {}
    .responsive-menu:after {}
    .luc_logo_responsive img {}
    .responsive-menu ul:last-of-type li {}
    .responsive-menu ul:last-of-type li a img {}
    .responsive-menu .social_link {}
    .responsive-menu .social_link ul {}
    .responsive-menu .social_link ul li {}
    .responsive-menu .social_link ul li a {}
    .responsive-menu .social_link ul li img {}
}
@media screen and (max-width: 1024px){
    .responsive-menu-hand {}
    .responsive-menu-hand svg {}
    .responsive-menu-close {}
    .responsive-menu-close strong {}
    .responsive-menu-close span:nth-child(1),
    a.responsive-menu-close span:nth-child(2) {;}
    .responsive-menu-close span:nth-child(1) {}
    .responsive-menu-close span:nth-child(2) {}
    .responsive-menu {}
    .responsive_header {}
    .responsive-menu.active {}
    .responsive-menu-close {}
    .responsive-menu ul {}
    .responsive-menu ul:first-of-type {}
    .responsive-menu ul li {}
    .responsive-menu ul li a,
    .responsive-menu .pf4_header_userarea span a {}
    .responsive-menu ul li:hover {}
    .responsive-menu ul li a:hover {}
    .responsive-menu:after {}
    .luc_logo_responsive img {}
    .responsive-menu ul:last-of-type li {}
    .responsive-menu ul:last-of-type li a img {}
    .responsive-menu .social_link {}
    .responsive-menu .social_link ul {}
    .responsive-menu .social_link ul li {}
    .responsive-menu .social_link ul li a {}
    .responsive-menu .social_link ul li img {}
}
@media screen and (max-width: 768px){
.responsive-menu-hand {
    width: 12vw;
    height: 8vw;
    margin-top: -1.333vw;
}
    .responsive-menu-hand svg {}
    .responsive-menu-close {}
    .responsive-menu-close strong {}
    .responsive-menu-close span:nth-child(1),
    a.responsive-menu-close span:nth-child(2) {;}
    .responsive-menu-close span:nth-child(1) {}
    .responsive-menu-close span:nth-child(2) {}
    .responsive-menu {}
    .responsive_header {}
    .responsive-menu.active {}
    .responsive-menu-close {}
    .responsive-menu ul {}
    .responsive-menu ul:first-of-type {}
    .responsive-menu ul li {}
    .responsive-menu ul li a,
    .responsive-menu .pf4_header_userarea span a {}
    .responsive-menu ul li:hover {}
    .responsive-menu ul li a:hover {}
    .responsive-menu:after {}
    .luc_logo_responsive img {}
    .responsive-menu ul:last-of-type li {}
    .responsive-menu ul:last-of-type li a img {}
    .responsive-menu .social_link {}
    .responsive-menu .social_link ul {}
    .responsive-menu .social_link ul li {}
    .responsive-menu .social_link ul li a {}
    .responsive-menu .social_link ul li img {}
    .luc_header_right ul {
        display: none;
    }
}
@media screen and (max-width: 550px){
.responsive-menu-hand {
    width: 12vw;
    height: 8vw;
    margin-top: -1.333vw;
}
    .responsive-menu-hand svg {}
    .responsive-menu-close {}
    .responsive-menu-close strong {}
    .responsive-menu-close span:nth-child(1),
    a.responsive-menu-close span:nth-child(2) {;}
    .responsive-menu-close span:nth-child(1) {}
    .responsive-menu-close span:nth-child(2) {}
    .responsive-menu {
    background-color: #F0D5E7;
}
    .responsive_header {
    background-color: #ffffff;
    padding-top: 6.667vw;
    padding-bottom: 6.4vw;
    padding-left: 8vw;
    padding-right: 24vw;
}
    .responsive-menu.active {}
    .responsive-menu-close {
    clear: both;
    height: 8.267vw;
    width: 8.267vw;
    display: block;
    position: absolute;
    top: 6.4vw;
    right: 8.267vw;
    background-image: url(close2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
    .responsive-menu ul {}
    .responsive-menu ul:first-of-type {
    padding-top: 10.667vw;
}
    .responsive-menu ul li {}
    .responsive-menu ul li a,
    .responsive-menu .pf4_header_userarea span a {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: 'Muli';
    font-size: 2.933vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.427vw;
    color: #000000;
    /* text-align: center; */
    margin-bottom: 6.56vw;
}
    .responsive-menu ul li:hover {}
    .responsive-menu ul li a:hover {
    color: #f15523;
}
    .responsive-menu:after {}
    .luc_logo_responsive img {}
    .responsive-menu ul:last-of-type li {
    padding: 0vw 8.533vw 0vw 8.533vw;
}
    .responsive-menu ul:last-of-type li a img {}
    .responsive-menu .social_link {}
    .responsive-menu .social_link ul {}
    .responsive-menu .social_link ul li {}
    .responsive-menu .social_link ul li a {}
    .responsive-menu .social_link ul li img {}
}
/**************S1*****************/
.luc_s1{
    overflow: hidden;
}
.luc_s1 .section_inner{width: 88.906vw;}
.luc_s1_left{
    width: 51%;
    position: relative;
    padding-top: 4.688vw;
}
.luc_s1_left:before{
    content:"";
    position: absolute;
    top: 0vw;
    right: 0vw;
    height: 100%;
    width: 390.625vw;
    background-color: #3751A5;
}
.luc_s1_left_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
}
.luc_s1_left_top{
    width: 100%;
}
.luc_s1_left_top_in{}
.luc_s1_left_top_in h1{
    text-transform: uppercase;
    margin-bottom: -3.047vw;
    position: relative;
    z-index: 5;
}
.luc_s1_left_top_in h1 br{}
.luc_s1_left_top_in h1 .m{}
.luc_s1_left_top_in h1 span{
    color: #edff53;
}
.luc_s1_left_bottom{
    width: 100%;
}
.luc_s1_left_bottom_img{
    position: relative;
    height: 27.813vw;
}
.luc_s1_left_bottom_img_in{
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.luc_s1_right{
    width: 49%;
    background-color: #F0D5E8;
    position: relative;
    padding-top: 10.313vw;
    padding-left: 5.547vw;
    padding-right: 2.188vw;
    z-index: 6;
}
.luc_s1_right:before{
    content:"";
    position: absolute;
    left: 0vw;
    top: 0vw;
    width: 390.625vw;
    height: 100%;
    background-color: #F0D5E8;
    z-index: -1;
}
.luc_s1_right span{
    padding-bottom: 1.484vw;
    display: block;
    margin-left: 0.391vw;
}
.luc_s1_right span img{
    width: 28.203vw;
}
.luc_s1_right_img{
    padding-left: 2.5vw;
    padding-right: 3.3vw;
    padding-bottom: 2.344vw;
}
.luc_s1_right_img img{
    mix-blend-mode: luminosity;
    border: solid 0.18vw #2f2029;
}
.luc_s1_right{}
.luc_s1_right h4{}
.luc_s1_right h4 br{}
.luc_s1_right h4 .m{}
.luc_s1_right_link{
    display: block;
    text-align: center;
    padding-top: 3px;
    margin-left: 0.234vw;
}
.luc_s1_right_link .pf4_button{
    padding: 1vw 2.5vw 1.25vw 2.578vw;
}
.luc_s1_right_link .pf4_button span{
    display: inline-block;
    font-size: 1.172vw;
    margin-left: 0.234vw;
    position: relative;
    bottom: -0.998px;
    padding-bottom: 0vw;
}
.luc_s1_right_link .pf4_button:hover{}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_s1{}
    .luc_s1 .section_inner{
    width: 92vw;
}
    .luc_s1_left{
    width: 47%;
}
    .luc_s1_left:before{}
    .luc_s1_left_in{}
    .luc_s1_left_top{}
    .luc_s1_left_top_in{}
    .luc_s1_left_top_in h1{}
    .luc_s1_left_top_in h1 br{}
    .luc_s1_left_top_in h1 .m{}
    .luc_s1_left_top_in h1 span{}
    .luc_s1_left_bottom{}
    .luc_s1_left_bottom_img{
    height: 30vw;
}
    .luc_s1_left_bottom_img_in{}
    .luc_s1_right{
    width: 53%;
}
    .luc_s1_right:before{}
    .luc_s1_right span{}
    .luc_s1_right span img{}
    .luc_s1_right_img{}
    .luc_s1_right_img img{}
    .luc_s1_right h4{}
    .luc_s1_right h4 br{}
    .luc_s1_right h4 .m{}
    .luc_s1_right_link{}
    .luc_s1_right_link .pf4_button{}
    .luc_s1_right_link .pf4_button span{}
    .luc_s1_right_link .pf4_button:hover{}
}
@media screen and (max-width: 1024px){
    .luc_s1{}
    .luc_s1 .section_inner{}
    .luc_s1_left{}
    .luc_s1_left:before{}
    .luc_s1_left_in{}
    .luc_s1_left_top{}
    .luc_s1_left_top_in{}
    .luc_s1_left_top_in h1{}
    .luc_s1_left_top_in h1 br{}
    .luc_s1_left_top_in h1 .m{}
    .luc_s1_left_top_in h1 span{}
    .luc_s1_left_bottom{}
    .luc_s1_left_bottom_img{}
    .luc_s1_left_bottom_img_in{}
    .luc_s1_right{}
    .luc_s1_right:before{}
    .luc_s1_right span{}
    .luc_s1_right span img{}
    .luc_s1_right_img{}
    .luc_s1_right_img img{
    border: solid 0.26vw #2f2029;
}
    .luc_s1_right{}
    .luc_s1_right h4{}
    .luc_s1_right h4 br{}
    .luc_s1_right h4 .m{}
    .luc_s1_right_link{}
    .luc_s1_right_link .pf4_button{}
    .luc_s1_right_link .pf4_button span{}
    .luc_s1_right_link .pf4_button:hover{}
}
@media screen and (max-width: 768px){
.luc_s1{
}
    .luc_s1 .section_inner{
    width: 100%;
}
    .luc_s1_left{
    width: 100%;
    padding: 0vw;
    background-color: #3751A5;
}
    .luc_s1_left:before{
    display: none;
}
    .luc_s1_left_in{}
    .luc_s1_left_top{}
    .luc_s1_left_top_in{
    padding-left: 6.667vw;
    padding-right: 5.333vw;
    padding-top: 9.867vw;
    padding-bottom: 10.133vw;
}
    .luc_s1_left_top_in h1{
    text-align: center;
}
    .luc_s1_left_top_in h1 br{}
    .luc_s1_left_top_in h1 .m{}
    .luc_s1_left_top_in h1 span{}
    .luc_s1_left_bottom{
    display: none;
}
    .luc_s1_left_bottom_img{}
    .luc_s1_left_bottom_img_in{}
    .luc_s1_right{}
    .luc_s1_right:before{}
    .luc_s1_right span{
    display: none;
}
    .luc_s1_right span img{}
    .luc_s1_right_img{
    padding-left: 15.467vw;
    padding-right: 18.133vw;
    margin-top: -14.667vw;
    padding-bottom: 7.467vw;
}
    .luc_s1_right_img img{
    border: solid 2px #2f2029;
}
    .luc_s1_right{
    width: 100%;
    padding: 0vw;
    padding-bottom: 13.6vw;
}
    .luc_s1_right h4{
    margin-bottom: 8vw;
    padding-left: 6.933vw;
    padding-right: 6.933vw;
}
    .luc_s1_right h4 br{
    display: none;
}
    .luc_s1_right h4 .m{}
    .luc_s1_right_link{}
    .luc_s1_right_link .pf4_button{
    padding: 3.733vw 8.533vw 4vw 9.6vw;
}
    .luc_s1_right_link .pf4_button span{
    font-size: 2.84vw;
    margin-left: 0.533vw;
}
    .luc_s1_right_link .pf4_button:hover{}
}
@media screen and (max-width: 550px){
.luc_s1{
}
    .luc_s1 .section_inner{
    width: 100%;
}
    .luc_s1_left{
    width: 100%;
    padding: 0vw;
    background-color: #3751A5;
}
    .luc_s1_left:before{
    display: none;
}
    .luc_s1_left_in{}
    .luc_s1_left_top{}
    .luc_s1_left_top_in{
    padding-left: 6.667vw;
    padding-right: 5.333vw;
    padding-top: 9.867vw;
    padding-bottom: 10.133vw;
}
    .luc_s1_left_top_in h1{
    text-align: center;
}
    .luc_s1_left_top_in h1 br{}
    .luc_s1_left_top_in h1 .m{}
    .luc_s1_left_top_in h1 span{}
    .luc_s1_left_bottom{
    display: none;
}
    .luc_s1_left_bottom_img{}
    .luc_s1_left_bottom_img_in{}
    .luc_s1_right{}
    .luc_s1_right:before{}
    .luc_s1_right span{
    display: none;
}
    .luc_s1_right span img{}
    .luc_s1_right_img{
    padding-left: 15.467vw;
    padding-right: 18.133vw;
    margin-top: -14.667vw;
    padding-bottom: 7.467vw;
}
    .luc_s1_right_img img{
    border: solid 2px #2f2029;
}
    .luc_s1_right{
    width: 100%;
    padding: 0vw;
    padding-bottom: 13.6vw;
}
    .luc_s1_right h4{
    margin-bottom: 8vw;
    padding-left: 6.933vw;
    padding-right: 6.933vw;
}
    .luc_s1_right h4 br{
    display: none;
}
    .luc_s1_right h4 .m{
    display: block;
}
    .luc_s1_right_link{}
    .luc_s1_right_link .pf4_button{
    padding: 3.733vw 8.533vw 4vw 9.6vw;
}
    .luc_s1_right_link .pf4_button span{
    font-size: 2.84vw;
    margin-left: 0.533vw;
}
    .luc_s1_right_link .pf4_button:hover{}
}
/**************S2*****************/
.luc_s2{
    background-color: #F15524;
    padding-top: 1.406vw;
    height: 5.469vw;
    overflow: hidden;
}
.luc_s2 .section_inner{
    width: 100%;
}
.luc_s2_in{
    width: 500%;
    position: absolute;
    left: 1.875vw;
}
.luc_s2_in ul{
    padding: 0vw;
    margin: 0vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.luc_s2_in ul li{
    font-family: 'Muli';
    font-size: 1.016vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 2.099px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    list-style: none;
    margin: 0vw;
    padding-left: 0.703vw;
}
.luc_s2_in ul li strong{
    display: inline-block;
    padding-left: 1.406vw;
    padding-right: 1.172vw;
    font-size: 1.25vw;
    position: relative;
    top: 0.998px;
}
.luc_s2_in ul li em{
    font-family: 'Joules et Jaques Hand';
    font-size: 2.109vw;
    font-weight: normal;
    letter-spacing: 0vw;
    text-transform: none;
    display: inline-block;
    padding-left: 0.391vw;
    padding-right: 1.997px;
}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_s2{}
    .luc_s2 .section_inner{}
    .luc_s2_in{}
    .luc_s2_in ul{}
    .luc_s2_in ul li{}
    .luc_s2_in ul li strong{}
    .luc_s2_in ul li em{}
}
@media screen and (max-width: 1024px){
    .luc_s2{}
    .luc_s2 .section_inner{}
    .luc_s2_in{}
    .luc_s2_in ul{}
    .luc_s2_in ul li{}
    .luc_s2_in ul li strong{}
    .luc_s2_in ul li em{}
}
@media screen and (max-width: 768px){
.luc_s2{
    height: 20.8vw;
    padding-top: 5.867vw;
}
    .luc_s2 .section_inner{}
    .luc_s2_in{
    left: 1.867vw;
    width: 5000%;
}
    .luc_s2_in ul{}
    .luc_s2_in ul li{
    font-size: 2.667vw;
}
    .luc_s2_in ul li strong{
    padding-left: 0vw;
    padding-right: 0.533vw;
    font-size: 3.467vw;
    position: relative;
    top: 0.266vw;
}
    .luc_s2_in ul li em{
    padding-left: 0.267vw;
    padding-right: 2.133vw;
    font-size: 7.467vw;
}
}
@media screen and (max-width: 550px){
.luc_s2{
    height: 20.8vw;
    padding-top: 5.867vw;
}
    .luc_s2 .section_inner{}
    .luc_s2_in{
    left: 1.867vw;
    width: 5000%;
}
    .luc_s2_in ul{}
    .luc_s2_in ul li{
    font-size: 2.667vw;
}
    .luc_s2_in ul li strong{
    padding-left: 0vw;
    padding-right: 0.533vw;
    font-size: 3.467vw;
    position: relative;
    top: 0.266vw;
}
    .luc_s2_in ul li em{
    padding-left: 0.267vw;
    padding-right: 2.133vw;
    font-size: 7.467vw;
}
}
/**************S3*****************/
.luc_s3{
    padding-top: 9.063vw;
    padding-bottom: 6.563vw;
}
.luc_s3 .section_inner{
    width: 80.078vw;
}
.luc_s3_title{
    width: 100%;
    padding-right: 31.016vw;
}
.luc_s3_title h3{
    text-transform: uppercase;
}
.luc_s3_title h3 br{}
.luc_s3_title h3 .m{}
.luc_s3_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
}
.luc_s3_left{
    width: 49.1%;
}
.luc_s3_left h5{
    text-transform: uppercase;
    padding-top: 0.703vw;
    padding-left: 1.484vw;
}
.luc_s3_left h5 br{}
.luc_s3_left h5 .m{}
.luc_s3_left_content{
    padding-left: 2.5vw;
    padding-top: 2.188vw;
}
.luc_s3_left_content article{
    position: relative;
    padding-left: 2.266vw;
}
.luc_s3_left_content article:before{
    content:"";
    position: absolute;
    left: 0vw;
    top: 0.391vw;
    background-color: #2f2029;
    height: 99%;
    width: 1.997px;
}
.luc_s3_left_content article p{
    margin-bottom: 1.875vw;
}
.luc_s3_left_content article p br{}
.luc_s3_left_content article p .m{}
.luc_s3_left_link{
    text-align: right;
    padding-top: 0.859vw;
}
.luc_s3_left_link .pf4_button{
    padding: 1.016vw 2.891vw 1.25vw 3.438vw;
}
.luc_s3_left_link .pf4_button:hover{}
.luc_s3_left_link .pf4_button span{}
.luc_s3_right{
    width: 50.9%;
    padding-left: 9.766vw;
    padding-right: 5.234vw;
    padding-top: 6.953vw;
}
.luc_s3_right_in{
    position: relative;
}
.luc_s3_right_img_art1{
    position: absolute;
    width: 17.734vw;
    height: auto;
    top: -13.672vw;
    right: -8.359vw;
}
.luc_s3_right_img_art1 img{}
.luc_s3_right_img_art2{
    position: absolute;
    width: 20.703vw;
    height: 20.703vw;
    top: -10.391vw;
    left: 4.297vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.luc_s3_right_img_art2 p{
    font-family: 'Muli';
    font-size: 0.734vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin: 0vw;
    position: absolute;
    text-transform: uppercase;
    overflow: hidden;
    display: block;
    width: 6.641vw;
    height: 3.984vw;
    left: 34%;
    top: 39.8%;
    transform: rotate(23deg);
}
.luc_s3_right_img_art2 p br{}
.luc_s3_right_img_art2 p .m{}
.luc_s3_right_in img{border: solid 0.18vw #2f2029;}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_s3{}
    .luc_s3 .section_inner{}
    .luc_s3_title{}
    .luc_s3_title h3{}
    .luc_s3_title h3 br{}
    .luc_s3_title h3 .m{}
    .luc_s3_in{}
    .luc_s3_left{}
    .luc_s3_left h5{}
    .luc_s3_left h5 br{}
    .luc_s3_left h5 .m{}
    .luc_s3_left_content{}
    .luc_s3_left_content article{}
    .luc_s3_left_content article:before{}
    .luc_s3_left_content article p{}
    .luc_s3_left_content article p br{}
    .luc_s3_left_content article p .m{}
    .luc_s3_left_link{}
    .luc_s3_left_link .pf4_button{}
    .luc_s3_left_link .pf4_button:hover{}
    .luc_s3_left_link .pf4_button span{}
    .luc_s3_right{}
    .luc_s3_right_in{}
    .luc_s3_right_img_art1{}
    .luc_s3_right_img_art1 img{}
    .luc_s3_right_img_art2{}
    .luc_s3_right_img_art2 p{font-size: 0.85vw;width: 8vw;height: 4.7vw;left: 31%;top: 39.8%;}
    .luc_s3_right_img_art2 p br{}
    .luc_s3_right_img_art2 p .m{}
    .luc_s3_right_in img{}
}
@media screen and (max-width: 1024px){
    .luc_s3{}
    .luc_s3 .section_inner{}
    .luc_s3_title{
    text-align: center;
}
    .luc_s3_title h3{}
    .luc_s3_title h3 br{}
    .luc_s3_title h3 .m{}
    .luc_s3_in{}
    .luc_s3_left{}
    .luc_s3_left h5{}
    .luc_s3_left h5 br{}
    .luc_s3_left h5 .m{}
    .luc_s3_left_content{}
    .luc_s3_left_content article{}
    .luc_s3_left_content article:before{}
    .luc_s3_left_content article p{}
    .luc_s3_left_content article p br{}
    .luc_s3_left_content article p .m{}
    .luc_s3_left_link{}
    .luc_s3_left_link .pf4_button{}
    .luc_s3_left_link .pf4_button:hover{}
    .luc_s3_left_link .pf4_button span{}
    .luc_s3_right{}
    .luc_s3_right_in{}
    .luc_s3_right_img_art1{}
    .luc_s3_right_img_art1 img{}
    .luc_s3_right_img_art2{}
    .luc_s3_right_img_art2 p{}
    .luc_s3_right_img_art2 p br{}
    .luc_s3_right_img_art2 p .m{}
    .luc_s3_right_in img{
    border: solid 0.26vw #2f2029;
}
}
@media screen and (max-width: 768px){
.luc_s3{
    padding-bottom: 0vw;
    padding-top: 12.533vw;
}
    .luc_s3 .section_inner{
    width: 100%;
}
    .luc_s3_title{
    padding: 0vw;
}
    .luc_s3_title h3{
    margin-bottom: 9.333vw;
    padding-left: 10.667vw;
    padding-right: 10.667vw;
}
    .luc_s3_title h3 br{}
    .luc_s3_title h3 .m{}
    .luc_s3_in{}
    .luc_s3_left{
    width: 100%;
    padding-bottom: 0vw;
    margin-bottom: -7.2vw;
}
    .luc_s3_left h5{
    padding-top: 10.933vw;
    padding-left: 10.933vw;
    padding-right: 10.933vw;
    text-align: center;
}
    .luc_s3_left h5 br{
    display: none;
}
    .luc_s3_left h5 .m{}
    .luc_s3_left_content{
    padding: 0vw;
}
    .luc_s3_left_content article{
    padding: 0vw;
    padding-top: 7.733vw;
    padding-left: 10.933vw;
    padding-right: 10.933vw;
}
    .luc_s3_left_content article:before{
    display: none;
}
    .luc_s3_left_content article p{
    text-align: center;
    margin-bottom: 6.4vw;
}
    .luc_s3_left_content article p br{
    display: none;
}
    .luc_s3_left_content article p .m{}
    .luc_s3_left_link{
    padding: 0vw;
    text-align: center;
    padding-top: 4.8vw;
    position: relative;
    z-index: 2;
}
    .luc_s3_left_link .pf4_button{
    padding: 3.733vw 10.667vw 4.267vw 10.667vw;
}
    .luc_s3_left_link .pf4_button:hover{}
    .luc_s3_left_link .pf4_button span{}
    .luc_s3_right{
    width: 100%;
    padding: 0vw;
}
    .luc_s3_right_in{}
    .luc_s3_right_img_art1{
    position: inherit;
    width: inherit;
    height: auto;
    top: inherit;
    right: inherit;
}
    .luc_s3_right_img_art1 img{
}
    .luc_s3_right_img_art2{
    display: none;
}
    .luc_s3_right_img_art2 p{}
    .luc_s3_right_img_art2 p br{}
    .luc_s3_right_img_art2 p .m{}
    .luc_s3_right_in img{
    display: none;
    border: solid 2px #2f2029;
    border-left: 0vw;
    border-right: 0vw;
}
.luc_s3_right.mobile_only{
    display: block;
    margin-left: 18.4vw;
    padding-right: 17.867vw;
}
.luc_s3_right.mobile_only img{
    display: block;
    border: solid 2px #2f2029;
}
.luc_s3_right.mobile_only .luc_s3_right_in{
}
.luc_s3_right.mobile_only .luc_s3_right_img_art2{
    display: block;
    width: 42.133vw;
    height: 39.733vw;
    top: -1.067vw;
    left: -16vw;
    transform: rotate( 
182deg
 );
}
.luc_s3_right.mobile_only .luc_s3_right_img_art2 p{
    font-size: 1.795vw;
    transform: rotate(
169deg
);
    width: 16.8vw;
    height: 13.333vw;
    left: 28%;
    top: 26.8%;
}
.luc_s3_right.mobile_only .luc_s3_right_img_art2 p br{}
.luc_s3_right.mobile_only .luc_s3_right_img_art2 p .m{}
.luc_s3_right_in .desktop_only{
    display: none;
}
.luc_s3_right_in .mobile_only{
    display: block;
}
}
@media screen and (max-width: 550px){
.luc_s3{
    padding-bottom: 0vw;
    padding-top: 12.533vw;
}
    .luc_s3 .section_inner{
    width: 100%;
}
    .luc_s3_title{
    padding: 0vw;
}
    .luc_s3_title h3{
    margin-bottom: 9.333vw;
    padding-left: 10.667vw;
    padding-right: 10.667vw;
}
    .luc_s3_title h3 br{}
    .luc_s3_title h3 .m{}
    .luc_s3_in{}
    .luc_s3_left{
    width: 100%;
    padding-bottom: 0vw;
    margin-bottom: -7.2vw;
}
    .luc_s3_left h5{
    padding-top: 10.933vw;
    padding-left: 10.933vw;
    padding-right: 10.933vw;
    text-align: center;
}
    .luc_s3_left h5 br{
    display: none;
}
    .luc_s3_left h5 .m{}
    .luc_s3_left_content{
    padding: 0vw;
}
    .luc_s3_left_content article{
    padding: 0vw;
    padding-top: 7.733vw;
    padding-left: 10.933vw;
    padding-right: 10.933vw;
}
    .luc_s3_left_content article:before{
    display: none;
}
    .luc_s3_left_content article p{
    text-align: center;
    margin-bottom: 6.4vw;
}
    .luc_s3_left_content article p br{
    display: none;
}
    .luc_s3_left_content article p .m{}
    .luc_s3_left_link{
    padding: 0vw;
    text-align: center;
    padding-top: 4.8vw;
    position: relative;
    z-index: 2;
}
    .luc_s3_left_link .pf4_button{
    padding: 3.733vw 10.667vw 4.267vw 10.667vw;
}
    .luc_s3_left_link .pf4_button:hover{}
    .luc_s3_left_link .pf4_button span{}
    .luc_s3_right{
    width: 100%;
    padding: 0vw;
}
    .luc_s3_right_in{}
    .luc_s3_right_img_art1{
    position: inherit;
    width: inherit;
    height: auto;
    top: inherit;
    right: inherit;
}
    .luc_s3_right_img_art1 img{
}
    .luc_s3_right_img_art2{
    display: none;
}
    .luc_s3_right_img_art2 p{}
    .luc_s3_right_img_art2 p br{}
    .luc_s3_right_img_art2 p .m{}
    .luc_s3_right_in img{
    display: none;
    border: solid 2px #2f2029;
    border-left: 0vw;
    border-right: 0vw;
}
.luc_s3_right.mobile_only{
    display: block;
    margin-left: 18.4vw;
    padding-right: 17.867vw;
}
.luc_s3_right.mobile_only img{
    display: block;
    border: solid 2px #2f2029;
}
.luc_s3_right.mobile_only .luc_s3_right_in{
}
.luc_s3_right.mobile_only .luc_s3_right_img_art2{
    display: block;
    width: 42.133vw;
    height: 39.733vw;
    top: -1.067vw;
    left: -16vw;
    transform: rotate( 
182deg
 );
}
.luc_s3_right.mobile_only .luc_s3_right_img_art2 p{
    font-size: 1.795vw;
    transform: rotate(
169deg
);
    width: 16.8vw;
    height: 13.333vw;
    left: 28%;
    top: 26.8%;
}
.luc_s3_right.mobile_only .luc_s3_right_img_art2 p br{}
.luc_s3_right.mobile_only .luc_s3_right_img_art2 p .m{}
.luc_s3_right_in .desktop_only{
    display: none;
}
.luc_s3_right_in .mobile_only{
    display: block;
}
}
/**************S4*****************/
.luc_s4{
    background-color: #F7EAF3;
}
.luc_s4 .section_inner{
    width: 84.375vw;
}
.luc_s4_left{
    width: 44.2%;
}
.luc_s4_left_img{
    position: relative;
    height: 100%;
}
.luc_s4_left_img_art2{
    position: absolute;
    width: 16.328vw;
    height: 16.328vw;
    top: -6.875vw;
    left: -1.953vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
    transform: rotate( -3deg);
}
.luc_s4_left_img_art2 p{
    font-family: 'Muli';
    font-size: 0.885vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0vw;
    position: absolute;
    text-transform: uppercase;
    overflow: hidden;
    display: block;
    width: 6.875vw;
    height: 3.359vw;
    left: 28%;
    top: 39.8%;
    transform: rotate(
-11deg
);
}
.luc_s4_left_img_art2 p br{}
.luc_s4_left_img_art2 p .m{}
.luc_s4_left_img_in{
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
}
.luc_s4_right{
    width: 55.8%;
    padding-top: 10.859vw;
    padding-left: 5vw;
    padding-right: 4.688vw;
    padding-bottom: 8.359vw;
    overflow: hidden;
}
.luc_s4_right h3{
    text-transform: uppercase;
    letter-spacing: 0.294px;
    text-align: left;
    margin-bottom: 1.6vw;
}
.luc_s4_right h3 br{}
.luc_s4_right h3 .m{}
.luc_s4_right h5{
    text-transform: uppercase;
    letter-spacing: 0.18vw;
    padding-left: 0.8vw;
}
.luc_s4_right h5 br{}
.luc_s4_right h5 .m{}
.luc_s4_right article{
    position:relative;
    margin-top: 4.844vw;
    margin-left: 3.516vw;
    padding-left: 2.656vw;
    z-index: 5;
}
.luc_s4_right article:before{
    content:"";
    position: absolute;
    left: 0vw;
    top: 0.998px;
    background-color: #2f2029;
    height: 100%;
    width: 1.997px;
}
.luc_s4_right article p{
}
.luc_s4_right article p br{}
.luc_s4_right article p .m{}
.luc_s4_right_link{
    text-align: right;
    padding-top: 6.094vw;
    padding-right: 2.891vw;
    position: relative;
    z-index: 0;
}
.luc_s4_right_link .luc_s4_right_link_in{
    position: relative;
}
.luc_s4_right_link .luc_s4_right_link_in:before{
    content:"";
    background-image: url(luc-s4-2.svg);
    position: absolute;
    width: 37.188vw;
    height: 26.25vw;
    background-position: center;
    background-size: cover;
    left: 50%;
    transform: translate(-50%);
    top: -11.406vw;
}
.luc_s4_right_link .luc_s4_right_link_in .pf4_button{
    padding: 1.016vw 3.359vw 1.25vw 3.359vw;
    position: relative;
}
.luc_s4_right_link .luc_s4_right_link_in .pf4_button:hover{}
.luc_s4_right_link .luc_s4_right_link_in .pf4_button span{
}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_s4{}
    .luc_s4 .section_inner{}
    .luc_s4_left{}
    .luc_s4_left_img{}
    .luc_s4_left_img_art2{}
    .luc_s4_left_img_art2 p{}
    .luc_s4_left_img_art2 p br{}
    .luc_s4_left_img_art2 p .m{}
    .luc_s4_left_img_in{}
    .luc_s4_right{}
    .luc_s4_right h3{}
    .luc_s4_right h3 br{}
    .luc_s4_right h3 .m{}
    .luc_s4_right h5{}
    .luc_s4_right h5 br{}
    .luc_s4_right h5 .m{}
    .luc_s4_right article{}
    .luc_s4_right article:before{}
    .luc_s4_right article p{}
    .luc_s4_right article p br{}
    .luc_s4_right article p .m{}
    .luc_s4_right_link{}
    .luc_s4_right_link .luc_s4_right_link_in{}
    .luc_s4_right_link .luc_s4_right_link_in:before{}
    .luc_s4_right_link .luc_s4_right_link_in .pf4_button{}
    .luc_s4_right_link .luc_s4_right_link_in .pf4_button:hover{}
    .luc_s4_right_link .luc_s4_right_link_in .pf4_button span{}
}
@media screen and (max-width: 1024px){
    .luc_s4{}
    .luc_s4 .section_inner{
    width: 90vw;
}
    .luc_s4_left{
    width: 43%;
}
    .luc_s4_left_img{}
    .luc_s4_left_img_art2{}
    .luc_s4_left_img_art2 p{}
    .luc_s4_left_img_art2 p br{}
    .luc_s4_left_img_art2 p .m{}
    .luc_s4_left_img_in{}
    .luc_s4_right{
    width: 57%;
    padding-left: 3vw;
}
    .luc_s4_right h3{}
    .luc_s4_right h3 br{}
    .luc_s4_right h3 .m{}
    .luc_s4_right h5{}
    .luc_s4_right h5 br{}
    .luc_s4_right h5 .m{}
    .luc_s4_right article{}
    .luc_s4_right article:before{}
    .luc_s4_right article p{}
    .luc_s4_right article p br{}
    .luc_s4_right article p .m{}
    .luc_s4_right_link{}
    .luc_s4_right_link .luc_s4_right_link_in{}
    .luc_s4_right_link .luc_s4_right_link_in:before{}
    .luc_s4_right_link .luc_s4_right_link_in .pf4_button{}
    .luc_s4_right_link .luc_s4_right_link_in .pf4_button:hover{}
    .luc_s4_right_link .luc_s4_right_link_in .pf4_button span{}
}
@media screen and (max-width: 768px){
.luc_s4{
    padding-top: 8.533vw;
    padding-bottom: 18.933vw;
}
    .luc_s4 .section_inner{
    width: 100%;
}
    .luc_s4_left{
    width: 100%;
}
    .luc_s4_left_img{
    display: none;
}
    .luc_s4_left_img_art2{}
    .luc_s4_left_img_art2 p{}
    .luc_s4_left_img_art2 p br{}
    .luc_s4_left_img_art2 p .m{}
    .luc_s4_left_img_in{
}
    .luc_s4_right{
    width: 100%;
    padding: 0vw;
}
    .luc_s4_right h3{
    text-align: center;
    letter-spacing: -0.347vw;
    margin-bottom: 2.4vw;
    padding-left: 9.333vw;
    padding-right: 9.333vw;
}
    .luc_s4_right h3 br{}
    .luc_s4_right h3 .m{}
    .luc_s4_right h5{
    text-align: center;
    padding: 0vw;
    padding-left: 9.333vw;
    padding-right: 9.333vw;
    letter-spacing: 0.427vw;
    margin-bottom: 9.067vw;
}
    .luc_s4_right h5 br{}
    .luc_s4_right h5 .m{}
    .luc_s4_right article{
    padding: 0vw;
    margin: 0vw;
    padding-left: 16vw;
    padding-right: 16vw;
    padding-top: 9.6vw;
    padding-bottom: 6.133vw;
}
    .luc_s4_right article:before{
    display: none;
}
    .luc_s4_right article p{
    text-align: center;
}
    .luc_s4_right article p br{
    display: none;
}
    .luc_s4_right article p .m{}
    .luc_s4_right_link{
    text-align: center;
    padding: 0vw;
}
    .luc_s4_right_link .luc_s4_right_link_in{
    text-align: center;
}
    .luc_s4_right_link .luc_s4_right_link_in:before{
    display: none;
}
    .luc_s4_right_link .luc_s4_right_link_in .pf4_button{
    padding: 3.733vw 11.2vw 4.267vw 11.2vw;
}
    .luc_s4_right_link .luc_s4_right_link_in .pf4_button:hover{}
    .luc_s4_right_link .luc_s4_right_link_in .pf4_button span{}
    .luc_s4_left_img.mobile_only{
    display: block;
    height: inherit;
    margin-left: 20.533vw;
    margin-right: 20.533vw;
}
    .luc_s4_left_img.mobile_only img{
    display: block;
    mix-blend-mode: luminosity;
    border: solid 2px #2f2029;
}
    .luc_s4_left_img.mobile_only .luc_s4_left_img_art2{
    width: 44.267vw;
    height: 44.267vw;
    top: -12.533vw;
    left: -22.133vw;
}
    .luc_s4_left_img.mobile_only .luc_s4_left_img_art2 p{
    font-size: 2.308vw;
    width: 18.4vw;
    height: 9.6vw;
    left: 28%;
    top: 39.8%;
    line-height: 1.4;
    letter-spacing: normal;
    transform: rotate( 
348deg
 );
}
    .luc_s4_left_img.mobile_only .luc_s4_left_img_art2 p br{}
    .luc_s4_left_img.mobile_only .luc_s4_left_img_art2 p .m{}
}
@media screen and (max-width: 550px){
.luc_s4{
    padding-top: 8.533vw;
    padding-bottom: 18.933vw;
}
    .luc_s4 .section_inner{
    width: 100%;
}
    .luc_s4_left{
    width: 100%;
}
    .luc_s4_left_img{
    display: none;
}
    .luc_s4_left_img_art2{}
    .luc_s4_left_img_art2 p{}
    .luc_s4_left_img_art2 p br{}
    .luc_s4_left_img_art2 p .m{}
    .luc_s4_left_img_in{
}
    .luc_s4_right{
    width: 100%;
    padding: 0vw;
}
    .luc_s4_right h3{
    text-align: center;
    letter-spacing: -0.347vw;
    margin-bottom: 2.4vw;
    padding-left: 9.333vw;
    padding-right: 9.333vw;
}
    .luc_s4_right h3 br{}
    .luc_s4_right h3 .m{}
    .luc_s4_right h5{
    text-align: center;
    padding: 0vw;
    padding-left: 9.333vw;
    padding-right: 9.333vw;
    letter-spacing: 0.427vw;
    margin-bottom: 9.067vw;
}
    .luc_s4_right h5 br{}
    .luc_s4_right h5 .m{}
    .luc_s4_right article{
    padding: 0vw;
    margin: 0vw;
    padding-left: 16vw;
    padding-right: 16vw;
    padding-top: 9.6vw;
    padding-bottom: 6.133vw;
}
    .luc_s4_right article:before{
    display: none;
}
    .luc_s4_right article p{
    text-align: center;
}
    .luc_s4_right article p br{
    display: none;
}
    .luc_s4_right article p .m{}
    .luc_s4_right_link{
    text-align: center;
    padding: 0vw;
}
    .luc_s4_right_link .luc_s4_right_link_in{
    text-align: center;
}
    .luc_s4_right_link .luc_s4_right_link_in:before{
    display: none;
}
    .luc_s4_right_link .luc_s4_right_link_in .pf4_button{
    padding: 3.733vw 11.2vw 4.267vw 11.2vw;
}
    .luc_s4_right_link .luc_s4_right_link_in .pf4_button:hover{}
    .luc_s4_right_link .luc_s4_right_link_in .pf4_button span{}
    .luc_s4_left_img.mobile_only{
    display: block;
    height: inherit;
    margin-left: 20.533vw;
    margin-right: 20.533vw;
}
    .luc_s4_left_img.mobile_only img{
    display: block;
    mix-blend-mode: luminosity;
    border: solid 2px #2f2029;
}
    .luc_s4_left_img.mobile_only .luc_s4_left_img_art2{
    width: 44.267vw;
    height: 44.267vw;
    top: -12.533vw;
    left: -22.133vw;
}
    .luc_s4_left_img.mobile_only .luc_s4_left_img_art2 p{
    font-size: 2.308vw;
    width: 18.4vw;
    height: 9.6vw;
    left: 28%;
    top: 39.8%;
    line-height: 1.4;
    letter-spacing: normal;
    transform: rotate( 
348deg
 );
}
    .luc_s4_left_img.mobile_only .luc_s4_left_img_art2 p br{}
    .luc_s4_left_img.mobile_only .luc_s4_left_img_art2 p .m{}
}
/**************S5*****************/
.luc_s5{
    background-color: #F15524;
    padding-top: 1.094vw;
    height: 5.391vw;
    overflow: hidden;
}
.luc_s5 .section_inner{
    width: 100%;
}
.luc_s5_in{
    width: 500%;
    position: absolute;
    left: -0.938vw;
}
.luc_s5_in ul{
    padding: 0vw;
    margin: 0vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.luc_s5_in ul li{
    font-family: 'Muli';
    font-size: 1.016vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 2.099px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    list-style: none;
    margin: 0vw;
    padding-left: 0.469vw;
}
.luc_s5_in ul li strong{
    display: inline-block;
    padding-left: 1.484vw;
    padding-right: 1.328vw;
    font-size: 1.25vw;
    position: relative;
    top: 0.998px;
}
.luc_s5_in ul li em{
    font-family: 'Joules et Jaques Hand';
    font-size: 2.422vw;
    font-weight: normal;
    letter-spacing: 0.055vw;
    text-transform: none;
    display: inline-block;
    padding-left: 0.313vw;
    padding-right: 1.997px;
}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_s5{}
    .luc_s5 .section_inner{}
    .luc_s5_in{}
    .luc_s5_in ul{}
    .luc_s5_in ul li{}
    .luc_s5_in ul li strong{}
    .luc_s5_in ul li em{}
}
@media screen and (max-width: 1024px){
    .luc_s5{}
    .luc_s5 .section_inner{}
    .luc_s5_in{}
    .luc_s5_in ul{}
    .luc_s5_in ul li{}
    .luc_s5_in ul li strong{}
    .luc_s5_in ul li em{}
}
@media screen and (max-width: 768px){
.luc_s5{
    padding-top: 6.133vw;
    height: 21.067vw;
}
    .luc_s5 .section_inner{}
    .luc_s5_in{
    left: 0vw;
    width: 5000%;
}
    .luc_s5_in ul{}
    .luc_s5_in ul li{
    font-size: 2.667vw;
}
    .luc_s5_in ul li strong{
    padding-left: 0vw;
    padding-right: 3.733vw;
    font-size: 3.467vw;
    position: relative;
    top: 0.266vw;
}
    .luc_s5_in ul li em{
    padding-left: 0.267vw;
    padding-right: 2.133vw;
    letter-spacing: -0.08vw;
    font-size: 7.467vw;
}
}
@media screen and (max-width: 550px){
.luc_s5{
    padding-top: 6.133vw;
    height: 21.067vw;
}
    .luc_s5 .section_inner{}
    .luc_s5_in{
    left: 0vw;
    width: 5000%;
}
    .luc_s5_in ul{}
    .luc_s5_in ul li{
    font-size: 2.667vw;
}
    .luc_s5_in ul li strong{
    padding-left: 0vw;
    padding-right: 3.733vw;
    font-size: 3.467vw;
    position: relative;
    top: 0.266vw;
}
    .luc_s5_in ul li em{
    padding-left: 0.267vw;
    padding-right: 2.133vw;
    letter-spacing: -0.08vw;
    font-size: 7.467vw;
}
}
/**************S6*****************/
.luc_s6{
    padding-top: 13.516vw;
    padding-bottom: 8.359vw;
}
.luc_s6 .section_inner{
    width: 80.469vw;
}
.luc_s6_title{
    width: 100%;
    padding-right: 42.578vw;
    padding-left: 5.156vw;
}
.luc_s6_title h3{
    text-transform: uppercase;
    font-size: 6.297vw;
    margin-bottom: 1.328vw;
}
.luc_s6_title h3 br{}
.luc_s6_title h3 .m{}
.luc_s6_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
}
.luc_s6_left{
    width: 53.3%;
    padding-left: 5.078vw;
}
.luc_s6_left h5{
    text-transform: uppercase;
    letter-spacing: 0.147vw;
    margin-bottom: 0vw;
    padding-right: 6.641vw;
}
.luc_s6_left h5 br{}
.luc_s6_left h5 .m{}
.luc_s6_left_content{
    padding-left: 1.641vw;
    padding-top: 2.969vw;
    padding-right: 5.859vw;
}
.luc_s6_left_content article{
    position: relative;
    padding-left: 2.109vw;
}
.luc_s6_left_content article:before{
    content:"";
    position: absolute;
    left: 0vw;
    top: 0.391vw;
    background-color: #2f2029;
    height: 98%;
    width: 1.997px;
}
.luc_s6_left_content article p{
    margin-bottom: 1.875vw;
    letter-spacing: 0.008vw;
}
.luc_s6_left_content article p br{}
.luc_s6_left_content article p .m{}
.luc_s6_left_link{
    text-align: right;
    padding-top: 2.2vw;
    padding-right: 0.2vw;
}
.luc_s6_left_link .pf4_button{
    padding: 0.938vw 2.109vw 1.25vw 2.188vw;
}
.luc_s6_left_link .pf4_button:hover{}
.luc_s6_left_link .pf4_button span{}
.luc_s6_right{
    width: 46.7%;
    padding-left: 7.578vw;
    padding-top: 0.313vw;
    padding-right: 0.15vw;
}
.luc_s6_right_in{
    position: relative;
}
.luc_s6_right_img_art1{
    position: absolute;
    width: 20.156vw;
    height: auto;
    top: -8.594vw;
    left: -10vw;
}
.luc_s6_right_img_art1 img{
    border-radius: 50%;
}
.luc_s6_right_img_art2{
    position: absolute;
    top: -7.734vw;
    left: 5.7vw;
    background-color: #3751A5;
    padding: 1.7vw 1.95vw 0.4vw 1.95vw;
    border: solid 0.18vw #2f2029;
}
.luc_s6_right_img_art2 p{
    font-family: 'Muli';
    font-size: 0.742vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.105vw;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.781vw;
}
.luc_s6_right_img_art2 p br{}
.luc_s6_right_img_art2 p .m{}
.luc_s6_right_img_art2 a{
    text-align: center;
    font-family: 'Muli';
    font-size: 0.734vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0;
    letter-spacing: 0.109vw;
    color: #EDFF53;
    text-transform: uppercase;
    margin-top: 0.109vw;
    display: inline-block;
    position: relative;
    top: -1.563vw;
}
.luc_s6_right_in img{
    border: solid 0.18vw #2f2029;
}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_s6{}
    .luc_s6 .section_inner{}
    .luc_s6_title{}
    .luc_s6_title h3{}
    .luc_s6_title h3 br{}
    .luc_s6_title h3 .m{}
    .luc_s6_in{}
    .luc_s6_left{}
    .luc_s6_left h5{}
    .luc_s6_left h5 br{}
    .luc_s6_left h5 .m{}
    .luc_s6_left_content{}
    .luc_s6_left_content article{}
    .luc_s6_left_content article:before{}
    .luc_s6_left_content article p{}
    .luc_s6_left_content article p br{}
    .luc_s6_left_content article p .m{}
    .luc_s6_left_link{}
    .luc_s6_left_link .pf4_button{}
    .luc_s6_left_link .pf4_button:hover{}
    .luc_s6_left_link .pf4_button span{}
    .luc_s6_right{}
    .luc_s6_right_in{}
    .luc_s6_right_img_art1{}
    .luc_s6_right_img_art1 img{}
    .luc_s6_right_img_art2{}
    .luc_s6_right_img_art2 p{
    font-size: 0.8vw;
}
    .luc_s6_right_img_art2 p br{}
    .luc_s6_right_img_art2 p .m{}
    .luc_s6_right_img_art2 a{
    font-size: 0.9vw;
    margin-top: 1.35vw;
}
    .luc_s6_right_in img{}
}
@media screen and (max-width: 1024px){
    .luc_s6{}
    .luc_s6 .section_inner{
    width: 90vw;
}
    .luc_s6_title{
    padding-right: 47vw;
    padding-left: 3vw;
}
    .luc_s6_title h3{}
    .luc_s6_title h3 br{}
    .luc_s6_title h3 .m{}
    .luc_s6_in{}
    .luc_s6_left{
    padding-left: 3vw;
}
    .luc_s6_left h5{}
    .luc_s6_left h5 br{}
    .luc_s6_left h5 .m{}
    .luc_s6_left_content{}
    .luc_s6_left_content article{}
    .luc_s6_left_content article:before{}
    .luc_s6_left_content article p{}
    .luc_s6_left_content article p br{}
    .luc_s6_left_content article p .m{}
    .luc_s6_left_link{}
    .luc_s6_left_link .pf4_button{}
    .luc_s6_left_link .pf4_button:hover{}
    .luc_s6_left_link .pf4_button span{}
    .luc_s6_right{}
    .luc_s6_right_in{}
    .luc_s6_right_img_art1{}
    .luc_s6_right_img_art1 img{}
    .luc_s6_right_img_art2{
    border: solid 0.26vw #2f2029;
}
    .luc_s6_right_img_art2 p{
    font-size: 0.9vw;
}
    .luc_s6_right_img_art2 p br{}
    .luc_s6_right_img_art2 p .m{}
    .luc_s6_right_img_art2 a{
    font-size: 1vw;
    margin-top: 1.6vw;
}
    .luc_s6_right_in img{
    border: solid 0.26vw #2f2029;
}
}
@media screen and (max-width: 768px){
.luc_s6{
    padding-bottom: 9.867vw;
    padding-top: 18.667vw;
}
    .luc_s6 .section_inner{
    width: 100%;
}
    .luc_s6_title{
    padding: 0vw;
}
    .luc_s6_title h3{
    text-align: center;
    padding: 0vw;
    font-size: 9.485vw;
    margin-bottom: 3.2vw;
}
    .luc_s6_title h3 br{}
    .luc_s6_title h3 .m{}
    .luc_s6_in{}
    .luc_s6_left{
    padding: 0vw;
    width: 100%;
}
    .luc_s6_left h5{
    padding: 0vw;
    text-align: center;
    letter-spacing: 0.347vw;
}
    .luc_s6_left h5 br{}
    .luc_s6_left h5 .m{}
    .luc_s6_left_content{
    padding: 0vw;
}
    .luc_s6_left_content article{
    padding: 0vw;
    margin: 0vw;
    text-align: center;
    padding-left: 16.533vw;
    padding-right: 16.533vw;
}
    .luc_s6_left_content article:before{
    display: none;
}
    .luc_s6_left_content article p{
    letter-spacing: -0.013vw;
    margin-bottom: 6.4vw;
}
    .luc_s6_left_content article p br{
    display: none;
}
    .luc_s6_left_content article p .m{}
    .luc_s6_left_link{
    text-align: center;
    padding-top: 6.4vw;
    margin-right: -0.533vw;
}
    .luc_s6_left_link .pf4_button{padding: 3.733vw 7.733vw 4.267vw 7.733vw;}
    .luc_s6_left_link .pf4_button:hover{}
    .luc_s6_left_link .pf4_button span{}
    .luc_s6_right{
    display: none;
}
    .luc_s6_right_in{}
    .luc_s6_right_img_art1{}
    .luc_s6_right_img_art1 img{}
    .luc_s6_right_img_art2{}
    .luc_s6_right_img_art2 p{}
    .luc_s6_right_img_art2 p br{}
    .luc_s6_right_img_art2 p .m{}
    .luc_s6_right_img_art2 a{}
    .luc_s6_right_in img{
}
    .luc_s6_right.mobile_only{
    display: block;
    width: 100%;
    padding: 0vw;
    padding-top: 73.333vw;
    padding-bottom: 29.6vw;
}
    .luc_s6_right.mobile_only .luc_s6_right_in{
}
    .luc_s6_right.mobile_only .luc_s6_right_in img{
    border: solid 2px #2f2029;
    border-left: 0vw;
    border-right: 0vw;
    display: block;
}
    .luc_s6_right.mobile_only .luc_s6_right_img_art1{
    left: 50%;
    transform: translateX(-50%);
    top: -61.333vw;
    width: 79.2vw;
}
    .luc_s6_right.mobile_only .luc_s6_right_img_art1 img{
    border: solid 2px #2f2029;
}
    .luc_s6_right.mobile_only .luc_s6_right_img_art2{
    top: inherit;
    left: 50.5%;
    bottom: -17.6vw;
    transform: translateX(-50%);
    border: solid 2px #2f2029;
    padding: 6.667vw 7.467vw 4.8vw 8.267vw;
}
    .luc_s6_right.mobile_only .luc_s6_right_img_art2 p{
    font-size: 2.308vw;
    letter-spacing: 0.24vw;
    margin-bottom: 2.4vw;
}
    .luc_s6_right.mobile_only .luc_s6_right_img_art2 p br{}
    .luc_s6_right.mobile_only .luc_s6_right_img_art2 p .m{}
    .luc_s6_right.mobile_only .luc_s6_right_img_art2 a{
    font-size: 2.308vw;
    top: -1.6vw;
    margin-top: 0vw;
    letter-spacing: 0.24vw;
    }
}
@media screen and (max-width: 550px){
.luc_s6{
    padding-bottom: 9.867vw;
    padding-top: 18.667vw;
}
    .luc_s6 .section_inner{
    width: 100%;
}
    .luc_s6_title{
    padding: 0vw;
}
    .luc_s6_title h3{
    text-align: center;
    padding: 0vw;
    font-size: 9.485vw;
    margin-bottom: 3.2vw;
}
    .luc_s6_title h3 br{}
    .luc_s6_title h3 .m{}
    .luc_s6_in{}
    .luc_s6_left{
    padding: 0vw;
    width: 100%;
}
    .luc_s6_left h5{
    padding: 0vw;
    text-align: center;
    letter-spacing: 0.347vw;
}
    .luc_s6_left h5 br{}
    .luc_s6_left h5 .m{}
    .luc_s6_left_content{
    padding: 0vw;
}
    .luc_s6_left_content article{
    padding: 0vw;
    margin: 0vw;
    text-align: center;
    padding-left: 16.533vw;
    padding-right: 16.533vw;
}
    .luc_s6_left_content article:before{
    display: none;
}
    .luc_s6_left_content article p{
    letter-spacing: -0.013vw;
    margin-bottom: 6.4vw;
}
    .luc_s6_left_content article p br{
    display: none;
}
    .luc_s6_left_content article p .m{}
    .luc_s6_left_link{
    text-align: center;
    padding-top: 6.4vw;
    margin-right: -0.533vw;
}
    .luc_s6_left_link .pf4_button{padding: 3.733vw 7.733vw 4.267vw 7.733vw;}
    .luc_s6_left_link .pf4_button:hover{}
    .luc_s6_left_link .pf4_button span{}
    .luc_s6_right{
    display: none;
}
    .luc_s6_right_in{}
    .luc_s6_right_img_art1{}
    .luc_s6_right_img_art1 img{}
    .luc_s6_right_img_art2{}
    .luc_s6_right_img_art2 p{}
    .luc_s6_right_img_art2 p br{}
    .luc_s6_right_img_art2 p .m{}
    .luc_s6_right_img_art2 a{}
    .luc_s6_right_in img{
}
    .luc_s6_right.mobile_only{
    display: block;
    width: 100%;
    padding: 0vw;
    padding-top: 73.333vw;
    padding-bottom: 29.6vw;
}
    .luc_s6_right.mobile_only .luc_s6_right_in{
}
    .luc_s6_right.mobile_only .luc_s6_right_in img{
    border: solid 2px #2f2029;
    border-left: 0vw;
    border-right: 0vw;
    display: block;
}
    .luc_s6_right.mobile_only .luc_s6_right_img_art1{
    left: 50%;
    transform: translateX(-50%);
    top: -61.333vw;
    width: 79.2vw;
}
    .luc_s6_right.mobile_only .luc_s6_right_img_art1 img{
    border: solid 2px #2f2029;
}
    .luc_s6_right.mobile_only .luc_s6_right_img_art2{
    top: inherit;
    left: 50.5%;
    bottom: -17.6vw;
    transform: translateX(-50%);
    border: solid 0.533vw #2f2029;
    padding: 6.667vw 7.467vw 4.8vw 8.267vw;
}
    .luc_s6_right.mobile_only .luc_s6_right_img_art2 p{
    font-size: 2.308vw;
    letter-spacing: 0.24vw;
    margin-bottom: 2.4vw;
}
    .luc_s6_right.mobile_only .luc_s6_right_img_art2 p br{}
    .luc_s6_right.mobile_only .luc_s6_right_img_art2 p .m{}
    .luc_s6_right.mobile_only .luc_s6_right_img_art2 a{
    font-size: 2.308vw;
    top: -1.6vw;
    margin-top: 0vw;
    letter-spacing: 0.24vw;
}

}
/**************S7*****************/
.luc_s7{
    background-color: #3751A5;
    padding-top: 4.141vw;
    padding-bottom: 5.625vw;
}
.luc_s7 .section_inner{
    width: 85vw;
}
.luc_s7_title{
    text-align: center;
    width: 100%;
}
.luc_s7_title h3{
    font-size: 3.984vw;
    color: #ffffff;
    letter-spacing: -0.102px;
    margin-bottom: 2.813vw;
}
.luc_s7_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
}
.luc_s7_content.mobile_only{display:none;}
.luc_s7_content_item{
    width: 25%;
}
.luc_s7_content_item .img_s7{
    padding-bottom: 1.7vw;
}
.luc_s7_content_item .img_s7 img{
    border: solid 0.18vw #2f2029;
    width: 16.875vw;
    height: auto;
}
.luc_s7_content_item article{
    padding-right: 2.422vw;
    padding-left: 2.422vw;
}
.luc_s7_content_item article h6{
    text-transform: uppercase;
    margin-bottom: 1.719vw;
}
.luc_s7_content_item article h6 br{}
.luc_s7_content_item article h6 .m{}
.luc_s7_content_item article p{
    color: #ffffff;
    letter-spacing: 0.023vw;
    line-height: 1;
    margin-left: -0.156vw;
    margin-bottom: 2.05vw;
}
.luc_s7_content_item article p br{}
.luc_s7_content_item article p .m{}
.luc_s7_content_item article .link_s7{}
.luc_s7_content_item article .link_s7 .pf4_button{
    border: none;
    background-color: #00000000;
    padding: 0vw;
    font-size: 1.172vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: 0.11vw;
    color: #edff53;
    margin-left: -1.997px;
}
.luc_s7_content_item article .link_s7 .pf4_button:before{
    content:"";
    position: absolute;
    width: 98%;
    height: 0.156vw;
    left: 0vw;
    bottom: -0.76vw;
    background-color: #EDFF53;
}
.luc_s7_content_item article .link_s7 .pf4_button:hover{}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_s7{}
    .luc_s7 .section_inner{}
    .luc_s7_title{}
    .luc_s7_title h3{}
    .luc_s7_content{}
    .luc_s7_content_item{}
    .luc_s7_content_item .img_s7{}
    .luc_s7_content_item .img_s7 img{}
    .luc_s7_content_item article{}
    .luc_s7_content_item article h6{}
    .luc_s7_content_item article h6 br{}
    .luc_s7_content_item article h6 .m{}
    .luc_s7_content_item article p{}
    .luc_s7_content_item article p br{}
    .luc_s7_content_item article p .m{}
    .luc_s7_content_item article .link_s7{}
    .luc_s7_content_item article .link_s7 .pf4_button{}
    .luc_s7_content_item article .link_s7 .pf4_button:before{}
    .luc_s7_content_item article .link_s7 .pf4_button:hover{}
}
@media screen and (max-width: 1024px){
    .luc_s7{}
    .luc_s7 .section_inner{
    width: 95vw;
}
    .luc_s7_title{}
    .luc_s7_title h3{}
    .luc_s7_content{}
    .luc_s7_content_item{}
    .luc_s7_content_item .img_s7{}
    .luc_s7_content_item .img_s7 img{
    border: solid 0.26vw #2f2029;
    width: 20vw;
}
    .luc_s7_content_item article{
    padding-right: 2vw;
    padding-left: 2vw;
}
    .luc_s7_content_item article h6{}
    .luc_s7_content_item article h6 br{}
    .luc_s7_content_item article h6 .m{}
    .luc_s7_content_item article p{}
    .luc_s7_content_item article p br{}
    .luc_s7_content_item article p .m{}
    .luc_s7_content_item article .link_s7{}
    .luc_s7_content_item article .link_s7 .pf4_button{}
    .luc_s7_content_item article .link_s7 .pf4_button:before{}
    .luc_s7_content_item article .link_s7 .pf4_button:hover{}
}
@media screen and (max-width: 768px){
.luc_s7{
    padding-top: 17.067vw;
    padding-bottom: 10.133vw;
}
    .luc_s7 .section_inner{
    width: 100%;
}
    .luc_s7_title{
    display: none;
}
    .luc_s7_title h3{}
    .luc_s7_content{
    display: none;
}
    .luc_s7_content_item{}
    .luc_s7_content_item .img_s7{
    padding-bottom: 6.4vw;
}
    .luc_s7_content_item .img_s7 img{}
    .luc_s7_content_item article{
    padding-right: 12vw;
    padding-left: 12vw;
}
    .luc_s7_content_item article h6{
    margin-bottom: 6.4vw;
}
    .luc_s7_content_item article h6 br{
    display: none;
}
    .luc_s7_content_item article h6 .m{}
    .luc_s7_content_item article p{
    letter-spacing: 0vw;
    line-height: 1.5;
    margin-left: 0vw;
    text-align: center;
    margin-bottom: 6.933vw;
}
    .luc_s7_content_item article p br{
    display: none;
}
    .luc_s7_content_item article p .m{}
    .luc_s7_content_item article .link_s7{
}
    .luc_s7_content_item article .link_s7 .pf4_button{
    font-size: 4.624vw;
    letter-spacing: 0.213vw;
    padding-bottom: 2.933vw;
}
    .luc_s7_content_item article .link_s7 .pf4_button:before{
    width: 99%;
    height: 0.533vw;
    bottom: 0.533vw;
}
    .luc_s7_content_item article .link_s7 .pf4_button:hover{}

    .luc_s7_content.mobile_only{
    display: block;
}
    .luc_s7_content.mobile_only .luc_s7_content_item{
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
}
    .luc_s7_content.mobile_only .luc_s7_content_item .img_s7{}
    .luc_s7_content.mobile_only .luc_s7_content_item .img_s7 img{
    border: solid 2px #2f2029;
    width: 62.667vw;
}
.luc_s7_content .slick-prev,
.luc_s7_content .slick-next {
  background-color: transparent;
  border: 0vw;
  background-repeat: no-repeat;
  font-size: 0vw;
  padding: 0vw;
  margin: 0vw;
  background-size: contain;
  position: absolute;
  top: 20.5%;
  z-index: 2;
  width: 6.667vw;
  height: 6.667vw;
}
.luc_s7_content .slick-prev {
  background-image: url(arrow-left.svg);
  left: 8.533vw;
}
.luc_s7_content .slick-next {
  background-image: url(arrow-right.svg);
  right: 7.733vw;
}
.luc_s7_content .slick-list .slick-track .slick-slide{}

}
@media screen and (max-width: 550px){
.luc_s7{
    padding-top: 17.067vw;
    padding-bottom: 10.133vw;
}
    .luc_s7 .section_inner{
    width: 100%;
}
    .luc_s7_title{
    display: none;
}
    .luc_s7_title h3{}
    .luc_s7_content{
    display: none;
}
    .luc_s7_content_item{}
    .luc_s7_content_item .img_s7{
    padding-bottom: 6.4vw;
}
    .luc_s7_content_item .img_s7 img{}
    .luc_s7_content_item article{
    padding-right: 12vw;
    padding-left: 12vw;
}
    .luc_s7_content_item article h6{
    margin-bottom: 6.4vw;
}
    .luc_s7_content_item article h6 br{
    display: none;
}
    .luc_s7_content_item article h6 .m{}
    .luc_s7_content_item article p{
    letter-spacing: 0vw;
    line-height: 1.5;
    margin-left: 0vw;
    text-align: center;
    margin-bottom: 6.933vw;
}
    .luc_s7_content_item article p br{
    display: none;
}
    .luc_s7_content_item article p .m{
    display: block;
}
    .luc_s7_content_item article .link_s7{
}
    .luc_s7_content_item article .link_s7 .pf4_button{
    font-size: 4.624vw;
    letter-spacing: 0.213vw;
    padding-bottom: 2.933vw;
}
    .luc_s7_content_item article .link_s7 .pf4_button:before{
    width: 99%;
    height: 0.533vw;
    bottom: 0.533vw;
}
    .luc_s7_content_item article .link_s7 .pf4_button:hover{}

    .luc_s7_content.mobile_only{
    display: block;
}
    .luc_s7_content.mobile_only .luc_s7_content_item{
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
}
    .luc_s7_content.mobile_only .luc_s7_content_item .img_s7{}
    .luc_s7_content.mobile_only .luc_s7_content_item .img_s7 img{
    border: solid 2px #2f2029;
    width: 62.667vw;
}
.luc_s7_content .slick-prev,
.luc_s7_content .slick-next {
  background-color: transparent;
  border: 0vw;
  background-repeat: no-repeat;
  font-size: 0vw;
  padding: 0vw;
  margin: 0vw;
  background-size: contain;
  position: absolute;
  top: 20.5%;
  z-index: 2;
  width: 6.667vw;
  height: 6.667vw;
}
.luc_s7_content .slick-prev {
  background-image: url(arrow-left.svg);
  left: 8.533vw;
}
.luc_s7_content .slick-next {
  background-image: url(arrow-right.svg);
  right: 7.733vw;
}
.luc_s7_content .slick-list .slick-track .slick-slide{}

}
/**************S8*****************/
.luc_s8{
    background-color: #F7EAF3;
    position: relative;
}
.luc_s8_bg_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(luc-s8-3.svg);
    width: 72.734vw;
    height: 50.391vw;
    margin-left: auto;
    margin-right: auto;
    bottom: 0vw;
    left: -14.688vw;
    right: 0;
    text-align: center;
}
.luc_s8 .section_inner{
    width: 75.156vw;
    padding-top: 7.5vw;
    padding-bottom: 13.203vw;
}
.luc_s8_left{
    width: 50%;
}
.luc_s8_left article{}
.luc_s8_left article h2{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.25vw;
}
.luc_s8_left article h2 br{}
.luc_s8_left article h2 .m{}
.luc_s8_left article h6{
    color: #F15523;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.33;
    letter-spacing: 0.109vw;
    padding-left: 3.2vw;
    padding-right: 2vw;
}
.luc_s8_left article h6 br{}
.luc_s8_left article h6 .m{}
.luc_s8_right{
    width: 50%;
    padding-left: 11.094vw;
    padding-right: 2.891vw;
    padding-top: 13.125vw;
}
.luc_s8_right_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
}
.luc_s8_right_in_holder{
    position: relative;
}
.luc_s8_right_front_img{
    position: absolute;
    left: -8.438vw;
    top: -3.594vw;
    width: 15.938vw;
    height: auto;
    z-index: 1;
}
.luc_s8_right_front_img img{
    border: solid 0.18vw #2f2029;
}

.luc_s8_right_art_box1{
    border: solid 0.18vw #2f2029;
    background-color: #FFFFFF;
    position: absolute;
    left: -26.23vw;
    top: 14.531vw;
    z-index: 1;
}
.luc_s8_right_art_box1 article{
    text-align: center;
    padding: 2.031vw 5vw 1.9vw 5vw;
}
.luc_s8_right_art_box1 article ul{
    padding: 0vw;
    margin: 0vw;
    padding-bottom: 2.2vw;
}
.luc_s8_right_art_box1 article ul:last-child{
    padding-bottom: 0vw;
}
.luc_s8_right_art_box1 article ul li{}
.luc_s8_right_art_box1 article ul li{
    list-style: none;
    text-transform: uppercase;
    font-family: 'Muli';
    font-size: 1.041vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: 0.094vw;
    text-align: center;
    color: #000000;
    margin-bottom: 0vw;
}
.luc_s8_right_art_box1 article ul li strong{
    font-weight: 900;
}
.luc_s8_right_art_box1 article ul li a{
    color: #000000;
    text-decoration: underline;
}


.luc_s8_right_art_box2{
    position: relative;
    display: block;
}
.luc_s8_right_art_box2_img{
    display: block;
}
.luc_s8_right_art_box2_img img{
    border: solid 0.18vw #2f2029;
    mix-blend-mode: luminosity;
}

.luc_s8_right_art_box2_art1{
    position: absolute;
    z-index: 2;
    display: block;
    top: -2.188vw;
    right: 4.9vw;
}
.luc_s8_right_art_box2_art1 .pf4_button{
    padding: 0.85vw 3.047vw 1.4vw 3.672vw;
}
.luc_s8_right_art_box2_art1 .pf4_button:hover{}
.luc_s8_right_art_box2_art1 .pf4_button span{}

.luc_s8_right_art_box2_art2{
    display: block;
    position: absolute;
    bottom: -6.484vw;
    left: 7.5vw;
    background-color: #3751A5;
    border: solid 0.18vw #2f2029;
    padding: 2.266vw 2.344vw 1.641vw 2.344vw;
}
.luc_s8_right_art_box2_art2 p{
    font-family: 'Muli';
    font-size: 0.742vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.18vw;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0vw;
}
.luc_s8_right_art_box2_art2 p br{}
.luc_s8_right_art_box2_art2 p .m{}
.luc_s8_right_art_box2_art2 a{
    text-align: center;
    font-family: 'Muli';
    font-size: 0.89vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0;
    letter-spacing: 0.086vw;
    color: #EDFF53;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: -0.625vw;
}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_s8{}
    .luc_s8_bg_art1{}
    .luc_s8 .section_inner{}
    .luc_s8_left{}
    .luc_s8_left article{ }
    .luc_s8_left article h2{}
    .luc_s8_left article h2 br{ }
    .luc_s8_left article h2 .m{ }
    .luc_s8_left article h6{}
    .luc_s8_left article h6 br{ }
    .luc_s8_left article h6 .m{ }
    .luc_s8_right{}
    .luc_s8_right_in{}
    .luc_s8_right_in_holder{}
    .luc_s8_right_front_img{}
    .luc_s8_right_front_img img{}
    .luc_s8_right_art_box1{}
    .luc_s8_right_art_box1 article{}
    .luc_s8_right_art_box1 article ul{}
    .luc_s8_right_art_box1 article ul:last-child{}
    .luc_s8_right_art_box1 article ul li{ }
    .luc_s8_right_art_box1 article ul li{}
    .luc_s8_right_art_box1 article ul li strong{}
    .luc_s8_right_art_box1 article ul li a{}
    .luc_s8_right_art_box2{}
    .luc_s8_right_art_box2_img{}
    .luc_s8_right_art_box2_img img{}
    .luc_s8_right_art_box2_art1{}
    .luc_s8_right_art_box2_art1 .pf4_button{}
    .luc_s8_right_art_box2_art1 .pf4_button:hover{ }
    .luc_s8_right_art_box2_art1 .pf4_button span{ }
    .luc_s8_right_art_box2_art2{}
    .luc_s8_right_art_box2_art2 p{
    font-size: 0.8vw;
}
    .luc_s8_right_art_box2_art2 p br{ }
    .luc_s8_right_art_box2_art2 p .m{ }
    .luc_s8_right_art_box2_art2 a{
    font-size: 0.9vw;
    margin-top: 1.2vw;
}
}
@media screen and (max-width: 1024px){
    .luc_s8{}
    .luc_s8_bg_art1{}
    .luc_s8 .section_inner{}
    .luc_s8_left{}
    .luc_s8_left article{ }
    .luc_s8_left article h2{}
    .luc_s8_left article h2 br{ }
    .luc_s8_left article h2 .m{ }
    .luc_s8_left article h6{}
    .luc_s8_left article h6 br{ }
    .luc_s8_left article h6 .m{ }
    .luc_s8_right{}
    .luc_s8_right_in{}
    .luc_s8_right_in_holder{}
    .luc_s8_right_front_img{}
    .luc_s8_right_front_img img{
    border: solid 0.26vw #2f2029;
}
    .luc_s8_right_art_box1{
    border: solid 0.26vw #2f2029;
}
    .luc_s8_right_art_box1 article{}
    .luc_s8_right_art_box1 article ul{}
    .luc_s8_right_art_box1 article ul:last-child{}
    .luc_s8_right_art_box1 article ul li{ }
    .luc_s8_right_art_box1 article ul li{}
    .luc_s8_right_art_box1 article ul li strong{}
    .luc_s8_right_art_box1 article ul li a{}
    .luc_s8_right_art_box2{}
    .luc_s8_right_art_box2_img{}
    .luc_s8_right_art_box2_img img{
    border: solid 0.26vw #2f2029;
}
    .luc_s8_right_art_box2_art1{}
    .luc_s8_right_art_box2_art1 .pf4_button{}
    .luc_s8_right_art_box2_art1 .pf4_button:hover{ }
    .luc_s8_right_art_box2_art1 .pf4_button span{ }
    .luc_s8_right_art_box2_art2{
    border: solid 0.26vw #2f2029;
}
    .luc_s8_right_art_box2_art2 p{
    font-size: 0.9vw;
}
    .luc_s8_right_art_box2_art2 p br{ }
    .luc_s8_right_art_box2_art2 p .m{ }
    .luc_s8_right_art_box2_art2 a{
    font-size: 1vw;
    margin-top: 1.35vw;
}
}
@media screen and (max-width: 768px){
.luc_s8{
    background-color: #f9edf5;
    padding-top: 17.867vw;
    background-color: #fdfdfd;
}
    .luc_s8_bg_art1{
    width: 414.667vw;
    height: 332.8vw;
    left: -164vw;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: inherit;
    top: 0vw;
}
    .luc_s8 .section_inner{
    width: 100%;
    padding: 0vw;
}
    .luc_s8_left{
    width: 100%;
}
    .luc_s8_left article{padding-left: 8.533vw;padding-right: 8.533vw;}
    .luc_s8_left article h2{
    margin-bottom: 6.4vw;
}
    .luc_s8_left article h2 br{display: none;}
    .luc_s8_left article h2 .m{ }
    .luc_s8_left article h6{
    font-size: 4.103vw;
    letter-spacing: 0.427vw;
    line-height: 1.5;
}
    .luc_s8_left article h6 br{display: none;}
    .luc_s8_left article h6 .m{ }
    .luc_s8_right{
    width: 100%;
    padding: 0vw;
}
    .luc_s8_right_in{}
    .luc_s8_right_in_holder{}
    .luc_s8_right_front_img{
    width: 100%;
    position: inherit;
    order: 1;
    left: inherit;
    top: inherit;
    padding: 10.133vw 10.667vw 9.6vw 10.667vw;
}
    .luc_s8_right_front_img img{
    border: solid 2px #2f2029;
}
    .luc_s8_right_art_box1{
    position: inherit;
    order: 2;
    left: inherit;
    top: inherit;
    border: none;
    padding-bottom: 12.8vw;
    padding-left: 14.667vw;
    padding-right: 14.667vw;
    background-color: #ffffff00;
}
    .luc_s8_right_art_box1 article{
    padding: 0vw;
}
    .luc_s8_right_art_box1 article ul{
    padding-bottom: 8.533vw;
}
    .luc_s8_right_art_box1 article ul:last-child{}
    .luc_s8_right_art_box1 article ul li{ }
    .luc_s8_right_art_box1 article ul li{
    font-size: 4vw;
    line-height: normal;
    letter-spacing: 0.267vw;
    padding-bottom: 2.933vw;
}
    .luc_s8_right_art_box1 article ul li strong{}
    .luc_s8_right_art_box1 article ul li a{}
    .luc_s8_right_art_box2{}
    .luc_s8_right_art_box2_img{}
    .luc_s8_right_art_box2_img img{
    border: solid 2px #2f2029;
    border-left: 0vw;
    border-right: 0vw;
}
    .luc_s8_right_art_box2_art1{
    right: inherit;
    transform: translateX(-50%);
    left: 50%;
    top: -6.4vw;
}
    .luc_s8_right_art_box2_art1 .pf4_button{
    padding: 3.733vw 11.2vw 4.267vw 11.2vw;
}
    .luc_s8_right_art_box2_art1 .pf4_button:hover{ }
    .luc_s8_right_art_box2_art1 .pf4_button span{ }
    .luc_s8_right_art_box2_art2{
    right: inherit;
    transform: translateX(-50%);
    left: 50%;
    z-index: 5;
    padding: 7.733vw 7.467vw 7.733vw 7.467vw;
    border: solid 2px #2f2029;
    bottom: -6.133vw;
}
    .luc_s8_right_art_box2_art2 p{
    font-size: 3.077vw;
    letter-spacing: 0.32vw;
    line-height: 1.2;
}
    .luc_s8_right_art_box2_art2 p br{ }
    .luc_s8_right_art_box2_art2 p .m{ }
    .luc_s8_right_art_box2_art2 a{
    margin-top: 2.4vw;
    font-size: 3.077vw;
    letter-spacing: 0.307vw;
}
    .luc_s8_right_art_box2_img .desktop_only{
    display: none;
}
    .luc_s8_right_art_box2_img .mobile_only{
    display: block;
    mix-blend-mode: luminosity;
    }
}
@media screen and (max-width: 550px){
.luc_s8{
    background-color: #f9edf5;
    padding-top: 17.867vw;
    background-color: #fdfdfd;
}
    .luc_s8_bg_art1{
    width: 414.667vw;
    height: 332.8vw;
    left: -164vw;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: inherit;
    top: 0vw;
}
    .luc_s8 .section_inner{
    width: 100%;
    padding: 0vw;
}
    .luc_s8_left{
    width: 100%;
}
    .luc_s8_left article{padding-left: 8.533vw;padding-right: 8.533vw;}
    .luc_s8_left article h2{
    margin-bottom: 6.4vw;
}
    .luc_s8_left article h2 br{display: none;}
    .luc_s8_left article h2 .m{ }
    .luc_s8_left article h6{
    font-size: 4.103vw;
    letter-spacing: 0.427vw;
    line-height: 1.5;
}
    .luc_s8_left article h6 br{display: none;}
    .luc_s8_left article h6 .m{ }
    .luc_s8_right{
    width: 100%;
    padding: 0vw;
}
    .luc_s8_right_in{}
    .luc_s8_right_in_holder{}
    .luc_s8_right_front_img{
    width: 100%;
    position: inherit;
    order: 1;
    left: inherit;
    top: inherit;
    padding: 10.133vw 10.667vw 9.6vw 10.667vw;
}
    .luc_s8_right_front_img img{
    border: solid 2px #2f2029;
}
    .luc_s8_right_art_box1{
    position: inherit;
    order: 2;
    left: inherit;
    top: inherit;
    border: none;
    padding-bottom: 12.8vw;
    padding-left: 14.667vw;
    padding-right: 14.667vw;
    background-color: #ffffff00;
}
    .luc_s8_right_art_box1 article{
    padding: 0vw;
}
    .luc_s8_right_art_box1 article ul{
    padding-bottom: 8.533vw;
}
    .luc_s8_right_art_box1 article ul:last-child{}
    .luc_s8_right_art_box1 article ul li{ }
    .luc_s8_right_art_box1 article ul li{
    font-size: 4vw;
    line-height: normal;
    letter-spacing: 0.267vw;
    padding-bottom: 2.933vw;
}
    .luc_s8_right_art_box1 article ul li strong{}
    .luc_s8_right_art_box1 article ul li a{}
    .luc_s8_right_art_box2{}
    .luc_s8_right_art_box2_img{}
    .luc_s8_right_art_box2_img img{
    border: solid 2px #2f2029;
    border-left: 0vw;
    border-right: 0vw;
}
    .luc_s8_right_art_box2_art1{
    right: inherit;
    transform: translateX(-50%);
    left: 50%;
    top: -6.4vw;
}
    .luc_s8_right_art_box2_art1 .pf4_button{
    padding: 3.733vw 11.2vw 4.267vw 11.2vw;
}
    .luc_s8_right_art_box2_art1 .pf4_button:hover{ }
    .luc_s8_right_art_box2_art1 .pf4_button span{ }
    .luc_s8_right_art_box2_art2{
    right: inherit;
    transform: translateX(-50%);
    left: 50%;
    z-index: 5;
    padding: 7.733vw 7.467vw 7.733vw 7.467vw;
    border: solid 2px #2f2029;
    bottom: -6.133vw;
}
    .luc_s8_right_art_box2_art2 p{
    font-size: 3.077vw;
    letter-spacing: 0.32vw;
    line-height: 1.2;
}
    .luc_s8_right_art_box2_art2 p br{ }
    .luc_s8_right_art_box2_art2 p .m{ }
    .luc_s8_right_art_box2_art2 a{
    margin-top: 2.4vw;
    font-size: 3.077vw;
    letter-spacing: 0.307vw;
}
    .luc_s8_right_art_box2_img .desktop_only{
    display: none;
}
    .luc_s8_right_art_box2_img .mobile_only{
    display: block;
    mix-blend-mode: luminosity;
    }
}
/**************S9*****************/
.luc_s9_in{
    width: 500%;
    position: absolute;
    left: 1.406vw;
}
.luc_s10 .section_inner:nth-child(1){
    width: 100%;
    background-color: #F15524;
    padding-top: 1.406vw;
    height: 5.469vw;
    overflow: hidden;
    padding-bottom: 0vw;
}
.luc_s9_in ul{
    padding: 0vw;
    margin: 0vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.luc_s9_in ul li{
    font-family: 'Muli';
    font-size: 1.016vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 2.099px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    list-style: none;
    margin: 0vw;
    padding-left: 0.469vw;
}
.luc_s9_in ul li strong{
    display: inline-block;
    padding-right: 1.563vw;
    padding-left: 1.875vw;
    font-size: 1.328vw;
    position: relative;
    top: 0.998px;
}
.luc_s9_in ul li em{
    font-family: 'Joules et Jaques Hand';
    font-size: 2.031vw;
    font-weight: normal;
    letter-spacing: 0.102px;
    text-transform: none;
    display: inline-block;
    padding-left: 0.391vw;
    margin-right: -0.625vw;
}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_s10 .section_inner:nth-child(1){}
    .luc_s9_in{}
    .luc_s9_in ul{}
    .luc_s9_in ul li{}
    .luc_s9_in ul li strong{}
    .luc_s9_in ul li em{}
}
@media screen and (max-width: 1024px){
    .luc_s10 .section_inner:nth-child(1){}
    .luc_s9_in{}
    .luc_s9_in ul{}
    .luc_s9_in ul li{}
    .luc_s9_in ul li strong{}
    .luc_s9_in ul li em{}
}
@media screen and (max-width: 768px){
.luc_s10 .section_inner:nth-child(1){
    height: 20.533vw;
    padding-top: 5.867vw;
    order: 2;
}
    .luc_s9_in{
    width: 5000%;
}
    .luc_s9_in ul{}
    .luc_s9_in ul li{
    font-size: 2.667vw;
}
    .luc_s9_in ul li strong{
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    font-size: 3.467vw;
    position: relative;
    top: 0.266vw;
}
    .luc_s9_in ul li em{
    padding-left: 0.267vw;
    padding-right: 2.133vw;
    letter-spacing: -0.08vw;
    font-size: 7.467vw;
    }
}
@media screen and (max-width: 550px){
.luc_s10 .section_inner:nth-child(1){
    height: 20.533vw;
    padding-top: 5.867vw;
    order: 2;
}
    .luc_s9_in{
    width: 5000%;
}
    .luc_s9_in ul{}
    .luc_s9_in ul li{
    font-size: 2.667vw;
}
    .luc_s9_in ul li strong{
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    font-size: 3.467vw;
    position: relative;
    top: 0.266vw;
}
    .luc_s9_in ul li em{
    padding-left: 0.267vw;
    padding-right: 2.133vw;
    letter-spacing: -0.08vw;
    font-size: 7.467vw;
    }
}
/**************S10*****************/
.luc_s10{
    background-color: #3751A5;
}
.luc_s10 .section_inner{
    width: 82.188vw;
    padding-top: 7.109vw;
    padding-bottom: 4.609vw;
}
.luc_s10_top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
}
.luc_s10_top_left{
    width: 60%;
    padding-left: 1.016vw;
}
.luc_s10_top_left h3{
    font-size: 4.531vw;
    color: #ffffff;
}
.luc_s10_top_right{
    width: 40%;
    text-align: right;
    padding-right: 2.4vw;
}
.luc_s10_top_right .pf4_button{
    padding: 1.016vw 3.203vw 1.25vw 3.516vw;
    margin-top: -1.094vw;
}
.luc_s10_top_right .pf4_button:hover{}
.luc_s10_top_right .pf4_button span{}
.luc_s10_bottom{
    width: 100%;
    padding-top: 1.172vw;
}
.luc_s10_bottom_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
}
.luc_s10_bottom_in_item{
    width: 20%;
    padding-left: 0.781vw;
    padding-right: 0.859vw;
}
.luc_s10_bottom_in_item img{
    border: solid 0.18vw #2f2029;
}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_s10{}
    .luc_s10 .section_inner{}
    .luc_s10_top{}
    .luc_s10_top_left{}
    .luc_s10_top_left h3{}
    .luc_s10_top_right{}
    .luc_s10_top_right .pf4_button{}
    .luc_s10_top_right .pf4_button:hover{}
    .luc_s10_top_right .pf4_button span{}
    .luc_s10_bottom{}
    .luc_s10_bottom_in{}
    .luc_s10_bottom_in_item{}
    .luc_s10_bottom_in_item img{}
}
@media screen and (max-width: 1024px){
    .luc_s10{}
    .luc_s10 .section_inner{}
    .luc_s10_top{}
    .luc_s10_top_left{}
    .luc_s10_top_left h3{
    font-size: 39.4255px;
}
    .luc_s10_top_right{}
    .luc_s10_top_right .pf4_button{}
    .luc_s10_top_right .pf4_button:hover{}
    .luc_s10_top_right .pf4_button span{}
    .luc_s10_bottom{}
    .luc_s10_bottom_in{}
    .luc_s10_bottom_in_item{}
    .luc_s10_bottom_in_item img{
    border: solid 0.26vw #2f2029;
}
}
@media screen and (max-width: 768px){
.luc_s10{
    display: flex;
    flex-wrap: wrap;
    padding-top: 8.533vw;
}
    .luc_s10 .section_inner{
    order: 1;
    width: 100%;
}
    .luc_s10_top{
}
    .luc_s10_top_left{
    width: 100%;
    padding: 0vw;
}
    .luc_s10_top_left h3{
    text-align: center;
    margin-bottom: 2.933vw;
}
    .luc_s10_top_right{
    display: none;
}
    .luc_s10_top_right .pf4_button{
    padding: 3.733vw 5.067vw 4.267vw 5.867vw;
}
    .luc_s10_top_right .pf4_button:hover{}
    .luc_s10_top_right .pf4_button span{}
    .luc_s10_bottom{
    padding: 5.333vw 10.4vw 5.067vw 10.4vw;
}
    .luc_s10_bottom_in{}
    .luc_s10_bottom_in_item{
    width: 50%;
    padding-left: 2.4vw;
    padding-right: 2.4vw;
    padding-bottom: 4.8vw;
}
    .luc_s10_bottom_in_item img{
    border: solid 2px #2f2029;
}
    .luc_s10_top_right.mobile_only{
    display: block;
    text-align: center;
    width: 100%;
    padding: 0vw;
    padding-top: 5.6vw;
}
    .luc_s10_top_right.mobile_only:hover{}
    .luc_s10_top_right.mobile_only span{}
    .luc_s10_bottom_in_item:last-child{
    display: none;
    }
}
@media screen and (max-width: 550px){
.luc_s10{
    display: flex;
    flex-wrap: wrap;
    padding-top: 8.533vw;
}
    .luc_s10 .section_inner{
    order: 1;
    width: 100%;
}
    .luc_s10_top{
}
    .luc_s10_top_left{
    width: 100%;
    padding: 0vw;
}
    .luc_s10_top_left h3{
    text-align: center;
    margin-bottom: 2.933vw;
}
    .luc_s10_top_right{
    display: none;
}
    .luc_s10_top_right .pf4_button{
    padding: 3.733vw 5.067vw 4.267vw 5.867vw;
}
    .luc_s10_top_right .pf4_button:hover{}
    .luc_s10_top_right .pf4_button span{}
    .luc_s10_bottom{
    padding: 5.333vw 10.4vw 5.067vw 10.4vw;
}
    .luc_s10_bottom_in{}
    .luc_s10_bottom_in_item{
    width: 50%;
    padding-left: 2.4vw;
    padding-right: 2.4vw;
    padding-bottom: 4.8vw;
}
    .luc_s10_bottom_in_item img{
    border: solid 2px #2f2029;
}
    .luc_s10_top_right.mobile_only{
    display: block;
    text-align: center;
    width: 100%;
    padding: 0vw;
    padding-top: 5.6vw;
}
    .luc_s10_top_right.mobile_only:hover{}
    .luc_s10_top_right.mobile_only span{}
    .luc_s10_bottom_in_item:last-child{
    display: none;
    }
}
/**************S11*****************/
.luc_s11{
    background-color: #F0D5E8;
}
.luc_s11 .section_inner{
    width: 84.375vw;
}
.luc_s11_left{
    width: 39.3%;
}
.luc_s11_left_img{
    position: relative;
    height: 100%;
}
.luc_s11_left_img_in{
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}
.luc_s11_right{
    width: 60.7%;
    padding-top: 3.516vw;
    padding-bottom: 4.4vw;
    padding-right: 1.953vw;
    padding-left: 10.156vw;
}
.luc_s11_right_in{}
.luc_s11_right_in_logo{
    width: 100%;
    padding-bottom: 3.44vw;
}
.luc_s11_right_in_logo img{
    display: flex;
    align-items: center;
    width: 5.547vw;
}
.luc_s11_right_in_menu{
    width: 100%;
    text-align: center;
    padding-bottom: 2.5vw;
}
.luc_s11_right_in_menu ul{
    padding: 0vw;
    margin: 0vw;
}
.luc_s11_right_in_menu ul li{
    list-style: none;
    display: inline-block;
    margin: 0vw;
    padding: 0vw;
    padding-left: 1.172vw;
    padding-right: 1.016vw;
}
.luc_s11_right_in_menu ul li a{
    font-family: 'Muli';
    font-size: 0.729vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.109vw;
    text-align: center;
    color: #2f2029;
    text-transform: uppercase;
    padding: 0.313vw;
}
.luc_s11_right_in_menu ul li .active{color: #f15523;}
.luc_s11_right_in_social{
    width: 100%;
    text-align: center;
}
.luc_s11_right_in_social ul{
    margin: 0vw;
    padding: 0vw;
    margin-left: -1.25vw;
}
.luc_s11_right_in_social ul li{
    list-style: none;
    display: inline-block;
    margin: 0vw;
    width: 1.563vw;
    margin-left: 0.547vw;
    margin-right: 0.391vw;
}
.luc_s11_right_in_social ul li a{
    display: block;
    margin: 0vw;
}
.luc_s11_right_in_social ul li a img{}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_s11{}
    .luc_s11 .section_inner{}
    .luc_s11_left{}
    .luc_s11_left_img{}
    .luc_s11_left_img_in{}
    .luc_s11_right{
    padding-left: 9vw;
}
    .luc_s11_right_in{}
    .luc_s11_right_in_logo{}
    .luc_s11_right_in_logo img{}
    .luc_s11_right_in_menu{}
    .luc_s11_right_in_menu ul{}
    .luc_s11_right_in_menu ul li{}
    .luc_s11_right_in_menu ul li a{
    font-size: 0.8vw;
}
    .luc_s11_right_in_menu ul li .active{}
    .luc_s11_right_in_social{}
    .luc_s11_right_in_social ul{}
    .luc_s11_right_in_social ul li{}
    .luc_s11_right_in_social ul li a{}
    .luc_s11_right_in_social ul li a img{}
}
@media screen and (max-width: 1024px){
    .luc_s11{}
    .luc_s11 .section_inner{}
    .luc_s11_left{}
    .luc_s11_left_img{}
    .luc_s11_left_img_in{}
    .luc_s11_right{
    padding-left: 5vw;
}
    .luc_s11_right_in{}
    .luc_s11_right_in_logo{}
    .luc_s11_right_in_logo img{}
    .luc_s11_right_in_menu{}
    .luc_s11_right_in_menu ul{}
    .luc_s11_right_in_menu ul li{}
    .luc_s11_right_in_menu ul li a{
    font-size: 0.95vw;
    padding: 0.4vw;
}
    .luc_s11_right_in_menu ul li .active{}
    .luc_s11_right_in_social{}
    .luc_s11_right_in_social ul{}
    .luc_s11_right_in_social ul li{
    width: 2.1vw;
}
    .luc_s11_right_in_social ul li a{}
    .luc_s11_right_in_social ul li a img{}
}
@media screen and (max-width: 768px){
.luc_s11{
    padding-top: 13.333vw;
    padding-bottom: 7.2vw;
}
    .luc_s11 .section_inner{
    width: 100%;
    padding-left: 28vw;
    padding-right: 28vw;
}
    .luc_s11_left{
    display: none;
}
    .luc_s11_left_img{}
    .luc_s11_left_img_in{}
    .luc_s11_right{
    padding: 0vw;
    width: 100%;
}
    .luc_s11_right_in{}
    .luc_s11_right_in_logo{
    padding-bottom: 10.667vw;
}
    .luc_s11_right_in_logo img{
    width: 19.2vw;
}
    .luc_s11_right_in_menu{
    padding-bottom: 5.333vw;
}
    .luc_s11_right_in_menu ul{}
    .luc_s11_right_in_menu ul li{
    display: block;
    padding: 0vw;
    padding-bottom: 6.56vw;
}
    .luc_s11_right_in_menu ul li a{
    font-size: 2.821vw;
    letter-spacing: 0.48vw;
    padding: 1.067vw;
}
    .luc_s11_right_in_menu ul li .active{}
    .luc_s11_right_in_social{}
    .luc_s11_right_in_social ul{}
    .luc_s11_right_in_social ul li{
    width: 6.667vw;
    margin-left: 2.4vw;
    margin-right: 2.4vw;
}
    .luc_s11_right_in_social ul li a{}
    .luc_s11_right_in_social ul li a img{
        
    }
}
@media screen and (max-width: 550px){
.luc_s11{
    padding-top: 13.333vw;
    padding-bottom: 7.2vw;
}
    .luc_s11 .section_inner{
    width: 100%;
    padding-left: 28vw;
    padding-right: 28vw;
}
    .luc_s11_left{
    display: none;
}
    .luc_s11_left_img{}
    .luc_s11_left_img_in{}
    .luc_s11_right{
    padding: 0vw;
    width: 100%;
}
    .luc_s11_right_in{}
    .luc_s11_right_in_logo{
    padding-bottom: 10.667vw;
}
    .luc_s11_right_in_logo img{
    width: 19.2vw;
}
    .luc_s11_right_in_menu{
    padding-bottom: 5.333vw;
}
    .luc_s11_right_in_menu ul{}
    .luc_s11_right_in_menu ul li{
    display: block;
    padding: 0vw;
    padding-bottom: 6.56vw;
}
    .luc_s11_right_in_menu ul li a{
    font-size: 2.821vw;
    letter-spacing: 0.48vw;
    padding: 1.067vw;
}
    .luc_s11_right_in_menu ul li .active{}
    .luc_s11_right_in_social{}
    .luc_s11_right_in_social ul{}
    .luc_s11_right_in_social ul li{
    width: 6.667vw;
    margin-left: 2.4vw;
    margin-right: 2.4vw;
}
    .luc_s11_right_in_social ul li a{}
    .luc_s11_right_in_social ul li a img{
        
    }
}
/**************S12*****************/
.luc_s12{
    background-color: #30202A;
    padding-top: 2.266vw;
    padding-bottom: 2.578vw;
}
.luc_s12 .section_inner{
    width: 84.375vw;
    text-align: center;
}
.luc_s12 span{
    font-family: 'Calibri';
    font-size: 1.25vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    color: #ffffff;
    display: block;
    text-align: center;
    width: 100%;
}
.luc_s12 span em{
    font-family: Muli;
    font-weight: 600;
    letter-spacing: 0.121vw;
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 0.625vw;
}
.luc_s12 span strong{
    font-weight: 300;
    display: inline-block;
    padding-left: 0.781vw;
    padding-right: 0.469vw;
    font-size: 1.719vw;
    position: relative;
    top: 0.156vw;
}
.luc_s12 span a{
    color: #edff41;
    text-decoration: underline;
}
/*
    Media 1140
-----------------------------*/
@media screen and (max-width: 1140px){
    .luc_s12{}
    .luc_s12 .section_inner{}
    .luc_s12 span{}
    .luc_s12 span em{}
    .luc_s12 span strong{}
    .luc_s12 span a{}
}
@media screen and (max-width: 1024px){
    .luc_s12{}
    .luc_s12 .section_inner{}
    .luc_s12 span{}
    .luc_s12 span em{}
    .luc_s12 span strong{}
    .luc_s12 span a{}
}
@media screen and (max-width: 768px){
.luc_s12{
    padding-top: 5.333vw;
    padding-bottom: 5.867vw;
}
    .luc_s12 .section_inner{}
    .luc_s12 span{
    font-size: 3.59vw;
    line-height: 1.75;
    letter-spacing: normal;
}
    .luc_s12 span em{
    letter-spacing: 0.36vw;
}
    .luc_s12 span strong{
    display: none;
}
    .luc_s12 span a{}
    .luc_s12 span .mobile_only{
    display: inline-block;
    padding-left: 0.533vw;
    padding-right: 0.8vw;
    font-size: 4.533vw;
    position: relative;
    top: 0vw;
    }
}
@media screen and (max-width: 550px){
.luc_s12{
    padding-top: 5.333vw;
    padding-bottom: 5.867vw;
}
    .luc_s12 .section_inner{}
    .luc_s12 span{
    font-size: 3.59vw;
    line-height: 1.75;
    letter-spacing: normal;
}
    .luc_s12 span em{
    letter-spacing: 0.36vw;
}
    .luc_s12 span strong{
    display: none;
}
    .luc_s12 span a{}
    .luc_s12 span .mobile_only{
    display: inline-block;
    padding-left: 0.533vw;
    padding-right: 0.8vw;
    font-size: 4.533vw;
    position: relative;
    top: 0vw;
    }
}