@keyframes floating {
    0% {
        opacity: 0;
        transform: translateX(7%) translateY(50%) rotate(-15deg)
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateX(7%) translateY(20%) rotate(0)
    }
}

@keyframes floatingReverse {
    0% {
        opacity: 0;
        transform: translateX(4%) translateY(50%) rotate(20deg)
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateX(4%) translateY(0) rotate(0)
    }
}

@keyframes scale {
    0% {
        transform: scale(0);
        opacity: 0
    }

    40% {
        opacity: .6;
        filter: blur(0)
    }

    100% {
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .8), 0 1px 1px 0 rgba(0, 0, 0, .16)
    }

    100% {
        box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px transparent
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

#custommerce-pl-rc {
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    background-color: #fff;
    text-align: left;
    color: #414141;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 0;
}

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

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

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

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

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

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

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

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .pc-margin-top-s {
        padding-top: 2em
    }

    #custommerce-pl-rc .pc-margin-bottom-s {
        padding-bottom: 2em
    }

    #custommerce-pl-rc .pc-margin-top-m {
        padding-top: 3em
    }

    #custommerce-pl-rc .pc-margin-bottom-m {
        padding-bottom: 3em
    }

    #custommerce-pl-rc .pc-margin-top-l {
        padding-top: 4em
    }

    #custommerce-pl-rc .pc-margin-bottom-l {
        padding-bottom: 4em
    }
}

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

#custommerce-pl-rc .pc-b6-a {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: auto
}

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

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

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

#custommerce-pl-rc .pc-b6-a .h2,
#custommerce-pl-rc .pc-b6-a .pc-h2,
#custommerce-pl-rc .pc-b6-a h2 {
    font-size: 2.4375em;
    font-family: Arial, sans-serif;
    line-height: 1.12;
    color: #447355;
    letter-spacing: .8px
}

#custommerce-pl-rc .pc-b6-a .h4,
#custommerce-pl-rc .pc-b6-a .pc-h4,
#custommerce-pl-rc .pc-b6-a h4 {
    font-size: 1.0625em;
    font-family: Arial, sans-serif;
    line-height: 1.12;
    color: #497e9c;
    letter-spacing: .3px
}

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

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

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

#custommerce-pl-rc .pc-b3 {
    width: 100%;
    max-width: 1200px;
    margin: auto
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
    text-align: right
}

@media (max-width:799px) {
    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
        text-align: left
    }
}

@media (max-width:799px) {
    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p {
        text-align: left
    }
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
    text-align: right
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-content {
    float: right
}

#custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
    position: relative
}

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

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

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

@supports (object-fit:cover) {
    #custommerce-pl-rc .pc-b3 .pc-b3-square .pc-b3-image img {
        object-fit: cover
    }
}

#custommerce-pl-rc .pc-b3 .h3 {
    font-family: Arial, sans-serif;
    font-size: 1.5625em;
    line-height: 1.2
}

#custommerce-pl-rc .pc-b3 .h3 span {
    font-family: Arial, sans-serif
}

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

@media (max-width:1079px) {
    #custommerce-pl-rc .pc-b3 .pc-block-module {
        max-width: 1040px;
        padding: 0
    }
}

@media (max-width:799px) {
    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container {
        text-align: left;
        padding: 2.5em 2.5em 0 2.5em
    }

    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container p {
        text-align: left
    }

    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-container .h3 {
        text-align: left
    }

    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-cell-content {
        float: none
    }

    #custommerce-pl-rc .pc-b3.pc-b3-b .pc-b3-table .pc-b3-cell {
        position: static
    }

    #custommerce-pl-rc .pc-b3 .pc-b3-table {
        display: block
    }

    #custommerce-pl-rc .pc-b3 .pc-b3-table .pc-b3-cell {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto
    }

    #custommerce-pl-rc .pc-b3 .pc-b3-cell-container {
        padding: 2.5em 2.5em 0 2.5em
    }

    #custommerce-pl-rc .pc-b3 .pc-b3-cell-container .pc-b3-cell-content {
        max-width: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc .pc-b11 .pc-text {
    padding-left: 1.25em;
    padding-right: 1.25em;
    display: flex;
    flex-direction: column;
    justify-content: center
}

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

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

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

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-image {
    order: 2
}

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

@media (max-width:800px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module {
        display: block;
        margin: 0 auto
    }

    #custommerce-pl-rc .pc-b11 .pc-block-module .pc-image,
    #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        box-sizing: border-box
    }
}

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

#custommerce-pl-rc sup {
      font-size: .7em
}

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

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

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

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

#custommerce-pl-rc .cm-flex {
    display: flex
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-section-ng .cm-ng-logo {
    text-align: center;
    margin-bottom: 2em;
    max-width: 132px;
    margin-left: auto;
    margin-right: auto
}

#custommerce-pl-rc .cm-section-ng .cm-ng-logo img {
    width: 100%
}

#custommerce-pl-rc .cm-section-ng .cm-ng-1 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    font-size: 3em;
    line-height: 1.16;
    text-align: center;
    margin-bottom: 1em
}

@media only screen and (max-width:1100px) {
    #custommerce-pl-rc .cm-section-ng .cm-ng-1 {
        font-size: 2.5em;
        padding-left: .5em;
        padding-right: .5em
    }
}

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

#custommerce-pl-rc .cm-section-ng .cm-ng-2 {
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2em;
    text-align: center
}

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

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

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

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

#custommerce-pl-rc span.cm-underline {
    --underline-color: #DCE9D5;
    --underline-offset-y: 20px;
    display: inline;
    padding-bottom: 3px;
    box-decoration-break: clone;
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg, var(--underline-color), var(--underline-color));
    background-position-x: calc(var(--underline-cap-width) * var(--underline-width-scale)), 0, 100%;
    background-position-y: calc(100% - var(--underline-offset-y) * -1);
    background-size: calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 2)) calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px)
}

#custommerce-pl-rc .cm-header {
    background-color: #6cb86a;
    display: flex;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2.5em;
    margin-top: 2.5em;
    position: relative
}

@media only screen and (max-width:1000px) {
    #custommerce-pl-rc .cm-header {
        margin-top: 0
    }
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-header {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc {
    width: 50%;
    position: relative
}

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

#custommerce-pl-rc .cm-header .cm-header-desc .cm-logo {
    max-width: 160px;
    margin-bottom: 40px
}

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

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-1 {
    font-size: 2.5em;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px
}

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

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-2 {
    font-size: 3em;
    color: #fff;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 24px
}

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

#custommerce-pl-rc .cm-header .cm-header-desc .cm-ng-3 {
    font-size: 1.25em;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px;
    max-width: 440px
}

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

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

#custommerce-pl-rc .cm-header .cm-header-desc .cm-logos {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    gap: 30px
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        gap: 20px
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-logos img {
    width: 100%
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(1) {
    max-width: 114px
}

@media only screen and (max-width:1000px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(1) {
        max-width: 80px
    }
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(1) {
        max-width: 64px
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(2) {
    max-width: 140px
}

@media only screen and (max-width:1000px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(2) {
        max-width: 146px
    }
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(2) {
        max-width: 116px
    }
}

#custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(3) {
    max-width: 140px
}

@media only screen and (max-width:1000px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(3) {
        max-width: 98px
    }
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .cm-header .cm-header-desc .cm-logos :nth-child(3) {
        max-width: 78px
    }
}

#custommerce-pl-rc .cm-header .cm-header-img {
    width: 50%;
    position: relative
}

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

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

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

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

#custommerce-pl-rc .cm-header .cm-header-img .cm-packshot-shadow {
    max-width: 620px;
    position: absolute;
    left: 0;
    top: -5.5em
}

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

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

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

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic {
        margin-top: -6em
    }
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .cm-section-graphic {
        margin-top: -4em
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    border-radius: 8px;
    position: relative;
    padding: 0 2em 6em 2em;
    box-sizing: border-box
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic img.packshot {
    width: auto !important
}

@media only screen and (max-width:1000px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic img.packshot {
        padding-bottom: 2em
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic img.packshot {
        padding-bottom: 0
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic {
        padding-bottom: 4em;
        padding-top: 2em;
        padding-left: .5em;
        padding-right: .5em
    }

    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic img.packshot {
        width: 100%;
        text-align: center;
        max-width: 400px
    }
}

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

    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic img.packshot {
        width: 100%;
        text-align: center;
        max-width: 400px
    }
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic img.packshot {
        margin: auto;
        max-width: 300px;
        padding-bottom: 2em
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative {
    position: relative
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-1 img.packshot {
    padding-top: 0
}

@media only screen and (max-width:1000px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-1 img.packshot {
        padding-top: 5em
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-2 {
        margin-top: 6em
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-2 img.packshot {
    padding-bottom: 4em
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-2 img.packshot {
        padding-bottom: 0
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-2 .pc-flex {
        padding-top: 0
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-3 img.packshot {
    padding-bottom: 4em
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-3 img.packshot {
        padding-bottom: 0
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-3 .pc-flex {
        margin-top: -6em
    }
}

@media only screen and (max-width:1000px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-4 {
        padding-bottom: 5em
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-4 img.packshot {
        padding-bottom: 0
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-relative.cm-cust-4 .pc-flex {
        margin-top: -6em
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .packshot {
    display: block;
    margin: 0 auto
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 0;
        align-items: flex-start
    }
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .pc-flex {
        align-items: center
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line {
    background-repeat: no-repeat;
    height: 160px;
    overflow: visible;
    position: absolute
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line {
        position: static;
        background-image: none !important;
        width: 30% !important;
        text-align: center !important;
        height: auto;
        margin-top: 4em
    }
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line {
        width: 50% !important
    }
}

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line {
        width: 100% !important
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line:hover .icon-hold img {
    border-radius: 50%;
    box-shadow: 0 1px 15px 0 #447355
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line:hover .icon-desc .cm-p {
    opacity: 1
}
#custommerce-pl-rc .icon-line-left.icon-line-top {
    background-image: url('/si_upload/OPR/iRobot/irobot_c975840_v1/img/line-top-left.svg');
}
#custommerce-pl-rc .icon-line-left.icon-line-bottom {
    background-image: url('/si_upload/OPR/iRobot/irobot_c975840_v1/img/line-bottom-left.svg');
}
#custommerce-pl-rc .icon-line-center.icon-line-bottom {
    background-image: url('/si_upload/OPR/iRobot/irobot_c975840_v1/img/line-bottom.svg');
}
#custommerce-pl-rc .icon-line-right.icon-line-top {
    background-image: url('/si_upload/OPR/iRobot/irobot_c975840_v1/img/line-top-right.svg');
}
#custommerce-pl-rc .icon-line-right.icon-line-bottom {
    background-image: url('/si_upload/OPR/iRobot/irobot_c975840_v1/img/line-bottom-right.svg');
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left {
    background-position-x: right
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left.icon-line-top {
    right: calc(50% + 201px + 13px)
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left.icon-line-bottom {
    right: calc(50% + 201px + 13px)
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left.icon-line-bottom .icon-desc {
        padding-right: 0
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left .icon-hold {
    padding-right: .5em
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left .icon-hold {
        padding-right: 0
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left .icon-desc {
    padding-right: 0
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-left .icon-desc {
        padding-right: 0
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right {
    background-position-x: left;
    text-align: right
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right.icon-line-top {
    left: calc(50% + 200px + 15px)
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right.icon-line-bottom {
    left: calc(50% + 200px + 15px)
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right.icon-line-bottom .icon-desc {
        padding-left: 0
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right .icon-hold {
    padding-left: .5em;
    float: right;
    padding-bottom: 10px
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right .icon-hold {
        float: none;
        padding: 0
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right .icon-desc {
    padding-left: 0;
    float: right
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-right .icon-desc {
        float: none;
        padding: 0
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center {
    background-position-x: center;
    text-align: right
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center.icon-line-top {
    left: 50%;
    transform: translateX(-50%)
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center.icon-line-bottom {
    left: 50%;
    transform: translateX(-50%);
    bottom: -5em
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center.icon-line-bottom {
        transform: translateX(0);
        bottom: 0
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center.icon-line-bottom .icon-desc {
        padding-left: 0
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center .icon-hold {
    padding-left: 0;
    padding-top: 8em;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center .icon-hold {
        float: none;
        padding: 0
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center .icon-desc {
    padding-left: 0
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center .icon-desc {
        float: none;
        padding: 0
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-top {
    top: 0;
    background-position-y: 7em;
    width: calc(50% - 215px - 15px)
}

@media only screen and (max-width:1100px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-top {
        top: -2em
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-top {
        top: -3em
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-bottom {
    bottom: 0;
    background-position-y: 5em;
    width: calc(50% - 215px - 15px);
    bottom: 0
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-line-center {
    background-position-y: 0;
    width: calc(68% - 154px - 75px)
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-hold {
    width: 96px;
    height: 96px;
    margin-bottom: .5em;
    box-sizing: content-box
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-hold {
        width: 96px;
        height: 96px;
        margin-left: auto;
        margin-right: auto
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-hold img {
    width: 100%
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc {
    line-height: 1.5;
    font-family: Arial;
    width: 100%;
    box-sizing: border-box
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-title {
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: 700;
    font-family: Arial, sans-serif;
    width: 60%;
    right: 0;
    background-color: #dce9d5
}

@media only screen and (max-width:1100px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-title {
        width: 75%
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-title {
        width: 100%;
        text-align: center;
        font-size: 16px
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-subtitle {
    font-size: .875em;
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding-top: 6px
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-subtitle {
        width: 100%;
        text-align: center;
        font-size: 14px
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-p {
    opacity: 0;
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    max-width: 325px;
    transition: all .25s ease-in;
    padding-top: 1em;
    background-color: rgba(220, 233, 213, .7)
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-p.cm-cust-size {
    max-width: 500px
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc .cm-p {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        opacity: 1
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc {
        padding: 0 .75em !important;
        text-align: center !important
    }
}

@media only screen and (max-width:450px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc {
        max-width: 300px !important;
        margin-left: auto;
        margin-right: auto
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc span {
    color: #447355 !important;
    font-family: Arial, sans-serif
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right {
    text-align: right !important
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right .cm-p,
#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right .cm-subtitle,
#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right .cm-title {
    text-align: right;
    margin-right: 0;
    text-align: right;
    margin-left: auto;
    margin-top: -4px
}

@media only screen and (max-width:1400px) {

    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right .cm-p,
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right .cm-subtitle,
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right .cm-title {
        width: 100%;
        text-align: center;
        margin: 0 auto
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-right {
        text-align: center !important
    }
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-center {
    text-align: center
}

#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-center .cm-p,
#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-center .cm-subtitle,
#custommerce-pl-rc .cm-section-graphic .pc-icon-graphic .icon-desc.icon-center .cm-title {
    text-align: center;
    margin-left: auto;
    line-height: 1.2;
    margin-right: auto
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic .pc-icon-graphic {
        border-radius: 0
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic.cm-4icons .pc-icon-graphic .pc-flex {
        margin-top: -5em !important
    }
}

@media only screen and (max-width:1400px) {
    #custommerce-pl-rc .cm-section-graphic.cm-4icons .icon-line {
        flex-basis: 50% !important
    }
}

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .cm-section-graphic.cm-4icons .icon-line {
        flex-basis: 100% !important
    }
}

#custommerce-pl-rc .cm-section-serp {
    padding-bottom: 2em
}

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

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

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

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-section-serp .cm-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 1em;
        gap: 0
    }

    #custommerce-pl-rc .cm-section-serp .cm-row:last-child {
        padding-bottom: 0
    }
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    max-width: 600px;
    align-content: space-between;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden
}

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

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col.cm-rounded {
    border-radius: 50%
}

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

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.8em;
    padding-bottom: 1em;
    line-height: 1.3;
    width: 100%;
    max-width: 460px
}

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

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.55;
    padding-right: 1em;
    padding-bottom: 1em;
    max-width: 460px;
    font-size: 1.125em
}

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

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

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

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-img .cm-bg {
    position: relative;
    transition: all .24s ease-in;
    opacity: 1
}

#custommerce-pl-rc .cm-section-serp .cm-row .cm-col .cm-img .cm-anim {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .24s ease-in
}

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

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

#custommerce-pl-rc .cm-section-serp .cm-row:hover .cm-col .cm-bg {
    opacity: 0
}

#custommerce-pl-rc .cm-section-serp .cm-row:hover .cm-col .cm-anim {
    opacity: 1
}

#custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers {
    flex-direction: row-reverse
}

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

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

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

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

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

#custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers .cm-col:first-child {
    padding-left: 1.5em
}

@media only screen and (max-width:1000px) {
    #custommerce-pl-rc .cm-section-serp .cm-row.cm-row-revers .cm-col:first-child {
        padding-left: 0
    }
}

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

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

#custommerce-pl-rc .cm-section-icons-a .cm-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row
}

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

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

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-section-icons-b .cm-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-section-icons-b .cm-icons {
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-start
    }
}

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

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

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

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

#custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item {
    width: 33%;
    display: flex;
    flex-direction: column;
    position: relative
}

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

    #custommerce-pl-rc .cm-section-icons-b .cm-icons .cm-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-section-video {
    overflow: hidden;
    border-radius: 24px;
    padding-left: 2.5em;
    padding-right: 2.5em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-section-video .cm-video .cm-p5-image {
        background-image: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc #pc-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc #pc-faq-a-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

#custommerce-pl-rc #pc-faq-1:checked~.pc-faq-content,
#custommerce-pl-rc #pc-faq-a-1:checked~.pc-faq-content {
    display: block
}

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

#custommerce-pl-rc #pc-faq-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc #pc-faq-a-1:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355
}

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

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

#custommerce-pl-rc #pc-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc #pc-faq-a-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

#custommerce-pl-rc #pc-faq-2:checked~.pc-faq-content,
#custommerce-pl-rc #pc-faq-a-2:checked~.pc-faq-content {
    display: block
}

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

#custommerce-pl-rc #pc-faq-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc #pc-faq-a-2:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355
}

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

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

#custommerce-pl-rc #pc-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc #pc-faq-a-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

#custommerce-pl-rc #pc-faq-3:checked~.pc-faq-content,
#custommerce-pl-rc #pc-faq-a-3:checked~.pc-faq-content {
    display: block
}

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

#custommerce-pl-rc #pc-faq-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc #pc-faq-a-3:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355
}

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

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

#custommerce-pl-rc #pc-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc #pc-faq-a-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

#custommerce-pl-rc #pc-faq-4:checked~.pc-faq-content,
#custommerce-pl-rc #pc-faq-a-4:checked~.pc-faq-content {
    display: block
}

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

#custommerce-pl-rc #pc-faq-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc #pc-faq-a-4:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355
}

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

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

#custommerce-pl-rc #pc-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc #pc-faq-a-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

#custommerce-pl-rc #pc-faq-5:checked~.pc-faq-content,
#custommerce-pl-rc #pc-faq-a-5:checked~.pc-faq-content {
    display: block
}

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

#custommerce-pl-rc #pc-faq-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc #pc-faq-a-5:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355
}

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

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

#custommerce-pl-rc #pc-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc #pc-faq-a-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

#custommerce-pl-rc #pc-faq-6:checked~.pc-faq-content,
#custommerce-pl-rc #pc-faq-a-6:checked~.pc-faq-content {
    display: block
}

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

#custommerce-pl-rc #pc-faq-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc #pc-faq-a-6:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355
}

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

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

#custommerce-pl-rc #pc-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc #pc-faq-a-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

#custommerce-pl-rc #pc-faq-7:checked~.pc-faq-content,
#custommerce-pl-rc #pc-faq-a-7:checked~.pc-faq-content {
    display: block
}

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

#custommerce-pl-rc #pc-faq-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4,
#custommerce-pl-rc #pc-faq-a-7:checked~.pc-faq-label-container .pc-faq-label label .pc-h4 {
    color: #447355
}

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

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

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
    padding: 1em 2em 1em 4em;
    margin-bottom: 1em;
    background-color: #447355;
    border-bottom: 6px solid #fff;
    border-radius: 16px;
    position: relative
}

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

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

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

#custommerce-pl-rc .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 1.125em;
    line-height: 1.4;
    transition: color .3s ease
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked~.pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

#custommerce-pl-rc .cm-section-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 .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4 {
    color: #414141
}

#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after {
    transform: rotate(90deg);
    opacity: .3
}

#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before {
    opacity: .3
}

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked~.pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

#custommerce-pl-rc .cm-section-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 .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4 {
    color: #414141
}

#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after {
    transform: rotate(90deg);
    opacity: .3
}

#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before {
    opacity: .3
}

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked~.pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

#custommerce-pl-rc .cm-section-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 .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4 {
    color: #414141
}

#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after {
    transform: rotate(90deg);
    opacity: .3
}

#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before {
    opacity: .3
}

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked~.pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

#custommerce-pl-rc .cm-section-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 .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4 {
    color: #414141
}

#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after {
    transform: rotate(90deg);
    opacity: .3
}

#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before {
    opacity: .3
}

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked~.pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

#custommerce-pl-rc .cm-section-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 .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4 {
    color: #414141
}

#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after {
    transform: rotate(90deg);
    opacity: .3
}

#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before {
    opacity: .3
}

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked~.pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

#custommerce-pl-rc .cm-section-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 .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4 {
    color: #414141
}

#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after {
    transform: rotate(90deg);
    opacity: .3
}

#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before {
    opacity: .3
}

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked~.pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

#custommerce-pl-rc .cm-section-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 .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4,
#custommerce-pl-rc .cm-section-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 label .pc-h4 {
    color: #414141
}

#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after,
#custommerce-pl-rc .cm-section-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-arrow::after {
    transform: rotate(90deg);
    opacity: .3
}

#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before,
#custommerce-pl-rc .cm-section-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-arrow::before {
    opacity: .3
}

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-8:checked~.pc-faq-item:nth-of-type(8) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-9:checked~.pc-faq-item:nth-of-type(9) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-10:checked~.pc-faq-item:nth-of-type(10) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-11:checked~.pc-faq-item:nth-of-type(11) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p1-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label,
#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items #pc-p7-faq-12:checked~.pc-faq-item:nth-of-type(12) .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-section-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

#custommerce-pl-rc .cm-section-table {
    position: relative
}

#custommerce-pl-rc .cm-section-table::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

#custommerce-pl-rc .cm-section-table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px
}

#custommerce-pl-rc .cm-section-table::-webkit-scrollbar-thumb {
    background: #518a70;
    border-radius: 8px
}

#custommerce-pl-rc .cm-section-table::-webkit-scrollbar-thumb:hover {
    background: #518a70;
    border-radius: 8px;
    opacity: .8
}

#custommerce-pl-rc .cm-section-table .cm-table-container {
    max-width: 100%;
    max-height: 40em;
    overflow: scroll;
    position: relative
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-section-table .cm-table-container {
        max-height: 45em
    }
}

#custommerce-pl-rc .cm-section-table .cm-table-container .cm-head {
    background-color: #fff;
    padding-bottom: 1em
}

#custommerce-pl-rc .cm-section-table .cm-table-container .cm-head .cm-img {
    width: 114px
}

#custommerce-pl-rc .cm-section-table .cm-table-container .cm-head .cm-title {
    font-size: 1em;
    padding-top: 1em;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    color: #414141;
    text-align: center
}

#custommerce-pl-rc .cm-section-table .cm-table-container .cm-cell {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #dce9d5;
    color: #414141;
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 16px
}

#custommerce-pl-rc .cm-section-table table {
    position: relative;
    border-collapse: collapse
}

#custommerce-pl-rc .cm-section-table .cm-table-note {
    margin-top: 4em;
    margin-left: 1em;
    color: #414141
}

#custommerce-pl-rc .cm-section-intro {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
    margin-top: 2em
}

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

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

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

#custommerce-pl-rc .cm-section-intro .cm-col .cm-item .cm-text {
    display: flex
}

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

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

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-benefits .pc-faq-item {
    border: 6px solid #fff
}

#custommerce-pl-rc .cm-benefits .cm-row {
    padding-right: 2em
}

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

#custommerce-pl-rc .cm-benefits .cm-row .cm-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 560px
}

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

#custommerce-pl-rc .cm-benefits .cm-row .cm-col .cm-img {
    max-width: 480px;
    margin-top: 6em
}

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

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

#custommerce-pl-rc .cm-section-banner {
    display: flex;
    border-radius: 32px;
    margin-top: 4em;
    margin-bottom: 2em;
    background-color: #6cb86a;
    flex-direction: row
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .cm-section-banner {
        flex-direction: column;
        background-color: unset
    }
}

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

#custommerce-pl-rc .cm-section-banner .cm-col {
    flex-basis: 50%;
    display: flex;
    align-items: center
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .cm-section-banner .cm-col {
        flex-basis: 100%;
        align-items: center;
        justify-content: center;
        padding-left: 1em;
        padding-right: 1em
    }
}

#custommerce-pl-rc .cm-section-banner .cm-col .cm-img {
    display: flex
}

#custommerce-pl-rc .cm-section-banner .cm-col .cm-img img {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    width: 100%
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .cm-section-banner .cm-col .cm-img img {
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

#custommerce-pl-rc .cm-section-banner .cm-col .cm-desc {
    text-align: center;
    max-width: 460px;
    margin: 0 auto
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .cm-section-banner .cm-col .cm-desc {
        max-width: 559px;
        background-color: #6cb86a;
        border-bottom-left-radius: 32px;
        border-bottom-right-radius: 32px;
        padding-top: 2em;
        padding-bottom: 2em;
        margin-top: 0
    }
}

#custommerce-pl-rc .cm-section-banner .cm-col .cm-desc .cm-title {
    text-align: center;
    font-size: 2em;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 1.25em
}

@media only screen and (max-width:1000px) {
    #custommerce-pl-rc .cm-section-banner .cm-col .cm-desc .cm-title {
        padding-bottom: 1.5em;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .cm-section-banner .cm-col .cm-desc .cm-title {
        padding-bottom: 1em
    }
}

#custommerce-pl-rc .cm-section-banner .cm-col .cm-desc .cm-p {
    font-size: 1.125em;
    line-height: 1.77;
    color: #fff;
    text-align: center
}

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

#custommerce-pl-rc .cm-icons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
}

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

#custommerce-pl-rc .cm-icons .cm-icon {
    display: flex;
    align-items: center;
    flex-flow: column;
    text-align: center;
    transition: transform .3s;
    width: 25%;
    padding: 0 1.5em;
    position: relative
}

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

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

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

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .cm-icons .cm-icon {
        flex-flow: row;
        width: 100%;
        margin-bottom: 1.5em
    }

    #custommerce-pl-rc .cm-icons .cm-icon:last-child {
        margin-bottom: 0
    }
}

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

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

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

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

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

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

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

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

#custommerce-pl-rc .cm-content {
    position: relative;
    padding: 7em 0 11em
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .cm-content {
        padding: 6em 0 11em
    }
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-content {
        padding: 5em 0 11em
    }
}

@media only screen and (max-width:600px) {
    #custommerce-pl-rc .cm-content {
        padding: 4em 0 9em
    }
}

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

#custommerce-pl-rc .cm-content .cm-packshot {
    width: 35%;
    position: absolute;
    right: 17em;
    bottom: 6em
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-content .cm-packshot {
        width: 50%
    }
}

@media only screen and (max-width:600px) {
    #custommerce-pl-rc .cm-content .cm-packshot {
        bottom: 4em
    }
}

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .cm-content .cm-packshot {
        display: none
    }
}

#custommerce-pl-rc .pc-b6-a .pc-block-module {
    max-width: 1200px;
    padding: 0 2.5em
}

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

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

#custommerce-pl-rc .pc-b6-a .pc-block-module .pc-relative {
    max-width: 700px
}

#custommerce-pl-rc .pc-b6-a.pc-b6-a-left .pc-block-module .pc-relative {
    margin: 0
}

#custommerce-pl-rc .pc-b6-a.pc-b6-a-left .pc-block-module .pc-relative .pc-b6-title {
    text-align: left !important
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .pc-b6-a.pc-b6-a-left .pc-block-module .pc-relative .pc-b6-title {
        text-align: center !important
    }
}

#custommerce-pl-rc .pc-b6-a p {
    font-size: 1em;
    line-height: 1.7;
    margin: 1em 0 0;
    font-family: Arial, sans-serif;
    text-align: center
}

#custommerce-pl-rc .pc-b6-ng1,
#custommerce-pl-rc .pc-b6-ng2 {
    font-family: Arial, sans-serif;
    font-size: 3em;
    line-height: 1.1
}

@media only screen and (max-width:500px) {

    #custommerce-pl-rc .pc-b6-ng1,
    #custommerce-pl-rc .pc-b6-ng2 {
        font-size: 2.5em
    }
}

@media only screen and (max-width:400px) {

    #custommerce-pl-rc .pc-b6-ng1,
    #custommerce-pl-rc .pc-b6-ng2 {
        font-size: 2.125em
    }
}

#custommerce-pl-rc .pc-b6-ng1 {
    font-weight: 300;
    color: #57a1c7
}

#custommerce-pl-rc .pc-b6-ng2 {
    font-weight: 500;
    color: #497e9c;
    text-transform: uppercase
}

#custommerce-pl-rc .pc-b6-title {
    font-family: Arial, sans-serif;
    font-weight: 500;
    color: #414141;
    font-size: 2.5em;
    line-height: 1.2;
    text-align: center !important;
    margin: 0
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .pc-b6-title {
        font-size: 2.25em
    }
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .pc-b6-title {
        font-size: 2.125em
    }
}

#custommerce-pl-rc .pc-b6-title strong {
    font-weight: 700;
    font-family: Arial, sans-serif
}

#custommerce-pl-rc .pc-b6-subtitle {
    font-family: Arial, sans-serif;
    color: #414141;
    font-weight: 900;
    font-size: 2em;
    line-height: 1.2;
    text-align: center !important;
    margin-top: 1em;
    position: relative;
    display: inline-block
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .pc-b6-subtitle {
        font-size: 1.5em
    }
}

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .pc-b6-subtitle {
        font-size: 1.25em
    }
}

#custommerce-pl-rc .pc-b6-text {
    font-family: Arial, sans-serif;
    color: #497e9c;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.2;
    text-align: center !important;
    margin: 0;
    max-width: 700px;
    margin: auto
}

#custommerce-pl-rc .pc-b6-text p {
    font-size: 1em
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .pc-b6-text p {
        font-size: 15.75px
    }
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .pc-b6-text {
        font-size: 2em
    }
}

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .pc-b6-text {
        font-size: 1.75em
    }
}

#custommerce-pl-rc .pc-p5 {
    width: 100%
}

#custommerce-pl-rc .pc-p5 iframe {
    height: 99% !important
}

#custommerce-pl-rc .pc-p5 label {
    z-index: 1
}

#custommerce-pl-rc .cm-img-fluid-container {
    overflow: hidden
}

#custommerce-pl-rc .cm-img-fluid,
#custommerce-pl-rc .cm-img-fluid.lazy {
    max-width: 100%;
    display: block
}

@media only screen and (max-width:700px) {

    #custommerce-pl-rc .cm-img-fluid,
    #custommerce-pl-rc .cm-img-fluid.lazy {
        max-width: none;
        width: 150%
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-8,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-8 {
        transform: translateX(-8%)
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-9,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-9 {
        transform: translateX(-9%)
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-10,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-10 {
        transform: translateX(-10%)
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-11,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-11 {
        transform: translateX(-11%)
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-12,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-12 {
        transform: translateX(-12%)
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-13,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-13 {
        transform: translateX(-13%)
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-14,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-14 {
        transform: translateX(-14%)
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-15,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-15 {
        transform: translateX(-15%)
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-16,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-16 {
        transform: translateX(-16%)
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-17,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-17 {
        transform: translateX(-17%)
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-20,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-20 {
        transform: translateX(-20%)
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-30,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-30 {
        transform: translateX(-30%)
    }

    #custommerce-pl-rc .cm-img-fluid.cm-fluid-50,
    #custommerce-pl-rc .cm-img-fluid.lazy.cm-fluid-50 {
        transform: translateX(-50%)
    }
}

#custommerce-pl-rc .pc-b11 {
    margin-bottom: 3em
}

#custommerce-pl-rc .pc-b11 .pc-block-module {
    max-width: 1200px;
    padding: 0;
    align-items: center
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module {
        display: flex
    }
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module {
        display: block;
        padding: 0 1.25em
    }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
    padding: 0 2.5em;
    text-align: left
}

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

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module .pc-text {
        padding: 0
    }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-image .pc-relative {
    position: relative
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module .pc-image .pc-relative {
        text-align: center !important
    }
}

#custommerce-pl-rc .pc-b11 .pc-block-module .pc-image img {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .pc-b11 .pc-block-module .pc-image {
        margin-bottom: 1em
    }
}

#custommerce-pl-rc .pc-b11 .pc-name {
    color: #447355;
    font-family: Arial, sans-serif;
    margin-bottom: .8em;
    font-weight: 400;
    text-align: left !important;
    font-size: 1.75em;
    line-height: 1.4
}

@media only screen and (max-width:800px) {
    #custommerce-pl-rc .pc-b11 .pc-name {
        max-width: none
    }
}

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

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .pc-b11 .pc-name {
        font-size: 1.75em
    }
}

#custommerce-pl-rc .pc-b11.pc-b11-b .pc-name {
    text-align: left
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .pc-b11.pc-b11-b .pc-name {
        text-align: center !important
    }
}

#custommerce-pl-rc .cm-m-desc-top-3 {
    margin-top: 3em
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-m-desc-top-3 {
        margin-top: 0
    }
}

#custommerce-pl-rc .cm-m-desc-bottom-3 {
    margin-bottom: 3em
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-m-desc-bottom-3 {
        margin-bottom: 0
    }
}

#custommerce-pl-rc .cm-pb-8 {
    padding-bottom: 8em
}

@media only screen and (max-width:1200px) {
    #custommerce-pl-rc .cm-pb-8 {
        padding-bottom: 5em
    }
}

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

#custommerce-pl-rc .cm-pb-12 {
    padding-bottom: 12em
}

@media only screen and (max-width:1200px) {
    #custommerce-pl-rc .cm-pb-12 {
        padding-bottom: 6em
    }
}

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

#custommerce-pl-rc .cm-pb-25 {
    padding-bottom: 23em
}

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

#custommerce-pl-rc .cm-pt-4 {
    padding-top: 4em
}

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

#custommerce-pl-rc .cm-pt-2 {
    padding-top: 2em
}

#custommerce-pl-rc .cm-mb-2 {
    margin-bottom: 2em
}

#custommerce-pl-rc .cm-mb-0 {
    margin-bottom: 0
}

#custommerce-pl-rc .cm-mb-3 {
    margin-bottom: 3em
}

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

#custommerce-pl-rc .cm-mb-4 {
    margin-bottom: 4em
}

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

#custommerce-pl-rc .cm-mb-6 {
    margin-bottom: 6em
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-mb-6 {
        margin-bottom: 4em
    }
}

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

#custommerce-pl-rc .cm-pb-2 {
    padding-bottom: 2em
}

#custommerce-pl-rc .cm-rounded {
    border-radius: 32px
}

#custommerce-pl-rc .cm-section-hotspots {
    margin-bottom: 6em
}

#custommerce-pl-rc .cm-section-hotspots .rc_check_out_container {
    position: relative
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content {
    display: block;
    position: relative;
    padding-bottom: 43px
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_open {
    display: block
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_closed {
    display: none
}

#custommerce-pl-rc .cm-section-hotspots .rc_invert_image:checked~.rc_checkout_content_open {
    display: none
}

#custommerce-pl-rc .cm-section-hotspots .rc_invert_image:checked~.rc_checkout_content_closed {
    display: block
}

#custommerce-pl-rc .cm-section-hotspots .rc_invert_image {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 300px;
    height: 43px;
    transform: translateX(-50%);
    border: none;
    z-index: 3;
    opacity: 0;
    cursor: pointer
}

#custommerce-pl-rc .cm-section-hotspots .cm-switcher {
    width: 300px;
    background: #87a78e;
    height: 43px;
    border-radius: 43px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width:600px) {
    #custommerce-pl-rc .cm-section-hotspots .cm-switcher {
        width: 220px;
        height: 30px
    }
}

#custommerce-pl-rc .cm-section-hotspots .cm-switcher .cm-switch {
    width: 50%;
    background: #447355;
    height: inherit;
    border-radius: 43px;
    left: 50%;
    position: relative;
    transition: all .3s;
    border: 2px solid #fff
}

#custommerce-pl-rc .cm-section-hotspots .cm-switcher .cm-switch span {
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 43px
}

@media only screen and (max-width:600px) {
    #custommerce-pl-rc .cm-section-hotspots .cm-switcher .cm-switch span {
        line-height: 30px
    }
}

#custommerce-pl-rc .cm-section-hotspots .cm-switcher .cm-switch span.cm-switch-open {
    display: none
}

#custommerce-pl-rc .cm-section-hotspots .rc_invert_image:checked~.cm-switcher .cm-switch {
    left: 0
}

#custommerce-pl-rc .cm-section-hotspots .rc_invert_image:checked~.cm-switcher .cm-switch span.cm-switch-close {
    display: none
}

#custommerce-pl-rc .cm-section-hotspots .rc_invert_image:checked~.cm-switcher .cm-switch span.cm-switch-open {
    display: block
}

#custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip {
    position: absolute
}

#custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip:hover {
    z-index: 10
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
    position: relative;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #447355;
    padding: 1em;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    width: 320px;
    z-index: 5;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .16);
    border-radius: 1em;
    transform: translate(calc(-50% + 1.6em), 1em)
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
        transform: translate(calc(-50% + 1.5em), 1em)
    }
}

@media only screen and (max-width:600px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
        transform: translate(calc(-50% + 1.5em), 1em)
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom {
    transform: translate(0, -1em);
    transform: translate(calc(-50% + 1.6em), calc(-100% - 3.2em - 1em))
}

@media only screen and (max-width:900px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom {
        transform: translate(calc(-40% + 2.5em), calc(-100% - 3.2em - 1em))
    }
}

@media only screen and (max-width:600px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom {
        transform: translate(calc(-40% + 1.5em), calc(-100% - 3em - 1em))
    }
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom {
        transform: translate(calc(-40% + 1.5em), calc(-100% - 2em - .5em))
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.rc_tooltip_content_right {
    transform: translate(0, -1em);
    transform: translate(calc(-60% + 1.6em), calc(-100% - 3.2em - 1em))
}

@media only screen and (max-width:900px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.rc_tooltip_content_right {
        transform: translate(calc(-60% + 2.5em), calc(-100% - 3.2em - 1em))
    }
}

@media only screen and (max-width:600px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.rc_tooltip_content_right {
        transform: translate(calc(-60% + 1.5em), calc(-100% - 3em - 1em))
    }
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.rc_tooltip_content_right {
        transform: translate(calc(-60% + 1.5em), calc(-100% - 2em - .5em))
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-cust {
    transform: translate(calc(-20% + 1.6em), calc(-100% - 3.2em - 1em))
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-bottom {
    transform: translate(0, -1em);
    transform: translate(calc(-50% + 1.6em), calc(100% - 3.2em - 1em))
}

@media only screen and (max-width:900px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-bottom {
        transform: translate(calc(-40% + 2.5em), calc(100% - 3.2em - 1em))
    }
}

@media only screen and (max-width:600px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-bottom {
        transform: translate(calc(-40% + 1.5em), calc(100% - 3em - 1em))
    }
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content.rc_tooltip_content_bottom.cm-bottom {
        transform: translate(calc(-40% + 1.5em), calc(100% - 2em - .5em))
    }
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
        width: 260px
    }
}

@media only screen and (max-width:600px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
        width: 220px;
        padding: .5em
    }
}

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content {
        display: none
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd {
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 1em;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    width: calc(100% - 2.5em);
    left: 50%;
    z-index: 11;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .16);
    background-color: #447355;
    border-radius: 1em;
    border: 2px solid #fff
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd {
        padding: .5em
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_rwd.rc_tooltip_content_bottom {
    bottom: unset;
    top: 0
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder {
    width: 100%;
    align-items: center
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder .rc_tooltip_header {
    margin: .5em;
    font-size: 1em;
    font-weight: 500;
    color: #447355;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder .rc_tooltip_header {
        margin-bottom: .5em
    }
}

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder .rc_tooltip_header {
        text-align: center
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder p {
    color: #fff;
    font-size: 1em;
    margin: 0
}

@media only screen and (max-width:700px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder p {
        font-size: 13px
    }
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_content_holder p {
        font-size: 12px
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger {
    position: relative;
    background-color: #447355;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    cursor: pointer;
    font-weight: 700;
    font-size: 1em;
    z-index: 0
}

@media only screen and (max-width:450px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger {
        width: 2.5em;
        height: 2.5em
    }
}

@media only screen and (max-width:400px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger {
        width: 2em;
        height: 2em
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger .rc_plus {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.25em
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger .rc_plus img {
    width: 100%
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 #fff
    }

    100% {
        box-shadow: 0 0 0 32px rgba(255, 255, 255, 0)
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger::after,
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger::before {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    animation: pulse2 1.2s linear infinite
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger::before {
    animation-delay: .3s
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover::after,
#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover::before {
    display: none
}

#custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover+.rc_tooltip_content {
    display: block;
    opacity: 1;
    visibility: visible;
    border: 2px solid #fff
}

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_tooltip_trigger:hover+.rc_tooltip_content {
        display: none
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip:hover+.rc_tooltip_content_rwd {
    display: none
}

@media only screen and (max-width:500px) {
    #custommerce-pl-rc .cm-section-hotspots .rc_single_tooltip:hover+.rc_tooltip_content_rwd {
        display: block;
        opacity: 1;
        visibility: visible
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_closed,
#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_open {
    overflow: visible
}

@media only screen and (max-width:800px) {

    #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_closed,
    #custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_open {
        overflow: hidden
    }
}

#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_closed .cm-hotspot-box,
#custommerce-pl-rc .cm-section-hotspots .rc_checkout_content_open .cm-hotspot-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 880px
}

#custommerce-pl-rc .cm-font-smaller {
    font-size: 80%
}
