@charset "UTF-8";
@-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: .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: .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 */
@font-face {
  font-family: "Stalemate_Light";
  src: url("/si_upload/OPR/Amica/jura_e8pianowhite_v1/fonts/StalemateLFLigCE.otf");
}

@font-face {
  font-family: "Stalemate_Medium";
  src: url("/si_upload/OPR/Amica/jura_e8pianowhite_v1/fonts/StalemateLFMedCE.otf");
}

@font-face {
  font-family: "Stalemate_Bold";
  src: url("/si_upload/OPR/Amica/jura_e8pianowhite_v1/fonts/StalemateLFHeaCE.otf");
}

#custommerce-pl-rc {
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  color: #414141;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.33;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc {
    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);
  background-color: #402619;
}

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

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

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

#custommerce-pl-rc p {
  font-family: Arial, sans-serif;
}

#custommerce-pl-rc p strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}

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

#custommerce-pl-rc img {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

#custommerce-pl-rc .cm-clearfix {
  overflow: auto;
}

#custommerce-pl-rc .cm-clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#custommerce-pl-rc .cm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#custommerce-pl-rc .cm-w700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-w700 {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
}

#custommerce-pl-rc .cm-w300 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

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

#custommerce-pl-rc .cm-w400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

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

#custommerce-pl-rc .cm-w500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

#custommerce-pl-rc .cm-w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

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

#custommerce-pl-rc .cm-bg-green {
  background-color: #DCE9D5;
  margin-bottom: 2em;
}

#custommerce-pl-rc .cm-text-left {
  text-align: left !important;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-text-left {
    text-align: center !important;
  }
}

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

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

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

#custommerce-pl-rc .cm-section-ng .cm-line img {
  max-width: 181px !important;
}

#custommerce-pl-rc .cm-section-ng .cm-ng-1 {
  font-family: "Stalemate_Medium", sans-serif;
  line-height: 1.25em;
  font-size: 1.25em;
  line-height: 1.16;
  text-align: center;
  color: #9A7348;
  letter-spacing: 3px;
}

#custommerce-pl-rc .cm-section-ng .cm-ng-2 {
  font-family: "Stalemate_Light", sans-serif;
  font-style: italic;
  font-size: 2em;
  text-align: center;
}

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

#custommerce-pl-rc .cm-section-ng .cm-sub-1 {
  font-family: "Stalemate_Light", sans-serif;
  color: #707070;
  line-height: 1.6;
  text-align: center;
  font-size: 1.5em;
  margin-top: 1em;
  padding: 0 0.5em;
}

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

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

#custommerce-pl-rc .cm-section-ng .cm-sub-2 {
  font-family: "Stalemate_Light", sans-serif;
  font-weight: 400;
  color: #707070;
  line-height: 1.6;
  text-align: center;
  font-size: 1.5em;
  margin: auto;
  width: 40%;
  margin-top: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-ng .cm-sub-2 {
    width: 55%;
  }
}

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

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-ng .cm-sub-2 {
    font-size: 1.25em;
    width: 75%;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-ng .cm-sub-2 {
    width: 80%;
  }
}

#custommerce-pl-rc .cm-section-ng .cm-sub-2 span {
  font-family: "Stalemate_Medium", sans-serif;
}

#custommerce-pl-rc .cm-section-ng .cm-sub-2 p {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  font-family: "Stalemate_Light", sans-serif;
}

#custommerce-pl-rc .cm-section-ng .cm-sub-3 {
  font-family: "Stalemate_Light", sans-serif;
  font-weight: 400;
  color: #707070;
  line-height: 1.6;
  text-align: center;
  font-size: 1.5em;
  margin: auto;
  width: 54%;
  margin-top: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-ng .cm-sub-3 {
    width: 60%;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-ng .cm-sub-3 {
    font-size: 1.375em;
    width: 70%;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-ng .cm-sub-3 {
    font-size: 1.25em;
    width: 75%;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-ng .cm-sub-3 {
    width: 90%;
  }
}

#custommerce-pl-rc .cm-section-ng .cm-ng-3 {
  font-family: "Stalemate_Medium", sans-serif;
  font-weight: 400;
  color: #414141;
  line-height: 1.6;
  text-align: center;
  font-size: 1.25em;
}

#custommerce-pl-rc .cm-header {
  height: 654px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5em;
  margin-bottom: 4em;
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header {
    margin-bottom: 0em;
    height: auto;
  }
}

#custommerce-pl-rc .cm-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

#custommerce-pl-rc .cm-header .cm-header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-content {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc {
  width: 65%;
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 6em;
  padding-right: 0.5em;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-header .cm-header-desc {
    padding-left: 4em;
  }
}

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

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
  font-size: 4.25em;
  color: #9a7348;
  font-family: "Stalemate_Light", sans-serif;
  font-weight: 100;
  line-height: 56px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    font-size: 3.25em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
  font-size: 1.25em;
  color: #707070;
  font-family: "Stalemate_Light", sans-serif;
  font-weight: 100;
  line-height: 40px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
    text-align: center;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
  font-size: 1.75em;
  color: #000000;
  font-family: "Stalemate_Light", sans-serif;
  font-weight: 100;
  line-height: 1.2;
  padding-right: 10px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
    margin-bottom: 30px;
  }
}

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

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
    text-align: center;
    max-width: 400px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
    font-size: 1.375em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 span {
  color: #9a7348;
}

#custommerce-pl-rc .cm-header .cm-header-img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 1em;
  z-index: 4;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    width: 60%;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img {
    width: 100%;
    padding-right: 0em;
  }
}

#custommerce-pl-rc .cm-header .cm-header-img .cm-shadow {
  position: absolute;
  right: 136px;
  top: 7em;
  z-index: 1;
  max-width: 700px;
}

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

#custommerce-pl-rc .cm-header .cm-header-img .cm-img {
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-packshot-shadow {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin: 3em auto;
    width: 491px;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-packshot-shadow {
    width: 450px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-header .cm-header-img .cm-packshot-shadow {
    width: 400px;
  }
}


#custommerce-pl-rc .cm-header .cm-header-img .cm-packshot-shadow img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-serp {
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5em;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-serp {
    gap: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-serp {
    gap: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp {
    gap: 0em;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  gap: 20px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-row {
    -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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2em;
    gap: 40px;
  }
  #custommerce-pl-rc .cm-section-serp .cm-row:last-child {
    padding-bottom: 0;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col {
  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: 50%;
      flex-basis: 50%;
  max-width: 600px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-row .cm-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col.cm-col-left {
  padding-right: 3em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-serp .cm-row .cm-col.cm-col-left {
    padding-right: 1em;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col.cm-col-right {
  padding-left: 3em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-serp .cm-row .cm-col.cm-col-right {
    padding-left: 1em;
  }
}

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

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col.cm-w600 {
  min-width: 600px;
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-title {
  font-family: "Stalemate_Light", sans-serif;
  font-weight: 100;
  font-size: 2em;
  padding-bottom: 0.5em;
  width: 100%;
  color: #9A7348;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-title {
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-title {
    text-align: center !important;
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-title {
    font-size: 1.675em;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-p {
  font-weight: 400;
  font-family: "Stalemate_Light", sans-serif;
  line-height: 1.55;
  padding-bottom: 1em;
  font-size: 1.125em;
}

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

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-p {
    text-align: center !important;
    padding-bottom: 0em;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-img {
  position: relative;
  margin-top: 2em;
  margin-bottom: 3em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-img {
    margin-bottom: 1em;
  }
}

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

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-img .cm-bg {
  position: relative;
  opacity: 1;
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-ul .cm-li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.1;
  background-color: #F4F4F4;
  padding-bottom: 1em;
  padding: .5em 1em;
  margin-bottom: 1em;
  border-radius: 8px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-ul .cm-li {
    text-align: center;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers .cm-col .cm-title {
  margin-left: auto;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers .cm-col .cm-title {
    margin-right: auto;
  }
}

#custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers .cm-col .cm-p {
  margin-left: auto;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers .cm-col .cm-p {
    margin-right: auto;
  }
}

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

#custommerce-pl-rc .cm-section-icons-a {
  padding-top: 2em;
  max-width: 920px;
  margin: 0 auto;
}

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

#custommerce-pl-rc .cm-section-icons-a .cm-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

#custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

#custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item .cm-ico {
  max-width: 100px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1em;
}

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

#custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item .cm-ico img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item .cm-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: .5em;
}

#custommerce-pl-rc .cm-section-icons-a .cm-icons .cm-item .cm-p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: .875em;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}

#custommerce-pl-rc .cm-section-icons-b {
  padding-top: 2em;
  padding-bottom: 4em;
  max-width: 1043px;
  margin: 0 auto;
}

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

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-icons-b {
    padding-bottom: 3em;
  }
}

#custommerce-pl-rc .cm-section-icons-b .cm-icons {
  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: 700px) {
  #custommerce-pl-rc .cm-section-icons-b .cm-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  #custommerce-pl-rc .cm-section-icons-b .cm-icons div:last-child {
    margin-bottom: 0;
  }
}

#custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-ico {
  max-width: 310px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-ico {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-ico {
    margin: 0 auto;
  }
}

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

#custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 3em;
    gap: 0;
  }
  #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item:last-child {
    margin-bottom: 0em;
    padding-bottom: 0;
  }
}

#custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item .cm-text {
  max-width: 260px;
  margin: 0 auto;
}

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

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

#custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5;
  color: #447355;
  text-align: center;
  margin-top: 0em;
  font-style: italic;
}

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

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

#custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item .cm-text .cm-p {
  padding-top: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.3;
  color: #447355;
  text-align: center;
  font-style: italic;
}

#custommerce-pl-rc .cm-section-icons-c {
  margin-top: 6em;
  margin-bottom: 2em;
}

#custommerce-pl-rc .cm-section-icons-c .cm-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#custommerce-pl-rc .cm-section-icons-c .cm-icons .cm-ico {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 210px;
}

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

#custommerce-pl-rc .cm-section-icons-c .cm-icons :nth-child(3) {
  max-width: 156px;
}

#custommerce-pl-rc .cm-section-icons-c .cm-icons .cm-separator {
  width: 1px;
  height: 88px;
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
  background-color: #414141;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-icons-c .cm-icons .cm-separator {
    height: 1px;
    width: 50px;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

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

#custommerce-pl-rc .cm-section-traits #see_icons_check:checked ~ .cm-wrapper {
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  opacity: 1;
}

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

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

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

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

@media only screen and (max-width: 550px) {
  #custommerce-pl-rc .cm-section-traits .cm-btn-center {
    margin-top: 2em;
  }
}

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

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

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

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

#custommerce-pl-rc .cm-section-traits .cm-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
      grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 1s ease-in-out;
  transition: grid-template-rows 1s ease-in-out;
  transition: grid-template-rows 1s ease-in-out, -ms-grid-rows 1s ease-in-out;
  min-height: 26em;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-traits .cm-wrapper {
    -webkit-transition: grid-template-rows 2s ease-in-out;
    transition: grid-template-rows 2s ease-in-out;
    transition: grid-template-rows 2s ease-in-out, -ms-grid-rows 2s ease-in-out;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-traits .cm-wrapper {
    min-height: 15em;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons {
  width: 100%;
  min-height: 26em;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 1.25em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons {
    min-height: 15em;
    padding: 0;
  }
}

#custommerce-pl-rc .cm-section-traits .cm-icons:after {
  content: '';
  position: absolute;
  height: 45%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.01)), to(#FFF)) left repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.01), #FFF) left repeat;
  opacity: 1;
  bottom: 0;
  visibility: visible;
  -webkit-transition: .3s .3s ease-in-out;
  transition: .3s .3s ease-in-out;
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item {
  width: calc(16.6% - 1em);
  margin-bottom: 1em;
  position: relative;
}

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

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

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

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

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item {
    width: calc(24% - 2em);
    height: 220px;
  }
}

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

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item.cm-icon-item-holder {
  padding: 0em;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item:hover .cm-icon-item-holder-abs {
  background-color: white;
  z-index: 1;
  opacity: 1;
}

#custommerce-pl-rc .cm-section-traits .cm-icons .cm-icon-item .cm-icon-item-img {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-section-video .cm-video .vid-bg {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-section-video-mobile.cm-center {
  text-align: center;
}

#custommerce-pl-rc .cm-section-video-mobile.cm-center video {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
}

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

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

#custommerce-pl-rc .cm-section-video-mobile .cm-video.vid-bg {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-section-video-2.cm-center {
  text-align: center;
}

#custommerce-pl-rc .cm-section-video-2.cm-center video {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
}

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

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

#custommerce-pl-rc .cm-section-video-2 .cm-video.vid-bg {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-faq {
  max-width: 1200px;
  position: relative;
  overflow: hidden;
  padding-top: 6em;
  padding-bottom: 6em;
}

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

#custommerce-pl-rc .cm-faq .pc-p7 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 10;
  padding: 0;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-block-module {
  max-width: 1200px;
  margin: 0 auto;
  height: inherit;
  padding: 0 2.5em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-block-module {
    padding: 0 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-block-module {
    padding: 0 1.25em;
  }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-p7-cell-container .pc-p7-cell-content {
  max-width: 1200px;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-p7-table {
  display: table;
  width: 100%;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-p7-table .pc-p7-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items {
  width: 100%;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #447355;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-1:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #447355;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-2:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #447355;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-3:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #447355;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-4:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #447355;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-5:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #447355;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-6:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #447355;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #447355;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-a-7:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items input[type=radio], #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items input[type=checkbox] {
  display: none;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
  padding: 1em 1em 0em 0.5em;
  position: relative;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
    padding-right: 1em;
  }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0;
  color: #9A7348;
  line-height: 1.4;
  -webkit-transition: color 2s ease;
  transition: color 2s ease;
  color: #9A7348;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #fff;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .pc-faq-arrow img {
  width: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: none;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .cm-number {
  font-size: 4em;
  font-family: "Stalemate_Light", sans-serif;
  width: 75px;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .cm-number {
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 750px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .cm-number {
    font-size: 3em;
    width: 50px;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .cm-number {
    font-size: 2.75em;
  }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .cm-line {
  height: 58px;
  max-width: 1px;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .cm-line {
    height: 40px;
  }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .cm-text {
  font-size: 1.25em;
  padding-left: 10px;
  width: 55%;
  font-family: "Stalemate_Light", sans-serif;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .cm-text {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .cm-text {
    width: 60%;
  }
}

@media only screen and (max-width: 750px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .cm-text {
    font-size: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .cm-text {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .cm-text {
    font-size: 1em;
  }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content {
  max-width: 100%;
  display: none;
  -webkit-animation: fadeInRight 0.5s;
          animation: fadeInRight 0.5s;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content p {
  margin: 1em 0 0;
  line-height: 1.5;
  font-size: 1em;
  color: #000000;
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
  display: block;
  width: 22px;
  position: absolute;
  left: 27em;
  top: 2.75em;
}

@media only screen and (max-width: 1150px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    left: 25em;
  }
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    left: 23em;
  }
}

@media only screen and (max-width: 950px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    left: 21em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    left: 24em;
    top: 2.25em;
  }
}

@media only screen and (max-width: 850px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    left: 23em;
    top: 2.5em;
  }
}

@media only screen and (max-width: 750px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    left: 20em;
    top: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    left: 36em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    left: 32em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    left: 28em;
  }
}

@media only screen and (max-width: 450px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    left: 25em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    left: 22em;
  }
}

@media only screen and (max-width: 350px) {
  #custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    left: 19em;
  }
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-arrow img {
  width: 100%;
}

#custommerce-pl-rc .cm-section-faq {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 1em;
}

#custommerce-pl-rc .cm-section-faq .cm-note {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #414141;
  padding-top: 3em;
}

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

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-faq {
    padding: 0 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-faq {
    padding: 0 1.25em;
  }
}

#custommerce-pl-rc .cm-section-faq .pc-p7 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 10;
  padding: 0;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-block-module {
  max-width: 1200pxpx;
  margin: 0 auto;
  height: inherit;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-p7-cell-container .pc-p7-cell-content {
  max-width: 1200px;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-p7-table {
  display: table;
  width: 100%;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-p7-table .pc-p7-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items {
  width: 100%;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:hover ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #414141;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:hover ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #414141;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:hover ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #414141;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:hover ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #414141;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:hover ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #414141;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:hover ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #414141;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:hover ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #414141;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:hover ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #414141;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:hover ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #414141;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:hover ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #414141;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:hover ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #414141;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:hover ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow::before {
  opacity: .3;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:hover ~ .pc-faq-content, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:hover ~ .pc-faq-content {
  display: block;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label {
  color: #414141;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:hover ~ .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:hover ~ .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items input[type=radio], #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items input[type=checkbox] {
  display: none;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item {
  padding: 1em 80px 1em 140px;
  border-radius: .5em;
  background-color: #F7F7F7;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item {
    padding-right: 60px;
    padding-left: 120px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item {
    padding-right: 2.5em;
    padding-left: 5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item {
    padding-right: 1em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item {
    padding-right: 1em;
    padding-left: 2.5em;
  }
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container {
  position: relative;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0;
  color: #414141;
  line-height: 1.5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover .pc-faq-arrow {
  opacity: 1;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label img {
  width: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: none;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content {
  max-width: 100%;
  display: none;
  -webkit-animation: fadeInRight 0.5s;
          animation: fadeInRight 0.5s;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content p {
  margin: 1em 0 0;
  line-height: 1.5;
  font-size: 1em;
  color: #414141;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: calc(-2em - 18px);
  top: 2px;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow {
    width: 14px;
    height: 14px;
    left: -1.5em;
    top: 3px;
  }
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow::after, #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow::before {
  background-color: #414141;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow::after {
  width: 2px;
  height: 18px;
  left: 50%;
  margin-left: -1px;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow::after {
    height: 14px;
  }
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow::before {
  height: 2px;
  width: 18px;
  top: 50%;
  margin-top: -1px;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow::before {
    width: 14px;
  }
}

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-arrow img {
  display: none;
}

#custommerce-pl-rc .cm-hotspot-section {
  max-width: 1200px;
  max-height: 792px;
  margin: 0px auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #f5f4f0;
  padding-bottom: 2em;
  padding-top: 0em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspot-section {
    height: auto;
  }
}

#custommerce-pl-rc .cm-hotspot-section .cm-title {
  position: absolute;
  left: 1em;
  top: 30px;
  text-align: left;
  font-size: 2em;
  max-width: 340px;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-title {
    position: relative;
    text-align: center;
    left: 0;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  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;
  margin-top: 0;
}

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

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

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-hotspot-transparent {
  width: 300px;
  height: 500px;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  background-color: #f8f8f8;
  -webkit-box-shadow: 8px 7px 6px #00000029;
          box-shadow: 8px 7px 6px #00000029;
  color: #000;
  padding: 0.8em 1em 1em;
  min-height: 60px;
  width: auto;
  max-width: 250px;
  min-width: 240px;
  font-family: "Work Sans", sans-serif;
  line-height: 1.33;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content {
    max-width: 200px;
    min-width: 190px;
  }
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content .cm-top {
  font-size: 1.125em;
  margin-bottom: 1.2em;
  font-weight: 700;
  color: #b5b100;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-content .cm-bot {
  padding-top: 1em;
  text-transform: uppercase;
  color: #b5b100;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus {
  width: 40px;
  height: 40px;
  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;
  background-color: #b5b100;
  color: #fff;
  font-size: 1.8em;
  border-radius: 50%;
  cursor: pointer;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus::after {
  content: "+";
  position: absolute;
  font-size: 0.7em;
}

@media screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus::after {
    font-size: 0.5em;
  }
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  border: 1px solid #fff;
}

#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: 67%;
  top: 8%;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(2) + .cm-content {
  right: calc(100% - 67% + 20px);
  top: 8%;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) {
  left: 52%;
  top: 35%;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(4) + .cm-content {
  right: calc(100% - 52% + 20px);
  top: 35%;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) {
  left: 13%;
  top: 34%;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(6) + .cm-content {
  left: calc(13% + 60px);
  top: 34%;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) {
  left: 24%;
  top: 4%;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(8) + .cm-content {
  left: calc(24% + 60px);
  top: 4%;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) {
  left: 9%;
  top: 80%;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(10) + .cm-content {
  left: calc(9% + 60px);
  top: 80%;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) {
  left: 0;
  top: 0;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(12) + .cm-content {
  top: 0;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(14) {
  left: 0;
  top: 0;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box .cm-plus:nth-child(14) + .cm-content {
  top: 0;
}

#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 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 32px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  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 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  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 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  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 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  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;
  }
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(2) {
  left: 21%;
  top: 50%;
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(2) + .cm-content {
  left: calc(21% + 20px);
  bottom: calc(100% - 50% + 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#custommerce-pl-rc .cm-hotspot-section .cm-hotspot-box.cm-box2 .cm-plus:nth-child(4) {
  left: 48%;
}

#custommerce-pl-rc .cm-section-serp-2 {
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5em;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-serp-2 {
    gap: 3em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-serp-2 {
    gap: 1em;
  }
}

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

#custommerce-pl-rc .cm-section-serp-2 .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 1em;
  padding-right: 1em;
  gap: 20px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp-2 .cm-row {
    -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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 1em;
    gap: 0px;
  }
  #custommerce-pl-rc .cm-section-serp-2 .cm-row:last-child {
    padding-bottom: 0;
  }
}

#custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col {
  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: 50%;
      flex-basis: 50%;
  max-width: 600px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col.cm-col-left {
  padding-right: 3em;
}

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

#custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col.cm-col-right {
  padding-left: 3em;
}

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

#custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col .cm-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 2em;
  padding-bottom: 1em;
  width: 100%;
  color: #9a7348;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col .cm-title {
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col .cm-title {
    text-align: center !important;
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col .cm-title {
    font-size: 1.675em;
  }
}

#custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col .cm-p {
  font-weight: 400;
  line-height: 1.55;
  padding-bottom: 1em;
  font-size: 1.125em;
}

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

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col .cm-p {
    text-align: center !important;
    padding-bottom: 0em;
  }
}

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

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

#custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col .cm-img .cm-bg {
  position: relative;
  opacity: 1;
}

#custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col .cm-ul .cm-li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.1;
  background-color: #f4f4f4;
  padding-bottom: 1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border-radius: 8px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp-2 .cm-row .cm-col .cm-ul .cm-li {
    text-align: center;
  }
}

#custommerce-pl-rc .cm-section-serp-2 .cm-row.cm-row-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#custommerce-pl-rc .cm-section-serp-2 .cm-row.cm-row-revers .cm-col .cm-title {
  margin-left: auto;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp-2 .cm-row.cm-row-revers .cm-col .cm-title {
    margin-right: auto;
  }
}

#custommerce-pl-rc .cm-section-serp-2 .cm-row.cm-row-revers .cm-col .cm-p {
  margin-left: auto;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp-2 .cm-row.cm-row-revers .cm-col .cm-p {
    margin-right: auto;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-serp-2 .cm-row.cm-row-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#custommerce-pl-rc .cm-section-links .cm-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

#custommerce-pl-rc .cm-section-links .cm-links div {
  text-align: center;
  width: 15%;
}



#custommerce-pl-rc .cm-section-links .cm-links div a {
  text-decoration: none;
  color: #9a7348;
  font-family: "Stalemate_Light", sans-serif;
  font-size: 1.25em;
  text-align: center;
}

#custommerce-pl-rc .cm-section-links .cm-line {
  margin-bottom: 3em;
}

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

#custommerce-pl-rc .list-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #9a7348;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#custommerce-pl-rc .list-container .pc-faq-arrow {
  display: block;
  width: 22px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  left: 27em;
  top: 2.75em;
}

@media only screen and (max-width: 1150px) {
  #custommerce-pl-rc .list-container .pc-faq-arrow {
    left: 25em;
  }
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .list-container .pc-faq-arrow {
    left: 23em;
  }
}

@media only screen and (max-width: 950px) {
  #custommerce-pl-rc .list-container .pc-faq-arrow {
    left: 21em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .list-container .pc-faq-arrow {
    left: 24em;
    top: 2.25em;
  }
}

@media only screen and (max-width: 850px) {
  #custommerce-pl-rc .list-container .pc-faq-arrow {
    left: 23em;
    top: 2.5em;
  }
}

@media only screen and (max-width: 750px) {
  #custommerce-pl-rc .list-container .pc-faq-arrow {
    left: 20em;
    top: 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .list-container .pc-faq-arrow {
    left: 30em;
    top: 1.5em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .list-container .pc-faq-arrow {
    left: 28em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .list-container .pc-faq-arrow {
    left: 22em;
  }
}

@media only screen and (max-width: 450px) {
  #custommerce-pl-rc .list-container .pc-faq-arrow {
    left: 21em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .list-container .pc-faq-arrow {
    left: 22em;
  }
}

@media only screen and (max-width: 350px) {
  #custommerce-pl-rc .list-container .pc-faq-arrow {
    left: 19em;
  }
}

#custommerce-pl-rc .list-container .pc-faq-arrow img {
  width: 100%;
}

#custommerce-pl-rc .list-container .cm-number {
  font-size: 4em;
  font-family: "Stalemate_Light", sans-serif;
  width: 75px;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .list-container .cm-number {
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 750px) {
  #custommerce-pl-rc .list-container .cm-number {
    font-size: 3em;
    width: 50px;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .list-container .cm-number {
    font-size: 2.75em;
  }
}

#custommerce-pl-rc .list-container .cm-line {
  height: 58px;
  max-width: 1px;
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .list-container .cm-line {
    height: 40px;
  }
}

#custommerce-pl-rc .list-container .cm-text {
  font-size: 1.25em;
  padding-left: 10px;
  width: 55%;
  font-family: "Stalemate_Light", sans-serif;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .list-container .cm-text {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .list-container .cm-text {
    width: 60%;
  }
}

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

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .list-container .cm-text {
    font-size: 1.125em;
  }
}

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

#custommerce-pl-rc .list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  display: none;
}

#custommerce-pl-rc .list p {
  font-size: 1em;
  font-family: "Stalemate_Light", sans-serif;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .list {
    position: static;
  }
}

#custommerce-pl-rc .cm-hotspot {
  display: block;
  cursor: pointer;
  width: 4em;
  height: 4em;
  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;
  border-radius: 50%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot {
    width: 3em;
    height: 3em;
    position: relative;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(1) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(1) .pc-faq-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(1) .list {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1;
  margin-right: 0em;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-01 {
  opacity: 1 !important;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item:not(.cm-hotspots-list-item-01) {
  visibility: hidden;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot.cm-hotspot-01:hover ~ .cm-hotspots-list .cm-hotspots-list-item:not(.cm-hotspots-list-item-01) {
    display: none;
  }
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-01:hover:not(.cm-hotspot-01) {
  display: none;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(2) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(2) .pc-faq-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(2) .list {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1;
  margin-right: 0em;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-02 {
  opacity: 1 !important;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item:not(.cm-hotspots-list-item-02) {
  visibility: hidden;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot.cm-hotspot-02:hover ~ .cm-hotspots-list .cm-hotspots-list-item:not(.cm-hotspots-list-item-02) {
    display: none;
  }
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-02:hover:not(.cm-hotspot-02) {
  display: none;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(3) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(3) .pc-faq-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(3) .list {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1;
  margin-right: 0em;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-03 {
  opacity: 1 !important;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item:not(.cm-hotspots-list-item-03) {
  visibility: hidden;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot.cm-hotspot-03:hover ~ .cm-hotspots-list .cm-hotspots-list-item:not(.cm-hotspots-list-item-03) {
    display: none;
  }
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-03:hover:not(.cm-hotspot-03) {
  display: none;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(4) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(4) .pc-faq-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(4) .list {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1;
  margin-right: 0em;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-04 {
  opacity: 1 !important;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item:not(.cm-hotspots-list-item-04) {
  visibility: hidden;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot.cm-hotspot-04:hover ~ .cm-hotspots-list .cm-hotspots-list-item:not(.cm-hotspots-list-item-04) {
    display: none;
  }
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-04:hover:not(.cm-hotspot-04) {
  display: none;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(5) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(5) .pc-faq-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(5) .list {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1;
  margin-right: 0em;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-05 {
  opacity: 1 !important;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item:not(.cm-hotspots-list-item-05) {
  visibility: hidden;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot.cm-hotspot-05:hover ~ .cm-hotspots-list .cm-hotspots-list-item:not(.cm-hotspots-list-item-05) {
    display: none;
  }
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-05:hover:not(.cm-hotspot-05) {
  display: none;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(6) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(6) .pc-faq-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item:nth-of-type(6) .list {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1;
  margin-right: 0em;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item.cm-hotspots-list-item-06 {
  opacity: 1 !important;
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item:not(.cm-hotspots-list-item-06) {
  visibility: hidden;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot.cm-hotspot-06:hover ~ .cm-hotspots-list .cm-hotspots-list-item:not(.cm-hotspots-list-item-06) {
    display: none;
  }
}

#custommerce-pl-rc .cm-hotspot.cm-hotspot-06:hover:not(.cm-hotspot-06) {
  display: none;
}

#custommerce-pl-rc .cm-hotspot .cm-hotspot-inside-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

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

#custommerce-pl-rc .cm-hotspot .cm-hotspot-inside-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  border-radius: 50%;
}

#custommerce-pl-rc .cm-hotspot:hover p {
  color: #f7f7f7;
}

#custommerce-pl-rc .cm-hotspot p {
  -webkit-transition: all 0.3s ease;
  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 {
  margin-top: 1em;
  margin-bottom: 3em;
  border-radius: 24px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder {
    background-color: transparent;
    margin-bottom: 0em;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots {
    max-width: 500px;
    display: -ms-grid;
    display: grid;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots {
    max-width: 400px;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots .cm-hotspots-image-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots .cm-hotspots-image-holder {
    margin: 1.5em 0;
  }
}

@media only screen and (max-width: 750px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots .cm-hotspots-image-holder {
    margin: 2em 0;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots .cm-hotspots-image-holder {
    width: 100%;
    margin: 0 auto;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots .cm-hotspots-image-holder img {
  border-radius: 24px 0 0 24px;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots .cm-hotspots-image-holder img {
    border-radius: 24px !important;
  }
}

#custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-text {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspots-holder .cm-hotspots-text {
    width: 100%;
    position: static;
    left: 0;
    height: 100%;
  }
}

#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: 50%;
  height: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 2em;
}

@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 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 3em 1.25em 0em;
    max-width: 500px;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

@media only screen and (max-width: 400px) {
  #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 {
    height: 50%;
  }
}

#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: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 900px) {
  #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: 0.5em 0;
  }
}

#custommerce-pl-rc p {
  color: black;
}

#custommerce-pl-rc .cm-hotspot-01 {
  top: 10%;
  left: 85%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-01 {
    left: 70%;
  }
}

#custommerce-pl-rc .cm-hotspot-02 {
  top: 48%;
  left: 82%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-02 {
    left: 64%;
  }
}

#custommerce-pl-rc .cm-hotspot-03 {
  top: 44%;
  left: 63%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-03 {
    left: 26%;
  }
}

#custommerce-pl-rc .cm-hotspot-04 {
  top: 8%;
  left: 66%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-04 {
    left: 32%;
  }
}

#custommerce-pl-rc .cm-hotspot-05 {
  top: 72%;
  left: 62%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-hotspot-05 {
    left: 24%;
  }
}

#custommerce-pl-rc .cm-section-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0em;
  margin-top: 2em;
  background-color: #F6F8F9;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 2em;
    padding-top: 1em;
    margin-top: 2em;
  }
}

#custommerce-pl-rc .cm-section-intro .cm-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#custommerce-pl-rc .cm-section-intro .cm-col .cm-item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

#custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

#custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-p {
  position: relative;
  margin-left: 2.5em;
  padding-left: 2.5em;
  font-family: Arial, Helvetica, sans-serif;
  color: #447355;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.5;
  padding-bottom: 1em;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-p {
    padding-right: 1em;
  }
}

#custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-p:hover {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-p:hover {
    -webkit-transform: none;
            transform: none;
  }
}

#custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-p::after {
  content: '►';
  display: block;
  color: #447355;
  position: absolute;
  top: 0;
  left: 0;
}

#custommerce-pl-rc .cm-section-intro .cm-col .cm-img {
  max-width: 508px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

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

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

#custommerce-pl-rc .cm-section-intro .cm-col.cm-col-right {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#custommerce-pl-rc .cm-section-intro .cm-col.cm-col-right .cm-img {
  max-width: 224px;
}

#custommerce-pl-rc .cm-section-intro .cm-col.cm-col-right .cm-text {
  text-align: center;
  font-weight: 100;
  font-family: "Stalemate_Light", sans-serif;
  padding: 1.5em 2.5em;
  color: #707070;
  line-height: 1.5;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-section-intro .cm-col.cm-col-right .cm-text {
    padding: 1em 2.5em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-intro .cm-col.cm-col-right .cm-text {
    padding: 1em;
  }
}

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

#custommerce-pl-rc .cm-section-intro-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0em;
  margin-top: 2em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1em;
    margin-top: 2em;
  }
}

#custommerce-pl-rc .cm-section-intro-2 .cm-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#custommerce-pl-rc .cm-section-intro-2 .cm-col .cm-item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

#custommerce-pl-rc .cm-section-intro-2 .cm-col .cm-item .cm-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

#custommerce-pl-rc .cm-section-intro-2 .cm-col .cm-item .cm-p {
  position: relative;
  margin-left: 2.5em;
  padding-left: 2.5em;
  font-family: Arial, Helvetica, sans-serif;
  color: #447355;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.5;
  padding-bottom: 1em;
}

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

#custommerce-pl-rc .cm-section-intro-2 .cm-col .cm-item .cm-p:hover {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro-2 .cm-col .cm-item .cm-p:hover {
    -webkit-transform: none;
            transform: none;
  }
}

#custommerce-pl-rc .cm-section-intro-2 .cm-col .cm-img {
  position: relative;
  text-align: start;
}

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

#custommerce-pl-rc .cm-section-intro-2 .cm-col.cm-col-right {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
  font-weight: 100;
}

#custommerce-pl-rc .cm-section-intro-2 .cm-col.cm-col-right .cm-text {
  text-align: start;
  font-weight: 100;
  padding: 1.5em 2em 1.5em 4em;
  color: #000000;
  line-height: 1.5;
  font-family: "Stalemate_Light", sans-serif;
}

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

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

#custommerce-pl-rc .cm-section-intro-2 .cm-col.cm-col-right .cm-text span {
  color: #522C00;
}

#custommerce-pl-rc .cm-section-intro-2 .cm-col.cm-col-right .cm-img {
  position: relative;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 4em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-section-intro-2 .cm-col.cm-col-right .cm-img {
    padding: 0 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-section-intro-2 .cm-col.cm-col-right .cm-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#custommerce-pl-rc .cm-section-intro-2 .cm-col.cm-col-right .cm-img img {
  width: 80px !important;
}

#custommerce-pl-rc .cm-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-benefits .cm-row {
    padding-right: 0;
    padding-left: 0;
  }
}

#custommerce-pl-rc .cm-benefits .cm-row .cm-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

#custommerce-pl-rc .cm-benefits .cm-row .cm-col.cm-w600 {
  min-width: 600px;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-benefits .cm-row .cm-col.cm-w600 {
    min-width: 550px;
  }
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-benefits .cm-row .cm-col.cm-w600 {
    min-width: 475px;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-benefits .cm-row .cm-col.cm-w600 {
    min-width: 400px;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-benefits .cm-row .cm-col.cm-w600 {
    min-width: 350px;
    max-width: 350px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-benefits .cm-row .cm-col.cm-w600 {
    max-width: 400px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-benefits .cm-row .cm-col.cm-w600 {
    max-width: 350px;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-benefits .cm-row .cm-col.cm-w600 {
    max-width: 300px;
    min-width: 300px;
  }
}

#custommerce-pl-rc .cm-benefits .cm-faq {
  padding-bottom: 0;
  padding-top: 0em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-benefits .cm-faq {
    padding-bottom: 0;
    padding-top: 2em;
    padding-left: 2em;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-benefits .cm-faq {
    padding-left: 1em;
  }
}

#custommerce-pl-rc .cm-technologies {
  background-color: #f6f8f9;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-technologies {
    margin-bottom: 3em;
  }
}

#custommerce-pl-rc .cm-technologies .cm-text-top {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin: auto;
  background-color: #e7d9ca;
  padding: 3em 9em 2em;
  -webkit-transform: translateY(-5em);
          transform: translateY(-5em);
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-technologies .cm-text-top {
    padding: 3em 6em 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies .cm-text-top {
    padding: 2em 4em 1em;
    -webkit-transform: translateY(-3em);
            transform: translateY(-3em);
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-technologies .cm-text-top {
    padding: 2em 2em 1em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-technologies .cm-text-top {
    width: 100%;
    padding: 1em 1em 1em;
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}

#custommerce-pl-rc .cm-technologies .cm-text-top .cm-title {
  text-align: center;
  font-size: 2em;
  color: #9a7348;
  font-family: "Stalemate_Light", sans-serif;
  font-weight: 100;
  padding-bottom: 1em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies .cm-text-top .cm-title {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-technologies .cm-text-top .cm-p {
  font-size: 1.125em;
  text-align: center;
  font-family: "Stalemate_Light", sans-serif;
  font-weight: 100;
}

#custommerce-pl-rc .cm-technologies-2 {
  background-color: #f6f8f9;
  margin-top: 5em;
  padding-bottom: 2em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-technologies-2 {
    margin-top: 3em;
  }
}

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

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-technologies-2 {
    margin-bottom: 3em;
  }
}

#custommerce-pl-rc .cm-technologies-2 .cm-text-top {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin: auto;
  background-color: #e7d9ca;
  padding: 3em 9em 2em;
  -webkit-transform: translateY(-5em);
          transform: translateY(-5em);
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-top {
    padding: 3em 6em 2em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-top {
    padding: 2em 4em 1em;
    -webkit-transform: translateY(-3em);
            transform: translateY(-3em);
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-top {
    padding: 2em 2em 1em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-top {
    width: 100%;
    padding: 1em 1em 1em;
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}

#custommerce-pl-rc .cm-technologies-2 .cm-text-top .cm-title {
  text-align: center;
  font-size: 2em;
  color: #9a7348;
  font-weight: 100;
  padding-bottom: 1em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-top .cm-title {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .cm-technologies-2 .cm-text-top .cm-p {
  font-size: 1.125em;
  text-align: center;
  font-weight: 100;
}

#custommerce-pl-rc .cm-technologies-2 .cm-text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-col {
  width: 30%;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-col {
    width: 100%;
  }
}

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

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-col {
    padding: 0 1em 2em;
  }
}

#custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-right .cm-img,
#custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-left .cm-img, #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-middle .cm-img {
  text-align: center;
}

#custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-right .cm-text .cm-title,
#custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-left .cm-text .cm-title, #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-middle .cm-text .cm-title {
  color: #9a7348;
  font-size: 1.5em;
  font-weight: 100;
  padding: 1em 0em 0.5em;
  font-family: "Stalemate_Light", sans-serif;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-right .cm-text .cm-title,
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-left .cm-text .cm-title, #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-middle .cm-text .cm-title {
    padding: 1em 0em 1em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-right .cm-text .cm-title,
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-left .cm-text .cm-title, #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-middle .cm-text .cm-title {
    text-align: center;
    font-size: 1.675em;
  }
}

#custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-right .cm-text .cm-p,
#custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-left .cm-text .cm-p, #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-middle .cm-text .cm-p {
  font-size: 1.125em;
  font-weight: 100;
  font-family: "Stalemate_Light", sans-serif;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-right .cm-text .cm-p,
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-left .cm-text .cm-p, #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-middle .cm-text .cm-p {
    padding: 0;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-right .cm-text .cm-p,
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-left .cm-text .cm-p, #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-middle .cm-text .cm-p {
    text-align: center;
  }
}

#custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-right .cm-text .cm-p ul,
#custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-left .cm-text .cm-p ul, #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-middle .cm-text .cm-p ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-right .cm-text .cm-p ul,
  #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-left .cm-text .cm-p ul, #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-middle .cm-text .cm-p ul {
    text-align: start;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}

#custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-right .cm-text .cm-p ul li::marker,
#custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-left .cm-text .cm-p ul li::marker, #custommerce-pl-rc .cm-technologies-2 .cm-text-bottom .cm-column-middle .cm-text .cm-p ul li::marker {
  color: #9a7348 !important;
  margin-left: 0;
}

#custommerce-pl-rc .cm-technologies-3 {
  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: #f6f8f9;
  margin-bottom: 5em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-technologies-3 {
    padding-top: 3em;
  }
}

#custommerce-pl-rc .cm-technologies-3 .cm-col {
  width: 50%;
  padding: 0 2em 1em;
}

#custommerce-pl-rc .cm-technologies-3 .cm-col .cm-img {
  text-align: center;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies-3 .cm-col {
    width: 100%;
  }
}

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

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-technologies-3 .cm-col {
    padding: 0 1em 2em;
  }
}

#custommerce-pl-rc .cm-technologies-3 .cm-column-right .cm-text .cm-title,
#custommerce-pl-rc .cm-technologies-3 .cm-column-left .cm-text .cm-title {
  padding: 2em 1em 0.5em;
  color: #9a7348;
  font-size: 2em;
  font-weight: 100;
  font-family: "Stalemate_Light", sans-serif;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-technologies-3 .cm-column-right .cm-text .cm-title,
  #custommerce-pl-rc .cm-technologies-3 .cm-column-left .cm-text .cm-title {
    padding: 1em 0em 1em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies-3 .cm-column-right .cm-text .cm-title,
  #custommerce-pl-rc .cm-technologies-3 .cm-column-left .cm-text .cm-title {
    text-align: center;
    font-size: 1.675em;
  }
}

#custommerce-pl-rc .cm-technologies-3 .cm-column-right .cm-text .cm-p,
#custommerce-pl-rc .cm-technologies-3 .cm-column-left .cm-text .cm-p {
  font-size: 1.125em;
  padding: 0em 2em;
  font-weight: 100;
  font-family: "Stalemate_Light", sans-serif;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-technologies-3 .cm-column-right .cm-text .cm-p,
  #custommerce-pl-rc .cm-technologies-3 .cm-column-left .cm-text .cm-p {
    padding: 0;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies-3 .cm-column-right .cm-text .cm-p,
  #custommerce-pl-rc .cm-technologies-3 .cm-column-left .cm-text .cm-p {
    text-align: center;
  }
}

#custommerce-pl-rc .cm-technologies-3 .cm-column-right .cm-text ul,
#custommerce-pl-rc .cm-technologies-3 .cm-column-left .cm-text ul {
  font-size: 1.125em;
  margin-left: 2em;
  font-weight: 100;
  font-family: "Stalemate_Light", sans-serif;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

@media only screen and (max-width: 1000px) {
  #custommerce-pl-rc .cm-technologies-3 .cm-column-right .cm-text ul,
  #custommerce-pl-rc .cm-technologies-3 .cm-column-left .cm-text ul {
    margin-left: 0;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-technologies-3 .cm-column-right .cm-text ul,
  #custommerce-pl-rc .cm-technologies-3 .cm-column-left .cm-text ul {
    text-align: start;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-technologies-3 .cm-column-right .cm-text ul,
  #custommerce-pl-rc .cm-technologies-3 .cm-column-left .cm-text ul {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}

#custommerce-pl-rc .cm-technologies-3 .cm-column-right .cm-text ul li::marker,
#custommerce-pl-rc .cm-technologies-3 .cm-column-left .cm-text ul li::marker {
  color: #9a7348 !important;
  margin-left: 0;
}

#custommerce-pl-rc .cm-footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4em 0;
}

#custommerce-pl-rc .cm-footer-img img {
  max-width: 123px;
}

#custommerce-pl-rc .cm-top-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2em 0;
}

#custommerce-pl-rc .cm-top-img img {
  max-width: 159px;
  margin-right: 1em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-top-img img {
    max-width: 130px;
  }
}

#custommerce-pl-rc .cm-padding-bottom-0 {
  padding-bottom: 1em;
}

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

#custommerce-pl-rc .cm-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 1.25em;
  }
}

#custommerce-pl-rc .cm-icons .cm-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 25%;
  padding: 0 1.5em;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  #custommerce-pl-rc .cm-icons .cm-icon {
    width: 30%;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-icons .cm-icon {
    width: 33.3333%;
    padding: 0 1em;
  }
}

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

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-icons .cm-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 100%;
    margin-bottom: 1.5em;
  }
  #custommerce-pl-rc .cm-icons .cm-icon:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-icons .cm-icon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#custommerce-pl-rc .cm-icons .cm-icon .cm-icon-icon {
  width: 8.75em;
  height: 8.75em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-icons .cm-icon .cm-icon-icon {
    width: 7em;
    height: 7em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-icons .cm-icon .cm-icon-icon {
    width: 6em;
    height: 6em;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-icons .cm-icon .cm-icon-icon {
    margin-right: 1.25em;
    margin-bottom: 0;
  }
}

#custommerce-pl-rc .cm-icons .cm-icon .cm-icon-desc {
  text-align: center;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-icons .cm-icon .cm-icon-desc {
    font-size: 1em;
    line-height: 1.4;
  }
}

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

#custommerce-pl-rc .cm-rogers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-rogers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#custommerce-pl-rc .cm-rogers .cm-roger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 33.3333%;
  padding: 0 1em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-rogers .cm-roger {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 100%;
    margin-bottom: 1.5em;
  }
}

#custommerce-pl-rc .cm-rogers .cm-roger .cm-roger-image {
  max-width: 100%;
  margin-bottom: 1em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-rogers .cm-roger .cm-roger-image {
    margin-bottom: 0;
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-rogers .cm-roger > div {
    width: 50%;
    padding-left: 1em;
    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;
  }
}

#custommerce-pl-rc .cm-rogers .cm-roger .cm-roger-name {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 300;
  line-height: 1;
}

#custommerce-pl-rc .cm-rogers .cm-roger .cm-roger-name span {
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-rogers .cm-roger .cm-roger-name {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-rogers .cm-roger .cm-roger-name {
    font-size: 1.75em;
    text-align: left;
  }
}

#custommerce-pl-rc .cm-btn {
  display: inline-block;
  background-color: #497E9C;
  color: #fff;
  border-radius: 1em;
  font-size: 1.5em;
  line-height: 1em;
  font-family: Arial, sans-serif;
  padding: 6px 1.25em 10px;
  text-decoration: none;
  margin-top: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-btn {
    font-size: 1.25em;
  }
  #custommerce-pl-rc .cm-btn img {
    height: 8px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 120px;
  }
}

#custommerce-pl-rc .cm-btn img {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#custommerce-pl-rc .cm-btn:hover {
  background-color: #253f55;
}

#custommerce-pl-rc .cm-btn:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

#custommerce-pl-rc .cm-bg-secondary {
  background-color: #497E9C;
}

#custommerce-pl-rc .cm-content {
  position: relative;
  padding: 7em 0 11em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-content {
    padding: 6em 0 11em;
  }
}

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

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-content {
    padding: 4em 0 9em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-content {
    padding: 4em 0 3em;
  }
}

#custommerce-pl-rc .cm-content .cm-sticker {
  position: absolute;
  top: 7em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20%;
  min-width: 120px;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .cm-content .cm-sticker {
    top: 6em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-content .cm-sticker {
    top: 5em;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-content .cm-sticker {
    top: 4em;
  }
}

#custommerce-pl-rc .cm-content .cm-packshot {
  width: 35%;
  position: absolute;
  right: 17em;
  bottom: 6em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-content .cm-packshot {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-pl-rc .cm-content .cm-packshot {
    bottom: 4em;
  }
}

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

#custommerce-pl-rc .pc-b6-a .pc-block-module {
  max-width: 1200px;
  padding: 0 2.5em;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-a .pc-block-module {
    padding: 0 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-a .pc-block-module {
    padding: 0 1.25em;
  }
}

#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
  max-width: 700px;
}

#custommerce-pl-rc .pc-b6-a.pc-b6-a-left .pc-block-module .pc-relative {
  margin: 0;
}

#custommerce-pl-rc .pc-b6-a.pc-b6-a-left .pc-block-module .pc-relative .pc-b6-title {
  text-align: left !important;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b6-a.pc-b6-a-left .pc-block-module .pc-relative .pc-b6-title {
    text-align: center !important;
  }
}

#custommerce-pl-rc .pc-b6-a p {
  font-size: 1em;
  line-height: 1.7;
  margin: 1em 0 0;
  font-family: Arial, sans-serif;
  text-align: center;
}

#custommerce-pl-rc .pc-b6-a p.cm-small {
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  color: #606060;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-a p.cm-small {
    font-size: 12px;
  }
}

#custommerce-pl-rc .pc-b6-ng1,
#custommerce-pl-rc .pc-b6-ng2 {
  font-family: Arial, sans-serif;
  font-size: 3em;
  line-height: 1.1;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-ng1,
  #custommerce-pl-rc .pc-b6-ng2 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .pc-b6-ng1,
  #custommerce-pl-rc .pc-b6-ng2 {
    font-size: 2.125em;
  }
}

#custommerce-pl-rc .pc-b6-ng1 {
  font-weight: 300;
  color: #57a1c7;
}

#custommerce-pl-rc .pc-b6-ng2 {
  font-weight: 500;
  color: #497E9C;
  text-transform: uppercase;
}

#custommerce-pl-rc .pc-b6-title {
  font-family: Arial, sans-serif;
  font-weight: 500;
  color: #414141;
  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: 2.25em;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .pc-b6-title {
    font-size: 2.125em;
  }
}

#custommerce-pl-rc .pc-b6-title strong {
  font-weight: bold;
  font-family: Arial, sans-serif;
}

#custommerce-pl-rc .ai-separator {
  height: 400px;
}

#custommerce-pl-rc .pc-b6-subtitle {
  font-family: Arial, sans-serif;
  color: #414141;
  font-weight: 900;
  font-size: 2em;
  line-height: 1.2;
  text-align: center !important;
  margin-top: 1em;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b6-subtitle {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b6-subtitle {
    font-size: 1.25em;
  }
}

#custommerce-pl-rc .pc-b6-text {
  font-family: Arial, sans-serif;
  color: #497E9C;
  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%;
}

#custommerce-pl-rc .pc-p5 iframe {
  height: 99% !important;
}

#custommerce-pl-rc .pc-p5 label {
  z-index: 1;
}

#custommerce-pl-rc .cm-img-fluid-container {
  overflow: hidden;
}

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

#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% !important;
    -o-object-position: -13em;
       object-position: -13em;
  }
  #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%);
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-pl-rc .cm-img-fluid,
  #custommerce-pl-rc .cm-img-fluid.lazy {
    -o-object-position: -10em;
       object-position: -10em;
  }
}

#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: 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: 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: 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-gf {
  margin: 1.25em auto 3em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-info-box .cm-info-box-description .cm-gf {
    margin: 1.25em auto 2em;
  }
}

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

#custommerce-pl-rc .pc-b11 .pc-block-module {
  max-width: 1200px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module {
    display: block;
    padding: 0 1.25em;
  }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
  padding: 0 2.5em;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding: 0 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding: 0;
  }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-image .pc-relative {
  position: relative;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-image .pc-relative {
    text-align: center !important;
  }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-image img {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-block-module .pc-image {
    margin-bottom: 1em;
  }
}

#custommerce-pl-rc .pc-b11 .pc-description {
  padding: 0;
  text-align: left;
}

#custommerce-pl-rc .pc-b11 .pc-description p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1em;
  max-width: 460px;
  color: #414141;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-align: left;
}

#custommerce-pl-rc .pc-b11 .pc-description p.cm-param {
  margin: 0 0 0.5em;
}

#custommerce-pl-rc .pc-b11 .pc-description p.cm-param span {
  font-weight: 500;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-description p {
    text-align: center;
  }
}

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

#custommerce-pl-rc .pc-b11 .pc-description p:last-child {
  margin-bottom: 0;
}

#custommerce-pl-rc .pc-b11 .pc-description p strong {
  font-weight: bold;
}

#custommerce-pl-rc .pc-b11 .pc-description p.cm-small {
  font-size: 1em;
}

#custommerce-pl-rc .pc-b11 .pc-description p.pc-param {
  background-color: #f4f4f4;
  padding: 5px;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 10px;
}

#custommerce-pl-rc .pc-b11 .pc-name {
  color: #447355;
  font-family: Arial, sans-serif;
  margin-bottom: 0.8em;
  font-weight: normal;
  text-align: left !important;
  font-size: 1.75em;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    max-width: none;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    text-align: center !important;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .pc-b11 .pc-name {
    font-size: 1.75em;
  }
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-description {
  text-align: left;
}

@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: left;
}

@media only screen and (max-width: 700px) {
  #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: left;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.pc-b11-b .pc-name {
    text-align: center !important;
  }
}

#custommerce-pl-rc .pc-b11.pc-b11-spec {
  background-color: #f8f8f8;
  border-radius: 1.5em;
  padding: 6em 0;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .pc-b11.pc-b11-spec {
    padding: 4em 0;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .pc-b11.pc-b11-spec {
    padding: 3em 0;
  }
}

#custommerce-pl-rc a.cm-button,
#custommerce-pl-rc .cm-button {
  color: #fff;
  display: inline-block;
  background-color: #555F6A;
  text-decoration: none;
  font-size: 0.75em;
  font-family: 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 #497E9C;
}

#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-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-footer-logo {
  text-align: center;
  margin-bottom: 1.5em;
}

#custommerce-pl-rc .cm-footer-logo::after {
  content: "";
  width: 234px;
  height: 1px;
  background-color: #447355;
  display: block;
  margin: 1em auto 0;
}

#custommerce-pl-rc .cm-footer-logo img {
  width: 158px;
}

#custommerce-pl-rc .cm-pb-8 {
  padding-bottom: 8em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-pb-8 {
    padding-bottom: 5em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-pb-8 {
    padding-bottom: 0em;
  }
}

#custommerce-pl-rc .cm-pb-12 {
  padding-bottom: 12em;
}

@media only screen and (max-width: 1200px) {
  #custommerce-pl-rc .cm-pb-12 {
    padding-bottom: 6em;
  }
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-pb-12 {
    padding-bottom: 0em;
  }
}

#custommerce-pl-rc .cm-pb-25 {
  padding-bottom: 23em;
}

@media only screen and (max-width: 900px) {
  #custommerce-pl-rc .cm-pb-25 {
    padding-bottom: 0;
  }
}

#custommerce-pl-rc .cm-pt-4 {
  padding-top: 4em;
}

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

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

#custommerce-pl-rc .cm-mb-2 {
  margin-bottom: 2em;
}

#custommerce-pl-rc .cm-mb-0 {
  margin-bottom: 0;
}

#custommerce-pl-rc .cm-mb-3 {
  margin-bottom: 3em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-mb-3 {
    margin-bottom: 2em;
  }
}

#custommerce-pl-rc .cm-mb-4 {
  margin-bottom: 4em;
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-mb-4 {
    margin-bottom: 3em;
  }
}

#custommerce-pl-rc .cm-mb-6 {
  margin-bottom: 6em;
}

@media only screen and (max-width: 700px) {
  #custommerce-pl-rc .cm-mb-6 {
    margin-bottom: 4em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-pl-rc .cm-mb-6 {
    margin-bottom: 3em;
  }
}

#custommerce-pl-rc .cm-mt-6 {
  margin-top: 6em;
}

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

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

#custommerce-pl-rc .cm-pb-2 {
  padding-bottom: 2em;
}

#custommerce-pl-rc .cm-rounded {
  border-radius: 32px;
}

#custommerce-pl-rc .cm-mt-2 {
  margin-top: 2em;
}

#custommerce-pl-rc .cm-mt-3 {
  margin-top: 3em;
}

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

#custommerce-pl-rc .cm-mt-4 {
  margin-top: 4em;
}

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

#custommerce-pl-rc .cm-mt-6 {
  margin-top: 6em;
}

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

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

@media screen and (min-width: 1024px) and (max-width: 1273px) {
  #custommerce-pl-rc.cm-mm {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  #custommerce-pl-rc.cm-mm .cm-header {
    height: 458px;
  }
}

@media screen and (min-width: 1173px) {
  #custommerce-pl-rc.cm-mm .cm-header {
    height: 514px;
  }
}

@media screen and (min-width: 1273px) {
  #custommerce-pl-rc.cm-mm .cm-header {
    height: 572px;
  }
}

@media screen and (min-width: 1024px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-logo {
    margin-left: 1.5em;
  }
}

@media screen and (min-width: 1024px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc {
    padding: 2.75em 1em 3.25em 1.5em;
  }
}

@media screen and (min-width: 1024px) {
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc .cm-ng-1 {
    font-size: 2.25em;
  }
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 2.5em;
  }
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc .cm-ng-3 {
    max-width: 360px;
    font-size: 1.5em;
    margin-bottom: 1em;
  }
  #custommerce-pl-rc.cm-mm .cm-header .cm-header-desc .cm-ng-4 {
    font-size: 2em;
    max-width: 320px;
  }
}

@media screen and (min-width: 1024px) {
  #custommerce-pl-rc.cm-mm .pc-b11 .pc-block-module .pc-text {
    padding: 0 1.5em;
  }
  #custommerce-pl-rc.cm-mm .pc-b6-title {
    font-size: 2.25em;
  }
}

@media screen and (min-width: 1024px) {
  #custommerce-pl-rc.cm-mm .cm-icons .cm-icon {
    width: 33.3333%;
    padding: 0 1em;
  }
}

@media screen and (min-width: 1173px) {
  #custommerce-pl-rc.cm-mm .cm-icons .cm-icon {
    width: 30%;
  }
}

@media screen and (min-width: 1024px) {
  #custommerce-pl-rc.cm-mm .cm-icons .cm-icon .cm-icon-icon {
    width: 7em;
    height: 7em;
  }
}

@media screen and (min-width: 1024px) {
  #custommerce-pl-rc.cm-mm .rc_tooltip_content {
    width: 300px;
  }
  #custommerce-pl-rc.cm-mm .pc-b11.pc-b11-spec {
    padding: 4em 0;
  }
  #custommerce-pl-rc.cm-mm .cm-faq .pc-p7 .pc-block-module,
  #custommerce-pl-rc.cm-mm .pc-b6-a .pc-block-module {
    padding: 0 1.5em;
  }
  #custommerce-pl-rc.cm-mm .pc-b11 .pc-block-module {
    padding: 0;
  }
}

.sticky #top:not(.top2), .product-nav-sticky .product-nav {
  z-index: 99999;
}
/*# sourceMappingURL=style.css.map */
