/** @format */

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