@import url("https://rsms.me/inter/inter.css");
@keyframes floating {
  0% {
    opacity: 0;
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@keyframes floatingReverse {
  0% {
    opacity: 0;
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    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;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Rozmiar czcionki dla najwyzszego diva */
#custommerce-pl-rc {
  font-size: 16px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  color: #414142;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#custommerce-pl-rc > div {
  max-width: 1200px;
  margin: auto;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc {
    font-size: 14px;
  }
}

#custommerce-pl-rc.cm-width-800,
#custommerce-pl-rc .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}

#custommerce-pl-rc .pc-margin-top-xs {
  padding-top: 1.5em;
}

#custommerce-pl-rc .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}

#custommerce-pl-rc .pc-margin-top-s {
  padding-top: 3em;
}

#custommerce-pl-rc .pc-margin-bottom-s {
  padding-bottom: 3em;
}

#custommerce-pl-rc .pc-margin-top-m {
  padding-top: 4em;
}

#custommerce-pl-rc .pc-margin-bottom-m {
  padding-bottom: 4em;
}

#custommerce-pl-rc .pc-margin-top-l {
  padding-top: 6em;
}

#custommerce-pl-rc .pc-margin-bottom-l {
  padding-bottom: 6em;
}

#custommerce-pl-rc .pc-margin-top-xl {
  padding-top: 8em;
}

#custommerce-pl-rc .pc-margin-bottom-xl {
  padding-bottom: 8em;
}

#custommerce-pl-rc .pc-margin-top-xxl {
  padding-top: 10em;
}

#custommerce-pl-rc .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-margin-top-xs {
    padding-top: 1em;
  }
  #custommerce-pl-rc .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #custommerce-pl-rc .pc-margin-top-s {
    padding-top: 2em;
  }
  #custommerce-pl-rc .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #custommerce-pl-rc .pc-margin-top-m {
    padding-top: 3em;
  }
  #custommerce-pl-rc .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #custommerce-pl-rc .pc-margin-top-l {
    padding-top: 4em;
  }
  #custommerce-pl-rc .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #custommerce-pl-rc .pc-margin-top-xl {
    padding-top: 5em;
  }
  #custommerce-pl-rc .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #custommerce-pl-rc .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #custommerce-pl-rc .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}

#custommerce-pl-rc .pc-margin-top-deca {
  margin-top: 0.5em;
}

#custommerce-pl-rc .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}

#custommerce-pl-rc .pc-margin-top-hecto {
  margin-top: 1em;
}

#custommerce-pl-rc .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}

#custommerce-pl-rc .pc-margin-top-kilo {
  margin-top: 1.25em;
}

#custommerce-pl-rc .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}

#custommerce-pl-rc .pc-margin-top-mega {
  margin-top: 1.5em;
}

#custommerce-pl-rc .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}

#custommerce-pl-rc .pc-margin-top-giga {
  margin-top: 2em;
}

#custommerce-pl-rc .pc-margin-bottom-giga {
  margin-bottom: 2em;
}

#custommerce-pl-rc .pc-margin-top-tera {
  margin-top: 2.5em;
}

#custommerce-pl-rc .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}

#custommerce-pl-rc .pc-clear {
  clear: both;
}

#custommerce-pl-rc .m-st-1:after {
  content: '';
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #D9CAAF;
}

#custommerce-pl-rc .m-st-2 {
  border-bottom: 4px solid #D9CAAF;
  border-top: 2px solid #D9CAAF;
}

#custommerce-pl-rc .m-st-3 {
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}

#custommerce-pl-rc * {
  box-sizing: border-box;
}

#custommerce-pl-rc div {
  text-align: left;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
}

#custommerce-pl-rc sup {
  font-size: .5em;
  vertical-align: super;
}

#custommerce-pl-rc strong {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
}

#custommerce-pl-rc img.lazy {
  width: auto;
}

#custommerce-pl-rc img {
  padding: 0;
  margin: 0;
}

#custommerce-pl-rc img {
  width: 100%;
}

#custommerce-pl-rc a {
  text-decoration: none;
  color: #E11B22;
}

#custommerce-pl-rc .cm-color-primary {
  color: #E52713 !important;
}

#custommerce-pl-rc .cm-color-secondary {
  color: #1D1D1D !important;
}

#custommerce-pl-rc .cm-img-fluid,
#custommerce-pl-rc .cm-img-fluid.lazy {
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-img-fluid,
  #custommerce-pl-rc .cm-img-fluid.lazy {
    max-width: none;
    width: 150%;
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-8,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-8 {
    transform: translateX(-8%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-9,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-9 {
    transform: translateX(-9%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-10,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-10 {
    transform: translateX(-10%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-11,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-11 {
    transform: translateX(-11%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-12,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-12 {
    transform: translateX(-12%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-13,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-13 {
    transform: translateX(-13%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-14,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-14 {
    transform: translateX(-14%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-15,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-15 {
    transform: translateX(-15%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-16,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-16 {
    transform: translateX(-16%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-17,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-17 {
    transform: translateX(-17%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-20,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-20 {
    transform: translateX(-20%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-30,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-30 {
    transform: translateX(-30%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-50,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-50 {
    transform: translateX(-50%);
  }
}

#custommerce-pl-rc .cm-ng {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 2em;
  text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-ng {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-sub-ng {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.25;
}

#custommerce-pl-rc .cm-p {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.4;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-p {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-line-s {
  background-color: #E52713;
  width: 100px;
  height: 10px;
  margin-top: 20px;
}

#custommerce-pl-rc .cm-h2 {
  font-size: 2.5em;
  line-height: 1.2;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 300;
  color: #414142;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-h2 {
    font-size: 2.125em;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#custommerce-pl-rc .cm-section-note .cm-note {
  font-size: 14px;
  line-height: 1.7;
  color: #414142;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-note .cm-note {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-note .cm-note {
    text-align: center;
    padding-top: 2em;
  }
}

#custommerce-pl-rc .cm-desc {
  display: block !important;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-desc {
    display: none !important;
  }
}

#custommerce-pl-rc .cm-rwd {
  display: none !important;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-rwd {
    display: block !important;
  }
}

#custommerce-pl-rc .cm-img-text {
  position: relative;
  max-width: 602px;
  margin: auto;
  padding-bottom: 4em;
}

#custommerce-pl-rc .cm-img-text img {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-img-text {
    padding-left: 2em;
    padding-right: 2em;
  }
}

#custommerce-pl-rc .max-w-700 {
  max-width: 700px;
  margin: auto;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .max-w-700 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#custommerce-pl-rc .max-w-878 {
  max-width: 878px;
  margin: auto;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .max-w-878 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#custommerce-pl-rc .max-w-979 {
  max-width: 979px;
  margin: auto;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .max-w-979 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#custommerce-pl-rc .cm-rwd {
  display: none;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-rwd {
    display: block;
  }
}

#custommerce-pl-rc .cm-desk {
  display: block;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-desk {
    display: none;
  }
}

#custommerce-pl-rc .cm-2-line {
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: 0px;
}

#custommerce-pl-rc .cm-2-line .cm-line-grad {
  position: relative;
  height: 20px;
  width: 100%;
  background-color: #E52713;
  filter: brightness(200%) grayscale(100%) sepia(100%) invert(100%);
}

#custommerce-pl-rc .cm-2-line .cm-line-const {
  position: relative;
  bottom: 0px;
  height: 20px;
  width: 100%;
  background-color: #E52713;
}

#custommerce-pl-rc .cm-bg-gray-1 {
  background-color: #F4F4F4;
}

#custommerce-pl-rc .cm-bg-gray-2 {
  background-color: #F4F4F4;
  padding-top: 2em;
  padding-bottom: 2em;
  background-position: top left;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-bg-gray-2 {
    padding-bottom: 0;
  }
}

#custommerce-pl-rc .cm-button {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #E11B22;
  text-decoration: none;
  font-size: .75em;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  padding: 1em 2em;
  position: relative;
  overflow: hidden;
}

#custommerce-pl-rc .cm-section-top-logo .cm-img {
  max-width: 404px;
  margin: 40px auto 20px 0;
  display: flex;
}

@media (max-width: 1300px) {
  #custommerce-pl-rc .cm-section-top-logo .cm-img {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-top-logo .cm-img {
    max-width: 500px;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-top-logo .cm-img {
    max-width: 400px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-top-logo .cm-img {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 320px;
    padding-bottom: 20px;
  }
}

#custommerce-pl-rc .cm-section-top-logo .cm-img img {
  width: 100%;
}

#custommerce-pl-rc .cm-header {
  position: relative;
  display: flex;
  height: 646px;
  background-position: bottom right;
  background-color: #CDCDCC;
  overflow: hidden;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  #custommerce-pl-rc .cm-header {
    height: 600px;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header {
    background-position: bottom right -50px;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-header {
    height: 500px;
    background-size: cover;
    background-position: bottom right;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header {
    background-position: bottom right -80px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header {
    display: flex;
    flex-direction: column;
    height: auto;
    background-image: none !important;
  }
}

#custommerce-pl-rc .cm-header .cm-header-ng {
  margin-top: auto;
  position: relative;
  z-index: 2;
  padding-top: 180px;
  position: relative;
  padding-left: 32px;
  padding-bottom: 100px;
  width: 40%;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  font-size: 3.5em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  line-height: 1.1;
}

#custommerce-pl-rc .cm-header .cm-header-ng span {
  -webkit-text-fill-color: #fff;
}

@media (max-width: 1200px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-bottom: 1em;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    font-size: 3em;
    padding-left: 16px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    position: relative;
    background-color: #CDCDCC;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 48px;
    font-size: 2.8em;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    font-size: 2em;
    padding-top: 20px;
  }
}

#custommerce-pl-rc .cm-header .cm-header-ng-2 {
  padding-top: 100px;
  margin-top: 150px;
  font-size: 4.5em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-ng-2 {
    padding-top: 40px;
    margin-top: auto;
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-header .cm-header-ng-2 {
    padding-top: 20px;
    margin-top: auto;
  }
}

#custommerce-pl-rc .cm-header .cm-header-bg {
  display: none;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-bg {
    display: block;
    left: 100%;
    transform: translateX(-50%);
  }
  #custommerce-pl-rc .cm-header .cm-header-bg img {
    width: 150%;
  }
}

#custommerce-pl-rc .cm-section-intro {
  display: flex;
  justify-content: space-between;
  background-color: #F4F4F4;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 3em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro {
    flex-direction: column;
    padding-top: 2em;
  }
}

#custommerce-pl-rc .cm-section-intro .cm-ng {
  font-size: 2.5em;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-intro .cm-ng {
    font-size: 2em;
  }
}

#custommerce-pl-rc .cm-section-intro .cm-small-ng {
  font-size: 1.5em;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
}

#custommerce-pl-rc .cm-section-intro .cm-col-text {
  width: 50%;
  padding-left: 2em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-col-text {
    padding-right: 1em;
    padding-left: 1em;
    position: relative;
    width: 100%;
    max-width: none;
  }
}

#custommerce-pl-rc .cm-section-intro .cm-col-text .cm-sub-ng {
  padding-top: 1em;
  font-size: 2em;
  max-width: 550px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-col-text .cm-sub-ng {
    padding-top: 1em;
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-section-intro .cm-col-text .cm-text-ng {
  font-size: 1.25em;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 40px;
  max-width: 550px;
}

#custommerce-pl-rc .cm-section-intro .cm-col-text .cm-img {
  text-align: center;
  margin: auto;
  width: 100%;
  top: 2em;
}

#custommerce-pl-rc .cm-section-intro .cm-col-text .cm-img img {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-col-text .cm-img {
    top: 0em;
    margin-top: 3em;
    margin-bottom: 3em;
    max-width: 400px;
  }
}

#custommerce-pl-rc .cm-section-intro .cm-col-text .cm-text {
  padding-top: 1em;
  padding-bottom: 2em;
  max-width: 550px;
}

#custommerce-pl-rc .cm-section-intro .cm-col-text .cm-text .cm-text-row {
  padding-bottom: .5em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#custommerce-pl-rc .cm-section-intro .cm-col-text .cm-text .cm-text-row:last-of-type {
  padding-bottom: 0;
}

#custommerce-pl-rc .cm-section-intro .cm-col-text .cm-text .cm-text-row .cm-ico {
  margin-top: 6px;
  max-width: 20px;
  min-width: 20px;
  margin-right: 1em;
}

#custommerce-pl-rc .cm-section-intro .cm-col-text .cm-text .cm-text-row .cm-ico img {
  width: 20px;
}

#custommerce-pl-rc .cm-section-intro .cm-col-text .cm-text .cm-text-row .cm-p {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.4;
}

#custommerce-pl-rc .cm-section-intro .cm-col-packshot {
  max-width: 580px;
  right: -80px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-intro .cm-col-packshot {
    max-width: 400px;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-intro .cm-col-packshot {
    right: -50px;
  }
}

#custommerce-pl-rc .cm-section-intro .cm-col-packshot img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-5-icons {
  background-color: #F4F4F4;
  position: relative;
  z-index: 3;
  padding-top: 5em;
  padding-bottom: 5em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-5-icons {
    margin-top: 0em;
    padding-top: 2em;
  }
}

#custommerce-pl-rc .cm-section-5-icons .cm-icons {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding-left: 2em;
  padding-right: 2em;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons {
    flex-direction: column;
    max-width: none;
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
}

#custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item {
  width: 180px;
  transition: all .2s  ease-in;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item {
    width: 150px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item {
    max-width: none;
    width: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 1em auto;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item {
    width: 300px;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item {
    width: 280px;
  }
}

#custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item .cm-img-icon {
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  position: relative;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item .cm-img-icon {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item .cm-img-icon {
    margin-bottom: 0em;
    margin-right: 2em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item .cm-img-icon {
    width: 70px;
    height: 70px;
    margin-left: 0;
  }
}

#custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item .cm-img-icon .cm-ico-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .2s  ease-in;
}

#custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item .cm-img-icon .cm-ico-v {
  transition: all  .2s ease-in;
  opacity: 1;
}

#custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item .cm-img-icon img {
  max-width: 124px;
  max-height: 124px;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item .cm-img-icon img {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item .cm-img-icon img {
    width: 84px;
    height: 84px;
  }
}

#custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item .cm-p-icon {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  color: #1D1D1D;
  text-align: center;
  padding-left: .25em;
  padding-right: .25em;
  line-height: 1.4;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item .cm-p-icon {
    text-align: left;
    width: 300px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item .cm-p-icon {
    text-align: left;
    width: 200px;
  }
}

#custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item:hover {
  transform: translateY(10px);
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item:hover {
    transform: translateX(0);
  }
}

#custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item:hover .cm-ico-h {
  opacity: 1;
}

#custommerce-pl-rc .cm-section-5-icons .cm-icons .cm-item:hover .cm-ico-v {
  opacity: 0;
}

#custommerce-pl-rc .cm-section-3-icons {
  padding-bottom: 4em;
}

#custommerce-pl-rc .cm-section-3-icons .cm-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row {
    flex-direction: column;
  }
}

#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  padding-left: 2em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item {
    padding-left: 10px;
  }
}

#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-icon {
  max-width: 134px;
  margin: 0 auto 2em;
  position: relative;
  transition: all .2s  ease-in;
}

#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-icon .cm-ico-v {
  transition: all  .0s ease-in;
  opacity: 1;
}

#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-icon .cm-ico-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .2s  ease-in;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-icon img {
    width: 76px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-icon {
    margin: 0 2em 0 0;
  }
}

#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-arrow {
  max-width: 35px;
  transform: rotate(90deg);
  margin: 0 auto;
  margin-bottom: 20px;
  transition: all  .3s ease-in;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-arrow {
    display: none;
  }
}

#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-p {
  text-align: center;
  transition: all  .3s ease-in;
  font-size: 1.125em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-p {
    text-align: left;
    font-size: 16px;
    padding-right: 2em;
  }
}

#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item:hover .cm-icon {
  transform: scale(1.1);
}

#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item:hover .cm-icon .cm-ico-v {
  opacity: 1;
}

#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item:hover .cm-icon .cm-ico-h {
  opacity: 1;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item:hover .cm-icon .cm-ico-h {
    width: 100%;
  }
}

#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item:hover .cm-arrow {
  transform: translateY(10px) rotate(90deg);
}

#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item:hover .cm-p {
  transform: translateY(10px);
}

#custommerce-pl-rc .cm-section-traits {
  background-color: #E11B22;
  padding-top: 4em;
  padding-bottom: 4em;
}

#custommerce-pl-rc .cm-section-traits input[type="checkbox"] {
  display: none;
}

#custommerce-pl-rc .cm-section-traits .cm-title {
  text-align: center;
  font-size: 2em;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

#custommerce-pl-rc .cm-section-traits #see_icons_check:checked ~ .cm-icons {
  max-height: 1500px;
  opacity: 1;
}

#custommerce-pl-rc .cm-section-traits #see_icons_check:checked ~ .cm-icons:after {
  opacity: 0;
  visibility: hidden;
}

#custommerce-pl-rc .cm-section-traits #see_icons_check:checked ~ .cm-btn-center .cm-button.cm-see-more {
  display: none;
}

#custommerce-pl-rc .cm-section-traits #see_icons_check:checked ~ .cm-btn-center .cm-button.cm-hide-more {
  display: inline-block;
}

#custommerce-pl-rc .cm-section-traits .cm-btn-center {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 3em;
  cursor: pointer;
}

#custommerce-pl-rc .cm-section-traits .cm-btn-center .cm-button {
  padding-right: 3em;
}

#custommerce-pl-rc .cm-section-traits .cm-btn-center .cm-button::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  top: 12px;
  right: 1em;
  transition: .3s;
}

#custommerce-pl-rc .cm-section-traits .cm-btn-center .cm-button.cm-hide-more {
  display: none;
}

#custommerce-pl-rc .cm-section-traits .cm-btn-center .cm-button.cm-hide-more::after {
  transform: rotate(225deg);
  top: 16px;
}

#custommerce-pl-rc .cm-section-traits .cm-icons {
  width: 100%;
  max-height: 14em;
  overflow: hidden;
  transition: .5s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 1.25em;
}

#custommerce-pl-rc .cm-section-traits .cm-icons:after {
  content: '';
  position: absolute;
  height: 45%;
  width: 120%;
  background: linear-gradient(rgba(229, 39, 19, 0), #e11b22) top repeat;
  opacity: 1;
  transition: .5s ease;
  bottom: 0;
  left: -3em;
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item {
  width: calc(33% - 1em);
  margin-bottom: 1em;
  margin-right: 1em;
  transition: all .3s;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item {
    width: calc(50% - 1em);
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item {
    width: 100%;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-holder {
  padding: 1em;
  display: flex;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-holder {
    padding-left: 0;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-holder:hover {
  background-color: #fff;
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-holder:hover .cm-icon-item-title {
  color: #000;
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-holder:hover img {
  filter: invert(1);
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-holder-abs {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease;
  width: 100%;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-holder-abs {
    display: flex;
    position: static;
    opacity: 1;
    box-shadow: none;
    padding: 0;
    margin-bottom: 1em;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-img {
  display: inline-block;
  padding-right: 1em;
  border-right: 1px solid #BDBEBF;
  margin-right: 1em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-img {
    padding-right: 10px;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-img img {
  width: 4em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-img img {
    width: 4em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-img img {
    width: 3em;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc {
  display: flex;
  align-items: center;
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc .cm-icon-item-title {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc .cm-icon-item-title {
    font-size: .875em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc .cm-icon-item-title {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc .cm-icon-item-text {
  margin: .5em 0 0;
  font-size: .75em;
  color: #E52713;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-desc .cm-icon-item-text {
    font-size: .875em;
  }
}

#custommerce-pl-rc .cm-section-2-col {
  background-color: #F4F4F4;
  background-repeat: no-repeat;
  background-position: top -6em right;
  padding-top: 4em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2-col {
    padding-top: 2em;
  }
}

#custommerce-pl-rc .cm-section-2-col .cm-row {
  display: flex;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2-col .cm-row {
    flex-direction: column;
  }
}

#custommerce-pl-rc .cm-section-2-col .cm-row .cm-img {
  display: flex;
  align-items: flex-end;
  flex-basis: 50%;
}

#custommerce-pl-rc .cm-section-2-col .cm-row .cm-img img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-2-col .cm-row .cm-text {
  flex-basis: 50%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 550px;
  margin: auto;
  padding-left: 1em;
  padding-right: 1em;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-2-col .cm-row .cm-text {
    padding: 0em 2em 4em 2em;
    max-width: unset;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2-col .cm-row .cm-text {
    padding: 4em 1em;
  }
}

#custommerce-pl-rc .cm-section-2-col .cm-row .cm-text .cm-ng {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
  padding-bottom: 20px;
}

#custommerce-pl-rc .cm-section-2-col .cm-row .cm-text .cm-ng span {
  color: #E52713 !important;
}

#custommerce-pl-rc .cm-section-2-col .cm-row .cm-text .cm-p {
  font-size: 1.125em;
  line-height: 1.4;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2-col .cm-row .cm-text .cm-p {
    font-size: 16px;
  }
}

#custommerce-pl-rc .cm-section-2b-col {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2b-col {
    padding-top: 4em;
  }
}

#custommerce-pl-rc .cm-section-2b-col .cm-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2b-col .cm-row {
    flex-direction: column;
  }
}

#custommerce-pl-rc .cm-section-2b-col .cm-row .cm-text {
  padding-left: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2b-col .cm-row .cm-text {
    position: relative;
    width: 100%;
    max-width: none;
    padding-left: 1em;
    padding-right: 1em;
  }
}

#custommerce-pl-rc .cm-section-2b-col .cm-row .cm-text .cm-ng {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  font-size: 3.125em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  line-height: 1.1;
  padding-bottom: 35px;
}

#custommerce-pl-rc .cm-section-2b-col .cm-row .cm-text .cm-ng span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-2b-col .cm-row .cm-text .cm-ng {
    font-size: 2.25em;
  }
}

#custommerce-pl-rc .cm-section-2b-col .cm-row .cm-text .cm-p {
  color: #fff;
  font-size: 1.56em;
  line-height: 1.2;
}

#custommerce-pl-rc .cm-section-2b-col .cm-row .cm-text .cm-p span {
  color: #E11B22;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2b-col .cm-row .cm-text .cm-p {
    font-size: 1.25em;
    line-height: 1.4;
  }
}

#custommerce-pl-rc .cm-section-2b-col .cm-row .cm-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-2b-col .cm-row .cm-img {
    transform: translateX(-15%);
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-2b-col .cm-row .cm-img {
    transform: translateX(-35%);
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2b-col .cm-row .cm-img {
    transform: translateX(12%);
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2b-col .cm-row .cm-img {
    max-width: none;
  }
}

#custommerce-pl-rc .cm-section-2b-col .cm-row .cm-img img {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-2b-col .cm-row .cm-img img {
    width: 120%;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-2b-col .cm-row .cm-img img {
    width: 150%;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2b-col .cm-row .cm-img img {
    width: 100%;
  }
}

#custommerce-pl-rc .cm-section-2c-col {
  padding-top: 4em;
  background: #fff;
  background-position: top right;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2c-col {
    padding-bottom: 0;
  }
}

#custommerce-pl-rc .cm-section-2c-col img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-2c-col .cm-h2 {
  margin: 0 auto;
  text-align: center;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

#custommerce-pl-rc .cm-section-2c-col .cm-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 4em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2c-col .cm-row {
    flex-direction: column;
    padding-top: 0em;
  }
}

#custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item {
  flex-basis: 50%;
}

#custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-img {
  max-width: 320px;
  margin: 0 auto;
}

#custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text {
  padding-left: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text {
    padding-left: 1em;
  }
}

#custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text .cm-text-row {
  padding-bottom: 2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all .3s  ease-in-out;
}

#custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text .cm-text-row:last-of-type {
  padding-bottom: 0;
}

#custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text .cm-text-row .cm-ico {
  max-width: 80px;
  min-width: 80px;
  margin-right: 2em;
}

#custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text .cm-text-row .cm-ico img {
  width: 80px;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text .cm-text-row .cm-ico img {
    width: 76px;
  }
}

#custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text .cm-text-row .cm-p {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.25;
}

#custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text .cm-text-row .cm-p strong {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text .cm-text-row .cm-p {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text .cm-text-row .cm-p {
    font-size: 16px;
    padding-right: 2em;
  }
}

#custommerce-pl-rc .cm-section-2c-col .cm-row .cm-item .cm-text .cm-text-row:hover {
  transform: translateX(10px);
}

#custommerce-pl-rc .cm-section-video {
  overflow: hidden;
  position: relative;
}

#custommerce-pl-rc .cm-section-video .cm-cover {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 90px;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-video .cm-cover {
    height: 40px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-video .cm-cover {
    height: 40px;
  }
}

#custommerce-pl-rc .cm-section-video .cm-video-cust {
  margin-top: -60px !important;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-video .cm-video-cust {
    margin-top: -17px !important;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-video .cm-video-cust {
    margin-top: -23px !important;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-video .cm-video-cust {
    margin-top: -20px !important;
  }
}

#custommerce-pl-rc .cm-section-video.cm-center {
  text-align: center;
  padding-bottom: 5.625em;
}

#custommerce-pl-rc .cm-section-video.cm-center video {
  width: 100%;
  max-width: 1070px;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-video.cm-center video {
    width: 150%;
    transform: translateX(-20%);
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-video.cm-center {
    padding-bottom: 0em;
    margin-bottom: -2px;
  }
}

#custommerce-pl-rc .cm-section-video .cm-h2 {
  max-width: 720px;
  margin: auto;
  text-align: center;
}

#custommerce-pl-rc .cm-section-video .cm-p {
  text-align: center;
  font-size: 1.25em;
  color: #414142;
  padding-top: 1.5em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-video .cm-p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#custommerce-pl-rc .cm-section-video .cm-video {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: auto;
}

#custommerce-pl-rc .cm-section-video .cm-video .cm-save-proprtion {
  position: relative;
  width: 100%;
}

#custommerce-pl-rc .cm-section-video .cm-video .cm-save-proprtion::after {
  content: '';
  display: block;
  padding-bottom: 58.462%;
}

#custommerce-pl-rc .cm-section-video .cm-video .cm-p5-checkbox {
  display: none;
}

#custommerce-pl-rc .cm-section-video .cm-video .cm-p5-checkbox:checked ~ label {
  display: none;
}

#custommerce-pl-rc .cm-section-video .cm-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}

#custommerce-pl-rc .cm-section-video .cm-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 10;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-video .cm-video video {
    height: auto;
    object-fit: unset;
  }
}

@media only screen and (max-width: 576px) {
  #custommerce-pl-rc .cm-section-video .cm-video video {
    height: 276px;
    object-fit: unset;
  }
}

#custommerce-pl-rc .cm-section-video .cm-video label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}

#custommerce-pl-rc .cm-section-video .cm-video .cm-hidden-label {
  display: none;
}

#custommerce-pl-rc .cm-section-video .cm-video .cm-p5-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#custommerce-pl-rc .cm-section-ng {
  padding-top: 4em;
  padding-bottom: 4em;
  margin: auto;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-ng {
    padding-top: 4em;
  }
}

#custommerce-pl-rc .cm-section-ng .cm-ng {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
  padding-bottom: 37px;
}

#custommerce-pl-rc .cm-section-ng .cm-h2 {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  padding-bottom: 37px;
  font-size: 2.5em;
  text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-ng .cm-h2 {
    font-size: 2em;
  }
}

#custommerce-pl-rc .cm-section-ng .cm-sub-ng {
  text-align: center;
  font-size: 2em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-ng .cm-sub-ng {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-section-ng .cm-p {
  text-align: center;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-ng .cm-p {
    font-size: 16px;
  }
}

#custommerce-pl-rc .cm-section-hotspot {
  background-size: cover;
  background-position: center;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main {
  width: 100%;
  max-width: 850px;
  margin: auto;
  margin-top: 0em;
  padding-bottom: 2em;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot-info {
  padding: 0 1em 2em;
  display: none;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot-info {
    display: flex;
    align-items: center;
    margin-top: -3em;
    position: absolute;
    z-index: 2;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot-info {
    margin-top: -3em;
  }
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot-info .hotspot-info {
  width: 42px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot-info .hotspot-info img {
  width: 60%;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot-info .info-text {
  color: #000;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.375;
  letter-spacing: 0.16px;
  margin-left: 10px;
  font-family: Arial;
  font-size: 14px;
  opacity: .6;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot-info .info-text {
    font-size: 12px;
  }
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main input[type="checkbox"] {
  display: none;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box {
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box img {
  width: 100%;
  height: auto;
  display: inline-block;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot {
  display: block;
  cursor: pointer;
  width: 4em;
  height: 4em;
  position: absolute;
  border-radius: 50%;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside {
  cursor: none;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  border-radius: 50%;
  transition: all ease 0.5s;
  background-color: rgba(225, 27, 34, 0.44);
  border: 2px solid #E11B22;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle .pc-hotspot-inside-plus {
  font-size: 2.5em;
  color: #F4F4F4;
  line-height: 1.5;
  text-align: center;
  transition: all ease 0.3s;
  z-index: 11;
  margin-top: -2px;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside:hover .pc-hotspot-inside-circle {
  width: 4em;
  height: 4em;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
  opacity: 1;
  margin-left: 0px;
  z-index: 1000;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
  margin-left: auto;
  z-index: 1000;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside > img,
#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside > p {
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  padding: 0;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside > p {
  font-weight: bold;
  color: white;
  margin-top: -10px;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-inside-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  border-radius: 50%;
  background-color: rgba(225, 27, 34, 0.44);
  border: #E11B22;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot.first-hot .pc-hotspot-inside .pc-hotspot-inside-circle {
  width: 3.75em;
  height: 3.75em;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot.first-hot .pc-hotspot-popup-2 {
  opacity: 1;
  margin-left: 0px;
  z-index: 1000;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 {
  position: absolute;
  width: 15em;
  left: 75px;
  top: -15px;
  z-index: 3;
  opacity: 0;
  margin-left: -10px;
  background-color: white;
  padding: 1.5em;
  transition: opacity 0.3s ease, margin 0.3s ease;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 {
    display: none;
  }
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2.pc-hotspot-popup-right {
  left: unset;
  right: 104px;
  margin-left: auto;
  margin-right: 0px;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .hotspot-popup-image {
  max-width: 176px;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .hotspot-popup-image img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .pc-arrow-left {
  position: absolute;
  right: -17px;
  top: 25px;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .pc-arrow-right {
  position: absolute;
  left: -17px;
  top: 25px;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .pc-h5 {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .small {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.2;
  color: #1D1D1D;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup-2 .small span {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup {
  position: absolute;
  width: 15em;
  left: 85px;
  top: -15px;
  z-index: 3;
  opacity: 0;
  margin-left: -10px;
  background-color: #F4F4F4;
  padding: 1em 1em;
  transition: opacity 0.3s ease, margin 0.3s ease;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  cursor: default;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup {
    display: none;
  }
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup.pc-hotspot-popup-right {
  left: unset;
  right: 85px;
  margin-left: auto;
  margin-right: 0px;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup .hotspot-popup-image {
  max-width: 176px;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup .hotspot-popup-image img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup .pc-arrow-left {
  position: absolute;
  right: -17px;
  top: 25px;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup .pc-arrow-right {
  position: absolute;
  left: -17px;
  top: 25px;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup .pc-h5 {
  margin-bottom: 5px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 8px;
  text-align: left;
  text-transform: uppercase;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup .small {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.3;
  color: #1D1D1D;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  text-align: left;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot .pc-hotspot-popup .small span {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-no-rwd {
    display: none;
  }
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-popup-rwd {
  display: none;
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: auto;
  z-index: 3;
  opacity: 0;
  margin-bottom: 90px;
  background-color: #F4F4F4;
  padding: 1em 1.5em;
  transition: opacity 0.3s ease, margin 0.3s ease;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-popup-rwd {
    display: block;
  }
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-popup-rwd .hotspot-popup-content .hotspot-popup-image {
  max-width: 176px;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-popup-rwd .hotspot-popup-content .hotspot-popup-image img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-popup-rwd .hotspot-popup-content .pc-h5 {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-popup-rwd .hotspot-popup-content .small {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.2;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-popup-rwd .hotspot-popup-content .small span {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd {
  display: none;
  cursor: pointer;
  width: 5em;
  height: 5em;
  position: absolute;
  border-radius: 50%;
  user-select: none;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd .pc-arrow-up {
  opacity: 0;
  position: absolute;
  z-index: 4;
  top: -20px;
  left: 50%;
  margin-left: 0px;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, margin 0.3s ease;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #F4F4F4;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside:active .pc-hotspot-inside-circle {
  width: 3em;
  height: 3em;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside:active ~ .pc-arrow-up {
  opacity: 1;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside .pc-hotspot-inside-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  border-radius: 50%;
  transition: all ease 0.3s;
  background-color: #E11B22;
  border: 2px solid #E11B22;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside .pc-hotspot-inside-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  border-radius: 50%;
  background-color: rgba(225, 27, 34, 0.44);
  border: #E11B22;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside .pc-hotspot-inside-circle {
    width: 30px;
    height: 30px;
  }
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside .pc-hotspot-inside-circle .pc-hotspot-inside-plus {
  font-size: 1.5em;
  color: #F4F4F4;
  line-height: 1.5;
  text-align: center;
  transition: all ease 0.3s;
  z-index: 11;
  margin-top: -2px;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside > img,
#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside > p {
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  padding: 0;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd .pc-hotspot-inside > p {
  font-weight: bold;
  color: white;
  margin-top: -10px;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd {
    display: block;
  }
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot .pc-hotspot-rwd:active + .pc-hotspot-popup-rwd {
  opacity: 1;
  margin-left: 0px;
  z-index: 1000;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot.cm-hotspot-second-box {
  display: none;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .cm-hotspot-dot.cm-hotspot-third-box {
  display: none;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box:hover .cm-hotspot-dot .first-hot .pc-hotspot-inside .pc-hotspot-inside-circle {
  width: 3em;
  height: 3em;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box:hover .cm-hotspot-dot .first-hot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
  opacity: 1;
  margin-left: 0px;
  z-index: 1000;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box:hover .cm-hotspot-dot .first-hot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
  margin-left: auto;
  margin-right: 0px;
  z-index: 1000;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .pc-arrow-right {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #F4F4F4;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-box .pc-arrow-left {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #F4F4F4;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 6;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .btn-box label {
  display: inline;
  width: auto;
  margin: 0.5em;
  padding: 1em 1.5em;
  border-radius: 29px;
  background-color: #9a9a9a;
  text-align: center;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .btn-box label span {
  color: white;
  font-size: 16px;
  line-height: 1.375;
  transition: all ease 0.3s;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .btn-box label .p-option-2 {
  display: none;
}

@media (min-width: 499px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .btn-box label {
    transition: all ease 0.3s;
  }
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .btn-box label:hover {
    cursor: pointer;
    background-color: #00136f;
    transition: all ease 0.1s;
  }
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .btn-box label.cm-hidden-btn-label {
  display: none;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hidden-btn {
  display: none;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-img {
  text-align: left;
  padding-bottom: .5em;
  display: flex;
  width: 100%;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-img img {
  width: 40px;
  padding-right: 5px;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-img {
    text-align: center !important;
    margin: auto;
    padding-bottom: 1em;
    align-items: center;
    justify-content: center;
  }
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot .cm-hotspot-img.cm-hotspot-icon-x2 img {
  width: 70px;
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot-desctop {
  display: inline-block !important;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot-desctop {
    display: none !important;
  }
}

#custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot-rwd {
  display: none !important;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-hotspot .cm-hotspot-main .cm-hotspot-rwd {
    display: inline-block !important;
  }
}

#custommerce-pl-rc .cm-section-serp {
  position: relative;
  padding-top: 4em;
}

#custommerce-pl-rc .cm-section-serp img {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-serp {
    margin-top: 0;
    padding-bottom: 2em;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-serp-row {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row {
    flex-direction: column;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-img {
  max-width: 600px;
  padding-bottom: 2em;
}

#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text {
  max-width: 510px;
  position: relative;
  padding-bottom: 34px;
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text {
    max-width: 400px;
    padding-left: 0;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
  font-size: 2em;
  line-height: 1.2;
  color: #414142;
  margin-bottom: 24px;
  text-transform: uppercase;
}

#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp span {
  color: #E52713;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp {
    font-size: 1.875em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-subng-serp {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.4;
  color: #414142;
  margin-bottom: 24px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-subng-serp {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-p {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.4;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-p {
    text-align: left;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.5;
    margin-right: auto;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers {
  margin-top: 0em;
  margin-bottom: 0em;
}

@media (min-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers .cm-item:first-child {
    order: 2;
  }
  #custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers .cm-item:last-child {
    order: 1;
  }
}

@keyframes cm-pulse {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

#custommerce-pl-rc .cm-section-slider {
  padding-top: 6em;
  padding-bottom: 0;
}

#custommerce-pl-rc .cm-section-slider .cm-h2 {
  text-transform: uppercase;
}

#custommerce-pl-rc .cm-section-slider img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-slider .cm-h2 {
  text-align: center;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
}

#custommerce-pl-rc .cm-section-slider .cm-sub-h2 {
  text-align: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.4;
}

#custommerce-pl-rc .cm-section-slider .cm-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 0em;
  padding-bottom: 0em;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider {
    padding-top: 0;
  }
}

#custommerce-pl-rc .cm-section-slider .cm-slider input[type="radio"] {
  display: none;
}

#custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right, #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left {
  position: absolute;
  z-index: 10;
  top: 0;
}

#custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right label, #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left label {
  display: none;
  cursor: pointer;
}

#custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right label img, #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left label img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right label img, #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left label img {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}

#custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left {
  height: 100%;
  width: 37px;
  display: flex;
  margin-left: 1em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-left {
    display: block;
  }
}

#custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right {
  height: 100%;
  width: 37px;
  right: 0px;
  text-align: right;
  margin-right: 1em;
}

#custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right img {
  right: 0;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .arrow-right {
    display: block;
  }
}

#custommerce-pl-rc .cm-section-slider .cm-slider .slider {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: auto;
  display: block;
  margin: auto;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

#custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  align-items: flex-start;
  height: 0;
  opacity: 0;
}

#custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp {
  width: 33%;
  max-width: 268px;
  min-height: 400px;
  padding: 0 1em;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp {
    width: 45%;
    min-height: 430px;
  }
}

#custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp img {
  margin-bottom: 3em;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp img {
    width: 200px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp img {
    width: 100%;
  }
}

#custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
  text-align: center;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: .5em;
  padding: 0;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
    padding: 0;
  }
}

#custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp p {
  text-align: center;
  padding: 0 15%;
  font-size: 1em;
  margin: 0;
  line-height: 1.5em;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp p {
    padding: 0;
  }
}

#custommerce-pl-rc .cm-section-slider .cm-slider .slider .slider-box .slider-lp .cm-slider-small {
  color: #E52713;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 1em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider.slider-no-rwd {
    display: none;
  }
}

#custommerce-pl-rc .cm-section-slider .cm-slider .slider.slider-rwd {
  display: none;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider .cm-slider .slider.slider-rwd {
    display: block;
  }
}

#custommerce-pl-rc .cm-section-slider .cm-slider .slider.slider-rwd .slider-box {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  align-items: center;
  height: 0;
  opacity: 0;
}

#custommerce-pl-rc .cm-section-slider .cm-slider .slider.slider-rwd .slider-box .slider-lp {
  width: 90%;
  margin: 0px 5%;
  box-sizing: border-box;
  text-align: center;
  box-shadow: none;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-1:checked ~ .arrow-left #cm-slide-sc-0 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-1:checked ~ .arrow-right label:nth-of-type(2) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-2:checked ~ .arrow-left #cm-slide-sc-1 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-2:checked ~ .arrow-right label:nth-of-type(3) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-3:checked ~ .arrow-left #cm-slide-sc-2 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-3:checked ~ .arrow-right label:nth-of-type(4) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-4:checked ~ .arrow-left #cm-slide-sc-3 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-4:checked ~ .arrow-right label:nth-of-type(5) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-5:checked ~ .arrow-left #cm-slide-sc-4 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-5:checked ~ .arrow-right label:nth-of-type(6) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-6:checked ~ .arrow-left #cm-slide-sc-5 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-6:checked ~ .arrow-right label:nth-of-type(7) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-7:checked ~ .arrow-left #cm-slide-sc-6 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-7:checked ~ .arrow-right label:nth-of-type(8) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-8:checked ~ .arrow-left #cm-slide-sc-7 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-8:checked ~ .arrow-right label:nth-of-type(9) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-9:checked ~ .arrow-left #cm-slide-sc-8 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-9:checked ~ .arrow-right label:nth-of-type(10) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-10:checked ~ .arrow-left #cm-slide-sc-9 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-10:checked ~ .arrow-right label:nth-of-type(11) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-11:checked ~ .arrow-left #cm-slide-sc-10 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-11:checked ~ .arrow-right label:nth-of-type(12) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-12:checked ~ .arrow-left #cm-slide-sc-11 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-12:checked ~ .arrow-right label:nth-of-type(13) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-prod {
  background-color: transparent;
  background-repeat: no-repeat;
  padding-top: 4em;
  padding-bottom: 4em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider.cm-prod {
    padding-bottom: 2em;
  }
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-h2 {
  text-align: center;
  color: #414142;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider {
  background-color: transparent;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .arrow-left,
#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .arrow-right {
  display: none;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .arrow-left,
  #custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .arrow-right {
    display: block;
  }
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider {
  background-color: transparent;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp {
  flex-basis: 25%;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp {
    flex-basis: 50%;
    max-width: 300px;
    margin-top: 0;
  }
  #custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp img {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp {
    flex-basis: 100%;
  }
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
  color: #414142;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp p {
  color: #414142;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp:hover .cm-slider-anim {
  transform: translateY(-10px);
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-1:checked ~ .arrow-left #cm-prod-sc-0 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-1:checked ~ .arrow-right label:nth-of-type(2) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-1:checked ~ .slider #prod-2-1 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-2:checked ~ .arrow-left #cm-prod-sc-1 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-2:checked ~ .arrow-right label:nth-of-type(3) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-2:checked ~ .slider #prod-2-2 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-3:checked ~ .arrow-left #cm-prod-sc-2 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-3:checked ~ .arrow-right label:nth-of-type(4) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-3:checked ~ .slider #prod-2-3 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-4:checked ~ .arrow-left #cm-prod-sc-3 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-4:checked ~ .arrow-right label:nth-of-type(5) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-4:checked ~ .slider #prod-2-4 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-5:checked ~ .arrow-left #cm-prod-sc-4 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-5:checked ~ .arrow-right label:nth-of-type(6) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-5:checked ~ .slider #prod-2-5 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-6:checked ~ .arrow-left #cm-prod-sc-5 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-6:checked ~ .arrow-right label:nth-of-type(7) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-6:checked ~ .slider #prod-2-6 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-7:checked ~ .arrow-left #cm-prod-sc-6 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-7:checked ~ .arrow-right label:nth-of-type(8) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-7:checked ~ .slider #prod-2-7 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-8:checked ~ .arrow-left #cm-prod-sc-7 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-8:checked ~ .arrow-right label:nth-of-type(9) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-8:checked ~ .slider #prod-2-8 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-9:checked ~ .arrow-left #cm-prod-sc-8 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-9:checked ~ .arrow-right label:nth-of-type(10) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-9:checked ~ .slider #prod-2-9 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-10:checked ~ .arrow-left #cm-prod-sc-9 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-10:checked ~ .arrow-right label:nth-of-type(11) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-10:checked ~ .slider #prod-2-10 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-11:checked ~ .arrow-left #cm-prod-sc-10 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-11:checked ~ .arrow-right label:nth-of-type(12) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-11:checked ~ .slider #prod-2-11 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-12:checked ~ .arrow-left #cm-prod-sc-11 {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-12:checked ~ .arrow-right label:nth-of-type(13) {
  display: block;
}

#custommerce-pl-rc .cm-section-slider.cm-prod .cm-slider #prod-input-2-12:checked ~ .slider #prod-2-12 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-section-slider.cm-set .cm-slider .slider .slider-box .slider-lp {
  max-width: 376px;
}

@media (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-slider.cm-set .cm-slider .slider .slider-box .slider-lp img {
    width: 100%;
  }
}

#custommerce-pl-rc .cm-section-slider.cm-set .cm-slider .slider .slider-box .slider-lp .cm-slider-title {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
}

#custommerce-pl-rc .cm-section-slider.cm-set .cm-slider .slider .slider-box .slider-lp p {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-slider.cm-set .arrow-left,
  #custommerce-pl-rc .cm-section-slider.cm-set .arrow-right {
    display: block;
  }
}

#custommerce-pl-rc .cm-section-banner-bottom {
  background-color: #B6B8BB;
  position: relative;
  display: flex;
  height: 746px;
  background-position: bottom right;
  overflow: hidden;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-banner-bottom {
    height: 680px;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-banner-bottom {
    background-position: bottom right -50px;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-banner-bottom {
    height: 600px;
    background-size: cover;
    background-position: bottom right;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-banner-bottom {
    background-position: bottom right -110px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-banner-bottom {
    display: flex;
    flex-direction: column;
    height: auto;
    background-image: none !important;
  }
}

#custommerce-pl-rc .cm-section-banner-bottom .cm-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-banner-bottom .cm-row {
    flex-direction: column;
  }
}

#custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-text {
  position: relative;
  padding-left: 2em;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 660px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-text {
    position: relative;
    width: 100%;
    max-width: none;
    padding-left: 1em;
    padding-right: 1em;
  }
}

#custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-text .cm-ng {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  font-size: 3.5em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 35px;
}

@media (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-text .cm-ng {
    font-size: 3em;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-text .cm-ng {
    max-width: 400px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-text .cm-ng {
    max-width: unset;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-text .cm-ng {
    font-size: 2.25em;
  }
}

#custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-text .cm-ng span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

#custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-text .cm-p {
  padding-bottom: 51px;
  color: #fff;
  font-size: 1.56em;
  line-height: 1.4;
  max-width: 550px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-text .cm-p {
    padding-bottom: 0;
    max-width: unset;
  }
}

#custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-img {
  display: none;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-img {
    display: block;
    left: 100%;
    transform: translateX(-50%);
  }
  #custommerce-pl-rc .cm-section-banner-bottom .cm-row .cm-img img {
    width: 150%;
  }
}

#custommerce-pl-rc .cm-section-guarantee {
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-guarantee {
    padding-top: 0;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-guarantee {
    flex-direction: column;
    padding-bottom: 4em;
  }
}

#custommerce-pl-rc .cm-section-guarantee .cm-box {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#custommerce-pl-rc .cm-section-guarantee .cm-box .cm-img {
  max-width: 535px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-guarantee .cm-box .cm-img {
    flex-direction: column;
    max-width: 235px;
  }
}

#custommerce-pl-rc .cm-section-guarantee .cm-box .cm-img img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-guarantee .cm-box .cm-ng {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 300;
  color: #414142;
  font-size: 2.5em;
  padding-bottom: 40px;
  padding-top: 20px;
  max-width: 500px;
  text-transform: unset;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-guarantee .cm-box .cm-ng {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-guarantee .cm-box .cm-ng {
    text-align: center;
    font-size: 2.125em;
  }
}

#custommerce-pl-rc .cm-section-guarantee .cm-box .cm-p {
  max-width: 500px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  padding-bottom: 1em;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-guarantee .cm-box .cm-p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-guarantee .cm-box .cm-p {
    text-align: center;
  }
}

#custommerce-pl-rc .cm-section-guarantee .cm-box .cm-p span {
  color: #E52713;
}

#custommerce-pl-rc .cm-section-bottom {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
  font-size: 1.5em;
  color: #E52713;
  border: solid 4px #E52713;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 2em auto 0 auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

#custommerce-pl-rc .cm-section-bottom .cm-partner-logo {
  max-width: 374px;
  margin: 1.5em auto 1em auto;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-bottom .cm-partner-logo {
    max-width: 250px;
    margin: .5em auto;
  }
}

#custommerce-pl-rc .cm-section-bottom .cm-partner-logo img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-bottom .cm-red-line {
  width: 280px;
  margin: 0 auto;
  border: solid #E52713 1px;
  height: 1px;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-bottom .cm-red-line {
    width: 200px;
  }
}

#custommerce-pl-rc .cm-section-bottom .cm-icon-img {
  margin: 1em auto;
  text-align: center;
}

#custommerce-pl-rc .cm-section-bottom .cm-h6 {
  text-align: center;
  margin: auto;
  max-width: 340px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

#custommerce-pl-rc .cm-section-bottom .cm-h6 span {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 300;
}

#custommerce-pl-rc .cm-section-bottom .cm-h6::before {
  content: '';
  width: 80%;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: auto;
  margin-bottom: 1em;
}

#custommerce-pl-rc .cm-section-bottom .cm-hash {
  text-align: center;
  margin: 1em auto;
  max-width: 224px;
}

#custommerce-pl-rc .cm-section-bottom .cm-hash img {
  width: 100%;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-bottom .cm-hash {
    margin: .5em auto;
  }
}

#custommerce-pl-rc .cm-section-note .cm-note {
  font-size: 14px;
  line-height: 1.7;
  color: #414142;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-note .cm-note {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-note .cm-note {
    text-align: center;
    padding-top: 2em;
  }
}

#custommerce-pl-rc .cm-section-footer {
  margin: 4em auto;
  max-width: 285px;
}

#custommerce-pl-rc .cm-section-footer img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-logo {
  max-width: 1200px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  margin-left: 0;
  align-items: center;
  padding-right: 2em;
}

#custommerce-pl-rc .cm-section-logo .cm-logo-1 {
  max-width: 406px;
  width: 100%;
}

#custommerce-pl-rc .cm-section-logo .cm-logo-2 {
  max-width: 362px;
  width: 100%;
  margin-left: 3.25em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-logo .cm-logo-2 {
    margin-left: 1em;
  }
}

#custommerce-pl-rc .cm-section-logo img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-logo {
    padding-left: 2em;
    padding-right: 2em;
    box-sizing: content-box;
  }
}

@media screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-logo {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#custommerce-pl-rc .cm-bg {
  position: relative;
  z-index: 4;
}

#custommerce-pl-rc .pc-margin-top-4 {
  padding-top: 4em;
}

#custommerce-pl-rc .cm-m-2 {
  padding-top: 0em;
}

#custommerce-pl-rc .cm-m-2 .cm-ng {
  text-transform: unset;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-m-2 {
    padding-top: 0em;
  }
}

#custommerce-pl-rc.cm-hc4000 .cm-section-banner-bottom {
  height: 750px;
}

@media (max-width: 1200px) {
  #custommerce-pl-rc.cm-hc4000 .cm-section-banner-bottom {
    height: 700px;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc.cm-hc4000 .cm-section-banner-bottom {
    background-position: bottom right -50px;
    height: 650px;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc.cm-hc4000 .cm-section-banner-bottom {
    background-size: cover;
    background-position: bottom right;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc.cm-hc4000 .cm-section-banner-bottom {
    height: auto;
    background-size: cover;
    background-position: bottom right;
  }
}

#custommerce-pl-rc.cm-hc4000 .cm-section-banner-bottom .cm-row .cm-text {
  max-width: 700px;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc.cm-hc4000 .cm-section-banner-bottom .cm-row .cm-text .cm-ng {
    max-width: 500px;
  }
}

#custommerce-pl-rc.cm-neonet {
  max-width: 1100px;
}

.sticky #top:not(.top2), .product-nav-sticky .product-nav {
  z-index: 99999;
}
