@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab&family=Montserrat:wght@300;400;500;600;700&display=swap");
@keyframes floating {
  0% {
    opacity: 0;
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@keyframes floatingReverse {
  0% {
    opacity: 0;
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Rozmiar czcionki dla najwyzszego diva */
#custommerce-pl-rc {
  font-size: 16px;
  font-family: "Montserrat", Arial, sans-serif;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  color: #5F5F5F;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc {
    font-size: 14px;
  }
}

#custommerce-pl-rc.cm-width-800,
#custommerce-pl-rc .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}

#custommerce-pl-rc .pc-margin-top-xs {
  padding-top: 1.5em;
}

#custommerce-pl-rc .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}

#custommerce-pl-rc .pc-margin-top-s {
  padding-top: 3em;
}

#custommerce-pl-rc .pc-margin-bottom-s {
  padding-bottom: 3em;
}

#custommerce-pl-rc .pc-margin-top-m {
  padding-top: 4em;
}

#custommerce-pl-rc .pc-margin-bottom-m {
  padding-bottom: 4em;
}

#custommerce-pl-rc .pc-margin-top-l {
  padding-top: 6em;
}

#custommerce-pl-rc .pc-margin-bottom-l {
  padding-bottom: 6em;
}

#custommerce-pl-rc .pc-margin-top-xl {
  padding-top: 8em;
}

#custommerce-pl-rc .pc-margin-bottom-xl {
  padding-bottom: 8em;
}

#custommerce-pl-rc .pc-margin-top-xxl {
  padding-top: 10em;
}

#custommerce-pl-rc .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-margin-top-xs {
    padding-top: 1em;
  }
  #custommerce-pl-rc .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #custommerce-pl-rc .pc-margin-top-s {
    padding-top: 2em;
  }
  #custommerce-pl-rc .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #custommerce-pl-rc .pc-margin-top-m {
    padding-top: 3em;
  }
  #custommerce-pl-rc .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #custommerce-pl-rc .pc-margin-top-l {
    padding-top: 4em;
  }
  #custommerce-pl-rc .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #custommerce-pl-rc .pc-margin-top-xl {
    padding-top: 5em;
  }
  #custommerce-pl-rc .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #custommerce-pl-rc .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #custommerce-pl-rc .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}

#custommerce-pl-rc .pc-margin-top-deca {
  margin-top: 0.5em;
}

#custommerce-pl-rc .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}

#custommerce-pl-rc .pc-margin-top-hecto {
  margin-top: 1em;
}

#custommerce-pl-rc .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}

#custommerce-pl-rc .pc-margin-top-kilo {
  margin-top: 1.25em;
}

#custommerce-pl-rc .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}

#custommerce-pl-rc .pc-margin-top-mega {
  margin-top: 1.5em;
}

#custommerce-pl-rc .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}

#custommerce-pl-rc .pc-margin-top-giga {
  margin-top: 2em;
}

#custommerce-pl-rc .pc-margin-bottom-giga {
  margin-bottom: 2em;
}

#custommerce-pl-rc .pc-margin-top-tera {
  margin-top: 2.5em;
}

#custommerce-pl-rc .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}

#custommerce-pl-rc .pc-clear {
  clear: both;
}

#custommerce-pl-rc .m-st-1:after {
  content: '';
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #D9CAAF;
}

#custommerce-pl-rc .m-st-2 {
  border-bottom: 4px solid #D9CAAF;
  border-top: 2px solid #D9CAAF;
}

#custommerce-pl-rc .m-st-3 {
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}

#custommerce-pl-rc .pc-b6-a {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#custommerce-pl-rc .pc-b6-a * {
  text-align: center;
}

#custommerce-pl-rc .pc-b6-a .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
  max-width: 680px;
  margin: 0 auto;
}

#custommerce-pl-rc .pc-b6-a h2, #custommerce-pl-rc .pc-b6-a .h2, #custommerce-pl-rc .pc-b6-a .pc-h2 {
  font-size: 2.4375em;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.12;
  color: #1D1D1D;
  letter-spacing: 0.8px;
}

#custommerce-pl-rc .pc-b6-a h4, #custommerce-pl-rc .pc-b6-a .h4, #custommerce-pl-rc .pc-b6-a .pc-h4 {
  font-size: 1.0625em;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.12;
  color: #0D287B;
  letter-spacing: 0.3px;
}

@media (max-width: 767px) {
  #custommerce-pl-rc {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  #custommerce-pl-rc .pc-b6-a {
    text-align: center;
  }
  #custommerce-pl-rc .pc-b6-a * {
    text-align: center;
  }
}

#custommerce-pl-rc .pc-b3 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
  padding-left: 1.25em;
  padding-right: 1.25em;
  text-align: right;
}

@media (max-width: 799px) {
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
    text-align: left;
  }
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p.caption {
  text-align: right;
}

@media (max-width: 799px) {
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p {
    text-align: left;
  }
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
  text-align: right;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description p {
  text-align: right;
}

@media (max-width: 799px) {
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description p {
    text-align: left;
    padding-bottom: 40px;
  }
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-square {
  margin-left: 1.25em;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-content {
  float: right;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
  position: relative;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell.pc-b3-pull-left {
  left: 50%;
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell.pc-b3-pull-right {
  right: 50%;
}

#custommerce-pl-rc .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
  max-width: 25.625em;
}

#custommerce-pl-rc .pc-b3 .pc-b3-table {
  display: table;
  width: 100%;
}

#custommerce-pl-rc .pc-b3 .pc-b3-table .pc-b3-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#custommerce-pl-rc .pc-b3 .pc-b3-square {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

#custommerce-pl-rc .pc-b3 .pc-b3-square:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

#custommerce-pl-rc .pc-b3 .pc-b3-square .pc-b3-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#custommerce-pl-rc .pc-b3 .pc-b3-square .pc-b3-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@supports (object-fit: cover) {
  #custommerce-pl-rc .pc-b3 .pc-b3-square .pc-b3-image img {
    object-fit: cover;
  }
}

#custommerce-pl-rc .pc-b3 .h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.2;
}

#custommerce-pl-rc .pc-b3 .h3 span {
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .pc-b3 .pc-gl-description {
  padding-top: 2em;
}

#custommerce-pl-rc .pc-b3 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.38;
  color: black;
  margin: 0;
  padding: 0;
}

#custommerce-pl-rc .pc-b3 p.caption {
  color: #0D287B;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 1079px) {
  #custommerce-pl-rc .pc-b3 .pc-block-module {
    max-width: 1040px;
    padding: 0;
  }
}

@media (max-width: 799px) {
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
    text-align: left;
    padding: 2.5em 2.5em 0 2.5em;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p {
    text-align: left;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p.caption {
    text-align: left;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
    text-align: left;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .pc-gl-description {
    text-align: left;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-content {
    float: none;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-square {
    margin-left: 0;
  }
  #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
    position: static;
  }
  #custommerce-pl-rc .pc-b3 .pc-b3-table {
    display: block;
  }
  #custommerce-pl-rc .pc-b3 .pc-b3-table .pc-b3-cell {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #custommerce-pl-rc .pc-b3 .pc-b3-cell-container {
    padding: 2.5em 2.5em 0 2.5em;
  }
  #custommerce-pl-rc .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
    max-width: none;
  }
}

@media (max-width: 767px) {
  #custommerce-pl-rc {
    font-size: 14px;
  }
}

#custommerce-pl-rc .pc-p5 {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: auto;
}

#custommerce-pl-rc .pc-p5 .pc-save-proprtion {
  position: relative;
  width: 100%;
}

#custommerce-pl-rc .pc-p5 .pc-save-proprtion::after {
  content: '';
  display: block;
  padding-bottom: 58.462%;
}

#custommerce-pl-rc .pc-p5 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#custommerce-pl-rc .pc-p5 .pc-block-module .pc-relative {
  height: inherit;
}

#custommerce-pl-rc .pc-p5 .pc-p5-checkbox {
  display: none;
}

#custommerce-pl-rc .pc-p5 .pc-p5-checkbox:checked ~ label {
  display: none;
}

#custommerce-pl-rc .pc-p5 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}

#custommerce-pl-rc .pc-p5 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 10;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-p5 video {
    height: auto;
    object-fit: unset;
  }
}

@media only screen and (max-width: 576px) {
  #custommerce-pl-rc .pc-p5 video {
    height: 276px;
    object-fit: unset;
  }
}

#custommerce-pl-rc .pc-p5 label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}

#custommerce-pl-rc .pc-p5 .cm-hidden-label {
  display: none;
}

#custommerce-pl-rc .pc-p5 .pc-p5-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#custommerce-pl-rc .pc-b11 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#custommerce-pl-rc .pc-b11 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
  display: flex;
  flex-wrap: nowrap;
}

#custommerce-pl-rc .pc-b11 .pc-image, #custommerce-pl-rc .pc-b11 .pc-text {
  width: 50%;
  box-sizing: border-box;
}

#custommerce-pl-rc .pc-b11 .pc-image {
  text-align: center;
}

#custommerce-pl-rc .pc-b11 .pc-image img {
  max-width: 100%;
}

#custommerce-pl-rc .pc-b11 .pc-text {
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#custommerce-pl-rc .pc-b11 .h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.2;
  text-align: left;
}

#custommerce-pl-rc .pc-b11 .pc-description {
  padding-top: 2em;
}

#custommerce-pl-rc .pc-b11 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.38;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
}

#custommerce-pl-rc .pc-b11 p.caption {
  color: #0D287B;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: bold;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-text {
  text-align: right;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-description {
  order: 1;
  text-align: right;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-image {
  order: 2;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .h3, #custommerce-pl-rc .pc-b11.pc-b11-b p {
  text-align: right;
}

@media (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module {
    display: block;
    margin: 0 auto;
  }
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-image, #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

#custommerce-pl-rc * {
  box-sizing: border-box;
}

#custommerce-pl-rc div {
  text-align: left;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc p {
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc p strong {
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc img.lazy {
  width: auto;
}

#custommerce-pl-rc img {
  padding: 0;
  margin: 0;
}

#custommerce-pl-rc .cm-clearfix {
  overflow: auto;
}

#custommerce-pl-rc .cm-clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#custommerce-pl-rc .cm-section-grey {
  background-color: #F8F8F8;
}

#custommerce-pl-rc .cm-flex {
  display: flex;
}

#custommerce-pl-rc .cm-ribbon {
  font-size: 16px;
  width: 11em !important;
  display: block;
  margin: 0 auto;
}

#custommerce-pl-rc .cm-header {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header {
    flex-wrap: wrap;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  text-align: center;
  padding: 4.375em 1em 8em;
  order: 1;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    width: 100%;
    padding: 4em 1.25em;
    order: 2;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    padding: 2em 1.25em 4em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-header-logo {
  max-width: 286px;
  width: 70%;
  margin: 0 auto 2.5em;
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1,
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2,
#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
  font-family: "Zilla Slab", Arial, sans-serif;
  font-size: 3em;
  line-height: 1.2;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    font-size: 2.75em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    font-size: 2.25em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
  font-weight: bold;
  font-size: 3em;
  line-height: 1.2;
  margin: 1em auto 0;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 2.5em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.2;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc img.cm-ribbon {
  margin-top: 1.25em;
}

#custommerce-pl-rc .cm-header .cm-header-img {
  width: 50%;
  overflow: hidden;
  position: relative;
  order: 2;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    width: 100%;
    order: 1;
  }
}

#custommerce-pl-rc .cm-header .cm-header-img img {
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img img {
    width: 100%;
    position: static;
    transform: none;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-img img {
    max-width: none;
  }
}

#custommerce-pl-rc .cm-underheader-icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  transform: translateY(-50%);
}

#custommerce-pl-rc .cm-underheader-icons img {
  height: 7.5em;
  width: 7.5em;
  margin: 0 1em;
  transition: all .3s;
}

#custommerce-pl-rc .cm-underheader-icons img:hover {
  transform: translateY(-1em);
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-underheader-icons img {
    width: 7em;
    height: 7em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-underheader-icons img {
    margin: 0 .5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-underheader-icons img {
    width: 6em;
    height: 6em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-underheader-icons img {
    width: 5em;
    height: 5em;
    margin: 0 .25em;
  }
}

#custommerce-pl-rc .cm-section-prepare {
  padding: 0 1.25em;
  max-width: 800px;
  margin: 0 auto;
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container {
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container {
    overflow: hidden;
  }
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item {
  text-align: center;
  width: 25%;
  padding: 0 1em;
  max-width: 12em;
  margin-bottom: 2.5em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item {
    width: 33.333%;
  }
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item:nth-child(2) {
    display: none;
  }
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder {
  position: relative;
  margin-bottom: .75em;
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-img-holder img {
  display: block;
  width: 100%;
}

#custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-name {
  font-size: 1.25em;
  line-height: 1.2;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-name {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-name {
    font-size: 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-prepare .cm-section-prepare-container .cm-prepare-item .cm-prepare-name {
    font-size: .875em;
  }
}

#custommerce-pl-rc .cm-section-prepare > p {
  display: block;
  color: #0D287B;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  margin: 2em 0 0;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-prepare > p {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-prepare > p {
    font-size: 1em;
  }
}

#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
  max-width: 940px;
}

#custommerce-pl-rc .pc-b6-a p {
  font-size: 1.25em;
  line-height: 1.7;
  margin: 1em 0;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
}

#custommerce-pl-rc .pc-b6-a p.cm-small {
  font-size: 1em;
  color: #0D287B;
  text-align: center;
}

#custommerce-pl-rc .pc-b6-a img.cm-ribbon {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

#custommerce-pl-rc .pc-b6-title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #0D287B;
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1.2;
  text-align: center !important;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-title {
    font-size: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-title {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .pc-b6-title strong {
  font-weight: bold;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .pc-b6-title img {
  max-width: 100%;
  display: block;
  margin: 0 auto .5em;
}

#custommerce-pl-rc .pc-b6-title img.cm-max-70 {
  max-width: 70%;
}

#custommerce-pl-rc .pc-b6-text {
  font-family: "Montserrat", Arial, sans-serif;
  color: #0D287B;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.2;
  text-align: center !important;
  margin: 0;
  max-width: 700px;
  margin: auto;
}

#custommerce-pl-rc .pc-b6-text p {
  font-size: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-text p {
    font-size: 15.75px;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-text {
    font-size: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-text {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .pc-p5 {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-p5 .pc-p5-image {
    background-size: 200%;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .pc-p5 .pc-p5-image {
    background-size: 300%;
  }
}

#custommerce-pl-rc .pc-p5 iframe {
  height: 100% !important;
}

#custommerce-pl-rc .pc-p5 label {
  z-index: 1;
}

#custommerce-pl-rc .pc-p5.pc-p5-small label::after {
  display: none;
  content: var(--txt-label);
  width: 100%;
  height: 100%;
  background: rgba(13, 40, 123, 0.4);
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  padding: 20% 1em 0;
  box-sizing: border-box;
  text-transform: uppercase;
}

#custommerce-pl-rc .pc-p5.pc-p5-small label:hover::after {
  display: block;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-p5-main-video {
    display: none;
  }
}

#custommerce-pl-rc .pc-p5-small-videos {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .pc-p5-small-videos {
    padding: 0 1.25em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-p5-small-videos {
    display: none;
  }
}

#custommerce-pl-rc .pc-p5-small-videos .pc-p5-small {
  margin: 0;
  width: calc(33.33% - 1.33em);
  margin-top: 2em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .pc-p5-small-videos .pc-p5-small {
    margin-top: 1.25em;
    width: calc(33.33% - 0.83em);
  }
}

#custommerce-pl-rc .cm-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: none;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-slider {
    display: block;
  }
}

#custommerce-pl-rc .cm-slider input[type="radio"] {
  display: none;
}

#custommerce-pl-rc .cm-slider .arrow-right, #custommerce-pl-rc .cm-slider .arrow-left {
  position: absolute;
  z-index: 10;
  top: 0;
}

#custommerce-pl-rc .cm-slider .arrow-right label, #custommerce-pl-rc .cm-slider .arrow-left label {
  display: none;
  cursor: pointer;
}

#custommerce-pl-rc .cm-slider .arrow-right label img, #custommerce-pl-rc .cm-slider .arrow-left label img {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 1em));
  width: 23px;
}

#custommerce-pl-rc .cm-slider .arrow-left {
  height: 100%;
  width: 23px;
  display: flex;
  margin-left: 1em;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-slider .arrow-left {
    display: block;
  }
}

#custommerce-pl-rc .cm-slider .arrow-right {
  height: 100%;
  width: 23px;
  right: 0px;
  text-align: right;
  margin-right: 1em;
}

#custommerce-pl-rc .cm-slider .arrow-right img {
  right: 0;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-slider .arrow-right {
    display: block;
  }
}

#custommerce-pl-rc .cm-slider .slider {
  position: relative;
  overflow: hidden;
  width: calc(100% - 46px - 4em);
  margin: auto;
  display: block;
  margin: auto;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: #fff;
}

#custommerce-pl-rc .cm-slider .slider .slider-box {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  align-items: flex-start;
  height: 0;
  opacity: 0;
}

#custommerce-pl-rc .cm-slider .slider .slider-box .slider-lp {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#custommerce-pl-rc .cm-slider .slider .slider-box .slider-lp img {
  margin-bottom: 2.5em;
  max-width: 100%;
  height: auto;
}

#custommerce-pl-rc .cm-slider .slider .slider-box .cm-slider-title {
  text-align: center;
  color: #1D1D1D;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.1;
  font-size: 1.25em;
  font-weight: 600;
  margin: .5em 0;
  padding: 0 1.25em;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-slider .slider .slider-box .cm-slider-title {
    font-size: 1.125em;
  }
}

#custommerce-pl-rc .cm-slider .slider.slider-rwd {
  display: none;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-slider .slider.slider-rwd {
    display: block;
  }
}

#custommerce-pl-rc .cm-slider .slider.slider-rwd .slider-box {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  align-items: center;
  height: 0;
  opacity: 0;
}

#custommerce-pl-rc .cm-slider .slider.slider-rwd .slider-box .slider-lp {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  box-shadow: none;
}

#custommerce-pl-rc .cm-slider #slide-input-2-1:checked ~ .arrow-left #cm-slide-sc-0 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-1:checked ~ .arrow-right label:nth-of-type(2) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-2:checked ~ .arrow-left #cm-slide-sc-1 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-2:checked ~ .arrow-right label:nth-of-type(3) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-3:checked ~ .arrow-left #cm-slide-sc-2 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-3:checked ~ .arrow-right label:nth-of-type(4) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-slider #slide-input-2-4:checked ~ .arrow-left #cm-slide-sc-3 {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-4:checked ~ .arrow-right label:nth-of-type(5) {
  display: block;
}

#custommerce-pl-rc .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 {
  height: auto;
  opacity: 1;
  transition: all ease 0s;
}

#custommerce-pl-rc .cm-img-fluid-container {
  overflow: hidden;
}

#custommerce-pl-rc .cm-img-fluid,
#custommerce-pl-rc .cm-img-fluid.lazy {
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-img-fluid,
  #custommerce-pl-rc .cm-img-fluid.lazy {
    max-width: none;
    width: 150%;
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-8,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-8 {
    transform: translateX(-8%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-9,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-9 {
    transform: translateX(-9%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-10,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-10 {
    transform: translateX(-10%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-11,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-11 {
    transform: translateX(-11%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-12,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-12 {
    transform: translateX(-12%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-13,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-13 {
    transform: translateX(-13%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-14,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-14 {
    transform: translateX(-14%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-15,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-15 {
    transform: translateX(-15%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-16,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-16 {
    transform: translateX(-16%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-17,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-17 {
    transform: translateX(-17%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-20,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-20 {
    transform: translateX(-20%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-30,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-30 {
    transform: translateX(-30%);
  }
  #custommerce-pl-rc .cm-img-fluid.cm-fluid-50,
  #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-50 {
    transform: translateX(-50%);
  }
}

#custommerce-pl-rc .cm-mb-3 {
  margin-bottom: 3em;
}

#custommerce-pl-rc .cm-info-box {
  color: #fff;
  text-align: center;
  border-top: 2px solid #EB1C24;
  padding: 5em 2em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 2em;
  }
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 2em 4em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box {
    padding: 3em 1.25em;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2;
  text-align: center !important;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
    font-size: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-name {
    max-width: 480px;
    margin: 0 auto;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.7;
  text-align: center !important;
  margin: 0;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-info-box-text {
    max-width: 480px;
    margin: 0 auto;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-product {
  max-width: 394px;
  width: 80%;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2,
#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
  font-weight: bold;
  font-size: 3.5em;
  line-height: 1.2;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 4em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 3em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-2 {
    font-size: 2.5em;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ng-3 {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ribbon {
  margin: 1.25em auto 3em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-ribbon {
    margin: 1.25em auto 2em;
  }
}

#custommerce-pl-rc .cm-feature {
  position: relative;
  margin-bottom: 3em;
}

#custommerce-pl-rc .cm-feature.cm-feature-no-mb {
  margin-bottom: 0;
}

#custommerce-pl-rc .cm-feature .cm-info-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4em;
  max-width: 500px;
  width: 42%;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-feature .cm-info-box {
    max-width: 440px;
  }
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-feature .cm-info-box {
    padding: 3em 1.25em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-feature .cm-info-box {
    position: static;
    transform: unset;
    width: 100%;
    max-width: none;
  }
  #custommerce-pl-rc .cm-feature .cm-info-box.cm-transformed {
    width: 90%;
    margin: 0 auto;
    transform: translateY(-6em);
  }
}

#custommerce-pl-rc .pc-b11 .pc-block-module {
  max-width: 1200px;
  padding: 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module {
    display: flex;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module {
    display: block;
  }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
  padding: 0 1.25em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description {
  padding-top: 0;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-description {
    text-align: center;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description p {
  font-size: 1.25em;
  line-height: 1.7;
  max-width: 440px;
  margin: 0 auto 1em;
  color: #5F5F5F;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .pc-b11 .pc-description p {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-description p {
    margin: auto;
    text-align: center;
    margin-bottom: 0;
    max-width: none;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description p strong {
  font-family: "Montserrat", Arial, sans-serif;
}

#custommerce-pl-rc .pc-b11 .pc-description p.cm-small {
  font-size: 1em;
}

#custommerce-pl-rc .pc-b11 .pc-name {
  color: #0D287B;
  font-family: "Montserrat", Arial, sans-serif;
  margin: 0 auto 1em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2;
  max-width: 440px;
  text-align: center !important;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    margin: 0 auto .5em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    text-align: center !important;
    max-width: none;
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-image {
    margin-bottom: 1em;
  }
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-description {
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-description {
    text-align: center;
    padding-left: 0;
  }
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-description p {
  text-align: center;
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-name {
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-image {
    max-width: 500px;
  }
}

#custommerce-pl-rc .pc-b11 .pc-image .pc-relative {
  position: relative;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-image .pc-relative {
    text-align: center !important;
  }
}

#custommerce-pl-rc .pc-b11 .pc-image img {
  position: relative;
  z-index: 1;
}

#custommerce-pl-rc a.cm-button, #custommerce-pl-rc .cm-button {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #0D287B;
  text-decoration: none;
  font-size: .75em;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  padding: 1em 2em;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc a.cm-button, #custommerce-pl-rc .cm-button {
    padding: 1em 1.5em;
  }
}

#custommerce-pl-rc a.cm-button.cm-button-outline, #custommerce-pl-rc .cm-button.cm-button-outline {
  background-color: transparent;
  border: 2px solid #0D287B;
}

#custommerce-pl-rc a.cm-button.cm-button-large, #custommerce-pl-rc .cm-button.cm-button-large {
  font-size: 1.5em;
}

#custommerce-pl-rc .cm-warranty {
  max-width: 950px;
  width: 80%;
  padding: 0 1.25em;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-warranty {
    width: 90%;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-warranty {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-warranty {
    display: block;
    text-align: center;
  }
}

#custommerce-pl-rc .cm-warranty img {
  max-width: 150px;
  margin-right: 6em;
  display: block;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-warranty img {
    margin-right: 4em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-warranty img {
    margin-right: 1.25em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-warranty img {
    margin: 0 auto 1em;
  }
}

#custommerce-pl-rc .cm-warranty div {
  text-align: left;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.7;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  padding: 2em;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-warranty div {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-warranty div {
    font-size: 1em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-warranty div {
    text-align: center;
    padding: 2em 1.25em;
  }
}

#custommerce-pl-rc .cm-section-d2d-container .pc-b6-a p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#custommerce-pl-rc .cm-section-d2d-container .pc-b6-a p strong {
  color: #0D287B;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 1.25em;
  margin-top: 2.5em;
  width: 100%;
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-arrow-shadow {
  width: 9em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-arrow-shadow {
    width: 6em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-arrow-shadow {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-arrow-shadow {
    display: none;
  }
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item {
  text-align: center;
  width: calc(33.3333% - 6em);
  padding: 2em 0;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item {
    width: calc(33.3333% - 4em);
    padding: 1em 0;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 2em;
    padding: 0;
  }
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item:last-child {
    margin-bottom: 0;
  }
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-img-holder {
  position: relative;
  text-align: center;
  width: 9em;
  height: 9em;
  margin: 0 auto 1em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-img-holder {
    width: 7em;
    height: 7em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-img-holder {
    margin-bottom: 0;
  }
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-img-holder img {
  display: block;
  width: 100%;
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-name {
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Montserrat", Arial, sans-serif;
  color: #0D287B;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-name {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-name {
    font-size: 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item .cm-d2d-name {
    font-size: .875em;
  }
}

#custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item p {
  font-size: 1.25em;
  line-height: 1.2;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-section-d2d-container .cm-section-d2d .cm-d2d-item p {
    font-size: 1.125em;
  }
}

#custommerce-pl-rc .cm-section-contains-container {
  padding: 4em 0;
}

#custommerce-pl-rc .cm-section-contains-container .pc-b6-a p {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

#custommerce-pl-rc .cm-section-contains {
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 1.25em;
  margin-top: 2.5em;
  width: 100%;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-contains {
    padding: 0 .75em;
  }
}

#custommerce-pl-rc .cm-section-contains .cm-contains-item {
  text-align: center;
  max-width: 260px;
  width: 33%;
  padding: 0 1em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-contains .cm-contains-item {
    width: 50%;
    padding: 0 .5em;
  }
  #custommerce-pl-rc .cm-section-contains .cm-contains-item:nth-child(3), #custommerce-pl-rc .cm-section-contains .cm-contains-item:nth-child(5) {
    margin-top: 2em;
  }
}

#custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-img-holder {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}

#custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-img-holder:hover img {
  transform: translateY(-1em);
}

#custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-img-holder img {
  display: block;
  width: 100%;
  transition: all .3s;
}

#custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-name {
  font-size: 1.125em;
  line-height: 1.3;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-name {
    font-size: 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-contains .cm-contains-item .cm-contains-name {
    font-size: .875em;
  }
}

#custommerce-pl-rc .cm-section-others {
  margin-top: 12em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others {
    margin-top: 8em;
  }
}

#custommerce-pl-rc .cm-section-others .cm-section-others-container {
  transform: translateY(-6em);
  padding: 0 1.25em;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container {
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container {
    transform: translateY(-4em);
  }
}

#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item {
  text-align: center;
  width: 20%;
  padding: 0 .5em;
  max-width: 209px;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item {
    width: 33.333333333%;
    max-width: 230px;
    padding: 0 1.25em;
  }
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(1), #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(2), #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(3) {
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(1), #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(2), #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item:nth-child(3) {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item {
    max-width: 221px;
    padding: 0 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item {
    padding: 0 .5em;
  }
}

#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-img-holder {
  position: relative;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-img-holder {
    margin-bottom: 1em;
  }
}

#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-img-holder:hover img {
  transform: translateY(-1em);
}

#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-img-holder img {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  transition: .3s ease;
}

#custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-name {
  font-size: 1.125em;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-name {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-name {
    font-size: 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-others .cm-section-others-container .cm-other-item .cm-other-name {
    font-size: .875em;
  }
}

#custommerce-pl-rc .cm-section-others .cm-footer-logo {
  width: 70%;
  max-width: 330px;
  margin: 0 auto;
}

#custommerce-pl-rc .cm-hotspots-holder {
  margin-top: 3em;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots {
    position: relative;
    flex-flow: column;
    max-width: 500px;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots {
    max-width: 350px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots {
    max-width: 80%;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots .cm-hotspots-image-holder {
  width: 50%;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots .cm-hotspots-image-holder img {
  max-width: 100%;
  transform: scale(1.2);
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots .cm-hotspots-image-holder {
    width: 100%;
    margin: 0 auto;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content {
  width: 50%;
  position: relative;
  left: -50%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot {
  display: block;
  cursor: pointer;
  width: 4em;
  height: 4em;
  position: absolute;
  border-radius: 50%;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-01 {
  opacity: 1 !important;
  transform: translateX(-1em);
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-01 .pc-h1 {
  color: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-01 .pc-h1::after {
  background: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-02 {
  opacity: 1 !important;
  transform: translateX(-1em);
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-02 .pc-h1 {
  color: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-02 .pc-h1::after {
  background: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-03 {
  opacity: 1 !important;
  transform: translateX(-1em);
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-03 .pc-h1 {
  color: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-03 .pc-h1::after {
  background: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-04 {
  opacity: 1 !important;
  transform: translateX(-1em);
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-04 .pc-h1 {
  color: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-04 .pc-h1::after {
  background: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-05 {
  opacity: 1 !important;
  transform: translateX(-1em);
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-05 .pc-h1 {
  color: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-05 .pc-h1::after {
  background: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-06 {
  opacity: 1 !important;
  transform: translateX(-1em);
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-06 .pc-h1 {
  color: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-06 .pc-h1::after {
  background: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot .cm-hotspot-inside-circle {
  background-color: #0D287B !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  transition: all ease 0.3s;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot .cm-hotspot-inside-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  border-radius: 50%;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot:hover .cm-hotspot-inside-circle {
  background-color: #EB1C24 !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspot p {
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  margin-bottom: 0px;
  padding: 0;
  font-weight: bold;
  color: white;
  margin-top: -10px;
  text-align: center !important;
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list,
#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
  width: 100%;
  height: 100%;
  margin-left: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 1.25em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
    margin-left: auto;
    margin-right: auto;
    padding: 5em 1.25em 3em;
    max-width: 500px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
    padding-top: 3em;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .cm-hotspots-list-item,
#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .cm-hotspots-list-item {
  margin: 1em 0;
  transition: all .3s ease;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .cm-hotspots-list-item,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .cm-hotspots-list-item {
    margin: .5em 0;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h1,
#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h1 {
  font-size: 3em;
  font-weight: bold;
  line-height: 1em;
  font-family: "Montserrat", Arial, sans-serif;
  color: #0D287B;
  transition: all ease 0.3s;
  margin-right: .25em;
  width: 60px;
  position: relative;
  text-align: right;
  padding-right: .5em;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h1,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h1 {
    width: 50px;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h1,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h1 {
    font-size: 2.5em;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h1::after,
#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 60px;
  background: #0D287B;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h1::after,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h1::after {
    height: 50px;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h1::after,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h1::after {
    height: 35px;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h4,
#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
  font-size: 1.25em;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #1D1D1D;
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h4,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h4,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
    font-size: 1em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list .pc-h4,
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd {
  display: none;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content-rwd {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
    display: none;
  }
}

#custommerce-pl-rc.cm-28080-70 .cm-feature {
  position: relative;
}

#custommerce-pl-rc.cm-28080-70 .pc-b11 .pc-block-module .pc-text {
  padding: 2.125em 1.25em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc.cm-28080-70 .pc-p5-main-video {
    display: block;
  }
}

#custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
  font-size: 1em;
  font-family: "Montserrat", Arial, sans-serif;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 {
    font-size: 1em;
  }
}

#custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 span {
  font-size: 1.25em;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #1D1D1D;
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 span {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 span {
    font-size: 1em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list .pc-h4 span {
    font-size: 1em;
  }
}

#custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
  padding: 0 2.25em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list,
  #custommerce-pl-rc.cm-28080-70 .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
    padding-top: 5em;
  }
}

#custommerce-pl-rc.cm-28080-70 .cm-cust-text {
  margin-top: 6em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc.cm-28080-70 .cm-cust-text {
    margin-top: 0em;
  }
}

#custommerce-pl-rc .cm-m-desc-top-3 {
  margin-top: 3em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-m-desc-top-3 {
    margin-top: 0em;
  }
}

#custommerce-pl-rc .cm-m-desc-bottom-3 {
  margin-bottom: 3em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-m-desc-bottom-3 {
    margin-bottom: 0em;
  }
}

#custommerce-pl-rc.cm-euro {
  max-width: 920px;
  font-size: 14px;
}

#custommerce-pl-rc.cm-euro .pc-p5 {
  background: #fff;
  padding-bottom: 3em;
}

#custommerce-pl-rc.cm-euro .pc-p5 iframe {
  height: 100% !important;
}

#custommerce-pl-rc.cm-euro .pc-p5 .pc-p5-image {
  background-image: none !important;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc.cm-euro .pc-p5 {
    padding-bottom: 2em;
  }
}

#custommerce-pl-rc.cm-euro .pc-b11 .pc-block-module .pc-text {
  padding-left: 2.5em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc.cm-euro .pc-b11 .pc-block-module .pc-text {
    padding-left: 2.5em;
  }
}

#custommerce-pl-rc.cm-euro .pc-b11.pc-b11-b .pc-block-module .pc-text {
  padding-right: 2.5em;
  padding-left: 1.75em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc.cm-euro .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-right: 2.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-euro .cm-underheader-icons img {
    width: 5.5em;
    height: 5.5em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc.cm-euro .cm-underheader-icons img {
    width: 4.25em;
    height: 4.25em;
  }
}

#custommerce-pl-rc.cm-neonet {
  max-width: 1100px;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc.cm-neonet .cm-underheader-icons {
    flex-wrap: wrap;
    transform: translateY(-25%);
  }
  #custommerce-pl-rc.cm-neonet .cm-underheader-icons img {
    width: 5em;
    height: 5em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc.cm-neonet .cm-underheader-icons img {
    width: 8em;
    height: 8em;
    margin: 0 1em;
  }
}

#custommerce-pl-rc.cm-ceneo .cm-header .cm-header-img img {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc.cm-ceneo .cm-header .cm-header-img img {
    height: auto;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc.cm-ceneo .cm-hotspots-holder .cm-hotspots-content-rwd .cm-hotspots-list,
  #custommerce-pl-rc.cm-ceneo .cm-hotspots-holder .cm-hotspots-content .cm-hotspots-list {
    height: auto;
  }
}

.sticky #top:not(.top2), .product-nav-sticky .product-nav {
  z-index: 99999;
}
