@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@500;800;900&family=Work+Sans:wght@400;700&display=swap');


@font-face {
    font-family: 'General Sans';
    src: url('generalsans-regular.eot');
    src: url('generalsans-regular.eot?#iefix') format('embedded-opentype'),
        url('generalsans-regular.woff2') format('woff2'),
        url('generalsans-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'General Sans';
    src: url('generalsans-medium.eot');
    src: url('generalsans-medium.eot?#iefix') format('embedded-opentype'),
        url('generalsans-medium.woff2') format('woff2'),
        url('generalsans-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'General Sans';
    src: url('generalsans-mediumitalic.eot');
    src: url('generalsans-mediumitalic.eot?#iefix') format('embedded-opentype'),
        url('generalsans-mediumitalic.woff2') format('woff2'),
        url('generalsans-mediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'General Sans';
    src: url('generalsans-semibold.eot');
    src: url('generalsans-semibold.eot?#iefix') format('embedded-opentype'),
        url('generalsans-semibold.woff2') format('woff2'),
        url('generalsans-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}


@font-face {
    font-family: 'General Sans';
    src: url('generalsans-semibolditalic.eot');
    src: url('generalsans-semibolditalic.eot?#iefix') format('embedded-opentype'),
        url('generalsans-semibolditalic.woff2') format('woff2'),
        url('generalsans-semibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('foundersgrotesk-regular.eot');
    src: url('foundersgrotesk-regular.eot?#iefix') format('embedded-opentype'),
        url('foundersgrotesk-regular.woff2') format('woff2'),
        url('foundersgrotesk-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('foundersgrotesk-light.eot');
    src: url('foundersgrotesk-light.eot?#iefix') format('embedded-opentype'),
        url('foundersgrotesk-light.woff2') format('woff2'),
        url('foundersgrotesk-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'OPTICuento';
    src: url('opticuento.eot');
    src: url('opticuento.eot?#iefix') format('embedded-opentype'),
        url('opticuento.woff2') format('woff2'),
        url('opticuento.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}





/*
font-family: 'Mulish', sans-serif;
font-family: 'Work Sans', sans-serif;
*/

/* Start Style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 1.01vw;
  line-height: 1.78;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.032vw;
  font-family: 'General Sans';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'OPTICuento';
}
h1 {
  font-size: 6.3vw;
  line-height: 1;
  letter-spacing: -0.047vw;
  color: #232226;
}

h2 {
  font-size: 9.4vw;
  line-height: 1.098;
  letter-spacing: -0.078vw;
  color: #232226;
  margin: 0px;
}

h3 {
  font-size: 4.8vw;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.0vw;
  color: #000000;
}

h4 {
  font-size: 1.6vw;
  /* font-weight: normal; */
  line-height: 1.16;
  letter-spacing: 0.06vw;
}

h5 {
  line-height: normal;
  color: #232226;
  position: relative;
  font-size: 1.27vw;
  letter-spacing: 0.217vw;
  font-family: 'General Sans';
  font-weight: 500;
  margin: 0px;
}
h6{
    position: relative;
    font-size: 1.3vw;
    letter-spacing: 0.2vw;
    font-family: 'General Sans';
    font-weight: 500;
}
a:hover {
    -webkit-filter: unset !important;
    filter: unset !important;
}

.cls-1 {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
}

input[type="submit"] {
  display: inline-block;
  font-stretch: normal;
  font-style: normal;
  border: 0;
  cursor: pointer;
  position: relative;
  background-color: #588791;
}

input[type="submit"]::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.site_button:hover:before,
input[type="submit"]::before {
  width: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 1.389vw;
}

p:last-child {
  margin-bottom: 0;
}

mark {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #1d1d1b 14%, #1d1d1b 98%);
  background-repeat: no-repeat;
  background-size: 113% 85%;
  background-position: 0% 88%;
  color: inherit;
}

.mobile_only {
  display: none !important;
}

.m {
  display: none !important;
}

section {
  position: relative;
}
.section_inner {
  width: 100%;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
}

.g_button {
  display: inline-block;
  background-color: #cdfa52;
  font-family: "Nunito Sans";
  font-weight: bold;
  text-transform: uppercase;
  color: #1d1d1b;
  padding: 0.66vw 3.802vw;
  font-size: 0.833vw;
  letter-spacing: 0.063vw;
  border: 1px solid #1d1d1b;
  position: relative;
  z-index: 2;
  line-height: 1;
}

.g_button:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s ease;
}
.g_button:hover {
  -webkit-filter: unset !important;
  filter: unset !important;
}
.g_button:hover:before {
  width: 100%;
}

.mobile_only {
  display: none !important;
}

@media (max-width: 1440px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1140px) {

}
@media (max-width: 768px) {
  body {
    font-size: 4.6vw;
    letter-spacing: 0.11vw;
    line-height: 1.42;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  }
  h1 {
    font-size: 12.1vw;
    letter-spacing: -0.16vw;
    line-height: 1.012;
  }

  h2 {
    font-size: 15.7vw;
    letter-spacing: -0.15vw;
  }

  h3 {
    font-size: 9.8vw;
    letter-spacing: -0.24vw;
    line-height: 1.16;
  }

  h4 {
    font-size: 4.8vw;
    letter-spacing: 0.16vw;
  }

  h5 {
    font-size: 5vw;
    letter-spacing: 0.64vw;
    line-height: 1.45;
  }
h6 {
    position: relative;
    font-size: 4.7vw;
    letter-spacing: 0.2vw;
    font-family: 'General Sans';
    font-weight: 500;
}
  .g_button {
    font-size: 2.833vw;
    letter-spacing: 0.09vw;
    padding: 2vw 9.9vw 2.7vw 9.6vw;
  }
  .g_button:hover {  }
  .m{
    display: block !important;  
  }
  br.d{
    display: none !important;
  }
  .mobile_only {
     display: block !important;
  }
  .desktop_only {
     display: none !important;
  }
}
/*
    Header
------------------------------*/
.lp_header{
    /* position: absolute; */
    /* top: 0px; */
    display: block;
    width: 100%;
    z-index: 1;
    position: relative;
}
.lp_section_header{
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    z-index: 1;
    height: auto;
    left: 0vw;
    z-index: 9999;
    border-bottom: 1px solid #F8F8F6;
}
.lp_section_header.active{
    position: fixed;
}
.lp_header .section_inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 1.767vw;
  padding-left: 2.47vw;
  padding-right: 2.47vw;
  padding-top: 2.1vw;
}

.lp_header_left {
  width: 50%;
  padding-top: 0vw;
  padding-left: 0vw;
  order: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0.2vw;
}

.lp_header_right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 13.3%;
  text-align: right;
  padding-top: 0vw;
  margin-top: 0vw;
  order: 3;
  padding-bottom: 0.2vw;
}

.lp_header_right ul,
.lp_header_left ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* margin-top: -0.417vw; */
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 999;
}

.lp_header_right li,
.lp_header_left li{
  display: inline-block;
  margin: 0;
  padding-right: 0.58vw;
  padding-left: 0vw;
}

.lp_header_right li a,
.lp_header_left li a{
  display: block;
  position: relative;
  font-size: 0.734vw;
  line-height: 2;
  letter-spacing: 0.263vw;
  text-align: left;
  color: #F8F8F6;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 2vw;
  font-family: 'General Sans';
  font-weight: 500;
}
.lp_header_right li a{
    padding-left: 0vw;
}
.lp_header_right li{
    padding-right: 0.43vw;
}
.responsive-menu ul li a:after,
.lp_header_right li a:after,
.lp_header_left li a:after{
  content: " ";
  width: 98%;
  height: 2px;
  opacity: 0;
  position: absolute;
  bottom: 1px;
  left: 0px;
  z-index: -1;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  background-color: #cdfa52;
  display: none;
}

.lp_header li a span.icon{
    position: absolute;
    top: -0.1vw;
    left: -0.22vw;
    width: 1.2vw;
    display: block;
    height: 1.2vw;
    display: none;
}
.lp_header li a span.icon svg{
    width: 1.2vw;
    display: block;
    height: 1.2vw;
}

.lp_header_left li{
    padding-right: 1.8vw;
}
.lp_header_left li a span.icon{
    opacity: 0;
    display: none;
}
.lp_header_left li a:hover span.icon{
    opacity: 1;
}
.lp_header_left li a:hover span.icon svg{}

.responsive-menu ul li a:after {
  bottom: -1px;
}

.lp_header li a:hover{
    -webkit-filter: unset;
    filter: unset;
}

.responsive-menu ul li a:hover:after,
.lp_header_right li a:hover:after {
  opacity: 1;
}

.responsive-menu ul li a {
  display: inline-block;
  padding: 0 0px;
}

.responsive-menu ul li.pf4_user_menu_item {
  margin-bottom: 0vw;
}

.responsive-menu ul li.pf4_user_menu_item .user img.user__avatar {
  display: none;
}

.responsive-menu ul li.pf4_user_menu_item .user .user__dropdown a {
  display: block;
  margin-bottom: 25px;
}

.lp_header_left li a .text,
.lp_header_right li a .text{
    position: relative;
}
.lp_header_left li a .text:before,
.lp_header_right li a .text:before{
    content: "";
    width: 0;
    height: 1px;
    left: 0px;
    bottom: 0vw;
    position: absolute;
    background-color: rgb(255 255 255);
    opacity: 0;
    transition: 0.45s;
}
.lp_header_left li a:hover .text::before ,
.lp_header_right li a:hover .text::before {
  opacity: 1;
  width: 96%;
}



.lp_header_center{
    width: 36.7%;
    height: auto;
    position: relative;
    padding-top: 0.05vw;
    padding-left: 0.35vw;
    padding-right: 0vw;
    /* transition: all 1s ease; */
    order: 1;
}
.lp_header_center .logo{
    display: block;
    /* transition: all 0.1s ease; */
    opacity: 1;
}
.lp_header_center .logo a{
    display: inline-block;
    position: relative;
    z-index: 99999;
}
.lp_header_center .logo a svg{
    width: 5.1vw;
    height: auto;
}

.lp_header_center .logo a:hover{
    -webkit-filter: unset;
    filter: unset;
}


.lp_section_header.active .lp_header .section_inner{
    padding-top: 0.97vw;
    padding-bottom: 0.9vw;
    background-color: #232226;
}
.lp_section_header.active .lp_header_center{
    /* text-align: center; */
    /* padding-top: 1.2vw; */
}
.lp_section_header.active .lp_header_center .logo{/* transform: translateX(41.5vw); */opacity: 1;}
.lp_section_header.active .lp_header_center .logo a{}
.lp_section_header.active .lp_header_center .logo a svg{
    /* transition: width 1s ease; */
    /* width: 6vw; */
}

.lp_header_right ul li.pf4_user_menu_item{
    display: none;
}
@media (max-width: 1440px) {
    
}

@media (max-width: 1140px) {
    .lp_header_left  li a,
    .lp_header_right li a {
        font-size: 1vw;
    }

    .lp_header li a span.icon {
        position: absolute;
        top: 0.26vw;
    }
}

@media (max-width: 1024px) {
  .lp_header_left {
    padding-left: 0vw;
    /* width: 80%; */
  }
  .lp_header_right {
    padding-left: 0;
    padding-top: 0vw;
  }

  .lp_header_right li a {
    /* font-size: 1.5vw; */
  }
}

@media (max-width: 768px) {
  .lp_header_left {
    padding-left: 0.1vw;
    width: 80%;
    padding-top: 0vw;
    display: none;
    opacity: 0;
  }
    .responsive-menu .lp_header_left{
        display: block;
        opacity: 1;
    }
  .lp_header .section_inner {
    position: relative;
    padding-bottom: 4.3vw;
    padding-left: 3.8vw;
    padding-right: 6.5vw;
    padding-top: 4.5vw;
    /* height: 15.3vw; */
  }

  .lp_header_right {
    text-align: right;
    width: 20%;
  }
.lp_header_left a{
    display: inline-block;
}
.lp_header_left a svg{
    width: 18vw;
    height: auto;
}
.responsive-menu .lp_header .section_inner{
    height: auto;
    /* background-color: transparent !important; */
    padding-top: 5.97vw !important;
    padding-bottom: 4.97vw !important;
}
.lp_header_center{
    padding-top: 1vw;
    padding-left: 2vw;
    padding-right: 4vw;
    width: 80%;
}
.lp_header_center .logo{}
.lp_header_center .logo a{}
.lp_header_center .logo a svg{
    width: 100%;
    display: block;
}
.lp_section_header.active .lp_header_center .logo {
    transform: translateX(0vw);
}
.lp_section_header.active .lp_header .section_inner {
    /* background-color: #FFF; */
    background-color: #232226;
    padding-top: 3.97vw;
    padding-bottom: 4.97vw;
}
.lp_section_header.active .lp_header_center{
    text-align: left;
    padding-top: 3.2vw;
    /* display: none; */
}
.lp_section_header.active .lp_header_center .logo a{
    
}
.lp_section_header.active .lp_header_center .logo a svg{
    width: 18vw;
}
}

/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
  display: none;
}

.responsive-menu-hand svg {
  width: 100%;
  height: 100%;
}
.responsive-menu-hand svg rect{
    fill: #E4E4DB;
}
.responsive-menu-close {
  clear: both;
  height: 7vw;
  width: 7vw;
  display: block;
  position: absolute;
  top: 8vw;
  right: 6.5vw;
}
.responsive-menu-close svg {
  width: 100%;

  height: 100%;
}
.responsive-menu-close svg line,
.responsive-menu-close svg path{
    stroke: #FFF;
    stroke-width: 2px;
}

.responsive-menu-close strong {
  position: relative;
  height: 0px;
  width: 40px;
  display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
  width: 60px;
  display: block;
  background-color: #706e6c;
  height: 2px;
}


.responsive-menu-close span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: 40px;
}

.responsive-menu-close span:nth-child(2) {
  transform: rotate(45deg);
  margin-top: -2px;
}

.responsive-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -110%;
  right: 0vw;
  background: #ffffff;
  z-index: 999999;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: auto;
  transition: top 0.5s ease;
  padding-top: 0vw;
  background-image: url(responsive-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.responsive-menu.active {
  top: 0;
  /* right: 0vw; */
}
.responsive-menu.active .lp_header{
    background-color: #232226;
}
.responsive-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  border-bottom: 0;
}

.responsive-menu ul li {
  margin: 0;
  padding: 0 4vw;
  list-style-type: none;
  position: relative;
  margin-bottom: 9.3vw;
  text-align: left;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
  line-height: 40px;
  height: auto;
  display: inline-block;
  text-decoration: none;
  font-size: 20px !important;
  letter-spacing: 3.9px;
  position: relative;
  text-align: center;
  line-height: 1.52;
  border: 0;
  margin: 0;
  color: #232226;
  text-transform: uppercase;
  font-family: "heebo", sans-serif;
  font-weight: 500;
}

.responsive-menu ul li:hover {
  text-decoration: none;
}

@media (max-width: 1440px) {
}

@media (max-width: 1140px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  .lp_header_right ul {
    display: none;
  }

  a.responsive-menu-hand {
    width: 12vw;
    margin-top: 0px;
    right: 6.39vw;
    position: absolute;
    height: 7.2vw;
    top: 7.5vw;
    z-index: 9999;
  }

  .responsive-menu-hand {
    display: block;
  }

  .responsive-menu .lp_header {
    order: 1;
    position: relative;
  }
  .responsive-menu .responsive-menu-waper {
    order: 2;
    padding-top: 13.8vw;
    padding-left: 0vw;
    padding-right: 0vw;
    /* background-image: url(responsive-bg.jpg); */
    /* background-position: top; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
  }
.responsive-menu .responsive-menu-waper:before {
    /* content: ""; */
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(responsive-bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0vw;
    left: 0vw;
    opacity: 0.67;
}
    .responsive-menu:before{
        /* content:""; */
        width: 100%;
        height: 100%;
        display: block;
        /* background-image: url(responsive-bg.jpg); */
        /* background-position: top; */
        /* background-size: cover; */
        /* background-repeat: no-repeat; */
        position: absolute;
        top: 0vw;
        left: 0vw;
        opacity: 0.67;
    }
    .responsive-menu ul li a{
        font-size: 4vw !important;
        letter-spacing: 3.9px;
        padding-left: 12vw;
    }
    .responsive-menu ul li a .icon{
        display: block;
        position: absolute;
        top: -0.76vw;
        left: 0vw;
        width: 5.6vw;
        height: 7vw;
        opacity: 0;
    }
    .responsive-menu ul li a .icon svg{
        height: 100%;
        width: 100%;
    }
    .responsive-menu ul li a:hover .icon{
        opacity: 1;
    }

    .responsive-menu .lp_header .section_inner{
        /* padding-top: 11.33vw; */
    }
    
    .responsive-menu.active .lp_header_left a svg{
        margin-top: -3vw;
        margin-bottom: -4vw;
        margin-left: -2vw;
    }
}

.lp_header .user {
  /*============================================================================
      #User Avatar
    ==============================================================================*/
  /*============================================================================
      #User Dropdown
    ==============================================================================*/
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: -13px;
}

.lp_header .user .dropdown > :before {
  content: " ";
  position: absolute;
  z-index: 0;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #f2d0c4;
  opacity: 1;
  height: 14px;
  width: 2px;
  top: 17px;
  left: -10px;
}

.lp_header .user__avatar {
  height: 40px;
  max-height: 40px;
  margin: 0 0 0 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lp_header .user__dropdown {
  position: absolute;
  z-index: 2000;
  top: 50px;
  right: 0;
  display: none;
  padding: 20px 30px;
  text-align: left;
  white-space: nowrap;
  border-top: 1px solid #f9f9f9;
  background: #f9f9f9;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
}

.lp_header .user__dropdown--light a {
  color: #0a2338;
}

.lp_header .user__dropdown--dark a {
  color: #fff;
}

.lp_header .user__dropdown span {
  display: block;
}

.lp_header .user__dropdown a {
  line-height: 40px !important;
  display: block;
  color: #000;
  padding-right: 7px;
  padding-left: 7px;
}

.lp_header--center .user {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.lp_header--center .user__dropdown {
  top: 50px;
}

.lp_header--center .user__dropdown a {
  line-height: 40px;
  margin: 0 0 0 0;
}

@media (max-width: 767px) {
  .lp_header .user {
    position: static;
    display: block;
    width: 100%;
  }

  .lp_header .user__avatar {
    display: none;
  }

  .lp_header .user__dropdown {
    position: static;
    display: block !important;
    padding: 0 0 0 0;
    text-align: left;
    border-top: 0;
    background: transparent !important;
    box-shadow: none;
  }

  .lp_header--light .user__dropdown a {
    color: #0a2338;
  }

  .lp_header--dark .user__dropdown a {
    color: #fff;
  }
}

.m {
  display: none;
}
@media (max-width: 768px) {
  .m {
    display: block !important;
  }
}




.nuchi_anim {
  position: relative;
}
.nuchi_anim .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 0.9;
  padding-top: 2px;
}
.nuchi_anim .letter {
  transform-origin: 0 100%;
  display: inline-block;
} 

.nuchi_anim .text-wrapper.mobile{
    display:none;
}


/*
    Section 01
------------------------------*/
.nuc_sales1{
    width: 100%;
    display: block;
    background-color: #232227;
}
.nuc_sales1 .nuc_sales1bg{
    width: 100%;
    display: block;
    position: absolute !important;
    top: 00px;
    left: 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.nuc_sales1 .nuc_sales1bg.desktop_only{}
.nuc_sales1 .nuc_sales1bg.mobile_only{}
.nuc_sales1 .inner{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 16.99vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom:5.06vw;
}
.nuc_sales1 h5{
    color: #DBDBD3;
    text-align: center;
    padding-left: 0.25vw;
    padding-bottom: 6.2vw;
}
.nuc_sales1 h5 br{}
.nuc_sales1 h1{
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
    padding-bottom: 6.12vw;
    padding-right: 1.9vw;
}
.nuc_sales1 h1 br{}
.nuc_sales1 .nuc_sales1svg{}
.nuc_sales1 .nuc_sales1svg .svg{
    width: 5.7vw;
    display: block;
    position: relative;
    margin: 0px auto;
}
.nuc_sales1 .nuc_sales1svg .svg .svg_bg{}
.nuc_sales1 .nuc_sales1svg .svg .svg_bg img{
    width: 100%;
    display: block;
}
.nuc_sales1 .nuc_sales1svg .svg .svg_icon{
    position: absolute;
    top: 0vw;
    left: 0vw;
    width: 100%;
    height: auto;
    padding-left: 1.7vw;
    padding-right: 1.7vw;
    padding-top: 2.34vw;
    padding-bottom: 2.34vw;
}
.nuc_sales1 .nuc_sales1svg .svg .svg_icon img{
    width: 100%;
    height: auto;
    animation: top_drop 1.3s infinite;
}
@keyframes top_drop{
    0%{transform: translateY(5px);}
    50%{transform: translateY(-5px);}
    100%{transform: translateY(5px);}
}
@media (max-width: 768px) {
.nuc_sales1{}
.nuc_sales1 .nuc_sales1bg{}
.nuc_sales1 .nuc_sales1bg.desktop_only{}
.nuc_sales1 .nuc_sales1bg.mobile_only{}
.nuc_sales1 .inner{
    padding-top: 57.99vw;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-bottom: 24vw;
}
.nuc_sales1 h5{
    letter-spacing: 0.04vw;
    padding-left: 0vw;
    padding-bottom: 20.7vw;
}
.nuc_sales1 h5 br{}
.nuc_sales1 h1{
    padding-bottom: 13.8vw;
}
.nuc_sales1 h1 br{}
.nuc_sales1 .nuc_sales1svg{}
.nuc_sales1 .nuc_sales1svg .svg{
    width: 17.8vw;
}
.nuc_sales1 .nuc_sales1svg .svg .svg_bg{}
.nuc_sales1 .nuc_sales1svg .svg .svg_bg svg{}
.nuc_sales1 .nuc_sales1svg .svg .svg_icon{
    padding-left: 4.7vw;
    padding-right: 4.7vw;
    padding-top: 6.34vw;
    padding-bottom: 5.34vw;
}
.nuc_sales1 .nuc_sales1svg .svg .svg_icon svg{}
}






/** Section 02 ****************************/
.nuc_sales2{
    /* border-top: 1px solid #000; */
    /* border-bottom: 1px solid #000; */
}
.nuc_sales2 .marquee {
    display: flex;
    overflow: hidden;
    min-width: fit-content;
    grid-column-gap: 1rem;
    background-color: #3250A9;
}
.nuc_sales2 .marquee-content {
    display: flex;
    justify-content: space-around;
    flex: 0 0 auto;
    grid-column-gap: 1rem;
    width: fit-content;
    padding-top: 1vw;
    padding-bottom: 0.9vw;
}
.nuc_sales2 .scroll {
    animation: scroll 10s linear infinite;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% - 1rem)); }
}
.nuc_sales2 .text-block {
    /* margin: 0px; */
    /* padding: 0px; */
}
.nuc_sales2 .text-block ul{
    margin: 0px;
    padding: 0px;
    min-width: fit-content;
    display: flex;
}
.nuc_sales2 .text-block ul li{
    list-style: none;
    position: relative;
    font-family: 'General Sans';
    font-size: 1.34vw;
    margin: 0px;
    line-height: normal;
    padding-left: 3.2vw;
    letter-spacing: 0.169vw;
    color: #DBDBD3;
    font-weight: 500;
}
.nuc_sales2 .text-block ul li span{
    position: absolute;
    top: 0.13vw;
    left: 0.58vw;
    width: 1.2vw;
    height: 1.4vw;
}
.nuc_sales2 .text-block ul li span svg{
    width: 1.25vw;
    height: auto;
}
.nuc_sales2 .text-block ul li span svg path{
  fill: #DBDBD3;
}
.nuc_sales2 .reverse {
    animation-direction: reverse;
}
@media (max-width: 768px) {
    .nuc_sales2{}
    .nuc_sales2 .marquee { }
    .nuc_sales2 .marquee-content {padding-top: 0.6vw;padding-bottom: 1.3vw;}
    .nuc_sales2 .scroll {padding-top: 5.6vw;padding-bottom: 4.6vw;}
    .nuc_sales2 .text-block {}
    .nuc_sales2 .text-block ul{}
    .nuc_sales2 .text-block ul li{
        font-size: 4.7vw;
        letter-spacing: 0.22vw;
        padding-left: 12.1vw;
    }
    .nuc_sales2 .text-block ul li span{
        top: 0.5vw;
        left: 3.7vw;
        width: 4.4vw;
        height: 5.4vw;
    }
    .nuc_sales2 .text-block ul li span svg{
        width: 4.4vw;
    }
    .nuc_sales2 .reverse {}
}





/*
    Section 03
------------------------------*/
.nuc_sales3{
    overflow: hidden;
    /* background-color: #232227; */
}
.nuc_sales3in{
    position: relative;
    z-index: 3;
    display: block;
}
.nuc_sales3 .bottom_svg{
    width: 101%;
    margin-left: -0.5%;
    margin-right: -0.5%;
    background-color: #dbdbd3;
    position: relative;
    margin-bottom: 0vw;
    z-index: 2;
    padding-bottom: 2vw;
}
.nuc_sales3 .bottom_svg:before{
  content:"";
  width: 100%;
  height: 2vw;
  display: block;
  position: absolute;
  top: -1vw;
  left: 0vw;
  background-color: #232227;
}
.nuc_sales3 .bottom_svg svg{
    width: 100%;
    display: block;
    margin-top: 0vw;
    position: relative;
}
.nuc_sales3 .bottom_svg svg path{
    fill: #232227;
}

.nuc_sales3 .inner{
    background-color: #232227;
    margin-bottom: -4.5vw;
    padding-top: 6.7vw;
    padding-left: 20vw;
    padding-right: 20vw;
    position: relative;
    /* z-index: 1; */
}
.nuc_sales3 h3.s1{
    color: #F5F5F5;
    padding-left: 1.06vw;
    margin: 0px;
}
.nuc_sales3 h3.s2{
    margin: 0px;
    text-align: right;
    padding-right: 1.2vw;
    color: #F5F5F5;
    padding-top: 0.1vw;
    letter-spacing: 0.03vw;
    text-shadow: 0px 0px 14px #FFF;
}
.nuc_sales3 article{
    display: block;
    width: 100%;
    padding-top: 2.44vw;
    color: #F5F5F5;
    padding-left: 9vw;
    padding-right: 9vw;
    text-align: center;
}
.nuc_sales3 article p{}
.nuc_sales3 article p br{}
.nuc_sales3 article p br.m{}

@media (max-width: 768px) {
.nuc_sales3{}
.nuc_sales3 .bottom_svg{
    /* display: block !important; */
}
.nuc_sales3 .bottom_svg.mobile_only{
    background-color: #232227;
    padding-bottom: 0vw;
    margin-bottom: -2vw;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2.1vw;
}
.nuc_sales3 .bottom_svg svg{}
.nuc_sales3 .bottom_svg svg path{
    fill: #dbdbd3;
}

.nuc_sales3 .inner{
    margin-bottom: 0vw;
    padding-top: 12.8vw;
    padding-left: 1vw;
    padding-right: 1vw;
}
.nuc_sales3 h3.s1{
    /* text-align: center; */
    padding-left: 2.6vw;
}
.nuc_sales3 h3.s2{
    padding-right: 8vw;
    padding-top: 0vw;
    letter-spacing: -0.23vw;
    margin-top: -0.3vw;
}
.nuc_sales3 article{
    padding-top: 5.7vw;
    padding-left: 6vw;
    padding-right: 6vw;
    text-align: center;
    padding-bottom: 2.4vw;
}
.nuc_sales3 article p{}
.nuc_sales3 article p br{
    display: none;
}
.nuc_sales3 article p br.m{}
}





/*
    Section 04
------------------------------*/
.nuc_sales4{
    background-color: #dbdbd3;
    padding-top: 5.3vw;
    padding-left: 6.3vw;
    padding-right: 6.3vw;
    padding-bottom: 1.1vw;
}
.nuc_sales4 .inner{}
.nuc_sales4 h2{
    margin-left: -0.38vw;
}

.nuc_sales4in{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-top: 6.3vw;
}
.nuc_sales4in .left{
    width: 54%;
    padding-top: 6.13vw;
    padding-left: 0.2vw;
    padding-right: 4.99vw;
}
.nuc_sales4in .left .col{
    padding-bottom: 5.68vw;
}
.nuc_sales4in .left .col h5{
    font-family: 'Founders Grotesk';
    font-weight: normal;
    font-size: 2.3vw;
    letter-spacing: 0.02vw;
    padding-bottom: 0.5vw;
}
.nuc_sales4in .left .col article{
    margin-left: -0.4vw;
    width: 103%;
    display: block;
}
.nuc_sales4in .left .col article p br{}
.nuc_sales4in .left .col article p br.m{}

.nuc_sales4in .right{
    width: 46%;
    padding-right: 1.5vw;
    padding-left: 5.95vw;
}
.nuc_sales4in .right .image{
    width: 100%;
    display: block;
    height: 42.9vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.nuc_sales4in .right .image:before{
    content: "";
    width: 13.98vw;
    height: 1px;
    display: block;
    position: absolute;
    top: 7.3vw;
    left: -5.6vw;
    background-color: #000000;
}
.nuc_sales4in .right .image:after{
    content: "";
    width: 33.2vw;
    height: 1px;
    display: block;
    position: absolute;
    top: -1.46vw;
    left: 0.98vw;
    height: 45.7vw;
    border: 1px solid #000;
}
.nuc_sales4in .right .image img{
    width: 1%;
    opacity: 0;
}

@media (max-width: 768px) {
.nuc_sales4{
    padding-top: 8.9vw;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 6.8vw;
    overflow: hidden;
}
.nuc_sales4 .inner{}
.nuc_sales4 h2{
    width: 103%;
}

.nuc_sales4in{
    padding-top: 10vw;
}
.nuc_sales4in .left{
    order: 2;
    width: 101%;
    padding-top: 12.13vw;
    padding-left: 0vw;
    padding-right: 0vw;
}
.nuc_sales4in .left .col{
    padding-bottom: 9.3vw;
}
.nuc_sales4in .left .col h5{
    font-size: 7.3vw;
    letter-spacing: -0.12vw;
    padding-bottom: 0vw;
    margin-left: -0.7vw;
}
.nuc_sales4in .left .col article p br{
    display: none;
}
.nuc_sales4in .left .col article p br.m{}

.nuc_sales4in .right{
    order: 1;
    width: 100%;
    padding-right: 2.8vw;
    padding-left: 7.1vw;
}
.nuc_sales4in .right .image{
    height: 102.1vw;
}
.nuc_sales4in .right .image:before{
    content: "";
    top: 17.3vw;
    left: -14.6vw;
    width: 34.8vw;
}
.nuc_sales4in .right .image:after{
    content: "";
    top: -3.7vw;
    left: 2.4vw;
    height: 109.2vw;
    width: 79.1vw;
}
.nuc_sales4in .right .image img{}
}






/*
    Section 05
------------------------------*/
.nuc_sales5{
    background-image: url(s4vbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.nuc_sales5 .inner{
    width: 100%;
    display: flex;
    padding-left: 6.5vw;
    padding-right: 6.5vw;
    padding-top: 5.2vw;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 0vw;
}
.nuc_sales5 .left{
    width: 18%;
    padding-right: 3vw;
    padding-top: 0.985vw;
    position: relative;
    z-index: 1;
}
.nuc_sales5 .left h6{
    position: relative;
    font-size: 1.29vw;
    letter-spacing: 0.2vw;
    font-family: 'General Sans';
    font-weight: 500;
    color: #000000;
}
.nuc_sales5 .right{
    width: 82%;
    position: relative;
    z-index: 1;
}
.nuc_sales5 .right h3{
    font-size: 6.3vw;
    padding-left: 0.5vw;
    color: #000000;
    padding-top: 0.45vw;
    letter-spacing: -0.1vw;
    margin-bottom: 0px;
    padding-bottom: 1.88vw;
}
.nuc_sales5 .right h4{
    font-size: 4.2vw;
    padding-left: 1.054vw;
    letter-spacing: -0.02vw;
}

.nuc_sales5 .bottom_svg{
    width: 100%;
    display: block;
    margin-top: -2.3vw;
}
.nuc_sales5 .bottom_svg svg{
    width: 100%;
    height: auto;
    margin-bottom: -2vw;
}
.nuc_sales5 .bottom_svg svg path{
    fill: #F5F5F5;
}


.nuc_sales5 .right #typed{
    display:inline-block;
}

.nuc_sales5 .right .typed-cursor{
    font-size: 4.9vw;
    top: -0.7vw;
    display: inline-block;
    position: relative;
    line-height: normal;
}

.nuc_sales5text_slider{}
.nuc_sales5text_slider .col{}
.nuc_sales5text_slider .col h4{}



@media (max-width: 768px) {
.nuc_sales5{
    background-image: url(s14-bgm2.jpg);
    background-position: right top;
}
.nuc_sales5 .inner{
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    padding-top: 16.4vw;
    padding-bottom: 15.1vw;
}
.nuc_sales5 .left{
    width: 100%;
    text-align: center;
    padding: 0px;
    padding-bottom: 8.2vw;
}
.nuc_sales5 .left h6{
    font-size: 4.7vw;
    margin-bottom: 0px;
}
.nuc_sales5 .right{
    width: 100%;
    text-align: center;
}
.nuc_sales5 .right h3{
    font-size: 8.4vw;
}
.nuc_sales5 .right h4{
    margin: 0px;
    padding: 0px;
    font-size: 5.5vw;
    display: inline-block;
}
.nuc_sales5 .right .typed-cursor{
    font-size: 4.8vw;
    top: -0.7vw;
    display: inline-block;
    position: relative;
    line-height: normal;
}

.nuc_sales5 .bottom_svg{}
.nuc_sales5 .bottom_svg.desktop_only{
    display: none !important;
}
.nuc_sales5 .bottom_svg.mobile_only{
    display: block !important;
}
.nuc_sales5 .bottom_svg svg{}
.nuc_sales5 .bottom_svg svg path{}

}





/*
    Section 06
------------------------------*/
.nuc_sales6{
    background-color: #F5F5F5;
    padding-top: 5.52vw;
    padding-left: 6.45vw;
    padding-right: 6.45vw;
    padding-bottom: 8.2vw;
}
.nuc_sales6 .inner{}
.nuc_sales6 .subheading{
    color: #000000;
    padding-bottom: 5.34vw;
    margin: 0px;
}
.nuc_sales6 h3.s1{
    font-size: 6.55vw;
    margin: 0px;
    padding-top: 0.6vw;
    margin-left: -0.3vw;
    letter-spacing: -0.054vw;
}
.nuc_sales6 h3.s1 br{}

.nuc_sales6 h3.s2{
    font-size: 6.55vw;
    margin: 0px;
    padding-top: 0vw;
    margin-left: 0vw;
    letter-spacing: -0.098vw;
    padding-left: 12.9vw;
}
.nuc_sales6 h3.s2 br{}

.nuc_sales6in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 8vw;
}
.nuc_sales6in .left{
    width: 54%;
    padding-top:1.86vw;
    padding-left: 1.85vw;
    padding-right: 5.13vw;
}
.nuc_sales6in .left .image{
    width: 100%;
    display: block;
    height: 47.56vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.nuc_sales6in .left .image:before{
    content: "";
    width: 1px;
    height: 12.8vw;
    display: block;
    position: absolute;
    top: -6.4vw;
    left: 6.9vw;
    background-color: #000000;
}
.nuc_sales6in .left .image:after {
    content: "";
    width: 34.6vw;
    display: block;
    position: absolute;
    top: -1.86vw;
    left: -1.69vw;
    height: 35.75vw;
    border: 1px solid #000;
}
.nuc_sales6in .left .image img{
    width: 10%;
    opacity: 0;
}

.nuc_sales6in .right{
    width: 46%;
    padding-left: 4.6vw;
    padding-right: 3.5vw;
    padding-top: 1.3vw;
}
.nuc_sales6in .right ul{
    margin: 0px;
    padding: 0px;
    padding-bottom: 1vw;
}
.nuc_sales6in .right ul li{
    margin: 0px;
    list-style: none;
    position: relative;
    padding-left: 2.6vw;
    line-height: 1.86;
    margin-bottom: 1.7vw;
}
.nuc_sales6in .right ul li span{
    width: 1.2vw;
    height: 1.2vw;
    display: block;
    position: absolute;
    top: 0.4vw;
    left: 0vw;
}
.nuc_sales6in .right ul li span svg{
    width: 100%;
    height: auto;
}
.nuc_sales6in .right ul li span svg path{}



@media (max-width: 768px) {
.nuc_sales6{
    padding-top: 10.52vw;
    padding-left: 5.45vw;
    padding-right: 4.8vw;
    padding-bottom: 9.2vw;
}
.nuc_sales6 .inner{}
.nuc_sales6 .subheading{
    font-size: 4.7vw;
    margin-bottom: 0px;
    padding-left: 0.2vw;
    padding-bottom: 6.3vw;
}
.nuc_sales6 h3.s1{
    font-size: 12.1vw;
    text-align: center;
    padding-right: 27vw;
    letter-spacing: -0.1vw;
    line-height: 1.01;
}
.nuc_sales6 h3.s1 br{}

.nuc_sales6 h3.s2{
    font-size: 12.1vw;
    padding-left: 0vw;
    margin-top: -1vw;
}
.nuc_sales6 h3.s2 br{}

.nuc_sales6in{
    padding-top: 17.2vw;
}
.nuc_sales6in .left{
    width: 100%;
    padding-top: 1.78vw;
    padding-left: 3.45vw;
    padding-right: 0.13vw;
}
.nuc_sales6in .left .image{
    height: 102.56vw;
}
.nuc_sales6in .left .image:before{
    content: "";
    top: -13.9vw;
    left: 14.76vw;
    height: 27.8vw;
}
.nuc_sales6in .left .image:after{
    content: "";
    top: -3.9vw;
    left: -3.662vw;
    height: 77.3vw;
    width: 74.6vw;
}
.nuc_sales6in .left .image img{}

.nuc_sales6in .right{
    width: 100%;
    padding-top: 12.3vw;
    padding-left: 5vw;
    padding-right: 6.5vw;
}
.nuc_sales6in .right ul{}
.nuc_sales6in .right ul li{display: none;line-height: 1.42;margin-bottom: 6.56vw;}
.nuc_sales6in .right ul li br{
    display: none;
}
.nuc_sales6in .right ul li span{
    width: 4.4vw;
    height: 4.4vw;
    top: 0vw;
    left: -3.7vw;
}
.nuc_sales6in .right ul li span svg{}
.nuc_sales6in .right ul li span svg path{}


.nuc_sales6in .right ul li:first-child,
.nuc_sales6in .right ul li:nth-child(2),
.nuc_sales6in .right ul li:nth-child(3),
.nuc_sales6in .right ul li:nth-child(4){
    display: block;
}

.nuc_sales6in .right .link{
    display: block !important;
    padding-left: 2.5vw;
    margin-top: -1vw;
}
.nuc_sales6in .right .link a{
    color: #232226;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.nuc_sales6in .right .link a:before{
  content:"";
  position: absolute;
  bottom: 0.9vw;
  left: 0px;
  width: 100%;
  background-color: #232226;
  height: 1px;
}
.nuc_sales6in .right ul li.highlighted{
  display: block !important;
}
.nuc_sales6in .right .link.highlighted{
  display:none !important;
}

}



/*
    Section 07
------------------------------*/
.nuc_sales7{}
.nuc_sales7 .inner{
    background-color: #232226;
    padding-left: 6vw;
    padding-right: 6vw;
}
.nuc_sales7 .subheading{
    color: #FFFFFF;
    text-align: center;
    margin-top: -2.5vw;
    padding-bottom: 5.98vw;
}
.nuc_sales7 h3.heading{
    color: #DBDBD3;
    text-align: center;
    font-size: 6.55vw;
    margin: 0px;
    padding-top: 0.6vw;
    letter-spacing: -0.05vw;
    padding-right: 0.4vw;
    padding-bottom: 5.7vw;
}
.nuc_sales7 h3.heading br{}
.nuc_sales7 h3.heading span{
    text-shadow: 0px 0px 18px rgb(255 255 255);
    color: #ffffff;
}

.nuc_sales7_slider{
    margin-bottom: -2.5vw;
    position: relative;
    z-index: 2;
    height: 40vw;
    padding-left: 12vw;
    padding-right: 12vw;
}
.nuc_sales7_slider.slick-initialized{
    height: auto;
}
.nuc_sales7_col{
    width: 100%;
    display: block;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
}

.nuc_sales7_col h5.sub{
    font-family: 'Founders Grotesk';
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
    font-size: 2.34vw;
    letter-spacing: 0.01vw;
    padding-bottom: 2.86vw;
}
.nuc_sales7_col h5.title{
    text-align: center;
    color: #FFFFFF;
    font-size: 2.12vw;
    letter-spacing: 0.289vw;
    padding-left: 0.23vw;
}
.nuc_sales7_col article{
    color: #FFFFFF;
    padding-left: 9.7vw;
    text-align: center;
    padding-right: 9.7vw;
    padding-top: 1.0vw;
    letter-spacing: 0.018vw;
    font-size: 1.04vw;
}
.nuc_sales7_col article p{}
.nuc_sales7_col article p br{}
.nuc_sales7_col .link{
    text-align: center;
    padding-top: 3.7vw;
    padding-left: 0.3vw;
}
.nuc_sales7_col .link a{
    font-family: 'General Sans';
    font-weight: 500;
    color: #466CDF;
    letter-spacing: 0.245vw;
    padding-bottom: 0.7vw;
    position: relative;
    display: inline-block;
}
.nuc_sales7_col .link a:before{
    content: "";
    width: 103.5%;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0vw;
    left: -0.4vw;
    background-color: #2A5CF1;
    transition: 0.45s;
}

.nuc_sales7_col .link a:after {
    content: "";
    width: 0%;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0vw;
    left: -0.4vw;
    background-color: #FFF;
    transition: 0.45s;
    opacity:0;
}
.nuc_sales7_col .link a:hover:after{
    opacity:1;
    width: 103.5%;
}
.nuc_sales7_col .link a:hover{color: #FFF;}
.nuc_sales7_col .link a:hover:before{
  opacity:0;
}

.nuc_sales7_slider .slick-arrow{
    top: 47.3%;
    width: 7.1vw;
    height: 4.16vw;
    border: 2px solid #ababa6;
    border-radius: 100px;
    z-index: 2;
    display: block;
    padding: 0.4vw;
    transition: all 0.3s ease;
}
.nuc_sales7_slider .slick-arrow:before{
    display: none;
}
.nuc_sales7_slider .slick-arrow svg{
    width: 100%;
    height: 100%;
    display: block;
    /* transition: all 0.3s ease; */
}
.nuc_sales7_slider .slick-arrow svg path{
    stroke: #ababa6;
}

.nuc_sales7_slider .slick-prev{
    left: 0.34vw;
}

.nuc_sales7_slider .slick-prev svg{
    transform: rotate(-90deg);
}
.nuc_sales7_slider .slick-prev svg path{}

.nuc_sales7_slider .slick-next{
    right: 0.7vw;
}
.nuc_sales7_slider .slick-next svg{
    transform: rotate(-90deg);
}
.nuc_sales7_slider .slick-next:hover{
    padding-left: 1.5vw;
}
.nuc_sales7_slider .slick-prev:hover {
    padding-right: 1.5vw;
}
.nuc_sales7_slider .slick-next svg path{}


.nuc_sales7 .top_svg{
    background-color: #F5F5F5;
    width: 100%;
    display: block;
    margin-bottom: -2vw;
}
.nuc_sales7 .top_svg .desktop_only{}
.nuc_sales7 .top_svg .desktop_only svg{
    width: 100%;
    display: block;
    height: auto;
}
.nuc_sales7 .top_svg .desktop_only svg path{
    fill: #232226;
}

.nuc_sales7 .bottom_svg{
    width: 100%;
    display: block;
    /* margin-top: -2vw; */
    background-color: #dbdbd3;
    position: relative;
}
.nuc_sales7 .bottom_svg:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 2vw;
  background-color: #232226;
  top: -1vw;
  left: 0vw;
}
.nuc_sales7 .bottom_svg .desktop_only{
    width: 100%;
    display: block;
    /* margin-top: -2vw; */
    /* position: relative; */
}
.nuc_sales7 .bottom_svg .desktop_only svg{
    width: 100%;
    display: block;
    height: auto;
    /* margin-top: -2vw; */
    /* position: relative; */
}
.nuc_sales7 .bottom_svg .desktop_only svg path{
    fill: #232226;
}

@media (max-width: 768px) {
.nuc_sales7{}
.nuc_sales7 .inner{overflow: hidden;padding-top: 2vw;}
.nuc_sales7 .subheading{
    /* font-size: 4.7vw; */
    margin-bottom: 0px;
}
.nuc_sales7 h3.heading{
    font-size: 9.8vw;
    padding-top: 4vw;
    letter-spacing: -0.1vw;
    padding-bottom: 8.7vw;
}
.nuc_sales7 h3.heading span{
    display: block;
    letter-spacing: -0.1vw;
    padding-right: 1.5vw;
    margin-bottom: 1vw;
}
.nuc_sales7 h3.heading br{}

.nuc_sales7_slider{
    padding-bottom: 41vw;
    margin-bottom: 0px;
    padding-left: 0vw;
    padding-right: 0vw;
}
.nuc_sales7_slider:before{
  content:"";
  display:block;
  background-color: #DBDBD3;
  height: 1px;
  width: 130%;
  position: absolute;
  bottom: 30.6vw;
  left: -10vw;
}
.nuc_sales7_col{
    padding-top: 0.5vw;
    padding-bottom: 0.3vw;
}

.nuc_sales7_col h5.sub{
    font-size: 6.9vw;
}
.nuc_sales7_col h5.title{
    font-size: 4.7vw;
    letter-spacing: 0.2vw;
    display: none;
}
.nuc_sales7_col article{
    padding-left: 1.7vw;
    text-align: center;
    padding-right: 1.7vw;
    padding-top: 1.9vw;
    letter-spacing: 0.018vw;
    font-size: 4.8vw;
    line-height: 1.36;
    padding-bottom: 9.1vw;
}
.nuc_sales7_col article p{}
.nuc_sales7_col article p br{}
.nuc_sales7_col .link{
    padding-top: 0px;
    padding-left: 9.4vw;
    padding-right: 9.2vw;
}
.nuc_sales7_col .link a{
    display: block;
    background-color: #3C58AE;
    color: #F5F5F5;
    letter-spacing: 1.06vw;
    padding-top: 6vw;
    padding-bottom: 5.7vw;
    padding-left: 2.8vw;
    padding-right: 2vw;
    font-size: 3.5vw;
}
.nuc_sales7_col .link a:before{
    content: "";
    display: none;
}

.nuc_sales7_slider .slick-arrow{
    top: unset;
    bottom: -0.6vw;
    width: 28.7vw;
    height: 16.8vw;
}
.nuc_sales7_slider .slick-arrow svg{}
.nuc_sales7_slider .slick-arrow svg path{}

.nuc_sales7_slider .slick-prev{
    left: -2.1vw;
}
.nuc_sales7_slider .slick-prev svg{}
.nuc_sales7_slider .slick-prev svg path{}

.nuc_sales7_slider .slick-next{
    right: -2.8vw;
}
.nuc_sales7_slider .slick-next svg{}
.nuc_sales7_slider .slick-next svg path{}


.nuc_sales7 .top_svg{
    background-color: #232226;
    overflow: hidden;
    margin-top: 0vw;
    padding-bottom: 21vw;
}
.nuc_sales7 .top_svg .desktop_only{}
.nuc_sales7 .top_svg .mobile_only{}
.nuc_sales7 .top_svg .mobile_only svg{
    display: block;
    width: 101vw;
    margin-left: -1vw;
    margin-top: -1vw;
}
.nuc_sales7 .top_svg .mobile_only svg path{
    fill: #F5F5F5;
    stroke: none;
}

.nuc_sales7 .bottom_svg{
    background-color: #232226;
    margin-top: -1vw;
    z-index: 2;
    margin-bottom: -2vw;
}
.nuc_sales7 .bottom_svg:before{
    display: none;
}
.nuc_sales7 .bottom_svg .desktop_only{}
.nuc_sales7 .bottom_svg .mobile_only{}
.nuc_sales7 .bottom_svg .mobile_only svg{
    display: block;
    width: 100%;
}
.nuc_sales7 .bottom_svg .mobile_only svg path{fill: #E4E4DC;}
}


/*
    Section 08
------------------------------*/
.nuc_sales8{
    background-color: #dbdbd3;
    width: 100%;
    display: block;
    margin-top: -1vw;
    padding-top: 5.4vw;
    padding-left: 3vw;
    padding-bottom: 4.38vw;
}
.nuc_sales8 .inner{}
.nuc_sales8 .subheading{
    margin: 0px;
    padding-left: 4.04vw;
    padding-right: 3vw;
}
.nuc_sales8 h3.heading{
    padding-left: 3.04vw;
    font-size: 6.55vw;
    margin: 0px;
    padding-top: 5.97vw;
    margin-left: -0.3vw;
    letter-spacing: -0.08vw;
    padding-right: 3vw;
}
.nuc_sales8 h3.heading br{}

.nuc_sales8_slider{
    /* padding-top: 5.7vw; */
    height: 46vw;
}
.nuc_sales8_slider.slick-initialized {
    height: auto;
}
.nuc_sales8_col{
    width: 100%;
    display: block;
    padding-top: 5.7vw;
    padding-left: 3.4vw;
    padding-right: 3.4vw;
    padding-bottom: 5.7vw;
}
.nuc_sales8_col_in{
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 52px;
    padding-top: 5.15vw;
    padding-left: 4.9vw;
    padding-right: 5vw;
    padding-bottom: 5.6vw;
    box-shadow: 0px 0px 74px rgb(255 255 255);
}
.nuc_sales8_col_in hr{
    margin-right: 1.3vw;
}
.nuc_sales8_col h5.title{
    font-size: 2.29vw;
    letter-spacing: 0.023vw;
    font-family: 'Founders Grotesk';
    font-weight: normal;
    padding-bottom: 2vw;
}
.nuc_sales8_col article{
    padding-top: 1.9vw;
    padding-bottom: 3.1vw;
}
.nuc_sales8_col article p{}
.nuc_sales8_col article p br{}

.nuc_sales8_colin{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.nuc_sales8_colin .col{
    width: 50%;
}
.nuc_sales8_colin .col ul{
    margin: 0px;
    padding: 0px;
}
.nuc_sales8_colin .col ul li{
    margin: 0vw;
    padding-bottom: 0.03vw;
    list-style: none;
}
.nuc_sales8_colin .col ul li a{}
.nuc_sales8_colin .left{
    /* width: 50%; */
    padding-right: 2vw;
}
.nuc_sales8_colin .right{
    padding-left: 0.94vw;
}

.nuc_sales8_slider .slick-arrow{
    top: 0%;
    width: 7.1vw;
    height: 4.16vw;
    border: 2px solid #383836;
    border-radius: 100px;
    padding: 0.4vw;
    transition: all 0.3s ease;
}
.nuc_sales8_slider .slick-arrow:before{
    display: none;
}
.nuc_sales8_slider .slick-arrow svg{
    width: 95%;
    height: 96%;
    display: block;
}
.nuc_sales8_slider .slick-arrow svg path{stroke: #383836;}

.nuc_sales8_slider .slick-prev{
    left: 0.34vw;
    display: none !important;
}
.nuc_sales8_slider .slick-prev svg{
    transform: rotate(-90deg);
}
.nuc_sales8_slider .slick-prev svg path{}

.nuc_sales8_slider .slick-next{
    right: 6.7vw;
    top: -3vw;
}
.nuc_sales8_slider .slick-next svg{
    transform: rotate(-90deg);
}
.nuc_sales8_slider .slick-next svg path{}

.nuc_sales8_slider .slick-list{
    padding-right: 25.9vw;
}
.nuc_sales8_slider .slick-list .slick-track{}

.nuc_sales8_slider .slick-next:hover{
    padding-left: 1.5vw;
}
.nuc_sales8_slider .slick-prev:hover {
    padding-right: 1.5vw;
}

@media (max-width: 768px) {
.nuc_sales8{
    position: relative;
    z-index: 2;
    padding-top: 9.8vw;
    padding-left: 0vw;
    padding-bottom: 4.38vw;
    background-color: #E4E4DB;
}
.nuc_sales8 .inner{}
.nuc_sales8 .subheading{
    padding-left: 6.5vw;
    padding-right: 6.5vw;
    letter-spacing: 0.22vw;
}
.nuc_sales8 h3.heading{
    padding-left: 5.9vw;
    padding-right: 5.9vw;
    font-size: 12.1vw;
    padding-top: 9.8vw;
}
.nuc_sales8 h3.heading br{}

.nuc_sales8_slider{
    padding-bottom: 36.2vw;
}
.nuc_sales8_slider .slick-list{
    padding-right: 0vw;
}
.nuc_sales8_col{
    padding-top: 8.1vw;
    padding-left: 5.2vw;
    padding-right: 5vw;
    padding-bottom: 5.7vw;
}
.nuc_sales8_col_in{
    padding-top: 11.7vw;
    padding-left: 7.1vw;
    padding-right: 5.4vw;
    padding-bottom: 7.9vw;
    box-shadow: unset !important;
    background-color: #F5F5F5;
    border: 0px solid #FFFFFF;
}
.nuc_sales8_col h5.title{
    font-size: 7vw;
    padding-bottom: 2vw;
}
.nuc_sales8_col_in hr{
    border-color: #000000;
}
.nuc_sales8_col article{
    padding-top: 4.8vw;
    padding-bottom: 3.1vw;
}
.nuc_sales8_col article p{}
.nuc_sales8_col article p br{}

.nuc_sales8_colin{
    padding-top: 2.3vw;
    width: 103%;
}
.nuc_sales8_colin .col{
    width: 100%;
    padding: 0px;
    display: block;
}
.nuc_sales8_colin .col ul{}
.nuc_sales8_colin .col ul li{
    padding-bottom: 3.6vw;
}
.nuc_sales8_colin .col ul li a{}
.nuc_sales8_colin .left{}
.nuc_sales8_colin .right{}


.nuc_sales8_slider:before {
    content: "";
    display: block;
    background-color: #232226;
    height: 1px;
    width: 130%;
    position: absolute;
    bottom: 26.8vw;
    left: -10vw;
}
.nuc_sales8_slider .slick-arrow{
    top: unset;
    bottom: -4.34vw;
    width: 28.7vw;
    height: 16.8vw;
    border-color: #232226;
}
.nuc_sales8_slider .slick-arrow svg{}
.nuc_sales8_slider .slick-arrow svg path{}

.nuc_sales8_slider .slick-prev{
    left: 3.9vw;
    display: block !important;
}
.nuc_sales8_slider .slick-prev svg{}
.nuc_sales8_slider .slick-prev svg path{}

.nuc_sales8_slider .slick-next{
    right: 3.2vw;
    /* border-color: #232226; */
}
.nuc_sales8_slider .slick-next svg{}
.nuc_sales8_slider .slick-next svg path{}
}



/*
    Section 09
------------------------------*/
.nuc_sales9{
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-top: 10.12vw;
    padding-bottom: 9.14vw;
    background-color: #f5f5f5;
}
.nuc_sales9 .inner{}
.nuc_sales9 .subheading{
    text-align: center;
    margin: 0px;
    padding-left: 0.6vw;
    padding-bottom: 5.6vw;
}
.nuc_sales9 h3.heading{
    font-size: 6.55vw;
    text-align: center;
    letter-spacing: -0.1vw;
    margin-bottom: 0px;
    padding-bottom: 6vw;
}
.nuc_sales9 h3.heading br{}

.nuc_sales9_slider{
    margin: 0px !important;
    padding-bottom: 4.1vw;
    height: 30vw;
    padding-left: 8vw;
    padding-right: 8vw;
}
.nuc_sales9_slider.slick-initialized {
    height: auto;
}
.nuc_sales9_col{}

.nuc_sales9_col .image{}
.nuc_sales9_col .image span{
    width: 10.3vw;
    height: 10.3vw;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 1px solid #000000;
    position: relative;
    margin: 0px auto;
}
.nuc_sales9_col .image span:before{
    content:"";
    width: 21.2vw;
    height: 1px;
    display: block;
    background-color: #000000;
    position: absolute;
    top: 4.8vw;
    left: -5.44vw;
    z-index: -1;
}
.nuc_sales9_col .image span img{
    width: 10%;
    opacity: 0;
}
.nuc_sales9_col .image span:before{}

.nuc_sales9_col article{
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: center;
    padding-top: 3.3vw;
    font-size: 1.4vw;
    line-height: 1.31;
}
.nuc_sales9_col article p{}
.nuc_sales9_col article p br{}

.nuc_sales9_col p.name{
    font-style: italic;
    text-align: center;
    padding-top: 2vw;
}

.nuc_sales9_slider .slick-arrow{
    top: 54.6%;
    width: 7.1vw;
    height: 4.16vw;
    border: 2px solid #3f3f3f;
    border-radius: 100px;
    z-index: 2;
    padding: 0.4vw;
    transition: all 0.3s ease;
}
.nuc_sales9_slider .slick-arrow:before{
    display: none;
}
.nuc_sales9_slider .slick-arrow svg{
    width: 99%;
    height: 99%;
    display: block;
}
.nuc_sales9_slider .slick-arrow svg path{
    stroke: #3f3f3f;
}

.nuc_sales9_slider .slick-prev{
    left: 0vw;
}
.nuc_sales9_slider .slick-prev svg{
    transform: rotate(-90deg);
}
.nuc_sales9_slider .slick-prev svg path{}

.nuc_sales9_slider .slick-next{
    right: 0.3vw;
}
.nuc_sales9_slider .slick-next svg{
    transform: rotate(-90deg);
}
.nuc_sales9_slider .slick-next svg path{}

.nuc_sales9_slider .slick-dots{
    z-index: 2;
    bottom: -5px;
    left: 0vw;
}
.nuc_sales9_slider .slick-dots li{
    height: auto;
    width: auto;
    margin: 0 7px;
}
.nuc_sales9_slider .slick-dots li button{
    padding: 0px;
    border: 1px solid #000000;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}
.nuc_sales9_slider .slick-dots li button:before{
    display: none;
}
.nuc_sales9_slider .slick-dots li.slick-active{}
.nuc_sales9_slider .slick-dots li.slick-active button{
    background-color: #3250A9;
}
.nuc_sales9_slider .slick-dots li.slick-active button:before{}
.nuc_sales9_slider .slick-next:hover{
    padding-left: 1.5vw;
}
.nuc_sales9_slider .slick-prev:hover {
    padding-right: 1.5vw;
}
@media (max-width: 768px) {
.nuc_sales9{
    background-color: #FAFAFA;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 21.12vw;
    padding-bottom: 0.3vw;
}
.nuc_sales9 .inner{}
.nuc_sales9 .subheading{
    padding-left: 6.6vw;
    padding-right: 5vw;
    letter-spacing: 0.22vw;
    padding-bottom: 10.5vw;
}
.nuc_sales9 h3.heading{
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 12.2vw;
    line-height: 1;
    letter-spacing: -0.2vw;
    padding-bottom: 12.4vw;
}
.nuc_sales9 h3.heading br{}

.nuc_sales9_slider{
    padding-bottom: 40.5vw;
    padding-left: 0vw;
    padding-right: 0vw;
}
.nuc_sales9_col{}

.nuc_sales9_col .image{}
.nuc_sales9_col .image span{
    width: 36.2vw;
    height: 36.2vw;
    border: 1px solid #000000;
}
.nuc_sales9_col .image span img{}
.nuc_sales9_col .image span:before{
    width: 74.6vw;
    top: 16.5vw;
    left: -19.44vw;
}

.nuc_sales9_col article{
    padding-left: 9vw;
    padding-right: 9vw;
    padding-top: 9.7vw;
    font-size: 4.6vw;
    line-height: 1.42;
}
.nuc_sales9_col article p{}
.nuc_sales9_col article p br{
    display: none;
}

.nuc_sales9_col p.name{
    padding-top: 6.5vw;
    padding-left: 6vw;
    padding-right: 6vw;
    letter-spacing: 0.2vw;
}



.nuc_sales9_slider:before {
    content: "";
    display: block;
    background-color: #232226;
    height: 1px;
    width: 130%;
    position: absolute;
    bottom: 25.3vw;
    left: -10vw;
}
.nuc_sales9_slider .slick-arrow{
    top: unset;
    bottom: -6vw;
    width: 28.7vw;
    height: 16.8vw;
    border-color: #232226;
}
.nuc_sales9_slider .slick-arrow svg{}
.nuc_sales9_slider .slick-arrow svg path{}

.nuc_sales9_slider .slick-prev{
    left: 3.9vw;
    display: block !important;
}
.nuc_sales9_slider .slick-prev svg{}
.nuc_sales9_slider .slick-prev svg path{}

.nuc_sales9_slider .slick-next{
    right: 3.2vw;
    /* border-color: #232226; */
}
.nuc_sales9_slider .slick-next svg{}
.nuc_sales9_slider .slick-next svg path{}

.nuc_sales9_slider .slick-dots {
    z-index: 2;
    bottom: 0px;
    position: relative;
    padding-top: 4.7vw;
}
}









/*
    Section 10
------------------------------*/
.nuc_sales10{}
.nuc_sales10 .inner{
    background-color: #232226;
    padding-left: 6vw;
    padding-right: 6vw;
}

.nuc_sales10 .subheading{
    color: #FFFFFF;
    text-align: center;
    margin-top: -2.2vw;
    padding-bottom: 5.98vw;
    margin-bottom: 0px;
    padding-left: 0.5vw;
}

.nuc_sales10 h3.heading{
    color: #DBDBD3;
    text-align: center;
    font-size: 6.5vw;
    margin: 0px;
    padding-top: 1vw;
    letter-spacing: 0.0vw;
    padding-right: 0vw;
    padding-bottom: 2.765vw;
    padding-left: 1.5vw;
}
.nuc_sales10 h3.heading br{}
.nuc_sales10 h3.heading span{
    text-shadow: 0px 0px 18px rgb(255 255 255);
    color: #ffffff;
}

.nuc_sales10 h5.shortheading{
    font-family: 'Founders Grotesk';
    font-weight: normal;
    text-align: center;
    color: #dbdbd3;
    font-size: 2.34vw;
    letter-spacing: 0.0vw;
    line-height: 1;
    padding-left: 25vw;
    padding-right: 25vw;
}
.nuc_sales10 h5.shortheading br{}

.nuc_sales10_list{
    padding-left: 31vw;
    padding-right: 31vw;
    padding-top: 3.95vw;
}
.nuc_sales10_list ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.nuc_sales10_list ul li{
    position: relative;
    display: block;
    margin: 0px;
    color: #DBDBD3;
    font-size: 1.1vw;
    letter-spacing: -0.015vw;
    padding-bottom: 1vw;
    margin-bottom: 0.67vw;
}
.nuc_sales10_list ul li:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0vw;
    width: 69%;
    height: 1px;
    background-color: #4e4d4e;
    margin-left: 16%;
}

.bottomtext{
    text-align: center;
    padding-top: 5.5vw;
    color: #706f6f;
    font-size: 0.84vw;
    letter-spacing: 0.0378vw;
    padding-left: 0.3vw;
    position: relative;
    z-index: 2;
}
.bottomtext a{
    color: #706f6f;
    text-decoration: underline;
}
.bottomtext br{}

.nuc_sales10 .link{
    text-align: center;
    padding-top: 4.8vw;
    padding-left: 0.3vw;
}
.nuc_sales10 .link a{
    font-family: 'General Sans';
    font-weight: 500;
    color: #3250a9;
    letter-spacing: 0.245vw;
    padding-bottom: 0.56vw;
    position: relative;
    display: inline-block;
}
.nuc_sales10 .link a:before{
    content: "";
    width: 96.5%;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0vw;
    left: -0.1vw;
    background-color: #3250a9;
    transition: 0.45s;
}
.nuc_sales10 .link a:after {
    content: "";
    width: 0%;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0vw;
    left: -0.1vw;
    background-color: #FFF;
    transition: 0.45s;
    opacity:0;
}
.nuc_sales10 .link a:hover:after{
    opacity:1;
    width: 99.5%;
}
.nuc_sales10 .link a:hover{color: #FFF;}
.nuc_sales10 .link a:hover:before{
  opacity:0;
  width: 0%;
}
.nuc_sales10 .top_svg{    background-color: #f5f5f5;}
.nuc_sales10 .top_svg .desktop_only{}
.nuc_sales10 .top_svg .desktop_only svg{
    width: 100%;
    height: auto;
    display: block;
}
.nuc_sales10 .top_svg .desktop_only svg path{
    fill: #232226;
}

.nuc_sales10 .bottom_svg{
    width: 100%;
    display: block;
    position: relative;
    margin-top: -2.4vw;
    background-color: #fafafa;
}
.nuc_sales10 .bottom_svg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2vw;
    background-color: #232226;
    top: -1vw;
    left: 0vw;
}
.nuc_sales10 .bottom_svg .desktop_only{}
.nuc_sales10 .bottom_svg .desktop_only svg{
    width: 100%;
    height: auto;
    display: block;
}
.nuc_sales10 .bottom_svg .desktop_only svg path{
    fill: #232226;
}

@media (max-width: 768px) {
.nuc_sales10{}
.nuc_sales10 .inner{
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 18.9vw;
}

.nuc_sales10 .subheading{}

.nuc_sales10 h3.heading{
    font-size: 9.7vw;
    margin: 0px;
    padding-top: 1.6vw;
    letter-spacing: 0.0vw;
    padding-right: 0vw;
    padding-bottom: 9.8vw;
    padding-left: 0vw;
    line-height: 1.25;
}
.nuc_sales10 h3.heading br{}
.nuc_sales10 h3.heading span{
    display: block;
}

.nuc_sales10 h5.shortheading{
    font-size: 6.1vw;
    letter-spacing: 0.0vw;
    line-height: 1.1;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}
.nuc_sales10 h5.shortheading br{
    display: none;
}

.nuc_sales10_list{
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 7.95vw;
}
.nuc_sales10_list ul{}
.nuc_sales10_list ul li{
    font-size: 4.7vw;
    letter-spacing: 0.075vw;
    padding-bottom: 3.6vw;
    margin-bottom: 2.8vw;
}
.nuc_sales10_list ul li:after{
    content: "";
}

.bottomtext{
    font-size: 3vw;
    padding-top: 4.7vw;
    padding-left: 11vw;
    padding-right: 11vw;
    letter-spacing: 0.07vw;
}
.bottomtext br{}

.nuc_sales10 .link{
    padding-top: 6.9vw;
    padding-left: 12.3vw;
    padding-right: 12.3vw;
}
.nuc_sales10 .link a{
    display: block;
    background-color: #3C58AE;
    color: #F5F5F5;
    letter-spacing: 1.06vw;
    padding-top: 6vw;
    padding-bottom: 5.7vw;
    padding-left: 2.8vw;
    padding-right: 2vw;
    font-size: 3.5vw;
}
.nuc_sales10 .link a:before{
    content: "";
}

.nuc_sales10 .top_svg{
    background-color: #232226;
    overflow: hidden;
    margin-top: 0vw;
    padding-bottom: 20.9vw;
}
.nuc_sales10 .top_svg .desktop_only{}
.nuc_sales10 .top_svg .mobile_only{}
.nuc_sales10 .top_svg .mobile_only svg{
    display: block;
    width: 101vw;
    margin-left: -1vw;
    margin-top: -1vw;
}
.nuc_sales10 .top_svg .mobile_only svg path{
    fill: #FAFAFA;
    stroke: none;
}

.nuc_sales10 .bottom_svg{
    background-color: #232226;
    margin-top: -1vw;
    z-index: 2;
    margin-bottom: -2vw;
}
.nuc_sales10 .bottom_svg:before{
    display: none;
}
.nuc_sales10 .bottom_svg .desktop_only{}
.nuc_sales10 .bottom_svg .mobile_only{}
.nuc_sales10 .bottom_svg .mobile_only svg{
    display: block;
    width: 100%;
    margin-bottom: 0vw;
}
.nuc_sales10 .bottom_svg .mobile_only svg path{fill: #FAFAFA;}
}





/*
    Section 11
------------------------------*/
.nuc_sales11{
    width: 100%;
    display: block;
    position: relative;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 4.8vw;
    overflow-x: clip;
    background-color: #fafafa;
}
.nuc_sales11 .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.nuc_sales11 .left{
    width: 50%;
    padding-left: 0.47vw;
    padding-right: 6.68vw;
}
.nuc_sales11 .left h3{
    font-size: 6.55vw;
    margin: 0px;
    padding-top: 0.6vw;
    margin-left: 0vw;
    letter-spacing: -0.02vw;
    color: #232226;
}
.nuc_sales11 .left h3 span{
    padding-left: 7.42vw;
    letter-spacing: -0.14vw;
}
.nuc_sales11 .left h3 br{}
.nuc_sales11 .left_img{
    padding-top: 13.45vw;
}
.nuc_sales11 .left_img span.image{
    width: 100%;
    display: block;
    height: 49.5vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.nuc_sales11 .left_img span.image img{
    width: 10%;
    opacity: 0;
}
.nuc_sales11 .left_img span.image:before{
  content:"";
  width: 130%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 12.6vw;
  right: 85.6%;
  background-color: #000000;
}
.nuc_sales11 .left_img span.image:after{
    content: "";
    width: 33.23vw;
    display: block;
    position: absolute;
    top: -1.48vw;
    right: -1.64vw;
    height: 45.7vw;
    border: 1px solid #000;
}
.nuc_sales11 .right{
    width: 50%;
    padding-top: 6.03vw;
    padding-left: 5.15vw;
    padding-right: 1.9vw;
    position: relative;
    z-index: 1;
}
.nuc_sales11 .right_img{}
.nuc_sales11 .right_img span.image{
    width: 100%;
    display: block;
    height: 49.56vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.nuc_sales11 .right_img span.image img{
    width: 10%;
    opacity: 0;
}
.nuc_sales11 .right_img span.image:before{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 11.15vw;
    left: 30.9vw;
    background-color: #000000;
}
.nuc_sales11 .right_img span.image:after{
    content: "";
    width: 33.3vw;
    display: block;
    position: absolute;
    top: 5.3vw;
    left: -1.57vw;
    height: 45.7vw;
    border: 1px solid #000;
}

.nuc_sales11_list{
    width: 100%;
    display: block;
    padding-bottom: 6.67vw;
}
.nuc_sales11_list ul{
    margin: 0px;
    padding: 0px;
    padding-bottom: 1vw;
}
.nuc_sales11_list ul li{
    margin: 0px;
    list-style: none;
    position: relative;
    padding-left: 3.35vw;
    line-height: 1.86;
    margin-bottom: 1.7vw;
}
.nuc_sales11_list ul li span{
    width: 1.25vw;
    height: 1.4vw;
    display: block;
    position: absolute;
    top: 0.41vw;
    left: 0vw;
}
.nuc_sales11_list ul li span svg{
    width: 100%;
    height: auto;
}
.nuc_sales11_list ul li span svg path{}

@media (max-width: 768px) {
.nuc_sales11{
    position: relative;
    z-index: 2;
    padding-top: 6.8vw;
}
.nuc_sales11 .inner{}

.nuc_sales11 .left{
    width: 100%;
    padding-right: 0vw;
}
.nuc_sales11 .left h3{
    text-align: right;
    font-size: 12.2vw;
    line-height: 1;
    padding-right: 0.8vw;
}
.nuc_sales11 .left h3 span{
    display: block;
    margin-right: -2vw;
}
.nuc_sales11 .left h3 br{}
.nuc_sales11 .left_img{
    padding-top: 13.1vw;
    padding-left: 10.4vw;
    padding-right: 3.2vw;
}
.nuc_sales11 .left_img span.image{
    height: 99.5vw;
}
.nuc_sales11 .left_img span.image img{}
.nuc_sales11 .left_img span.image:before{
    content: "";
    bottom: 25.1vw;
    right: 85.6%;
    width: 23.7vw;
}
.nuc_sales11 .left_img span.image:after{
    content: "";
    top: -2.7vw;
    right: -3.3vw;
    height: 91.7vw;
    width: 66.7vw;
}
.nuc_sales11 .right{
    width: 100%;
    padding-top: 10.9vw;
    padding-left: 0vw;
    padding-right: 0vw;
}
.nuc_sales11 .right_img{
    padding-left: 1.2vw;
    padding-right: 3.2vw;
}
.nuc_sales11 .right_img span.image{
    height: 112.35vw;
}
.nuc_sales11 .right_img span.image img{}
.nuc_sales11 .right_img span.image:before{
    width: 19.2vw;
    content: "";
    top: 25.5vw;
    left: 70.7vw;
}
.nuc_sales11 .right_img span.image:after{
    content: "";
    top: 12.1vw;
    left: -3.5vw;
    height: 103.7vw;
    width: 75.4vw;
}

.nuc_sales11_list{
    padding-bottom: 11.67vw;
}
.nuc_sales11_list ul{}
.nuc_sales11_list ul li{
    display:none;
    padding-left: 7.1vw;
    line-height: 1.79;
    margin-bottom: 7.99vw;
    width: 102%;
}
.nuc_sales11_list ul li br{
    display: none;
}
.nuc_sales11_list ul li span{
    width: 4.4vw;
    height: 4.4vw;
    top: 0.2vw;
    left: 0.67vw;
}
.nuc_sales11_list ul li span svg{}
.nuc_sales11_list ul li span svg path{}

.nuc_sales11_list ul li:first-child,
.nuc_sales11_list ul li:nth-child(2),
.nuc_sales11_list ul li:nth-child(3),
.nuc_sales11_list ul li:nth-child(4){
    display: block;
}

.nuc_sales11_list .link{
    padding-left: 7vw;
    margin-top: 0vw;
}
.nuc_sales11_list .link a{
    color: #232226;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.nuc_sales11_list .link a:before{
  content:"";
  position: absolute;
  bottom: 0.9vw;
  left: 0px;
  width: 100%;
  background-color: #232226;
  height: 1px;
}
.nuc_sales11_list ul li.highlighted{
  display: block;
}
.nuc_sales11_list .link.highlighted{
  display:none !important;
}
}



/*
    Section 12
------------------------------*/
.nuc_sales12{
    background-color: #F5F5F5;
    margin-top: -12.9vw;
    padding-top: 7.23vw;
    padding-left: 6.12vw;
    padding-right: 6.12vw;
    padding-bottom: 7.3vw;
}
.nuc_sales12 .inner{}

.nuc_sales12 h3{
    font-size: 6.55vw;
    margin: 0px;
    padding-top: 0.6vw;
    margin-left: 0vw;
    letter-spacing: -0.02vw;
    color: #232226;
    padding-right: 40vw;
}
.nuc_sales12 h3 span{
    display: block;
    padding-left: 7.45vw;
}

.nuc_sales12in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 7.15vw;
    padding-left: 0.34vw;
}
.nuc_sales12in .col{
    width: 50%;
    padding-right: 12vw;
}
.nuc_sales12in .col ul{
    margin: 0px;
    padding: 0px;
    padding-bottom: 1vw;
}
.nuc_sales12in .col ul li{
    margin: 0px;
    list-style: none;
    position: relative;
    padding-left: 2.6vw;
    line-height: 1.7;
    margin-bottom: 1.89vw;
    font-size: 1.06vw;
    letter-spacing: 0.009vw;
}
.nuc_sales12in .col ul li span{
    width: 1.2vw;
    height: 1.2vw;
    display: block;
    position: absolute;
    top: 0.3vw;
    left: 0vw;
}
.nuc_sales12in .col ul li span svg{
    width: 100%;
    height: auto;
}
.nuc_sales12in .col ul li span svg path{}

.nuc_sales12in .left{}
.nuc_sales12in .right{
    padding-left: 0.5vw;
}

@media (max-width: 768px) {
.nuc_sales12{
    background-color: #fafafa;
    margin-top: 0vw;
    padding-top: 12.3vw;
    padding-left: 6.12vw;
    padding-right: 6.12vw;
    padding-bottom: 17.7vw;
}
.nuc_sales12 .inner{}

.nuc_sales12 h3{
    font-size: 12.26vw;
    padding-right: 0vw;
    padding-left: 0.3vw;
    line-height: 1;
}
.nuc_sales12 h3 span{
    text-align: right;
    padding-left: 0vw;
    letter-spacing: -0.32vw;
    padding-right: 3.4vw;
}

.nuc_sales12in{
    padding-top: 4.75vw;
    padding-left: 0vw;
}
.nuc_sales12in .col{
    display: none !important;
    width: 100%;
    padding-right: 0vw;
}
.nuc_sales12in .col.mobile_only{
    display: block !important;
}
.nuc_sales12in .col ul{}
.nuc_sales12in .col ul li{
    display: none;
    padding-left: 6.9vw;
    line-height: 1.79;
    margin-bottom: 7.99vw;
    width: 102%;
    font-size: 4.6vw;
    letter-spacing: 0.11vw;
}
.nuc_sales12in .col ul li br{
    display: none;
}
.nuc_sales12in .col ul li span{
    width: 4.4vw;
    height: 4.4vw;
    top: 0.2vw;
    left: 0.67vw;
}
.nuc_sales12in .col ul li span svg{}
.nuc_sales12in .col ul li span svg path{}

.nuc_sales12in .left{}
.nuc_sales12in .right{}


.nuc_sales12in .col ul li:first-child,
.nuc_sales12in .col ul li:nth-child(2),
.nuc_sales12in .col ul li:nth-child(3){
    display: block;
}
.nuc_sales12in .col ul li.highlighted{
  display: block;
}

.nuc_sales12in .col .link{
    padding-left: 7vw;
    margin-top: 0vw;
}
.nuc_sales12in .col .link a{
    color: #232226;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.nuc_sales12in .col .link a:before{
  content:"";
  position: absolute;
  bottom: 0.9vw;
  left: 0px;
  width: 100%;
  background-color: #232226;
  height: 1px;
}
.nuc_sales12in .col .link.highlighted{
  display:none;
}
}




/*
    Section 13
------------------------------*/
.nuc_sales13{
    width: 100%;
    display: block;
    background-color: #232226;
}
.nuc_sales13 .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.nuc_sales13 .left{
    width: 39.8%;
}
.nuc_sales13 .left span{
    width: 100%;
    display: block;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.nuc_sales13 .left span img{
    width: 10%;
    opacity: 0;
}
.nuc_sales13 .left span.desktop_only{}
.nuc_sales13 .left span.mobile_only{}

.nuc_sales13 .right{
    width: 60.2%;
    padding-top: 8.45vw;
    padding-left: 6.4vw;
    padding-right: 3.5vw;
    padding-bottom: 7.2vw;
}
.nuc_sales13 .right h3{
    font-size: 6.55vw;
    color: #E4E4DC;
    margin: 0px;
    letter-spacing: -0.05vw;
    padding-bottom: 4.5vw;
}
.nuc_sales13 .right article{
    color: #E4E4DC;
    padding-left: 0.5vw;
    letter-spacing: 0.034vw;
    padding-right: 6vw;
}
.nuc_sales13 .right article p{
    margin-bottom: 0px;
    padding-bottom: 1.878vw;
}
.nuc_sales13 .right article p br{}
.nuc_sales13 .right article p br.m{}
.nuc_sales13 .right .signature{
    margin-left: -1vw;
    display: block;
    padding-right: 35.8vw;
    padding-top: 1.77vw;
}
.nuc_sales13 .right .signature img{}

@media (max-width: 768px) {
.nuc_sales13{}
.nuc_sales13 .inner{}

.nuc_sales13 .left{
    width: 100%;
}
.nuc_sales13 .left span{}
.nuc_sales13 .left span img{}
.nuc_sales13 .left span.desktop_only{}
.nuc_sales13 .left span.mobile_only{
    height: 136.4vw;
}

.nuc_sales13 .right{
    width: 100%;
    padding-top: 15.45vw;
    padding-left: 6.4vw;
    padding-right: 3.5vw;
    padding-bottom: 15.6vw;
}
.nuc_sales13 .right h3{
    font-size: 12.26vw;
    padding-right: 0vw;
    padding-left: 0.3vw;
    line-height: 1;
}
.nuc_sales13 .right article{
    padding-left: 0vw;
    letter-spacing: 0.12vw;
    padding-right: 1.8vw;
    padding-top: 1vw;
    line-height: 1.79;
}
.nuc_sales13 .right article p{
    padding-bottom: 7.878vw;
}
.nuc_sales13 .right article p br{
    display: none;
}
.nuc_sales13 .right article p br.m{}
.nuc_sales13 .right .signature{
    padding-right: 29.8vw;
    padding-top: 0vw;
    margin-left: 0vw;
    padding-left: 4.6vw;
    margin-top: -3.5vw;
}
.nuc_sales13 .right .signature img{}
}





/*
    Section 14
------------------------------*/
.nuc_sales14{
    width: 100%;
    display: block;
    padding-top: 11.34vw;
    padding-left: 11vw;
    padding-right: 11vw;
    padding-bottom: 11.34vw;
}
.nuc_sales14_bg{
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0vw;
    left: 0vw;
} 
.nuc_sales14_bg.desktop_only{
    display: block;
}
.nuc_sales14_bg.mobile_only{}

.nuc_sales14 .inner{
    position: relative;
    z-index: 1;
}
.nuc_sales14 h4{
    font-size: 4.87vw;
    color: #000000;
    margin: 0px;
    letter-spacing: -0.056vw;
    text-align: center;
    padding-left: 0.89vw;
}
.nuc_sales14 .link{
    text-align: center;
    padding-top: 3.1vw;
    padding-left: 0.3vw;
}
.nuc_sales14 .link a{
    font-family: 'General Sans';
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.245vw;
    padding-bottom: 0.56vw;
    position: relative;
    display: inline-block;
}
.nuc_sales14 .link a:before{
    content:"";
    width: 100%;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0vw;
    left: -0.1vw;
    background-color: #000000;
  transition: 0.45s;
}


.nuc_sales14 .link a:after {
    content: "";
    width: 0%;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0vw;
    left: -0.1vw;
    background-color: #787878;
    transition: 0.45s;
    opacity:0;
}
.nuc_sales14 .link a:hover:after{
    opacity:1;
    width: 100%;
}
.nuc_sales14 .link a:hover{}
.nuc_sales14 .link a:hover:before{
  opacity:0;
  width: 0%;
}

@media (max-width: 768px) {
.nuc_sales14{
    padding-top: 20.2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 19.54vw;
}
.nuc_sales14_bg{} 
.nuc_sales14_bg.desktop_only{}
.nuc_sales14_bg.mobile_only{}

.nuc_sales14 .inner{}
.nuc_sales14 h4{
    font-size: 9.8vw;
    padding-right: 0vw;
    padding-left: 0vw;
    line-height: 1.12;
}
.nuc_sales14 .link{
    padding-left: 8.86vw;
    padding-right: 8.86vw;
    padding-top: 7.3vw;
}
.nuc_sales14 .link a{
    display: block;
    background-color: #3C58AE;
    color: #F5F5F5;
    letter-spacing: 1.06vw;
    padding-top: 5.6vw;
    padding-bottom: 6vw;
    padding-left: 2.8vw;
    padding-right: 2vw;
    font-size: 3.5vw;
}
.nuc_sales14 .link a:before{
    content:"";
    display: none;
}
}





/*
    Section 15
------------------------------*/
.nuc_sales15{
    background-color: #f5f5f5;
    padding-top: 9.68vw;
    padding-left: 6.5vw;
    padding-right: 6.5vw;
    padding-bottom: 7.55vw;
}
.nuc_sales15 .inner{}

.nuc_sales15 .title{
    font-size: 6.55vw;
    color: #232226;
    margin: 0px;
    letter-spacing: -0.05vw;
}
.nuc_sales15 .title.s1 span{}
.nuc_sales15 .title.s2{
    padding-left: 7.46vw;
    margin-top: -0.054vw;
}

.nu_sales15in{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-top: 6.895vw;
}
.nu_sales15in .left{
    width: 50%;
    padding-right: 4vw;
}
.nu_sales15in .right{
    width: 50%;
    padding-left: 3.36vw;
}

.nu_sales15in .accordion_content{
  display:none;
}
.nu_sales15in .accordion_content.active{
  display:block;
}

.nu_sales15in .col{
    display: block;
    width: 100%;
    padding-bottom: 1.9vw;
    padding-left: 2.56vw;
}
.nu_sales15in .col h3.accordion_hand{
    padding-top: 0vw;
    color: #000000;
    margin-bottom: 0px;
    padding-right: 0vw;
    font-size: 2.16vw;
    line-height: 0.96 !important;
    letter-spacing: -0.03vw;
    position: relative;
    cursor: pointer;
    font-family: 'Founders Grotesk';
    font-weight: normal;
    border-bottom: 1px solid #000;
    padding-bottom: 1.05vw;
}
.nu_sales15in .col h3.accordion_hand>span{
  position: absolute;
  top: 0.3vw;
  left: -2.45vw;
  width: 1.1vw;
  height: 1.1vw;
}
.nu_sales15in .col h3.accordion_hand>span svg{
    width: 100%;
    display: block;
}
.nu_sales15in .col h3.accordion_hand .open{
    
}
.nu_sales15in .col h3.accordion_hand .close{
    display: none;
}
.nu_sales15in .col h3.accordion_hand.active .open{}
.nu_sales15in .col h3.accordion_hand.active .close{}
.nu_sales15in .col .accordion_content{
    padding-left: 0vw;
    padding-top: 1.64vw;
    color: #000000;
    font-size: 1.06vw;
    letter-spacing: 0.009vw;
    padding-right: 1vw;
    line-height: 1.72;
    padding-bottom: 0.2vw;
    padding-bottom: 5.4vw;
}
.nu_sales15in .col .accordion_content p{}
.nu_sales15in .col .accordion_content p br{}
.nu_sales15in .col .accordion_content p:last-child{
  margin: 0px;
}


.nu_sales15in .left .col h3.accordion_hand .open{}
.nu_sales15in .left .col h3.accordion_hand .close{}
.nu_sales15in .left .col h3.accordion_hand.active .open{
    display: none;
}
.nu_sales15in .left .col h3.accordion_hand.active .close{
    display: block;
}
.nu_sales15in .left .col .accordion_content{}
.nu_sales15in .left .col .accordion_content p{}
.nu_sales15in .left .col .accordion_content p br{}

.nu_sales15in .right .col h3.accordion_hand{}
.nu_sales15in .right .col h3.accordion_hand .open{}
.nu_sales15in .right .col h3.accordion_hand .close{}
.nu_sales15in .right .col h3.accordion_hand.active .open{}
.nu_sales15in .right .col h3.accordion_hand.active .close{}
.nu_sales15in .right .col .accordion_content{}
.nu_sales15in .right .col .accordion_content p{}
.nu_sales15in .right .col .accordion_content p br{}


@media (max-width: 768px) {
.nuc_sales15{
    background-color: #FAFAFA;
    padding-top: 18.6vw;
    padding-left: 6.5vw;
    padding-right: 6.3vw;
    padding-bottom: 8.55vw;
}
.nuc_sales15 .inner{}

.nuc_sales15 .title{
    font-size: 12.26vw;
    padding-right: 0vw;
    padding-left: 1.3vw;
    line-height: 1;
    letter-spacing: -0.1vw;
}
.nuc_sales15 .title.s1 span{
    display: block;
    padding-right: 0vw;
    padding-left: 6.8vw;
}
.nuc_sales15 .title.s2{
    padding-left: 15.1vw;
    margin-top: -0.054vw;
}

.nu_sales15in{
    padding-top: 11.1vw;
    padding-left: 0vw;
}
.nu_sales15in .left{
    width: 100%;
    padding-right: 0vw;
}
.nu_sales15in .right{
    width: 100%;
    padding-left: 0vw;
}
.nu_sales15in .col{
    padding-bottom: 4.5vw;
    padding-left: 8.7vw;
}
.nu_sales15in .col h3.accordion_hand{
    padding-left: 0vw;
    padding-right: 0vw;
    font-size: 6.35vw;
    line-height: 1.07 !important;
    letter-spacing: -0.11vw;
    width: 103%;
    padding-bottom: 2vw;
}
.nu_sales15in .col h3.accordion_hand.active{}
.nu_sales15in .col h3.accordion_hand>span{
    left: -7.7vw;
    width: 3.1vw;
    height: 3.1vw;
    top: 0.9vw;
}
.nu_sales15in .col h3.accordion_hand .open{}
.nu_sales15in .col h3.accordion_hand .close{}
.nu_sales15in .col h3.accordion_hand.active .open{}
.nu_sales15in .col h3.accordion_hand.active .close{}
.nu_sales15in .col .accordion_content{
    font-size: 4.7vw;
    letter-spacing: 0.065vw;
    padding-right: 4vw;
    line-height: 1.397;
    padding-bottom: 3.6vw;
    padding-left: 0vw;
    padding-top: 0.3vw;
    border-bottom: 1px solid #000;
    margin-bottom: 4.4vw;
}
.nu_sales15in .col .accordion_content p{}
.nu_sales15in .col .accordion_content p br{}

.nu_sales15in .left .col h3.accordion_hand{}
.nu_sales15in .col h3.accordion_hand.active{
    border-color: transparent;
}
.nu_sales15in .left .col h3.accordion_hand .open{}
.nu_sales15in .left .col h3.accordion_hand .close{}
.nu_sales15in .left .col h3.accordion_hand.active .open{}
.nu_sales15in .left .col h3.accordion_hand.active .close{}
.nu_sales15in .left .col .accordion_content{}
.nu_sales15in .left .col .accordion_content p{}
.nu_sales15in .left .col .accordion_content p br{}

.nu_sales15in .right .col h3.accordion_hand{}
.nu_sales15in .right .col h3.accordion_hand .open{}
.nu_sales15in .right .col h3.accordion_hand .close{}
.nu_sales15in .right .col h3.accordion_hand.active .open{}
.nu_sales15in .right .col h3.accordion_hand.active .close{}
.nu_sales15in .right .col .accordion_content{}
.nu_sales15in .right .col .accordion_content p{}
.nu_sales15in .right .col .accordion_content p br{}
}















/*
    Footer
------------------------------*/
.footer{}

.footer .footer_topbg{
    width: 100%;
    display: block;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(s4-bg.jpg);
    position: absolute;
    top: 0vw;
    left: 0vw;
}

.footer .footer_s1{
    width: 100%;
    display: block;
    padding-top: 3.1vw;
    z-index: 1;
}
.footer .footer_s1 .section_inner{
    width: 100%;
    display: block;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 3vw;
}

.footer .footer_s1 .footer_logo{
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 1.38vw;
}
.footer .footer_s1 .footer_logo span{
    display: block;
    padding-left: 0.05vw;
    width: 7vw;
    margin: 0px auto;
}
.footer .footer_s1 .footer_logo span svg{
    width: 7vw;
}

.footer .footer_s1 .footer_insta{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-left: 22vw;
    padding-right: 22vw;
}
.footer .footer_s1 .footer_insta .insta_code {
    width: 100%;
}
.footer .footer_s1 .footer_insta .insta_code .code{
    width: 100%;
}
.footer .footer_s1 .footer_insta .insta_code .code.desktop{}
.footer .footer_s1 .footer_insta .insta_code .code.mobile {
    display: none;
}
.footer .footer_s1 .footer_insta .insta_code .code.desktop iframe{
    width: 100% !important;
    height: 11.9vw !important;
}
.footer .footer_s1 .footer_insta .insta_images{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 0.34vw;
    padding-right: 0.34vw;
}
.footer .footer_s1 .footer_insta .insta_images .image{
    width: 25%;
    display: block;
    padding: 1vw 0.5vw;
}
.footer .footer_s1 .footer_insta .insta_images .image span{
    display: block;
    width: 100%;
    height: 11.4vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer_s1 .footer_insta .insta_images .image span a{}

.footer .footer_s1 .footer_insta .title{
    font-weight: 300;
    font-family: 'Editor\'s Note';
    width: 50%;
    text-transform: lowercase;
    font-size: 1.3vw;
    padding-left: 0.87vw;
    margin-top: -0.6vw;
    letter-spacing: 0.09vw;
    color: #232226;
}
.footer .footer_s1 .footer_insta .in_user{
    font-weight: 300;
    font-family: 'Editor\'s Note';
    width: 50%;
    text-transform: lowercase;
    font-size: 1.3vw;
    padding-left: 0.87vw;
    margin-top: -0.6vw;
    letter-spacing: 0.09vw;
    text-align: right;
    padding-right: 1.23vw;
}
.footer .footer_s1 .footer_insta .in_user a{
    color: #232226;
}

.footer .footer_s2{
    display: block;
    padding-left: 4.9vw;
    padding-right: 4.9vw;
    background-color: #232226;
    margin-top: 0vw;
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
}
.footer .footer_s2 .section_inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}


.footer .footer_s2 .left{
    width: 50%;
    padding-left: 0vw;
}
.footer .footer_s2 .left ul{
    margin: 0px;
    padding: 0px;
    display: block;
}
.footer .footer_s2 .left ul li{
    list-style: none;
    display: inline-block;
    font-size: 0.6vw;
    margin: 0px;
    letter-spacing: 0.067vw;
    position: relative;
    line-height: normal;
    color: #F5F1E6;
    font-family: 'General Sans';
    font-weight: normal;
    padding-right: 1.89vw;
}
.footer .footer_s2 .left ul li a{
    color: #F5F1E6;
    text-transform: uppercase;
}
.footer .footer_s2 .left ul li:before{
    content:"";
    width: 1px;
    display: block;
    height: 0.6vw;
    position: absolute;
    top: 0.1vw;
    right: 0.85vw;
    background-color: #F5F1E6;
}
.footer .footer_s2 .left ul li:last-child{
    padding-left: 0.2vw;
}
.footer .footer_s2 .left ul li:last-child:before{
    display: none;
}

.footer .footer_s2 .right{
    width: 50%;
}
.footer .footer_s2 .right ul{
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.footer .footer_s2 .right ul li{
    list-style: none;
    display: inline-block;
    font-size: 0.6vw;
    margin: 0px;
    letter-spacing: 0.074vw;
    position: relative;
    line-height: normal;
    color: #F5F1E6;
    font-family: 'General Sans';
    font-weight: normal;
    padding-right: 4.7vw;
    text-transform: uppercase;
}
.footer .footer_s2 .right ul li a{
    color: #B6B7DC;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
}
.footer .footer_s2 .right ul li:before{
    content:"";
    width: 1px;
    display: block;
    height: 0.5vw;
    position: absolute;
    top: 0.2vw;
    right: 2.48vw;
    background-color: #F5F1E6;
}
.footer .footer_s2 .right ul li:last-child{
    padding-right: 0vw;
}
.footer .footer_s2 .right ul li:last-child:before{
    display: none;
}
@media (max-width: 1024px) {
    .footer .footer_s2 .left ul li,
    .footer .footer_s2 .right ul li{
        font-size: 0.9vw;
    }
}
@media (max-width: 768px) {
    .responsive-menu-waper .footer{
    display: none;
}
    .footer .footer_topbg{
        background-image: url(slc5-mbg.jpg);
    }
    
    .footer .footer_s1{
        padding-top: 14.5vw;
    }
    .footer .footer_s1 .section_inner{
        padding-left: 0vw;
        padding-right: 0vw;
        padding-bottom: 3vw;
        z-index: 1;
    }
    
    .footer .footer_s1 .footer_logo{
        padding-bottom: 15.38vw;
    }
    .footer .footer_s1 .footer_logo span{
        width: 32vw;
        padding-left: 0.3vw;
    }
    .footer .footer_s1 .footer_logo span svg{
        height: auto;
        width: 29.5vw;
    }
    
    .footer .footer_s1 .footer_insta{
        padding-left: 0vw;
        padding-right: 0vw;
    }
    .footer .footer_s1 .footer_insta .insta_code {
        width: 100%;
    }
    .footer .footer_s1 .footer_insta .insta_code .code {
        width: 100%;
    }
    .footer .footer_s1 .footer_insta .insta_code .code.desktop {
        display: none;
    }
    .footer .footer_s1 .footer_insta .insta_code .code.mobile {
        display: block;
    }
.footer .footer_s1 .footer_insta .insta_code .code iframe {
    width: 100% !important;
    height: 24.1vw !important;
}
    .footer .footer_s1 .footer_insta .insta_images{
        padding-left: 1.5vw;
        padding-right: 1.5vw;
    }
    .footer .footer_s1 .footer_insta .insta_images .image{
        width: 50%;
        padding: 1vw 1.8vw 2.6vw 1.8vw;
    }
    .footer .footer_s1 .footer_insta .insta_images .image span{
        height: 44.7vw;
    }
    .footer .footer_s1 .footer_insta .insta_images .image span a{}
    
    .footer .footer_s1 .footer_insta .title{
        font-size: 5vw;
        padding-left: 5.7vw;
        padding-top: 0.5vw;
        letter-spacing: 0.2vw;
    }
    .footer .footer_s1 .footer_insta .in_user{
        font-size: 5vw;
        padding-right: 6.98vw;
        padding-top: 0.5vw;
        letter-spacing: 0.2vw;
    }
    .footer .footer_s1 .footer_insta .in_user a{}
    
    .footer .footer_s2{
        /* margin-top: -85.14vw; */
        padding-top: 0.6vw;
        padding-left: 3.3vw;
        padding-right: 3.3vw;
        padding-bottom: 5.5vw;
        background-color: #000000;
    }
    .footer .footer_s2 .section_inner{
        padding-top: 1.7vw;
    } 
    
    .footer .footer_s2 .left{
        width: 100%;
        display: block;
        text-align: center;
        padding-left: 0vw;
    }
    .footer .footer_s2 .left ul{}
    .footer .footer_s2 .left ul li{
        font-size: 2.9vw;
        padding-left: 0.8vw;
         padding-right: 0.8vw;
        font-family: 'Work Sans', sans-serif;
        font-weight: normal;
        letter-spacing: 0.09vw;
    }
    .footer .footer_s2 .left ul li a{
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
}
    .footer .footer_s2 .left ul li:before{
        content:"";
        height: 2.5vw;
        top: 0.7vw;
        right: -0.6vw;
    }
    .footer .footer_s2 .left ul li:last-child{
        padding-left: 0.5vw;
    }
    .footer .footer_s2 .left ul li:last-child:before{
        display: none;
    }
    
    .footer .footer_s2 .right{
        width: 100%;
        text-align: center;
    }
    .footer .footer_s2 .right ul{
        text-align: center;
    }
    .footer .footer_s2 .right ul li{
        font-size: 2.9vw;
        padding-left: 1.5vw;
        padding-right: 0.5vw;
        display: block;
        padding-top: 0.5vw;
        padding-bottom: 0.4vw;
        letter-spacing: 0.19vw;
        font-family: 'Work Sans', sans-serif;
        font-weight: normal;
    }
.footer .footer_s2 .right ul li a {
    color: #E4E4DB;
    font-weight: 700;
}
    .footer .footer_s2 .right ul li:before{
        content:""; 
            height: 0;
    }
    .footer .footer_s2 .right ul li:last-child{}
    .footer .footer_s2 .right ul li:last-child:before{
        display: none;
    }


    .responsive-menu-waper .footer .footer_s1{
        padding-top: 14vw;
        position: relative;
        padding-bottom: 3vw;
    }
    .responsive-menu-waper .footer .footer_s1:before{
        content:"";
        width: 94%;
        display: block;
        position: absolute;
        top: 6.4vw;
        left: 3vw;
        height: 1px;
        background-color: rgb(0 0 0 / 53%);
    }
    .responsive-menu-waper .footer .footer_s1:after{
        content:"";
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0vw;
        left: 0vw;
        height: 70.4%;
        background-color: #E4E4DB;
    }
    
}