@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;700;900&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: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Rozmiar czcionki dla najwyzszego diva */
#custommerce-rc {
  font-size: 16px;
  font-family: "Barlow", 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;
  container-type: inline-size;
  /* FAQ */
}
@container (max-width: 900px) {
  #custommerce-rc .cm-main-div {
    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;
}
@container (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 .cm-top-logo {
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#custommerce-rc .cm-top-logo img {
  padding-left: 0em;
  max-width: 176px;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}
@container (max-width: 1040px) {
  #custommerce-rc .cm-top-logo img {
    padding-left: 2em;
  }
}
@container (max-width: 400px) {
  #custommerce-rc .cm-top-logo img {
    padding-left: 0em;
    margin: 0 auto;
  }
}
#custommerce-rc .cm-header {
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 477px;
}
@container (max-width: 900px) {
  #custommerce-rc .cm-header {
    height: 420px;
  }
}
@container (max-width: 800px) {
  #custommerce-rc .cm-header {
    height: 360px;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .cm-header {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@container (max-width: 600px) {
  #custommerce-rc .cm-header .cm-header-rwd {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: bottom 0 left;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#custommerce-rc .cm-header .cm-header-product {
  z-index: 2;
  position: relative;
  top: 4em;
  width: 50%;
  padding-left: 1em;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-header .cm-header-product {
    width: 100%;
    padding-left: 0;
  }
}
#custommerce-rc .cm-header .cm-header-product .cm-packshot {
  position: relative;
}
#custommerce-rc .cm-header .cm-header-product .cm-packshot img {
  width: 100%;
  max-width: 460px;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-header .cm-header-product .cm-packshot img {
    max-width: 420px;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .cm-header .cm-header-product .cm-packshot {
    text-align: center;
  }
}
#custommerce-rc .cm-header .cm-header-product .cm-text {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  margin-top: -6%;
  text-align: center;
}
@container (max-width: 500px) {
  #custommerce-rc .cm-header .cm-header-product .cm-text {
    font-size: 12px;
  }
}
@container (max-width: 800px) {
  #custommerce-rc .cm-header .cm-header-product {
    max-width: 50%;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .cm-header .cm-header-product {
    position: relative;
    max-width: 400px;
    margin: 2em auto 0 auto;
    padding-bottom: 2em;
    top: 0;
    right: 0;
  }
}
@container (max-width: 500px) {
  #custommerce-rc .cm-header .cm-header-product {
    max-width: 350px;
  }
}
@container (max-width: 400px) {
  #custommerce-rc .cm-header .cm-header-product {
    padding-bottom: 1em;
  }
}
#custommerce-rc .cm-header .cm-logo-header {
  padding-top: 2.5em;
  height: 28px;
  margin-bottom: 3em;
  display: block;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-header .cm-logo-header {
    padding-top: 2em;
  }
}
#custommerce-rc .cm-header .cm-text-section {
  padding-top: 5em;
  margin: 0 1.5em 0 3em;
  width: 50%;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-header .cm-text-section {
    width: 90%;
    margin: 4em auto 0 auto;
    padding: 0 0.5em;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#custommerce-rc .cm-header .cm-text-section .cm-ng-text {
  max-width: 100%;
}
#custommerce-rc .cm-header .cm-text-section .cm-ng-text img {
  max-width: 462px;
  width: 100%;
}
@container (max-width: 900px) {
  #custommerce-rc .cm-header .cm-text-section .cm-ng-text img {
    max-width: 390px;
  }
}
@container (max-width: 500px) {
  #custommerce-rc .cm-header .cm-text-section .cm-ng-text img {
    max-width: 360px;
  }
}
#custommerce-rc .cm-header .cm-text-section .cm-ng-1 {
  color: #0f1a64;
  font-weight: 700;
  font-size: 1.375em;
  margin-top: 4em;
  margin-bottom: 4em;
  line-height: 1.6;
}
#custommerce-rc .cm-header .cm-text-section .cm-ng-1 span {
  font-weight: 500;
}
@container (max-width: 900px) {
  #custommerce-rc .cm-header .cm-text-section .cm-ng-1 {
    max-width: 250px;
    margin-top: 3em;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .cm-header .cm-text-section .cm-ng-1 {
    margin: 1em auto;
    font-size: 1.75em;
    text-align: left;
    max-width: 600px;
    min-width: 390px;
  }
}
@container (max-width: 500px) {
  #custommerce-rc .cm-header .cm-text-section .cm-ng-1 {
    font-size: 1.375em;
    min-width: 360px;
  }
}
#custommerce-rc .cm-header-color {
  padding: 4em 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#e5a623), to(#df6f25)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #e5a623 0%, #df6f25 100%) 0% 0% no-repeat padding-box;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
#custommerce-rc .cm-header-color .cm-ng-2 {
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: translate(0%, 30%);
          transform: translate(0%, 30%);
  color: #0f1a64;
  font-weight: 400;
  font-size: 0.875em;
  max-width: 350px;
  width: 100%;
  text-align: right;
  margin-right: 2.5em;
  line-height: 1.33;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-header-color .cm-ng-2 {
    left: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    font-size: 1em;
    max-width: 610px;
    width: 90%;
    padding: 0 1.25em;
    text-align: left;
    margin-right: 0;
  }
}
@container (max-width: 500px) {
  #custommerce-rc .cm-header-color .cm-ng-2 {
    padding: 0 0.5em 0 1.25em;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .cm-header-color {
    padding: 3em 0;
  }
}
@container (max-width: 500px) {
  #custommerce-rc .cm-header-color {
    padding: 2.5em 0;
  }
}
#custommerce-rc .cm-icons-box {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
#custommerce-rc .cm-icons-box .cm-img-col {
  -webkit-box-flex: 40%;
      -ms-flex: 40% 1 0px;
          flex: 40% 1 0;
  text-align: center;
  padding: 7.5% 0;
}
#custommerce-rc .cm-icons-box .cm-img-col .cm-text {
  font-weight: 500;
  font-size: 14px;
  margin: 8px 0 0 0;
  color: #0F1A64;
}
#custommerce-rc .cm-icons-box .cm-left-col {
  -webkit-box-flex: 30%;
      -ms-flex: 30% 0 1;
          flex: 30% 0 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#custommerce-rc .cm-icons-box .cm-left-col .cm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 195px;
}
#custommerce-rc .cm-icons-box .cm-left-col .cm-item .cm-image {
  max-width: 50%;
}
#custommerce-rc .cm-icons-box .cm-left-col .cm-item .cm-text {
  text-align: center;
  margin: 8px auto;
  font-size: 1.5em;
  max-width: 200px;
  color: #0F1A64;
}
#custommerce-rc .cm-icons-box .cm-left-col .cm-item .cm-text sup {
  font-size: 14px;
}
@container (max-width: 400px) {
  #custommerce-rc .cm-icons-box .cm-left-col .cm-item .cm-text sup {
    font-size: 12px;
  }
}
@container (max-width: 800px) {
  #custommerce-rc .cm-icons-box .cm-left-col .cm-item .cm-text {
    font-size: 1.25em;
  }
}
#custommerce-rc .cm-icons-box .cm-right-col {
  -webkit-box-flex: 30%;
      -ms-flex: 30% 0 1;
          flex: 30% 0 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#custommerce-rc .cm-icons-box .cm-right-col .cm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 195px;
}
#custommerce-rc .cm-icons-box .cm-right-col .cm-item .cm-image {
  max-width: 50%;
}
#custommerce-rc .cm-icons-box .cm-right-col .cm-item .cm-text {
  text-align: center;
  margin: 8px auto;
  font-weight: 400;
  font-size: 1.5em;
  max-width: 270px;
  color: #0F1A64;
}
@container (max-width: 800px) {
  #custommerce-rc .cm-icons-box .cm-right-col .cm-item .cm-text {
    font-size: 1.25em;
  }
}
@container (max-width: 700px) {
  #custommerce-rc {
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    padding-bottom: 2em;
  }
  #custommerce-rc .cm-icons-box {
    -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;
    row-gap: 1.5em;
    margin: 3em 0;
  }
  #custommerce-rc .cm-icons-box .cm-left-col {
    max-width: 280px;
    row-gap: 2em;
    min-width: 280px;
  }
}
@container (max-width: 700px) and (max-width: 400px) {
  #custommerce-rc .cm-icons-box .cm-left-col {
    row-gap: 1em;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .cm-icons-box .cm-left-col .cm-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: none !important;
            transform: none !important;
    min-height: unset;
  }
  #custommerce-rc .cm-icons-box .cm-left-col .cm-item .cm-text {
    padding-left: 0.75em;
    font-size: 1.25em;
    text-align: left;
    margin: 8px 0;
  }
  #custommerce-rc .cm-icons-box .cm-left-col .cm-item .cm-image {
    max-width: 80px;
  }
}
@container (max-width: 700px) and (max-width: 400px) {
  #custommerce-rc .cm-icons-box .cm-left-col .cm-item .cm-image {
    max-width: 64px;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .cm-icons-box .cm-right-col {
    max-width: 280px;
    row-gap: 2em;
    min-width: 280px;
  }
}
@container (max-width: 700px) and (max-width: 400px) {
  #custommerce-rc .cm-icons-box .cm-right-col {
    row-gap: 1em;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .cm-icons-box .cm-right-col .cm-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: unset;
  }
  #custommerce-rc .cm-icons-box .cm-right-col .cm-item .cm-text {
    padding-left: 0.75em;
    font-size: 1.25em;
    text-align: left;
    margin: 8px 0;
  }
  #custommerce-rc .cm-icons-box .cm-right-col .cm-item .cm-image {
    max-width: 80px;
  }
}
@container (max-width: 700px) and (max-width: 400px) {
  #custommerce-rc .cm-icons-box .cm-right-col .cm-item .cm-image {
    max-width: 64px;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .cm-icons-box .cm-img-col {
    padding: 2em 0;
  }
  #custommerce-rc .cm-icons-box .cm-img-col img {
    max-width: 330px;
  }
}
@container (max-width: 700px) and (max-width: 500px) {
  #custommerce-rc .cm-icons-box .cm-img-col img {
    max-width: 300px;
  }
}
@container (max-width: 400px) {
  #custommerce-rc .cm-subtitle {
    margin-bottom: 1.5em;
  }
}
#custommerce-rc .cm-icons-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  max-width: 1040px;
  margin: 0 auto;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
#custommerce-rc .cm-icons-box-2 .cm-img-col {
  -webkit-box-flex: 40%;
      -ms-flex: 40% 1 0px;
          flex: 40% 1 0;
  text-align: center;
  padding: 7.5% 0;
}
@container (max-width: 800px) {
  #custommerce-rc .cm-icons-box-2 .cm-img-col img {
    max-width: 260px;
  }
}
#custommerce-rc .cm-icons-box-2 .cm-img-col .cm-text {
  font-weight: 500;
  font-size: 14px;
}
#custommerce-rc .cm-icons-box-2 .cm-left-col {
  -webkit-box-flex: 30%;
      -ms-flex: 30% 0 1;
          flex: 30% 0 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item .cm-image {
  max-width: 228px;
  width: 100%;
}
@container (max-width: 1000px) {
  #custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item .cm-image {
    width: 80%;
  }
}
#custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item .cm-image:first-child {
  -webkit-transform: translate(50%, 40%);
          transform: translate(50%, 40%);
}
#custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item .cm-image:nth-child(2) {
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
}
#custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item .cm-text {
  text-align: left;
  margin: 8px 0;
  font-size: 1.25em;
  font-weight: 700;
  max-width: 220px;
  padding-left: 2em;
}
#custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item .cm-text hr {
  display: none;
}
@container (max-width: 900px) {
  #custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item .cm-text {
    padding-left: 1em;
    margin: 8px 0;
  }
}
#custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item .cm-text sup {
  font-size: 14px;
}
#custommerce-rc .cm-icons-box-2 .cm-right-col {
  -webkit-box-flex: 30%;
      -ms-flex: 30% 0 1;
          flex: 30% 0 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item .cm-image {
  max-width: 254px;
  width: 100%;
}
@container (max-width: 1000px) {
  #custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item .cm-image {
    width: 80%;
  }
}
#custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item:first-child .cm-image {
  -webkit-transform: translate(-45%, 30%);
          transform: translate(-45%, 30%);
}
#custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item:nth-child(2) .cm-image {
  max-width: 120px;
  -webkit-transform: translate(-150%, -150%);
          transform: translate(-150%, -150%);
}
@container (max-width: 1000px) {
  #custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item:nth-child(2) .cm-image {
    width: 38%;
  }
}
#custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item:nth-child(3) .cm-image {
  -webkit-transform: translate(-45%, -20%);
          transform: translate(-45%, -20%);
}
#custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item .cm-text {
  text-align: right;
  margin: 0 auto;
  font-size: 1.25em;
  font-weight: 700;
  max-width: 270px;
  padding-right: 2em;
}
#custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item .cm-text hr {
  display: none;
}
@container (max-width: 900px) {
  #custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item .cm-text {
    padding-right: 1em;
  }
}
#custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item .cm-text sup {
  font-size: 14px;
}
@container (max-width: 700px) {
  #custommerce-rc {
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    padding-bottom: 2em;
  }
  #custommerce-rc .cm-icons-box-2 {
    -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;
    row-gap: 1.5em;
    margin: 3em 0;
  }
}
@container (max-width: 700px) and (max-width: 400px) {
  #custommerce-rc .cm-icons-box-2 {
    row-gap: 1em;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .cm-icons-box-2 .cm-left-col {
    max-width: 320px;
    padding: 0 1em;
    row-gap: 1em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: none !important;
            transform: none !important;
  }
  #custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item .cm-text {
    padding-left: 0;
    font-size: 1.25em;
    text-align: center;
    max-width: 400px;
  }
  #custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item .cm-text sup {
    font-size: 12px;
  }
  #custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item .cm-text hr {
    display: block;
    border: 2px solid #f07d0f;
    max-width: 185px;
    width: 100%;
    margin: 4px auto 4px auto;
  }
  #custommerce-rc .cm-icons-box-2 .cm-left-col .cm-item .cm-image {
    display: none;
  }
  #custommerce-rc .cm-icons-box-2 .cm-right-col {
    max-width: 320px;
    row-gap: 1em;
    padding: 0 1em 2em 1em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@container (max-width: 700px) and (max-width: 400px) {
  #custommerce-rc .cm-icons-box-2 .cm-right-col {
    padding: 0 1em 1em 1em;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-item-align: center;
        align-self: center;
  }
  #custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item .cm-text {
    padding-right: 0;
    font-size: 1.25em;
    text-align: center;
    max-width: 400px;
    margin: 8px 0;
  }
  #custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item .cm-text sup {
    font-size: 12px;
  }
  #custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item .cm-text hr {
    display: block;
    border: 2px solid #f07d0f;
    max-width: 185px;
    width: 100%;
    margin: 4px auto 4px auto;
  }
  #custommerce-rc .cm-icons-box-2 .cm-right-col .cm-item .cm-image {
    display: none;
  }
  #custommerce-rc .cm-icons-box-2 .cm-img-col {
    padding: 2em 0;
  }
  #custommerce-rc .cm-icons-box-2 .cm-img-col img {
    max-width: 100%;
  }
}
@container (max-width: 700px) and (max-width: 400px) {
  #custommerce-rc .cm-icons-box-2 .cm-img-col img {
    max-width: 270px;
  }
}
@container (max-width: 400px) {
  #custommerce-rc .cm-subtitle {
    margin-bottom: 1.5em;
  }
}
#custommerce-rc .cm-icons-box-3 {
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@container (max-width: 500px) {
  #custommerce-rc .cm-icons-box-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 2em;
  }
}
#custommerce-rc .cm-icons-box-3 .cm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
}
@container (max-width: 500px) {
  #custommerce-rc .cm-icons-box-3 .cm-item {
    width: 100%;
  }
}
#custommerce-rc .cm-icons-box-3 .cm-item .cm-image {
  max-width: 40%;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-icons-box-3 .cm-item .cm-image {
    max-width: 80px;
  }
}
#custommerce-rc .cm-icons-box-3 .cm-item .cm-text {
  text-align: center;
  margin: 16px auto 8px auto;
  font-weight: 700;
  font-size: 1.5em;
  max-width: 270px;
  color: #0f1a64;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-icons-box-3 .cm-item .cm-text {
    font-size: 1.375em;
  }
}
#custommerce-rc .cm-icons-box-3 .cm-item .cm-text-2 {
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  font-size: 1.375em;
  max-width: 270px;
  color: #0f1a64;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-icons-box-3 .cm-item .cm-text-2 {
    font-size: 1.25em;
  }
}
#custommerce-rc .cm-recommendation {
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5em auto 4em auto;
  padding: 0 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-recommendation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 3em;
  }
}
@container (max-width: 400px) {
  #custommerce-rc .cm-recommendation {
    row-gap: 2em;
    margin: 4em auto 4em auto;
  }
}
#custommerce-rc .cm-recommendation .cm-single-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 33%;
  padding: 0 0.5em;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-recommendation .cm-single-one {
    max-width: 45%;
  }
}
@container (max-width: 500px) {
  #custommerce-rc .cm-recommendation .cm-single-one {
    max-width: 90%;
  }
}
#custommerce-rc .cm-recommendation .cm-single-one .cm-point {
  max-width: 100%;
}
#custommerce-rc .cm-recommendation .cm-single-one .cm-text {
  padding-left: 0.75em;
  font-size: 1.375em;
  color: #0f1a64;
}
@container (max-width: 800px) {
  #custommerce-rc .cm-recommendation .cm-single-one .cm-text {
    padding-left: 0.5em;
    font-size: 1.25em;
  }
}
#custommerce-rc .cm-recommendation .cm-single-one .cm-text sup {
  font-size: 16px;
}
@container (max-width: 400px) {
  #custommerce-rc .cm-recommendation .cm-single-one .cm-text sup {
    font-size: 14px;
  }
}
#custommerce-rc .cm-p {
  max-width: 1040px;
  margin: 2em auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.33;
  color: #0f1a64;
  font-weight: 400;
}
#custommerce-rc .cm-p p {
  padding: 0 1.25em;
}
#custommerce-rc .cm-last-section {
  max-width: 1040px;
  margin: 0 auto 0 auto;
  width: 100%;
}
@container (max-width: 800px) {
  #custommerce-rc .cm-last-section {
    margin-top: 1.5em;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .cm-last-section {
    margin-top: 2em;
  }
}
@container (max-width: 400px) {
  #custommerce-rc .cm-last-section {
    margin-top: 1em;
  }
}
#custommerce-rc .cm-last-section .cm-main-image {
  border-radius: 16px;
  max-width: 100%;
  padding: 0 1.25em;
}
@container (max-width: 800px) {
  #custommerce-rc .cm-last-section .cm-main-image {
    margin-bottom: 3em;
  }
}
#custommerce-rc .cm-last-section .cm-main-image img {
  width: 100%;
}
#custommerce-rc .cm-last-section .cm-other-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-last-section .cm-other-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#custommerce-rc .cm-last-section .cm-other-products .cm-single-product {
  background: #ffffff 0% 0% no-repeat padding-box;
  max-width: 430px;
  margin: 0 20px 0 20px;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-last-section .cm-other-products .cm-single-product {
    margin: 2em auto 0 auto;
  }
}
#custommerce-rc .cm-last-section .cm-other-products .cm-single-product.cm-frame {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
}
@container (max-width: 400px) {
  #custommerce-rc .cm-last-section .cm-other-products .cm-single-product.cm-frame {
    margin: 1em 1.25em 2em 1.25em;
  }
}
@container (max-width: 500px) {
  #custommerce-rc .cm-last-section .cm-other-products .cm-single-product {
    max-width: 320px;
    margin: 1em auto 1em auto;
    padding: 0 1.25em;
  }
}
@container (max-width: 400px) {
  #custommerce-rc .cm-last-section .cm-other-products .cm-single-product {
    max-width: 300px;
    margin: 0 1.25em 2em 1.25em;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
#custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-image {
  max-width: 360px;
  padding: 1.25em;
  margin: 0 auto;
}
@container (max-width: 400px) {
  #custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-image {
    padding: 0;
  }
}
#custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-image img {
  width: 100%;
}
#custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-title {
  font-size: 1.875em;
  font-weight: 700;
  text-align: left;
  margin: 0 auto;
  color: #212d6a;
  padding-left: 25px;
}
@container (max-width: 800px) {
  #custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-title {
    font-size: 1.75em;
    padding-left: 20px;
  }
}
@container (max-width: 500px) {
  #custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-title {
    padding-left: 7px;
  }
}
@container (max-width: 400px) {
  #custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-title {
    padding: 1em 0 0 7px;
  }
}
#custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-desc {
  margin: 1.5em auto 0 auto;
  color: #212d6a;
  font-size: 1.25em;
  max-width: 350px;
  line-height: 1.25;
  text-align: left;
  padding: 0 1.25em 0.5em 1.25em;
}
@container (max-width: 800px) {
  #custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-desc {
    font-size: 1.125em;
  }
}
@container (max-width: 500px) {
  #custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-desc {
    padding: 0 0.5em 0.5em 0.5em;
  }
}
#custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-desc strong {
  font-size: 18px;
}
@container (max-width: 800px) {
  #custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-desc strong {
    font-size: 16px;
  }
}
#custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-desc .cm-ul {
  padding-left: 1.25em;
  font-size: 18px;
  margin-top: 0;
}
@container (max-width: 800px) {
  #custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-desc .cm-ul {
    font-size: 16px;
  }
}
#custommerce-rc .cm-last-section .cm-other-products .cm-single-product .cm-single-desc .cm-ul .cm-li::marker {
  color: #ff9e00;
}
#custommerce-rc .cm-last-section .cm-last-text {
  font-size: 14px;
  line-height: 16px;
  margin-top: 6em;
  color: #0f1a64;
  font-weight: 400;
  padding: 0 1.25em;
}
#custommerce-rc .cm-last-section .cm-last-text p {
  margin: 0.5em 0;
}
#custommerce-rc .cm-last-section .cm-last-text div {
  line-height: 18px;
}
#custommerce-rc .cm-last-section .cm-last-text sup {
  font-size: 12px;
}
@container (max-width: 600px) {
  #custommerce-rc .cm-last-section .cm-last-text {
    margin-top: 3em;
  }
}
@container (max-width: 400px) {
  #custommerce-rc .cm-last-section .cm-last-text {
    margin-top: 0;
  }
}
#custommerce-rc .cm-last-section .cm-last-text .cm-space-2 {
  margin: 16px 0 0 0;
  line-height: 18px;
}
#custommerce-rc .cm-last-section .cm-last-text .cm-space-2 strong {
  font-weight: 700;
}
#custommerce-rc .cm-last-section .cm-before {
  margin-top: 2em;
  background: #0f1a64;
  color: #fff;
}
#custommerce-rc .cm-last-section .cm-before .cm-before-1 {
  font-size: 1.125em;
  line-height: 2.2;
  padding: 1em 1.25em 0 1.25em;
  text-align: center;
}
@container (max-width: 500px) {
  #custommerce-rc .cm-last-section .cm-before .cm-before-1 {
    font-size: 1em;
    padding: 1em 1em 0 1em;
  }
}
#custommerce-rc .cm-last-section .cm-before .cm-before-2 {
  font-size: 1.75em;
  line-height: 1.4;
  padding: 0 1.25em 1em 1.25em;
  text-align: center;
}
@container (max-width: 500px) {
  #custommerce-rc .cm-last-section .cm-before .cm-before-2 {
    font-size: 1.25em;
    padding: 0 1em 1em 1em;
  }
}
#custommerce-rc .cm-container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  background-size: 100% auto;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-container {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom 50% center;
  }
}
#custommerce-rc .cm-container-2 {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  background: transparent linear-gradient(89deg, #e5a623 0%, #df6f25 100%) 0% 0% no-repeat padding-box;
}
#custommerce-rc .cm-container-2 .cm-p {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 0 1em 0;
  font-size: 14px;
  line-height: 1.33;
  color: #0f1a64;
  font-weight: 400;
}
#custommerce-rc .cm-container-2 .cm-p p {
  padding: 0 1.25em;
}
#custommerce-rc .cm-container-3 {
  max-width: 1040px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: transparent linear-gradient(89deg, #e5a623 0%, #df6f25 100%) 0% 0% no-repeat padding-box;
  background-position: top center;
}
#custommerce-rc .cm-container-3 .cm-desc {
  margin: 32px auto;
  font-family: "Barlow", sans-serif;
  font-size: 1.375em;
  max-width: 500px;
  padding: 0 1em;
  color: #0f1a64;
}
@container (max-width: 900px) {
  #custommerce-rc .cm-container-3 {
    background-position: top 50% center;
  }
}
#custommerce-rc .cm-title {
  text-transform: uppercase;
  max-width: 1040px;
  text-align: center;
  margin: 32px auto 0 auto;
  padding: 0 0.25em;
  font-size: 3.75em;
  color: #0f1a64;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #0f1a64;
}
@container (max-width: 400px) {
  #custommerce-rc .cm-title {
    font-size: 3em;
  }
}
#custommerce-rc .cm-title.cm-second {
  margin: 54px auto 0 auto;
  padding-bottom: 1em;
  padding: 0 1em 1em 1em;
}
#custommerce-rc .cm-title span {
  font-size: 48px;
}
@container (max-width: 400px) {
  #custommerce-rc .cm-title span {
    font-size: 38px;
  }
}
#custommerce-rc .cm-title span sup {
  font-size: 28px;
}
@container (max-width: 400px) {
  #custommerce-rc .cm-title span sup {
    font-size: 20px;
  }
}
#custommerce-rc .cm-title sup {
  font-size: 28px;
}
@container (max-width: 400px) {
  #custommerce-rc .cm-title sup {
    font-size: 20px;
  }
}
#custommerce-rc .cm-title hr {
  border: 2px solid #f07d0f;
  max-width: 185px;
  width: 100%;
  margin: 8px auto 8px auto;
}
#custommerce-rc .cm-title-2 {
  max-width: 1040px;
  text-align: center;
  margin: 0 auto;
  font-size: 4em;
  padding: 0 0.25em;
  color: #0f1a64;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
@container (max-width: 400px) {
  #custommerce-rc .cm-title-2 {
    font-size: 3.25em;
  }
}
#custommerce-rc .cm-title-2.cm-second {
  padding: 16px 0.25em 0 0.25em;
}
#custommerce-rc .cm-title-2 span {
  font-size: 36px;
  font-weight: 400;
}
@container (max-width: 400px) {
  #custommerce-rc .cm-title-2 span {
    font-size: 24px;
  }
}
#custommerce-rc .cm-title-2 hr {
  border: 2px solid #f07d0f;
  max-width: 185px;
  width: 100%;
  margin: 8px auto 8px auto;
}
#custommerce-rc .cm-adnotation {
  max-width: 1040px;
  margin: auto;
}
#custommerce-rc .cm-adnotation p {
  font-size: 1em;
  color: #0f1a64;
  line-height: 1.6;
  padding-left: 1em;
  padding-right: 1em;
}
#custommerce-rc .cm-flex {
  width: 100%;
  max-width: 1170px;
  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;
}
@container (max-width: 1200px) {
  #custommerce-rc .cm-flex {
    padding: 1em;
  }
}
@container (max-width: 600px) {
  #custommerce-rc .cm-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#custommerce-rc .cm-flex div {
  font-size: 1em;
}
@container (max-width: 600px) {
  #custommerce-rc .cm-flex div {
    width: 100%;
  }
}
#custommerce-rc .cm-flex p {
  color: #1f305f;
  margin: 0.5em 0;
}
#custommerce-rc .pc-bottom-reference {
  max-width: 1170px;
  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;
  font-family: "Barlow", sans-serif;
  padding: 2em;
}
@container (max-width: 700px) {
  #custommerce-rc .pc-bottom-reference {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em;
  }
}
#custommerce-rc .pc-bottom-reference .pc-quote {
  position: absolute;
  z-index: 0;
}
#custommerce-rc .pc-bottom-reference .pc-quote img {
  max-width: 100px;
}
@container (max-width: 900px) {
  #custommerce-rc .pc-bottom-reference .pc-quote img {
    max-width: 50px;
    margin-left: 1em;
  }
}
@container (max-width: 800px) {
  #custommerce-rc .pc-bottom-reference .pc-quote img {
    margin-left: -2em;
  }
}
#custommerce-rc .pc-bottom-reference p {
  font-size: 1.2em;
  position: relative;
  z-index: 1;
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin: 1em 0;
  color: #4b555f;
}
@container (max-width: 800px) {
  #custommerce-rc .pc-bottom-reference p {
    padding-left: 0em;
    padding-right: 0em;
    font-size: 1em;
  }
}
#custommerce-rc .pc-bottom-reference .pc-bottom-left {
  font-size: 1em;
  width: 80%;
}
@container (max-width: 800px) {
  #custommerce-rc .pc-bottom-reference .pc-bottom-left {
    padding: 0 2em;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .pc-bottom-reference .pc-bottom-left {
    margin: auto;
  }
}
#custommerce-rc .pc-bottom-reference .pc-bottom-right {
  font-size: 1em;
  width: 80%;
}
@container (max-width: 800px) {
  #custommerce-rc .pc-bottom-reference .pc-bottom-right {
    padding: 0 2em;
  }
}
@container (max-width: 700px) {
  #custommerce-rc .pc-bottom-reference .pc-bottom-right {
    margin: auto;
  }
}
#custommerce-rc .pc-bottom-reference .pc-stars {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@container (max-width: 800px) {
  #custommerce-rc .pc-bottom-reference .pc-stars {
    margin-bottom: 2em;
  }
}
#custommerce-rc .pc-bottom-reference .pc-stars img {
  margin-left: 2.8em;
  z-index: 1;
}
@container (max-width: 900px) {
  #custommerce-rc .pc-bottom-reference .pc-stars img {
    max-width: 150px;
  }
}
@container (max-width: 800px) {
  #custommerce-rc .pc-bottom-reference .pc-stars img {
    margin-left: 0em;
  }
}
#custommerce-rc .pc-bottom-reference .pc-stars span {
  font-size: 1.2em;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  padding-right: 1em;
  color: #4b555f;
}
@container (max-width: 900px) {
  #custommerce-rc .pc-bottom-reference .pc-stars span {
    font-size: 1.2em;
  }
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items input[type=radio],
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items input[type=checkbox] {
  display: none;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-items-row {
  padding: 0;
  max-width: 1170px;
  width: 100%;
  margin: auto;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@container (max-width: 1200px) {
  #custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-items-row {
    max-width: 100%;
    margin-left: 1em;
    margin-right: 1em;
    width: auto;
  }
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
  margin: 0;
  border-bottom: 1px solid #e2e2e2;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item:last-child {
  border-bottom: none;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon {
  padding: 0.75em 0;
}
#custommerce-rc .cm-faq .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 .cm-faq .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 .cm-faq .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 .cm-faq .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 .cm-faq .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 .cm-faq .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 .cm-faq .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 .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container {
  position: relative;
  border-bottom: solid 1px #e2e2e2;
  padding: 1em 2.5em;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
  padding-right: 5em;
  font-weight: 800;
}
@container (max-width: 700px) {
  #custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
    padding-right: 4em;
  }
}
#custommerce-rc .cm-faq .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: #0f1a64;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  font-weight: 800;
}
#custommerce-rc .cm-faq .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 .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover .pc-faq-plus {
  opacity: 1;
  font-weight: 700;
  padding: 1em 2.5em;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #0f1a64;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label img {
  width: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: none;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label .pc-faq-plus {
  position: absolute;
  right: 0;
  top: 0;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content {
  display: none;
  -webkit-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s;
  padding: 1em 2.5em;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content p {
  margin: 0px 0 1em;
  padding: 0px;
  font-size: 1em;
  letter-spacing: 0.16px;
  color: #0f1a64;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content ul {
  margin: 0 0 1em;
  font-size: 1em;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus {
  display: block;
  width: 26px;
  height: 26px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
  padding: 0.8em 2.5em;
}
@container (max-width: 900px) {
  #custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus {
    width: 26px;
    height: 26px;
  }
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus::before {
  display: block;
  width: 2px;
  height: 26px;
  content: "";
  background: #0f1a64;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@container (max-width: 900px) {
  #custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus::before {
    width: 2px;
    height: 26px;
    margin-left: -1px;
  }
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus::after {
  display: block;
  width: 26px;
  height: 2px;
  content: "";
  background: #0f1a64;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
@container (max-width: 900px) {
  #custommerce-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus::after {
    width: 26px;
    height: 2px;
    margin-top: -1px;
  }
}
#custommerce-rc .cm-faq .pc-p7 .pc-h4 {
  font-size: 1.25em;
  text-align: left;
  font-weight: 400;
}
@container (max-width: 400px) {
  #custommerce-rc .cm-faq .pc-p7 .pc-h4 {
    font-size: 1em;
  }
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#custommerce-rc .cm-faq .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 .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after {
  background-color: #0f1a64;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label {
  color: #0f1a64;
  font-weight: bold;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-content {
  display: block;
}
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#custommerce-rc .cm-faq .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 .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after {
  background-color: #0f1a64;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label {
  color: #0f1a64;
  font-weight: bold;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-content {
  display: block;
}
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#custommerce-rc .cm-faq .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 .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after {
  background-color: #0f1a64;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label {
  color: #0f1a64;
  font-weight: bold;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-content {
  display: block;
}
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#custommerce-rc .cm-faq .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 .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after {
  background-color: #0f1a64;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label {
  color: #0f1a64;
  font-weight: bold;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-content {
  display: block;
}
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#custommerce-rc .cm-faq .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 .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after {
  background-color: #0f1a64;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label {
  color: #0f1a64;
  font-weight: bold;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-content {
  display: block;
}
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#custommerce-rc .cm-faq .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 .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after {
  background-color: #0f1a64;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label {
  color: #0f1a64;
  font-weight: bold;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-content {
  display: block;
}
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#custommerce-rc .cm-faq .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 .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::after {
  background-color: #0f1a64;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label {
  color: #0f1a64;
  font-weight: bold;
}
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-content,
#custommerce-rc .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-content {
  display: block;
}
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before,
#custommerce-rc .cm-faq .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-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#custommerce-rc .cm-bottom-section {
  max-width: 1170px;
  margin: 0 auto;
  font-size: 1.75em;
  color: #fff;
  padding: 1em 2.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@container (max-width: 600px) {
  #custommerce-rc .cm-bottom-section {
    padding: 1em 1em;
    font-size: 1.25em;
  }
}
@container (max-width: 500px) {
  #custommerce-rc .cm-bottom-section {
    font-size: 1.5em;
  }
}
#custommerce-rc .cm-orange-footer {
  background: #0f1a64;
  color: #fff;
  background: transparent linear-gradient(89deg, #e5a623 0%, #df6f25 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#custommerce-rc .cm-orange-footer .cm-text {
  font-size: 1.75em;
  padding: 1em 1.25em 1em 1.25em;
  text-align: center;
  font-weight: 700;
  max-width: 550px;
}
@container (max-width: 500px) {
  #custommerce-rc .cm-orange-footer .cm-text {
    font-size: 1.25em;
    padding: 1em 1em 1em 1em;
  }
}
#custommerce-rc .cm-footer-cust {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
#custommerce-rc .cm-footer-cust div {
  background: #1f305f;
  text-align: center;
  padding: 1.25em 0;
}
#custommerce-rc .cm-footer-cust div img {
  max-width: 178px;
}