@charset "UTF-8";
/** @format */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,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 */
#cm-polpharma-product {
  font-size: 16px;
  font-family: "Lato", 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;
  /** @format */
  /* FAQ */
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product {
    font-size: 14px;
  }
}
#cm-polpharma-product.cm-width-800,
#cm-polpharma-product .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}
#cm-polpharma-product .pc-margin-top-xxs {
  padding-top: 1em;
}
#cm-polpharma-product .pc-margin-bottom-xxs {
  padding-bottom: 1em;
}
#cm-polpharma-product .pc-margin-top-xs {
  padding-top: 1.5em;
}
#cm-polpharma-product .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}
#cm-polpharma-product .pc-margin-top-s {
  padding-top: 3em;
}
#cm-polpharma-product .pc-margin-bottom-s {
  padding-bottom: 3em;
}
#cm-polpharma-product .pc-margin-top-m {
  padding-top: 4em;
}
#cm-polpharma-product .pc-margin-bottom-m {
  padding-bottom: 4em;
}
#cm-polpharma-product .pc-margin-top-l {
  padding-top: 6em;
}
#cm-polpharma-product .pc-margin-bottom-l {
  padding-bottom: 6em;
}
#cm-polpharma-product .pc-margin-top-xl {
  padding-top: 8em;
}
#cm-polpharma-product .pc-margin-bottom-xl {
  padding-bottom: 8em;
}
#cm-polpharma-product .pc-margin-top-xxl {
  padding-top: 10em;
}
#cm-polpharma-product .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .pc-margin-top-xxs {
    padding-top: 1em;
  }
  #cm-polpharma-product .pc-margin-bottom-xxs {
    padding-bottom: 1em;
  }
  #cm-polpharma-product .pc-margin-top-xs {
    padding-top: 1em;
  }
  #cm-polpharma-product .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #cm-polpharma-product .pc-margin-top-s {
    padding-top: 2em;
  }
  #cm-polpharma-product .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #cm-polpharma-product .pc-margin-top-m {
    padding-top: 3em;
  }
  #cm-polpharma-product .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #cm-polpharma-product .pc-margin-top-l {
    padding-top: 4em;
  }
  #cm-polpharma-product .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #cm-polpharma-product .pc-margin-top-xl {
    padding-top: 5em;
  }
  #cm-polpharma-product .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #cm-polpharma-product .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #cm-polpharma-product .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}
#cm-polpharma-product .pc-margin-top-deca {
  margin-top: 0.5em;
}
#cm-polpharma-product .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}
#cm-polpharma-product .pc-margin-top-hecto {
  margin-top: 1em;
}
#cm-polpharma-product .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}
#cm-polpharma-product .pc-margin-top-kilo {
  margin-top: 1.25em;
}
#cm-polpharma-product .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}
#cm-polpharma-product .pc-margin-top-mega {
  margin-top: 1.5em;
}
#cm-polpharma-product .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}
#cm-polpharma-product .pc-margin-top-giga {
  margin-top: 2em;
}
#cm-polpharma-product .pc-margin-bottom-giga {
  margin-bottom: 2em;
}
#cm-polpharma-product .pc-margin-top-tera {
  margin-top: 2.5em;
}
#cm-polpharma-product .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}
#cm-polpharma-product .pc-clear {
  clear: both;
}
#cm-polpharma-product .m-st-1:after {
  content: "";
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #d9caaf;
}
#cm-polpharma-product .m-st-2 {
  border-bottom: 4px solid #d9caaf;
  border-top: 2px solid #d9caaf;
}
#cm-polpharma-product .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;
}
#cm-polpharma-product .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;
}
#cm-polpharma-product .cm-top-logo img {
  padding-left: 0em;
  max-width: 176px;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}
@media only screen and (max-width: 1040px) {
  #cm-polpharma-product .cm-top-logo img {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-top-logo img {
    padding-left: 0em;
    margin: 0 auto;
  }
}
#cm-polpharma-product .cm-header-section {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section {
    border-radius: 0;
  }
}
#cm-polpharma-product .cm-header-section .cm-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-header-section .cm-header {
    background-position: top 0 left 100px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header {
    background-position: top 0 left 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#feb96b)) !important;
    background-image: linear-gradient(#fff, #feb96b) !important;
    padding: 0 1.25em;
  }
}
#cm-polpharma-product .cm-header-section .cm-header .cm-header-product {
  z-index: 2;
  position: absolute;
  right: 1em;
  top: 10.5em;
  width: 50%;
  max-width: 520px;
}
#cm-polpharma-product .cm-header-section .cm-header .cm-header-product img {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-header-product {
    top: 10.5em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-header-product {
    position: relative;
    max-width: 520px;
    width: 100%;
    margin: 3em auto 0 auto;
    padding-bottom: 2em;
    top: 0;
    right: 0;
  }
}
#cm-polpharma-product .cm-header-section .cm-header .cm-logo-header {
  padding-top: 2.5em;
  height: 28px;
  margin-bottom: 3em;
  display: block;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-logo-header {
    padding-top: 2em;
  }
}
#cm-polpharma-product .cm-header-section .cm-header .cm-text-section {
  padding-top: 4.8em;
  margin-left: 2em;
  max-width: 272px;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section {
    margin: 0 auto;
    padding-top: 3em;
  }
}
#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-logo {
  max-width: 272px;
  margin-bottom: 4em;
}
#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-logo img {
  width: 100%;
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-logo {
    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text {
  text-align: left;
  color: #000;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text {
    text-align: center;
  }
}
#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-1 {
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.1;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-1 {
    margin: 0.5em auto;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-1 {
    font-size: 1.5em;
  }
}
#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-2 {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.3;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-2 {
    margin: 0.5em auto;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-2 {
    font-size: 1.5em;
  }
}
#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-3 {
  font-size: 1.25em;
  margin-top: 1.15em;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 300px;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-3 {
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-3 {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-3 {
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 750px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-3 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-3 {
    padding-bottom: 0px;
  }
}
#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-3 .cm-ng-4 {
  text-transform: none;
  font-weight: 700;
}
#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-1-small {
  max-width: 260px;
  margin-top: 1.8em;
}
#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-1-small img {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-1-small {
    margin: 0 auto;
  }
}
#cm-polpharma-product .cm-icons-section {
  color: #272d3d;
  max-width: 1040px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 16px;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-icons-section {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 2em;
  }
}
#cm-polpharma-product .cm-icons-section .cm-icons-logo {
  max-width: 174px;
  margin: 0 auto;
  padding: 0 1.25em;
}
#cm-polpharma-product .cm-icons-section .cm-icons-logo img {
  width: 100%;
}
#cm-polpharma-product .cm-icons-section .cm-two-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-icons-section .cm-two-icons {
    margin: 3em auto 2em auto;
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-icons-section .cm-two-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
#cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  margin: 0 2em;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 400px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 1em 2em 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon .cm-icon-image {
  width: 96px;
}
#cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon .cm-icon-image img {
  width: 100%;
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon .cm-icon-image {
    width: 80px;
  }
}
#cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon .cm-icon-desc {
  font-size: 1.125em;
  line-height: 1.4;
  margin-top: 1.5em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon .cm-icon-desc {
    max-width: 250px;
    width: 100%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding: 0 0 0 1em;
    text-align: left;
    margin-top: 0;
  }
}
#cm-polpharma-product .cm-icons-section .cm-icons-logo-2 {
  max-width: 188px;
  margin: 1.125em auto 0 auto;
  padding: 0 1.25em;
}
#cm-polpharma-product .cm-icons-section .cm-icons-logo-2 img {
  width: 100%;
}
#cm-polpharma-product .cm-icons-section .cm-icons-header {
  padding: 1em;
  text-align: center;
  border-radius: 16px;
  color: #fff;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#F48300), to(#E75200));
  background: linear-gradient(#F48300, #E75200);
  margin-bottom: 6em;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-icons-section .cm-icons-header {
    margin-bottom: 5em;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-icons-section .cm-icons-header {
    margin-bottom: 2em;
  }
}
#cm-polpharma-product .cm-icons-section .cm-icons-header .cm-header-text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 2.5em;
  line-height: 1.3;
  padding: 0.8em 0;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-icons-section .cm-icons-header .cm-header-text {
    font-size: 2em;
    padding: 1em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-icons-section .cm-icons-header .cm-header-text {
    font-size: 1.75em;
  }
}
#cm-polpharma-product .cm-serp-section {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section {
    padding-top: 1.5em;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp-header {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.3;
  padding-top: 2em;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp-header {
    margin: 0 auto;
    text-align: center;
    padding: 1em 1.25em 0 1.25em;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp-white-header {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 1.3em;
}
#cm-polpharma-product .cm-serp-section .cm-serp-subheader {
  text-align: center;
  padding: 0 1.25em;
  font-size: 1.75em;
  line-height: 1.3;
  font-weight: 900;
  color: #fff;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp-subheader {
    margin-bottom: 1em;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    padding-bottom: 0;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 500px;
  background-size: cover;
  z-index: 2;
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img {
    max-width: 400px;
    padding: 0 2em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 500px;
    margin: 1em auto 1em auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img img {
    padding-bottom: 0;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img:hover .cm-img-1 {
  -webkit-animation: resize2 0.3s forwards alternate;
          animation: resize2 0.3s forwards alternate;
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img:hover .cm-img-2 {
  -webkit-animation: animation2 0.5s forwards alternate;
          animation: animation2 0.5s forwards alternate;
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img:hover .cm-img-3 {
  -webkit-animation: animation6 0.5s forwards alternate;
          animation: animation6 0.5s forwards alternate;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img:hover .cm-img-3 {
    -webkit-animation: none;
            animation: none;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img:hover .cm-kula {
  -webkit-animation: animation3 0.5s forwards alternate;
          animation: animation3 0.5s forwards alternate;
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img:hover .cm-lek {
  -webkit-animation: animation8 0.3s forwards alternate;
          animation: animation8 0.3s forwards alternate;
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-lek {
  z-index: 5;
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-kula {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  right: 0;
  -webkit-animation: animation5 0.5s forwards alternate;
          animation: animation5 0.5s forwards alternate;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-kula {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-lek {
  -webkit-animation: animation9 0.3s forwards alternate;
          animation: animation9 0.3s forwards alternate;
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background {
  position: relative;
  max-width: 440px;
  width: 100%;
  z-index: 5;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background {
    margin: 0 auto;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background .cm-img-1 {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation: resize1 0.3s forwards alternate;
          animation: resize1 0.3s forwards alternate;
  -webkit-transform-origin: 40% 43%;
          transform-origin: 40% 43%;
  width: 440px;
}
@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background .cm-img-1 {
    width: 400px;
  }
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background .cm-img-1 {
    width: 380px;
  }
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background .cm-img-1 {
    right: 0;
    left: auto;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background .cm-img-2 {
  z-index: 2;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-animation: animation4 0.5s forwards;
          animation: animation4 0.5s forwards;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background .cm-img-2 {
    opacity: 1;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background .cm-img-3 {
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-animation: animation7 0.5s forwards;
          animation: animation7 0.5s forwards;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background .cm-img-3 {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
}
@-webkit-keyframes resize2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0) rotate(-120deg);
            transform: scale(0) rotate(-120deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-120deg);
            transform: scale(1) rotate(-120deg);
  }
}
@keyframes resize2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0) rotate(-120deg);
            transform: scale(0) rotate(-120deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-120deg);
            transform: scale(1) rotate(-120deg);
  }
}
@-webkit-keyframes resize1 {
  0% {
    -webkit-transform: rotate(-120deg) scale(1);
            transform: rotate(-120deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-120deg) scale(0);
            transform: rotate(-120deg) scale(0);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@keyframes resize1 {
  0% {
    -webkit-transform: rotate(-120deg) scale(1);
            transform: rotate(-120deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-120deg) scale(0);
            transform: rotate(-120deg) scale(0);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animation2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes animation2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes animation3 {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes animation3 {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes animation4 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@keyframes animation4 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@-webkit-keyframes animation5 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@keyframes animation5 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@-webkit-keyframes animation6 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    x: 0;
  }
}
@keyframes animation6 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    x: 0;
  }
}
@-webkit-keyframes animation7 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes animation7 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes animation8 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes animation8 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes animation9 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes animation9 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background .cm-serp-small-img {
  max-width: 360px;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background .cm-serp-small-img {
    margin: 0 auto 1em auto;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-background .cm-serp-small-img img {
  width: 100%;
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  color: #fff;
  max-width: 500px;
  line-height: 1.5;
  font-size: 1.125em;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 1em auto 0 auto;
    text-align: center;
    padding-bottom: 2em;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-icon-list {
  width: 45px;
  margin-bottom: 1em;
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-icon-list img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-icon-list {
    margin: 0 auto 1em auto;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section ul {
  margin-right: 2em;
  padding-left: 0em;
  margin-top: 2em;
  list-style: none;
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section ul li::before {
  content: "•";
  color: #f48300;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section ul li {
  background: 0 6px no-repeat;
  line-height: 1.5;
  margin-bottom: 0.8em;
  text-align: left;
  font-size: 0.9em;
  padding-left: 1.5em;
}
@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section ul li {
    background: 0 4px no-repeat;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section ul li ul {
  margin: 0;
  padding: 0;
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section ul li ul li {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0.5em;
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-dropdown-list {
  max-width: 90%;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-dropdown-list {
    max-width: 100%;
    text-align: left;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-title {
  font-size: 1.125em;
  max-width: 410px;
  line-height: 1.3;
  margin-left: -3em;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-title {
    margin: 0 0 0 -2em;
    padding: 1em 1em;
    text-align: center;
  }
}
#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  color: #fff;
  margin-left: 2em;
}
#cm-polpharma-product .cm-serp-section .cm-list-item-desc {
  position: relative;
  max-width: 300px;
  font-size: 1.125em;
  line-height: 1.3;
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-list-item-desc {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 1.25em;
    justify-self: flex-start;
    text-align: center;
    max-width: 400px;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-serp-section .cm-list-item-desc {
    justify-self: flex-start;
    text-align: left;
    padding-right: 1em;
  }
}
#cm-polpharma-product .cm-serp-section .cm-list-item-desc .cm-list-item-number {
  position: absolute;
  width: 50px;
  border-right: solid 2px;
  font-size: 2.5em;
  font-weight: 900;
  top: 0;
  left: -1.5em;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-serp-section .cm-list-item-desc .cm-list-item-number {
    font-size: 2em;
    left: -2em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-serp-section .cm-list-item-desc .cm-list-item-number {
    font-size: 1em;
    width: 20px;
    left: -2em;
  }
}
#cm-polpharma-product .cm-serp-section details {
  margin-bottom: 1em;
}
#cm-polpharma-product .cm-serp-section details summary {
  list-style: none;
}
#cm-polpharma-product .cm-serp-section details .cm-dropdown-list-title {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  position: relative;
  max-width: 400px;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section details .cm-dropdown-list-title {
    max-width: none;
    padding-right: 1em;
  }
}
#cm-polpharma-product .cm-serp-section details .cm-dropdown-list-title .cm-arrow-down {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #fff;
}
#cm-polpharma-product .cm-serp-section details .cm-arrow-down {
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
#cm-polpharma-product .cm-serp-section .cm-negative-margin {
  margin-top: -1.8em;
}
#cm-polpharma-product .cm-serp-section details[open] .cm-arrow-down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
#cm-polpharma-product .cm-serp-section details[open] summary ~ * {
  -webkit-animation: sweep 1s ease-in-out;
          animation: sweep 1s ease-in-out;
}
@-webkit-keyframes sweep {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sweep {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#cm-polpharma-product .cm-serp-section details summary ~ * {
  -webkit-animation: sweep 1s ease-in-out;
          animation: sweep 1s ease-in-out;
}
#cm-polpharma-product .cm-serp-section .cm-list-item-desc-2 {
  padding-left: 4em;
  margin-top: -2.5em;
  padding-bottom: 1em;
  max-width: 300px;
  font-size: 1.125em;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-list-item-desc-2 {
    padding-left: 8em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-serp-section .cm-list-item-desc-2 {
    padding: 0em 1em 0 1em;
    margin-left: auto;
    margin-right: auto;
  }
}
#cm-polpharma-product .cm-serp-section .cm-desc-4 {
  margin-top: -1em;
  margin-bottom: 2em;
}
#cm-polpharma-product .cm-serp-section .cm-serp-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#cm-polpharma-product .cm-text-section-padding {
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-text-section-padding {
    padding: 0 1.25em;
  }
}
#cm-polpharma-product .cm-margin-text {
  padding-left: 5em;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-margin-text {
    padding-left: 5em;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-margin-text {
    padding-left: 2em;
    margin: 0 auto;
  }
}
#cm-polpharma-product .cm-bottom-margin {
  margin-bottom: 2em;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-bottom-margin {
    margin-bottom: 2em !important;
  }
}
#cm-polpharma-product .cm-left {
  margin-left: -3em;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-left {
    margin-left: -1em;
  }
}
#cm-polpharma-product .cm-serp-2 {
  margin-top: 4em;
  background-color: #0e9cd9;
  padding-bottom: 2em;
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-2 {
    margin-top: 1em;
    padding-top: 0;
    padding-bottom: 1em;
  }
}
#cm-polpharma-product .cm-color {
  background-color: #0e9cd9;
  border-radius: 16px;
  overflow: hidden;
}
#cm-polpharma-product .cm-align {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
#cm-polpharma-product .cm-gradient-serp {
  background: -webkit-gradient(linear, left top, left bottom, from(#f48300), to(#e75200));
  background: linear-gradient(#f48300, #e75200);
  border-radius: 16px;
}
#cm-polpharma-product .cm-text-small {
  max-width: 400px !important;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-img-desktop {
    display: none !important;
  }
}
#cm-polpharma-product .cm-serp-img-mobile {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-img-mobile {
    display: block !important;
  }
}
#cm-polpharma-product .cm-last-section {
  max-width: 1040px;
  margin: 3em auto 0 auto;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-last-section {
    margin-top: 1.5em;
  }
}
#cm-polpharma-product .cm-last-section .cm-last-header {
  font-size: 3em;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-top: 1em;
}
#cm-polpharma-product .cm-last-section .cm-last-header .cm-last-subheader {
  font-weight: 900;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-last-section .cm-last-header {
    padding: 0 0.5em;
    font-size: 2em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-last-section .cm-last-header {
    padding: 0 0.5em;
    font-size: 1.75em;
  }
}
#cm-polpharma-product .cm-last-section .cm-main-image {
  max-width: 1040px;
  margin-top: 3em;
}
@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-last-section .cm-main-image {
    padding: 0 1.25em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-last-section .cm-main-image {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-last-section .cm-main-image {
    display: none;
  }
}
#cm-polpharma-product .cm-last-section .cm-main-image img {
  width: 100%;
}
#cm-polpharma-product .cm-last-section .cm-main-image-mobile {
  display: none;
  max-width: 100%;
  margin-bottom: 3em;
  margin-top: 2em;
  padding: 0 1.25em;
}
@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-last-section .cm-main-image-mobile {
    display: block;
  }
}
#cm-polpharma-product .cm-last-section .cm-main-image-mobile img {
  width: 100%;
}
#cm-polpharma-product .cm-last-section .cm-last-text {
  font-size: 0.875em;
  line-height: 16px;
  margin-top: 5em;
  color: #4B555F;
  font-weight: 300;
  font-style: italic;
}
@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-last-section .cm-last-text {
    padding: 0 1.25em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-last-section .cm-last-text {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-last-section .cm-last-text {
    margin-top: 2em;
  }
}
#cm-polpharma-product .cm-last-section .cm-last-text .cm-space {
  height: 3em;
}
#cm-polpharma-product .cm-last-section .cm-last-text .cm-space-2 {
  height: 0.5em;
}
#cm-polpharma-product .cm-last-section .cm-before {
  margin-top: 5em;
  background: #F48300;
  color: #fff;
  padding: 2em;
  border-radius: 16px;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-last-section .cm-before {
    margin-top: 3em;
  }
}
#cm-polpharma-product .cm-last-section .cm-before .cm-before-1 {
  font-size: 1.75em;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-last-section .cm-before .cm-before-1 {
    font-size: 1.5em;
  }
}
#cm-polpharma-product .cm-extra-box {
  position: absolute;
  right: 0em;
  bottom: -10em;
  width: 50%;
  text-align: center;
  color: #272d3d;
  font-family: "Lato", Arial, sans-serif;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-extra-box {
    position: relative;
    bottom: 0em;
    margin-top: 2em;
    width: 100%;
  }
}
#cm-polpharma-product .cm-extra-box sup {
  vertical-align: top;
}
#cm-polpharma-product .cm-extra-box .cm-extra-title {
  font-size: 2em;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-extra-box .cm-extra-title {
    font-size: 1.5em;
  }
}
#cm-polpharma-product .cm-extra-box .cm-extra-title span {
  font-weight: 900;
}
#cm-polpharma-product .cm-extra-box .cm-extra-text {
  font-size: 1.25em;
}
@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-extra-box .cm-extra-text {
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-extra-box.cm-box-desc {
  display: block;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-extra-box.cm-box-desc {
    display: none;
  }
}
#cm-polpharma-product .cm-extra-box.cm-box-rwd {
  display: none;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-extra-box.cm-box-rwd {
    display: block;
    margin-bottom: 3em;
    margin-top: 0;
  }
}
#cm-polpharma-product .cm-icons {
  background-color: #F7F2F7;
  max-width: 920px;
  margin: auto;
}
#cm-polpharma-product .cm-icons .pc-b6-logo {
  max-width: 384px;
  margin: auto;
}
#cm-polpharma-product .cm-icons .pc-b6-logo img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-icons .pc-b6-logo {
    max-width: 300px;
  }
}
#cm-polpharma-product .cm-icons .pc-b6-c .pc-h2 {
  font-size: 1.25em;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.3;
}
#cm-polpharma-product .cm-icons .pc-b6-c .pc-h4 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1em;
  color: #272d3d;
  max-width: 620px;
  margin: 0 auto;
}
#cm-polpharma-product .pc-b6-a .pc-h2 {
  max-width: 540px;
  margin: 2em auto 3em auto;
  font-size: 1.75em;
  letter-spacing: 0px;
}
#cm-polpharma-product .cm-serp .pc-b6-a .pc-h2 {
  max-width: 620px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b6-a .pc-h2 {
    margin-bottom: 2em;
  }
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module {
  max-width: 1170px;
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text {
  padding-bottom: 4em;
  padding-top: 4em;
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container {
  max-width: 380px;
  margin: auto;
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  color: #272d3d;
  text-align: left;
  font-size: 1.75em;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-top {
    text-align: center;
  }
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-top span {
  font-size: 2.2875em;
  line-height: 1;
  font-weight: 900;
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-mid {
  color: #272d3d;
  text-align: left;
  font-size: 2em;
  font-weight: 900;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-mid {
    text-align: center;
  }
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-bottom {
  text-align: left;
  font-size: 1em;
  color: #272d3d;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-bottom {
    text-align: center;
  }
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .pc-description {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image {
  position: relative;
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image .pc-relative {
  position: relative;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image .pc-relative {
    text-align: center !important;
    margin-bottom: 1em;
  }
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image .pc-relative .cm-bg-anim {
  position: relative;
  z-index: 1;
  background-color: #EEE4EE;
  width: 100%;
  height: 100%;
  text-align: center;
  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;
  color: #272d3d;
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image .pc-relative .cm-bg-anim .pc-description {
  max-width: 380px;
  text-align: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image .pc-relative .cm-bg-anim .pc-description {
    max-width: 300px;
  }
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image .pc-relative .cm-bg-anim.anim {
  position: absolute;
  z-index: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 0;
  opacity: 0;
}
#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module:hover .pc-image .cm-bg-anim.anim {
  z-index: 3;
  opacity: 1;
}
#cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container {
  margin: auto;
}
#cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  color: #272d3d;
  text-align: right;
  font-size: 1.75em;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-top {
    text-align: center;
  }
}
#cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-top span {
  font-size: 2.2875em;
  line-height: 1;
  font-weight: 900;
}
#cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-mid {
  color: #272d3d;
  text-align: right;
  font-size: 2em;
  font-weight: 900;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-mid {
    text-align: center;
  }
}
#cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-bottom {
  text-align: left;
  font-size: 1em;
  color: #272d3d;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-bottom {
    text-align: center;
  }
}
#cm-polpharma-product .cm-serp .cm-bg-purpure {
  background-color: #EEE4EE;
}
#cm-polpharma-product .cm-adnotation {
  max-width: 1040px;
  margin: auto;
}
#cm-polpharma-product .cm-adnotation p {
  font-size: 1em;
  color: #272d3d;
  line-height: 1.6;
  padding-left: 1em;
  padding-right: 1em;
}
#cm-polpharma-product .p10-4 .pc-col .h4-cust {
  color: #272d3d;
  font-family: "Lato", Arial, sans-serif;
  text-align: center;
  line-height: 1.3;
  font-weight: 900;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .p10-4 .pc-col .h4-cust {
    text-align: left;
  }
}
#cm-polpharma-product .p10-4 .pc-col .h3-cust {
  font-size: 3em;
  margin-bottom: 10px;
}
#cm-polpharma-product .p10-4 .pc-col .h4-cust {
  font-size: 1.25em;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .p10-4 .pc-col .h4-cust {
    font-size: 1.125em;
  }
}
#cm-polpharma-product .pc-p10 .pc-block-module {
  max-width: 1170px;
}
#cm-polpharma-product .pc-p10 .pc-icon {
  height: 8.125em;
  width: auto;
  margin-bottom: 2em;
}
#cm-polpharma-product .pc-p10 .pc-icon img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .pc-p10 .pc-icon {
    height: 7em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .pc-p10 .pc-icon {
    width: 4em;
    height: 4em;
    margin-bottom: 0em;
    margin-right: 1em;
  }
}
#cm-polpharma-product .pc-p10.pc-hoverable .item .item-content {
  display: block;
  padding-top: 0;
}
#cm-polpharma-product .pc-p10.p10-4 .pc-col {
  width: 30%;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1229px) and (min-width: 801px) {
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media (max-width: 767px) and (min-width: 601px) {
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media (max-width: 600px) {
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #cm-polpharma-product .pc-p10.p10-4 .pc-col .pc-relative {
    width: calc(100% - 5em);
  }
  #cm-polpharma-product .pc-p10 .pc-flex {
    display: block;
  }
  #cm-polpharma-product .pc-p10 .pc-block-module .pc-relative {
    max-width: 300px;
    margin: auto;
  }
}
@media (max-width: 500px) {
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#cm-polpharma-product .cm-first {
  font-size: 2.5em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  color: #272d3d;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-first {
    font-size: 1.75em;
  }
}
#cm-polpharma-product .cm-secondary {
  font-size: 2.5em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 900;
  color: #272d3d;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-secondary {
    font-size: 1.75em;
  }
}
#cm-polpharma-product .cm-text-center {
  text-align: center;
}
#cm-polpharma-product .pc-m-none {
  margin: 0 !important;
}
#cm-polpharma-product .pc-mr-none {
  margin-right: 0 !important;
}
#cm-polpharma-product .pc-pl-none {
  padding-left: 0 !important;
}
#cm-polpharma-product .pc-pr-none {
  padding-right: 0 !important;
}
#cm-polpharma-product .pc-plr-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#cm-polpharma-product .cm-line {
  max-width: 1170px;
}
#cm-polpharma-product .cm-line img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-b11 .pc-block-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .pc-b11 .pc-block-module {
    display: block;
    margin: 0 auto;
  }
}
#cm-polpharma-product .pc-b11 .pc-block-module .pc-text .pc-name {
  line-height: 1.2;
}
#cm-polpharma-product .pc-b11 .pc-block-module .pc-text .pc-description {
  color: #272d3d;
  width: 80%;
  margin: 0 auto;
}
#cm-polpharma-product .pc-b11.pc-b11-b .pc-text {
  text-align: left;
}
#cm-polpharma-product .pc-b11.pc-b11-b .pc-text .pc-description {
  text-align: left;
  width: 100%;
}
#cm-polpharma-product .cm-how-it-works {
  max-width: 1170px;
  margin: auto;
  padding-top: 5em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-how-it-works {
    margin-top: -6em;
  }
}
#cm-polpharma-product .cm-how-it-works .pc-b11 .pc-block-module {
  max-width: 1170px;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11 .pc-block-module {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11 .pc-block-module {
    padding-top: 3em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11 .pc-block-module .pc-image {
    margin-left: 0;
  }
}
#cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module {
  margin-right: 0 !important;
}
#cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-text {
  padding-left: 2.25em;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-top: 0em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-top: 3em;
    text-align: center;
  }
}
#cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-text .pc-description {
  max-width: 510px;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-text .pc-description {
    text-align: center;
  }
}
#cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-image {
  max-width: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-image .pc-relative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-image img {
  width: 110%;
}
#cm-polpharma-product .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;
}
@media (max-width: 1200px) {
  #cm-polpharma-product .cm-flex {
    padding: 1em;
  }
}
@media (max-width: 600px) {
  #cm-polpharma-product .cm-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cm-polpharma-product .cm-flex div {
  font-size: 1em;
}
@media (max-width: 600px) {
  #cm-polpharma-product .cm-flex div {
    width: 100%;
  }
}
#cm-polpharma-product .cm-flex p {
  color: #1F305F;
  margin: 1em 0;
}
#cm-polpharma-product .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: "Lato", Arial, sans-serif;
  padding: 2em;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .pc-bottom-reference {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em;
  }
}
#cm-polpharma-product .pc-bottom-reference .pc-quote {
  position: absolute;
  z-index: 0;
}
#cm-polpharma-product .pc-bottom-reference .pc-quote img {
  max-width: 100px;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .pc-bottom-reference .pc-quote img {
    max-width: 50px;
    margin-left: 1em;
  }
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-bottom-reference .pc-quote img {
    margin-left: -2em;
  }
}
#cm-polpharma-product .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;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-bottom-reference p {
    padding-left: 0em;
    padding-right: 0em;
    font-size: 1em;
  }
}
#cm-polpharma-product .pc-bottom-reference .pc-bottom-left {
  font-size: 1em;
  width: 80%;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-bottom-reference .pc-bottom-left {
    padding: 0 2em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .pc-bottom-reference .pc-bottom-left {
    margin: auto;
  }
}
#cm-polpharma-product .pc-bottom-reference .pc-bottom-right {
  font-size: 1em;
  width: 80%;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-bottom-reference .pc-bottom-right {
    padding: 0 2em;
  }
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .pc-bottom-reference .pc-bottom-right {
    margin: auto;
  }
}
#cm-polpharma-product .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;
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-bottom-reference .pc-stars {
    margin-bottom: 2em;
  }
}
#cm-polpharma-product .pc-bottom-reference .pc-stars img {
  margin-left: 2.8em;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .pc-bottom-reference .pc-stars img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-bottom-reference .pc-stars img {
    margin-left: 0em;
  }
}
#cm-polpharma-product .pc-bottom-reference .pc-stars span {
  font-size: 1.2em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  padding-right: 1em;
  color: #4B555F;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .pc-bottom-reference .pc-stars span {
    font-size: 1.2em;
  }
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items input[type=radio],
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items input[type=checkbox] {
  display: none;
}
#cm-polpharma-product .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;
}
@media (max-width: 1200px) {
  #cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-items-row {
    max-width: 100%;
    margin-left: 1em;
    margin-right: 1em;
    width: auto;
  }
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
  margin: 0;
  border-bottom: 1px solid #E2E2E2;
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item:last-child {
  border-bottom: none;
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon {
  padding: 0.75em 0;
}
#cm-polpharma-product .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;
}
#cm-polpharma-product .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;
}
#cm-polpharma-product .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%;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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;
}
#cm-polpharma-product .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;
}
#cm-polpharma-product .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;
}
#cm-polpharma-product .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;
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
  padding-right: 5em;
  font-weight: 800;
}
@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
    padding-right: 4em;
  }
}
#cm-polpharma-product .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: #272d3d;
  -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;
}
#cm-polpharma-product .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);
}
#cm-polpharma-product .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;
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #272d3d;
}
#cm-polpharma-product .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;
}
#cm-polpharma-product .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;
}
#cm-polpharma-product .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;
}
#cm-polpharma-product .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: #272d3d;
}
#cm-polpharma-product .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;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus {
    width: 26px;
    height: 26px;
  }
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus::before {
  display: block;
  width: 2px;
  height: 26px;
  content: "";
  background: #272d3d;
  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;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus::before {
    width: 2px;
    height: 26px;
    margin-left: -1px;
  }
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus::after {
  display: block;
  width: 26px;
  height: 2px;
  content: "";
  background: #272d3d;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus::after {
    width: 26px;
    height: 2px;
    margin-top: -1px;
  }
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-h4 {
  font-size: 1.25em;
  text-align: left;
  font-weight: 400;
}
@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-faq .pc-p7 .pc-h4 {
    font-size: 1em;
  }
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#cm-polpharma-product .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;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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: #272d3d;
}
#cm-polpharma-product .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: #272d3d;
  font-weight: bold;
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-content {
  display: block;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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);
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#cm-polpharma-product .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;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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: #272d3d;
}
#cm-polpharma-product .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: #272d3d;
  font-weight: bold;
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-content {
  display: block;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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);
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#cm-polpharma-product .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;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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: #272d3d;
}
#cm-polpharma-product .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: #272d3d;
  font-weight: bold;
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-content {
  display: block;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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);
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#cm-polpharma-product .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;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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: #272d3d;
}
#cm-polpharma-product .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: #272d3d;
  font-weight: bold;
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-content {
  display: block;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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);
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#cm-polpharma-product .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;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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: #272d3d;
}
#cm-polpharma-product .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: #272d3d;
  font-weight: bold;
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-content {
  display: block;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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);
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#cm-polpharma-product .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;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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: #272d3d;
}
#cm-polpharma-product .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: #272d3d;
  font-weight: bold;
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-content {
  display: block;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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);
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#cm-polpharma-product .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;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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: #272d3d;
}
#cm-polpharma-product .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: #272d3d;
  font-weight: bold;
}
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-content {
  display: block;
}
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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,
#cm-polpharma-product .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);
}
#cm-polpharma-product .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;
}
@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-bottom-section {
    padding: 1em 1em;
    font-size: 1.25em;
  }
}
#cm-polpharma-product .cm-footer-cust {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
#cm-polpharma-product .cm-footer-cust div {
  background: #272D3D;
  text-align: center;
  padding: 1.25em 0;
}
#cm-polpharma-product .cm-footer-cust div img {
  max-width: 178px;
}
#cm-polpharma-product .cm-black {
  color: #000 !important;
}
#cm-polpharma-product .cm-orange {
  color: #F48300 !important;
}