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

:root{
    font-size: 1vw !important;
}
@media (max-aspect-ratio: 16/5) and (min-aspect-ratio: 16/8.5) {
    :root {
        font-size: 0.75vw !important;
    }
}
@media (max-width: 1020px) and (min-width: 481px){
    :root {
        font-size: 4px !important;
    }
}




@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.01rem;
  line-height: 1.78;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.032rem;
  font-family: 'General Sans';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'OPTICuento';
}
h1 {
  font-size: 6.3rem;
  line-height: 1;
  letter-spacing: -0.047rem;
  color: #232226;
}

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

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

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

h5 {
  line-height: normal;
  color: #232226;
  position: relative;
  font-size: 1.27rem;
  letter-spacing: 0.217rem;
  font-family: 'General Sans';
  font-weight: 500;
  margin: 0px;
}
h6{
    position: relative;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    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.389rem;
}

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.66rem 3.802rem;
  font-size: 0.833rem;
  letter-spacing: 0.063rem;
  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: 1020px) {
  body {
    font-size: 4.6rem;
    letter-spacing: 0.11rem;
    line-height: 1.42;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  }
  h1 {
    font-size: 12.1rem;
    letter-spacing: -0.16rem;
    line-height: 1.012;
  }

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

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

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

  h5 {
    font-size: 5rem;
    letter-spacing: 0.64rem;
    line-height: 1.45;
  }
h6 {
    position: relative;
    font-size: 4.7rem;
    letter-spacing: 0.2rem;
    font-family: 'General Sans';
    font-weight: 500;
}
  .g_button {
    font-size: 2.833rem;
    letter-spacing: 0.09rem;
    padding: 2rem 9.9rem 2.7rem 9.6rem;
  }
  .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: 0rem;
    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.767rem;
  padding-left: 2.47rem;
  padding-right: 2.47rem;
  padding-top: 2.1rem;
}

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

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

.lp_header_right ul,
.lp_header_left ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* margin-top: -0.417rem; */
  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.58rem;
  padding-left: 0rem;
}

.lp_header_right li a,
.lp_header_left li a{
  display: block;
  position: relative;
  font-size: 0.734rem;
  line-height: 2;
  letter-spacing: 0.263rem;
  text-align: left;
  color: #F8F8F6;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 2rem;
  font-family: 'General Sans';
  font-weight: 500;
}
.lp_header_right li a{
    padding-left: 0rem;
}
.lp_header_right li{
    padding-right: 0.43rem;
}
.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.1rem;
    left: -0.22rem;
    width: 1.2rem;
    display: block;
    height: 1.2rem;
    display: none;
}
.lp_header li a span.icon svg{
    width: 1.2rem;
    display: block;
    height: 1.2rem;
}

.lp_header_left li{
    padding-right: 1.8rem;
}
.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: 0rem;
}

.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: 0rem;
    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: 25%;
    height: auto;
    position: relative;
    padding-top: 0.05rem;
    padding-left: 0.35rem;
    padding-right: 0rem;
    /* 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.1rem;
    height: auto;
}

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


.lp_section_header.active .lp_header .section_inner{
    padding-top: 0.97rem;
    padding-bottom: 0.9rem;
    background-color: #232226;
}
.lp_section_header.active .lp_header_center{
    /* text-align: center; */
    /* padding-top: 1.2rem; */
}
.lp_section_header.active .lp_header_center .logo{/* transform: translateX(41.5rem); */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: 6rem; */
}

.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: 1rem;
    }

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

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

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

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

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

/*
    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: 7rem;
  width: 7rem;
  display: block;
  position: absolute;
  top: 8rem;
  right: 6.5rem;
}
.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: 0rem;
  background: #ffffff;
  z-index: 999999;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: auto;
  transition: top 0.5s ease;
  padding-top: 0rem;
  background-image: url(responsive-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.responsive-menu.active {
  top: 0;
  /* right: 0rem; */
}
.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 4rem;
  list-style-type: none;
  position: relative;
  margin-bottom: 9.3rem;
  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: 1020px) {
  .lp_header_right ul {
    display: none;
  }

  a.responsive-menu-hand {
    width: 12rem;
    margin-top: 0px;
    right: 6.39rem;
    position: absolute;
    height: 7.2rem;
    top: 7.5rem;
    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.8rem;
    padding-left: 0rem;
    padding-right: 0rem;
    /* 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: 0rem;
    left: 0rem;
    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: 0rem;
        left: 0rem;
        opacity: 0.67;
    }
    .responsive-menu ul li a{
        font-size: 4rem !important;
        letter-spacing: 3.9px;
        padding-left: 12rem;
    }
    .responsive-menu ul li a .icon{
        display: block;
        position: absolute;
        top: -0.76rem;
        left: 0rem;
        width: 5.6rem;
        height: 7rem;
        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.33rem; */
    }
    
    .responsive-menu.active .lp_header_left a svg{
        margin-top: -3rem;
        margin-bottom: -4rem;
        margin-left: -2rem;
    }
}

.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: 1020px) {
  .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: 1020px) {
  .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.99rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom:5.06rem;
    max-width: 100rem;
    margin: 0 auto;
}
.nuc_sales1 h5{
    color: #DBDBD3;
    text-align: center;
    padding-left: 0.25rem;
    padding-bottom: 6.2rem;
}
.nuc_sales1 h5 br{}
.nuc_sales1 h1{
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
    padding-bottom: 6.12rem;
    padding-right: 1.9rem;
}
.nuc_sales1 h1 br{}
.nuc_sales1 .nuc_sales1svg{}
.nuc_sales1 .nuc_sales1svg .svg{
    width: 5.7rem;
    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: 0rem;
    left: 0rem;
    width: 100%;
    height: auto;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 2.34rem;
    padding-bottom: 2.34rem;
}
.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: 1020px) {
.nuc_sales1{}
.nuc_sales1 .nuc_sales1bg{}
.nuc_sales1 .nuc_sales1bg.desktop_only{}
.nuc_sales1 .nuc_sales1bg.mobile_only{}
.nuc_sales1 .inner{
    padding-top: 57.99rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 24rem;
}
.nuc_sales1 h5{
    letter-spacing: 0.04rem;
    padding-left: 0rem;
    padding-bottom: 20.7rem;
}
.nuc_sales1 h5 br{}
.nuc_sales1 h1{
    padding-bottom: 13.8rem;
}
.nuc_sales1 h1 br{}
.nuc_sales1 .nuc_sales1svg{}
.nuc_sales1 .nuc_sales1svg .svg{
    width: 17.8rem;
}
.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.7rem;
    padding-right: 4.7rem;
    padding-top: 6.34rem;
    padding-bottom: 5.34rem;
}
.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: 1rem;
    padding-bottom: 0.9rem;
}
.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.34rem;
    margin: 0px;
    line-height: normal;
    padding-left: 3.2rem;
    letter-spacing: 0.169rem;
    color: #DBDBD3;
    font-weight: 500;
}
.nuc_sales2 .text-block ul li span{
    position: absolute;
    top: 0.13rem;
    left: 0.58rem;
    width: 1.2rem;
    height: 1.4rem;
}
.nuc_sales2 .text-block ul li span svg{
    width: 1.25rem;
    height: auto;
}
.nuc_sales2 .text-block ul li span svg path{
  fill: #DBDBD3;
}
.nuc_sales2 .reverse {
    animation-direction: reverse;
}
@media (max-width: 1020px) {
    .nuc_sales2{}
    .nuc_sales2 .marquee { }
    .nuc_sales2 .marquee-content {padding-top: 0.6rem;padding-bottom: 1.3rem;}
    .nuc_sales2 .scroll {padding-top: 5.6rem;padding-bottom: 4.6rem;}
    .nuc_sales2 .text-block {}
    .nuc_sales2 .text-block ul{}
    .nuc_sales2 .text-block ul li{
        font-size: 4.7rem;
        letter-spacing: 0.22rem;
        padding-left: 12.1rem;
    }
    .nuc_sales2 .text-block ul li span{
        top: 0.5rem;
        left: 3.7rem;
        width: 4.4rem;
        height: 5.4rem;
    }
    .nuc_sales2 .text-block ul li span svg{
        width: 4.4rem;
    }
    .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: 0rem;
    z-index: 2;
    padding-bottom: 2rem;
}
.nuc_sales3 .bottom_svg:before{
  content:"";
  width: 100%;
  height: 2rem;
  display: block;
  position: absolute;
  top: -1rem;
  left: 0rem;
  background-color: #232227;
}
.nuc_sales3 .bottom_svg svg{
    width: 100%;
    display: block;
    margin-top: 0rem;
    position: relative;
}
.nuc_sales3 .bottom_svg svg path{
    fill: #232227;
}

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

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

.nuc_sales3 .inner{
    margin-bottom: 0rem;
    padding-top: 12.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
  .nuc_sales3 .inner_first{
    max-width:100rem;
  }
.nuc_sales3 h3.s1{
    /* text-align: center; */
    padding-left: 2.6rem;
}
.nuc_sales3 h3.s2{
    padding-right: 8rem;
    padding-top: 0rem;
    letter-spacing: -0.23rem;
    margin-top: -0.3rem;
}
.nuc_sales3 article{
    padding-top: 5.7rem;
    padding-left: 6rem;
    padding-right: 6rem;
    text-align: center;
    padding-bottom: 2.4rem;
}
.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.3rem;
    padding-left: 6.3rem;
    padding-right: 6.3rem;
    padding-bottom: 6.1rem;
}
.nuc_sales4 .inner{
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
}
.nuc_sales4 h2{
    margin-left: -0.38rem;
}

.nuc_sales4in{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-top: 3.3rem;
}
.nuc_sales4in .left{
    width: 54%;
    padding-top: 0;
    padding-left: 0.2rem;
    padding-right: 4.99rem;
}
.nuc_sales4in .left .col{
    padding-bottom: 4.68rem;
}
.nuc_sales4in .left .col h5{
    font-family: 'Founders Grotesk';
    font-weight: normal;
    font-size: 2.3rem;
    letter-spacing: 0.02rem;
    padding-bottom: 0.5rem;
}
.nuc_sales4in .left .col article{
    margin-left: -0.4rem;
    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.5rem;
    padding-left: 5.95rem;
}
.nuc_sales4in .right .image{
    width: 100%;
    display: block;
    height: 42.9rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.nuc_sales4in .right .image:before{
    content: "";
    width: 13.98rem;
    height: 1px;
    display: block;
    position: absolute;
    top: 7.3rem;
    left: -5.6rem;
    background-color: #000000;
}
.nuc_sales4in .right .image:after{
    content: "";
    width: 33.2rem;
    height: 1px;
    display: block;
    position: absolute;
    top: -1.46rem;
    left: 0.98rem;
    height: 45.7rem;
    border: 1px solid #000;
}
.nuc_sales4in .right .image img{
    width: 1%;
    opacity: 0;
}

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

.nuc_sales4in{
    padding-top: 10rem;
}
.nuc_sales4in .left{
    order: 2;
    width: 101%;
    padding-top: 12.13rem;
    padding-left: 0rem;
    padding-right: 0rem;
}
.nuc_sales4in .left .col{
    padding-bottom: 9.3rem;
}
.nuc_sales4in .left .col h5{
    font-size: 7.3rem;
    letter-spacing: -0.12rem;
    padding-bottom: 0rem;
    margin-left: -0.7rem;
}
.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.8rem;
    padding-left: 7.1rem;
}
.nuc_sales4in .right .image{
    height: 102.1rem;
}
.nuc_sales4in .right .image:before{
    content: "";
    top: 17.3rem;
    left: -14.6rem;
    width: 34.8rem;
}
.nuc_sales4in .right .image:after{
    content: "";
    top: -3.7rem;
    left: 2.4rem;
    height: 109.2rem;
    width: 79.1rem;
}
.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.5rem;
    padding-right: 6.5rem;
    padding-top: 5.2rem;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 0rem;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
}
.nuc_sales5 .left{
    width: 18%;
    padding-right: 3rem;
    padding-top: 0.985rem;
    position: relative;
    z-index: 1;
}
.nuc_sales5 .left h6{
    position: relative;
    font-size: 1.29rem;
    letter-spacing: 0.2rem;
    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.3rem;
    padding-left: 0.5rem;
    color: #000000;
    padding-top: 0.45rem;
    letter-spacing: -0.1rem;
    margin-bottom: 0px;
    padding-bottom: 1.88rem;
}
.nuc_sales5 .right h4{
    font-size: 4.2rem;
    padding-left: 1.054rem;
    letter-spacing: -0.02rem;
}

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


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

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

.nuc_sales5text_slider{
    height: 6vw;
    overflow: hidden;
}
.nuc_sales5text_slider .col{}
.nuc_sales5text_slider .col h4{}



@media (max-width: 1020px) {
.nuc_sales5{
    background-image: url(s14-bgm2.jpg);
    background-position: right top;
}
.nuc_sales5 .inner{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 16.4rem;
    padding-bottom: 15.1rem;
}
.nuc_sales5 .left{
    width: 100%;
    text-align: center;
    padding: 0px;
    padding-bottom: 8.2rem;
}
.nuc_sales5 .left h6{
    font-size: 4.7rem;
    margin-bottom: 0px;
}
.nuc_sales5 .right{
    width: 100%;
    text-align: center;
}
.nuc_sales5 .right h3{
    font-size: 8.4rem;
}
.nuc_sales5 .right h4{
    margin: 0px;
    padding: 0px;
    font-size: 5.5rem;
    display: inline-block;
}
.nuc_sales5 .right .typed-cursor{
    font-size: 4.8rem;
    top: -0.7rem;
    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.52rem;
    padding-left: 6.45rem;
    padding-right: 6.45rem;
    padding-bottom: 8.2rem;
}
.nuc_sales6 .inner{
    max-width: 87rem;
    margin-left: auto;
    margin-right: auto;
}
.nuc_sales6 .subheading{
    color: #000000;
    padding-bottom: 1.34rem;
    margin: 0px;
}
.nuc_sales6 h3.s1{
    font-size: 6.55rem;
    margin: 0px;
    padding-top: 0.6rem;
    margin-left: -0.3rem;
    letter-spacing: -0.054rem;
}
.nuc_sales6 h3.s1 br{}

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

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

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



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

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

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

.nuc_sales6in .right{
    width: 100%;
    padding-top: 12.3rem;
    padding-left: 5rem;
    padding-right: 6.5rem;
}
.nuc_sales6in .right ul{}
.nuc_sales6in .right ul li{display: none;line-height: 1.42;margin-bottom: 6.56rem;}
.nuc_sales6in .right ul li br{
    display: none;
}
.nuc_sales6in .right ul li span{
    width: 4.4rem;
    height: 4.4rem;
    top: 0rem;
    left: -3.7rem;
}
.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.5rem;
    margin-top: -1rem;
}
.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.9rem;
  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: 6rem;
    padding-right: 6rem;

}
.nuc_sales7 .inner_first{
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
}
.nuc_sales7 .subheading{
    color: #FFFFFF;
    text-align: center;
    margin-top: -2.5rem;
    padding-bottom: 2.98rem;
}
.nuc_sales7 h3.heading{
    color: #DBDBD3;
    text-align: center;
    font-size: 6.55rem;
    margin: 0px;
    padding-top: 0.6rem;
    letter-spacing: -0.05rem;
    padding-right: 0.4rem;
    padding-bottom: 5.7rem;
}
.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.5rem;
    position: relative;
    z-index: 2;
    height: 40rem;
    padding-left: 12rem;
    padding-right: 12rem;
}
.nuc_sales7_slider.slick-initialized{
    height: auto;
}
.nuc_sales7_col{
    width: 100%;
    display: block;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

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

.nuc_sales7_col .link a:after {
    content: "";
    width: 0%;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0rem;
    left: -0.4rem;
    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.1rem;
    height: 4.16rem;
    border: 2px solid #ababa6;
    border-radius: 100px;
    z-index: 2;
    display: block;
    padding: 0.4rem;
    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.34rem;
}

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

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


.nuc_sales7 .top_svg{
    background-color: #F5F5F5;
    width: 100%;
    display: block;
    margin-bottom: -2rem;
}
.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: -2rem; */
    background-color: #dbdbd3;
    position: relative;
}
.nuc_sales7 .bottom_svg:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 2rem;
  background-color: #232226;
  top: -1rem;
  left: 0rem;
}
.nuc_sales7 .bottom_svg .desktop_only{
    width: 100%;
    display: block;
    /* margin-top: -2rem; */
    /* position: relative; */
}
.nuc_sales7 .bottom_svg .desktop_only svg{
    width: 100%;
    display: block;
    height: auto;
    /* margin-top: -2rem; */
    /* position: relative; */
}
.nuc_sales7 .bottom_svg .desktop_only svg path{
    fill: #232226;
}

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

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

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

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

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

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


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

.nuc_sales7 .bottom_svg{
    background-color: #232226;
    margin-top: -1rem;
    z-index: 2;
    margin-bottom: -2rem;
}
.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: -1rem;
    padding-top: 5.4rem;
    padding-left: 3rem;
    padding-bottom: 4.38rem;
}
.nuc_sales8 .inner{
    /* max-width: 100rem; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}
.nuc_sales8 .subheading{
    margin: 0px;
    padding-left: 4.04rem;
    padding-right: 3rem;
}
.nuc_sales8 h3.heading{
    padding-left: 3.04rem;
    font-size: 6.55rem;
    margin: 0px;
    padding-top: 2.97rem;
    margin-left: -0.3rem;
    letter-spacing: -0.08rem;
    padding-right: 3rem;
}
.nuc_sales8 h3.heading br{}

.nuc_sales8_slider{
    /* padding-top: 5.7rem; */
    height: 46rem;
}
.nuc_sales8_slider.slick-initialized {
    height: auto;
}
.nuc_sales8_col{
    width: 100%;
    display: block;
    padding-top: 5.7rem;
    padding-left: 3.4rem;
    padding-right: 3.4rem;
    padding-bottom: 5.7rem;
}
.nuc_sales8_col_in{
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 52px;
    padding-top: 5.15rem;
    padding-left: 4.9rem;
    padding-right: 5rem;
    padding-bottom: 5.6rem;
    box-shadow: 0px 0px 3.206rem rgb(255 255 255);
    min-height: 37rem;
}
.nuc_sales8_col_in hr{
    margin-right: 1.3rem;
}
.nuc_sales8_col h5.title{
    font-size: 2.29rem;
    letter-spacing: 0.023rem;
    font-family: 'Founders Grotesk';
    font-weight: normal;
    padding-bottom: 2rem;
}
.nuc_sales8_col article{
    padding-top: 1.9rem;
    padding-bottom: 3.1rem;
}
.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: 0rem;
    padding-bottom: 0.03rem;
    list-style: none;
}
.nuc_sales8_colin .col ul li a{}
.nuc_sales8_colin .left{
    /* width: 50%; */
    padding-right: 2rem;
}
.nuc_sales8_colin .right{
    padding-left: 0.94rem;
}

.nuc_sales8_slider .slick-arrow{
    top: 0%;
    width: 7.1rem;
    height: 4.16rem;
    border: 2px solid #383836;
    border-radius: 100px;
    padding: 0.4rem;
    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.34rem;
    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.7rem;
    top: -3rem;
}
.nuc_sales8_slider .slick-next svg{
    transform: rotate(-90deg);
}
.nuc_sales8_slider .slick-next svg path{}

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

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

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

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

.nuc_sales8_colin{
    padding-top: 2.3rem;
    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.6rem;
}
.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.8rem;
    left: -10rem;
}
.nuc_sales8_slider .slick-arrow{
    top: unset;
    bottom: -4.34rem;
    width: 28.7rem;
    height: 16.8rem;
    border-color: #232226;
}
.nuc_sales8_slider .slick-arrow svg{}
.nuc_sales8_slider .slick-arrow svg path{}

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

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



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

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

.nuc_sales9_col .image{}
.nuc_sales9_col .image span{
    width: 10.3rem;
    height: 10.3rem;
    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.2rem;
    height: 1px;
    display: block;
    background-color: #000000;
    position: absolute;
    top: 4.8rem;
    left: -5.44rem;
    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: 5rem;
    padding-right: 5rem;
    text-align: center;
    padding-top: 3.3rem;
    font-size: 1.4rem;
    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: 2rem;
}

.nuc_sales9_slider .slick-arrow{
    top: 54.6%;
    width: 7.1rem;
    height: 4.16rem;
    border: 2px solid #3f3f3f;
    border-radius: 100px;
    z-index: 2;
    padding: 0.4rem;
    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: 0rem;
}
.nuc_sales9_slider .slick-prev svg{
    transform: rotate(-90deg);
}
.nuc_sales9_slider .slick-prev svg path{}

.nuc_sales9_slider .slick-next{
    right: 0.3rem;
}
.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: 0rem;
}
.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.5rem;
}
.nuc_sales9_slider .slick-prev:hover {
    padding-right: 1.5rem;
}
@media (max-width: 1020px) {
.nuc_sales9{
    background-color: #FAFAFA;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 21.12rem;
    padding-bottom: 0.3rem;
}
.nuc_sales9 .inner{
    max-width: 100rem;
}
.nuc_sales9 .subheading{
    padding-left: 6.6rem;
    padding-right: 5rem;
    letter-spacing: 0.22rem;
    padding-bottom: 10.5rem;
}
.nuc_sales9 h3.heading{
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 12.2rem;
    line-height: 1;
    letter-spacing: -0.2rem;
    padding-bottom: 12.4rem;
}
.nuc_sales9 h3.heading br{}

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

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

.nuc_sales9_col article{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 9.7rem;
    font-size: 4.6rem;
    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.5rem;
    padding-left: 6rem;
    padding-right: 6rem;
    letter-spacing: 0.2rem;
}



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

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

.nuc_sales9_slider .slick-next{
    right: 3.2rem;
    /* 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.7rem;
}
}









/*
    Section 10
------------------------------*/
.nuc_sales10{}
.nuc_sales10 .inner_first{
    max-width: 87rem;
    margin-left: auto;
    margin-right: auto;
}
.nuc_sales10 .inner{
    background-color: #232226;
    padding-left: 6rem;
    padding-right: 6rem;
    
}

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

.nuc_sales10 h3.heading{
    color: #DBDBD3;
    text-align: center;
    font-size: 6.5rem;
    margin: 0px;
    padding-top: 1rem;
    letter-spacing: 0.0rem;
    padding-right: 0rem;
    padding-bottom: 2.765rem;
    padding-left: 1.5rem;
}
.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.34rem;
    letter-spacing: 0.0rem;
    line-height: 1;
    padding-left: 25rem;
    padding-right: 25rem;
}
.nuc_sales10 h5.shortheading br{}

.nuc_sales10_list{
    padding-left: 31rem;
    padding-right: 31rem;
    padding-top: 3.95rem;
}
.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.1rem;
    letter-spacing: -0.015rem;
    padding-bottom: 1rem;
    margin-bottom: 0.67rem;
}
.nuc_sales10_list ul li:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0rem;
    width: 69%;
    height: 1px;
    background-color: #4e4d4e;
    margin-left: 16%;
}

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

.nuc_sales10 .link{
    text-align: center;
    padding-top: 4.8rem;
    padding-left: 0.3rem;
}
.nuc_sales10 .link a{
    font-family: 'General Sans';
    font-weight: 500;
    color: #3250a9;
    letter-spacing: 0.245rem;
    padding-bottom: 0.56rem;
    position: relative;
    display: inline-block;
}
.nuc_sales10 .link a:before{
    content: "";
    width: 96.5%;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0rem;
    left: -0.1rem;
    background-color: #3250a9;
    transition: 0.45s;
}
.nuc_sales10 .link a:after {
    content: "";
    width: 0%;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0rem;
    left: -0.1rem;
    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.4rem;
    background-color: #fafafa;
}
.nuc_sales10 .bottom_svg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2rem;
    background-color: #232226;
    top: -1rem;
    left: 0rem;
}
.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: 1020px) {
.nuc_sales10{}
.nuc_sales10 .inner{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 18.9rem;
}
.nuc_sales10 .inner_first{
  max-width: 100rem;
}
.nuc_sales10 .subheading{}

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

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

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

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

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

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

.nuc_sales10 .bottom_svg{
    background-color: #232226;
    margin-top: -1rem;
    z-index: 2;
    margin-bottom: -2rem;
}
.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: 0rem;
}
.nuc_sales10 .bottom_svg .mobile_only svg path{fill: #FAFAFA;}
}





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

.nuc_sales11 .left{
    width: 50%;
    padding-left: 0.47rem;
    padding-right: 6.68rem;
}
.nuc_sales11 .left h3{
    font-size: 6.55rem;
    margin: 0px;
    padding-top: 0.6rem;
    margin-left: 0rem;
    letter-spacing: -0.02rem;
    color: #232226;
}
.nuc_sales11 .left h3 span{
    padding-left: 7.42rem;
    letter-spacing: -0.14rem;
}
.nuc_sales11 .left h3 br{}
.nuc_sales11 .left_img{
    padding-top: 6.45rem;
}
.nuc_sales11 .left_img span.image{
    width: 100%;
    display: block;
    height: 49.5rem;
    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.6rem;
  right: 85.6%;
  background-color: #000000;
}
.nuc_sales11 .left_img span.image:after{
    content: "";
    width: 33.23rem;
    display: block;
    position: absolute;
    top: -1.48rem;
    right: -1.64rem;
    height: 45.7rem;
    border: 1px solid #000;
}
.nuc_sales11 .right{
    width: 50%;
    padding-top: 6.03rem;
    padding-left: 5.15rem;
    padding-right: 1.9rem;
    position: relative;
    z-index: 1;
}
.nuc_sales11 .right_img{}
.nuc_sales11 .right_img span.image{
    width: 100%;
    display: block;
    height: 49.56rem;
    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.15rem;
    left: 30.9rem;
    background-color: #000000;
}
.nuc_sales11 .right_img span.image:after{
    content: "";
    width: 33.3rem;
    display: block;
    position: absolute;
    top: 5.3rem;
    left: -1.57rem;
    height: 45.7rem;
    border: 1px solid #000;
}

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

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

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

.nuc_sales11_list{
    padding-bottom: 11.67rem;
}
.nuc_sales11_list ul{}
.nuc_sales11_list ul li{
    display:none;
    padding-left: 7.1rem;
    line-height: 1.79;
    margin-bottom: 7.99rem;
    width: 102%;
}
.nuc_sales11_list ul li br{
    display: none;
}
.nuc_sales11_list ul li span{
    width: 4.4rem;
    height: 4.4rem;
    top: 0.2rem;
    left: 0.67rem;
}
.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: 7rem;
    margin-top: 0rem;
}
.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.9rem;
  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.9rem;
    padding-top: 7.23rem;
    padding-left: 6.12rem;
    padding-right: 6.12rem;
    padding-bottom: 7.3rem;
}
.nuc_sales12 .inner{
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

.nuc_sales12in{
    padding-top: 4.75rem;
    padding-left: 0rem;
}
.nuc_sales12in .col{
    display: none !important;
    width: 100%;
    padding-right: 0rem;
}
.nuc_sales12in .col.mobile_only{
    display: block !important;
}
.nuc_sales12in .col ul{}
.nuc_sales12in .col ul li{
    display: none;
    padding-left: 6.9rem;
    line-height: 1.79;
    margin-bottom: 7.99rem;
    width: 102%;
    font-size: 4.6rem;
    letter-spacing: 0.11rem;
}
.nuc_sales12in .col ul li br{
    display: none;
}
.nuc_sales12in .col ul li span{
    width: 4.4rem;
    height: 4.4rem;
    top: 0.2rem;
    left: 0.67rem;
}
.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: 7rem;
    margin-top: 0rem;
}
.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.9rem;
  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;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
}

.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.45rem;
    padding-left: 6.4rem;
    padding-right: 3.5rem;
    padding-bottom: 7.2rem;
}
.nuc_sales13 .right h3{
    font-size: 6.55rem;
    color: #E4E4DC;
    margin: 0px;
    letter-spacing: -0.05rem;
    padding-bottom: 4.5rem;
}
.nuc_sales13 .right article{
    color: #E4E4DC;
    padding-left: 0.5rem;
    letter-spacing: 0.034rem;
    padding-right: 6rem;
}
.nuc_sales13 .right article p{
    margin-bottom: 0px;
    padding-bottom: 1.878rem;
}
.nuc_sales13 .right article p br{}
.nuc_sales13 .right article p br.m{}
.nuc_sales13 .right .signature{
    margin-left: -1rem;
    display: block;
    padding-right: 35.8rem;
    padding-top: 1.77rem;
}
.nuc_sales13 .right .signature img{}

@media (max-width: 1020px) {
.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.4rem;
}

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





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

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


.nuc_sales14 .link a:after {
    content: "";
    width: 0%;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0rem;
    left: -0.1rem;
    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: 1020px) {
.nuc_sales14{
    padding-top: 20.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 19.54rem;
}
.nuc_sales14_bg{} 
.nuc_sales14_bg.desktop_only{}
.nuc_sales14_bg.mobile_only{}

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





/*
    Section 15
------------------------------*/
.nuc_sales15{
    background-color: #f5f5f5;
    padding-top: 9.68rem;
    padding-left: 6.5rem;
    padding-right: 6.5rem;
    padding-bottom: 7.55rem;
}
.nuc_sales15 .inner{
    max-width: 87rem;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.nu_sales15in .col{
    display: block;
    width: 100%;
    padding-bottom: 1.9rem;
    padding-left: 2.56rem;
}
.nu_sales15in .col h3.accordion_hand{
    padding-top: 0rem;
    color: #000000;
    margin-bottom: 0px;
    padding-right: 0rem;
    font-size: 2.16rem;
    line-height: 0.96 !important;
    letter-spacing: -0.03rem;
    position: relative;
    cursor: pointer;
    font-family: 'Founders Grotesk';
    font-weight: normal;
    border-bottom: 1px solid #000;
    padding-bottom: 1.05rem;
}
.nu_sales15in .col h3.accordion_hand>span{
  position: absolute;
  top: 0.3rem;
  left: -2.45rem;
  width: 1.1rem;
  height: 1.1rem;
}
.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: 0rem;
    padding-top: 1.64rem;
    color: #000000;
    font-size: 1.06rem;
    letter-spacing: 0.009rem;
    padding-right: 1rem;
    line-height: 1.72;
    padding-bottom: 0.2rem;
    padding-bottom: 5.4rem;
}
.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: 1020px) {
.nuc_sales15{
    background-color: #FAFAFA;
    padding-top: 18.6rem;
    padding-left: 6.5rem;
    padding-right: 6.3rem;
    padding-bottom: 8.55rem;
}
.nuc_sales15 .inner{
    max-width: 100rem;
}

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

.nu_sales15in{
    padding-top: 11.1rem;
    padding-left: 0rem;
}
.nu_sales15in .left{
    width: 100%;
    padding-right: 0rem;
}
.nu_sales15in .right{
    width: 100%;
    padding-left: 0rem;
}
.nu_sales15in .col{
    padding-bottom: 4.5rem;
    padding-left: 8.7rem;
}
.nu_sales15in .col h3.accordion_hand{
    padding-left: 0rem;
    padding-right: 0rem;
    font-size: 6.35rem;
    line-height: 1.07 !important;
    letter-spacing: -0.11rem;
    width: 103%;
    padding-bottom: 2rem;
}
.nu_sales15in .col h3.accordion_hand.active{}
.nu_sales15in .col h3.accordion_hand>span{
    left: -7.7rem;
    width: 3.1rem;
    height: 3.1rem;
    top: 0.9rem;
}
.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.7rem;
    letter-spacing: 0.065rem;
    padding-right: 4rem;
    line-height: 1.397;
    padding-bottom: 3.6rem;
    padding-left: 0rem;
    padding-top: 0.3rem;
    border-bottom: 1px solid #000;
    margin-bottom: 4.4rem;
}
.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: 0rem;
    left: 0rem;
}

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

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

.footer .footer_s1 .footer_insta{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-left: 22rem;
    padding-right: 22rem;
}
.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.9rem !important;
}
.footer .footer_s1 .footer_insta .insta_images{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 0.34rem;
    padding-right: 0.34rem;
}
.footer .footer_s1 .footer_insta .insta_images .image{
    width: 25%;
    display: block;
    padding: 1rem 0.5rem;
}
.footer .footer_s1 .footer_insta .insta_images .image span{
    display: block;
    width: 100%;
    height: 11.4rem;
    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.3rem;
    padding-left: 0.87rem;
    margin-top: -0.6rem;
    letter-spacing: 0.09rem;
    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.3rem;
    padding-left: 0.87rem;
    margin-top: -0.6rem;
    letter-spacing: 0.09rem;
    text-align: right;
    padding-right: 1.23rem;
}
.footer .footer_s1 .footer_insta .in_user a{
    color: #232226;
}

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


.footer .footer_s2 .left{
    width: 50%;
    padding-left: 0rem;
}
.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.6rem;
    margin: 0px;
    letter-spacing: 0.067rem;
    position: relative;
    line-height: normal;
    color: #F5F1E6;
    font-family: 'General Sans';
    font-weight: normal;
    padding-right: 1.89rem;
}
.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.6rem;
    position: absolute;
    top: 0.1rem;
    right: 0.85rem;
    background-color: #F5F1E6;
}
.footer .footer_s2 .left ul li:last-child{
    padding-left: 0.2rem;
}
.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.6rem;
    margin: 0px;
    letter-spacing: 0.074rem;
    position: relative;
    line-height: normal;
    color: #F5F1E6;
    font-family: 'General Sans';
    font-weight: normal;
    padding-right: 4.7rem;
    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.5rem;
    position: absolute;
    top: 0.2rem;
    right: 2.48rem;
    background-color: #F5F1E6;
}
.footer .footer_s2 .right ul li:last-child{
    padding-right: 0rem;
}
.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.9rem;
    }
}
@media (max-width: 1020px) {
    .responsive-menu-waper .footer{
    display: none;
}
    .footer .footer_topbg{
        background-image: url(slc5-mbg.jpg);
    }
    
    .footer .footer_s1{
        padding-top: 14.5rem;
    }
    .footer .footer_s1 .section_inner{
        padding-left: 0rem;
        padding-right: 0rem;
        padding-bottom: 3rem;
        z-index: 1;
    }
    
    .footer .footer_s1 .footer_logo{
        padding-bottom: 15.38rem;
    }
    .footer .footer_s1 .footer_logo span{
        width: 32rem;
        padding-left: 0.3rem;
    }
    .footer .footer_s1 .footer_logo span svg{
        height: auto;
        width: 29.5rem;
    }
    
    .footer .footer_s1 .footer_insta{
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .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.1rem !important;
}
    .footer .footer_s1 .footer_insta .insta_images{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .footer .footer_s1 .footer_insta .insta_images .image{
        width: 50%;
        padding: 1rem 1.8rem 2.6rem 1.8rem;
    }
    .footer .footer_s1 .footer_insta .insta_images .image span{
        height: 44.7rem;
    }
    .footer .footer_s1 .footer_insta .insta_images .image span a{}
    
    .footer .footer_s1 .footer_insta .title{
        font-size: 5rem;
        padding-left: 5.7rem;
        padding-top: 0.5rem;
        letter-spacing: 0.2rem;
    }
    .footer .footer_s1 .footer_insta .in_user{
        font-size: 5rem;
        padding-right: 6.98rem;
        padding-top: 0.5rem;
        letter-spacing: 0.2rem;
    }
    .footer .footer_s1 .footer_insta .in_user a{}
    
    .footer .footer_s2{
        /* margin-top: -85.14rem; */
        padding-top: 0.6rem;
        padding-left: 3.3rem;
        padding-right: 3.3rem;
        padding-bottom: 5.5rem;
        background-color: #000000;
    }
    .footer .footer_s2 .section_inner{
        padding-top: 1.7rem;
    } 
    
    .footer .footer_s2 .left{
        width: 100%;
        display: block;
        text-align: center;
        padding-left: 0rem;
    }
    .footer .footer_s2 .left ul{}
    .footer .footer_s2 .left ul li{
        font-size: 2.9rem;
        padding-left: 0.8rem;
         padding-right: 0.8rem;
        font-family: 'Work Sans', sans-serif;
        font-weight: normal;
        letter-spacing: 0.09rem;
    }
    .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.5rem;
        top: 0.7rem;
        right: -0.6rem;
    }
    .footer .footer_s2 .left ul li:last-child{
        padding-left: 0.5rem;
    }
    .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.9rem;
        padding-left: 1.5rem;
        padding-right: 0.5rem;
        display: block;
        padding-top: 0.5rem;
        padding-bottom: 0.4rem;
        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: 14rem;
        position: relative;
        padding-bottom: 3rem;
    }
    .responsive-menu-waper .footer .footer_s1:before{
        content:"";
        width: 94%;
        display: block;
        position: absolute;
        top: 6.4rem;
        left: 3rem;
        height: 1px;
        background-color: rgb(0 0 0 / 53%);
    }
    .responsive-menu-waper .footer .footer_s1:after{
        content:"";
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0rem;
        left: 0rem;
        height: 70.4%;
        background-color: #E4E4DB;
    }
    
}