@import url("https://rsms.me/inter/inter.css");
@-webkit-keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@-webkit-keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Rozmiar czcionki dla najwyzszego diva */
#custommerce-pl-rc {
  font-size: 16px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  color: #1D1D1D;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.33;
}
#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 {
  -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
}
#custommerce-pl-rc * {
  -webkit-box-sizing: border-box;
          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: 0.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 {
  max-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: #89C4C7 !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 {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-9,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-9 {
    -webkit-transform: translateX(-9%);
            transform: translateX(-9%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-10,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-10 {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-11,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-11 {
    -webkit-transform: translateX(-11%);
            transform: translateX(-11%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-12,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-12 {
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-13,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-13 {
    -webkit-transform: translateX(-13%);
            transform: translateX(-13%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-14,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-14 {
    -webkit-transform: translateX(-14%);
            transform: translateX(-14%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-15,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-15 {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-16,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-16 {
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-17,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-17 {
    -webkit-transform: translateX(-17%);
            transform: translateX(-17%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-20,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-20 {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-30,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-30 {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-50,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-50 {
    -webkit-transform: translateX(-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: #1D1D1D;
}
@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: #1D1D1D;
  margin-top: 1em;
  margin-bottom: 1em;
}
@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: 0em;
  }
}
#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: 775px;
  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;
  -webkit-filter: brightness(200%) grayscale(100%) sepia(100%) invert(100%);
          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-section-top-logo .cm-img {
  max-width: 404px;
  margin: 40px auto 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: bottom left;
  background-color: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header {
    background-position: bottom right 90%;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    background-position: bottom right 100%;
    background-image: none !important;
  }
}
#custommerce-pl-rc .cm-header .cm-header-ng {
  position: relative;
  z-index: 2;
  padding-top: 180px;
  padding-right: 16px;
  position: relative;
  padding-left: 32px;
  width: 40%;
  font-size: 3.125em;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.12;
  color: #1d1d1d;
}
@media only screen and (max-width: 1150px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    padding-left: 16px;
    padding-top: 140px;
  }
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    font-size: 2.75em;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    font-size: 3em;
    background-color: #F6F6F6;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    font-size: 2.5em;
    background-color: #F6F6F6;
  }
}
#custommerce-pl-rc .cm-header .cm-header-ng :nth-child(2) {
  margin-bottom: 0.125em;
}
#custommerce-pl-rc .cm-header .cm-header-ng .cm-big {
  font-size: 90px;
}
@media only screen and (max-width: 1150px) {
  #custommerce-pl-rc .cm-header .cm-header-ng .cm-big {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-header-ng .cm-big {
    font-size: 70px;
  }
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-header-ng .cm-big {
    font-size: 60px;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-ng .cm-big {
    font-size: 66px;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-ng .cm-big {
    font-size: 60px;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-header .cm-header-ng .cm-big {
    font-size: 54px;
  }
}
#custommerce-pl-rc .cm-header .cm-header-ng > span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #89c4c7;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-header-ng > span {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    font-size: 2.125em;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    font-size: 1.875em;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    position: relative;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-ng {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-header-bg {
    max-width: 55%;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-bg {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #custommerce-pl-rc .cm-header .cm-header-bg img {
    width: 700px;
    max-width: unset;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-bg img {
    width: 500px;
  }
}
@media only screen and (max-width: 450px) {
  #custommerce-pl-rc .cm-header .cm-header-bg {
    width: 155%;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  #custommerce-pl-rc .cm-header .cm-header-bg img {
    max-width: 100%;
  }
}
#custommerce-pl-rc .cm-section-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2em;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-intro {
    padding-top: 1em;
  }
}
#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-title {
  max-width: 1200px;
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 1.75em;
  color: #89c4c7;
  padding-top: 2em;
}
#custommerce-pl-rc .cm-section-intro .cm-title span {
  font-size: 18px;
  text-transform: uppercase;
  color: #1d1d1d;
  letter-spacing: 0.125em;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-title {
    padding-top: 1em;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-subtitle {
  max-width: 1200px;
  text-align: center;
  font-size: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-subtitle {
    padding: 0 1em;
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-intro .cm-subtitle {
    padding: 0 0.25em;
    font-size: 1.75em;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-subtitle .cm-text {
  max-width: 730px;
  text-align: center;
  color: #1d1d1d;
  font-weight: 700;
}
#custommerce-pl-rc .cm-section-intro .cm-section-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 2em;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text {
  width: 50%;
  padding-left: 3em;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text {
    padding: 1em 1em 0 1em;
    position: relative;
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-sub-ng {
  padding-top: 1em;
  font-size: 2em;
  max-width: 460px;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-sub-ng {
    padding-top: 1em;
    font-size: 1.75em;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .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: 520px;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-text-ng {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-text-ng {
    margin-top: 0;
    text-align: center;
    max-width: 650px;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-text-ng {
    font-size: 1em;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-img {
  text-align: center;
  margin: auto;
  width: 100%;
  top: 2em;
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-img img {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-img {
    top: 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 400px;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-text {
  padding-top: 1em;
  padding-bottom: 2em;
  max-width: 550px;
  font-size: 1.375em;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-text {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-text {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-text {
    font-size: 1.125em;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-text .cm-text .cm-blue {
  color: #89C4C7;
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-packshot {
  position: relative;
  max-width: calc(50% - 2em);
  z-index: 2;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-packshot {
    max-width: calc(100% - 1em);
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-packshot {
    max-width: 100%;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-packshot .cm-effect {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-packshot .cm-effect {
    -webkit-animation: rwd-effect 2.5s ease-in-out infinite;
            animation: rwd-effect 2.5s ease-in-out infinite;
  }
}
@-webkit-keyframes rwd-effect {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rwd-effect {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-packshot .cm-top {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-packshot .cm-top {
    -webkit-animation: rwd-top 2.5s ease-in-out infinite;
            animation: rwd-top 2.5s ease-in-out infinite;
  }
}
@-webkit-keyframes rwd-top {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
            transform: translate(-50%, -50%) rotate(-15deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
}
@keyframes rwd-top {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
            transform: translate(-50%, -50%) rotate(-15deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-packshot {
    top: 0em;
  }
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-packshot img {
  width: 100%;
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-packshot:hover .cm-top {
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg);
}
#custommerce-pl-rc .cm-section-intro .cm-section-box .cm-col-packshot:hover .cm-effect {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#custommerce-pl-rc .cm-icons {
  position: relative;
  z-index: 3;
  padding: 2em 0 2em;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-icons {
    margin-top: 0em;
    padding-top: 2em;
  }
}
#custommerce-pl-rc .cm-icons .cm-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 2em;
  padding-right: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  row-gap: 4em;
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-icons .cm-icons {
    padding-left: 1em;
    padding-right: 1em;
  }
}
#custommerce-pl-rc .cm-icons .cm-icons .cm-item {
  max-width: 25%;
  width: 270px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-icons .cm-icons .cm-item {
    max-width: 50%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-icons .cm-icons .cm-item {
    max-width: 100%;
    width: 350px;
    padding: 0;
  }
}
#custommerce-pl-rc .cm-icons .cm-icons .cm-item .cm-img-icon {
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
  position: relative;
}
#custommerce-pl-rc .cm-icons .cm-icons .cm-item .cm-img-icon .cm-ico-h {
  max-width: 178px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-icons .cm-icons .cm-item .cm-img-icon .cm-ico-h {
    max-width: 160px;
  }
}
#custommerce-pl-rc .cm-icons .cm-icons .cm-item .cm-p-icon {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  color: #1D1D1D;
  text-align: center;
  padding-left: 0.25em;
  padding-right: 0.25em;
  line-height: 1.4;
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-icons .cm-icons .cm-item .cm-p-icon {
    font-size: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-icons .cm-icons .cm-item .cm-p-icon {
    font-size: 1.125em;
    max-width: 75%;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-icons .cm-icons .cm-item .cm-p-icon {
    max-width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-icons .cm-icons .cm-item .cm-p-icon {
    padding-left: 0;
    padding-right: 0;
  }
}
#custommerce-pl-rc .cm-icons .cm-icons .cm-item:hover .cm-img-icon .cm-ico-h {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
#custommerce-pl-rc .cm-ng-icons {
  text-align: center;
  max-width: 1200px;
  font-size: 2.5em;
  color: #89c4c7;
  padding-top: 1em;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-ng-icons {
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-ng-icons {
    font-size: 1.75em;
  }
}
#custommerce-pl-rc .cm-hotspot-section {
  background-size: 100% 100%;
  background-position: center;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 150px);
  text-align: center;
  left: 6%;
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box {
    left: 8%;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box {
    left: 0;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  background-color: #f4f4f4;
  color: #1D1D1D;
  padding: 1.5em 1.5em;
  min-height: 80px;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  width: auto;
  font-weight: 400;
  max-width: 390px;
  font-size: 1.125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content {
    font-size: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content {
    padding: 1em 1em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content span {
  font-size: 1.25em;
  font-weight: 700;
  color: #89C4C7;
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content span {
    font-size: 1.125em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-img {
  position: absolute;
  top: 0%;
  left: 0;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
  left: 30%;
  top: 22%;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
  text-align: center;
  width: 390px;
  left: 50% !important;
  right: unset !important;
  top: unset !important;
  bottom: 70px !important;
  -webkit-transform: translate(-50%, 50%) !important;
          transform: translate(-50%, 50%) !important;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
    bottom: -10px !important;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
    max-width: 300px;
    bottom: -44px !important;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 72%;
  top: 66%;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
  text-align: center;
  width: 390px;
  left: 50% !important;
  right: unset !important;
  top: unset !important;
  bottom: 70px !important;
  -webkit-transform: translate(-50%, 50%) !important;
          transform: translate(-50%, 50%) !important;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
    bottom: -10px !important;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
    max-width: 300px;
    bottom: -44px !important;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
  left: 43%;
  top: 40%;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
  text-align: center;
  width: 390px;
  left: 50% !important;
  right: unset !important;
  top: unset !important;
  bottom: 70px !important;
  -webkit-transform: translate(-50%, 50%) !important;
          transform: translate(-50%, 50%) !important;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
    bottom: -10px !important;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
    max-width: 300px;
    bottom: -44px !important;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
  left: 58%;
  top: 52%;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
  text-align: center;
  width: 390px;
  left: 50% !important;
  right: unset !important;
  top: unset !important;
  bottom: 70px !important;
  -webkit-transform: translate(-50%, 50%) !important;
          transform: translate(-50%, 50%) !important;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
    bottom: -10px !important;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
    max-width: 300px;
    bottom: -44px !important;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) {
  left: 84%;
  top: 64%;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) + .cm-content {
  text-align: center;
  width: 390px;
  left: 50% !important;
  right: unset !important;
  top: unset !important;
  bottom: 70px !important;
  -webkit-transform: translate(-50%, 50%) !important;
          transform: translate(-50%, 50%) !important;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) + .cm-content {
    bottom: -10px !important;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) + .cm-content {
    max-width: 300px;
    bottom: -44px !important;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) {
  left: 80%;
  top: 74%;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) + .cm-content {
  text-align: center;
  width: 390px;
  left: 50% !important;
  right: unset !important;
  top: unset !important;
  bottom: 70px !important;
  -webkit-transform: translate(-50%, 50%) !important;
          transform: translate(-50%, 50%) !important;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) + .cm-content {
    bottom: -10px !important;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) + .cm-content {
    max-width: 300px;
    bottom: -44px !important;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse {
  position: relative;
  width: 100%;
  height: 100%;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-animation: pulse 1.2s linear infinite;
          animation: pulse 1.2s linear infinite;
  top: 0;
  left: 0;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:hover .cm-pulse::after, #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:hover .cm-pulse::before {
  -webkit-animation: none;
          animation: none;
}
#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:hover + .cm-content {
  opacity: 1;
  visibility: visible;
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e52713;
            box-shadow: 0 0 0 0 #e52713;
  }
  100% {
    -webkit-box-shadow: 0 0 0 22px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 22px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e52713;
            box-shadow: 0 0 0 0 #e52713;
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e52713;
            box-shadow: 0 0 0 0 #e52713;
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse-rwd {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e52713;
            box-shadow: 0 0 0 0 #e52713;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-rwd {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e52713;
            box-shadow: 0 0 0 0 #e52713;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
    -webkit-animation-name: pulse2;
            animation-name: pulse2;
  }
}
@media screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::after, #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-hotspot-section .cm-hotspot-box .cm-plus .cm-pulse::before {
    -webkit-animation-name: pulse-rwd;
            animation-name: pulse-rwd;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box {
    margin-bottom: 90px;
    width: 100%;
    max-width: 100%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 35px;
    height: 35px;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus + .cm-content {
    text-align: center;
    width: 390px;
    left: 50% !important;
    right: unset !important;
    top: unset !important;
    bottom: -50px !important;
    -webkit-transform: translate(-50%, 50%) !important;
            transform: translate(-50%, 50%) !important;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus + .cm-content .cm-top {
    text-align: center;
    margin: 0 auto;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) {
    left: 18%;
    top: 26%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
    left: 62%;
    top: 66%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
    left: 38%;
    top: 40%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
    left: 58%;
    top: 32%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) {
    left: 86%;
    top: 64%;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) {
    left: 80%;
    top: 74%;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box {
    padding: 0;
    margin-bottom: 70px;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box {
    margin-bottom: 104px;
  }
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus {
    width: 25px;
    height: 25px;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-title {
  max-width: 1200px;
  text-align: center;
  font-size: 1.75em;
  color: #89c4c7;
  padding-top: 0.5em;
}
#custommerce-pl-rc .cm-hotspot-section .cm-title span {
  font-size: 18px;
  text-transform: uppercase;
  color: #1d1d1d;
  letter-spacing: 0.125em;
}
#custommerce-pl-rc .cm-hotspot-section .cm-subtitle {
  max-width: 1200px;
  text-align: center;
  margin-top: 0.25em;
  font-size: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#custommerce-pl-rc .cm-hotspot-section .cm-subtitle .cm-text {
  max-width: 700px;
  text-align: center;
  color: #1d1d1d;
  font-weight: 700;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-subtitle {
    padding: 0 1em;
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-subtitle {
    padding: 0 0.25em;
    font-size: 1.75em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-subtitle.cm-s {
  margin-top: 0.5em;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-subtitle.cm-s {
    margin-top: 2.5em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-image .cm-icon {
  max-width: 240px;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-image .cm-icon {
    max-width: 220px;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-image .cm-icon {
    max-width: 190px;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section {
  margin: 2em 0 2em 0;
  max-width: 750px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section {
    padding: 0 1em;
    max-width: 650px;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section .cm-ng-1 {
  text-align: center;
  font-size: 2em;
  color: #89C4C7;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section .cm-ng-1 {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section .cm-ng-1 {
    font-size: 1.5em;
  }
}
#custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section .cm-ng-2 {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.125em;
  max-width: 1000px;
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-single-icon-section .cm-ng-section .cm-ng-2 {
    font-size: 1em;
  }
}
#custommerce-pl-rc .cm-section-3-icons {
  padding: 2em 2em 3em 2em;
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-3-icons {
    padding: 2em 1em 3em 1em;
  }
}
#custommerce-pl-rc .cm-section-3-icons .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
  }
}
#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3em;
  }
}
#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-icon {
  max-width: 340px;
  margin: 0 auto 2em;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-icon .cm-ico-v {
  -webkit-transition: all 0s ease-in;
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-icon {
    margin: 0 1em 0 0.25em;
    width: 150px;
    min-width: 240px;
  }
}
@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-icon {
    margin: 0 0.25em 0 0.25em;
    min-width: 220px;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-icon {
    margin: 0;
    max-width: 320px;
    min-width: 300px;
  }
}
#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-p {
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 1em;
  padding: 0 1em;
}
#custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-p .cm-top {
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 0.25em;
  font-weight: 600;
  color: #89C4C7;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-p {
    font-size: 16px;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-3-icons .cm-row .cm-item .cm-p {
    padding-left: 0;
    padding-right: 0;
  }
}
#custommerce-pl-rc .cm-section {
  max-width: 100%;
  padding-top: 4em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section {
    padding-top: 3em;
  }
}
#custommerce-pl-rc .cm-section .cm-section-title {
  font-size: 2em;
  line-height: 1.4em;
  max-width: 100%;
  padding: 0 0.5em;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section .cm-section-title {
    font-size: 1.5em;
    line-height: 1.4;
  }
}
#custommerce-pl-rc .cm-section .cm-brand-logos {
  padding-top: 2em;
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#custommerce-pl-rc .cm-section .cm-brand-logos img {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  max-width: 47%;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section .cm-brand-logos {
    max-width: 80%;
  }
}
#custommerce-pl-rc .cm-tiles-section {
  margin-top: 4em;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-tiles-section {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-tiles-section {
    margin-top: 1em;
  }
}
#custommerce-pl-rc .cm-tiles-section .cm-brand-logos {
  padding-top: 2em;
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#custommerce-pl-rc .cm-tiles-section .cm-brand-logos img {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  max-width: 47%;
}
@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-tiles-section .cm-brand-logos {
    max-width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-tiles-section .cm-brand-logos {
    max-width: 70%;
  }
}
#custommerce-pl-rc .cm-tiles-section .cm-section-title {
  padding: 0 0.5em;
  margin: 1em 0;
  color: black;
  font-size: 2em;
  line-height: 1.4;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-tiles-section .cm-section-title {
    font-size: 1.5em;
    line-height: 1.4;
  }
}
#custommerce-pl-rc .cm-tiles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#custommerce-pl-rc .cm-tiles .cm-tile {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  min-width: 8em;
  padding: 2.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#custommerce-pl-rc .cm-tiles .cm-tile img {
  width: 70%;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-tiles .cm-tile {
    width: 30%;
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-tiles .cm-tile {
    padding: 1em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#custommerce-pl-rc .cm-tiles-section-1 .cm-tile img {
  border-radius: 50%;
  scale: 1;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-width: 60%;
}
#custommerce-pl-rc .cm-tiles-section-1 .cm-tile:hover img {
  scale: 1.1;
  -webkit-box-shadow: 0 1px 20px -10px black;
          box-shadow: 0 1px 20px -10px black;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#custommerce-pl-rc .cm-tiles-section-1 .cm-tile .cm-tile-text {
  font-size: 1.375em;
  line-height: 1.4;
  padding: 0 0.5em;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-tiles-section-1 .cm-tiles .cm-tile .cm-tile-text {
    font-size: 1.125em;
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-tiles-section-1 .cm-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #custommerce-pl-rc .cm-tiles-section-1 .cm-tiles .cm-tile {
    min-width: 9em;
    max-width: 240px;
    width: 100%;
  }
  #custommerce-pl-rc .cm-tiles-section-1 .cm-tiles .cm-tile img {
    max-width: 70%;
  }
  #custommerce-pl-rc .cm-tiles-section-1 .cm-tiles .cm-tile .cm-tile-text {
    font-size: 1.125em;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-tiles-section-1 .cm-tiles .cm-tile .cm-tile-text {
    font-size: 1em;
  }
}
#custommerce-pl-rc .cm-tiles-section-2 {
  background-color: #AFBEB1;
  color: black;
}
#custommerce-pl-rc .cm-tiles-section-2 .cm-section-title {
  margin: 1.5em auto;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-tiles-section-2 .cm-section-title {
    font-size: 1.5em;
    line-height: 1.4;
    margin: 1em auto;
  }
}
#custommerce-pl-rc .cm-tiles-section-2 .cm-bg-img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 25%;
}
#custommerce-pl-rc .cm-tiles-section-2 .cm-tiles-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 75%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
#custommerce-pl-rc .cm-tiles-section-2 .cm-tiles-2 .cm-tile {
  padding: 0;
  width: 25%;
}
#custommerce-pl-rc .cm-tiles-section-2 .cm-tiles-2 .cm-tile img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-tiles-section-2 .cm-tiles-2 .cm-tile {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
#custommerce-pl-rc .cm-tiles-section-2 p {
  margin-top: 2em;
  max-width: 1000px;
  text-align: center;
  font-weight: 100;
  font-size: 1.25em;
  letter-spacing: 1.2px;
  line-height: 1.4;
  padding: 0 1em;
}
#custommerce-pl-rc .cm-tiles-section-2 p span {
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-tiles-section-2 p {
    font-size: 1em;
    max-width: 60%;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-tiles-section-2 p {
    max-width: 80%;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-tiles-section-2 p {
    max-width: 95%;
  }
}
#custommerce-pl-rc .cm-tiles-section-3 {
  background-color: white;
}
#custommerce-pl-rc .cm-tiles-section-3 .cm-section-title {
  color: black;
  padding-bottom: 1em;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-tiles-section-3 .cm-section-title {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-tiles-section-3 .cm-section-title {
    font-size: 1.25em;
  }
}
#custommerce-pl-rc .cm-tiles-section-3 .cm-tiles {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#custommerce-pl-rc .cm-tiles-section-3 .cm-tiles .cm-tile {
  padding: 0;
  position: relative;
  top: 0px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}
#custommerce-pl-rc .cm-tiles-section-3 .cm-tiles .cm-tile img {
  width: 100%;
  margin-bottom: 1em;
}
#custommerce-pl-rc .cm-tiles-section-3 .cm-tiles .cm-tile span {
  font-size: 1.25em;
  line-height: 1.6;
  padding: 0 0.5em;
}
#custommerce-pl-rc .cm-tiles-section-3 .cm-tiles .cm-tile:hover {
  top: 30px;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-tiles-section-3 .cm-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #custommerce-pl-rc .cm-tiles-section-3 .cm-tiles .cm-tile {
    width: 95%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    text-align: left;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #custommerce-pl-rc .cm-tiles-section-3 .cm-tiles .cm-tile img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  #custommerce-pl-rc .cm-tiles-section-3 .cm-tiles .cm-tile span {
    line-height: 1.2;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    min-width: 200px;
  }
  #custommerce-pl-rc .cm-tiles-section-3 .cm-tiles .cm-tile:hover {
    top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-tiles-section-3 .cm-tiles .cm-tile span {
    font-size: 1em;
    line-height: 1.3em;
    padding-right: 0;
  }
  #custommerce-pl-rc .cm-tiles-section-3 .cm-tiles .cm-tile:hover {
    top: 15px;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-tiles-section-3 .cm-tiles .cm-tile span {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-tiles-section-3 .cm-tiles {
    gap: 1.5em;
  }
  #custommerce-pl-rc .cm-tiles-section-3 .cm-tiles .cm-tile span {
    padding-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-tiles-section-4 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-tiles-section-4 .cm-section-title {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-tiles-section-4 .cm-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile {
  position: relative;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  line-height: 1.4;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0;
}
#custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile img {
  width: 40%;
  scale: 1;
  padding-bottom: 1em;
  -webkit-transition: inherit;
  transition: inherit;
}
#custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile > span {
  margin-bottom: 0.5em;
  font-size: 1.25em;
  padding: 0 0.5em;
}
#custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile .cm-tile-text {
  padding: 0 0.5em;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile {
    width: 100%;
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    text-align: center;
    padding-bottom: 1em;
  }
  #custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile img {
    margin: 0;
    width: auto;
    max-width: 35%;
  }
  #custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile .cm-tile-text {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    line-height: 1.1em;
    font-size: 0.85em;
  }
  #custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile > span {
    font-size: 1.5em;
  }
  #custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile div {
    font-size: 1.375em;
    padding: 0 1em;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile > span {
    font-size: 1.25em;
  }
  #custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile div {
    font-size: 1em;
  }
}
#custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile:hover {
  top: 30px;
}
#custommerce-pl-rc .cm-tiles-section-4 .cm-tiles .cm-tile:hover img {
  scale: 1.2;
}
#custommerce-pl-rc .cm-video {
  padding-top: 0;
  margin-top: 4em;
  position: relative;
}
#custommerce-pl-rc .cm-video::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}
#custommerce-pl-rc .cm-video label {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
}
#custommerce-pl-rc .cm-video input {
  display: none;
}
#custommerce-pl-rc .cm-video input:checked ~ label {
  display: none;
}
#custommerce-pl-rc .cm-video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100% !important;
}
#custommerce-pl-rc .cm-tiles-section-5 {
  margin-top: 0;
  padding-top: 3em;
}
#custommerce-pl-rc .cm-tiles-section-5 .cm-tiles {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#custommerce-pl-rc .cm-tiles-section-5 .cm-tiles .cm-tile {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  line-height: 1.8;
  width: auto;
  font-size: 1.25em;
}
#custommerce-pl-rc .cm-tiles-section-5 .cm-tiles .cm-tile img {
  width: 100%;
  padding-bottom: 1em;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-tiles-section-5 .cm-tiles {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0;
  }
  #custommerce-pl-rc .cm-tiles-section-5 .cm-tiles .cm-tile {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    font-size: 1em;
  }
  #custommerce-pl-rc .cm-tiles-section-5 .cm-tiles .cm-tile img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-tiles-section-5 .cm-tiles .cm-tile {
    max-width: 300px;
    width: 100%;
    padding-bottom: 2em;
    font-size: 1em;
  }
  #custommerce-pl-rc .cm-tiles-section-5 .cm-tiles .cm-tile img {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-tiles-section-5 .cm-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #custommerce-pl-rc .cm-tiles-section-5 .cm-tiles .cm-tile {
    max-width: 220px;
  }
}
#custommerce-pl-rc .cm-img-section {
  position: relative;
  margin-top: 1.5em;
}
#custommerce-pl-rc .cm-img-section img {
  max-width: 100%;
}
#custommerce-pl-rc .cm-svg-text {
  margin: 0;
  padding: 1em 1em 1em 0;
  display: block;
}
#custommerce-pl-rc .cm-svg-text img {
  max-width: 30%;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-svg-text {
    padding-right: 1em;
  }
  #custommerce-pl-rc .cm-svg-text img {
    min-width: 150px;
  }
}
#custommerce-pl-rc .cm-disclaimer {
  max-width: 700px;
  line-height: 2;
  font-size: 1em;
  padding: 0 1em;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-disclaimer {
    padding-top: 0.5em;
    line-height: 1.6;
  }
}
#custommerce-pl-rc .cm-logo-bottom {
  max-width: 50%;
}
#custommerce-pl-rc .cm-logo-bottom img {
  max-width: 100%;
  width: auto;
}
#custommerce-pl-rc .cm-tiles-bottom {
  margin-top: 0;
  margin-bottom: 1em;
}
#custommerce-pl-rc .cm-tiles-bottom .cm-tiles .cm-tile {
  -webkit-transition: none;
  transition: none;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
#custommerce-pl-rc .cm-tiles-bottom .cm-tiles .cm-tile:hover {
  top: 0;
}
#custommerce-pl-rc .cm-tiles-bottom .cm-tiles .cm-tile:hover img {
  -webkit-box-shadow: none;
          box-shadow: none;
  scale: 1;
}
#custommerce-pl-rc .cm-tiles-bottom .cm-tiles .cm-tile img {
  max-width: 120px;
  width: 100%;
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-tiles-bottom .cm-tiles .cm-tile img {
    max-width: 80px;
  }
}
#custommerce-pl-rc .cm-tiles-bottom .cm-tiles .cm-tile span {
  font-size: 1.25em;
}
@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-tiles-bottom .cm-tiles {
    width: 80%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #custommerce-pl-rc .cm-tiles-bottom .cm-tiles .cm-tile {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #custommerce-pl-rc .cm-tiles-bottom .cm-tiles .cm-tile span {
    margin: 0;
    padding-left: 0.5em;
    font-size: 1.125em;
  }
  #custommerce-pl-rc .cm-tiles-bottom .cm-tiles .cm-tile img {
    display: block;
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 0.5em;
  }
}
#custommerce-pl-rc .cm-section-serp {
  position: relative;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp {
    padding-top: 1em;
  }
}
#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-title {
  text-align: center;
  font-size: 2.5em;
  padding: 0 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-serp > .cm-title {
    font-size: 2em;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1em;
    padding-right: 1em;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
    padding-right: 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: #1D1D1D;
  margin-bottom: 24px;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-ng-serp span {
  color: #89C4C7;
  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.75em;
  }
}
@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: center;
    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.125em;
  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: center;
    margin-left: auto;
    font-size: 1em;
    line-height: 1.5;
    margin-right: auto;
  }
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-p span {
  color: #89C4C7;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li {
  padding-top: 1em;
  padding-bottom: 2em;
  max-width: 550px;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li .cm-text-row {
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li .cm-text-row:last-of-type {
  padding-bottom: 0;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li .cm-text-row .cm-ico {
  max-width: 20px;
  min-width: 20px;
  margin-right: 1em;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li .cm-text-row .cm-ico img {
  width: 20px;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row .cm-item .cm-text .cm-li .cm-text-row .cm-p {
  width: 100%;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.4;
}
#custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers {
  margin-top: 0em;
  margin-bottom: 0em;
}
@media (min-width: 701px) {
  #custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers .cm-item:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #custommerce-pl-rc .cm-section-serp .cm-serp-row.cm-serp-revers .cm-item:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#custommerce-pl-rc .cm-contains {
  position: relative;
  padding: 2em 0 3em;
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-contains {
    padding: 0em 0 3em;
  }
}
#custommerce-pl-rc .cm-contains > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.625em;
  padding: 0.5em 0.5em 0.25em;
  color: #89C4C7;
  font-weight: 600;
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-contains > .cm-title {
    font-size: 2.125em;
  }
}
#custommerce-pl-rc .cm-contains > .cm-subtitle {
  text-align: center;
  padding: 0 1em 4em;
}
#custommerce-pl-rc .cm-contains .cm-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#custommerce-pl-rc .cm-contains .cm-slides::-webkit-scrollbar {
  display: none;
}
#custommerce-pl-rc .cm-contains .cm-slider-box {
  position: relative;
}
#custommerce-pl-rc .cm-contains .cm-slider-box .cm-slides {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 50px);
  width: 100%;
 
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-contains .cm-slider-box .cm-slides {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-contains .cm-slider-box .cm-slides {
    max-width: calc(100% - 100px);
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
            height: unset;
  }
  #custommerce-pl-rc .cm-contains .cm-slider-box .cm-slides .cm-slide {
    padding: 0;
  }
}
#custommerce-pl-rc .cm-contains .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#custommerce-pl-rc .cm-contains .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-contains .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#custommerce-pl-rc .cm-contains .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-contains .cm-slider-box .cm-arrow-right, #custommerce-pl-rc .cm-contains .cm-slider-box .cm-arrow-left {
  display: none;
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-contains .cm-slider-box .cm-arrow-right, #custommerce-pl-rc .cm-contains .cm-slider-box .cm-arrow-left {
    display: block;
  }
}
#custommerce-pl-rc .cm-contains .cm-input {
  display: none;
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  #custommerce-pl-rc .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-100%) scale(1);
            transform: translateX(-100%) scale(1);
  }
}
#custommerce-pl-rc .cm-contains .cm-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.3333333333%;
  scroll-snap-align: center;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 1em;
}
#custommerce-pl-rc .cm-contains .cm-slide .cm-text {
  text-align: center;
  margin-top: 1em;
}
#custommerce-pl-rc .cm-contains .cm-slide .cm-text div {
  margin-top: 0.25em;
  text-align: center;
  line-height: 1.4;
}
#custommerce-pl-rc .cm-contains .cm-slide .cm-text div span {
  color: #89C4C7;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-contains .cm-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-contains .cm-slide {
    width: 100%;
    max-width: unset;
  }
}
#custommerce-pl-rc .cm-contains-2 {
  position: relative;
  padding: 2em 0 3em;
}
#custommerce-pl-rc .cm-contains-2 > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.625em;
  padding: 0.5em 0.5em 1.5em;
  font-weight: 300;
  color: #89C4C7;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-contains-2 > .cm-title {
    font-size: 2.125em;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-contains-2 > .cm-title {
    font-size: 2em;
  }
}
#custommerce-pl-rc .cm-contains-2 .cm-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#custommerce-pl-rc .cm-contains-2 .cm-slides::-webkit-scrollbar {
  display: none;
}
#custommerce-pl-rc .cm-contains-2 .cm-slider-box {
  position: relative;
}
#custommerce-pl-rc .cm-contains-2 .cm-slider-box .cm-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: calc(100% - 100px);
  width: 100%;
  
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
}
#custommerce-pl-rc .cm-contains-2 .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 37px;
  height: 37px;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#custommerce-pl-rc .cm-contains-2 .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-contains-2 .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 37px;
  height: 37px;
  right: 5px;
  top: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#custommerce-pl-rc .cm-contains-2 .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-contains-2 .cm-input {
  display: none;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-100%) scale(1);
          transform: translateX(-100%) scale(1);
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-200%) scale(1);
          transform: translateX(-200%) scale(1);
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-100%) scale(1);
          transform: translateX(-100%) scale(1);
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-200%) scale(1);
          transform: translateX(-200%) scale(1);
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: none;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-100%) scale(1);
            transform: translateX(-100%) scale(1);
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-200%) scale(1);
            transform: translateX(-200%) scale(1);
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-300%) scale(1);
            transform: translateX(-300%) scale(1);
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-400%) scale(1);
            transform: translateX(-400%) scale(1);
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: block;
  }
  #custommerce-pl-rc .cm-contains-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-500%) scale(1);
            transform: translateX(-500%) scale(1);
  }
}
#custommerce-pl-rc .cm-contains-2 .cm-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 25%;
  width: 100%;
  scroll-snap-align: center;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 1em;
}
#custommerce-pl-rc .cm-contains-2 .cm-slide .cm-text {
  text-align: center;
  margin-top: 2.5em;
  font-size: 1.125em;
  max-width: 250px;
}
#custommerce-pl-rc .cm-contains-2 .cm-slide .cm-text > div {
  margin-top: 0.375em;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-contains-2 .cm-slide {
    width: 100%;
    max-width: unset;
  }
}
#custommerce-pl-rc .cm-other {
  position: relative;
  padding: 2em 0 3em;
}
#custommerce-pl-rc .cm-other > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.625em;
  padding: 0.5em 0.5em 1.5em;
  font-weight: 300;
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-other > .cm-title {
    font-size: 2.125em;
  }
}
#custommerce-pl-rc .cm-other > .cm-title .cm-brown {
  color: #CEB695;
  font-weight: 600;
}
#custommerce-pl-rc .cm-other .cm-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#custommerce-pl-rc .cm-other .cm-slides::-webkit-scrollbar {
  display: none;
}
#custommerce-pl-rc .cm-other .cm-slider-box {
  position: relative;
}
#custommerce-pl-rc .cm-other .cm-slider-box .cm-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: calc(100% - 100px);
  width: 100%;
  
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
  width: 900px;
}
#custommerce-pl-rc .cm-other .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 37px;
  height: 37px;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#custommerce-pl-rc .cm-other .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-other .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 37px;
  height: 37px;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
#custommerce-pl-rc .cm-other .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}
#custommerce-pl-rc .cm-other .cm-input {
  display: none;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-100%) scale(1);
          transform: translateX(-100%) scale(1);
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}
#custommerce-pl-rc .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
  -webkit-transform: translateX(-100%) scale(1);
          transform: translateX(-100%) scale(1);
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-100%) scale(1);
            transform: translateX(-100%) scale(1);
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-200%) scale(1);
            transform: translateX(-200%) scale(1);
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: block;
  }
  #custommerce-pl-rc .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
    -webkit-transform: translateX(-300%) scale(1);
            transform: translateX(-300%) scale(1);
  }
}
#custommerce-pl-rc .cm-other .cm-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.3333333333%;
  scroll-snap-align: center;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 1em;
}
#custommerce-pl-rc .cm-other .cm-slide .cm-text {
  text-align: center;
  margin-top: 1em;
  font-size: 1.125em;
}
#custommerce-pl-rc .cm-other .cm-slide .cm-text > div {
  font-weight: 600;
  margin-top: 0.375em;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-other .cm-slide {
    width: 100%;
  }
}
#custommerce-pl-rc .cm-section-guarantee {
  padding-top: 3em;
  padding-bottom: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #F3FAFB;
}
@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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 4em;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-guarantee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2em;
  }
}
#custommerce-pl-rc .cm-section-guarantee .cm-box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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-weight: 500;
  color: #1D1D1D;
  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;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-guarantee .cm-box .cm-ng {
    font-size: 2em;
  }
}
#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;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-guarantee .cm-box .cm-p {
    font-size: 1.125em;
  }
}
#custommerce-pl-rc .cm-section-note .cm-note {
  font-size: 14px;
  line-height: 1.7;
  color: #1D1D1D;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-note {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-note {
    text-align: center;
  }
}
#custommerce-pl-rc .cm-section-images .cm-small-right {
  max-width: 334px;
  text-align: right;
  margin: 1em 0 0 auto;
}
@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-images .cm-small-right {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-images .cm-small-right {
    margin: 1em auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#custommerce-pl-rc .cm-section-images .cm-small-right img {
  width: 100%;
}
#custommerce-pl-rc .cm-section-images video {
  width: 100%;
  height: 100%;
}
#custommerce-pl-rc .cm-section-footer {
  margin: 4em auto 1em auto;
  max-width: 100%;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-footer {
    margin: 2em auto 0em auto;
  }
}
#custommerce-pl-rc .cm-section-footer .cm-img {
  max-width: 100%;
  text-align: center;
}
#custommerce-pl-rc .cm-section-footer .cm-img img {
  max-width: 60%;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-footer .cm-img img {
    min-width: 280px;
  }
}
#custommerce-pl-rc .cm-section-footer .cm-flex {
  margin-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#custommerce-pl-rc .cm-section-footer .cm-flex .cm-col {
  max-width: 30%;
  min-width: 33.3333333333%;
  width: 100%;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#custommerce-pl-rc .cm-section-footer .cm-flex .cm-col img {
  max-width: 45%;
}
#custommerce-pl-rc .cm-section-footer .cm-flex .cm-col .cm-text {
  margin-top: 1.5em;
  font-size: 1.25em;
  color: #1D1D1D;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-footer .cm-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 3em;
  }
  #custommerce-pl-rc .cm-section-footer .cm-flex .cm-col {
    max-width: 100%;
    width: 400px;
  }
}
@media only screen and (max-width: 700px) and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-footer .cm-flex .cm-col > img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-footer .cm-flex .cm-col .cm-text {
    margin-top: 0.5em;
  }
}
#custommerce-pl-rc .cm-section-logo {
  max-width: 1200px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2em;
}
#custommerce-pl-rc .cm-section-logo .cm-logo-1 {
  max-width: 250px;
  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;
    -webkit-box-sizing: content-box;
            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 .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, #custommerce-pl-rc.cm-hc6000 .cm-section-banner-bottom {
  height: 750px;
}
@media (max-width: 1200px) {
  #custommerce-pl-rc.cm-hc4000 .cm-section-banner-bottom, #custommerce-pl-rc.cm-hc6000 .cm-section-banner-bottom {
    height: 700px;
  }
}
@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc.cm-hc4000 .cm-section-banner-bottom, #custommerce-pl-rc.cm-hc6000 .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, #custommerce-pl-rc.cm-hc6000 .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, #custommerce-pl-rc.cm-hc6000 .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, #custommerce-pl-rc.cm-hc6000 .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, #custommerce-pl-rc.cm-hc6000 .cm-section-banner-bottom .cm-row .cm-text .cm-ng {
    max-width: 500px;
  }
}
#custommerce-pl-rc.cm-hg3000 .cm-section-2b-col .cm-row .cm-text {
  padding-bottom: 2em;
  padding-top: 2em;
}
#custommerce-pl-rc.cm-neonet {
  max-width: 1100px;
}
#custommerce-pl-rc.cm-neonet .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media only screen and (max-width: 900px) {
  #custommerce-pl-rc.cm-neonet .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 300px;
    margin-top: 0;
  }
  #custommerce-pl-rc.cm-neonet .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-neonet .cm-section-slider.cm-prod .cm-slider .slider .slider-box .slider-lp {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.sticky #top:not(.top2), .product-nav-sticky .product-nav {
  z-index: 99999;
}