@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@font-face {
  font-family: "HelveticaNeueLight";
  src: url("../fonts/HelveticaNeueLight.woff2") format("woff2"), url("../fonts/HelveticaNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueMedium";
  src: url("../fonts/HelveticaNeueMedium.woff2") format("woff2"), url("../fonts/HelveticaNeueMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueBold";
  src: url("../fonts/HelveticaNeueBold.woff2") format("woff2"), url("../fonts/HelveticaNeueBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Rozmiar czcionki dla najwyzszego diva */
#cm-lelit-product {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #000;
  line-height: 1.25;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  container: main/inline-size;
}
@container main (max-width: 1000px) {
  #cm-lelit-product .cm-main-div {
    font-size: 14px;
  }
}
#cm-lelit-product.cm-width-800,
#cm-lelit-product .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}
#cm-lelit-product .pc-margin-top-xxs {
  padding-top: 1em;
}
#cm-lelit-product .pc-margin-bottom-xxs {
  padding-bottom: 1em;
}
#cm-lelit-product .pc-margin-top-xs {
  padding-top: 1.5em;
}
#cm-lelit-product .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}
#cm-lelit-product .pc-margin-top-s {
  padding-top: 3em;
}
#cm-lelit-product .pc-margin-bottom-s {
  padding-bottom: 3em;
}
#cm-lelit-product .pc-margin-top-m {
  padding-top: 4em;
}
#cm-lelit-product .pc-margin-bottom-m {
  padding-bottom: 4em;
}
#cm-lelit-product .pc-margin-top-l {
  padding-top: 6em;
}
#cm-lelit-product .pc-margin-bottom-l {
  padding-bottom: 6em;
}
#cm-lelit-product .pc-margin-top-xl {
  padding-top: 8em;
}
#cm-lelit-product .pc-margin-bottom-xl {
  padding-bottom: 8em;
}
#cm-lelit-product .pc-margin-top-xxl {
  padding-top: 10em;
}
#cm-lelit-product .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}
@container main (max-width: 500px) {
  #cm-lelit-product .pc-margin-top-xxs {
    padding-top: 1em;
  }
  #cm-lelit-product .pc-margin-bottom-xxs {
    padding-bottom: 1em;
  }
  #cm-lelit-product .pc-margin-top-xs {
    padding-top: 1em;
  }
  #cm-lelit-product .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #cm-lelit-product .pc-margin-top-s {
    padding-top: 2em;
  }
  #cm-lelit-product .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #cm-lelit-product .pc-margin-top-m {
    padding-top: 3em;
  }
  #cm-lelit-product .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #cm-lelit-product .pc-margin-top-l {
    padding-top: 4em;
  }
  #cm-lelit-product .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #cm-lelit-product .pc-margin-top-xl {
    padding-top: 5em;
  }
  #cm-lelit-product .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #cm-lelit-product .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #cm-lelit-product .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}
#cm-lelit-product .pc-margin-top-deca {
  margin-top: 0.5em;
}
#cm-lelit-product .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}
#cm-lelit-product .pc-margin-top-hecto {
  margin-top: 1em;
}
#cm-lelit-product .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}
#cm-lelit-product .pc-margin-top-kilo {
  margin-top: 1.25em;
}
#cm-lelit-product .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}
#cm-lelit-product .pc-margin-top-mega {
  margin-top: 1.5em;
}
#cm-lelit-product .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}
#cm-lelit-product .pc-margin-top-giga {
  margin-top: 2em;
}
#cm-lelit-product .pc-margin-bottom-giga {
  margin-bottom: 2em;
}
#cm-lelit-product .pc-margin-top-tera {
  margin-top: 2.5em;
}
#cm-lelit-product .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}
#cm-lelit-product .pc-clear {
  clear: both;
}
#cm-lelit-product .m-st-1:after {
  content: "";
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #d9caaf;
}
#cm-lelit-product .m-st-2 {
  border-bottom: 4px solid #d9caaf;
  border-top: 2px solid #d9caaf;
}
#cm-lelit-product .m-st-3 {
  -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  -moz-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}
#cm-lelit-product sup {
  all: unset;
  vertical-align: super;
  font-size: 70%;
}
#cm-lelit-product a {
  text-decoration: none !important;
}
#cm-lelit-product .cm-separator {
  height: 6em;
}
@container main (max-width: 1000px) {
  #cm-lelit-product .cm-separator {
    height: 4em;
  }
}
@container main (max-width: 900px) {
  #cm-lelit-product .cm-separator {
    height: 2em;
  }
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-separator {
    height: 0;
  }
}
@container main (max-width: 700px) {
  #cm-lelit-product .cm-separator {
    height: 80px;
  }
}
@container main (max-width: 500px) {
  #cm-lelit-product .cm-separator {
    height: 5em;
  }
}
@container main (max-width: 380px) {
  #cm-lelit-product .cm-separator {
    height: 3em;
  }
}
#cm-lelit-product .cm-show-mobile {
  display: none;
}
@container main (max-width: 700px) {
  #cm-lelit-product .cm-show-mobile {
    display: block;
  }
}
#cm-lelit-product .cm-hide-mobile {
  display: block !important;
}
@container main (max-width: 700px) {
  #cm-lelit-product .cm-hide-mobile {
    display: none !important;
  }
}
#cm-lelit-product .cm-top {
  max-width: 1200px;
  margin: auto;
  display: flex;
  height: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5em;
}
@container main (max-width: 1100px) {
  #cm-lelit-product .cm-top {
    padding-right: 1em;
  }
}
@container main (max-width: 400px) {
  #cm-lelit-product .cm-top {
    padding-left: 1em;
    padding-right: 1em;
  }
}
#cm-lelit-product .cm-top .cm-logo {
  max-width: 100px;
}
@container main (max-width: 400px) {
  #cm-lelit-product .cm-top .cm-logo {
    max-width: 80px;
  }
}
#cm-lelit-product .cm-top .cm-logo img {
  width: 100%;
}
#cm-lelit-product .cm-top .cm-text {
  max-width: 380px;
}
@container main (max-width: 1100px) {}
@container main (max-width: 700px) {
  #cm-lelit-product .cm-top .cm-text {
    max-width: 300px;
  }
}
@container main (max-width: 500px) {
  #cm-lelit-product .cm-top .cm-text {
    max-width: 220px;
  }
}
@container main (max-width: 400px) {
  #cm-lelit-product .cm-top .cm-text {
    max-width: 200px;
  }
}
#cm-lelit-product .cm-top .cm-text img {
  width: 100%;
}
#cm-lelit-product .pc-b6-a .pc-block-module .pc-relative {
  max-width: 100%;
}
#cm-lelit-product .pc-b6-a .pc-block-module .pc-relative .pc-text-center img {
  margin-top: 1em;
}
#cm-lelit-product .pc-b6-a .pc-block-module .pc-relative .pc-text-center .pc-b6-title {
  font-size: 3em;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
#cm-lelit-product .pc-b6-a .pc-block-module .pc-relative .pc-text-center .pc-b6-title span {
  color: #0a0a0a;
}
#cm-lelit-product .pc-b6-a .pc-block-module .pc-relative .pc-text-center .pc-b6-subtitle {
  font-size: 2em;
  color: #ffffff;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
}
@container main (max-width: 500px) {
  #cm-lelit-product .pc-b6-a .pc-block-module .pc-relative .pc-text-center .pc-b6-subtitle {
    font-size: 2em;
  }
}
#cm-lelit-product .cm-serp-section {
  width: 100%;
  max-width: 1200px;
  margin: 5em auto;
}
@container main (max-width: 1100px) {
  #cm-lelit-product .cm-serp-section {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text {
  padding-left: 1em;
  padding-right: 0.5em;
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text.cm-rev {
  order: 2;
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text.cm-rev {
    order: 1;
  }
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text.cm-rev p {
  padding-bottom: 1em;
  line-height: 1.6;
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .cm-title {
  font-size: 1.75em;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 1em;
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .cm-title {
    text-align: center;
  }
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .cm-title span {
  color: #0a0a0a !important;
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text p {
  font-size: 1em;
  color: #272d3d;
  font-weight: 400;
  padding-bottom: 2em;
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text p {
    text-align: center;
  }
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description {
  padding-top: 1em;
}
@container main (max-width: 1000px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description {
    font-size: 1.125em;
  }
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description {
    padding-bottom: 2em;
  }
}
@container main (max-width: 500px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description {
    font-size: 1em;
  }
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-image.cm-rev {
  order: 1;
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-image.cm-rev {
    order: 2;
    margin-top: 2em;
  }
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number {
  transition: all 0.5s;
  margin-bottom: 20px;
  padding-left: 0px;
  position: relative;
  display: flex;
  align-items: center;
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number p {
  font-size: 2em;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  color: #272d3d;
  padding-left: 20px;
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number p span {
  color: #0a0a0a;
}
@container main (max-width: 1000px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number p {
    font-size: 1.5em;
  }
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number {
    opacity: 1;
  }
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number .cm-num {
  color: #ffffff;
  font-size: 2.75em;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  display: inline;
  position: relative;
  left: 0;
  top: 0;
  max-width: 70px !important;
  width: 70px !important;
  height: auto;
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number .cm-num img {
  transform: rotate(-90deg);
  padding-right: 10px;
  max-width: 60px;
}
@container main (max-width: 900px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number .cm-num img {
    max-width: 50px;
  }
}
@container main (max-width: 400px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number .cm-num {
    padding-right: 10px;
    margin-right: 0px;
  }
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number .cm-icon {
  color: #ffffff;
  font-size: 2.75em;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number p strong {
  text-transform: uppercase;
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number .cm-text {
  padding-left: 10px;
  font-size: 16px;
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number .cm-text strong {
  font-size: 1.25em;
  text-transform: uppercase;
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number .cm-text p {
  font-size: 1em;
}
#cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number:hover {
  opacity: 1;
  transform: translateX(-16px);
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .cm-number:hover {
    transform: none;
  }
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section .pc-b11.pc-b11-hotspot .pc-block-module .pc-text {
    padding-left: 0em !important;
  }
}
#cm-lelit-product .cm-serp-section.cm-bold .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .cm-title {
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
}
@container main (max-width: 500px) {
  #cm-lelit-product .cm-serp-section.cm-bold .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .cm-title {
    font-size: 1.75em;
  }
}
#cm-lelit-product .cm-serp-section.cm-bold .pc-b11.pc-b11-hotspot .pc-block-module .cm-number p {
  padding-bottom: 0;
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section.cm-bold .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description {
    max-width: 300px;
    margin: 0 auto;
  }
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section.cm-bold .pc-b11.pc-b11-hotspot .pc-block-module .cm-number p {
    padding-left: 0;
  }
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section.cm-bold .pc-b11.pc-b11-hotspot .pc-block-module .pc-image {
    margin-bottom: 2em;
  }
}
#cm-lelit-product .cm-serp-section.cm-middle .pc-b11.pc-b11-hotspot .pc-block-module .pc-text {
  padding-right: 0.5em;
}
#cm-lelit-product .cm-serp-section.cm-middle .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .cm-title {
  font-size: 2.5em;
  max-width: 350px;
  margin-bottom: 0;
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-section.cm-middle .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .cm-title {
    margin: 0 auto;
  }
}
#cm-lelit-product .cm-serp-section.cm-middle .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .cm-title span {
  color: #000 !important;
  font-weight: 600;
  background-color: #0a0a0a;
}
#cm-lelit-product .cm-center-text {
  margin: 0 auto;
  text-align: center;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  font-size: 1em;
  margin-top: 5em;
  margin-bottom: 3em;
  padding-left: 1em;
  padding-right: 1em;
}
@container main (max-width: 600px) {
  #cm-lelit-product .cm-center-text {
    margin-top: 5em;
  }
}
#cm-lelit-product .cm-fluid-text {
  width: 100%;
  max-width: 1040px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  color: #272d3d;
  text-align: left;
  margin: auto;
}
#cm-lelit-product .cm-fluid-text > p:nth-child(-n+4) {
  text-align: left;
}
#cm-lelit-product .cm-fluid-text p {
  font-weight: 400;
  font-size: 0.75em;
}
#cm-lelit-product .cm-fluid-text p span {
  font-weight: 600;
}
@media (max-width: 1200px) {
  #cm-lelit-product .cm-fluid-text {
    padding: 1em;
    box-sizing: border-box;
  }
}
#cm-lelit-product .cm-bottom-text {
  background-color: #000;
  max-width: 1200px;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  padding: 14px;
  margin: 1em auto 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding-top: 31px;
  padding-bottom: 31px;
}
#cm-lelit-product .cm-bottom-text p {
  font-size: 1.75em;
  margin-top: 0;
  margin-bottom: 0;
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-bottom-text p {
    font-size: 1.5em;
  }
}
@container main (max-width: 400px) {
  #cm-lelit-product .cm-bottom-text p {
    font-size: 1.25em;
  }
}
#cm-lelit-product .cm-bottom-text .cm-bottom-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1em;
}
#cm-lelit-product .cm-header {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  background-color: #1d1d1d;
  background-repeat: no-repeat;
  background-position: center top;
  height: 572px;
}
@container main (max-width: 700px) {
  #cm-lelit-product .cm-header {
    margin-bottom: 0em;
    background-color: #f6f6f6;
    background-image: none !important;
  }
}
#cm-lelit-product .cm-header .cm-top-rwd {
  position: absolute;
  width: 100%;
  height: 80%;
  display: none;
}
@container main (max-width: 700px) {
  #cm-lelit-product .cm-header .cm-top-rwd {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 40% top;
  }
}
#cm-lelit-product .cm-header .cm-lelit-text {
  padding-left: 4em;
  position: relative;
  z-index: 1;
  max-width: 370px;
  width: 50%;
}
@container main (max-width: 700px) {
  #cm-lelit-product .cm-header .cm-lelit-text {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 0em;
    padding-top: 3em;
  }
}
#cm-lelit-product .cm-header .cm-lelit-text .cm-logo-top {
  padding: 97px 0 0 12px;
}
#cm-lelit-product .cm-header .cm-lelit-text .cm-logo-top img {
  max-width: 330px;
  width: 100%;
}
#cm-lelit-product .cm-header .cm-lelit-text .cm-ng-1 {
  box-sizing: border-box;
  padding: 54px 0 0 12px;
  font-size: 2.25em;
  line-height: 1.12;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
#cm-lelit-product .cm-header .cm-lelit-text .cm-ng-red {
  margin: 4px 0 8px 0;
  line-height: 1.12;
  background-color: #d10709;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0 0.25em;
  font-size: 3em;
  font-weight: 700;
  max-width: fit-content;
}
#cm-lelit-product .cm-header .cm-lelit-text .cm-ng-red div {
  transform: translateY(-4px);
}
#cm-lelit-product .cm-header .cm-lelit-text .cm-ng-2 {
  font-size: 1.875em;
  line-height: 1.12;
  margin-top: 0;
  padding: 0 12px;
  font-family: "HelveticaNeueLight", sans-serif;
  font-weight: 300;
  color: #ffffff;
}
#cm-lelit-product .cm-header .cm-lelit-text .cm-ng-2:nth-child(5) {
  margin-top: 32px;
}
#cm-lelit-product .cm-header .cm-header-product {
  max-width: 600px;
  width: 50%;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 0;
  transform: translateY(18%);
  padding-right: 32px;
}
#cm-lelit-product .cm-header .cm-header-product img {
  max-width: 100%;
}
@container main (max-width: 1000px) {
  #cm-lelit-product .cm-header {
    background-position: right 40% top;
    background-size: cover;
  }
  #cm-lelit-product .cm-header .cm-lelit-text {
    padding-left: 2em;
  }
  #cm-lelit-product .cm-header .cm-lelit-text .cm-logo-top {
    padding: 97px 0 0 4px;
  }
  #cm-lelit-product .cm-header .cm-lelit-text .cm-ng-red {
    padding: 0 0.125em;
  }
  #cm-lelit-product .cm-header .cm-lelit-text .cm-ng-1 {
    padding: 54px 0 0 4px;
  }
  #cm-lelit-product .cm-header .cm-lelit-text .cm-ng-2 {
    padding: 0 4px;
  }
}
@container main (max-width: 900px) {
  #cm-lelit-product .cm-header .cm-lelit-text .cm-logo-top img {
    max-width: 300px;
  }
  #cm-lelit-product .cm-header .cm-header-product img {
    width: 95%;
  }
}
@container main (max-width: 700px) {
  #cm-lelit-product .cm-header {
    flex-direction: column;
    margin: 0 auto;
    height: auto;
    background-color: #1d1d1d;
  }
  #cm-lelit-product .cm-header .cm-lelit-text {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #cm-lelit-product .cm-header .cm-lelit-text .cm-logo-top {
    margin: 0 auto;
    padding: 32px 0 0 0;
  }
  #cm-lelit-product .cm-header .cm-lelit-text .cm-ng-1 {
    padding: 32px 0 0 0;
  }
  #cm-lelit-product .cm-header .cm-lelit-text .cm-ng-2 {
    padding: 0;
  }
  #cm-lelit-product .cm-header .cm-header-product {
    width: 100%;
    justify-content: center;
    padding-top: 74px;
    padding-right: 0;
    align-self: center;
    transform: translateY(0%);
  }
  #cm-lelit-product .cm-header .cm-header-product img {
    max-width: 350px;
  }
}
@container main (max-width: 500px) {
  #cm-lelit-product .cm-header .cm-lelit-text .cm-ng-1 {
    font-size: 2.125em;
  }
  #cm-lelit-product .cm-header .cm-lelit-text .cm-ng-red {
    font-size: 2.75em;
  }
  #cm-lelit-product .cm-header .cm-lelit-text .cm-ng-2 {
    font-size: 1.5em;
  }
  #cm-lelit-product .cm-header .cm-lelit-text .cm-ng-2:nth-child(5) {
    margin-top: 16px;
  }
  #cm-lelit-product .cm-header .cm-lelit-text .cm-logo-top {
    padding: 16px 0 0 0;
  }
  #cm-lelit-product .cm-header .cm-lelit-text .cm-logo-top img {
    max-width: 250px;
  }
  #cm-lelit-product .cm-header .cm-header-product {
    padding-top: 50px;
  }
}
@container main (max-width: 400px) {
  #cm-lelit-product .cm-header .cm-lelit-text .cm-logo-top img {
    max-width: 200px;
  }
}
#cm-lelit-product .cm-intro {
  display: flex;
}
#cm-lelit-product .cm-intro .cm-intro-box {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding: 0 32px 0 76px;
  justify-content: space-between;
  min-height: 520px;
  background-color: #1d1d1d;
}
#cm-lelit-product .cm-intro .cm-intro-box .cm-text {
  max-width: 520px;
  width: 50%;
  padding: 14% 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}
#cm-lelit-product .cm-intro .cm-intro-box .cm-text.cm-dark {
  color: #0a0a0a;
}
#cm-lelit-product .cm-intro .cm-intro-box .cm-text .cm-ng-red {
  margin: 4px auto 16px auto;
  line-height: 1.12;
  background-color: #d10709;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0 0.25em 0.125em 0.25em;
  font-size: 2.25em;
}
#cm-lelit-product .cm-intro .cm-intro-box .cm-text .cm-ng-red div {
  transform: translateY(-2px);
}
#cm-lelit-product .cm-intro .cm-intro-box .cm-text .cm-ng-1 {
  font-family: "HelveticaNeueLight", sans-serif;
  font-weight: 300;
  font-size: 1.25em;
}
#cm-lelit-product .cm-intro .cm-intro-box .cm-text .cm-ng-1 span {
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
}
#cm-lelit-product .cm-intro .cm-intro-box .cm-text .cm-ng-1:nth-child(3) {
  margin-top: 32px;
}
#cm-lelit-product .cm-intro .cm-intro-box .cm-image {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  transform: translateY(20%);
}
#cm-lelit-product .cm-intro .cm-intro-box .cm-image .cm-img img {
  max-width: 100%;
}
@container main (max-width: 1000px) {
  #cm-lelit-product .cm-intro .cm-intro-box {
    padding: 0 32px 0 32px;
  }
}
@container main (max-width: 700px) {
  #cm-lelit-product .cm-intro .cm-intro-box {
    padding: 3em 16px;
    flex-direction: column-reverse;
    position: relative;
  }
  #cm-lelit-product .cm-intro .cm-intro-box .cm-image {
    width: 100%;
    justify-content: center;
    transform: translateY(0%);
    height: 320px;
  }
  #cm-lelit-product .cm-intro .cm-intro-box .cm-image .cm-img img {
    max-width: 450px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #cm-lelit-product .cm-intro .cm-intro-box .cm-text {
    width: 100%;
    padding: 10% 0 10% 0;
  }
}
@container main (max-width: 500px) {
  #cm-lelit-product .cm-intro .cm-intro-box .cm-image {
    height: 230px;
  }
  #cm-lelit-product .cm-intro .cm-intro-box .cm-image .cm-img {
    max-width: 350px;
    width: 100%;
  }
}
@container main (max-width: 380px) {
  #cm-lelit-product .cm-intro .cm-intro-box .cm-image {
    height: 180px;
  }
  #cm-lelit-product .cm-intro .cm-intro-box .cm-image .cm-img {
    max-width: 280px;
    width: 100%;
  }
}
#cm-lelit-product .cm-banner {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#cm-lelit-product .cm-banner img {
  max-width: 100%;
}
#cm-lelit-product .cm-serp {
  display: flex;
  padding: 2em 0;
}
#cm-lelit-product .cm-serp.cm-bg {
  background-color: #1d1d1d;
}
#cm-lelit-product .cm-serp.cm-details {
  padding: 3em 0;
}
#cm-lelit-product .cm-serp .cm-serp-box {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
  min-height: 520px;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text {
  max-width: 520px;
  width: 50%;
  padding: 0;
  padding: 0 16px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #0a0a0a;
  text-align: center;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-red {
  margin: 0 auto 22px auto;
  line-height: 1.12;
  background-color: #d10709;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0 0.25em 0.125em 0.25em;
  font-size: 2.25em;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-red div {
  transform: translateY(-2px);
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-red-double {
  margin: 0 auto 22px auto;
  line-height: 1.12;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2.25em;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-red-double div {
  display: inline-block;
  background-color: #d10709;
  padding: 0 0.25em 0.125em 0.25em;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-red-double div span {
  display: inline-block;
  transform: translateY(-2px);
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-red-double > :first-child {
  padding: 0 0.25em 0 0.25em;
}
@container main (max-width: 1093px) {
  #cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-red-double {
    background-color: #d10709;
  }
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-1 {
  font-family: "HelveticaNeueLight", sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  max-width: 500px;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-1 span {
  font-family: "HelveticaNeueMedium", sans-serif;
  font-weight: 500;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-1.cm-white {
  color: #ffffff;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-1:nth-child(3) {
  margin-top: 32px;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-text-box {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-text-box .cm-single-text {
  display: flex;
  font-weight: 300;
  align-items: baseline;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-text-box .cm-single-text .cm-num {
  max-width: 50px;
  width: 100%;
  color: #d10709;
  font-size: 2.25em;
  font-weight: 700;
  text-align: right;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-text-box .cm-single-text .cm-desc {
  text-align: left;
  padding-left: 16px;
  font-family: "HelveticaNeueLight", sans-serif;
  font-weight: 300;
  font-size: 1.375em;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  padding-left: 60px;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-details div {
  font-size: 1.25em;
  font-family: "HelveticaNeueLight", sans-serif;
  font-weight: 300;
  text-align: left;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-details div span {
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-image {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  transform: translateY(0%);
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-image .cm-img img {
  max-width: 100%;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-image.cm-start {
  justify-content: flex-start;
}
#cm-lelit-product .cm-serp .cm-serp-box .cm-image.cm-start img {
  max-width: 100%;
}
#cm-lelit-product .cm-serp .cm-serp-box > :first-child {
  padding: 0 16px 0 76px;
}
#cm-lelit-product .cm-serp .cm-serp-box > :nth-child(2) {
  padding: 0 32px 0 16px;
}
@container main (max-width: 1000px) {
  #cm-lelit-product .cm-serp {
    padding: 0;
  }
  #cm-lelit-product .cm-serp .cm-serp-box > :first-child {
    padding: 0 16px 0 32px;
  }
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp {
    justify-content: center;
    min-height: unset;
    padding: 0;
  }
  #cm-lelit-product .cm-serp.cm-details {
    padding: 3em 0 0 0;
  }
  #cm-lelit-product .cm-serp .cm-serp-box {
    padding: 3em 16px;
    flex-direction: column;
    justify-content: center;
  }
  #cm-lelit-product .cm-serp .cm-serp-box > :first-child {
    padding: 0;
  }
  #cm-lelit-product .cm-serp .cm-serp-box > :nth-child(2) {
    padding: 0;
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-image {
    width: 100%;
    justify-content: center;
    transform: translateY(0%);
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-image .cm-img img {
    max-width: 500px;
    width: 100%;
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-image.cm-start {
    justify-content: center;
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-image.cm-start img {
    max-width: 500px;
    width: 100%;
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-image.cm-start .cm-img-hotspot {
    max-width: 480px;
    width: 100%;
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-text {
    width: 100%;
    padding: 3em 0;
    max-width: 500px;
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-text.cm-text-box {
    padding: 3em 0 0;
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-details {
    padding-left: 0;
    margin: 0 auto;
    max-width: 500px;
  }
}
@container main (max-width: 500px) {
  #cm-lelit-product .cm-serp .cm-serp-box {
    padding: 2em 16px;
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-text.cm-end {
    padding: 3em 0 2em 0;
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-red {
    font-size: 2em;
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-ng-red-double {
    font-size: 2em;
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-text-box .cm-single-text .cm-num {
    font-size: 2em;
  }
  #cm-lelit-product .cm-serp .cm-serp-box .cm-text .cm-text-box .cm-single-text .cm-desc {
    font-size: 1.25em;
  }
}
#cm-lelit-product .cm-serp-icons {
  display: flex;
  padding: 2em 0;
  background-color: #1d1d1d;
  flex-direction: column;
  margin-top: 100px;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
  min-height: 250px;
  max-height: 250px;
  padding-bottom: 3em;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text {
  max-width: 520px;
  width: 50%;
  padding: 0;
  padding: 0 16px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #0a0a0a;
  text-align: center;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text .cm-ng-red {
  margin: 0 auto 22px auto;
  line-height: 1.12;
  background-color: #d10709;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0 0.25em 0.125em 0.25em;
  font-size: 2.25em;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text .cm-ng-red div {
  transform: translateY(-2px);
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text .cm-ng-1 {
  font-family: "HelveticaNeueLight", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 1.25em;
  max-width: 500px;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text .cm-ng-1 span {
  font-family: "HelveticaNeueMedium", sans-serif;
  font-weight: 500;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text .cm-ng-1:nth-child(3) {
  margin-top: 32px;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text .cm-text-box {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text .cm-text-box .cm-single-text {
  display: flex;
  font-weight: 300;
  align-items: baseline;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text .cm-text-box .cm-single-text .cm-num {
  max-width: 50px;
  width: 100%;
  color: #d10709;
  font-size: 2.25em;
  font-weight: 700;
  text-align: right;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text .cm-text-box .cm-single-text .cm-desc {
  text-align: left;
  padding-left: 16px;
  font-family: "HelveticaNeueLight", sans-serif;
  font-weight: 300;
  font-size: 1.375em;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-image {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  transform: translateY(-20%);
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-image .cm-img img {
  max-width: 100%;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-image.cm-start {
  justify-content: flex-start;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box .cm-image.cm-start img {
  max-width: 100%;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box > :first-child {
  padding: 0 16px 0 76px;
}
#cm-lelit-product .cm-serp-icons .cm-serp-box > :nth-child(2) {
  padding: 0 32px 0 16px;
}
#cm-lelit-product .cm-serp-icons .cm-icons-title {
  margin: 0 auto;
  text-align: center;
  font-size: 2.625em;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
#cm-lelit-product .cm-serp-icons .cm-icons-box {
  display: flex;
  justify-content: center;
  padding: 50px 76px;
  gap: 1em;
}
#cm-lelit-product .cm-serp-icons .cm-icons-box .cm-icon {
  flex-basis: 25%;
  width: 25%;
  display: flex;
  flex-direction: column;
  color: #fff;
}
#cm-lelit-product .cm-serp-icons .cm-icons-box .cm-icon .cm-img img {
  max-width: 100%;
}
#cm-lelit-product .cm-serp-icons .cm-icons-box .cm-icon .cm-title {
  font-size: 18px;
  text-align: center;
  margin: 20px 0 14px 0;
  font-family: "HelveticaNeueMedium", sans-serif;
  font-weight: 500;
}
#cm-lelit-product .cm-serp-icons .cm-icons-box .cm-icon .cm-description {
  font-size: 16px;
  text-align: center;
  font-family: "HelveticaNeueLight", sans-serif;
  font-weight: 300;
}
@container main (max-width: 1000px) {
  #cm-lelit-product .cm-serp-icons {
    margin-top: 70px;
  }
  #cm-lelit-product .cm-serp-icons .cm-serp-box > :first-child {
    padding: 0 16px 0 32px;
  }
  #cm-lelit-product .cm-serp-icons .cm-icons-box {
    padding: 50px 32px;
  }
}
@container main (max-width: 900px) {
  #cm-lelit-product .cm-serp-icons .cm-icons-box {
    flex-wrap: wrap;
    gap: 3em;
  }
  #cm-lelit-product .cm-serp-icons .cm-icons-box .cm-icon {
    flex-basis: 45%;
    width: 45%;
  }
  #cm-lelit-product .cm-serp-icons .cm-icons-box .cm-icon .cm-img {
    margin: 0 auto;
  }
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-serp-icons {
    margin-top: 0;
    justify-content: center;
    padding: 0 16px;
  }
  #cm-lelit-product .cm-serp-icons .cm-serp-box {
    padding: 0 0 3em;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3em;
    min-height: unset;
    max-height: unset;
  }
  #cm-lelit-product .cm-serp-icons .cm-serp-box > :first-child {
    padding: 0;
  }
  #cm-lelit-product .cm-serp-icons .cm-serp-box > :nth-child(2) {
    padding: 0;
  }
  #cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text {
    padding: 3em 0;
    width: 100%;
    max-width: 500px;
  }
  #cm-lelit-product .cm-serp-icons .cm-serp-box .cm-image {
    width: 100%;
    justify-content: center;
    transform: translateY(0%);
  }
  #cm-lelit-product .cm-serp-icons .cm-serp-box .cm-image .cm-img img {
    max-width: 500px;
    width: 100%;
  }
  #cm-lelit-product .cm-serp-icons .cm-serp-box .cm-image.cm-start {
    width: 100%;
    justify-content: center;
    transform: translateY(0%);
    padding: 0;
  }
  #cm-lelit-product .cm-serp-icons .cm-serp-box .cm-image.cm-start .cm-img img {
    max-width: 500px;
    width: 100%;
  }
  #cm-lelit-product .cm-serp-icons .cm-icons-box {
    padding: 50px 0;
  }
}
@container main (max-width: 500px) {
  #cm-lelit-product .cm-serp-icons .cm-icons-box .cm-icon {
    flex-basis: 100%;
    width: 100%;
  }
}
@container main (max-width: 500px) {
  #cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text {
    padding: 3em 0 2em;
  }
  #cm-lelit-product .cm-serp-icons .cm-serp-box .cm-text .cm-ng-red {
    font-size: 2em;
  }
  #cm-lelit-product .cm-serp-icons .cm-icons-title {
    font-size: 2.25em;
  }
}
#cm-lelit-product .cm-brand-section {
  max-width: 1200px;
  width: 100%;
  background-color: #1d1d1d;
}
#cm-lelit-product .cm-brand-section .cm-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cm-lelit-product .cm-brand-section .cm-box .cm-text {
  width: 50%;
  padding: 0 32px 0 32px;
  color: #ffffff;
  text-align: center;
}
#cm-lelit-product .cm-brand-section .cm-box .cm-text .cm-ng-red {
  margin: 0 auto 22px auto;
  line-height: 1.12;
  background-color: #d10709;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0 0.25em 0.125em 0.25em;
  font-size: 2.25em;
}
#cm-lelit-product .cm-brand-section .cm-box .cm-text .cm-ng-red div {
  transform: translateY(-2px);
}
#cm-lelit-product .cm-brand-section .cm-box .cm-text .cm-ng-1 {
  font-family: "HelveticaNeueLight", sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  max-width: 520px;
}
#cm-lelit-product .cm-brand-section .cm-box .cm-text .cm-ng-1 span {
  font-family: "HelveticaNeueMedium", sans-serif;
  font-weight: 500;
}
#cm-lelit-product .cm-brand-section .cm-box .cm-image {
  display: flex;
  width: 50%;
}
#cm-lelit-product .cm-brand-section .cm-box .cm-image img {
  max-width: 100%;
}
@container main (max-width: 900px) {
  #cm-lelit-product .cm-brand-section .cm-box .cm-text .cm-ng-1 {
    font-size: 1.25em;
  }
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-brand-section .cm-box {
    padding: 3em 16px;
    flex-direction: column;
  }
  #cm-lelit-product .cm-brand-section .cm-box .cm-text {
    width: 100%;
    max-width: 500px;
    padding: 0;
    padding-bottom: 3em;
  }
  #cm-lelit-product .cm-brand-section .cm-box .cm-text .cm-ng-1 {
    font-size: 1.25em;
  }
  #cm-lelit-product .cm-brand-section .cm-box .cm-image {
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  #cm-lelit-product .cm-brand-section .cm-box .cm-image img {
    max-width: 500px;
    width: 100%;
  }
}
@container main (max-width: 500px) {
  #cm-lelit-product .cm-brand-section .cm-box .cm-text .cm-ng-red {
    font-size: 2em;
  }
}
#cm-lelit-product .cm-logo-footer {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 3em 0;
}
#cm-lelit-product .cm-logo-footer img {
  max-width: 100%;
}
@container main (max-width: 900px) {
  #cm-lelit-product .cm-logo-footer {
    margin: 0 auto;
  }
  #cm-lelit-product .cm-logo-footer img {
    max-width: 300px;
  }
}
@container main (max-width: 700px) {
  #cm-lelit-product .cm-logo-footer {
    padding: 16px 0 2em 0;
  }
  #cm-lelit-product .cm-logo-footer img {
    max-width: 250px;
  }
}
@container main (max-width: 500px) {
  #cm-lelit-product .cm-logo-footer img {
    max-width: 200px;
  }
}
#cm-lelit-product .cm-h1 {
  margin: 70px auto 24px auto;
  font-size: 2.625em;
  font-weight: 700;
  text-align: center;
  font-family: "HelveticaNeueBold", sans-serif;
  font-weight: 700;
  padding: 0 16px;
}
#cm-lelit-product .cm-h2 {
  margin: 0 auto;
  padding: 0 76px;
  font-size: 1.25em;
  font-weight: 300;
  text-align: center;
  font-family: "HelveticaNeueLight", sans-serif;
  font-weight: 300;
}
#cm-lelit-product .cm-kit {
  display: flex;
  justify-content: space-between;
  padding: 70px 76px;
}
#cm-lelit-product .cm-kit .cm-single-product {
  flex-basis: 25%;
  width: 25%;
}
#cm-lelit-product .cm-kit .cm-single-product img {
  max-width: 100%;
}
@container main (max-width: 1000px) {
  #cm-lelit-product .cm-h2 {
    padding: 0 32px;
  }
  #cm-lelit-product .cm-kit {
    padding: 70px 32px;
  }
}
@container main (max-width: 900px) {
  #cm-lelit-product .cm-kit {
    padding: 70px 16px;
  }
}
@container main (max-width: 800px) {
  #cm-lelit-product .cm-h1 {
    margin: 42px auto 24px auto;
  }
  #cm-lelit-product .cm-h2 {
    padding: 0 32px;
  }
  #cm-lelit-product .cm-kit {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
    padding: 3em 16px;
  }
  #cm-lelit-product .cm-kit .cm-single-product {
    display: flex;
    justify-content: center;
    flex-basis: 40%;
    width: 40%;
  }
  #cm-lelit-product .cm-kit .cm-single-product img {
    max-width: 100%;
  }
}
@container main (max-width: 500px) {
  #cm-lelit-product .cm-h1 {
    font-size: 2.25em;
  }
  #cm-lelit-product .cm-h2 {
    font-size: 16px;
    padding: 0 16px;
  }
  #cm-lelit-product .cm-kit .cm-single-product {
    flex-basis: 100%;
    width: 100%;
  }
}