@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@200;300;400;500;600;700&display=swap");
@-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 */
#custommerce-rc {
  font-size: 16px;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #272D3D;
}

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

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

#custommerce-rc .pc-margin-top-xxs {
  padding-top: 1em;
}

#custommerce-rc .pc-margin-bottom-xxs {
  padding-bottom: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#custommerce-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-rc .pc-b6-a {
  text-align: center;
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#custommerce-rc .pc-b6-a * {
  text-align: center;
}

#custommerce-rc .pc-b6-a .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#custommerce-rc .pc-b6-a .pc-block-module .pc-relative {
  max-width: 680px;
  margin: 0 auto;
}

#custommerce-rc .pc-b6-a h2, #custommerce-rc .pc-b6-a .h2, #custommerce-rc .pc-b6-a .pc-h2 {
  font-size: 2.4375em;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  line-height: 1.12;
  color: #13216A;
  letter-spacing: 0.8px;
}

#custommerce-rc .pc-b6-a h4, #custommerce-rc .pc-b6-a .h4, #custommerce-rc .pc-b6-a .pc-h4 {
  font-size: 1.0625em;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  line-height: 1.12;
  color: #AA1720;
  letter-spacing: 0.3px;
}

@media (max-width: 767px) {
  #custommerce-rc {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  #custommerce-rc .pc-b6-a {
    text-align: center;
  }
  #custommerce-rc .pc-b6-a * {
    text-align: center;
  }
}

#custommerce-rc .pc-b6-c {
  text-align: center;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .pc-b6-c {
    padding: 0px 2em;
  }
}

#custommerce-rc .pc-b6-c .pc-h2 {
  font-size: 2.437em;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  color: #13216A;
  line-height: 1.13;
  letter-spacing: 0.3px;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .pc-b6-c .pc-h2 {
    font-size: 2em;
  }
}

#custommerce-rc .pc-b6-c .pc-h2 span {
  color: #AA1720;
}

#custommerce-rc .pc-p7 {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#custommerce-rc .pc-p7 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#custommerce-rc .pc-p7.pc-p7-a .pc-p7-cell-container {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

#custommerce-rc .pc-p7.pc-p7-a .pc-p7-square {
  margin-right: 1.25em;
}

#custommerce-rc .pc-p7 .pc-p7-header {
  margin-bottom: 4em;
  text-align: center;
}

#custommerce-rc .pc-p7 .pc-p7-header > div, #custommerce-rc .pc-p7 .pc-p7-header * {
  text-align: center;
}

#custommerce-rc .pc-p7 .pc-p7-cell-container .pc-p7-cell-content {
  max-width: 25.625em;
}

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

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

#custommerce-rc .pc-p7 .pc-p7-square {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

#custommerce-rc .pc-p7 .pc-p7-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#custommerce-rc .pc-p7 .pc-p7-square .pc-p7-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#custommerce-rc .pc-p7 .pc-p7-square .pc-p7-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #custommerce-rc .pc-p7 .pc-p7-square .pc-p7-image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked ~ .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #13216A;
}

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

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

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-items-row {
  margin: -1em 0;
}

#custommerce-rc .pc-p7 .pc-faq-items p {
  padding: 0px;
  margin: 0px;
  font-size: 1em;
  font-family: Arial, sans-serif;
  line-height: 1.2;
}

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item {
  padding: 1em 0;
}

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon {
  padding: 0.75em 0;
}

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label {
  max-width: 24em;
}

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label img {
  display: block;
}

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label label {
  display: table;
  width: 100%;
}

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label .pc-faq-icon, #custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label .pc-faq-description {
  display: table-cell;
  vertical-align: middle;
}

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label .pc-faq-icon {
  width: 5em;
  padding-right: 1.5em;
}

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-content {
  padding-left: 6.5em;
  margin-top: -0.5em;
}

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

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
  max-width: 17em;
  padding-right: 2em;
}

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0;
  color: #AA1720;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover {
  color: #13216A;
}

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

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

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .pc-h4, #custommerce-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .pc-h3 {
  color: #AA1720;
}

#custommerce-rc .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-rc .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label .pc-faq-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

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

#custommerce-rc .pc-p7 .pc-faq-items .pc-faq-arrow {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-size: 16px 11px;
  background-position: center 58%;
  background-repeat: no-repeat;
  background-color: #AA1720;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#custommerce-rc .pc-p7 h3, #custommerce-rc .pc-p7 .h3, #custommerce-rc .pc-p7 .pc-h3 {
  font-size: 1.5625em;
  font-family: 'Arial';
  font-weight: 400;
  line-height: 1.2;
  color: #13216A;
  letter-spacing: 0px;
}

#custommerce-rc .pc-p7 h4, #custommerce-rc .pc-p7 .h4, #custommerce-rc .pc-p7 .pc-h4 {
  font-size: 1.25em;
  font-family: 'Arial';
  font-weight: 600;
  line-height: 1.2;
  color: #13216A;
  letter-spacing: 0px;
}

#custommerce-rc .cm-width-920 p {
  font-size: 14px;
}

@media (max-width: 960px) {
  #custommerce-rc .pc-b7 .pc-b7-table {
    display: block;
    max-width: 465px;
    margin: 0 auto;
  }
  #custommerce-rc .pc-b7 .pc-b7-table .pc-b7-cell {
    display: block;
    width: auto;
    margin: 0 -1.25em;
  }
  #custommerce-rc .pc-b7 .pc-b7-table .pc-b7-cell.pc-b7-cell-small {
    width: 100%;
    margin: auto;
  }
  #custommerce-rc .pc-b7 .pc-b7-table .pc-b7-cell .pc-b7-cell-content {
    padding: 0 1.25em 3em 1.25em;
  }
  #custommerce-rc .pc-b7 .pc-b7-table .pc-b7-cell .pc-b7-cell-content.pc-b7-cell-content-right {
    padding: 3em 1.25em 0em 1.25em;
  }
  #custommerce-rc p {
    font-size: 1em;
  }
}

@media (max-width: 800px) {
  #custommerce-rc .pc-p7.pc-p7-a .pc-p7-square {
    margin-right: 0;
  }
  #custommerce-rc .pc-p7.pc-p7-a .pc-p7-cell-container {
    padding: 2.5em 0em 0 0em;
  }
  #custommerce-rc .pc-p7 .pc-p7-table {
    display: block;
  }
  #custommerce-rc .pc-p7 .pc-p7-table .pc-p7-cell {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #custommerce-rc .pc-p7 .pc-p7-cell-container {
    padding: 2.5em 2.5em 0 2.5em;
  }
  #custommerce-rc .pc-p7 .pc-p7-cell-container .pc-p7-cell-content {
    max-width: none;
  }
}

@media (max-width: 767px) {
  #custommerce-rc {
    font-size: 14px;
  }
  #custommerce-rc .pc-p7 .pc-p7-header {
    margin-bottom: 3em;
  }
}

@media (max-width: 599px) {
  #custommerce-rc .pc-p7 .pc-p7-header *, #custommerce-rc .pc-p7 .pc-p7-header > div {
    text-align: left;
  }
  #custommerce-rc .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
    max-width: 25em;
  }
  #custommerce-rc .pc-faq-items .pc-faq-item .pc-faq-content {
    max-width: 25em;
  }
}

@media (max-width: 375px) {
  #custommerce-rc .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label .pc-faq-icon {
    width: 4em;
    padding-right: 1em;
  }
  #custommerce-rc .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-content {
    padding-left: 5em;
    margin-top: 0;
  }
}

#custommerce-rc .pc-p10 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#custommerce-rc .pc-p10 .pc-block-module .pc-relative {
  height: inherit;
  position: relative;
}

#custommerce-rc .pc-p10 .pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#custommerce-rc .pc-p10 .pc-icon {
  width: 5em;
  height: 5em;
  display: block;
  margin: 0 auto 0.5em auto;
  float: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#custommerce-rc .pc-p10 .pc-icon.pc-icon-left {
  margin-left: 0;
}

#custommerce-rc .pc-p10 .pc-icon.pc-icon-spacing {
  margin-bottom: 2em;
}

#custommerce-rc .pc-p10 .pc-icon img {
  width: 100%;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}

#custommerce-rc .pc-p10 .h3, #custommerce-rc .pc-p10 .pc-h3 {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.38;
  text-transform: uppercase;
  color: #13216A;
}

@media (max-width: 600px) {
  #custommerce-rc .pc-p10 .h3 br, #custommerce-rc .pc-p10 .pc-h3 br {
    display: none;
  }
}

#custommerce-rc .pc-p10 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.24;
  color: #211f20;
  margin: 0.8em 0px;
}

#custommerce-rc .pc-p10.pc-hoverable .item {
  cursor: pointer;
}

#custommerce-rc .pc-p10.pc-hoverable .item .item-content.item-content-abs {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: max-height ease 0.3s, background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
  transition: max-height ease 0.3s, background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
  transition: box-shadow ease 0.3s, max-height ease 0.3s, transform ease 0.3s, background-color ease 0.3s;
  transition: box-shadow ease 0.3s, max-height ease 0.3s, transform ease 0.3s, background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
}

#custommerce-rc .pc-p10.pc-hoverable .item .item-content.item-content-abs p {
  opacity: 0;
  max-height: 0;
  -webkit-transition: opacity ease 0.3s, max-height ease 0.3s;
  transition: opacity ease 0.3s, max-height ease 0.3s;
  overflow: hidden;
}

#custommerce-rc .pc-p10.pc-hoverable .item:hover {
  outline: 0;
}

#custommerce-rc .pc-p10.pc-hoverable .item:hover .item-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#custommerce-rc .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs {
  background-color: white;
  z-index: 2;
  -webkit-box-shadow: 0px 10px 45px -5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 45px -5px rgba(0, 0, 0, 0.16);
}

#custommerce-rc .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs p {
  opacity: 1;
  max-height: 19em;
}

#custommerce-rc .pc-p10.p10-4 .item .item-content {
  padding: 1em 0.625em 0 0.625em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#custommerce-rc .pc-p10.p10-4 .item .item-content.item-content-abs {
  padding: 1em 0.625em 1em 0.625em;
}

#custommerce-rc .pc-p10.p10-4 .pc-col {
  width: 25%;
}

#custommerce-rc .pc-p10 .item-row {
  margin-top: -1.25em;
  margin-bottom: -1.25em;
}

#custommerce-rc .pc-p10 .item {
  text-align: center;
  position: relative;
  margin: 1.25em auto;
}

#custommerce-rc .pc-p10 .item * {
  text-align: center;
}

#custommerce-rc .pc-p10 .item:hover .item-content {
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
  -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.16);
}

#custommerce-rc .pc-p10 .item .item-content {
  padding: 1em 1em 0 1em;
  -webkit-transition: background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
  transition: background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
  transition: box-shadow ease 0.3s, transform ease 0.3s, background-color ease 0.3s;
  transition: box-shadow ease 0.3s, transform ease 0.3s, background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
}

#custommerce-rc .pc-p10 .item .item-content.item-content-abs {
  padding: 1em 1em 1em 1em;
}

@media (min-width: 801px) and (max-width: 1229px) {
  #custommerce-rc .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 215px;
    flex-basis: 215px;
  }
  #custommerce-rc .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 378px;
    flex-basis: 378px;
  }
  #custommerce-rc .pc-p10.p10-6 .pc-col {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
  }
}

@media (max-width: 960px) {
  #custommerce-rc .pc-b10.pc-b10-3 .pc-relative > table > tbody > tr > td:nth-child(2), #custommerce-rc .pc-b10.pc-b10-3 .pc-relative > table > tbody > tr > td:nth-child(3), #custommerce-rc .pc-b10.pc-b10-3 .pc-relative > table > tbody > tr > td:nth-child(4) {
    width: 12em;
  }
}

@media (max-width: 899px) {
  #custommerce-rc .pc-b10.pc-b10-2 table tr td:nth-child(2), #custommerce-rc .pc-b10.pc-b10-2 table tr td:nth-child(3) {
    width: 18em;
  }
  #custommerce-rc .pc-b10.pc-b10-3 table tr td:nth-child(2), #custommerce-rc .pc-b10.pc-b10-3 table tr td:nth-child(3), #custommerce-rc .pc-b10.pc-b10-3 table tr td:nth-child(4) {
    width: 14.375em;
  }
}

@media (max-width: 829px) {
  #custommerce-rc .pc-b10.pc-b10-2 table tr td:nth-child(2), #custommerce-rc .pc-b10.pc-b10-2 table tr td:nth-child(3) {
    width: 14em;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-relative .pc-circle-navigation {
    display: block;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll {
    overflow-x: scroll;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr.pc-b10-separator > td {
    padding: 0;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td {
    min-width: 296px;
    padding: 1em;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td:nth-child(1) {
    display: none;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th {
    padding: 1em;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th:nth-child(1) {
    display: none;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td:nth-child(3) {
    border-right: 1px solid #F2F3F5;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th:nth-child(3) {
    border-right: 1px solid #F2F3F5;
  }
  #custommerce-rc .pc-b10.pc-b10-3 table tr th:nth-child(2) {
    background-color: transparent;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-b10-image img {
    max-width: 126px;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-b10-container {
    padding: 0;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-b10-hidden-tab {
    display: block;
  }
  #custommerce-rc .pc-b10.pc-b10-3 .pc-b10-2-rwd-none {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 829px) {
  #custommerce-rc .pc-b10.pc-b10-2 .pc-b10-thead .pc-table {
    display: block;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-b10-thead .pc-table .pc-table-cell {
    display: block;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-b10-thead .pc-table .pc-table-cell .pc-b10-image img {
    margin: 0 auto;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-b10-thead .pc-b10-thead-text {
    padding-left: 0;
    padding-top: 1em;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-b10-thead .pc-b10-thead-text .pc-h4 {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  #custommerce-rc .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 226px;
    flex-basis: 226px;
  }
  #custommerce-rc .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
  }
  #custommerce-rc .pc-p10.p10-6 .pc-col {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  #custommerce-rc .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 226px;
    flex-basis: 226px;
  }
  #custommerce-rc .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 282px;
    flex-basis: 282px;
  }
  #custommerce-rc .pc-p10.p10-6 .pc-col {
    -ms-flex-preferred-size: 282px;
    flex-basis: 282px;
  }
}

@media (max-width: 767px) {
  #custommerce-rc {
    font-size: 14px;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-relative .pc-circle-navigation {
    display: block;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll {
    overflow-x: scroll;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr.pc-b10-separator > td {
    padding: 0;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td {
    min-width: 296px;
    padding: 1em;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td:nth-child(1) {
    display: none;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th {
    padding: 1em;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th:nth-child(1) {
    display: none;
  }
  #custommerce-rc .pc-b10.pc-b10-2 table tr th:nth-child(2) {
    background-color: transparent;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-b10-image img {
    max-width: 126px;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-b10-container {
    padding: 0;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-b10-hidden-tab {
    display: block;
  }
  #custommerce-rc .pc-b10.pc-b10-2 .pc-b10-2-rwd-none {
    display: none !important;
  }
}

@media (max-width: 599px) {
  #custommerce-rc .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }
  #custommerce-rc .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }
  #custommerce-rc .pc-p10.p10-6 .pc-col {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }
  #custommerce-rc .pc-p10.pc-hoverable .item:hover .item-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #custommerce-rc .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs {
    max-height: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #custommerce-rc .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs p {
    opacity: 1;
    max-height: none;
  }
  #custommerce-rc .pc-p10.pc-hoverable .item * {
    text-align: left;
  }
  #custommerce-rc .pc-p10.pc-hoverable .item .item-content {
    display: none;
  }
  #custommerce-rc .pc-p10.pc-hoverable .item .item-content.item-content-abs {
    display: block;
    max-height: none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #custommerce-rc .pc-p10.pc-hoverable .item .item-content.item-content-abs p {
    opacity: 1;
    max-height: none;
  }
}

#custommerce-rc .pc-b11 {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#custommerce-rc .pc-b11 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#custommerce-rc .pc-b11 .pc-image, #custommerce-rc .pc-b11 .pc-text {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#custommerce-rc .pc-b11 .pc-image {
  text-align: center;
}

#custommerce-rc .pc-b11 .pc-image img {
  max-width: 100%;
}

#custommerce-rc .pc-b11 .pc-text {
  padding-left: 1.25em;
  padding-right: 1.25em;
  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;
}

#custommerce-rc .pc-b11 .h3 {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.2;
  text-align: left;
}

#custommerce-rc .pc-b11 .pc-description {
  padding-top: 2em;
}

#custommerce-rc .pc-b11 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.38;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
}

#custommerce-rc .pc-b11 p.caption {
  color: #AA1720;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: bold;
}

#custommerce-rc .pc-b11.pc-b11-b .pc-text {
  text-align: right;
}

#custommerce-rc .pc-b11.pc-b11-b .pc-description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

#custommerce-rc .pc-b11.pc-b11-b .pc-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#custommerce-rc .pc-b11.pc-b11-b .h3, #custommerce-rc .pc-b11.pc-b11-b p {
  text-align: right;
}

@media (max-width: 800px) {
  #custommerce-rc .pc-b11 .pc-block-module {
    display: block;
    margin: 0 auto;
  }
  #custommerce-rc .pc-b11 .pc-block-module .pc-image, #custommerce-rc .pc-b11 .pc-block-module .pc-text {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#custommerce-rc .cm-slider {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

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

#custommerce-rc .cm-slider .arrow-right, #custommerce-rc .cm-slider .arrow-left {
  width: 5%;
  position: absolute;
}

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

#custommerce-rc .cm-slider .arrow-right label img, #custommerce-rc .cm-slider .arrow-left label img {
  width: 30px;
}

#custommerce-rc .cm-slider .arrow-left {
  top: 30%;
}

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

#custommerce-rc .cm-slider .arrow-right {
  top: 30%;
  right: 0px;
  text-align: right;
}

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

#custommerce-rc .cm-slider .slider {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: auto;
}

#custommerce-rc .cm-slider .slider .slider-box {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  aligin-items: center;
  height: 0px;
  opacity: 0;
}

#custommerce-rc .cm-slider .slider .slider-box .slider-lp {
  width: 33%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

#custommerce-rc .cm-slider .slider .slider-box .slider-lp img {
  width: 80%;
}

#custommerce-rc .cm-slider .slider .slider-box .slider-lp p {
  margin: 16px;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  color: #13216A;
  font-size: 25px;
  text-align: center;
  opacity: 0;
  line-height: 1.24;
}

#custommerce-rc .cm-slider .slider .slider-dots {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

#custommerce-rc .cm-slider .slider .slider-dots label {
  width: 1em;
  height: 1em;
  border-radius: 15px;
  background-color: #AA1720;
  border: 2px solid #AA1720;
  margin: 2em 0.5em;
}

#custommerce-rc .cm-slider .slider .slider-dots label:hover {
  cursor: pointer;
  background-color: white;
}

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

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

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

#custommerce-rc .cm-slider .slider.slider-rwd .slider-box {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  aligin-items: center;
  height: 0px;
  opacity: 0;
}

#custommerce-rc .cm-slider .slider.slider-rwd .slider-box .slider-lp {
  width: 92%;
  margin: 0px 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #fff;
}

#custommerce-rc .cm-slider .slider.slider-rwd .slider-box .slider-lp img {
  width: 80%;
}

#custommerce-rc .cm-slider .slider.slider-rwd .slider-box .slider-lp p {
  margin: 16px;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  color: #13216A;
  font-size: 20px;
  text-align: center;
  opacity: 1;
  line-height: 1.24;
}

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

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

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

#custommerce-rc .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#custommerce-rc .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 div:nth-child(2) img {
  width: 90%;
}

#custommerce-rc .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 div:nth-child(2) p {
  opacity: 1;
}

#custommerce-rc .cm-slider #slide-input-2-1:checked ~ .slider .slider-dots label:nth-of-type(1) {
  background-color: white;
}

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

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

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

#custommerce-rc .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#custommerce-rc .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 div:nth-child(2) img {
  width: 90%;
}

#custommerce-rc .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 div:nth-child(2) p {
  opacity: 1;
}

#custommerce-rc .cm-slider #slide-input-2-2:checked ~ .slider .slider-dots label:nth-of-type(2) {
  background-color: white;
}

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

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

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

#custommerce-rc .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#custommerce-rc .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 div:nth-child(2) img {
  width: 90%;
}

#custommerce-rc .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 div:nth-child(2) p {
  opacity: 1;
}

#custommerce-rc .cm-slider #slide-input-2-3:checked ~ .slider .slider-dots label:nth-of-type(3) {
  background-color: white;
}

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

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

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

#custommerce-rc .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#custommerce-rc .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 div:nth-child(2) img {
  width: 90%;
}

#custommerce-rc .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 div:nth-child(2) p {
  opacity: 1;
}

#custommerce-rc .cm-slider #slide-input-2-4:checked ~ .slider .slider-dots label:nth-of-type(4) {
  background-color: white;
}

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

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

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

#custommerce-rc .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#custommerce-rc .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 div:nth-child(2) img {
  width: 90%;
}

#custommerce-rc .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 div:nth-child(2) p {
  opacity: 1;
}

#custommerce-rc .cm-slider #slide-input-2-5:checked ~ .slider .slider-dots label:nth-of-type(5) {
  background-color: white;
}

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

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

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

#custommerce-rc .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#custommerce-rc .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 div:nth-child(2) img {
  width: 90%;
}

#custommerce-rc .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 div:nth-child(2) p {
  opacity: 1;
}

#custommerce-rc .cm-slider #slide-input-2-6:checked ~ .slider .slider-dots label:nth-of-type(6) {
  background-color: white;
}

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

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

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

#custommerce-rc .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#custommerce-rc .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 div:nth-child(2) img {
  width: 90%;
}

#custommerce-rc .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 div:nth-child(2) p {
  opacity: 1;
}

#custommerce-rc .cm-slider #slide-input-2-7:checked ~ .slider .slider-dots label:nth-of-type(7) {
  background-color: white;
}

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

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

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

#custommerce-rc .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#custommerce-rc .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 div:nth-child(2) img {
  width: 90%;
}

#custommerce-rc .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 div:nth-child(2) p {
  opacity: 1;
}

#custommerce-rc .cm-slider #slide-input-2-8:checked ~ .slider .slider-dots label:nth-of-type(8) {
  background-color: white;
}

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

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

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

#custommerce-rc .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#custommerce-rc .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 div:nth-child(2) img {
  width: 90%;
}

#custommerce-rc .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 div:nth-child(2) p {
  opacity: 1;
}

#custommerce-rc .cm-slider #slide-input-2-9:checked ~ .slider .slider-dots label:nth-of-type(9) {
  background-color: white;
}

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

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

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

#custommerce-rc .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#custommerce-rc .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 div:nth-child(2) img {
  width: 90%;
}

#custommerce-rc .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 div:nth-child(2) p {
  opacity: 1;
}

#custommerce-rc .cm-slider #slide-input-2-10:checked ~ .slider .slider-dots label:nth-of-type(10) {
  background-color: white;
}

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

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

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

#custommerce-rc .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#custommerce-rc .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 div:nth-child(2) img {
  width: 90%;
}

#custommerce-rc .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 div:nth-child(2) p {
  opacity: 1;
}

#custommerce-rc .cm-slider #slide-input-2-11:checked ~ .slider .slider-dots label:nth-of-type(11) {
  background-color: white;
}

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

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

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

#custommerce-rc .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#custommerce-rc .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 div:nth-child(2) img {
  width: 90%;
}

#custommerce-rc .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 div:nth-child(2) p {
  opacity: 1;
}

#custommerce-rc .cm-slider #slide-input-2-12:checked ~ .slider .slider-dots label:nth-of-type(12) {
  background-color: white;
}

#custommerce-rc .pc-p5 {
  display: block;
  position: relative;
  max-width: 1040px;
  margin: auto;
}

#custommerce-rc .pc-p5 .pc-save-proprtion {
  position: relative;
  width: 100%;
}

#custommerce-rc .pc-p5 .pc-save-proprtion::after {
  content: '';
  display: block;
  padding-bottom: 58.462%;
}

#custommerce-rc .pc-p5 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#custommerce-rc .pc-p5 .pc-block-module .pc-relative {
  height: inherit;
}

#custommerce-rc .pc-p5 .pc-p5-checkbox {
  display: none;
}

#custommerce-rc .pc-p5 .pc-p5-checkbox:checked ~ label {
  display: none;
}

#custommerce-rc .pc-p5 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}

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

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

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

#custommerce-rc .pc-p5 label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}

#custommerce-rc .pc-p5 .cm-hidden-label {
  display: none;
}

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

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

#custommerce-rc a {
  text-decoration: none !important;
}

#custommerce-rc .cm-logo-top {
  max-width: 1040px;
  margin: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2em;
}

@media only screen and (max-width: 1100px) {
  #custommerce-rc .cm-logo-top {
    padding-left: 2em;
  }
}

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

#custommerce-rc .cm-logo-top img {
  width: 100%;
  max-width: 180px;
  display: inline;
}

#custommerce-rc .cm-rotate180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#custommerce-rc .cm-h4 {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.33;
  padding-bottom: 45px;
  color: #AA1720;
  text-transform: uppercase;
}

#custommerce-rc .cm-h4 span {
  color: #13216A;
}

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

@media only screen and (max-width: 400px) {
  #custommerce-rc .cm-h4 {
    font-size: 1.5em;
  }
}

#custommerce-rc .cm-h5 {
  font-size: 1.5em;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  color: #13216A;
  text-transform: uppercase;
}

#custommerce-rc .cm-h6 {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.55;
  color: #13216A;
}

#custommerce-rc .cm-p {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  color: #13216A;
  font-size: 1em;
  line-height: 1.4;
}

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

@media only screen and (max-width: 600px) {
  #custommerce-rc .cm-rwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

#custommerce-rc .cm-header {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 4em;
  min-height: 540px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff7c38), color-stop(50%, #292f78));
  background: linear-gradient(180deg, #ff7c38 50%, #292f78 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-header {
    background-size: cover;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-rc .cm-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-rc .cm-header {
    min-height: 510px;
  }
}

#custommerce-rc .cm-header .cm-headline {
  position: absolute;
  left: 50%;
  top: 15%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.5em;
  width: 100%;
  padding: 0 1em;
  line-height: 1.2;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  #custommerce-rc .cm-header .cm-headline {
    font-size: 2em;
    top: 1.5em;
  }
}

#custommerce-rc .cm-header .cm-logo-header {
  max-width: 260px;
  padding-top: 2em;
}

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

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-header .cm-logo-header {
    max-width: 230px;
    margin: auto;
  }
}

#custommerce-rc .cm-header .cm-polpharma-text {
  padding-left: 4em;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 30%;
}

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

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-header .cm-polpharma-text {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-rc .cm-header .cm-polpharma-text {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

#custommerce-rc .cm-header .cm-polpharma-text .cm-ng-1 {
  font-size: 3em;
  line-height: 1.1;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  color: #13216A;
  margin-bottom: 14px;
  margin-top: 20px;
}

#custommerce-rc .cm-header .cm-polpharma-text .cm-ng-1 span {
  color: #AA1720;
}

@media only screen and (max-width: 800px) {
  #custommerce-rc .cm-header .cm-polpharma-text .cm-ng-1 {
    font-size: 2.5em;
  }
}

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

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-header .cm-polpharma-text .cm-ul {
    max-width: 230px;
  }
}

#custommerce-rc .cm-header .cm-polpharma-text .cm-ul .cm-li {
  color: #fff;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  text-transform: uppercase;
  line-height: 1.1;
  display: flex;
  padding-bottom: 12px;
}

#custommerce-rc .cm-header .cm-polpharma-text .cm-ul .cm-li span {
  padding-right: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-rc .cm-header .cm-polpharma-text .cm-ul .cm-li {
    font-size: 1em;
  }
}

#custommerce-rc .cm-header .cm-polpharma-text .cm-ng-2 {
  font-size: 1em;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.625;
}

#custommerce-rc .cm-header .cm-polpharma-text .cm-ng-3 {
  font-size: 4em;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  color: #13216A;
  line-height: 1.06;
  margin-top: 28px;
}

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

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

#custommerce-rc .cm-header .cm-header-product {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-width: 585px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 4em;
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-header .cm-header-product {
    width: 100%;
    max-width: 485px;
    padding: 0 1em 1em;
    position: relative;
    text-align: center;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

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

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

#custommerce-rc .cm-section-title {
  max-width: 1040px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#custommerce-rc .cm-section-title .cm-h1 {
  font-weight: 700;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-size: 4em;
  text-align: center;
  color: #13216A;
  text-transform: uppercase;
}

#custommerce-rc .cm-section-title .cm-h1 span {
  color: #E98923;
  font-size: 0.5em;
}

@media only screen and (max-width: 1000px) {
  #custommerce-rc .cm-section-title .cm-h1 {
    font-size: 3.25em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-rc .cm-section-title .cm-h1 {
    font-size: 3em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-section-title .cm-h1 {
    font-size: 2.5em;
  }
}

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

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

#custommerce-rc .cm-section-title .cm-h4 {
  text-align: center;
  margin: auto;
  color: #13216A;
}

#custommerce-rc .cm-section-title .cm-h4 span {
  color: #AA1720;
  text-transform: uppercase;
}

#custommerce-rc .cm-section-title span {
  max-width: 26px;
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-section-title span {
    max-width: 16px;
  }
}

#custommerce-rc .cm-section-title span img {
  width: 100%;
}

#custommerce-rc .cm-section-gray {
  max-width: 1040px;
  margin: 0em auto;
  padding: 4.625em .5em 3em .5em;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 16px;
}

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

#custommerce-rc .cm-section-gray .cm-h4 {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 1em;
  text-align: center;
  color: #13216A;
  text-transform: none;
}

#custommerce-rc .cm-section-gray .cm-h4 span {
  color: #AA1720;
}

#custommerce-rc .cm-section-gray .cm-p {
  max-width: 700px;
  margin: auto;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #13216A;
}

#custommerce-rc .cm-section-gray .cm-img-fluid {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#custommerce-rc .cm-section-gray .cm-img-fluid img {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#custommerce-rc .cm-section- .cm-section-b11 {
  max-width: 1040px;
  margin: 4em auto;
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-section- .cm-section-b11 {
    margin: 4em auto 2em auto;
  }
}

#custommerce-rc .cm-section- .cm-section-b11 .pc-b11-b .pc-block-module .pc-text {
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #custommerce-rc .cm-section- .cm-section-b11 .pc-b11-b .pc-block-module .pc-text {
    padding-left: 0em;
    max-width: 400px;
  }
}

#custommerce-rc .cm-section- .cm-section-b11 .pc-b11-b .pc-block-module .pc-text .cm-ul .cm-li {
  padding-bottom: 21px;
  color: #13216A;
  line-height: 1.55;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  position: relative;
}

#custommerce-rc .cm-section- .cm-section-b11 .pc-b11-b .pc-block-module .pc-text .cm-ul .cm-li span {
  padding-right: 1em;
  left: 0;
  position: absolute;
  top: 5px;
}

#custommerce-rc .cm-section- .cm-section-b11 .pc-b11-b .pc-block-module .pc-text .cm-ul .cm-li .cm-p {
  padding-left: 2em;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
}

#custommerce-rc .cm-section- .cm-section-b11 .pc-b11-b .pc-block-module .pc-text .cm-ul .cm-li .cm-description {
  padding-left: 2em;
}

#custommerce-rc .cm-section- .cm-section-b11 .pc-b11-b .pc-block-module .pc-text .cm-ul .cm-li .cm-description ul {
  list-style: none;
  padding-left: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

#custommerce-rc .cm-section- .cm-section-b11 .pc-b11-b .pc-block-module .pc-text .cm-ul .cm-li .cm-description ul li {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 400;
}

#custommerce-rc .cm-section- .cm-section-b11 .pc-b11-b .pc-block-module .pc-text .cm-ul .cm-li .cm-description ul li::before {
  content: "●";
  color: #AA1720;
  display: inline-block;
  font-family: 900;
  width: 1em;
  margin-left: -1em;
}

#custommerce-rc .cm-bg-gray {
  max-width: 1040px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 1em;
  border-radius: 16px;
}

@media only screen and (max-width: 1100px) {
  #custommerce-rc .cm-bg-gray {
    margin-left: .5em;
    margin-right: .5em;
  }
}

#custommerce-rc .cm-section-advantage {
  max-width: 1040px;
  margin: auto;
  text-align: center;
  padding-top: 2em;
  margin-bottom: 6em;
}

@media only screen and (max-width: 900px) {
  #custommerce-rc .cm-section-advantage {
    padding: 2em 0.5em 0.5em 0.5em;
    margin-bottom: 3em;
  }
}

#custommerce-rc .cm-section-advantage .cm-h4 {
  color: #13216A;
  padding-bottom: 0em;
}

@media only screen and (max-width: 600px) {
  #custommerce-rc .cm-section-advantage .cm-h4 {
    padding-bottom: 1em;
  }
}

#custommerce-rc .cm-section-advantage .cm-h4 span {
  color: #AA1720;
}

#custommerce-rc .cm-section-advantage .cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 861px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 3em auto;
  position: relative;
}

#custommerce-rc .cm-section-advantage .cm-row:last-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 220px;
}

#custommerce-rc .cm-section-advantage .cm-row:last-child .cm-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 400px;
}

@media only screen and (max-width: 600px) {
  #custommerce-rc .cm-section-advantage .cm-row:last-child .cm-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-rc .cm-section-advantage .cm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 300px;
    height: 50%;
    margin-bottom: 0em;
    margin-top: 0em;
    max-width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-rc .cm-section-advantage .cm-row {
    width: 280px;
  }
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  height: 267px;
  width: auto;
  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;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin: 0.5em 0;
}

@media only screen and (max-width: 600px) {
  #custommerce-rc .cm-section-advantage .cm-row .cm-item {
    margin-bottom: 0em;
    width: 100%;
    height: auto;
  }
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item .cm-text {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item .cm-img {
  max-height: 112px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-section-advantage .cm-row .cm-item .cm-img {
    max-height: 80px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-rc .cm-section-advantage .cm-row .cm-item .cm-img {
    max-height: 60px;
  }
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item .cm-img img {
  object-fit: contain;
  margin-top: 0.5em;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item .cm-h6 {
  text-transform: uppercase;
  color: #13216A;
  font-size: 1.125em;
  padding-left: .5em;
  padding-right: .5em;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item .cm-p {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 400;
  color: #13216A;
  font-size: 1em;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item .cm-ul {
  padding-left: 1em;
  margin-top: .5em;
  padding-bottom: 0;
  margin-bottom: 1em;
  text-align: left;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item .cm-ul .cm-li {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 400;
  color: #13216A;
  font-size: 1em;
  padding-bottom: 5px;
  padding-left: .5em;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item .cm-ul .cm-li::before {
  content: "●";
  color: #AA1720;
  display: inline-block;
  font-family: 900;
  width: 1em;
  margin-left: -1em;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-blue {
  border: 2px solid #13216A;
  border-radius: 8px;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-red {
  border: 2px solid #AA1720;
  border-radius: 8px;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-red .cm-text .cm-h6,
#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-red .cm-text .cm-ul,
#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-red .cm-text .cm-li,
#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-red .cm-text .cm-p,
#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-red .cm-text .cm-li::before {
  color: #AA1720;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-yellow {
  border: 2px solid #FF9E00;
  border-radius: 8px;
  max-width: 45%;
}

@media only screen and (max-width: 600px) {
  #custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-yellow {
    max-width: 100%;
  }
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-yellow .cm-text .cm-h6,
#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-yellow .cm-text .cm-ul,
#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-yellow .cm-text .cm-li,
#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-yellow .cm-text .cm-p,
#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-yellow .cm-text .cm-li::before {
  color: #FF9E00;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-orange {
  border: 2px solid #FF7305;
  border-radius: 8px;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-orange .cm-text .cm-h6,
#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-orange .cm-text .cm-ul,
#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-orange .cm-text .cm-li,
#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-orange .cm-text .cm-p,
#custommerce-rc .cm-section-advantage .cm-row .cm-item.cm-orange .cm-text .cm-li::before {
  color: #FF7305;
}

#custommerce-rc .cm-section-advantage .cm-row .cm-item:hover {
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.36);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.36);
  background-color: #F8F9F9;
}

#custommerce-rc .cm-section-accordion {
  margin-top: 0em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-section-accordion {
    margin-top: 1em;
    margin-bottom: 0em;
  }
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text {
  padding-left: 2em;
  padding-right: 0;
}

@media only screen and (max-width: 800px) {
  #custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text {
    margin-top: 3em;
    margin-bottom: 1em;
    padding-left: 0;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text {
    padding-left: 0em;
    max-width: 400px;
  }
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .cm-h4 {
  margin-bottom: 0em;
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description {
  padding-top: 1em;
  padding-left: 1em;
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description {
    padding-top: 0em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description {
    padding-left: 0;
  }
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item {
  opacity: .7;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding-left: 54px;
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

@media only screen and (max-width: 800px) {
  #custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item {
    opacity: 1;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item {
    padding-left: 40px;
  }
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item .cm-description ul {
  list-style: none;
  padding-left: 1em;
  margin-top: 0;
  margin-bottom: 0;
  color: #13216A;
  line-height: 1.4;
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item .cm-description ul li::before {
  content: "●";
  color: #AA1720;
  display: inline-block;
  font-family: 900;
  width: 1em;
  margin-left: -1em;
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item .cm-p {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 400;
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item .cm-num {
  color: #AA1720;
  font-size: 2.75em;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item .cm-num.cm-num-1 {
  padding-right: 18px;
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item .cm-num:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 70%;
  border-right: 2px solid #AA1720;
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item .cm-num img {
  width: 1.5em;
}

@media only screen and (max-width: 400px) {
  #custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item .cm-num {
    padding-right: 10px;
    margin-right: 0px;
    font-size: 2.25em;
  }
}

#custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item:hover {
  opacity: 1;
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}

@media only screen and (max-width: 800px) {
  #custommerce-rc .cm-section-accordion .pc-b11.pc-b11-hotspot .pc-block-module .pc-text .pc-description .cm-item:hover {
    -webkit-transform: none;
            transform: none;
  }
}

#custommerce-rc .cm-section-img {
  max-width: 1040px;
  margin: 0em auto 2em auto;
  padding: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  border-radius: 16px;
}

@media only screen and (max-width: 1100px) {
  #custommerce-rc .cm-section-img {
    margin-left: .5em;
    margin-right: .5em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-rc .cm-section-img {
    margin-bottom: 0;
  }
}

#custommerce-rc .cm-section-img .cm-h5 {
  text-align: center;
}

#custommerce-rc .cm-section-img .cm-img {
  max-width: 1040px;
  margin: 2em auto;
}

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

#custommerce-rc .cm-section-heading {
  max-width: 1040px;
  margin: auto;
  padding-top: 3em;
}

#custommerce-rc .cm-section-heading .cm-h4 {
  margin: auto;
  max-width: 550px;
  color: #13216A;
  text-align: center;
  text-transform: none;
  padding-left: 1em;
  padding-right: 1em;
}

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

#custommerce-rc .cm-section-prod {
  max-width: 1040px;
  margin: 0 auto 4em auto;
}

#custommerce-rc .cm-section-prod .cm-prod-box {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 900px) {
  #custommerce-rc .cm-section-prod .cm-prod-box {
    max-width: 700px;
    margin: auto;
  }
}

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

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item {
  max-width: 430px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (max-width: 900px) {
  #custommerce-rc .cm-section-prod .cm-prod-box .cm-item {
    padding: 10px;
  }
}

@media only screen and (max-width: 600px) {
  #custommerce-rc .cm-section-prod .cm-prod-box .cm-item {
    margin: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item:nth-child(1) {
  margin-right: 1em;
}

@media only screen and (max-width: 600px) {
  #custommerce-rc .cm-section-prod .cm-prod-box .cm-item:nth-child(1) {
    margin-right: auto;
  }
}

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item:nth-child(2) {
  margin-right: 1em;
}

@media only screen and (max-width: 600px) {
  #custommerce-rc .cm-section-prod .cm-prod-box .cm-item:nth-child(2) {
    margin-right: auto;
  }
}

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item:hover {
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-section-prod .cm-prod-box .cm-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item .cm-img {
  max-width: 360px;
}

@media only screen and (max-width: 900px) {
  #custommerce-rc .cm-section-prod .cm-prod-box .cm-item .cm-img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .cm-section-prod .cm-prod-box .cm-item .cm-img {
    margin: auto;
  }
}

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

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item .cm-button {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  max-width: 253px;
  text-align: center;
  background: transparent linear-gradient(152deg, #13216A 0%, #294C94 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(152deg, #13216A 0%, #294C94 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  margin: 24px auto 40px auto;
  padding: 12px;
  line-height: 1.1;
}

@media only screen and (max-width: 1100px) {
  #custommerce-rc .cm-section-prod .cm-prod-box .cm-item .cm-button {
    font-size: 1em;
  }
}

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item .cm-h6 {
  font-weight: 400;
  padding-bottom: 7px;
  padding-top: 0.5em;
}

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item .cm-p {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 700;
  padding-bottom: 7px;
}

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item .cm-p:nth-child(4) {
  padding-bottom: 27px;
}

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item .cm-p:nth-child(5) {
  padding-bottom: 2.625em;
}

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item .cm-ul {
  padding-left: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item .cm-ul .cm-li {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 400;
  color: #13216A;
  font-size: 1em;
  margin-bottom: 0.25em;
  line-height: 1.4;
}

#custommerce-rc .cm-section-prod .cm-prod-box .cm-item .cm-ul .cm-li::before {
  content: "●";
  color: #E98923;
  display: inline-block;
  font-family: 900;
  width: 1em;
  margin-left: -1em;
}

#custommerce-rc .cm-section-note {
  max-width: 1040px;
  margin: auto;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  #custommerce-rc .cm-section-note {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
  }
}

#custommerce-rc .cm-section-note .cm-small {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #272D3D;
  margin-bottom: 1em;
}

#custommerce-rc .cm-section-note input[type='checkbox'] {
  display: none;
}

#custommerce-rc .cm-section-note .lbl-toggle {
  display: block;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #272D3D;
  margin-bottom: 1em;
  position: relative;
  margin-top: 12px;
  cursor: pointer;
}

#custommerce-rc .cm-section-note .lbl-toggle::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  right: -25px;
  top: 5px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #272D3D;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

#custommerce-rc .cm-section-note .collapsible-content .content-inner {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #272D3D;
  margin-bottom: 1em;
}

#custommerce-rc .cm-section-note .collapsible-content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height .25s ease-in-out;
  transition: max-height .25s ease-in-out;
}

#custommerce-rc .cm-section-note .lbl-toggle {
  margin-bottom: 0;
  margin-right: 15px;
}

#custommerce-rc .cm-section-note .toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: none;
}

#custommerce-rc .cm-section-note .toggle:checked + .lbl-toggle::after {
  -webkit-transform: rotate(90deg) translateX(-3px);
          transform: rotate(90deg) translateX(-3px);
}

#custommerce-rc .cm-section-note .toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#custommerce-rc .pc-b6-a .pc-b6-title {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.28;
  color: #13216A;
  font-size: 1.75em;
}

#custommerce-rc .pc-b6-a .pc-h4 {
  font-family: "Bai Jamjuree", Arial, sans-serif;
  font-size: 1.76em;
  color: #13216A;
  max-width: 620px;
  margin: 0 auto 2em auto;
}

@media only screen and (max-width: 1000px) {
  #custommerce-rc .pc-b6-a .pc-h4 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-rc .pc-b6-a .pc-h4 {
    margin-bottom: 1em;
  }
}

#custommerce-rc .cm-flex {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1200px) {
  #custommerce-rc .cm-flex {
    padding: 1em;
  }
}

@media (max-width: 600px) {
  #custommerce-rc .cm-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  #custommerce-rc .cm-flex div {
    width: 100%;
  }
}

#custommerce-rc .cm-flex p {
  color: #1F305F;
  margin: 1em 0;
}

#custommerce-rc .cm-footer-cust {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#custommerce-rc .cm-footer-cust img {
  max-width: 180px;
  display: inline;
}

#custommerce-rc .cm-footer-cust div {
  background: #1F305F;
  text-align: center;
  padding: 1.25em 0;
}

#custommerce-rc .cm-banner-before {
  padding: 1em 2em;
  font-size: 1.75em;
  background-color: #102c4f;
  margin: 1.5em auto;
  color: #fff;
  text-align: center;
  max-width: 1040px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#custommerce-rc .cm-banner-before .cm-small {
  font-size: 0.5em;
  margin-bottom: 0.75em;
}

@media only screen and (max-width: 950px) {
  #custommerce-rc .cm-banner-before {
    font-size: 1.35em;
    padding: 1em;
  }
}
