/* .SOLUTIONS-PFA */

.SOLUTIONS-PFA {
	overflow: hidden;
}

.SOLUTIONS-PFA .deco {
	position: absolute;
	top: calc(var(--page-head-height) * -1);
	right: 100%;
	width: 368rem;
	height: 450rem;
	background: url(images/deco-pfa.svg) no-repeat center / 100%;
}

.SOLUTIONS-PFA .image {
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 1080rem;
	height: 559rem;
	background: url(images/pfa-image.webp) no-repeat center / 100%;
	transform: translate(-400rem, 0);
}

.SOLUTIONS-PFA .content {
	min-height: 600rem;
}

.SOLUTIONS-PFA h1 {
	margin-bottom: -0.25em;
}

.SOLUTIONS-PFA p {
	max-width: 660rem;
	margin: 1.5em 0;
}

@media screen and (max-width: 960px) {
	.SOLUTIONS-PFA .b-frame {padding-bottom: 250rem;}
	.SOLUTIONS-PFA .deco {display: none; right: 0; transform: translate(140px, -235px) scale(0.5);}
	.SOLUTIONS-PFA .content {min-height: 0;}
	.SOLUTIONS-PFA .image {transform: translate(-540rem, 170rem) scale(0.6);}
	.SOLUTIONS-PFA p {margin: 1em 0;}
}



/* .SOLUTIONS-BENEFITS */

.SOLUTIONS-BENEFITS {
	background: var(--light-grey);
}

.SOLUTIONS-BENEFITS .card {
	background: var(--white);
	padding: 30rem;
	border-radius: 10rem;
	height: 100%;
	box-sizing: border-box;
}

.SOLUTIONS-BENEFITS .card .image {
	width: 125rem;
	height: 125rem;
	margin-bottom: 30rem;
}

@media screen and (max-width: 960px) {
	.SOLUTIONS-BENEFITS .card {padding: 20rem;}
	.SOLUTIONS-BENEFITS .card .image {width: 100rem; height: 100rem; margin-bottom: 20rem;}
}



/* SOLUTIONS-VS */

.SOLUTIONS-VS .row:not(:last-child) {
	padding-bottom: 40rem;
}

.SOLUTIONS-VS .label {
	position: relative;
	height: 100%;
	text-align: center;
	color: var(--pink-purple);
	font-weight: 700;
	font-size: 32rem;
	margin-top: -5rem;
}

.SOLUTIONS-VS .label::after {
	content: '';
	position: absolute;
	top: 55rem;
	bottom: -30rem;
	left: 50%;
	width: 2rem;
	background: var(--pink-purple);
	transform: translate(-50%, 0);
}

.SOLUTIONS-VS .row:nth-child(1) .label::before {content: 'vs';}
.SOLUTIONS-VS .row:nth-child(2) .label::before {content: '01';}
.SOLUTIONS-VS .row:nth-child(3) .label::before {content: '02';}
.SOLUTIONS-VS .row:nth-child(4) .label::before {content: '03';}
.SOLUTIONS-VS .row:nth-child(5) .label::before {content: '04';}
.SOLUTIONS-VS .row:nth-child(6) .label::before {content: '05';}
.SOLUTIONS-VS .row:nth-child(7) .label::before {content: '06';}
.SOLUTIONS-VS .row:nth-child(8) .label::before {content: '07';}
.SOLUTIONS-VS .row:nth-child(9) .label::before {content: '08';}
.SOLUTIONS-VS .row:nth-child(10) .label::before {content: '09';}

.SOLUTIONS-VS .row:first-child .label::after {
	top: 0;
	bottom: auto;
	height: 80rem;
	width: 80rem;
	background: transparent;
	border: 2rem solid var(--pink-purple);
	border-radius: 100%;
	transform: translate(-50%, -17rem);
}

.SOLUTIONS-VS .row:last-child .label::after {display: none;}

.SOLUTIONS-VS .b-column:first-child .content {max-width: 400rem; margin-left: auto; margin-right: -40rem; text-align: right;}
.SOLUTIONS-VS .b-column:last-child .content {max-width: 400rem; margin-right: auto; margin-left: -40rem;}

.SOLUTIONS-VS .row:first-child .b-columns {align-items: center;}


@media screen and (min-width: 961px) {
	.SOLUTIONS-VS .row[data-visible] {transition: transform 0.33s, opacity 0.33s; transition-delay: 0.33s; will-change: opacity, transform;}
	.SOLUTIONS-VS .row[data-visible="false"]{opacity: 0; transform: translate(0, 50%);}
	.SOLUTIONS-VS .row[data-visible="true"] {opacity: 1; transform: translate(0, 0);}
}

@media screen and (max-width: 960px) {
	.SOLUTIONS-VS .row {margin: 0 -15rem;}
	.SOLUTIONS-VS .content {margin: 0 !important; font-size: 12rem;}
	.SOLUTIONS-VS .content h4 {font-size: 16rem;}
	.SOLUTIONS-VS .content h3 {font-size: 18rem;}
	.SOLUTIONS-VS .label {font-size: 16rem; margin: -2rem -10rem 0;}
	.SOLUTIONS-VS .label::after {top: 30rem;}
	.SOLUTIONS-VS .row:first-child .label::after {display: none;}
	.SOLUTIONS-VS .row:first-child .b-columns {align-items: flex-start;}
	.SOLUTIONS-VS .b-column[data-width="5"] {width: calc(50% - 10rem);}
	.SOLUTIONS-VS .b-column[data-width="2"] {width: 20rem;}
}



/* SOLUTIONS-SOLUTIONS */

.SOLUTIONS-SOLUTIONS {
	background: var(--light-grey);
}

.SOLUTIONS-SOLUTIONS .deco {
	position: absolute;
	top: 0;
	right: 100%;
	width: 721rem;
	height: 471rem;
	background: url(images/deco-solutions.svg) no-repeat center / 100%;
	transform: translate(200rem, 0);
}

.SOLUTIONS-SOLUTIONS .panel ul {
	margin: 40rem 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.SOLUTIONS-SOLUTIONS .panel li {
	background: url(images/ui-check.svg) no-repeat top left / 36rem 36rem;
	min-height: 36rem;
	padding: 0 56rem;
	margin-bottom: 40rem;
	flex: 0 0 auto;
	width: 50%;
	box-sizing: border-box;
}

.SOLUTIONS-SOLUTIONS .panel .image {
	margin-top: 40rem;
}

.SOLUTIONS-SOLUTIONS .panel .b-button {
	margin: 3rem;
}

.SOLUTIONS-SOLUTIONS .labels {
	margin-bottom: 60rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--blue-teal);
}

.SOLUTIONS-SOLUTIONS .label {
	margin-bottom: -2px;
	border-bottom: 3px solid transparent;
	transition: border-color 0.25s;
}

.SOLUTIONS-SOLUTIONS .label button {
	cursor: pointer;
	max-width: 100%;
	vertical-align: bottom;
	display: inline-block;
	box-sizing: border-box;
	color: var(--blue-teal);
	font-family: inherit;
	font-weight: 400;
	font-size: 18rem;
	line-height: 1.25;
	width: auto;
	padding: 0;
	margin-bottom: 10rem;
	background: transparent;
	border: none;
	border-radius: 0;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.SOLUTIONS-SOLUTIONS .panels {
	position: relative;
	max-height: 9999rem;
	height: 1000rem;
	transition: max-height 0.25s;
}

.SOLUTIONS-SOLUTIONS .panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	transition: opacity 0.25s;
}

.SOLUTIONS-SOLUTIONS .tabs[data-active="1"] .label:nth-child(1),
.SOLUTIONS-SOLUTIONS .tabs[data-active="2"] .label:nth-child(2),
.SOLUTIONS-SOLUTIONS .tabs[data-active="3"] .label:nth-child(3),
.SOLUTIONS-SOLUTIONS .tabs[data-active="4"] .label:nth-child(4) {border-color: var(--blue-teal);}

.SOLUTIONS-SOLUTIONS .tabs[data-active="1"] .label:nth-child(1) button,
.SOLUTIONS-SOLUTIONS .tabs[data-active="2"] .label:nth-child(2) button,
.SOLUTIONS-SOLUTIONS .tabs[data-active="3"] .label:nth-child(3) button,
.SOLUTIONS-SOLUTIONS .tabs[data-active="4"] .label:nth-child(4) button {font-weight: 700;}

.SOLUTIONS-SOLUTIONS .tabs[data-active="1"] .panel:nth-child(1),
.SOLUTIONS-SOLUTIONS .tabs[data-active="2"] .panel:nth-child(2),
.SOLUTIONS-SOLUTIONS .tabs[data-active="3"] .panel:nth-child(3),
.SOLUTIONS-SOLUTIONS .tabs[data-active="4"] .panel:nth-child(4) {opacity: 1; pointer-events: all;}

@media screen and (min-width: 961px) {
	.SOLUTIONS-SOLUTIONS .left-offset {margin-left: 300rem;}
	.SOLUTIONS-SOLUTIONS .panel .image {clear: both; padding-top: 40rem;}
	.SOLUTIONS-SOLUTIONS .panel h3 {padding-bottom: 10rem;}
	.SOLUTIONS-SOLUTIONS .panel h3 + p {float: right; width: 600rem;}
	.SOLUTIONS-SOLUTIONS .panel h3 + p + p {float: left; width: 220rem;}
}

@media screen and (max-width: 960px) {
	.SOLUTIONS-SOLUTIONS .deco {display: none;}
	.SOLUTIONS-SOLUTIONS .panel ul {margin-top: 20rem;}
	.SOLUTIONS-SOLUTIONS .panel li {width: 100%; margin-bottom: 20rem;}
	.SOLUTIONS-SOLUTIONS .labels {margin-bottom: 40rem; border-bottom: none; border-left: 1px solid var(--blue-teal); display: block;}
	.SOLUTIONS-SOLUTIONS .label {border-bottom: none; border-left: 3px solid transparent; margin: 0 0 5rem -2px;}
	.SOLUTIONS-SOLUTIONS .label button {margin: 0 0 0 10rem;}
}



/* SOLUTIONS-CTA */

.SOLUTIONS-CTA {
	overflow: hidden;
	background: var(--blue-teal);
	color: var(--white);
}

.SOLUTIONS-CTA .deco {
	position: absolute;
	top: 0;
	right: 100%;
	width: 368rem;
	height: 328rem;
	background: url(images/deco-cta.svg) no-repeat center / 100%;
	transform: translate(-60rem, 0);
}

.SOLUTIONS-CTA .image {
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 1072rem;
	height: 555rem;
	background: url(images/cta-image.webp) no-repeat center / 100%;
	transform: translate(-400rem, 120rem);
}

.SOLUTIONS-CTA .content {
	max-width: 760rem;
}

.SOLUTIONS-CTA p {
	margin: 1em 0;
}

@media screen and (max-width: 960px) {
	.SOLUTIONS-CTA .b-frame {padding-bottom: 250rem;}
	.SOLUTIONS-CTA .deco {display: none;}
	.SOLUTIONS-CTA .image {transform: translate(-540rem, 170rem) scale(0.6);}
}
