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


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

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

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

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


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

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

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

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





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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile_only {
  display: none !important;
}

.m {
  display: none !important;
}

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

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

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

.mobile_only {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lp_header .user__dropdown span {
  display: block;
}

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

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

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

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

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

  .lp_header .user__avatar {
    display: none;
  }

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

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

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

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




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

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



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

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

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

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

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

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




