


.icon__to-top {
	position: fixed;
	bottom: 0;
	left: calc(50vw + ((var(--wrapper-max-width) / 2) - 1rem));
	width: 60px;
	height: 60px;
	cursor: pointer;
	transform: translate(-100%,100%);
	transition: all 0.5s ease;
	z-index: 20;
}

.icon__to-top.shazam {
	transform: translate(-100%,-100%);
}
.icon__to-top svg {
	transform: translateY(0);
	transition: all 0.2s ease;
}

@media (hover: hover) {
	.icon__to-top:hover svg {
		transform: translateY(-5px);
	}
}
@media (max-width: 540px) {
	.icon__to-top {
		left: calc(50vw + ((var(--wrapper-max-width) / 2) - 2rem));
	}
	.icon__to-top,
	.icon__to-top svg {
		width: 40px;
		height: 40px;
	}
}



.benefits__container-outer .title {
	line-height: 1.25;
}

.benefits {
	padding-top: 4rem;
}
@media (max-width: 540px) {
	.benefits {
		padding-top: 2rem;
	}
}

.benefit {
	flex: 0 0 calc(((100% / 12) * 3) - (3rem / (4/3)));
	background-color: #F3F8F7;
	border-radius: 6px;
	padding: 4rem 3.5rem;
	margin-bottom: 3rem;
}
@media (max-width: 768px) {
	.benefit {
		flex: 0 0 calc(50% - 1.5rem);
	}
}
.benefit:not(:last-of-type) {
	margin-right: 3rem;
}
@media (max-width: 768px) {
	.benefit {
		flex: 0 0 calc(50% - 1.5rem);
	}
	.benefit:nth-child(2n + 2) {
		margin-right: 0;
	}
}
@media (max-width: 540px) {
	.benefit {
		flex: 0 0 100%;
		margin-right: 0;
	}
}
.benefit__title {
	padding-bottom: 1.5rem;
}



.blog-post__title {
	padding-bottom: 4rem;
}

.blog-post {
	position: relative;
	flex: 0 0 calc(((100% / 12) * 4) - (3rem / (3/2)));
	
}
.blog-post:not(:last-of-type) {
	margin-right: 3rem;
}

@media (max-width: 768px) {
	.blog-post {
		flex: 0 0 100%;
	}
	.blog-post:not(:last-of-type) {
		margin-right: 0rem;
		margin-bottom: 4rem;
	}
}

.blog-post__image-container {
	width: 100%;
	height: 246px;
	line-height: 0;
	margin-bottom: 2rem;
	border-radius: 6px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.blog-post__image-container {
		margin-bottom: 1rem;
	}
}
.blog-post__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	transform: scale(1);
	transition: transform 0.5s ease;
}
.blog-post:hover .blog-post__image {
	transform: scale(1.1);
}

.blog-post__tag {
	font-size: 1.8rem;
	font-weight: 600;
	padding-bottom: 2rem;
}
@media (max-width: 768px) {
	.blog-post__tag {
		padding-bottom: 1rem;
	}
}

.blog-post__tag[data-format="articles"] {
	color: #A36F8A;
}
.blog-post__tag[data-format="insights"] {
	color: #FBBB21;
}
.blog-post__tag[data-format="hot-topics"] {
	color: #7C6EB0;
}

.blog-post__name {
	font-size: 2.2rem;
	line-height: 1.36;
}

.blog-post__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}



.challenges__container-outer .title {
	line-height: 1.25;
	padding-bottom: 4rem;
}

.challenges__container-inner {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.challenges__container-inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translateX(-50vw);
	background-color: #F3F8F7;
	z-index: -1;
}
@media (max-width: 540px) {
	.challenges__container-inner {
		padding-top: 2rem;
	}
}

.challenge {
	flex: 0 0 calc(((100% / 12) * 4) - (3rem / (3/2)));
	background-color: var(--white-color);
	border-radius: 6px;
	padding: 4rem;
	margin-bottom: 3rem;
	box-shadow: inset 0 0 0 1px #D2CDDA;
}
@media (max-width: 768px) {
	.challenge {
		flex: 0 0 calc(50% - 1.5rem);
	}
}

.challenge:not(:last-of-type) {
	margin-right: 3rem;
}
@media (max-width: 768px) {
	.challenge {
		flex: 0 0 calc(50% - 1.5rem);
	}
	.challenge:nth-child(2n + 2) {
		margin-right: 0;
	}
}
@media (max-width: 540px) {
	.challenge {
		flex: 0 0 100%;
		margin-right: 0;
		padding: 2.5rem;
	}
}
.challenge__title {
	font-size: 2.2rem;
}
.challenge__title,
.challenge__description {
	display: inline;
	line-height: 1.44;
}



.faqs__container-inner {
	position: relative;
	width: calc((100% / 12) * 10);
	margin: 0 auto;
}
.faqs__container-inner[data-bkg="true"] {
	padding-top: 4rem;
	padding-bottom: 8rem;
}
@media (max-width: 768px) {
	.faqs__container-inner {
		width: 100%;
	}
}
.faqs__container-inner[data-bkg="true"]::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translateX(-50vw);
	background-color: #F3F8F7;
	z-index: -1;
}

.faqs__title {
	max-width: 80%;
	line-height: 1.2;
	margin: 0 auto;
	padding-bottom: 4rem;
}
.faqs__title span {
	display: inline;
}
.faqs {
	--padding-right: 22.5%;
	background-color: var(--white-color);
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px #D2CDDA;
	padding: 7rem 11.5rem 4rem 11.5rem;
}
@media (max-width: 768px) {
	.faqs {
		--padding-right: 12.5%;
		padding: 7rem 7rem 4rem 7rem;
	}
}
@media (max-width: 540px) {
	.faqs {
		--padding-right: 12.5%;
		padding: 4rem;
	}
}
.faq__input {
	display: none;
}
.faq__question {
	position: relative;
	display: block;
	font-size: 2.2rem;
	line-height: 1.36;
	padding-right: var(--padding-right);
}
.faq__question::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33'%3E%3Cg id='plus_btn' transform='translate(-0.5 -0.5)'%3E%3Ccircle id='ellipse' cx='16' cy='16' r='16' transform='translate(1 1)' fill='none' stroke='rgba(29,6,71,0.15)' stroke-width='1'/%3E%3Cg id='plus_path' transform='translate(-982.73 -444.099)'%3E%3Cpath id='plus_path_2' d='M993.73,460.1h12.5v2.5h-12.5Z' transform='translate(1461.329 -538.631) rotate(90)' fill='%23604f7f'/%3E%3Cpath id='plus_path_1' d='M993.73,460.1h12.5v2.5h-12.5Z' fill='%23604f7f'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: all 0.2s ease;
}
@media (max-width: 768px) {
	.faq__question::after {
		width: 22px;
		height: 22px;
	}
}
.faq__answer {
	position: relative;
	max-height: 0;
	overflow-y: hidden;
	transition: all 0.5s ease;
}
.faq__spacer {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: rgb(24, 195, 191, 0.21);
	margin: 2.85rem 0;
}
.faq__answer p {
	padding-top: 2rem;
	padding-bottom: 1rem;
	padding-right: var(--padding-right);
	color: rgba(29, 6, 71, 0.7);
}
@media (max-width: 480px) {
	.faq__answer p {
		padding-right: 0;
	}
}
.faqs .more-button {
	padding-top: 4rem;
	text-align: center;
}
.faqs .more-button a {
	position: relative;
	padding: var(--cta-padding);
	font-size: var(--cta-font-size);
	line-height: var(--cta-line-height);
	font-weight: var(--cta-font-weight);
	text-transform: var(--cta-text-transform);
	color: var(--white-color);
	border-radius: var(--cta-border-radius);
	background: #674385;
	box-shadow: inset 0 0 0 1px #674385;
	transition: var(--cta-transition);
}
.faqs .more-button a:hover {
	color: #674385;
	background: var(--white-color);
}



.footer__container-outer {
	position: relative;
	background-color: #FAFAFB;
	padding-top: 6rem;
	padding-bottom: 2.5rem;
}
@media (max-width: 800px) {
	.footer__container-outer {
		padding-top: 5rem;
		padding-bottom: 3.5rem;
	}
}
.footer__container-outer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(29, 6, 71, 0.13);
}

.footer__container-inner {
	justify-content: space-between;
}

.footer__logo {
	flex: 0 0 calc((100% / 12) * 3);
}
@media (max-width: 800px) {
	.footer__logo {
		flex: 0 0 100%;
		padding-bottom: 2rem;
	}
	.footer__logo img {
		width: 105px!important; /* because hubspot logo ... */
		height: 35px;
	}
}

.contact-us {
	margin-left: 3rem;
}
/*
@media (max-width: 800px) {
	.contact-us {
		min-height: 40px;
		flex: 0 0 100%;
		margin-left: 0rem;
		padding-top: 3rem;
	}
}
*/
.socials {
	flex: 0 0 auto;
	margin-left: 3rem;
}
@media (max-width: 800px) {
	.socials {
		flex: 0 0 100%;
		margin-left: 0rem;
		padding-top: 3rem;
	}
}
.social__link {
	width: 32px;
	height: 32px;
}
.social__link:not(:last-of-type) {
	margin-right: 2rem;
}
.social__link .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_icon {
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 1px var(--secondary-color);
	background-color: var(--secondary-color);
	border-radius: 50%;
	display: inline-flex;
	transition: all 0.2s ease;
}
.social__link .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_icon svg {
	width: 16px;
	height: 16px;
	margin: auto;
}
.social__link .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_icon svg path {
	fill: var(--white-color);
	transition: all 0.2s ease;
}
@media (hover: hover) {
	.social__link:hover .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_icon {
		background-color: #FAFAFB;
	}
	.social__link:hover .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_icon svg path {
		fill: var(--secondary-color);
	}
}
.footer__legals {
	position: relative;
	flex: 0 0 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 6rem;
}
@media (max-width: 800px) {
	.footer__legals {
		justify-content: flex-start;
		flex-direction: column;
		padding-top: 5rem;
		flex-wrap: nowrap;
	}
}
.footer__legals::before {
	content: "";
	position: absolute;
	top: 4rem;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(29, 6, 71, 0.13);
}
@media (max-width: 800px) {
	.footer__legals::before {
		top: 3rem;
	}
}
.footer__copyright {
	color: rgba(29, 6, 71, 0.5);
	font-size: var(--font-size-content);
	line-height: 1.78;
}
.footer__legals__links {
	
}

.footer__legals__link {
	margin-left: 4rem;
	font-size: var(--font-size-content);
	line-height: 1.78;
	color: rgba(29, 6, 71, 0.5);
}
@media (max-width: 800px) {
	.footer__copyright,
	.footer__legals__links,
	.footer__legals__link {
		width: 100%;
	}
	.footer__copyright {
		padding-bottom: 0.5rem;
		color: rgba(29, 6, 71, 1);
	}
	.footer__copyright p {
		font-size: 1.6rem;
		line-height: 1.38;
	}
	.footer__legals__link {
		font-size: 1.6rem;
		line-height: 1.38;
		margin-left: 0;
		color: rgba(29, 6, 71, 1);
	}
	.footer__legals__link:not(:last-of-type) {
		padding-bottom: 0.5rem;
	}
}



.header-container-wrapper {
	position: sticky;
	top: 0;
	z-index: 20;
	transition: all 0.5s ease;
}
.down .header-container-wrapper {
	top: -90px;
}

.header__container-outer {
	position: relative;
	height: 90px;
	background-color: var(--white-color);
}
@media (max-width: 1024px) {
	.header__container-outer {
		height: 70px;
	}
	.down .header-container-wrapper {
		top: -70px;
	}
}
.header__container-outer::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--primary-color);
	opacity: 0.13;
}

.header__container-outer .wrapper {
	width: 100%;
}
.header__container-inner {
	flex-grow: 1;
	justify-content: space-between;
}
.header__logo,
.header__logo * {
	line-height: 0;
}
@media (max-width: 1024px) {
	.header__logo img {
		height: 34px
	}
}

.header__menu {
	height: 100%;
}
.header__menu .header__lang {
	position: relative;
	background-color: #7D68B7;
	padding: 0 1.5rem;
}
.ty .header__menu .header__lang {
	display: none;
}

.header__lang .header__lang-container {
	position: absolute;
	top: 100%;
	left: 0;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	background-color: inherit;
	transition: all 0.2s ease;
}

.header__lang:hover .header__lang-container {
	max-height: 150px;
}
.header__lang-container .lang__link {
	padding: 1rem;
	text-transform: uppercase;
	flex: 0 0 100%;
	text-align: center;
	color: var(--white-color);
	font-size: 1.4rem;
	line-height: 1.2;
}

.header__lang .header__icon-dropdown {
	--Ypos: -1.5rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-50%, var(--Ypos)) scaleY(1);
	transform-origin: center;
	transition: transform 0.2s ease;
}
.header__lang:hover .header__icon-dropdown {
	transform: translate(-50%, var(--Ypos)) scaleY(-1);
}
@media (max-width: 540px) {
	.header__lang .header__icon-dropdown {
		--Ypos: -0.75rem;
	}
}

.header__menu .icon {
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.header__menu .header__lang .lang__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.4' height='20.4' viewBox='0 0 20.4 20.4'%3E%3Cg id='world' transform='translate(-0.801 -0.8)'%3E%3Cpath id='world-2' data-name='world' d='M10,0A10,10,0,1,0,20,10,10,10,0,0,0,10,0Zm8.649,13.5-2.844.491a14.953,14.953,0,0,0,.523-3.66h3a9.308,9.308,0,0,1-.676,3.17h0ZM.675,10.333h3a14.954,14.954,0,0,0,.523,3.661L1.351,13.5a9.285,9.285,0,0,1-.676-3.17ZM1.351,6.5,4.2,6.006a14.953,14.953,0,0,0-.523,3.66h-3A9.308,9.308,0,0,1,1.351,6.5Zm8.982-1.145a22.9,22.9,0,0,1,3.574.326l1.176.2a14.321,14.321,0,0,1,.579,3.786H10.333V5.352Zm3.687-.33a23.6,23.6,0,0,0-3.687-.337v-4c1.911.184,3.571,1.934,4.512,4.48l-.825-.144ZM9.667,4.685a23.729,23.729,0,0,0-3.687.336l-.825.143c.94-2.547,2.6-4.3,4.512-4.48Zm-3.573.993a23,23,0,0,1,3.573-.326V9.667H4.338a14.321,14.321,0,0,1,.579-3.786l1.177-.2ZM4.338,10.333H9.667v4.315a22.9,22.9,0,0,1-3.574-.326l-1.176-.2a14.321,14.321,0,0,1-.579-3.786ZM5.98,14.98a23.719,23.719,0,0,0,3.687.337v4c-1.911-.183-3.571-1.933-4.512-4.48l.825.143Zm4.353.337a23.73,23.73,0,0,0,3.687-.337l.825-.143c-.94,2.547-2.6,4.3-4.512,4.48Zm3.573-.994a23,23,0,0,1-3.573.326V10.334h5.329a14.321,14.321,0,0,1-.579,3.786l-1.177.2Zm2.422-4.655A14.954,14.954,0,0,0,15.8,6.007l2.844.49a9.285,9.285,0,0,1,.676,3.17h-3Zm1.983-3.9-2.726-.47a9.184,9.184,0,0,0-2.652-4.15A9.371,9.371,0,0,1,18.311,5.763ZM7.067,1.142a9.184,9.184,0,0,0-2.652,4.15l-2.726.47a9.377,9.377,0,0,1,5.378-4.62Zm-5.378,13.1,2.726.47a9.184,9.184,0,0,0,2.652,4.15,9.371,9.371,0,0,1-5.378-4.62Zm11.244,4.62a9.184,9.184,0,0,0,2.652-4.15l2.726-.47A9.377,9.377,0,0,1,12.933,18.858Z' transform='translate(1.001 1)' fill='%23fff' stroke='%23fff' stroke-width='0.4'/%3E%3C/g%3E%3C/svg%3E%0A");
	margin-right: 1rem;
}
.header__menu .header__lang .lang {
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.29;
	letter-spacing: 0.08rem;
	color: var(--white-color);
}

.header__menu .header__contact {
	background-color: var(--secondary-color);
	padding: 0 5rem;
	font-size: 1.4rem;
	line-height: 1.29;
	letter-spacing: 0.08rem;
	text-transform: uppercase;
	color: var(--white-color);
}
.header__menu .header__contact .contact__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.247' height='15.033' viewBox='0 0 20.247 15.033'%3E%3Cg id='mail' transform='translate(-0.985 -0.467)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='18.647' height='13.433' rx='2' transform='translate(1.785 1.267)' fill='none' stroke='%23fff' stroke-width='1.6'/%3E%3Cpath id='Tracé_1' data-name='Tracé 1' d='M1.036,1.033l8.288,6.2,8.288-6.2' transform='translate(1.785 1.267)' fill='none' stroke='%23fff' stroke-width='1.6' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
	margin-right: 1rem;
}
@media (max-width: 540px) {
	.container-fluid .row-fluid .header__container-outer > .wrapper {
		padding-right: 0;
	}
	.header__menu .header__contact {
		padding: 0 1.5rem 0 2.5rem;
	}
	.header__menu .header__contact .contact {
		display: none;
	}
}



.tag {
	display: inline-block;
	color: var(--white-color);
	padding: 0.8rem 2rem;
	border-radius: 6px;
	font-size: 1.6rem;
}
.pre-title {
	padding-top: 4rem;
	color: var(--main-color);
	font-size: 3.43rem;
	line-height: 1.2;
	max-width: 630px;
}
.form__container-inner[data-has-form="false"] .pre-title {
	max-width: unset;
}
@media (max-width: 992px) {
	.pre-title {
		font-size: 3rem;
		max-width: unset;
	}
}
.form__texts {
	flex: 0 0 calc(((100% / 12) * 7) - 1.5rem);
}
.form__container-inner[data-has-form="false"] .form__texts {
	flex: 0 0 100%;
}
.form {
	flex: 0 0 calc(((100% / 12) * 5) - 1.5rem);
	margin-left: 3rem;
	padding: 4rem;
	border-radius: 6px;
}

.form h3 {
	color: var(--white-color);
}
.form .form-title {
	padding-bottom: 2rem;
}

.form__texts[data-layout="bkg"] .title {
	color: var(--white-color);
	padding-top: 2.8rem;
	padding-bottom: 7.3rem;
	line-height: 1.29;
}

.tag-title__container {
	position: relative;
}
.tag-title__container .image {
	position: absolute;
	top: -6rem;
	left: calc(var(--wrapper-max-width) / 2);
	height: calc(100% + 6rem);
	width: 100vw;
	transform: translateX(calc(-50vw - var(--wrapper-padding-left-right)));
	z-index: -1;
}
@media (max-width: 992px) {
	.tag-title__container .image {
		transform: translateX(-50vw);
	}
}
.tag-title__container .image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.31);
	z-index: -1;
}
.tag-title__container .image img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

.form__texts .texts {
	position: relative;
}
.form__texts[data-layout="elem"] .texts {
	padding-top: 4rem;
	padding-bottom: 9rem;
	padding-left: 10rem;
}
.form__container-inner[data-has-form="false"] .form__texts[data-layout="elem"] .texts {
	padding-right: 10rem;
}
.form__texts[data-layout="bkg"] .texts {
	padding: 4rem;
	margin-top: 6rem;
	box-shadow: inset 0 0 0 1px rgba(29, 6, 71, 0.15);
	border-radius: 6px;
}
@media (max-width: 992px) {
	.form__texts[data-layout="bkg"] .texts {
		margin-bottom: 2rem;
	}
}
@media (max-width: 540px) {
	.form__texts[data-layout="bkg"] .texts {
		padding: 2.5rem;
	}
	.form__texts[data-layout="elem"] .texts {
		padding-left: 0;
		padding-bottom: 2rem;
	}
	.form__container-inner[data-has-form="false"] .form__texts[data-layout="elem"] .texts {
		padding-right: 0rem;
	}
}

.form__texts[data-layout] .texts[data-only-form="true"] {
	background-color: var(--main-color);
}
.form__texts[data-layout] .texts[data-only-form="true"] form.hs-form div:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox):not(.hs-fieldtype-booleancheckbox):not(.hs-fieldtype-textarea) > .input .hs-input:not(.hs-fieldtype-intl-phone),
.form__texts[data-layout] .texts[data-only-form="true"] form #hs-pwd-widget-password,
.form__texts[data-layout] .texts[data-only-form="true"] .legal-consent-container p {
	max-width: unset;
}

.form__texts .texts strong {
	font-weight: bold;
}
.form__texts .texts em {
	font-style: italic;
}

.form__texts .texts > * {
	padding-bottom: 2rem;
}

.form__texts .texts[data-only-form="false"] ul,
.form__texts .texts[data-only-form="false"] ol {
	padding-left: 2rem;
}
.form__texts .texts[data-only-form="false"] ul li,
.form__texts .texts[data-only-form="false"] ol li {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.44;
}
.form__texts .texts[data-only-form="false"] ul li:not(:last-of-type),
.form__texts .texts[data-only-form="false"] ol li:not(:last-of-type) {
	padding-bottom: 0.5rem;
}
.form__texts .texts[data-only-form="false"] ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -2rem;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--secondary-color);
}


.form__texts .texts[data-only-form="false"] ol {
	counter-reset: counting-counter;
}
.form__texts .texts[data-only-form="false"] ol li {
	counter-increment: counting-counter;
}
.form__texts .texts[data-only-form="false"] ol li::before {
	content: counter(counting-counter) ". ";
	position: absolute;
	top: 0;
	left: -2rem;
	color: var(--secondary-color);
	font-weight: bold;
}

.form__texts .texts a {
	color: var(--primary-color);
	text-decoration: underline;
	text-decoration-color: var(--secondary-color);
}

.form__texts .texts sup {
	vertical-align: super;
	font-size: 1.4rem;
}

.form__texts .texts sub {
	vertical-align: sub;
	font-size: 1.4rem;
}

.form__texts[data-layout="elem"] .texts::after {
	content: "";
	position: absolute;
	top: 4rem;
	left: 50%;
	width: 75vw;
	height: calc(100% - 4rem);
	background-color: #F3F8F7;
	transform: translateX(-50vw);
	z-index: -1;
}
.form__container-inner[data-has-form="false"] .form__texts[data-layout="elem"] .texts::after {
	width: 100vw;
}
@media (max-width: 1600px) {
	.form__texts[data-layout="elem"] .texts::after{
		width: 85vw;
	}
	.form__container-inner[data-has-form="false"] .form__texts[data-layout="elem"] .texts::after {
		width: 100vw;
	}
}
@media (max-width: 540px) {
	.form__texts[data-layout="elem"] .texts::after{
		width: 100vw;
	}
}
.form__texts .title {
	font-size: 4.4rem;
	padding-top: 4rem;
	line-height: 1.25;
	hyphens: auto;
}
.form__texts .title.alt-style {
	font-size: 3rem;
	line-height: 1.2;
	max-width: 600px;
}
.form__container-inner[data-has-form="false"] .form__texts .title.alt-style {
	max-width: unset;
}
@media (max-width: 992px) {
	.form__texts .title {
		font-size: 3.6rem;
	}
	.form__texts .title.alt-style {
		font-size: 2.8rem;
		max-width: unset;
	}
	.form__texts {
		flex: 0 0 100%;
	}
	.form__texts .texts,
	.form__texts[data-layout="elem"] .texts {
		padding-left: 0;
	}
	.form__texts .texts[data-only-form="false"]::after,
	.form__texts[data-layout="elem"] .texts[data-only-form="false"]::after {
		width: 100vw;
		height: calc(100% - 6rem);
	}
	.form {
		flex: 0 0 100%;
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	.form {
		padding: 3rem 0rem;
	}
}

.paper__infos {
	padding-top: 2.5rem;
	justify-content: flex-start;
}

.paper__infos .image {
	width: 20rem;
	box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	line-height: 0;
}
.paper__infos .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 540px) {
	.form__texts[data-layout="elem"] .paper__infos .image {
		margin-bottom: 4rem;
	}
}
.paper__infos .description {
	max-width: 330px;
	padding-left: 4rem;
}
.paper__infos.no-img .description {
	max-width: unset;
	padding-left: 0rem;
}
.form__container-inner[data-has-form="false"] .paper__infos .description {
	max-width: unset;
	width: calc(100% - 25rem);
}
.subtext {
	padding-top: 2rem;
}
.paper__infos .description *,
.subtext * {
	font-size: 1.8rem;
	line-height: 1.44;
	color: rgba(29, 6, 71, 0.7);
	hyphens: auto;
}

@media (max-width: 992px) {
	.paper__infos {
		justify-content: center;
	}
	.paper__infos .image {
		width: 200px;
		height: 270px;
		margin-bottom: 2rem;
	}
	.paper__infos .description {
		padding-left: 0;
	}
	.paper__infos .description,
	.form__container-inner[data-has-form="false"] .paper__infos .description {
		max-width: unset;
		width: 100%;
	}
	.subtext {
		padding-top: 2rem;
	}
	.form__texts[data-layout="elem"] .paper__infos {
		padding-top: 2rem;
	}
}

.form form.hs-form {
	--checkbox-size: 14px;
	--checkbox-border: 1px solid var(--white-color);
	--checkbox-background-color: rgba(255,255,255,1);
	--checkbox-label-spacing: 1rem;
	--checkbox-font-color: var(--white-color);
	/* --checkbox-valid-background-color: var(--white-color); */
	--checkbox-valid-sign: "✓";
	
	--input-padding: 30px;
	--spaceY-between-fields: 0.375rem;
	--spaceX-between-fields: 1.5rem;
	
	--form-submit-padding-right: var(--form-submit-padding-left);
}
.form form.hs-form div:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox):not(.hs-fieldtype-booleancheckbox).legal-consent-container > .input .hs-input:checked::before,
.form form.hs-form div.hs-fieldtype-checkbox > .input .hs-input:checked::before,
.form form.hs-form div.hs-fieldtype-booleancheckbox > .input .hs-input:checked::before {
	background-image: none;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.form form.hs-form div:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox):not(.hs-fieldtype-booleancheckbox):not(.hs-fieldtype-textarea) > .input .hs-input:not(.hs-fieldtype-intl-phone) {
	max-width: unset;
}

.form form.hs-form .hs-submit .actions::after,
.form form.hs-form .hs-submit .actions:hover::after {
	background-image: none;
}
/*
.form form.hs-form .hs-submit .actions::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.968' height='13.786' viewBox='0 0 13.968 13.786'%3E%3Cg id='download' transform='translate(-0.032 -0.06)'%3E%3Cg id='arrow'%3E%3Cpath id='arrow-1' d='M.683-7.356a.647.647,0,0,0-.629.663v5.97A.647.647,0,0,0,.683-.06a.646.646,0,0,0,.628-.663v-5.97a.646.646,0,0,0-.628-.663' transform='translate(7.875) rotate(180)' fill='%237d6ab5' fill-rule='evenodd'/%3E%3Cpath id='arrow-2' d='M6.749-10.385a.69.69,0,0,0-.486.2L2.39-6.356a.676.676,0,0,0,0,.963.689.689,0,0,0,.97,0L6.754-8.747l3.454,3.359a.69.69,0,0,0,.971-.01.675.675,0,0,0-.009-.962L7.23-10.19a.687.687,0,0,0-.48-.2' transform='translate(14) rotate(180)' fill='%237d6ab5' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath id='line' d='M13.285-1.3H.683A.654.654,0,0,0,0-.676a.654.654,0,0,0,.683.621h12.6a.654.654,0,0,0,.683-.621.654.654,0,0,0-.683-.622' transform='translate(14 12.548) rotate(180)' fill='%237d6ab5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
	width: 12px;
}

.form form.hs-form .hs-submit .actions:hover::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.968' height='13.786' viewBox='0 0 13.968 13.786'%3E%3Cg id='download' transform='translate(-0.032 -0.06)'%3E%3Cg id='arrow'%3E%3Cpath id='arrow-1' d='M.683-7.356a.647.647,0,0,0-.629.663v5.97A.647.647,0,0,0,.683-.06a.646.646,0,0,0,.628-.663v-5.97a.646.646,0,0,0-.628-.663' transform='translate(7.875) rotate(180)' fill='%23FFF' fill-rule='evenodd'/%3E%3Cpath id='arrow-2' d='M6.749-10.385a.69.69,0,0,0-.486.2L2.39-6.356a.676.676,0,0,0,0,.963.689.689,0,0,0,.97,0L6.754-8.747l3.454,3.359a.69.69,0,0,0,.971-.01.675.675,0,0,0-.009-.962L7.23-10.19a.687.687,0,0,0-.48-.2' transform='translate(14) rotate(180)' fill='%23FFF' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath id='line' d='M13.285-1.3H.683A.654.654,0,0,0,0-.676a.654.654,0,0,0,.683.621h12.6a.654.654,0,0,0,.683-.621.654.654,0,0,0-.683-.622' transform='translate(14 12.548) rotate(180)' fill='%23FFF' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}
*/
.form form.hs-form .hs-error-msgs {
	min-height: 1rem;
}
.form form.hs-form .hs-error-msgs li {
	/* font-weight: bold; */
	color: var(--label-font-color);
}
.form .legal-consent-container {
	padding-top: 2.5rem;
}
form.hs-form .legal-consent-container .hs-error-msgs label {
	color: var(--label-font-color);
	position: relative;
}
form.hs-form .legal-consent-container .hs-error-msgs label:before {
	content: "!";
	display: inline-block;
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	color: #05918e;
	text-align: center;
	line-height: 15px;
	margin-right: 5px;
}

.form form.hs-form .hs-form-field > label > span.hs-form-required {
	color: var(--label-font-color);
	font-size: var(--font-size-content);
}

.form .legal-consent-container p {
	max-width: unset;
}
.form form.hs-form div:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox):not(.hs-fieldtype-booleancheckbox) > .input textarea.hs-input,
.form form.hs-form div:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox):not(.hs-fieldtype-booleancheckbox) > .input textarea.hs-input:focus {
	width: calc(100%);
	resize: vertical;
	color: #00568a;
	font-weight: 300;
	border-color: #dedede;
	box-shadow: none;
	font-family: inherit;
	font-size: 18px;
	resize: none;
}

.form form.hs-form div.hs-fieldtype-booleancheckbox > .input .hs-input,
.form form.hs-form div.hs-fieldtype-checkbox > .input .hs-input {
	min-width: 14px;
}
@media (max-width: 480px) {
	form.hs-form fieldset.form-columns-2 > .hs-form-field:nth-child(2n+1) {
		margin-bottom: calc(var(--spaceY-between-fields) * 3);
		width: 100%;
	}
	form.hs-form fieldset.form-columns-2 > .hs-form-field:nth-child(2n+2) {
		margin-top: calc(var(--spaceY-between-fields) * 3);
		width: 100%;
	}
}



.images-slider__container-inner {
	position: relative;
}
.images-slider__title {
	padding-bottom: 4rem;
}
.images-slider__container-inner .image-slider {
	position: relative;
	height: 505px;
	margin-right: 3rem;
	transition: transform 0.5s ease;
	will-change: transform;
}

.images-slider__container-inner[data-infinite="false"] .image-slider {
	flex: 0 0 calc((100% / 12) * 7);
}

.images-slider__container-inner[data-infinite="true"] .images-slider {
	width: calc((100% / 12) * 7);
	margin: 0 auto;
}
.images-slider__container-inner[data-infinite="true"] .image-slider {
	flex: 0 0 100%;
}
@media (max-width: 992px) {
	.images-slider__container-inner[data-infinite="true"] .images-slider {
		width: 100vw;
		padding: var(--wrapper-padding);
		transform: translateX(-2rem);
		overflow-x: hidden;
	}
	.images-slider__container-inner[data-infinite="true"] .image-slider {
		flex: 0 0 100%;
		height: auto;
	}
	
	.images-slider__container-inner .image-slider {
		display: flex;
		flex-direction: column;
	}
}

.image-slider img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
}
@media (max-width: 992px) {
	.image-slider img {
		max-height: 505px;
	}
}

.image-slider .image-slider__texts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2.5rem 4rem;
	border-radius: 6px;
	opacity: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) -72%, rgba(0, 0, 0, 0.04) 19%, rgba(0, 0, 0, 0.34) 57%, rgba(0, 0, 0, 0.76) 95%);
	transition: all 0.2s ease;
}
.image-slider:hover .image-slider__texts {
	opacity: 1;
}

.image-slider__texts .image-slider__title {
	font-size: 2rem;
	line-height: 1.2;
	color: var(--white-color);
}
.image-slider__texts .image-slider__subtitle {
	font-size: 1.2rem;
	line-height: 2.17;
	color: rgba(255,255,255, 0.7);
}
@media (max-width: 992px) {
	.image-slider .image-slider__texts {
		position: relative;
		height: auto;
		background: unset;
		opacity: 1;
	}
	.image-slider__texts .image-slider__title {
		color: var(--primary-color);
	}
	.image-slider__texts .image-slider__subtitle {
		color: rgba(29, 6, 71, 0.7);
	}
}
@media (max-width: 540px) {
	.image-slider .image-slider__texts {
		padding: 2.5rem;
	}
}
.images-slider__navigation {
	position: absolute;
	top: 0rem;
	right: 0;
	width: 116px;
	height: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 768px) {
	.images-slider__navigation {
		top: auto;
		bottom: 0;
		right: 50%;
		transform: translateX(50%);
	}
}
.images-slider__navigation .arrow {
	width: 48px;
	height: 48px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.images-slider__navigation .arrow {
	cursor: pointer;
} 
.images-slider__navigation .arrow svg circle {
	fill: var(--main-color);
	stroke: #f3f8f7;
	transition: all 0.2s ease;
}
.images-slider__navigation .arrow svg path {
	stroke: var(--white-color);
	transition: all 0.2s ease;
}
@media (hover: hover) {
	.images-slider__navigation .arrow:hover svg circle{
		fill: var(--main-color);
		opacity: 0.5;
	}
}
@media (hover: none) and (pointer: coarse) {
	.images-slider__navigation .arrow:active svg circle{
		fill: var(--main-color);
		opacity: 0.5;
	}
}


.images-slider__container-inner[data-pos="1"][data-infinite="false"] .arrow.arrow__left {
	cursor: default;
	opacity: 0.5;
} 
.images-slider__container-inner[data-pos="1"][data-infinite="false"] .arrow.arrow__left svg circle {
	fill: var(--white-color);
	stroke: var(--main-color);
}
.images-slider__container-inner[data-pos="1"][data-infinite="false"] .arrow.arrow__left svg path {
	stroke: var(--main-color);
}
.images-slider__navigation .mobile__navigation {
	display: flex;
	width: 100%;
	height: 100%;
}
.images-slider__navigation .mobile__navigation .mobile__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #d2cdda;
	background-color: var(--white-color);
	margin-bottom: 1rem;
	transition: all 0.2s ease;
}
.images-slider__navigation .mobile__navigation .mobile__dot:not(:first-of-type) {
	margin-left: 1rem;
}
@media (max-width: 992px) {
	.images-slider__container-inner[data-infinite="true"] {
		padding-bottom: 4rem;
	}
	.images-slider__container-inner[data-infinite="true"] .images-slider__navigation .mobile__navigation {
		display: none;
	}
	.images-slider__container-inner[data-infinite="true"] .images-slider__navigation .arrow {
		display: block;
	}
}
@media (min-width: 769px) {
	.images-slider__navigation .mobile__navigation {
		display: none;
	}
}
@media (max-width: 768px) {
	.images-slider__navigation .arrow,
	.images-slider__container-inner[data-infinite="true"] .images-slider__navigation .mobile__navigation {
		display: none;
	}
	.images-slider__container-inner[data-infinite="true"] .images-slider__navigation .arrow {
		display: block;
	}
}



.newsletter-main .newsletter__container-inner {
	padding: 8rem;
	border-radius: 6px;
}
@media (max-width: 992px) {
	.newsletter-main .newsletter__container-inner {
		padding: 5rem 3rem;
	}
}

.newsletter-main .newsletter__title-container {
	flex: 0 0 80%;
}
.newsletter-main .newsletter__form {
	flex: 0 0 20%;
}

.newsletter-main .newsletter__form .hs_cos_wrapper_type_form {
	width: 100%;
}
/*
.newsletter__form form.hs-form div:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox):not(.hs-fieldtype-booleancheckbox) > .input .hs-input:not(.hs-fieldtype-intl-phone) {
	max-width: unset;
}
*/

@media (max-width: 480px) {
	.newsletter-main .newsletter__title-container, 
	.newsletter-main .newsletter__form {
		flex: 0 0 100%;
	}
	.newsletter-main .newsletter__form form.hs-form div:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox):not(.hs-fieldtype-booleancheckbox) > .input .hs-input:not(.hs-fieldtype-intl-phone) {
		max-width: unset;
	}
}
.newsletter-main .newsletter__title {
	font-size: 4.4rem;
	max-width: 75rem;
}
@media (max-width: 768px) {
	.newsletter-main .newsletter__title-container {
		padding-bottom: 2rem;
	}
	.newsletter-main .newsletter__title-container,
	.newsletter-main .newsletter__form {
		flex: 0 0 100%;
		width: 100%;
	}
	.newsletter-main .newsletter__title {
		font-size: 2.6rem;
		line-height: 1.23;
		max-width: unset;
	}
	.newsletter-main .newsletter__form .legal-consent-container p {
		max-width: unset;
	}
}

@media (max-width: 992px) {
	.newsletter-main .newsletter__container.d-flex.flex-row-wrap.align-items-center.justify-content-space-between {
		flex-flow: column;
		align-items: flex-start;
	}
}

@media (max-width: 480px) {
	.newsletter-main .newsletter__container-inner {
		padding: 5rem 3rem;
	}

	.newsletter-main .newsletter__title {
		font-size: 2.6rem;
	}
}

.newsletter-main .newsletter__container-inner .submitted-message {
	color: var(--white-color);
}



.newsletter-alt .newsletter {
	position: relative;
	flex: 0 0 calc(50% - 1.5rem);
	border-radius: 6px;
	padding: 4rem 4rem 14rem 4rem;
}
@media (min-width: 993px) {
	.newsletter-alt .newsletter:not(:last-of-type) {
		margin-right: 3rem;
	}
}
@media (max-width: 992px) {
	.newsletter-alt .newsletter {
		flex: 0 0 100%;
		padding-bottom: 10rem;
	}
	.newsletter-alt .newsletter:not(:last-of-type) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 540px) {
	.newsletter-alt .newsletter {
		padding: 2.5rem;
	}
}

.newsletter-alt .newsletter[data-color="p"] {
	background-color: #7d68b7;
}
.newsletter-alt .newsletter[data-color="g"] {
	background-color: var(--secondary-color);
}

.newsletter-alt .newsletter .newsletter__title {
	color: var(--white-color);
	line-height: 1.2;
}
.newsletter-alt .newsletter .newsletter__cta {
	position: absolute;
	bottom: 4rem;
	left: 4rem;
	min-height: 40px;
}
@media (max-width: 540px) {
	.newsletter-alt .newsletter .newsletter__cta {
		position: relative;
		bottom: auto;
		left: auto;
		padding-top: 2rem;
		min-height: 60px;
	}
}
.newsletter-alt .newsletter[data-color="g"] a.cta-style {
	background-color: var(--white-color);
	color: #7d66b9;
}
.newsletter-alt .newsletter[data-color="g"] a.cta-style:hover {
	background-color: var(--secondary-color);
	color: var(--white-color);
	box-shadow: inset 0 0 0 1px var(--white-color);
}



.partners__container-outer {
	overflow-x: hidden;
}
.partners__container-inner {
	--padding-top: 5.8rem;
	position: relative;
	padding-left: calc((100% / 12) + 3rem);
	padding-top: var(--padding-top);
	padding-bottom: 2rem;
}
.partners__container-inner::before {
	content: "";
	position: absolute;
	top: var(--padding-top);
	right: calc(100% - (100% / 12));
	width: 100vw;
	height: calc(100% - var(--padding-top));
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color: var(--secondary-color);
}
@media (max-width: 992px) {
	.partners__container-inner {
		--padding-top: 0rem;
		flex-wrap: wrap;
		padding-left: 0;
	}
	.partners__container-inner::before {
		right: calc(100% + 1rem);
	}
}
.partners__texts {
	flex: 0 0 calc((100% / 12) * 4);
}
@media (max-width: 992px) {
	.partners__texts {
		flex: 0 0 100%;
		padding-bottom: 2rem;
	}
}
.partners__title {
	line-height: 1.2;
	padding-bottom: 1rem;
}
.partners__description {
	color: rgba(29, 6, 71, 0.7);
}
.partners {
	position: relative;
	flex: 0 0 100vw;
	margin-left: calc(100% / 12);
	height: 227px;
	overflow-x: hidden;
	user-select: none;
}
@media (max-width: 992px) {
	.partners {
		flex: 0 0 100%;
		margin-left: 0;
	}
}
.partners .partner {
	flex: 0 0 254px;
	height: 100%;
	border-radius: 6px;
	background-color: #F3F8F7;
	transition: all 0.2s ease;
}
@media (max-width: 992px) {
	.partners .partner {
		flex: 0 0 100%;
		transition: transform 0.5s ease;
	}
}
.partners .partner:not(:last-of-type) {
	margin-right: 3rem;
}
.partners .partner img {
	width: 136px;
	height: 80px;
	object-fit: contain;
}
.partners__navigation {
	position: absolute;
	top: 0;
	right: 0;
	width: 116px;
	height: 48px;
	justify-content: space-between;
}
@media (max-width: 992px) {
	.partners__navigation {
		position: relative;
		order: 3;
		margin: 0 auto;
	}
}
.partners__navigation .arrow {
	cursor: pointer;
} 
.partners__navigation .arrow svg circle {
	fill: var(--main-color, var(--secondary-color));
	stroke: #f3f8f7;
	transition: all 0.2s ease;
}
.partners__navigation .arrow svg path {
	stroke: var(--white-color);
	transition: all 0.2s ease;
}
.partners__navigation .arrow:hover svg circle{
	fill: var(--main-color, var(--secondary-color));
	opacity: 0.5;
}
@media (max-width: 992px) {
	.partners__navigation .arrow {
		display: none;
	}
}
.partners__navigation .mobile__navigation {
	
}
.partners__navigation .mobile__navigation {
	display: flex;
}
@media (max-width: 992px) {
	.partners__navigation .mobile__navigation {
		margin: 0 auto;
	}
}
.partners__navigation .mobile__navigation .mobile__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #d2cdda;
	background-color: var(--white-color);
	margin-bottom: 1rem;
	transition: all 0.2s ease;
}
.partners__navigation .mobile__navigation .mobile__dot:not(:first-of-type) {
	margin-left: 1rem;
}
@media (min-width: 993px) {
	.partners__navigation .mobile__navigation {
		display: none;
	}
}

.partners__container-inner[data-pos="1"] .arrow.arrow__left {
	cursor: default;
} 
.partners__container-inner[data-pos="1"] .arrow.arrow__left svg circle {
	fill: var(--white-color);
	stroke: var(--main-color, var(--secondary-color));
}
.partners__container-inner[data-pos="1"] .arrow.arrow__left svg path {
	stroke: var(--main-color, var(--secondary-color));
}



.peoples__container-inner {
	position: relative;
}
@media (max-width: 992px) {
	.peoples__container-inner {
		padding-bottom: 2rem;
	}
}
.peoples__container-inner .peoples__title {
	padding-bottom: 4rem;
}
.peoples__container-inner .peoples {
	overflow: hidden;
}
.peoples__container-inner .people {
	position: relative;
	flex: 0 0 calc((100% / 12) * 3 - (3rem / (4/3)));
	height: 343px;
	border-radius: 6px;
	transition: all 0.5s ease;
	will-change: transform;
}
@media (max-width: 992px) {
	.peoples__container-inner .people {
		flex: 0 0 calc((100% / 12) * 6 - (3rem / (2/1)));
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.peoples__container-inner .people
}
@media (max-width: 540px) {
	.peoples__container-inner .people {
		flex: 0 0 100%;
	}
}

.peoples__container-inner .people .people__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
@media (max-width: 992px) {
	.peoples__container-inner .people .people__image {
		min-height: 343px;
	}
}
.peoples__container-inner .people .people__texts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2.5rem 4rem;
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px #979797;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) -72%, rgba(0, 0, 0, 0.04) 19%, rgba(0, 0, 0, 0.34) 57%, rgba(0, 0, 0, 0.76) 95%);
	opacity: 0;
	transition: all 0.2s ease;
}
.peoples__container-inner .people:hover .people__texts {
	opacity: 1;
}
.peoples__container-inner .people .people__texts .people__title {
	font-size: 2rem;
	line-height: 1.2;
	color: var(--white-color);
}
.peoples__container-inner .people .people__texts .people__subtitle {
	font-size: 1.2rem;
	line-height: 2.17;
	color: rgba(255,255,255,0.7);
}
@media (max-width: 992px) {
	.peoples__container-inner .people .people__texts {
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		opacity: 1;
		background: unset;
		box-shadow: unset;
	}
	.peoples__container-inner .people .people__texts .people__title {
		color: var(--primary-color);
	}
	.peoples__container-inner .people .people__texts .people__subtitle {
		color: rgba(29, 6, 71, 0.7);
	}
}
@media (max-width: 540px) {
	.peoples__container-inner .people .people__texts {
		padding: 2.5rem;
	}
}
.peoples__navigation {
	position: absolute;
	top: 0rem;
	right: 0;
	width: 116px;
	height: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 992px) {
	.peoples__navigation {
		top: auto;
		bottom: -2rem;
		right: 50%;
		transform: translateX(50%);
		width: 50%;
	}
}
.peoples__navigation .arrow {
	width: 48px;
	height: 48px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.peoples__navigation .arrow {
	cursor: pointer;
} 
.peoples__navigation .arrow svg circle {
	fill: var(--main-color);
	stroke: #f3f8f7;
	transition: all 0.2s ease;
}
.peoples__navigation .arrow svg path {
	stroke: var(--white-color);
	transition: all 0.2s ease;
}
.peoples__navigation .arrow:hover svg circle{
	fill: var(--main-color);
	opacity: 0.5;
}

.peoples__container-inner[data-pos="1"] .arrow.arrow__left {
	cursor: default;
	opacity: 0.5;
} 
.peoples__container-inner[data-pos="1"] .arrow.arrow__left svg circle {
	fill: var(--white-color);
	stroke: var(--main-color);
}
.peoples__container-inner[data-pos="1"] .arrow.arrow__left svg path {
	stroke: var(--main-color);
}
.peoples__navigation .mobile__navigation {
	display: flex;
	width: 100%;
	height: 100%;
}
.peoples__navigation .mobile__navigation .mobile__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #d2cdda;
	background-color: var(--white-color);
	margin-bottom: 1rem;
	transition: all 0.2s ease;
}
.peoples__navigation .mobile__navigation .mobile__dot:not(:first-of-type) {
	margin-left: 1rem;
}
@media (min-width: 769px) {
	.peoples__navigation .mobile__navigation {
		display: none;
	}
}
@media (max-width: 768px) {
	.peoples__navigation .arrow {
		display: none;
	}
}



.products__section-outer {
	position: relative;
	user-select: none;
}
.products__section-outer .wrapper {
	position: relative;
}
.products__section-inner {
	overflow-x: hidden;
	transition: all 0.2s ease, transform 0.5s ease;
}

.products__section-outer .navigation__container {
	position: absolute;
	top: 0rem;
	right: 1rem;
	width: 116px;
	height: 48px;
	justify-content: space-between;
}
.products__section-outer .navigation__arrow {
	width: 48px;
	height: 48px;
	cursor: pointer;
}
@media (max-width: 992px) {
	.products__section-outer .navigation__container {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		transform: unset;
		justify-content: center;
	}
	.products__section-outer .navigation__arrow {
		display: none;
	}
}
.products__section-outer .navigation__arrow svg circle {
	fill: var(--main-color);
	stroke: var(--white-color);
	transition: all 0.2s ease;
}
.products__section-outer .navigation__arrow:hover svg circle {
	fill: var(--main-color);
	opacity: 0.5;
}
.products__section-outer .navigation__arrow svg path {
	stroke: var(--white-color);
	transition: all 0.2s ease;
}

.products__section-outer[data-pos="1"] .navigation__arrow.prev {
	cursor: default;
	opacity: 0.5;
} 
.products__section-outer[data-pos="1"] .navigation__arrow.prev svg circle {
	fill: var(--white-color);
	stroke: var(--main-color);
}

.products__section-outer[data-pos="1"] .navigation__arrow.prev svg path {
	stroke: var(--main-color);
}

.products__item {
	position: relative;
	flex: 0 0 calc(((100% / 12) * 4) - (3rem / (3/2)));
	min-height: 370px;
	margin-right: 3rem;
	padding: 4rem 3.5rem;
	border-radius: 6px;
	cursor: pointer;
	background-color: var(--secondary-color);
	transition: transform 0.5s ease;
}
.products__item.has-image {
	background-color: rgba(255,255,255,0);
}

.products__section-inner[data-style="no_bkg"] .products__item {
	min-height: 330px;
	background-color: var(--white-color);
	box-shadow: inset 0 0 0 1px #D2CDDA;
}
.products__item .item__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
	border-radius: 6px;
}
.products__item .item__texts {
	height: auto;
	transform: translateY(0rem);
	padding: 0;
	opacity: 1;
}
.products__item .item__texts .title {
	color: var(--white-color);
	line-height: 1.2;
	padding-bottom: 1.5rem;
}
.products__item .item__texts .subtitle {
	max-width: unset;
	color: var(--white-color);
}
.products__section-inner[data-style="no_bkg"] .products__item .item__texts .title {
	color: var(--secondary-color);
}
.products__section-inner[data-style="no_bkg"] .products__item .item__texts .subtitle {
	color: rgba(29, 6, 71, 0.7);
}
.products__item .cta__container {
	position: absolute;
	bottom: 5rem;
	left: 5rem;
}
.products__item .cta__container a.cta-style {
	background-color: var(--white-color);
	color: var(--secondary-color);
	box-shadow: inset 0 0 0 1px var(--secondary-color);
}
.products__item.has-image .cta__container a.cta-style {
	background-color: var(--secondary-color);
	color: var(--white-color);
}
.products__item .cta__container a.cta-style:hover {
	background-color: var(--secondary-color);
	color: var(--white-color);
	box-shadow: inset 0 0 0 1px var(--white-color);
}
.products__item.has-image .cta__container a.cta-style:hover {
	background-color: var(--white-color);
	color: var(--secondary-color);
	box-shadow: inset 0 0 0 1px var(--secondary-color);
}
.products__section-inner[data-style="no_bkg"] .products__item .cta__container {
	bottom: 4rem;
	left: 4rem;
}
.products__section-inner[data-style="no_bkg"] .products__item .cta__container a.cta-style {
	background-color: #674385;
	color: var(--white-color);
	box-shadow: inset 0 0 0 1px #674385;
}
.products__section-inner[data-style="no_bkg"] .products__item .cta__container a.cta-style:hover {
	background-color: var(--white-color);
	color: #674385;
	box-shadow: inset 0 0 0 1px #674385;
}

@media (max-width: 992px) {
	.products__section-inner {
		flex-wrap: wrap;
	}
	.products__item,
	.products__section-inner[data-style="no_bkg"] .products__item {
		flex: 0 0 100%;
		min-height: auto;
		padding: 3rem;
	}
	
	.products__item:not(:last-of-type) {
		margin-bottom: 2rem;
	}
	.products__item .cta__container,
	.products__section-inner[data-style="no_bkg"] .products__item .cta__container {
		position: relative;
		bottom: 0;
		left: 0;
		padding-top: 2rem;
	}
}
@media (max-width: 540px) {
	.products__item,
	.products__section-inner[data-style="no_bkg"] .products__item {
		padding: 2.5rem;
	}
}



.brochures__title {
	padding-bottom: 4rem;
}

.brochures .brochure {
	flex: 0 0 calc(((100% / 12) * 4) - (3rem / (3/2)));
}
.brochures .brochure:not(:last-of-type) {
	margin-right: 3rem;
}
@media (max-width: 768px) {
	.brochures .brochure {
		flex: 0 0 100%;
		margin-right: 0;
	}
	.brochures .brochure:not(:last-of-type) {
		margin-bottom: 2rem;
	}
}
.brochure .brochure__image-container {
	width: 100%;
	height: 246px;
	line-height: 0;
	border-radius: 6px;
	background-color: #F3F8F7;
	margin-bottom: 2rem;
}
.brochure__image-container .brochure__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 6px;
}

.brochure .brochure__tag {
	padding-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: 600;
}

.brochure .brochure__tag[data-type="articles"] {
	color: #7C6EB0;
}
.brochure .brochure__tag[data-type="brochure"] {
	color: #35B6B4;
}
.brochure .brochure__tag[data-type="cs"] { 
	color: #C87EAB;
}
.brochure .brochure__tag[data-type="cb"] { 
	color: #7EB2B0;
}
.brochure .brochure__tag[data-type="ta"] { 
	color: #5D96B1;
}
.brochure .brochure__tag[data-type="wp"] { 
	color: #9B6684;
}
.brochure .brochure__tag[data-type="video"] { 
	color: grey;
}

.brochure .brochure__desc {
	font-size: 2.2rem;
	line-height: 1.36;
	padding-bottom: 4rem;
}
.brochure .brochure__desc[data-cta="false"] {
	padding-bottom: 0rem;
}
.brochure .brochure__cta a.cta-style {
	padding-right: 5rem;
}
.brochure .brochure__cta a.cta-style::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='15' viewBox='0 0 14 15'%3E%3Cdefs%3E%3Cpath id='9bfnlozada' d='M0 0.055L13.968 0.055 13.968 1.298 0 1.298z'/%3E%3Cpath id='ykz0ulju0c' d='M0.054 0.06L1.311 0.06 1.311 7.356 0.054 7.356z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-160 -5753) translate(50 5741) translate(110 12) matrix(-1 0 0 1 14 0) translate(0 12.548)'%3E%3Cmask id='j4dyq6eocb' fill='%23fff'%3E%3Cuse xlink:href='%239bfnlozada'/%3E%3C/mask%3E%3Cpath fill='%23FFF' d='M13.285 1.298H.683C.306 1.298 0 1.02 0 .676 0 .333.306.055.683.055h12.602c.377 0 .683.278.683.621 0 .344-.306.622-.683.622' mask='url(%23j4dyq6eocb)'/%3E%3C/g%3E%3Cg transform='translate(-160 -5753) translate(50 5741) translate(110 12) matrix(-1 0 0 1 14 0) translate(6.125)'%3E%3Cmask id='bmpx2w5pyd' fill='%23fff'%3E%3Cuse xlink:href='%23ykz0ulju0c'/%3E%3C/mask%3E%3Cpath fill='%23FFF' d='M.683 7.356c-.347 0-.629-.297-.629-.663V.723C.054.357.336.06.683.06c.347 0 .628.297.628.663v5.97c0 .366-.281.663-.628.663' mask='url(%23bmpx2w5pyd)'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M6.749 10.385c-.176 0-.351-.067-.486-.2L2.39 6.356c-.268-.266-.269-.697 0-.963.267-.266.702-.266.97 0l3.394 3.354 3.454-3.359c.271-.263.706-.26.971.01.266.268.262.699-.009.962l-3.94 3.83c-.133.13-.307.196-.48.196' transform='translate(-160 -5753) translate(50 5741) translate(110 12) matrix(-1 0 0 1 14 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(0%, -50%);
	transition: all 0.2s ease;
}
.brochure .brochure__cta a.cta-style:hover::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='15' viewBox='0 0 14 15'%3E%3Cdefs%3E%3Cpath id='9bfnlozada' d='M0 0.055L13.968 0.055 13.968 1.298 0 1.298z'/%3E%3Cpath id='ykz0ulju0c' d='M0.054 0.06L1.311 0.06 1.311 7.356 0.054 7.356z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-160 -5753) translate(50 5741) translate(110 12) matrix(-1 0 0 1 14 0) translate(0 12.548)'%3E%3Cmask id='j4dyq6eocb' fill='%2319c3bf'%3E%3Cuse xlink:href='%239bfnlozada'/%3E%3C/mask%3E%3Cpath fill='%2319c3bf' d='M13.285 1.298H.683C.306 1.298 0 1.02 0 .676 0 .333.306.055.683.055h12.602c.377 0 .683.278.683.621 0 .344-.306.622-.683.622' mask='url(%23j4dyq6eocb)'/%3E%3C/g%3E%3Cg transform='translate(-160 -5753) translate(50 5741) translate(110 12) matrix(-1 0 0 1 14 0) translate(6.125)'%3E%3Cmask id='bmpx2w5pyd' fill='%2319c3bf'%3E%3Cuse xlink:href='%23ykz0ulju0c'/%3E%3C/mask%3E%3Cpath fill='%2319c3bf' d='M.683 7.356c-.347 0-.629-.297-.629-.663V.723C.054.357.336.06.683.06c.347 0 .628.297.628.663v5.97c0 .366-.281.663-.628.663' mask='url(%23bmpx2w5pyd)'/%3E%3C/g%3E%3Cpath fill='%2319c3bf' d='M6.749 10.385c-.176 0-.351-.067-.486-.2L2.39 6.356c-.268-.266-.269-.697 0-.963.267-.266.702-.266.97 0l3.394 3.354 3.454-3.359c.271-.263.706-.26.971.01.266.268.262.699-.009.962l-3.94 3.83c-.133.13-.307.196-.48.196' transform='translate(-160 -5753) translate(50 5741) translate(110 12) matrix(-1 0 0 1 14 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
}


.brochure .brochure__cta a.cta-style.no-icon,
.brochure .brochure__cta .hs-cta-wrapper a.cta_button.no-icon,
.brochure .button-dl-all a.cta_button.no-icon {
	padding: var(--cta-padding)
}
.brochure .brochure__cta a.cta-style.no-icon::after,
.brochure .brochure__cta .hs-cta-wrapper a.cta_button.no-icon::after,
.brochure .button-dl-all a.cta_button.no-icon::after,
.brochure .brochure__cta a.cta-style.no-icon:hover::after,
.brochure .brochure__cta .hs-cta-wrapper a.cta_button.no-icon:hover::after,
.brochure .button-dl-all a.cta_button.no-icon:hover::after {
	content: none;
}




.squarre {
	flex: 0 0 calc(50% - 1.5rem);
	margin-bottom: 3rem;
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px #D2CDDA;
}
.squarre:nth-child(2n + 1) {
	margin-right: 3rem;
}
@media (max-width: 768px) {
	.squarre {
		flex: 0 0 100%;
	}
	.squarre:not(:last-of-type) {
		margin-bottom: 3rem;
	}
}
.squarre__title {
	padding-bottom: 4rem;
}
.texts__title {
	max-width: 367px;
	padding-bottom: 2rem;
}
@media (max-width: 768px) {
	.texts .texts__title {
		max-width: unset
	}
}

.texts .texts__text * {
	color: rgba(29, 6, 71, 0.7);
}

.squarre .texts {
	padding: 4rem;
}
.squarre__image-container {
	position: relative;
	height: 246px;
	line-height: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.squarre__image-container .squarre__image {
	width: 100%;
	height: 100%;
	max-height: 246px;
	object-fit: cover;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.squarre__image-container .image__text-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 2.5rem 4rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) -72%, rgba(0, 0, 0, 0.1) 19%, rgba(0, 0, 0, 0.36) 57%, rgba(0, 0, 0, 0.76) 95%);
	opacity: 0;
	transition: all 0.2s ease;
}
.squarre__image-container:hover .image__text-overlay {
	opacity: 1;
}
.squarre__image-container .image__text-overlay * {
	color: var(--white-color);
}
.squarre__image-container .image__text-overlay h4 {
	font-size: 2rem;
	line-height: 1.2;
}
.squarre__image-container .image__text-overlay p {
	font-size: 1.2rem;
	line-height: 2.17;
}
@media (max-width: 992px) {
	.squarre__image-container {
		height: auto;
	}
	.squarre__image-container .image__text-overlay {
		position: relative;
		background: unset;
		opacity: 1;
		padding-top: 2rem;
		padding-bottom: 0;
	}
	.squarre__image-container .image__text-overlay * {
		color: var(--primary-color);
	}
	.squarre .texts.text-above {
		padding-top: 2rem;
	}
}
@media (max-width: 540px) {
	.squarre .texts {
		padding: 2.5rem;
	}
	.squarre .texts.text-above {
		padding: 2rem 2.5rem 2.5rem 2.5rem;
	}
	.squarre__image-container .image__text-overlay {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
.texts__cta {
	padding-top: 4rem;
}
.texts__cta a.cta_button {
	background-color: #674385;
	color: var(--white-color);
	box-shadow: inset 0 0 0 1px #674385;
}
.texts__cta a.cta_button:hover {
	background-color: var(--white-color);
	color: #674385;
}



.testimonials__container-outer {
	overflow-x: hidden;
}

.testimonials__container-inner {
	position: relative;
}
.testimonials__container-inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 100vw;
	transform: translateX(-50vw);
	background-color: #F3F8F7;
	z-index: -1;
}

.testimonials__container-inner .title {
	padding-bottom: 4rem;
}

.testimonial {
	flex: 0 0 calc((100% / 12) * 5);
	max-width: 532px;
	border-radius: 6px;
	background-color: var(--white-color);
	box-shadow: inset 0 0 0 1px #D2CDDA;
	padding: 4rem;
	transform: translateX(0);
	transition: transform 0.5s ease;
	will-change: transform;
}
.testimonial:not(:last-of-type) {
	margin-right: 3rem;
}

.testimonials[data-style="enterprise"] .testimonial {
	flex: 0 0 calc((100% / 12) * 8);
	max-width: 872px;
	padding: 4rem 11rem;
}
.testimonials[data-style="enterprise"][data-length="1"] .testimonial {
	flex: 0 0 50%;
	padding: 4rem;
}
.testimonials[data-style="enterprise"][data-length="2"] .testimonial {
	flex: 0 0 calc(50% - 1.5rem);
	padding: 4rem;
}

@media (max-width: 992px) {
	.testimonial {
		flex: 0 0 50rem;
	}
}
@media (max-width: 768px) {
	.testimonials[data-style="enterprise"][data-length="1"] .testimonial,
	.testimonials[data-style="enterprise"][data-length="2"] .testimonial {
		flex: 0 0 100%;
	}
	.testimonials[data-style="enterprise"][data-length="2"] .testimonial:not(:last-of-type) {
		margin-bottom: 2rem;
	}
	.testimonials.list .testimonial {
		flex: 0 0 100%;
		margin-right: 0;
		max-width: unset;
	}
	.testimonial:not(:last-of-type) {
		margin-bottom: 2rem;
	}
	.testimonials[data-style="people"] .testimonial {
		padding: 2.5rem;
	}
	.testimonials[data-style="enterprise"] .testimonial:not(:last-of-type) {
		margin-bottom: 0;
	}
}
@media (max-width: 540px) {
	.testimonial,
	.testimonials[data-style="enterprise"] .testimonial {
		flex: 0 0 100%;
	}
}

.testimonial__image {
	width: 75px;
	height: 75px;
	object-fit: contain;
	border-radius: 50%;
}
.testimonials[data-style="enterprise"] .testimonial .testimonial__image {
	width: 146px;
	height: 146px;
	object-fit: cover;
}

.testimonial .info {
	padding-left: 2rem;
	line-height: 1;
	color: var(--primary-color);
}
@media (max-width: 992px) {
	.testimonials[data-style="people"] .testimonial .info {
		flex: 0 0 calc(100% - 75px);
	}
}
.testimonial .info p {
	margin-bottom: 0;
}
.testimonial .info__job,
.testimonial .info__location {
	font-size: 1.2rem;
}
.testimonial .info__location {
	color: rgba(29, 6, 71, 0.5);
	/* padding-left: 1rem; */
}
.testimonial .texts {
	padding-top: 1.5rem;
}
.testimonial .texts h4 {
	color: var(--secondary-color);
}
.testimonial .texts .text p {
	font-size: 1.6rem;
}
.testimonial .texts .text .quote__open::before {
	content: open-quote;
}
.testimonial .texts .text .quote__close::after {
	content: close-quote;
}

.testimonials[data-pos="1"][data-infinite="true"][data-dir="next"] .testimonial {
	transition-duration: 0s;
}

.testimonials[data-style="enterprise"] .testimonial .texts {
	flex: 0 0 calc(100% - 146px);
	padding-left: 6rem;
	padding-top: 0;
}
.testimonials[data-style="enterprise"] .testimonial .texts h4 {
	padding-bottom: 1rem;
}
.testimonials[data-style="enterprise"] .testimonial .texts .text .info__name {
	padding-top: 1rem;
}
@media (max-width: 992px) {
	.testimonials[data-style="enterprise"] .testimonial {
		padding: 4rem 5rem;
	}
	.testimonials[data-style="enterprise"] .testimonial .texts {
		flex: 0 0 100%;
		padding-left: 0;
	}
	.testimonials[data-style="enterprise"] .testimonial .testimonial__image {
		margin: 0 auto 2rem;
	}
}
@media (max-width: 540px) {
	.testimonials[data-style="enterprise"] .testimonial {
		padding: 2.5rem;
	}
}
.testimonials__navigation {
	position: absolute;
	top: 4rem;
	right: 0;
	width: 116px;
	height: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 768px) {
	.testimonials__navigation {
		top: auto;
		bottom: 0;
		right: 50%;
		transform: translateX(50%);
	}
	.testimonials[data-infinite="true"] .testimonials__navigation {
		bottom: 2rem;
	}
}
.testimonials__navigation .arrow {
	width: 48px;
	height: 48px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.testimonials {
		padding-bottom: 2rem;
	}
	.testimonials[data-infinite="true"] {
		padding-bottom: 4rem;
	}
}
.testimonials .arrow {
	cursor: pointer;
} 
.testimonials .arrow svg circle {
	fill: var(--main-color);
	stroke: #f3f8f7;
	transition: all 0.2s ease;
}
.testimonials .arrow svg path {
	stroke: var(--white-color);
	transition: all 0.2s ease;
}
.testimonials .arrow:hover svg circle{
	fill: var(--main-color);
	opacity: 0.5;
}

.testimonials[data-pos="1"][data-infinite="false"] .arrow.arrow__left {
	cursor: default;
	opacity: 0.5;
} 
.testimonials[data-pos="1"][data-infinite="false"] .arrow.arrow__left svg circle {
	fill: var(--white-color);
	stroke: var(--main-color);
}
.testimonials[data-pos="1"][data-infinite="false"] .arrow.arrow__left svg path {
	stroke: var(--main-color);
}
.testimonials__navigation .mobile__navigation {
	display: flex;
	width: 100%;
	height: 100%;
}
.testimonials__navigation .mobile__navigation .mobile__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #d2cdda;
	background-color: var(--white-color);
	margin-bottom: 1rem;
	transition: all 0.2s ease;
}
.testimonials__navigation .mobile__navigation .mobile__dot:not(:first-of-type) {
	margin-left: 1rem;
}
@media (min-width: 769px) {
	.testimonials__navigation .mobile__navigation {
		display: none;
	}
}
@media (max-width: 768px) {
	.testimonials[data-infinite="false"] .testimonials__navigation .arrow {
		display: none;
	}
	.testimonials[data-infinite="true"] .testimonials__navigation .mobile__navigation {
		display: none;
	}
}



@media (min-width: 800px) {
	.texts__container-inner {
		justify-content: space-between;
	}
}

.texts__container-inner .title {
	flex: 0 0 100%;
	padding-bottom: 4rem;
}
@media (max-width: 799px) {
	.texts__container-inner .title {
		padding-bottom: 2rem;
	}
}

.texts__container-inner .text__left {
	flex: 0 0 50%;
}
.texts__container-inner .text__right {
	flex: 0 0 calc((100% / 12) * 5);
}
.texts__container-inner .text p {
	color: rgba(29, 6, 71, 0.7);
}
.texts__container-inner .text > * {
	margin-bottom: 1rem;
}
.texts__container-inner .text ul,
.texts__container-inner .text ol {
	padding-left: 2rem;
}
.texts__container-inner .text ul > li:not(:last-of-type),
.texts__container-inner .text ol > li:not(:last-of-type) {
	margin-bottom: 2rem;
}
.texts__container-inner .text ul li,
.texts__container-inner .text ol li {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.44;
	color: rgba(29, 6, 71, 0.7);
}
.texts__container-inner .text ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -2rem;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--secondary-color);
}

.texts__container-inner .text ol {
	counter-reset: axens-counter;
}
.texts__container-inner .text ol li {
	counter-increment: axens-counter;
}
.texts__container-inner .text ol li::before {
	content: counter(axens-counter) ". ";
	position: absolute;
	top: 0;
	left: -2rem;
	color: var(--secondary-color);
	font-weight: bold;
}

.texts__container-inner .text em {
	font-style: italic;
}
.texts__container-inner .text strong {
	font-weight: bold;
}

@media (max-width: 799px) {
	.texts__container-inner .text__left {
		flex: 0 0 100%;
		margin-bottom: 2rem;
	}
	.texts__container-inner .text__right {
		flex: 0 0 100%;
	}
}



.texts-image__container-inner {

}
.texts-image__container-inner .texts-image__title {
	padding-bottom: 4rem;
}
@media (max-width: 768px) {
	.texts-image__container-inner .texts-image__title {
		padding-bottom: 2rem;
	}
}
.texts-image__container-inner .texts .text {
	border-radius: 6px;
	background-color: var(--main-color);
	min-height: 526px;
}
.texts-image__container-inner .texts[data-length="1"] .text {
	flex: 0 0 100%;
}
.texts-image__container-inner .texts[data-length="2"] .text {
	flex: 0 0 calc(50% - 1.5rem);
}
.texts-image__container-inner .texts[data-length="2"] .text:not(:last-of-type) {
	margin-right: 3rem;
}
@media (max-width: 768px) {
	.texts-image__container-inner .texts[data-length="2"] .text {
		flex: 0 0 100%;
	}
	.texts-image__container-inner .texts[data-length="2"] .text:not(:last-of-type) {
		margin-right: 0rem;
		margin-bottom: 2rem;
	}
}
.texts-image__container-inner .text-image__texts {
	padding: 4rem;
}
@media (max-width: 540px) {
	.texts-image__container-inner .text-image__texts {
		padding: 2.5rem;
	}
}
.text-image__texts {
	flex: 0 0 calc((100% / 12) * 4);
	padding: 4rem;
}
.texts-image__container-inner .texts[data-length="2"] .text-image__texts {
	flex: 0 0 100%;
	height: calc(100% - 246px);
}

.text-image__cta {
	padding-top: 2rem;
}
.text-image__cta a.cta-style {
	background-color: var(--white-color);
	color: var(--main-color);
	box-shadow: inset 0 0 0 1px var(--white-color);
}
.text-image__cta a.cta-style:hover {
	background-color: var(--main-color);
	color: var(--white-color);
	box-shadow: inset 0 0 0 1px var(--white-color);
}

.text-image__image-container {
	line-height: 0;
}
.texts-image__container-inner .texts[data-length="1"] .text-image__image-container {
	flex: 0 0 calc((100% / 12) * 8);
}
.texts-image__container-inner .texts[data-length="2"] .text-image__image-container {
	flex: 0 0 100%;
	height: 246px;
	order: -1;
}
.texts-image__container-inner .texts[data-length="1"] .text-image__image-container .text-image__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.texts-image__container-inner .texts[data-length="2"] .text-image__image-container .text-image__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

@media (max-width: 768px) {
	.text-image__texts,
	.text-image__image-container,
	.texts-image__container-inner .texts[data-length="1"] .text-image__image-container {
		flex: 0 0 100%;
	}
	
	.text-image__image-container {
		order: -1;
	}
	.text-image__image-container img {
		border-top-left-radius: 6px;
		border-bottom-right-radius: 0px;
	}
}
@media (max-width: 540px) {
	.text-image__texts {
		padding: 2.5rem;
	}
}

.text-image__title {
	font-size: 2.8rem;
	line-height: 1.2;
	color: var(--white-color);
	padding-bottom: 2rem;
}
@media (max-width: 992px) {
	.text-image__title {
		
	}
}

.text-image__text * {
	color: var(--white-color);
	font-size: 1.8rem;
	line-height: 1.44;
}
.texts-image__container-inner .texts[data-length="1"] .text-image__text p {
	padding-bottom: 2rem;
}
.texts-image__container-inner .texts[data-length="2"] .text-image__text p:not(:last-of-type) {
	padding-bottom: 2rem;
}




.🤪 {
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	border: 1px solid #FFF;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}