
section.ccards {
	position: relative;
	z-index: 1;
}

section.ccards .container {
	position: relative;
}

section.ccards h1, section.ccards h2 {
	text-align: left;
}

section.ccards .overview {
	margin: -16px 0 24px;
}

section#ccards-container .overview {
	font-size: 18px;
}

section.ccards:not(.cardlist) .overview {
	font-size: 14px;
	line-height: 1.71;
}

section.ccards .items {
	display: flex;
	flex-direction: column;
}

section.ccards .items > div {
	outline: none;
	user-select: none;
}

section.ccards .transform {
	display: flex;
}

section.ccards .transform .promo {
	height: 4.5%;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	position: relative;
	font-weight: var(--weight-700);
	display: flex;
	top: -21px;
	margin-left: -20px;
	margin-right: -20px;
}

section.ccards .transform .promo img {
	min-width: 20px;
	margin: 0.1rem 0.5rem 0.3rem 0.3rem;
	object-fit: contain;
}

section.ccards .transform .promo span {
	font-size: var(--body-16-bold-size);
	color: var(--white);
}

section.ccards .transform .promo span:not(.material-icons):not(.material-symbols-outlined) {
	font-family: var(--typeface-1);
	letter-spacing: 0.02em;
}

section.ccards .transform .promo span.material-icons,
section.ccards .transform .promo span.material-symbols-outlined {
	margin: 0.2rem 0.5rem 0.2rem 0rem;
	font-size: x-large;
}

section.ccards .filtered > div, section.ccards .features > div  {
	display: flex;
	flex-wrap: wrap;
}

section.ccards .cc-panel {
	margin: 0 0 24px 0;
	flex: 1 1 auto;
}

.b2c section.ccards .cc-panel.highlighted .info h3 {
	color: var(--b2c-blue-100);
}

.b2b section.ccards .cc-panel.highlighted .info h3 {
	color: var(--b2b-blue-100);
}

section.ccards .filtered .cc-panel {
	width: 100%;
}

section.ccards .filtered .cc-panel.card:hover {
	background-color: #eef1f4;
}

section.ccards .cc-panel.horizontal .top .imgs img {
	margin: 0 auto;
	width: auto;
}

section.ccards .cc-panel.horizontal.transparent-bg {
	background-color: transparent;
	border-radius: 0;
	border-bottom: 1px solid rgba(212, 222, 231, .2);
}

section.ccards .cc-panel.horizontal .info {
	font-size: 18px;
	margin-top: 24px;
}

section.ccards .cc-panel.horizontal .info h4 {
	margin: 16px 0 8px;
	overflow-wrap: break-word;
}

section.ccards .cc-panel.horizontal .info ul {
	text-align: left;
	margin: 16px 0 0;
}

section.ccards .cc-panel.horizontal .info ul li {
	padding-left: 36px;
	margin-bottom: 16px;
	position: relative;
}

section.ccards .cc-panel.no-link .bottom .arrow-link {
	display: none;
}

section.ccards .cc-panel .top {
	position: relative;
	flex: 0 0 auto;
}

section.ccards .cc-panel .top .imgs {
	width: 100%;
	/*filter: drop-shadow(0 24px 32px rgba(116, 116, 116, 0.15));*/
	border-radius: 10px;
	transition: transform 0.3s ease;
}

section.ccards .cc-panel.transparent-bg .top .imgs img {
	box-shadow: none;
}

section.ccards .cc-panel .top .hlight {
	background-color: #fff;
	border: solid 2px #e7edf2;
	border-left-color: #075da7;
	border-radius: 8px;
	box-shadow: 0 24px 32px 0 rgba(116, 116, 116, 0.15);
	position: absolute;
	left: -18px;
	bottom: 16px;
	padding: 6px 14px 6px 6px;
	display: flex;
	transition: bottom 0.3s ease;
}

section.ccards .cc-panel .top .hlight > i {
	color: #075da7;
	font-size: 24px;
	margin-right: 8px;
	position: relative;
}

section.ccards .cc-panel .top .hlight > i span {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 6px;
	left: 6px;
}

section.ccards .cc-panel .top .hlight > span {
	font-size: 14px;
	font-weight: 500;
	flex: 1 1 auto;
}

section.ccards .cc-panel .top .hlight.yellow {
	border-left-color: #ffb11e;
}

section.ccards .cc-panel .top .hlight.yellow > i {
	color: #ffb11e;
}

section.ccards .cc-panel .top .hlight.red {
	border-left-color: #e30512;
}

section.ccards .cc-panel .top .hlight.red > i {
	color: #e30512;
}

section.ccards .cc-panel .top .hlight img.cashback{
	width: 24px;
	height: 24px;
	margin-right: 8px;
	position: relative;
}

section.ccards .cc-panel h3 {
	margin: 23px 0 16px;
}

section.ccards:not(.lgwide) .cc-panel:not(.card) h3 {
	font-size: var(--body-24-bold-size);
	font-weight: var(--h3-bold-weight);
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.ccards .cc-panel .info li {
	font-size: var(--body-18-light-size);
	font-weight: var(--body-18-light-weight);
	text-align: left;
	padding-left: 36px;
	margin-bottom: 16px;
	position: relative;
}

section.ccards .cc-panel .info li:first-child {
	font-weight: var(--body-18-bold-weight);
}

section.ccards .cc-panel .info li:first-child .deleted {
	opacity: 0.5;
	text-decoration: line-through;
}

.b2c section.ccards .cc-panel.highlighted .info li:first-child {
	color: var(--b2c-blue-100);
}
.b2b section.ccards .cc-panel.highlighted .info li:first-child {
	color: var(--b2b-blue-100);
}

section.ccards .cc-panel .info li:before {
	content: "\e905";
	font-size: 13px;
	font-weight: var(--weight-700);
	font-family: "ccicon" !important;
	width: 16px;
	height: 16px;
	line-height: 17px;
	border-radius: 16px;
	border: 2px solid;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color 0.2s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

section.ccards .cc-panel .bottom {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	min-height: 178px;
	flex: 1 1 auto;
	gap: 16px;
}

section.ccards .cc-panel .bottom > div {
	font-size: 14px;
	/* margin: 34px 0 15px; */
}

section.ccards .cc-panel .bottom>div:only-child {
	display: flex;
    align-items: center;
    min-height: 104px;
}

section.ccards .cc-panel .bottom > div span {
	font-weight: var(--body-16-bold-weight);
}

.b2c section.ccards .cc-panel .bottom > div span {
	color: var(--b2c-blue-100);
}

.b2b section.ccards .cc-panel .bottom > div span {
	color: var(--b2b-blue-100);
}

section.ccards .cc-panel .bottom > div.discount {
	width: 100%;
	font-weight: 400;
	text-align: center;
	justify-content: center;
}

.b2c section.ccards .cc-panel .bottom > div.discount {
	color: var(--b2c-cta-primary-bg)
}

.b2b section.ccards .cc-panel .bottom > div.discount {
	color: var(--b2b-cta-primary-bg)
}

section.ccards .cc-panel .bottom > div.discount .ccicon-percentage {
	font-size: 24px;
	vertical-align: middle;
}

section.ccards .cc-panel .bottom > div.discount span {
	color: var(--orange);
	font-weight: var(--body-16-bold-weight);
	size: var(--body-16-bold-size);
	white-space: nowrap;
}

section.ccards .cc-panel .bottom > div.discount span.old {
	color: var(--dark-blue);
	font-weight: var(--body-16-light-weight);
	margin-left: 8px;
	opacity: 0.5;
}

section.ccards .cc-panel .bottom .cc-btn:first-of-type {
	/*margin-bottom: 16px;*/
}

section.ccards .cc-panel .bottom .more:not(.arrow-link) {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

section.ccards .cc-panel .bottom .more:hover {
	color: #075da7;
}

section.ccards .cc-panel .bottom .more.arrow-finance:hover {
	color: #fff;
}

section.ccards .dots {
	display: none;
}

section.ccards .tns-ovh {
	overflow: visible;
}

section.ccards .tns-horizontal.tns-subpixel > .tns-item {
	display: flex;
	justify-content: center;
}

section.ccards a.show-all {
	display: block;
	text-align: center;
	margin-top: 32px;
}

section.ccards .cta .cc-btn {
	font-weight: var(--weight-700);
}

section.ccards .cta.mod {
	margin-top: 0;
}

section.ccards.hoverlist .flex-list > div {
	display: flex;
	flex-direction: column;
}

section.ccards.hoverlist .cc-panel {
	position: relative;
}

section.ccards.hoverlist .cc-panel .header .icon img {
	margin: 0 auto;
}

section.ccards.hoverlist .cc-panel .top .imgs img {
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	box-shadow: none;
	border-radius: 0;
	transition: none;
}

section.ccards.hoverlist .cc-panel .info {
	margin-top: 16px;
}

section.ccards.hoverlist .cc-panel .info li:last-child {
	margin-bottom: 8px;
}

section.ccards .filtered .transform {
	opacity: 1;
	transition: opacity 0.2s ease;
}

section.ccards .filtered.compressed .transform:gt(5) {
	opacity: 0;
}

section.ccards .filtered label.more {
	padding-bottom: 48px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

section.ccards .filtered label.more.less-blocks {
	position: relative;
}

section.ccards .filtered.compressed label.more.more-blocks,
section.ccards .filtered label.more.less-blocks {
	display: flex;
}

section.ccards .filtered.compressed label.more.less-blocks,
section.ccards .filtered label.more.more-blocks {
	display: none;
}

.b2c section.ccards .filtered.compressed label.more.more-blocks,
.b2c section.ccards .filtered label.more.less-blocks {
	color: var(--b2c-blue-100);
}

.b2b section.ccards .filtered.compressed label.more.more-blocks,
.b2b section.ccards .filtered label.more.less-blocks {
	color: var(--b2b-blue-100);
}

section.ccards .filtered .transform #ch-view {
	display: flex;
	width: 100%;
}

section.ccards .filtered .transform .cc-panel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 235px;
}

section.ccards .transform .cc-panel.border {
	border: 2px solid;
	border-top: 0;
	border-bottom: 0;
	border-radius: 15px;
	box-shadow: 0px 8px 40px rgba(72, 100, 226, 0.2);
}

.b2c section.ccards .transform .cc-panel.border.silver,
.b2b section.ccards .transform .cc-panel.border.silver {
	background-image: linear-gradient(to bottom, var(--dark-silver) 5%,transparent,transparent 0);
	border: 2px solid var(--dark-silver);
}

.b2c section.ccards .transform .cc-panel.border,
.b2c section.ccards .transform .cc-panel.border.blue {
	background-image: linear-gradient(to bottom, var(--b2c-blue-100) 5%,transparent,transparent 0);
	border: 2px solid var(--b2c-blue-100);
}

.b2b section.ccards .transform .cc-panel.border,
.b2b section.ccards .transform .cc-panel.border.blue {
	background-image: linear-gradient(to bottom, var(--b2b-blue-100) 5%,transparent,transparent 0);
	border: 2px solid var(--b2b-blue-100);
}

section.ccards .transform .cc-panel .additional {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	font-family: var(--typeface-2);
	color: var(--b2c-blue-100);
	font-size: var(--body-14-regular-size);
	font-weight: var(--weight-500);
	margin-bottom: -15px;
}

section.ccards .transform .cc-panel.silver .additional {
	color: var(--dark-silver);
}

section.ccards .transform .cc-panel .additional > .material-symbols-outlined {
    font-size: 17px;
}

section.ccards .transform .cc-panel .additional > .text {
    height: 11px;
}

section.ccards .transform .cc-panel .additional img {
	margin: 0 10px 0 0;
}

section.ccards .filtered .transform .cc-panel .info {
	flex: 1 1 auto;
}

section.ccards .filtered .cc-panel.finance:hover {
	background-color: #075da7;
}

section.ccards.no-filter .container {
	padding-top: 40px;
}

section.ccards.hoverlist .cc-panel.no-link .top .imgs img {
	margin-top: 7px;
	margin-bottom: 7px;
}

section.ccards.cardlist.tbswipe #rmv {
	display: flex;
	width: 100%;
}

section.ccards.cardlist.tbswipe .items  {
	margin: 30px 0;
}

section.ccards.cardlist h2 {
	margin: 24px 0 40px;
}

section.ccards.cardlist .cc-panel.card[data-href] {
	cursor: pointer;
}

section.ccards.cardlist .cc-panel.card h4 {
	margin: 8px 0 12px;
}

/* PS-1285 iCorner App restyle */
section.ccards.tbswipe.default .container {
	padding-bottom: 32px;
}

section.ccards.tbswipe.default .dots {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -16px;
}

section.ccards.tbswipe.default .dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 9px;
	margin: 0 8px;
	cursor: pointer;
	outline: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.b2c section.ccards.tbswipe.default .dots span {
	background-color: var(--b2c-blue-60);
}

.b2c section.ccards.tbswipe.default .dots span.tns-nav-active {
	background-color: var(--b2c-blue-10);
}

.b2b section.ccards.tbswipe.default .dots span {
	background-color: var(--b2b-blue-60);
}

.b2b section.ccards.tbswipe.default .dots span.tns-nav-active {
	background-color: var(--b2b-blue-60);
}

/* B2C & B2B Theme - Shared */
.b2c section.ccards.cardlist.primary-color .cc-panel.card:hover,
.b2b section.ccards.cardlist.primary-color .cc-panel.card:hover {
	background-color: var(--white);
}

.b2c section.ccards.cardlist.default-color .cc-panel.card:hover .icon,
.b2b section.ccards.cardlist.default-color .cc-panel.card:hover .icon {
	background-color: var(--white);
}

/* B2C Theme */
.b2c section.ccards.cardlist .cc-panel.card {
	color: var(--dark-blue);
}

.b2c section.ccards.cardlist.primary-color .cc-panel.card,
.b2c section.ccards.cardlist.secondary-color .cc-panel.card {
	color: var(--dark-blue);
}

.b2c section.ccards.cardlist.default-color .cc-panel.card:hover,
.b2c section.ccards.cardlist.secondary-color .cc-panel.card:hover {
	background-color: var(--b2c-blue-100);
	color: var(--white);
}

.b2c section.ccards.cardlist.primary-color .cc-panel.card:hover .icon {
	background-color: var(--b2c-blue-10);
}

.b2c section.ccards.cardlist.default-color .cc-panel.card:hover .icon,
.b2c section.ccards.cardlist.secondary-color .cc-panel.card:hover .icon {
	background-color: var(--white);
}

.b2c section.ccards.cardlist .cc-panel.static p {
	color: var(--white);
}

.b2c section.ccards.cardlist.default-color .cc-panel.card:hover p,
.b2c section.ccards.cardlist.secondary-color .cc-panel.card:hover p {
	color: var(--white);
}

/* B2B Theme */
.b2b section.ccards.cardlist .cc-panel.card {
	color: var(--dark-blue);
}

.b2b section.ccards.cardlist.primary-color .cc-panel.card,
.b2b section.ccards.cardlist.secondary-color .cc-panel.card {
	/*background-color: var(--white);*/
	color: var(--dark-blue);
}

.b2b section.ccards.cardlist.default-color .cc-panel.card:hover,
.b2b section.ccards.cardlist.secondary-color .cc-panel.card:hover {
	background-color: var(--b2b-blue-100);
	color: var(--white);
}

.b2b section.ccards.cardlist.primary-color .cc-panel.card:hover .icon {
	background-color: var(--b2b-blue-10);
}

.b2b section.ccards.cardlist.default-color .cc-panel.card:hover .icon,
.b2b section.ccards.cardlist.secondary-color .cc-panel.card:hover .icon {
	background-color: var(--white);
}

.b2b section.ccards.cardlist .cc-panel.static p {
	color: var(--white);
}

.b2b section.ccards.cardlist.default-color .cc-panel.card:hover p,
.b2b section.ccards.cardlist.secondary-color .cc-panel.card:hover p {
	color: var(--white);
}

/* Media queries */

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

	section.ccards .overview.no-margin {
		padding: 0;
	}

}

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

	section.ccards:not(.tbswipe.default) .items {
		align-items: center;
		transition: none !important;
		transform: none !important;
		width: auto !important;
	}

	section.ccards .items > div {
		width: 100% !important;
	}

	section.ccards.cardlist .filtered .transform {
		width: 100%;
	}

	section.ccards .filtered label.more {
		padding-bottom: 30px;
	}

	section.ccards.tbswipe .items .tns-item {
		margin-left: 0px !important;
	}

	section.ccards.tbswipe.default .items {
		flex-direction: row;
	}

	section.ccards .cta.desktop {
		display: none;
	}

	section.ccards .cta.mobile {
		display: block;
	}

	section.ccards .overview {
		margin-top: 16px;
	}

}

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

	section.ccards .items .cc-panel.mobflat {
		background-color: #eef1f4;
		box-shadow: none;
	}

	section.ccards .items .cc-panel.mobflat .top .icon {
		height: 89px;
		background-color: transparent;
		margin-bottom: 0;
	}

	section.ccards .items .cc-panel.mobflat:hover .info h3 {
		color: #333;
	}

	section.ccards .items .cc-panel.mobflat .bottom .more {
		color: #333 !important;
		opacity: 1;
		max-height: none;
		margin-top: 24px;
	}

	section.ccards .items .cc-panel.mobflat:hover .bottom .arrow-link .icon-arrow {
		width: 22px;
		background-color: #333;
	}

	section.ccards .items .cc-panel.mobflat:hover .bottom .arrow-link .icon-arrow:before, 
	section.ccards .items .cc-panel.mobflat:hover .bottom .arrow-link .icon-arrow:after {
		background-color: #333;
	}

	section.ccards .items .cc-panel.mobflat .bottom .more:hover {
		color: #075da7 !important;
	}

	section.ccards .items .cc-panel.mobflat .bottom .arrow-link:hover .icon-arrow {
		width: 42px;
		background-color: #075da7;
	}

	section.ccards .items .cc-panel.mobflat .bottom .arrow-link:hover .icon-arrow:before, 
	section.ccards .items .cc-panel.mobflat .bottom .arrow-link:hover .icon-arrow:after {
		background-color: #075da7;
	}

}

@media screen and (min-width: 768px) {

	section.ccards h1, section.ccards h2 {
		margin: 64px 0;
		text-align: center;
	}

	section.ccards .cta.desktop .cc-btn {
		justify-content: flex-end;
		position: relative;
		right: 20px;
		height: 56px;
	}

	section.ccards.hoverlist .cc-panel.card.no-link h4 {
		padding-top: 8px;
	}

	section.ccards .overview {
		font-size: 18px;
		line-height: 1.33;
	}

	section.ccards:not(.hoverlist) .items {
		flex-direction: row;
	}

	section.ccards .filtered .transform {
		width: 50%;
		padding: 0 12px;
		display: flex;
	}

	section.ccards .features .transform {
		max-width: 50%;
		padding: 0 12px;
		flex: 1 1 auto;  
	}

	section.ccards .items .cc-panel {
		flex: 1 1 362px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		transition: background-color 0.2s ease;
	}

	section.ccards .items .cc-panel .info {
		flex: 1 1 auto;
	}

	section.ccards .cc-panel.horizontal {
		display: flex;
	}

	section.ccards .cc-panel.horizontal .top .imgs {
		width: auto;
		flex: 0 0 308px;
	}

	section.ccards .cc-panel.horizontal .info {
		margin: 0 0 0 48px;
		flex: 1 1 auto;
	}

	section.ccards .cc-panel.horizontal .info h4 {
		margin-top: 0;
	}

	section.ccards .cc-panel .top .imgs {
		transition: 0.5s;
	}

	section.ccards:not(.lgwide) .cc-panel:not(.horizontal) .top .imgs:hover {
		-webkit-transform: rotate(-3deg) scale(1.05);
		-ms-transform: rotate(-3deg) scale(1.05);
		-moz-transform: rotate(-3deg) scale(1.05);
		transform: rotate(-3deg) scale(1.05);
		transition: 0.5s;
	}

	section.ccards.lgwide .cc-panel .top .imgs:hover {
		transform: scale(0.9);
	}

	section.ccards .cc-panel:hover .top .hlight {
		z-index: 1;
	}

	section.ccards .cc-panel.no-link:hover .top .imgs img {
		transform: none;
	}

	section.ccards .cc-panel.no-link:hover .top .hlight {
		bottom: auto;
	}

	section.ccards .cc-panel.no-link:hover .info li:before {
		background-color: none;
	}

	section.ccards:not(.cardlist) .dots {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 16px;
	}

	section.ccards .dots span {
		display: inline-block;
		width: 16px;
		height: 16px;
		border-radius: 9px;
		margin: 0 8px;
		cursor: pointer;
		outline: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}

	.b2c section.ccards .dots span {
		background-color: var(--b2c-blue-10);
	}

	.b2c section.ccards .dots span.tns-nav-active {
		background-color: var(--b2c-blue-60);
	}

	.b2b section.ccards .dots span {
		background-color: var(--b2b-blue-10);
	}

	.b2b section.ccards .dots span.tns-nav-active {
		background-color: var(--b2b-blue-60);
	}

	section.ccards .dots span:last-child {
		display: none;
	}

	section.ccards .tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
		margin: 0 auto !important;
		display: flex;
	}
	
	section.ccards.cardlist .items {
		flex-wrap: wrap;
		justify-content: center;
	}

	section.ccards.cardlist:not(.hoverlist) .container .items {
		justify-content: space-between;
	}

	section.ccards.cardlist > .items {
		margin: 0 8px;
	}

	section.ccards.cardlist .items > div {
		padding: 0 24px 0 0;
		flex: 1 1 auto;
		max-width: 50%;
	}

	section.ccards.cardlist.border-top .items > div {
		width: 100%;
	}

	section.ccards.hoverlist .items > div {
		max-width: none;
		padding: 0;
	}

	section.ccards.cardlist .items .cc-panel {
		flex: 1 1 auto;
		min-height: 235px;
	}

	section.ccards:not(.cardlist) .cc-panel .bottom .arrow-link {
		align-self: flex-start;
	}

	section.ccards.smwide .items {
		margin: 0 24px;
		justify-content: center;
	}

	section.ccards.smwide .items > div {
		flex: unset;
		max-width: none;
	}

	section.ccards.smwide .cc-panel .info > * {
		margin-left: 24px;
	}

	section.ccards.smwide .cc-panel .bottom .arrow-link {
		align-self: flex-end;
	}

	section.ccards.smwide .transform {
		padding: 0 16px;
	}

	section.ccards a.show-all {
		position: absolute;
		margin-top: 0;
		top: -50px;
		right: 40px;
		text-align: right;
	}

	section.ccards a.show-all.home {
		top: 94px;
		right: 64px;
	}

	section.ccards.hoverlist .items .cc-panel:not(.static):hover {
		box-shadow: none;
	}

	section.ccards.hoverlist .flex-list div.transform {
		display: flex;
		padding: 0;
		flex: 1 1 auto;
		max-width: none;
	}

	section.ccards.hoverlist .cc-panel {
		flex: 1 1 auto;
	}

	section.ccards.hoverlist .cc-panel .header, section.ccards.hoverlist .cc-panel .top {
		display: flex;
		margin: 0 0 0 12px;
	}

	section.ccards.hoverlist .cc-panel .header .icon, section.ccards.hoverlist .cc-panel .top .imgs {
		margin: -8px 16px 0 -8px;
	}

	section.ccards.hoverlist .cc-panel .header h4, section.ccards.hoverlist .cc-panel .top h3 {
		padding-top: 8px;
		transition: all 0.2s linear;
	}

	section.ccards.hoverlist .cc-panel .info ul {
		margin-left: 12px;
	}

	section.ccards.cardlist.tbswipe h2 {
		margin: 40px 150px 50px;
		text-align: center;
	}

	section.ccards .cta.desktop {
		display: block;
	}

	section.ccards .cta.mobile {
		display: none;
	}

	/* PS-1285 iCorner App restyle */
	section.ccards.tbswipe.default .container {
		padding-bottom: 1px;
	}
	
	section.ccards.tbswipe.default .dots {
		display: none;
	}

}

@media screen and (min-width: 992px) {

	section.ccards.smwide .cc-panel .info > * {
		margin-left: 32px;
	}

	section.ccards.smwide .cc-panel .bottom .arrow-link {
		margin-top: -24px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	section.ccards .filtered label.more {
		padding-bottom: 35px;
	}

}

@media screen and (min-width: 1200px) {

	section.ccards .overview {
		margin-bottom: 56px;
	}

	section.ccards .overview.no-margin {
		margin-bottom: 0;
	}

	section.ccards .dots {
		display: none;
	}

	section.ccards.cardlist .items {
		margin: 0 -16px;
	}

	section.ccards.cardlist .items > div {
		display: flex;
		max-width: 33%;
		padding: 0 16px;
	}

	section.ccards.cardlist.border-top .items > div {
		width: 100%;
	}

	section.ccards .filtered .transform {
		max-width: 33%;
		padding: 0 16px;
	}

	section.ccards .features .transform {
		max-width: 33%;
		padding: 0 16px;
		flex: 1 1 auto;
	}

	section.ccards.cardlist .cc-panel {
		margin-bottom: 32px;
	}

	section.ccards.smwide .items {
		margin: 0 12px;
	}

	section.ccards.smwide .cc-panel .info > * {
		margin-left: 0;
	}

	section.ccards.smwide .cc-panel .info h3 {
		margin-top: 23px;
	}

	section.ccards.smwide .cc-panel .bottom .arrow-link {
		align-self: flex-start;
		margin-top: 72px;
	}

	section.ccards.lgwide .items {
		margin: 0 24px;
	}

	section.ccards.lgwide .items > div {
		padding: 0;
		flex: 1 1 100%;
		max-width: none;
	}

	section.ccards.lgwide .cc-panel {
		flex-direction: row;
	}

	section.ccards.lgwide .cc-panel .top,
	section.ccards.lgwide .cc-panel .bottom {
		flex: 0 0 304px;
	}

	section.ccards.lgwide .cc-panel .info {
		flex: 1 1 auto;
	}

	section.ccards.lgwide .cc-panel .info > * {
		margin-left: 24px;
		margin-right: 24px;
	}

	section.ccards.lgwide .cc-panel .info h3 {
		margin-top: 0;
	}

	section.ccards.lgwide .cc-panel .bottom .arrow-link {
		align-self: flex-end;
	}

	section.ccards.hoverlist .container .items, section.ccards.hoverlist .container .flex-list > div {
		margin: 0 -12px;
		flex-direction: row;
	}

	section.ccards.hoverlist .items > div, section.ccards.hoverlist .flex-list div.transform {
		display: flex;
		padding: 0 12px;
		flex: 1 1 30%;
	}

	section.ccards.hoverlist .flex-list div.transform {
		max-width: 33%;
	}

	section.ccards.hoverlist .cc-panel {
		padding-top: 16px;
		padding-bottom: 16px;
		margin: 72px 0;
		transition: all .25s linear;
	}

	section.ccards.hoverlist .cc-panel .header, section.ccards.hoverlist .cc-panel .top {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		z-index: 1;
		transition: all .25s ease;
	}

	section.ccards.hoverlist .cc-panel .header .icon, section.ccards.hoverlist .cc-panel .top .imgs {
		margin: 0;
	}

	section.ccards.hoverlist .cc-panel .info {
		margin: 0;
		opacity: 0;
		transition: padding .25s linear, opacity .25s linear;
	}

	section.ccards.hoverlist .cc-panel .info ul {
		margin-left: 0;
		min-height: 200px;
	}

	section.ccards.hoverlist .cc-panel:hover {
		padding: 24px 32px;
		margin: 0;
	}

	section.ccards.hoverlist .cc-panel:hover .header, section.ccards.hoverlist .cc-panel:hover .top {
		top: 24px;
		transform: translateY(0);
	}

	section.ccards.hoverlist .cc-panel:hover .header h4, section.ccards.hoverlist .cc-panel:hover .top h3 {
		padding-top: 0;
	}

	section.ccards.hoverlist .cc-panel:hover .info {
		opacity: 1;
		padding-top: 114px;
		transition: padding .25s linear, opacity .35s linear;
	}

	section.ccards .cc-panel.horizontal .info ul {
		display: flex;
		flex-wrap: wrap;
	}

	section.ccards .cc-panel.horizontal .info ul li:nth-child(odd) {
		flex: 1 1 40%;
		padding-right: 56px;
	}

	section.ccards .cc-panel.horizontal .info ul li:nth-child(even) {
		flex: 1 1 40%;
		padding-right: 0;
	}

	section.ccards.tbswipe .items .tns-item {
		margin-left: 0px !important;
	}

}
