/**************************************************
		Content
 **************************************************

	00. Externals
	01. Browser Reset
	02. Basic styles
	03. Basic wireframe
	04. Header
	05. Footer
	06. Modules
	07. Home
	08. Landing pages
	09. Post archives
	10. Single posts
	11. Slider and gallery
	12. Forms
	13. Contacts
	14. Modals
	15. Externals
	16. 404
	
	xx. Misc and Wordpress specials


/**************************************************
	00. Externals
 **************************************************/

@font-face {
	font-family: 'Neuzeit Grotesk';
	src: url('../fonts/NeuzeitGrotesk-Light.eot');
	src: url('../fonts/NeuzeitGrotesk-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeuzeitGrotesk-Light.woff2') format('woff2'),
		 url('../fonts/NeuzeitGrotesk-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Neuzeit Grotesk';
	src: url('../fonts/NeuzeitGrotesk-Regular.eot');
	src: url('../fonts/NeuzeitGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeuzeitGrotesk-Regular.woff2') format('woff2'),
		 url('../fonts/NeuzeitGrotesk-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Neuzeit Grotesk';
	src: url('../fonts/NeuzeitGrotesk-Bold.eot');
	src: url('../fonts/NeuzeitGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeuzeitGrotesk-Bold.woff2') format('woff2'),
		 url('../fonts/NeuzeitGrotesk-Bold.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}



/**************************************************
	01. Browser Reset
 **************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li, fieldset, form, label, caption, tr, th, td, canvas, embed, 
figure, figcaption, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

figcaption, figure {
	display: block;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/**************************************************
	02. Basic Styles
 **************************************************/

* {
	box-sizing: border-box;

	--black:		#000000;
	--darkgray:		#C5C5C5;
	--gray:	 		#D8D8D8;
	--gray4:        #E0E0E0;
	--gray5:		#909090;
	--gray6:        #4D4D4D;
	--gray7:		#6F6F6F;
	--gray8:		#ECEDEE;
	--gray9:		#595959;
	--gray10:		#A6A6A6;
	--gray11:		#969696;
	--gray12:		#F8F8F8;
	--gray13:		#E8E8E8;
	--gray14:		#828282;
	--gray15:       #141414;
	--gray16:       #F0F0F0;
	--gray17:		#3C3C3C;
	--gray18:       #FBFBFB;
	--gray19:       #333333;
	--gray20:       #F6F6F6;
	--gray21:       #706F6F;
	--lightgray:	#F4F4F2;
	--white:		#FFFFFF;

	--green:		#63C196;
	--green2:       #B9CEC9;
	--green3:       #C3D3D0;
	--purple:		#A795C9;
	--lightpurple:  #F8F7FB;
	--darkpurple:   #8B75BE;
	--red:			#D64C3F;
	--yellow:		#E7FF4D;
	--lightgreen:	#B5CCC4;

	--arrow:		url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E %3Cg transform='translate(-41, -173)' stroke='%23000000' stroke-width='5' fill='none' %3E %3Cg transform='translate(40, 168)'%3E %3Cpolyline points='12.0909091 5.7 3.45454545 20.597184 12.0909091 36.1'%3E%3C/polyline%3E %3Cpath d='M3.45454545,20.9 L32.8181818,20.9'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

html {
	--vw: 1vw;
	--vh: 1vh;
}

html, body {
	margin: 0px;
	padding: 0px;
	min-width: 100%;
	min-height: 100%;
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	position: relative;
/*	scroll-snap-type: y proximity; */

	color: var(--black);
	background: var(--white);
	font-family: "Neuzeit Grotesk", Helvetica, Arial, sans-serif;
	font-weight: 400;
	word-spacing: 0.01em;
	
	line-height: 1.3;				/*	38.4px	*/
	letter-spacing: 0.015em;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	hanging-punctuation: force-end;
	word-wrap: break-word;

	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-before: 3;
	-webkit-hyphenate-limit-after: 3;
	-webkit-hyphenate-limit-chars: 6 3 3;
	-webkit-hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-last: always;
	-webkit-hyphenate-limit-zone: 8%;

	-moz-hyphens: auto;
	-moz-hyphenate-limit-chars: 6 3 3;
	-moz-hyphenate-limit-lines: 2;
	-moz-hyphenate-limit-last: always;
	-moz-hyphenate-limit-zone: 8%;

	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: 6 3 3;
	-ms-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-last: always;
	-ms-hyphenate-limit-zone: 8%;

	hyphens: auto;
	hyphenate-limit-chars: 6 3 3;
	hyphenate-limit-lines: 2;
	hyphenate-limit-last: always;
	hyphenate-limit-zone: 8%;
}

::-moz-selection {
	background-color: var(--gray);
}

::selection {
	background-color: var(--gray);
}

h1, h2, h3, h4, h5, h6 {
	-webkit-column-break-after: avoid;
	-moz-column-break-after: avoid;
	break-after: avoid;
	letter-spacing: 0.01em;
}

p {
	margin-bottom: 1.3em;
	hanging-punctuation: force-end;
}

p:last-child, p:empty,
.content p:last-child, .content p:empty {
	margin-bottom: 0;
}

ul, ol {
	list-style-type: none;
	list-style-position: outside;
}

img, iframe {
	outline: 0;
	display: block;
	user-select: none;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

strong, b {
	font-weight: 500;
}

em, i {
	font-style: oblique;
}

a {
	text-decoration: none;
}

a, a:link, a:active, a:visited, a:focus {
	color: var(--black);
}

a:hover {
	outline: none;
}


sup, sub {
	font-size: 0.8em;
	line-height: 1em;
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

blockquote p {
	quotes: "\201C" "\201D" "\2018" "\2019";	
}

blockquote p:before,
q:before {
	content: open-quote;
}

blockquote p:after,
q:after {
	content: close-quote;
}

.uc {
	text-transform: uppercase;
}

img.lazy {
	position: static;
	opacity: 0;

	transition: opacity 0.75s ease;
}

img.lazy.loaded,
.no-js noscript img.lazy {
	opacity: 1;
}

.no-js img.lazy[data-src] {
	display: none;
}

.js .video-container {
	position: relative;
	width: 100%;
	height: 0;
	margin: 4rem auto;
}

.js .video-container:last-child {
	margin-bottom: 0;
}

.js .video-container iframe,
.js .video-container embed {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.is-light   { font-weight: 300; }
.is-regular { font-weight: 400; }
.is-bold    { font-weight: 500; }


.alpha				{ font-size: 13px; line-height: 1.1; letter-spacing: 0.00px; word-spacing: 0.00px; }
.beta				{ font-size: 14px; line-height: 1.2; letter-spacing: 0.70px; word-spacing: 0.70px; }
.gamma, h6			{ font-size: 15px; line-height: 1.2; letter-spacing: 0.00px; word-spacing: 0.00px; }
.delta, h5			{ font-size: 18px; line-height: 1.5; letter-spacing: 0.00px; word-spacing: 0.00px; }

.epsilon, h4		{ font-size: 18px; line-height: 1.5; letter-spacing: 0.00px; word-spacing: 0.00px; }
.zeta, h3			{ font-size: 18px; line-height: 1.2; letter-spacing: 0.00px; word-spacing: 0.00px; }
.eta, h2			{ font-size: 23px; line-height: 1.1; letter-spacing: 0.00px; word-spacing: 0.00px; }
.theta, h1			{ font-size: 30px; line-height: 1; letter-spacing: 0.00px; word-spacing: 0.00px; }
.iota				{ font-size: 36px; line-height: 1.0; letter-spacing: 0.00px; word-spacing: 0.00px; }

@media (min-width: 450px) {
	.zeta, h3		{ font-size: 20px; }
	.eta, h2		{ font-size: 28px; }
	.theta, h1		{ font-size: 58px; }
	.iota			{ font-size: 56px; }
}

@media (min-width: 850px) {
	.delta, h5		{ font-size: 16px; }
	.epsilon 		{ font-size: 20px; line-height: 1.5 }
	.zeta, h3		{ font-size: 22px; }
	.eta, h2		{ font-size: 34px; }
	.theta, h1		{ font-size: 67px; }
	.iota			{ font-size: 74px; }
}



/**************************************************
	03. Basic wireframe
 **************************************************/

.wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.home .wrapper {
	overflow: hidden;
	min-height: calc(100 * var(--vh));
}

body.page-template-page-thankyou .wrapper {
	min-height: 100%;
	min-height: calc(100 * var(--vh));
}

.main {
	width: 100%;
	margin: 0 auto;
	flex: 1 0 auto;
}




/**************************************************
	04. Header
 **************************************************/

.header {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 0;
	left: 0;
	z-index: 11;
	width: calc(100 * var(--vw));
	padding: 1.3125rem 1rem 1.125rem;

	--headerColor:             var(--white);
	--headerColorFg:           var(--black);
	--headerColorMarkets:      var(--gray6);
	--headerColorMarketsHover: var(--black);
	--headerColorBorder:       var(--gray4);

	background-color:     var(--headerColor);
	color:                var(--headerColorFg);
	line-height: 1;
	border-bottom: 0.5px solid var(--headerColorBorder);
	transition: background-color 0.5s ease;
}

.js .header.dark {
	--headerColor:             var(--black);
	--headerColorFg:           var(--white);
	--headerColorMarkets:	   var(--white);
	--headerColorMarketsHover: var(--white);
	--headerColorBorder:       var(--gray9);
}

.header.minimal {
	border-bottom: 0;
}

.js .header.transparent {
	--headerColor: transparent;
	--headerColorBorder: transparent;
}


.header-left {
	position: relative;
	width: 190px;
	height: 21.375px;
	user-select: none;
}

.header-left h2 {
	display: none;
}

.header-left svg {
	width: 100%;
	height: 100%;
}

.header-left img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: 0.5s ease opacity;
}

.header-left img.logo-img-light {
	opacity: 0;
}

.header-middle.header-menu-has-titles .header-middle-inner,
.header-middle.header-menu-no-titles .header-middle-inner .menu {
	display: flex;
	align-items: baseline;
	gap: 0 2rem;
	margin: 0.375rem 0 -1.125rem;
}

.header-middle-menu {
	letter-spacing: 0.04375rem;
	hyphens: none;
}

.header-menu-has-titles .header-middle-menu .header-title,
.header-middle.header-menu-no-titles li {
	padding-bottom: 0.8125rem;
	border-bottom: 5px solid transparent;
	letter-spacing: 0.04375rem;
	cursor: pointer;
	user-select: none;
	transition: border-bottom-color 0.2s;
}

.header-menu-has-titles .header-middle-menu .header-title a {
	color: currentColor;
}

.header-menu-has-titles .header-middle-menu.show-menu .header-title,
.header-menu-has-titles .header-middle-menu.current-menu-item .header-title,
.header-menu-has-titles .header-middle-menu.current-page-ancestor .header-title,
.header-menu-has-titles .header-middle-menu:hover .header-title,
.header-middle.header-menu-no-titles li.current-menu-item,
.header-middle.header-menu-no-titles li.current-page-ancestor,
.header-middle.header-menu-no-titles li:hover {
	border-bottom-color: var(--headerColorFg);
}

.header-menu-has-titles .header-middle-menu .menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: calc(100 * var(--vw));

	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 0 2rem;
	padding: 1rem 1rem;

	background-color: var(--headerColor);
	border-top: 0.5px solid var(--headerColorBorder);
	border-bottom: 0.5px solid var(--headerColorBorder);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.header-middle .header-middle-menu.show-menu .menu {
	opacity: 1;
	pointer-events: all;
}

.header-middle-menu .menu a {
	color: var(--headerColorMarkets);
}

.header-middle-menu .menu a:hover {
	color: var(--headerColorMarketsHover);
}

.header-right .menu a {
	color: var(--headerColorFg);
}

.header-menu-has-titles .header-middle-menu .menu-close {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);

	display: block;
	width: 0.9375rem;
	height: 0.9375rem;
	cursor: pointer;
}

.header-menu-has-titles .header-middle-menu .menu-close svg {
	width: 100%;
	height: 100%;
	stroke: var(--headerColorFg);
}



.header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 0.375rem;
	min-width: 190px;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.header .header-right li a
.header-middle .header-menu-signin li a {
	padding-bottom: 0.9375rem;
	border-bottom: 5px solid transparent;
	transition: border-bottom-color 0.2s ease;
}

.header .header-menu-payment li a,
.header-middle .header-menu-payment li a {
	padding-bottom: 1rem;
	border-color: var(--purple);
	transition: border-bottom-color 0.2s ease;
}

.js .header.dark img.logo-img-dark {
	opacity: 0;
}

.js .header.dark img.logo-img-light {
	opacity: 1;
}

.js .header.dark svg [fill] {
	transition: 0.5s ease fill;
}

.js .header.dark .pf-logo svg [fill] {
	fill: var(--white);
}

.header .pf-logo svg .no-fill {
	fill: none;
}


.footer-languages {
	display: flex;
	align-items: center;
	gap: 0 0.8125rem;
}

.footer-languages-icon {
	width: 0.9375rem;
	height: 0.9375rem;
}

.footer-languages-icon svg {
	width: 100%;
	height: 100%;
}




.header-languages {
	display: flex;
	align-items: center;
}

.header-home.header-languages {
	cursor: pointer;
}

.header-home.header-languages .menu {
	position: relative;
	top: 0.2rem;
	min-width: 5.5rem;
}

.header-home.header-languages .sub-menu {
	position: absolute;
	top: -0.25rem;
	left: -0.25rem;
	width: 100%;
	opacity: 0;
	padding: 0.25rem 0.25rem calc(0.25rem + -3px);
	pointer-events: none;
	background-color: var(--white);
	transition: opacity 0.25s ease;
}


@media (pointer: fine) {
	.header-home.header-languages:hover .sub-menu {
		opacity: 1;
		pointer-events: all;
	}

	.header-home.header-languages:hover .header-languages-chevron {
		transform: scaleY(-1);
	}
}

.header-home.header-languages.show .sub-menu {
	opacity: 1;
	pointer-events: all;
}

.header-home.header-languages.show .header-languages-chevron {
	transform: scaleY(-1);
}



.header-home.header-languages .sub-menu li {
	white-space: pre;
}

.header-home.header-languages .sub-menu li + li {
	margin-top: 0.75rem;
}

.header-home .header-languages-chevron {
	position: relative;
	top: -0.2rem;
	width: 0.6875rem;
	height: 0.375rem;
	transform-origin: bottom;
}

.header-home .header-languages-chevron svg {
	width: 100%;
	height: 100%;
}









@media (max-width: 1069px) {
	.header-left {
		width: 155px;
		height: 17px;
	}

	.header-middle-toggle {
		position: relative;
		width: 1.5rem;
		height: 1.5rem;
		z-index: 1;
		cursor: pointer;
	}

	.header-middle-toggle span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 0;
		border-bottom: 1px solid var(--black);
		transform: translate(-50%, -0.5rem);
		transition: transform 0.25s ease;
	}

	.header-middle-toggle span:last-child {
		transform: translate(-50%, 0.5rem);
	}

	.header-middle.show-menu .header-middle-toggle span {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.header-middle.show-menu .header-middle-toggle span:last-child {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.header.dark .header-middle-toggle span {
		border-bottom-color: var(--white);
	}

	.header-middle-container {
		position: fixed;
		top: 0;
		left: 0;

		display: flex;
		justify-content: center;
		align-items: center;
		justify-content: center;

		width: calc(100 * var(--vw));
		height: calc(100 * var(--vh));
		padding: 2rem 1rem;
		margin: 0;

		background-color: var(--white);
		font-size: 39px;
		line-height: 53px;
		text-align: center;

		opacity: 0;
		pointer-events: none;
	}

	.header.dark .header-middle-container {
		background-color: var(--black);
	}

	.header-middle.show-menu .header-middle-container {
		opacity: 1;
		pointer-events: all;
	}

	.header-middle-inner,
	.header-middle.header-menu-has-titles .header-middle-inner,
	.header-middle.show-menu.header-menu-no-titles .header-middle-menu:not(.header-menu-signin):not(.header-menu-payment) .menu {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 0;
		gap: 1rem 2rem;
	}

	.header-middle-menu {
		width: 100%;
	}

	.header-menu-has-titles .header-middle-menu .header-title,
	.header-middle.header-menu-no-titles li {
		padding: 0;
		margin-bottom: 0.8125rem;
		border-bottom: none;
	}

	.header-menu-has-titles .header-middle-menu .header-title {
		font-size: 39px;
		line-height: 53px;
	}

	.header-middle.show-menu.header-menu-has-titles .header-middle-menu:not(.header-menu-signin):not(.header-menu-payment) .menu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 2rem;

		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 1rem 2rem;
		border-top: none;
		border-bottom: none;
	}

	.header-middle.show-menu.header-menu-has-titles .header-middle-menu.show-menu .menu,
	.header-middle.show-menu.header-menu-no-titles .header-middle-menu.show-menu .menu {
		opacity: 1;
		pointer-events: all;
	}

	.header-middle.show-menu .header-middle-menu.header-menu-signin .menu,
	.header-middle.show-menu .header-middle-menu.header-menu-payment .menu {
		position: static;
		padding: 0;
		margin-top: calc(15 * var(--vh));
		width: auto;
		justify-content: center;
		font-size: 20px;
		line-height: 1;
		opacity: 1;
		pointer-events: all;
		border: none;
	}

	.header-menu-has-titles .header-middle-menu .menu-close {
		top: 1.7rem;
		left: 1.5rem;
		right: initial;
		width: 0.8rem;
		height: 0.8rem;
		transform: none;
	}

	.header-menu-has-titles .header-middle-menu .menu-close:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		transform: rotate(-45deg);
		border-top: 1px solid var(--headerColorFg);
		border-left: 1px solid var(--headerColorFg);
	}
	
	.header-menu-has-titles .header-middle-menu .menu-close svg,
	.header-right {
		display: none;
	}
}

@media (min-width: 920px) {
}

@media (min-width: 1070px) {
	.header {
		padding: 1.3125rem 2.5rem 1.125rem;
	}

	body.home .header {
		background-color: transparent;
	}

	.header-home {
		display: none;
	}

	.header-middle-menu.header-menu-signin,
	.header-middle-menu.header-menu-payment {
		display: none;
	}
	
	.header-menu.header-menu-has-titles .header-middle-menu .menu {
		padding: 1.2rem 2.5rem 0.8rem;
	}

	.header-menu.header-menu-has-titles .header-middle-menu .menu-close {
		right: 2.5rem;
	}
}

@media (min-width: 1303px) {
	.header {
		padding: 1.3125rem calc(50% - 611px) 1.125rem;
	}

	.header-menu.header-menu-has-titles .header-middle-menu .menu {
		padding: 1.2rem calc(50% - 611px) 0.8rem;
	}

	.header-menu.header-menu-has-titles .header-middle-menu .menu-close {
		right: calc(50% - 611px);
	}
}




/**************************************************
	05. Footer
 **************************************************/

.footer {
	flex-shrink: 0;
	z-index: 10;
}

.footer-contents {
	padding: 4.625rem 1rem 1.0625rem;
	--bgColor: var(--lightgray);
	background-color: var(--bgColor);
}

body.home .footer-contents {
	--bgColor: var(--white);
	padding-top: 0;
}




/***	Footer top 			***/


.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 1.5rem;

	padding: 1rem 0 2.5rem;
	border-bottom: 0.5px solid var(--gray4);
}

body.home .footer-top {
	border-top: none;
}

.footer-languages {
	display: flex;
	align-items: center;
	gap: 0 0.8125rem;
	padding: 0.9375rem;
	width: fit-content;

	background-color: var(--white);
	border-radius: 1.5625rem;
	cursor: pointer;
}

.footer-languages.footer-languages-empty {
	width: 0;
	height: 0;
	padding: 0;
	background-color: none;
	border-radius: 0;
}

.home-footer .footer-languages {
	padding-left: 0;
}

.footer-languages .menu {
	position: relative;
	top: 0.2rem;
	min-width: 7.3rem;
}

.footer-languages .sub-menu {
	position: absolute;
	bottom: calc(-0.9375rem + 3px);
	left: -0.9375rem;
	width: calc(100% + 3.375rem);
	opacity: 0;
	padding: 0.9375rem 0.9375rem calc(0.9375rem + -3px);
	border-radius: 1.5625rem;
	pointer-events: none;
	background-color: var(--white);
	transition: opacity 0.25s ease;
}

.footer-languages.show .sub-menu {
	opacity: 1;
	pointer-events: all;
}

.footer-languages .sub-menu li {
	white-space: pre;
}

.footer-languages .current-language,
.footer-languages .sub-menu li {
	display: flex;
	align-items: center;
	gap: 0.9375rem;
}

.footer-languages .current-language:before,
.footer-languages .sub-menu li:before {
	content: '';
	position: relative;
	top: -0.1rem;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


.footer-languages .current-language:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%234D4D4D' d='M7.5,0C3.4,0,0,3.4,0,7.5S3.4,15,7.5,15S15,11.6,15,7.5S11.6,0,7.5,0z M1,7.5c0-0.6,0.1-1.1,0.2-1.6h2.2 C3.3,6.4,3.3,6.9,3.3,7.5s0,1.1,0.1,1.6H1.2C1.1,8.6,1,8.1,1,7.5z M4.3,7.5c0-0.6,0-1.1,0.1-1.6H7v3.3H4.4C4.3,8.6,4.3,8.1,4.3,7.5z M8,1.2c1.1,0.3,2,1.8,2.4,3.7H8V1.2z M7,1.2v3.7H4.6C5,3,5.9,1.5,7,1.2z M7,10.1v3.7c-1.1-0.4-2-1.8-2.4-3.7H7z M8,13.8v-3.7h2.4 C10,12,9.1,13.5,8,13.8z M8,9.1V5.9h2.6c0.1,0.5,0.1,1.1,0.1,1.6s0,1.1-0.1,1.6H8z M11.6,5.9h2.2C13.9,6.4,14,6.9,14,7.5 s-0.1,1.1-0.2,1.6h-2.2c0.1-0.5,0.1-1.1,0.1-1.6S11.7,6.4,11.6,5.9z M13.4,4.9h-2c-0.3-1.4-0.8-2.5-1.4-3.4 C11.5,2.1,12.8,3.4,13.4,4.9z M5,1.5c-0.7,0.8-1.2,2-1.4,3.4h-2C2.2,3.4,3.5,2.1,5,1.5z M1.6,10.1h2c0.3,1.4,0.8,2.5,1.4,3.4 C3.5,12.9,2.2,11.6,1.6,10.1z M10,13.5c0.7-0.8,1.2-2,1.4-3.4h2C12.8,11.6,11.5,12.9,10,13.5z'/%3E%3C/svg%3E");
}

/*

html[lang^="de"] .footer-languages .current-language:before,
.footer-languages .sub-menu .lang-item-de:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Ccircle cx='10' cy='10' r='10' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23ef4343' d='M-2.23 6.1h24.39v7.82H-2.23z'/%3E%3Cpath d='M-2.23-.81h24.39v7.82H-2.23z'/%3E%3Cpath fill='%23e7ff4d' d='M-2.23 13.46h24.39v7.82H-2.23z'/%3E%3C/g%3E%3Cpath d='M10 1c4.96 0 9 4.04 9 9s-4.04 9-9 9-9-4.04-9-9 4.04-9 9-9m0-1C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Z'/%3E%3C/svg%3E");
}

html[lang^="en"] .footer-languages .current-language:before,
.footer-languages .sub-menu .lang-item-en:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Artwork' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clippath'%3E%3Ccircle cx='10' cy='10' r='9.57' fill='none'/%3E%3C/clipPath%3E%3Cfilter id='drop-shadow-3' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='2.28' dy='1.37'/%3E%3CfeGaussianBlur result='blur' stdDeviation='2.28'/%3E%3CfeFlood flood-color='%23000' flood-opacity='.2'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3Cstyle%3E.cls-2,.cls-4%7Bfill:none;stroke:%23ef4343;stroke-width:.91px;stroke-miterlimit:10%7D.cls-4%7Bstroke:%23fff;stroke-width:3.65px;fill:%23ef4343%7D%3C/style%3E%3C/defs%3E%3Cg filter='url(%23drop-shadow-3)'%3E%3Cg clip-path='url(%23clippath)'%3E%3Cpath fill='%234320ef' d='M-1.67-.6h23.33v21.2H-1.67z'/%3E%3Cpath d='m-2.87 17.75 25.74-15.5' class='cls-4'/%3E%3Cpath d='m9.58 9.8 13.29-8.01M-2.87 18.21l13.06-7.87' class='cls-2'/%3E%3Cpath d='M22.87 17.75-2.87 2.25' class='cls-4'/%3E%3Cpath d='M10.42 9.8-2.87 1.79M22.87 18.21 9.81 10.34' class='cls-2'/%3E%3Cpath fill='%23ef4343' d='M7.72 26.18v-13.9h-13.9V7.72h13.9v-13.9h4.56v13.9h13.9v4.56h-13.9v13.9H7.72z'/%3E%3Cpath fill='%23fff' d='M11.59-5.49v13.9h13.9v3.19h-13.9v13.9H8.4V11.6H-5.49V8.41h13.9v-13.9h3.19m1.36-1.37H7.04v13.9h-13.9v5.92h13.9v13.9h5.92v-13.9h13.9V7.04h-13.9v-13.9Z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M10 1c4.96 0 9 4.04 9 9s-4.04 9-9 9-9-4.04-9-9 4.04-9 9-9m0-1C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Z'/%3E%3C/svg%3E");
}

html[lang^="es"] .footer-languages .current-language:before,
.footer-languages .sub-menu .lang-item-es:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Artwork' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clippath'%3E%3Ccircle cx='10' cy='10' r='9.57' fill='none'/%3E%3C/clipPath%3E%3Cfilter id='drop-shadow-2' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='4.55' dy='2.73'/%3E%3CfeGaussianBlur result='blur' stdDeviation='4.55'/%3E%3CfeFlood flood-color='%23000' flood-opacity='.2'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3Cstyle%3E.cls-5%7Bfill:%23ef4343%7D%3C/style%3E%3C/defs%3E%3Cg filter='url(%23drop-shadow-2)'%3E%3Cg clip-path='url(%23clippath)'%3E%3Cpath fill='%23e7ff4d' d='M-1.67 6.26h23.33v7.49H-1.67z'/%3E%3Cpath d='M-1.67 13.29h23.33v7.49H-1.67zM-1.67-.77h23.33v7.49H-1.67z' class='cls-5'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M10 1c4.96 0 9 4.04 9 9s-4.04 9-9 9-9-4.04-9-9 4.04-9 9-9m0-1C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Z'/%3E%3C/svg%3E");
}

html[lang^="it"] .footer-languages .current-language:before,
.footer-languages .sub-menu .lang-item-it:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Ccircle cx='10' cy='10' r='10' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M13.91-2.23v24.39H6.09V-2.23z'/%3E%3Cpath fill='%23ef4343' d='M20.81-2.23v24.39h-7.82V-2.23z'/%3E%3Cpath fill='%2346a050' d='M6.54-2.23v24.39h-7.82V-2.23z'/%3E%3C/g%3E%3Cpath d='M10 1c4.96 0 9 4.04 9 9s-4.04 9-9 9-9-4.04-9-9 4.04-9 9-9m0-1C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Z'/%3E%3C/svg%3E");
}

html[lang^="fr"] .footer-languages .current-language:before,
.footer-languages .sub-menu .lang-item-fr:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Ccircle cx='10' cy='10' r='10' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M13.91-2.23v24.39H6.09V-2.23z'/%3E%3Cpath fill='%23ef4343' d='M20.81-2.23v24.39h-7.82V-2.23z'/%3E%3Cpath fill='%234320ef' d='M6.54-2.23v24.39h-7.82V-2.23z'/%3E%3C/g%3E%3Cpath d='M10 1c4.96 0 9 4.04 9 9s-4.04 9-9 9-9-4.04-9-9 4.04-9 9-9m0-1C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Z'/%3E%3C/svg%3E");
}

html[lang^="nl"] .footer-languages .current-language:before,
.footer-languages .sub-menu .lang-item-nl:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Ccircle cx='10' cy='10' r='10' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M-2.23 6.1h24.39v7.82H-2.23z'/%3E%3Cpath fill='%23ef4343' d='M-2.23-.81h24.39v7.82H-2.23z'/%3E%3Cpath fill='%234320ef' d='M-2.23 13.46h24.39v7.82H-2.23z'/%3E%3C/g%3E%3Cpath d='M10 1c4.96 0 9 4.04 9 9s-4.04 9-9 9-9-4.04-9-9 4.04-9 9-9m0-1C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Z'/%3E%3C/svg%3E");
}

html[lang^="pl"] .footer-languages .current-language:before,
.footer-languages .sub-menu .lang-item-pl:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Ccircle cx='10' cy='10' r='9.57' fill='none'/%3E%3C/clipPath%3E%3Cfilter id='a' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='2.28' dy='1.37'/%3E%3CfeGaussianBlur result='blur' stdDeviation='2.28'/%3E%3CfeFlood flood-color='%23000' flood-opacity='.2'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23ef4343' d='M-1.67 9.95h23.33v10.82H-1.67z'/%3E%3Cpath fill='%23fff' d='M-1.67-.77h23.33V9.95H-1.67z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M10 1c4.96 0 9 4.04 9 9s-4.04 9-9 9-9-4.04-9-9 4.04-9 9-9m0-1C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Z'/%3E%3C/svg%3E");
}

html[lang^="pt"] .footer-languages .current-language:before,
.footer-languages .sub-menu .lang-item-pt:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Ccircle cx='10' cy='10' r='9.57' fill='none'/%3E%3C/clipPath%3E%3Cfilter id='a' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='4.55' dy='2.73'/%3E%3CfeGaussianBlur result='blur' stdDeviation='4.55'/%3E%3CfeFlood flood-color='%23000' flood-opacity='.2'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23ef4343' d='M-1.7-.34h23.33v19.86H-1.7z'/%3E%3Cpath fill='%2346a050' d='M-1.7-.34h9.74v19.86H-1.7z'/%3E%3C/g%3E%3C/g%3E%3Ccircle cx='8.04' cy='9.95' r='2.28' fill='%23e7ff4d'/%3E%3Cpath d='M10 1c4.96 0 9 4.04 9 9s-4.04 9-9 9-9-4.04-9-9 4.04-9 9-9m0-1C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Z'/%3E%3C/svg%3E");
}

html[lang^="se"] .footer-languages .current-language:before,
.footer-languages .sub-menu .lang-item-se:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Artwork' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clippath'%3E%3Ccircle cx='10' cy='10' r='9.57' fill='none'/%3E%3C/clipPath%3E%3Cfilter id='drop-shadow-1' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='4.55' dy='2.73'/%3E%3CfeGaussianBlur result='blur' stdDeviation='4.55'/%3E%3CfeFlood flood-color='%23000' flood-opacity='.2'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3Cstyle%3E.cls-3%7Bfill:%234832ed%7D%3C/style%3E%3C/defs%3E%3Cg filter='url(%23drop-shadow-1)'%3E%3Cg clip-path='url(%23clippath)'%3E%3Cpath d='M-1.7 6.27h23.33v7.49H-1.7z' class='cls-3'/%3E%3Cpath d='M-1.7-.34h23.33v7.49H-1.7zM-1.7 13.31h23.33v7.49H-1.7z' class='cls-3'/%3E%3Cpath fill='%23e7ff4d' d='M21.5 7.97H10.03V-3.5H5.97V7.97H-1.5v4.06h7.47V23.5h4.06V12.03H21.5V7.97z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M10 1c4.96 0 9 4.04 9 9s-4.04 9-9 9-9-4.04-9-9 4.04-9 9-9m0-1C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Z'/%3E%3C/svg%3E");
}

*/

.footer-languages .sub-menu li + li {
	margin-top: 0.9375rem;
}

.footer-languages .sub-menu li a {
	color: var(--gray6);
	transition: color 0.25s ease;
}

.footer-languages .sub-menu li:hover a {
	color: var(--black);
}

.footer-languages-chevron {
	position: relative;
	top: -0.1rem;
	width: 0.6875rem;
	height: 0.375rem;
	transform: scaleY(-1);
	transform-origin: bottom;
}

.footer-languages ul:has(ul.submenu li:first-child:last-child) + .footer-languages-chevron {
	display: none;
}

.footer-languages.show .footer-languages-chevron {
	transform: scaleY(1);
}

.footer-languages-chevron svg {
	width: 100%;
	height: 100%;
}

@media (pointer: fine) {
	.footer-languages:hover .sub-menu {
		opacity: 1;
		pointer-events: all;
	}

	.footer-languages:hover .footer-languages-chevron {
		transform: scaleY(1);
	}
}
/* } */

/* @media (pointer: coarse) {
	.footer-languages .sub-menu {
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
		gap: 0 0.5rem;
		margin-top: 0.3rem;
	}

	.footer-languages .sub-menu li + li {
		margin-top: 0;
	}

	.footer-languages .menu > li > a,
	.footer-languages-chevron {
		display: none;
	}
}*/


.footer-trustpilot {
	width: 100%;
}

.footer-trustpilot .trustpilot-mobile {
	position: relative;
	top: 0.25rem;
	width: 100%;
}

.footer-trustpilot .trustpilot-desktop {
	display: none;
}


.footer-socialmedia {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0 1rem;
}

.footer-socialmedia .sm-button {
	width: 1.3125rem;
	height: 1.3125rem;
}

.footer-socialmedia .sm-button svg {
	width: 100%;
	height: 100%;
}




/***	Footer menus 		***/

.footer-menus {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	gap: 4rem 2rem;
	padding: 2.5rem 0;
	letter-spacing: 0.05em;
}

.footer-left,
.footer-right {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 3rem 4.75rem;
	width: 100%;
}

.footer-right {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-contact,
.footer-menu {
	width: 100%;
}

.footer-title {
	margin-bottom: 0.875rem;
	font-weight: 500;
	text-align: center;
}

.footer-contact,
.footer-menu ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-menus .menu li + li,
.footer-site-switch + .footer-contact-payment,
.footer-contact-login + .footer-contact-contact,
.footer-contact-feedback + .footer-contact-payment {
	margin-top: 0.875rem;
}


@media (min-width: 550px) {
	.footer-left {
		flex-direction: row;
		justify-content: center;
	}

	.footer-contact,
	.footer-menu {
		width: max-content;
	}

	.footer-title {
		text-align: left;
	}

	.footer-contact,
	.footer-menu ul {
		display: block;
	}
}

@media (min-width: 600px) {
	
}

@media (min-width: 1303px) {
	body.is-consumers .footer-menus {
		align-items: flex-start;
		flex-direction: row;
	}

	body.is-consumers .footer-left,
	body.is-consumers .footer-right {
		width: auto;
	}
}





/***	Footer bottom 		***/



.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column-reverse;
	padding: 1.0625rem 0 0;
	gap: 2rem;
	border-top: 0.5px solid var(--gray4);
}

.footer-disclaimer {
	color: var(--gray5);
	letter-spacing: 0.04375rem;
}

.footer-bottom .menu {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem 2rem;
}

.footer-bottom .menu a {
	letter-spacing: 0.04375rem;
	color: var(--gray6);
}

li.menu-item .ot-sdk-show-settings {
	position: relative;
	top: -1px;

	color: var(--gray6) !important;
	border: 0 !important;
	padding: 0 !important;
	font-size: 13px !important;
	line-height: initial !important;
	background-color: transparent;
	font-family: "Neuzeit Grotesk", Helvetica, Arial, sans-serif !important;
	letter-spacing: 0.04375rem;
}

li.menu-item .ot-sdk-show-settings:hover {
	background-color: transparent !important;
}



@media (min-width: 550px) and (pointer: fine) {
	.footer-top {
		flex-direction: row;
	}
}

@media (min-width: 670px) and (pointer: coarse) {
	.footer-top {
		flex-direction: row;
	}
}

@media (min-width: 740px) {
	.footer-bottom {
		flex-direction: row;
	}

	.footer-bottom .menu {
		justify-content: flex-end;
	}
}

@media (min-width: 855px) {
	.footer-contents {
		padding: 4.625rem 2.5rem 1.15625rem;
	}

	body.home .footer-contents {
		padding-top: 0;
	}

	.footer-top {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		gap: 0 8rem;
		justify-content: start;
	}

	.is-consumers .footer-top {
		gap: 0 2.5rem;
	}

	.footer-top .footer-socialmedia {
		justify-self: end;
	}
}

@media (min-width: 1050px) {
	.footer-top {
		grid-template-columns: 10.2rem 1fr 10.2rem;
	}

	.footer-trustpilot .trustpilot-mobile {
		display: none;
	}

	.footer-trustpilot .trustpilot-desktop {
		display: block;
	}
}

@media (min-width: 1280px) {
	
}

@media (min-width: 1303px) {
	.footer-contents {
		padding: 4.625rem calc(50% - 611px) 1.15625rem;
	}

	body.home .footer-contents {
		padding-top: 0;
	}
}




/**************************************************
	06. Modules
 **************************************************/

.module,
.module-collectiondescription .module-inner {
	padding: 4.625rem 1rem 4rem;
	max-width: 100%;
	background-color: var(--white);
}

.module:first-child {
	padding-top: calc(4.625rem + var(--headerHeight));
}

.module {
	overflow: hidden;
}

.module-nonexistent {
	position: relative;
	padding: 4rem;
	color: red;
}

.module-nonexistent:before {
	content: '';
	position: absolute;
	display: block;
	top: 3rem;
	left: 3rem;
	right: 3rem;
	bottom: 3rem;
	border: 1px solid red;
}

@media (min-aspect-ratio: 4/3) {
	.module-fullscreen {
		min-height: calc(100 * var(--vh));
	}
}

@media (min-width: 650px) and (min-height: 650px) {
/*	.module-snaps {
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}*/
}

.module-dark,
.module-bg-grid {
	background-color: var(--black);
	color: var(--white);
}

.module-dark a,
.module-bg-grid a {
	color: var(--white);
}

.module-bg-grid {
	background-image: url("data:image/svg+xml,%3Csvg width='75px' height='75px' viewBox='0 0 75 75' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='37' cy='37' r='1' fill='%23444444'%3E%3C/circle%3E%3C/svg%3E");
	background-repeat: repeat;
}

.module-bg,
.module-bg.cover-container,
.module-bg-canvas,
.module-bg-canvas.cover-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.module-bg {
	background-color: var(--black);
}

.module-bg:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: -o-radial-gradient(circle, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: radial-gradient(circle, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}

.module-bg-canvas canvas {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transition: opacity 1.0s ease;
}

.module-bg-canvas canvas.show {
	opacity: 1;
	z-index: 2;
}

.module-bg + .module-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100% - 2rem);

	padding: 4.625rem 1rem;
	z-index: 2;
}

.module-title {
	text-align: center;
	-webkit-hyphenate-limit-after: 10;
}

.module-bg + .module-content .intro-title,
.module-bg + .module-content .module-title,
.module-bg + .module-content .module-title a,
.module-bg + .module-content .intro-claim {
	color: var(--white);
}

.module-subtitle {
	text-align: center;
	font-weight: 500;
}

@media (min-width: 855px) {
	.module-bg + .module-content {
		padding: 6rem 1rem;
	}
}




/***	Contact button	***/

.module-contactbutton {
	display: flex;
	align-items: center;
	justify-content: center;
}


/***	Intro	***/

.module-intro,
.module-introimg,
.module-archiveheaderimg {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 5;
	background-color: var(--white);
	text-align: center;
}

.module-bannerimg {
	position: relative;
	max-width: 2000px;
	height: calc(38.1945 * var(--vw));
	min-height: 11rem;
	max-height: 764px;
	margin: 0 auto;
}

.module-bannerimg .module-bg:before {
	display: none;
}

.module-intro .intro-title {
	max-width: 100%;
}

.module-intro .intro-claim,
.module-introimg .intro-claim,
.module-claim {
	margin: 1.75rem auto 0;
	max-width: 595px;
	text-align: center;
	hyphens: none
}

.module-intro .intro-claim.wide,
.module-introimg .intro-claim.wide,
.module-claim.wide {
	max-width: 830px;
}

.module-intrologos .intro-claim {
	width: calc(100% - 2rem);
}

.module-intro .intro-link {
	position: absolute;
	right: 2.5rem;
	top: calc(116 * var(--vh) - 3.5rem);
}

.module-intro .gallery {
	margin-top: 4rem;
	width: 100%;
}

.module-introimg .intro-link {
	margin-top: 2rem;
}

.module-introimg .intro-link a {
	color: var(--white);
}


@media (min-width: 850px) {
	.module.module-intro {
		padding-top: 10rem;
		padding-bottom: 9.5rem;
	}

	.module-intrologos {
		padding: 4rem 0;
	}
}



/***	Advantages	***/

.module-advantages {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.main.page-landing-business .module-advantages {
	background-color: var(--gray15);
}

.module-advantages-inner {
	position: relative;
	width: 500px;
	height: 500px;
	margin: 4rem 0 0;
}

.circle-container,
.module-advantages-labels {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.circle-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.circle-container svg {
	transform: scale(1);
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   min--moz-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 3/2),
only screen and (        min-device-pixel-ratio: 1.5),
only screen and (                min-resolution: 144dpi),
only screen and (                min-resolution: 1.5dppx) { 
	.circle-container svg {
		stroke-width: 1;
	}
}

.circle-container svg path {
	opacity: 1;
	transition: opacity 0.2s ease;
}

.module-services.module-support .circle-container svg path,
.module-servicesoverview.module-supportoverview .circle-container svg path {
	stroke: var(--purple);
}

.circle-container svg path.hidden {
	opacity: 0;
}

.module-advantages-labels label {
	position: absolute;
	display: block;
	top: 66.6666%;
	left: 50%;
	width: 364px;
	height: 200px;
	margin: -100px -182px;
	opacity: 0;
	animation: advantageLabelReveal 1s ease forwards;
}

.js .module-advantages-labels.hidden label {
	animation: none;
	opacity: 0;
}

.module-advantages-labels label:nth-child(1) {	transform: rotate(-90deg) translate(300px, 49px) rotate(  90deg); animation-delay: 0.0s; color: var(--lightgreen); }
.module-advantages-labels label:nth-child(2) {	transform: rotate(  2deg) translate(415px) rotate(  -2deg); animation-delay: 0.6s; color: var(--yellow); height: auto; }
.module-advantages-labels label:nth-child(3) {	transform: rotate(178deg) translate(415px) rotate(-178deg); animation-delay: 1.2s; color: var(--green); text-align: right; height: auto; }


.is-consumers .module-advantages-labels label:nth-child(3) {	color: var(--purple); }

@keyframes advantageLabelReveal {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.module-advantages-labels label:nth-child(1):before,
.module-advantages-labels label:nth-child(2):before,
.module-advantages-labels label:nth-child(3):after {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 100%;
	top: 0;
	border-left: 1px solid var(--white);
	border-top: 1px solid var(--white);
}

.module-advantages-labels label:nth-child(1):before {
	top: 0;
	height: 136px;
	width: 60px;
	transform: skewY(45deg) translate(-33px, 65px) scaleY(-1);
}

.module-advantages-labels label:nth-child(2):before {
	width: 50px;
	transform: translate(-89px) scaleX(-1);
}

.module-advantages-labels label:nth-child(3):after {
	right: 0;
	width: 57px;
	transform: translate(90px);
}

.module-advantages-labels .large .label-title {
	display: block;
	margin-bottom: 1rem;
	white-space: nowrap;
}

.module-advantages-labels .label-center {
	display: none;
}

.module-advantages .contact-button {
	margin: 1.25rem 0 0;
}


@media (max-width: 1219px) {
	.module-advantages-inner {
		margin: 2rem 0 0;
	}

	.circle-container {
		transition: transform 0.5s ease;
	}

	.circle-container[data-current-label="0"] {
		transform: translate(-50%, -50%) rotate(-360deg);
	}

	.circle-container[data-current-label="1"] {
		transform: translate(-50%, -50%) rotate(-120deg);
	}

	.circle-container[data-current-label="2"] {
		transform: translate(-50%, -50%) rotate(-240deg);
	}

	.module-advantages-labels label:nth-child(1) {
		top: 87%;
		left: 54%;
	}

	.circle-container[data-current-label="0"] + .module-advantages-labels label:nth-child(1) {
		color: var(--lightgreen);
	}

	.circle-container[data-current-label="1"] + .module-advantages-labels label:nth-child(1) {
		color: var(--yellow);
	}

	.circle-container[data-current-label="2"] + .module-advantages-labels label:nth-child(1) {
		color: var(--green);
	}

	.is-consumers .circle-container[data-current-label="0"] + .module-advantages-labels label:nth-child(1) {
		color: var(--lightgreen);
	}

	.is-consumers .circle-container[data-current-label="1"] + .module-advantages-labels label:nth-child(1) {
		color: var(--purple);
	}

	.is-consumers .circle-container[data-current-label="2"] + .module-advantages-labels label:nth-child(1) {
		color: var(--green);
	}

	.module-advantages-labels label:nth-child(1) .label-subtitle,
	.module-advantages-labels label:nth-child(2),
	.module-advantages-labels label:nth-child(3) {
		display: none;
	}

	.module-advantages-labels label:nth-child(1):before {
		height: 26px;
	}

	.module-advantages-labels .label-center {
		position: absolute;
		top: 50%;
		left: 50%;

		display: flex;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 200px;
		padding: 1rem;
		border-radius: 50%;

		text-align: center;
		color: var(--white);
		background-color: rgba(0,0,0,0.8);
		transform: translate(-50%, -50%);
	}

	.is-consumers .module-advantages-labels .label-center {
		color: var(--black);
		background-color: rgba(255,255,255,0.8);
	}
}

@media (min-width: 850px) {
	.module.module-advantages {
		padding-top: 8.75rem;
		padding-bottom: 8.75rem;
	}

	.module-advantages .module-title {
		margin-bottom: 5rem;
	}
}



/*** Landing Intro ***/

.module-landingintro {
	position: relative;
	max-height: calc(100 * var(--vh));
	overflow: hidden;
}

.page-landing-consumers .modules > .module-dark:first-child,
.module-introimg:first-child,
.module-archiveheaderimg {
	padding-top: calc(10.6875rem + 18px);
	min-height: calc(100 * var(--vh));
	margin-top: calc(-2.4375rem - 20px);
}

.module-landingintro .module-bg-canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.module-landingintro .module-bg-img {
	width: 100%;
	height: 100%;
}

.module-landingintro .module-bg-img:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.4)), to(rgba(0,0,0,0.5)));
	background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.5) 100%);
}

.module-landingintro .module-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: calc(100% - 2rem);
	transform: translate(-50%, -50%);
}

.module-landingintro .module-title {
	color: var(--white);
	hyphens: none;
}

.module-landingintro .module-keywords {
	display: block;
	margin-top: 1.5rem;
	color: var(--yellow);
	white-space: pre;
	text-align: center;
}

.is-consumers .module-landingintro .module-keywords {
	color: var(--purple);
}

.module-landingintro .module-polygon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

.module-landingintro .module-polygon svg {
	width: 100%;
	height: 100%;
}

@media (min-width: 855px) {
	.page-landing-consumers .modules > .module-dark:first-child,
	.module-introimg:first-child,
	.module-archiveheaderimg {
		padding-top: calc(10.6875rem + 18px);
		min-height: calc(100 * var(--vh));
		margin-top: calc(-2.4375rem - 21.375px);
	}
}



/*** Landing Principle ***/


.module-principle .module-claim {
	margin-bottom: 8rem;
}

.module-principle .module-title {
	max-width: 500px;
	margin: 0 auto 6rem;
}

.module-principle .module-inner {
	position: relative;
	width: calc(100% - 2rem);
	max-width: 1000px;
	margin: 0 auto;
}

.module-principle .principle-strokes {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.module-principle .principle-labels label {
	position: absolute;
}

.module-principle .principle-icons div {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
}

#label-flowsalemade	       { bottom: 96.8045%; left:	  0px; width: 280px; }	    /* 1790px */
#label-flowpfhired		   { bottom: 82.4775%; right:   -23px; width: 335px; }	    /* 1525px */
#label-flowalgorithm	   { bottom: 67.3340%; left:	  0px; width: 43.248%; }	/* 1245px */
#label-flowprofiling	   { bottom: 34.8840%; right: -1.5rem; width: 38%; }	    /*  645px */
#label-flowconsumerapproach  { bottom:  4.0570%; right:     0px; width: 325px; }	    /*   75px */

#label-flowpurchasemade	   { bottom: 97.0045%; left:	  0px; width: 350px; }	    /* 1790px */
#label-flowmessagereceived { bottom: 82.0775%; right:   -23px; width: 335px; }	    /* 1525px */
#label-flowcommunication   { bottom: 66.0340%; left:	  0px; width: 31.5%; }	    /* 1245px */
#label-flowpayment	       { bottom: 31.0840%; right: -1.5rem; width: 30.0%; }	    /*  645px */
#label-flowextrajudicial   { bottom: 16.8570%; left:      0px; width: 350px; }	    /*   75px */
#label-flowenforcement     { bottom:  4.7570%; right:    0rem; width: 350px; }	    /*   75px */

#icon-flowsalemade	      { top:  1.8680%; width:  7.6%; }							/*   30px,  77px */
#icon-flowpfhired		  { top: 16.2250%; width:  7.0%; }							/*  300px,  70px */
#icon-flowalgorithm	      { top: 35.0000%; width: 46.0%; left: calc(50% + 40px) }	/*  619px, 460px, calc(50% + 93px) */
#icon-flowprofiling	      { top: 65.9820%; width: 24.0%; }							/* 1220px, 240px */
#icon-flowconsumerapproach  { top: 95.1870%; width:  5.8%; }							/* 1760px,  58px */

#icon-flowpurchasemade	  { top:  2.160%; width:  7.7%; }							/*   30px,  77px */
#icon-flowmessagereceived { top: 17.425%; width:  7.0%; }							/*  300px,  70px */
#icon-flowcommunication	  { top: 33.100%; width: 24.5%; }						    /*  619px, 460px */
#icon-flowpayment	      { top: 57.582%; width: 31.7%; }							/* 1220px, 240px */
#icon-flowextrajudicial   { top: 82.687%; width:  5.8%; }							/* 1760px,  58px */
#icon-flowenforcement     { top: 94.487%; width:  5.5%; }							/* 1760px,  58px */

.principle-icons svg {
	width: 100%;
	height: auto;
}

#icon-flowprofiling svg {
	width: 100%;
	height: 100%;
}

#icon-flowalgorithm .icon-algorithm-numbers {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	width: 88.045%;
	height: 0;
	padding-bottom: 88.045%;
	overflow: hidden;
	letter-spacing: 0.25em;
}

#icon-flowalgorithm .icon-algorithm-numbers:before {
	content: '';
	position: absolute;
	display: block;
	width: 70%;
	height: 100%;
	z-index: 1;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0,0,0,0.4)), color-stop(80%, rgba(0,0,0,1)));
	background: -o-linear-gradient(left, rgba(0,0,0,0.4) 20%, rgba(0,0,0,1) 80%);
	background: linear-gradient(to right, rgba(0,0,0,0.4) 20%, rgba(0,0,0,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}

#icon-flowalgorithm.active .icon-algorithm-numbers span,
#icon-flowprofiling.active .neuro-circles circle,
#icon-flowprofiling.active .neurons path,
.psychology-head .neuro-circles circle {
	opacity: 0.3;
	animation: neuroBlink 3s ease infinite;
}

@keyframes neuroBlink {
	  0% { opacity: 0.3 }
	 50% { opacity: 1.0 }
	100% { opacity: 0.3 }
}

@keyframes digitsBlink {
	  0% { opacity: 0.3 }
	 20% { opacity: 1.0 }
	 80% { opacity: 0.3 }
}

#icon-flowalgorithm.animatable:not(.hidden) #Formeln > g {
	opacity: 0;
	animation: formulasFadeIn 2s ease forwards;
}

#icon-flowalgorithm.animatable:not(.hidden) #Formeln > g:nth-child(2) {
	animation-delay: 1s;
}

#icon-flowalgorithm.animatable:not(.hidden) #Formeln > g:nth-child(3) {
	animation-delay: 2s;
}

@keyframes formulasFadeIn {
	to { opacity: 1; }
}

#icon-flowalgorithm svg {
	position: relative;
}

.module-principle .more-link {
/*	margin: 13rem auto; */
	margin: 8rem auto 0rem;
	text-align: center;
}

@media (max-width: 849px) {
	.principle-strokes svg {
		position: relative;
		width: 200%;
		height: auto;
		left: -50%;
	}

	.principle-underlines {
		display: none;
	}

	.principle-connectors,
	.principle-circles {
		transform: translateX(3%);
	}

	.module-principle .principle-labels #label-flowsalemade,
	.module-principle .principle-labels #label-flowpfhired,
	.module-principle .principle-labels #label-flowalgorithm,
	.module-principle .principle-labels #label-flowprofiling,
	.module-principle .principle-labels #label-flowconsumerapproach,

	.module-principle .principle-labels #label-flowpurchasemade,
	.module-principle .principle-labels #label-flowmessagereceived,
	.module-principle .principle-labels #label-flowcommunication,
	.module-principle .principle-labels #label-flowpayment,
	.module-principle .principle-labels #label-flowextrajudicial,
	.module-principle .principle-labels #label-flowenforcement {
		left: 50%;
		right: 0;
		transform: translateX(-50%);
		width: calc(100% + 5rem);
		z-index: 2;
		padding: 0.5rem 1rem;

		text-align: center;
		background-color: var(--black);
	}

	.module-principle .principle-labels #label-flowpurchasemade,
	.module-principle .principle-labels #label-flowmessagereceived,
	.module-principle .principle-labels #label-flowcommunication,
	.module-principle .principle-labels #label-flowpayment,
	.module-principle .principle-labels #label-flowextrajudicial,
	.module-principle .principle-labels #label-flowenforcement {
		background-color: var(--white);
	}

	#label-flowsalemade       { bottom: 89.0%; }
	#label-flowpfhired        { bottom: 73.5%; }
	#label-flowalgorithm      { bottom: 41.0%; }
	#label-flowprofiling      { bottom:  9.5%; }
	#label-flowconsumerapproach { bottom: -4.5%; }

	#label-flowpurchasemade	   { bottom: 88.0%; }
	#label-flowmessagereceived { bottom: 74.3%; }
	#label-flowcommunication   { bottom: 47.3%; }
	#label-flowpayment	       { bottom: 21.4%; }
	#label-flowextrajudicial   { bottom:  8.0%; }
	#label-flowenforcement     { bottom: -6.0%; }

	#icon-flowsalemade	     { width: 15.3%; }
	#icon-flowpfhired		 { width: 14.0%; }
	#icon-flowalgorithm	     { width: 92.0%; left: calc(50% - 30px) }
	#icon-flowprofiling	     { width: 48.0%; }
	#icon-flowconsumerapproach { width: 11.6%; }

	#icon-flowpurchasemade	  { width: 15.4%; }
	#icon-flowmessagereceived { width: 14.0%; }
	#icon-flowcommunication	  { width: 49.0%; }
	#icon-flowpayment	      { width: 63.4%; }
	#icon-flowextrajudicial   { width: 11.6%; }
	#icon-flowenforcement     { width: 11.0%; }

	.icon-algorithm-numbers {
		display: none;
	}
}

@media (max-width: 599px) {
	.principle-strokes svg {
		width: 300%;
		left: -100%;
	}

	#label-flowsalemade       { bottom: 88.0%; }
	#label-flowpfhired        { bottom: 72.5%; }
	#label-flowalgorithm      { bottom: 40.0%; }
	#label-flowprofiling      { bottom:  8.1%; }
	#label-flowconsumerapproach { bottom: -5.0%; }

	#label-flowpurchasemade	   { bottom: 87.4%; }
	#label-flowmessagereceived { bottom: 73.8%; }
	#label-flowcommunication   { bottom: 46.8%; }
	#label-flowpayment	       { bottom: 20.9%; }
	#label-flowextrajudicial   { bottom:  8.7%; }
	#label-flowenforcement     { bottom: -3.09%; }

	#icon-flowsalemade	     { width:  23.1%; }
	#icon-flowpfhired		 { width:  21.0%; }
	#icon-flowalgorithm	     { width: 138.0%; left: calc(50% - 30px) }
	#icon-flowprofiling	     { width:  72.0%; }
	#icon-flowconsumerapproach { width:  17.4%; }

	#icon-flowpurchasemade	  { width: 23.1%; }
	#icon-flowmessagereceived { width: 21.0%; }
	#icon-flowcommunication	  { width: 73.5%; }
	#icon-flowpayment	      { width: 95.1%; }
	#icon-flowextrajudicial   { width: 17.4%; }
	#icon-flowenforcement     { width: 16.5%; }
}

@media (max-width: 375px) {
	.module-principle .principle-labels {
		font-size: 14px;
	}

	#label-flowsalemade       { bottom: 88.5%; }
	#label-flowpfhired        { bottom: 72.5%; }
	#label-flowalgorithm      { bottom: 39.5%; }
	#label-flowprofiling      { bottom:  7.4%; }
	#label-flowconsumerapproach { bottom: -6.0%; }

	#label-flowpurchasemade	   { bottom: 86.6%; }
	#label-flowmessagereceived { bottom: 73.4%; }
	#label-flowcommunication   { bottom: 46.2%; }
	#label-flowpayment	       { bottom: 20.3%; }
	#label-flowextrajudicial   { bottom:  8.3%; }
	#label-flowenforcement     { bottom: -6.0%; }
}



@media (min-width: 850px) {
	.module-principle .module-inner {
		width: 100%;
	}

	.js .module-principle .module-inner .animatable {
		opacity: 1;
		transition: opacity 0.5s ease;
	}

	.js .module-principle .module-inner .animatable.hidden {
		opacity: 0;
	}

	.principle-strokes svg {
		width: 106%;
		height: auto;
	}

	.principle-icons {
		width: 100%;
		height: auto;
		max-width: 770px;
	}

	.principle-underlines,
	.principle-connectors,
	.principle-circles {
		transform: translateX(0);
	}

	.principle-icons > div .consumers-icon {
		opacity: 0;
		transition: opacity 0.4s ease;
	}

	.principle-icons > div .consumers-icon:nth-child(1) {; transition-delay: 0.0s; }
	.principle-icons > div .consumers-icon:nth-child(2) {; transition-delay: 0.2s; }
	.principle-icons > div .consumers-icon:nth-child(3) {; transition-delay: 0.4s; }
	.principle-icons > div .consumers-icon:nth-child(4) {; transition-delay: 0.6s; }
	.principle-icons > div .consumers-icon:nth-child(5) {; transition-delay: 0.8s; }
	.principle-icons > div .consumers-icon:nth-child(6) {; transition-delay: 1.0s; }
	.principle-icons > div .consumers-icon:nth-child(7) {; transition-delay: 1.2s; }

	.principle-icons > div:not(.hidden) .consumers-icon {
		opacity: 1;
		 transform-origin: center;
		animation: consumersIcons 5s ease infinite;
	}

	.principle-icons > div:not(.hidden) .consumers-icon:nth-child(1) { animation-delay: 0.0s; }
	.principle-icons > div:not(.hidden) .consumers-icon:nth-child(2) { animation-delay: 0.4s; }
	.principle-icons > div:not(.hidden) .consumers-icon:nth-child(3) { animation-delay: 0.8s; }
	.principle-icons > div:not(.hidden) .consumers-icon:nth-child(4) { animation-delay: 1.2s; }
	.principle-icons > div:not(.hidden) .consumers-icon:nth-child(5) { animation-delay: 1.6s; }
	.principle-icons > div:not(.hidden) .consumers-icon:nth-child(6) { animation-delay: 2.0s; }
	.principle-icons > div:not(.hidden) .consumers-icon:nth-child(7) { animation-delay: 2.4s; }

	@keyframes consumersIcons {
		0%   { transform: scale(1); opacity: 1.0; }
		50%  { transform: scale(1.03); opacity: 0.6; }
		100% { transform: scale(1); opacity: 1.0; }
	}
}

@media (min-width: 1150px) {
	#label-flowalgorithm,
	#label-flowprofiling {
		width: 400px;
	}

	#label-flowprofiling {
		right: -65px;
	}
}

@media (min-width: 1303px) {
	.principle-strokes svg {
		width: 1066px;
	}
}


/***	Landing: Services	***/

.module-services {
	padding: 3rem 2rem;
}

.module-servicesoverview {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.module-services .module-inner,
.module-servicesoverview .module-inner {
	position: relative;
	width: 100%;
	height: calc(100 * var(--vw));
	max-width: 500px;
	max-height: 500px;
	margin: 3rem auto;
}

.circle-center {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6.5rem;
	height: 6.5rem;
	transform: translate(-50%, -50%);
	z-index: 1;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;
	background-color: var(--black);
	color: var(--white);
	text-align: center;

	transition: width 0.4s ease, height 0.4s ease;
}

.module-services.module-support .circle-center,
.module-servicesoverview.module-supportoverview .circle-center {
	width: 10rem;
	height: 10rem;
	background-color: var(--purple);
	color: var(--white);
}

.module-services .module-inner:hover .circle-center,
.module-servicesoverview .module-inner:hover .circle-center {
	width: 7.5rem;
	height: 7.5rem;
}

.module-services.module-support .module-inner:hover .circle-center,
.module-servicesoverview.module-supportoverview .module-inner:hover .circle-center {
	width: 11rem;
	height: 11rem;
}

.post-bubbles {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	top: 50%;
	left: 50%;
	width: calc(100% + 1rem);
	z-index: 2;
	transform: translate(-50%, -50%);
}

.post-bubble {
	display: flex;
	align-items: center;

	width: 50%;
	margin-bottom: 4rem;
	font-size: 14px;
	pointer-events: none;
}

.post-bubbles.has-uneven-amount-posts .post-bubble:first-child {
	width: 100%;
}

.has-5-posts .post-bubble:nth-child(1),
.has-5-posts .post-bubble:nth-child(2),
.has-5-posts .post-bubble:nth-child(3),
.has-4-posts .post-bubble,
.post-bubble:nth-child(4),
.post-bubble:nth-child(5),
.post-bubble:nth-child(6) {
	margin-top: 3rem;
}

.has-3-posts .post-bubble:nth-child(3),
.has-2-posts .post-bubble {
	margin-bottom: 0;
}

.has-4-posts .post-bubble {
	margin-top: 6rem;
	margin-bottom: 5rem;
}

.has-1-posts .post-bubble {
	margin-top: 2.25rem;
}


.post-bubble-inner {
	position: relative;
		
	text-align: center;
	width: fit-content;
	pointer-events: all;
}

.post-bubble[data-url] .post-bubble-inner {
	cursor: pointer;
}

.post-bubble .post-bubble-inner:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	width: 100%;
	height: 100%;
	z-index: -1;

	display: block;
	background-color: var(--lightgray);
	border-radius: 2rem;
	padding: 0.5rem 1rem;

	transition: padding 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}


.service-overlay {
	width: 100%;

	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: var(--white);

	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.service-overlay.show {
	opacity: 1;
	pointer-events: all;
}

.service-overlay .service-url {
	margin-top: 4rem;
	text-align: center;
}

.module-services .more-link {
	text-align: center;
}

@media (max-width: 749px) {
	.post-bubbles.has-uneven-amount-posts .post-bubble:first-child {
		width: 100%;
		justify-content: center;
	}

	.post-bubbles.has-even-amount-posts .post-bubble:nth-child(2n),
	.post-bubbles.has-uneven-amount-posts .post-bubble:nth-child(2n+1):not(:first-child) {
		justify-content: flex-end;
	}

	.has-6-posts .post-bubble {
		margin: 0 0 2rem;
	}

	.post-bubbles.has-even-amount-posts.has-6-posts .post-bubble:nth-child(1),
	.post-bubbles.has-even-amount-posts.has-6-posts .post-bubble:nth-child(6) {
		width: 100%;
		justify-content: center;
	}

	.post-bubbles.has-even-amount-posts.has-6-posts .post-bubble:nth-child(2),
	.post-bubbles.has-even-amount-posts.has-6-posts .post-bubble:nth-child(4) {
		justify-content: flex-start;
	}

	.post-bubbles.has-even-amount-posts.has-6-posts .post-bubble:nth-child(3),
	.post-bubbles.has-even-amount-posts.has-6-posts .post-bubble:nth-child(5) {
		justify-content: flex-end;
	}

	.post-bubbles.has-even-amount-posts.has-6-posts .post-bubble:nth-child(4),
	.post-bubbles.has-even-amount-posts.has-6-posts .post-bubble:nth-child(5) {
		margin-top: 9rem;
	}

	.post-bubbles.has-even-amount-posts.has-6-posts .post-bubble:nth-child(6) {
		margin-bottom: 0;
	}
}


@media (min-width: 750px) {
	.module-services .module-inner,
	.module-servicesoverview .module-inner {
		margin: 4rem auto;
	}

	.post-bubbles {
		display: block;
		width: 500px;
		height: 500px;
	}

	.post-bubble {
		position: absolute;
		top: 50%;
		left: 50%;
		justify-content: center;
		font-size: 20px;

		width: 215px;
		height: 215px;
		margin: -107.5px;
	}

	.post-bubbles.has-uneven-amount-posts .post-bubble:first-child,
	.post-bubbles.has-even-amount-posts .post-bubble:nth-child(2n),
	.post-bubbles.has-uneven-amount-posts .post-bubble:nth-child(2n+1):not(:first-child) {
		width: 215px;
	}

	.has-6-posts .post-bubble,
	.has-5-posts .post-bubble:nth-child(1),
	.has-5-posts .post-bubble:nth-child(2),
	.has-5-posts .post-bubble:nth-child(3),
	.has-4-posts .post-bubble,
	.has-2-posts .post-bubble,
	.post-bubble:nth-child(4),
	.post-bubble:nth-child(5),
	.post-bubble:nth-child(6) {
		margin-top: -107.5px;
	}

	.post-bubble .post-bubble-inner:before {
		padding: 1rem 2rem;
	}

	.module-servicesoverview .post-bubble .post-bubble-inner:hover:before,
	.module-servicesoverview .post-bubble.active .post-bubble-inner:before {
		padding: 1.5rem 2.5rem;
		background-color: var(--white);
		box-shadow: 2px 2px 50px 0 rgba(0,0,26,0.11);
	}

	.service-overlay {
		position: absolute;
		bottom: 8rem;
		left: 50%;
		width: 260px;
		height: 500px;
		box-sizing: content-box;
		padding-left: 6.125rem;
	}

	.service-overlay .service-url {
		position: relative;
		z-index: 2;
	}
}

@media (min-width: 850px) {
	.service-overlay {
		bottom: 12rem;
	}
}

@media (min-width: 1200px) {
	.module-services .module-inner,
	.module-servicesoverview .module-inner {
		margin: 8rem auto;
	}

	.service-overlay {
		bottom: 16rem;
	}
}


/***	Back link		***/

.module-backlink {
	padding: 2.8rem 2.5rem 4.75rem;
}

.module-backlink span {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-right:1rem;

	background-repeat: no-repeat;
	background-size: contain;
	background-image: var(--arrow);
}




/***	Registrations	***/

.page-market .module-credentials {
	padding-top: 0;
}

.module-credentials .module-title {
	margin-bottom: 4rem;
}

.module-credentials .registrations-list,
.module-credentials .partners-list,
.module-credentials .certifications-list {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2.1875rem 1.5rem;
}

.module-credentials * + .partners-list,
.module-credentials * + .certifications-list {
	margin-top: 5rem;
}

.module-credentials .credential-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

/*.module-credentials .credential-block:first-child:last-child {
	width: 100%;
}*/

.module-credentials .credential-block
/* .module-credentials .credential-block:first-child:last-child .credential-logo */ {
	width: calc(50% - 1.5rem);
}

.credential-title {
	margin-bottom: 0.75rem;
	text-align: center;
	font-weight: 500;
}

.module-credentials .credential-logo {
	width: 100%;
}

.module-credentials .credential-logo img {
	width: 100%;
	height: auto;
}

@media (min-width: 1000px) {
	.module-credentials .credential-block
/*	.module-credentials .credential-block:first-child:last-child .credential-logo */ {
		width: calc(33.333333% - 1rem);
	}
}



/***	Social sharing		***/

.module-socialsharing {
	text-align: center;
	padding: 0 2.5rem 4rem;
}

.no-js .module-socialsharing {
	display: none;
}

.module-socialsharing .sharing-buttons {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.module-socialsharing .sharing-button {
	width: 1.3125rem;
	height: 1.3125rem;
	margin: 0 0.75rem;
	cursor: pointer;
}

.module-socialsharing .sharing-button svg {
	width: 100%;
	height: 100%;
}



/***	Tag cloud	***/

.module-tagcloud {
	display: flex;
	justify-content: space-between;
}

.module-tagcloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.tagcloud .tag {
	background-color: var(--lightgray);
	border-radius: 1.75rem;
	padding: 1.25rem 1.75rem 1rem;
	margin: 0 6px 1.6rem 0;
}


@media (min-width: 650px) {
	.module,
	.module-collectiondescription .module-inner {
		padding: 4rem 2.5rem;
	}

	.module:first-child {
		padding-top: calc(4.625rem + var(--headerHeight));
	}

	.module-intrologos,
	.module-contactbutton {
		padding: 4rem 0;
	}

	.module-backlink span {
		width: 1.25rem;
		height: 1.25rem;
		margin-right: 2.5rem;
	}

	.module-tagcloud .arrow {
		position: relative;
		top: 1.1rem;
		display: inline-block;
		width: 2rem;
		height: 2rem;
		margin-right: 3.5rem;
		transform: rotate(180deg);

		background-repeat: no-repeat;
		background-size: contain;
		background-image: var(--arrow);
	}
}

@media (min-width: 850px) {
	.module,
	.module:first-child,
	.module-collectiondescription .module-inner {
		padding: 8rem calc(24.18604656% - 165.58139576px);
	}

/*	.module-introfixed {
		position: fixed;
		top: calc(-25 * var(--vh) + 3.8125rem);
		left: 0;
		width: 100%;
		height: calc(150 * var(--vh) - 3.8125rem);
		z-index: -1;
	}

	.module-introfixed + * {
		margin-top: calc(150 * var(--vh) - 3.8125rem);
	}*/

	.module-intro .intro-claim,
	.module-introimg .intro-claim,
	.module-claim {
		margin: 4.25rem auto 0;
	}

	.module-intrologos {
		padding: 8rem 0;
	}

	.module-socialsharing {
		padding: 0 2.5rem 6rem;
	}

	.module-tagcloud .tagcloud {
		width: calc(100% - 15rem);
		margin-right: 5rem;
	}
}

@media (min-width: 950px) {
	.module-backlink span {
		width: 1.6rem;
		height: 1.6rem;
		margin-right: 3.9rem;
	}
}

@media (min-width: 1280px) {
	.module,
	.module-collectiondescription .module-inner {
		padding: 8rem 9rem;
	}

	.module-intrologos {
		padding: 8rem 0;
	}

	.module-socialsharing {
		padding: 0 2.5rem 7.5rem;
	}
}

@media (min-width: 1303px) {
	.module,
	.module-collectiondescription .module-inner {
		padding: 8rem calc(50% - 500px);
	}

	.module-backlink {
		padding: 2.8rem calc(50% - 611px) 4.75rem;
	}

	.module-socialsharing {
		padding-bottom: 9rem;
	}

	.module-intrologos {
		padding: 8rem calc(50% - 651px);
	}

	.module-contactbutton {
		padding-top: 4rem;
	}

	.module-jobscontact {
		padding-top: 2rem;
	}
}


@media (max-aspect-ratio: 9/24) {
	.page-landing-business .modules > .module-dark:first-child,
	.page-landing-consumers .modules > .module-dark:first-child,
	.module-introimg,
	.module-archiveheaderimg {
		min-height: calc(100 * var(--vw));
	}
}



/**************************************************
	07. Home
 **************************************************/

.module-homeswitch .module-bg-canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.module-homeswitch .module-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.module-homeswitch .module-titleline {
	width: 80%;
	text-align: center;
	hyphens: none;
	user-select: none;
}

.module-homeswitch .module-title {
	margin-bottom: 0.8125rem;
	color: var(--gray7);
}

.module-homeswitch .homeswitch {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	margin-top: 2em;
	gap: 0 1.5rem;
}

.module-homeswitch .homeswitch-panel {
	width: 100%;

	border: 1px solid var(--gray8);
	border-radius: 0.5rem;
	overflow: hidden;
}

.module-homeswitch .homeswitch-panel + .homeswitch-panel {
	margin-top: 1rem;
}

.module-homeswitch .homeswitch-panel a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 2rem 1.5rem 1.2rem;
	transition: background-color 0.25s ease;
}

.module-homeswitch .homeswitch-panel a:hover {
	background-color: var(--gray8);
}

.module-homeswitch .homeswitch-title {
	display: flex;
	width: 100%;
}

.module-homeswitch .homeswitch-title:after {
	content: '';
	position: relative;
	top: 0;

	display: block;
	width: 1.3rem;
	height: 0.93rem;
	margin-left: 1.875rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 25'%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' d='M0 12.5h34.15M22.4.44 34.46 12.5 22.4 24.56'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.module-homeswitch .homeswitch-description {
	margin-top: 1rem;
	max-width: 70%;
	hyphens: none;
}

@media (max-width: 849px) {
	.module-homeswitch .homeswitch-title {
		font-size: 20px;
	}

	.module-homeswitch .homeswitch-description {
		max-width: 94%;
		font-size: 14px;
	}
}



@media (min-width: 850px) {
	.module.module-homeswitch {
		position: fixed;
		width: 100%;
		height: 100%;
		padding: 8rem 2.5rem;
	}

	.module-homeswitch .module-titleline {
		width: 100%;
	}

	.module-homeswitch .homeswitch {
		margin-top: 4em;
	}

	.module-homeswitch .homeswitch-panel + .homeswitch-panel {
		margin-top: 2rem;
	}

	.module-homeswitch .homeswitch-panel a {
		padding: 2.1875rem 1.875rem;
		background-color: rgba(255, 255, 255, 0.5);
	}

	.module-homeswitch .homeswitch-title:after {
		width: 2.1875rem;
		height: 1.5625rem;
	}

	.module-homeswitch .homeswitch-description {
		margin-top: 0;
	}
}

@media (min-width: 1024px) {
	.module.module-homeswitch {
		padding: 8rem calc(50% - 472px);
	}
}

@media (min-width: 1080px) {
	.module-homeswitch .homeswitch {
		flex-direction: row;
	}

	.module-homeswitch .homeswitch:has(.homeswitch-panel:first-child:last-child) {
		justify-content: center;
	}

	.module-homeswitch .homeswitch-panel {
		width: calc(50% - 0.75rem);
		aspect-ratio: 46/21;
	}

	.module-homeswitch .homeswitch-panel + .homeswitch-panel {
		margin-top: 0;
	}
}




/***	Home switch: new 	***/

.module-homeswitchnew {
	display: flex;
	width: 100%;
	height: calc(100 * var(--vh));
	padding: 0;
}

.module-homeswitchnew .home-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	padding: 0 1rem 1rem;
	gap: 2.5rem;
}

.module-homeswitchnew .home-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 32.75rem;
	height: 100%;
	margin: 0 auto;
}

.module-homeswitchnew .home-content .pf-logo {
	margin: 5.625rem 0;
	width: 10rem;
}

.module-homeswitchnew .home-content .pf-logo img {
	position: static;
	width: 100%;
	height: auto;
}

.module-homeswitchnew .home-content .pf-logo .logo-img-light {
	display: none;
}

.module-homeswitchnew .module-titleline {
	margin-bottom: 6.875rem;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.2;
}

.module-homeswitchnew .module-title {
	color: #666666;
}

.module-homeswitchnew .homeswitch {
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 2rem 3rem;
	width: 100%;
}

.module-homeswitchnew .homeswitch a {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	padding-bottom: 0.5625rem;
}

.module-homeswitchnew .homeswitch-title {
	user-select: none;
	line-height: 1;
}

.module-homeswitchnew .homeswitch svg {
	width: 1.125rem;
	height: 1.125rem;
	transition: fill 0.25s ease;
}

.module-homeswitchnew .homeswitch-clients svg         { fill: #F2F1BA; }
.module-homeswitchnew .homeswitch-clients:hover svg   { fill: #E0DF41; }
.module-homeswitchnew .homeswitch-consumers svg       { fill: #DDD6E9; }
.module-homeswitchnew .homeswitch-consumers:hover svg { fill: #A796C8; }

.module-homeswitchnew .home-media {
	position: relative;
	width: 50%;
}

.module-homeswitchnew .home-media-bg,
.module-homeswitchnew .module-bg-canvas {
	width: 100%;
	height: 100%;
}

.module-homeswitchnew .home-footer {
	width: 100%;
	max-width: 32.75rem;
	margin: 0 auto;
}

.module-homeswitchnew .footer-bottom {
	align-items: baseline;
}

.module-homeswitchnew .footer-disclaimer {
	flex-shrink: 0;
}



@media (min-width: 640px) {
	.module-homeswitchnew .home-inner {
		padding: 0 2rem 1rem;
	}

	.module-homeswitchnew .homeswitch {
		flex-direction: row;
		justify-content: space-between;
		align-items: baseline;
	}
}


@media (max-width: 849px) {
	.module-homeswitchnew .home-inner {
		width: 100%;
	}

	.module-homeswitchnew .home-content {
		max-width: 32.75rem;
	}

	.module-homeswitchnew .home-content .pf-logo {
		margin: 3rem 0;
	}

	.module-homeswitchnew .module-titleline {
		margin-bottom: 3.5rem;
	}

	.module-homeswitchnew .homeswitch {
		justify-content: center;
	}

	.module-homeswitchnew .home-media {
		display: none;
	}

	.module-homeswitchnew .footer-bottom {
		max-width: initial;
	}

	.module-homeswitchnew .footer-bottom {
		align-items: center;
	}
}

@media (min-width: 850px) {
	.module-homeswitchnew:first-child {
		padding: 0;
	}

	.module-homeswitchnew .home-content .pf-logo {
		width: 16.3rem;
	}

	.module-homeswitchnew .module-titleline {
		font-size: 2.625rem;
	}

	.module-homeswitchnew .homeswitch {
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
}

@media (min-width: 1030px) {
	.module-homeswitchnew .homeswitch {
		flex-direction: row;
		justify-content: space-between;
		align-items: baseline;
	}
}

@media (min-width: 1100px) {
	.module-homeswitchnew .module-titleline {
		font-size: 4.1875rem;
	}
}

@media (max-height: 718px) {
	.module-homeswitchnew .home-inner {
		row-gap: 1rem;
		overflow-y: scroll;
	}

	.module-homeswitchnew .home-content .pf-logo {
		margin: 3rem 0;
	}

	.module-homeswitchnew .module-titleline {
		margin-bottom: 3.5rem;
	}
}





/**************************************************
	08. Landing pages
 **************************************************/

/***	Intro strech images 	***/

.module.module-introimgstretch.fw {
	padding-top: var(--headerHeight);
}

.module-introimgstretch .module-title {
	max-width: 1000px;
	margin: 4.625rem auto 3rem;
	padding: 0 1rem;
	hyphens: none;
}

.module-introimgstretch .introimgstretch-trustpilot {
	margin: 0 0 5.25rem;
}

.module-aboutvideos .introimgstretch-trustpilot {
	margin: 0 0 2rem;
}

.module-introimgstretch .introimgstretch-trustpilot .trustpilot-desktop,
.module-aboutvideos .introimgstretch-trustpilot .trustpilot-desktop {
	display: none;
}

.module-introimgstretch .module-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 0.5rem;
	margin: 0 auto;
	max-width: 2000px;
}

.module-introimgstretch:not(.reverse) .introstretchimg:nth-child(1),
.module-introimgstretch.reverse .introstretchimg:nth-child(3) {
	width: calc(26.5% - 0.33333333rem);
	aspect-ratio: 365/272;
}

.module-introimgstretch .introstretchimg:nth-child(2) {
	width: calc(35.1% - 0.33333333rem);
	aspect-ratio: 487/570;
}

.module-introimgstretch:not(.reverse) .introstretchimg:nth-child(3),
.module-introimgstretch.reverse .introstretchimg:nth-child(1) {
	width: calc(38.4% - 0.33333333rem);
	aspect-ratio: 537/400;
}

.module-introimgstretch .introstretchimg img,
.module-introimgstretch .introstretchimg video {
	width: 100%;
	height: 100%;
}

@media (min-width: 850px) {
	.module.module-introimgstretch.fw {
		padding-top: 10rem;
		padding-bottom: 5.9375rem;
	}

	.module-introimgstretch .module-title {
		margin: 0 auto 8.75rem;
		font-size: 57px;
	}

	.module-introimgstretch .introimgstretch-trustpilot, {
		margin: -5.625rem 0 5.25rem;
	}

	.module-aboutvideos .introimgstretch-trustpilot {
		margin: 3.125rem 0 2rem;
	}

	.module-introimgstretch .introimgstretch-trustpilot .trustpilot-mobile,
	.module-aboutvideos .introimgstretch-trustpilot .trustpilot-mobile {
		display: none;
	}

	.module-introimgstretch .introimgstretch-trustpilot .trustpilot-desktop,
	.module-aboutvideos .introimgstretch-trustpilot .trustpilot-desktop {
		display: block;
	}

	.module-introimgstretch .module-inner {
		gap: 0 1.5rem;
	}

	.module-introimgstretch:not(.reverse) .introstretchimg:nth-child(1),
	.module-introimgstretch.reverse .introstretchimg:nth-child(3) {
		width: calc(26.5% - 1rem);
	}

	.module-introimgstretch .introstretchimg:nth-child(2) {
		width: calc(35.1% - 1rem);
	}

	.module-introimgstretch:not(.reverse) .introstretchimg:nth-child(3),
	.module-introimgstretch.reverse .introstretchimg:nth-child(1) {
		width: calc(38.4% - 1rem);
	}
}



/***	About us: Key figures	***/

.keyfigures {
	position: relative;
	padding-top: 4.625rem;
}

.keyfigures.keyfigures-banner {
	padding: 0;
}

.keyfigures.keyfigures-banner .module-bg {
	position: static;
	width: 100%;
	height: calc(50 * var(--vw));
}

.keyfigures.keyfigures-banner .module-bg:before {
	display: none;
}

.keyfigures .module-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	text-align: center;
}

.keyfigures .module-content-inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.keyfigures.keyfigures-banner .module-content-inner {
	gap: 2rem 0;
}

.keyfigures .figure {
	width: 100%;
	padding: 1rem 2rem;
}

.keyfigures .figure:last-child {
	padding-bottom: 0;
}

.keyfigures.keyfigures-banner .figure {
	max-width: 21.1rem;
	padding: 0;
}

.keyfigures.keyfigures-banner .figure + .figure {
	border-left: none;
}

.keyfigures .figure-number {
	position: relative;
	width: max-content;
	margin: 0 auto 0.8125rem;
	font-weight: 300;
}

.keyfigures .figure-number:before {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 0.7em;
	z-index: 1;
	background-color: var(--yellow);
}

.keyfigures.keyfigures-banner .figure-number:before {
	background-color: transparent;
}

.keyfigures .figure-number > span {
	position: relative;
	z-index: 2;
}

.keyfigures .figure-number .show-on-end {
	display: none;
}

.keyfigures .figure-number.done .show-on-end {
	display: initial;
}

.keyfigures .figure-desc {
	hyphens: none;
}




@media (min-width: 500px) {
	.keyfigures .figure {
		width: 50%;
	}

	.keyfigures.keyfigures-banner .figure {
		padding: 0 1.5rem;
	}

	.keyfigures .figure:last-child {
		padding-bottom: 1rem;
	}

	.keyfigures .figure:nth-child(2n) {
		border-left: 1px solid var(--gray4);
	}
}

/* @media (max-width: 849px) {
	.keyfigures.keyfigures-banner .module-content {
		padding-bottom: 0;
	}
} */

@media (min-width: 850px) {

	.keyfigures.keyfigures-banner .module-bg {
		position: absolute;
		height: 100%;
		background-color: var(--black);
	}

	.keyfigures.keyfigures-banner .module-bg img,
	.keyfigures.keyfigures-banner .module-bg video {
		opacity: 0.5;
	}

	.keyfigures.keyfigures-banner .module-content {
		height: 550px;
		color: var(--white);
	}

	.keyfigures .figure,
	.keyfigures .figure:last-child {	
		padding: 1rem 4.0625rem;
	}

	.keyfigures.keyfigures-banner .figure,
	.keyfigures.keyfigures-banner .figure:last-child {
		padding: 1rem 4.0625rem;
	}

	.keyfigures.keyfigures-banner .figure-number {
		font-size: 6.375rem;
	}
}

@media (min-width: 1300px) {
	.keyfigures .figure {
		width: auto;
	}

	.keyfigures .figure + .figure {
		border-left: 1px solid var(--gray4);
	}

	.keyfigures .figure:first-child {
		padding-left: 0;
	}

	.keyfigures .figure:last-child {
		padding-right: 0;
	}
}

@media (min-width: 2000px) {
	.keyfigures.keyfigures-banner .module-content {
		height: calc(27.5 * var(--vw));
	}
}





/***	About us: awards	***/

.module-awards .slider {
	margin-top: 4rem;
}

.module-awards .post-card {
	width: calc(50% - 0.5rem);
	margin-bottom: 0;
}

.module-awards .post-card-thumb {
	background-color: var(--gray12);
}

.module-awards .post-card-thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: contain;
	object-position: center;
}

.module-awards .post-card .post-card-back {
	height: 100%;
	overflow: scroll;
	background-color: var(--gray13);
}

.module-awards .post-card-title {
 	font-weight: 500;
}

.module-awards .slider .slider-nav {
	display: none;
}



@media (pointer: coarse) {
	.module-awards .post-card .post-card-back {
		display: none;
	}
}

@media (max-width: 849px) {
	.module-awards {
		padding-bottom: 0;
	}

	.module-awards .post-card {
		width: calc(50% - 0.5rem);
		margin: 0;
	}

/*	.module-awards .post-card:nth-child(even) {
		margin-left: 1rem;
	}*/

	.module-awards .slider .slider-nav {
		display: flex;
	}
}

@media (min-width: 850px) {
	.module-awards {
		padding-top: 8.75rem;
		padding-bottom: 7.2375rem;
	}

	.module-awards .slider-inner {
		gap: 1.5rem;
		flex-wrap: wrap;
	}

	.module-awards .post-card {
		margin-right: 0;
	}

	.module-awards .post-card.post-card-twosided {
		width: calc(33.333333% - 1rem);
	}
}




/********	FAQ items	***********/

.faq-item {
	border-top: 1px solid var(--gray);
}

.faq-item:last-child {
	border-bottom: 1px solid var(--gray);
}

.faq-item .faq-header {
	position: relative;
	padding: 1.775rem 4.5rem 1.375rem 1.25rem;
	user-select: none;
	cursor: pointer;
}

.faq-item .faq-topic {
	margin-bottom: 0.2rem;
	font-weight: 500;
}

.faq-item .faq-close {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
}

.faq-item .faq-close:before,
.faq-item .faq-close:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	width: 100%;
	height: 1px;
	background-color: var(--black);
	transition: transform 0.25s ease;
}

.faq-item .faq-close:before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.show .faq-close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.show .faq-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.faq-item .faq-answer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 4rem;
	max-height: 0;
	box-sizing: content-box;
	padding: 0 1.25rem;

	overflow: hidden;
	pointer-events: none;
	transition: max-height 0.25s ease, padding 0.25s ease;
}

.faq-item.show .faq-answer {
	pointer-events: all;
	padding: 1rem 1.25rem 2.1875rem 1.25rem;
}

.faq-item .faq-answer-image {
	width: 40%;
	flex-shrink: 0;
}

.faq-item .faq-answer-image:last-child {
	margin: 0 auto;
}

.faq-item .faq-answer-image img,
.faq-item .faq-answer-image video {
	width: 100%;
	height: auto;
}

.faq-item .faq-answer-text ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.faq-item .faq-answer-text ul {
	list-style-type: disc;
	list-style-position: inside;
}

.faq-item .faq-answer-text ol li {
	padding-left: 2em;
	text-indent: -1.1em;
}

.faq-item .faq-answer-text ul li {
	padding-left: 2em;
	text-indent: -1.3em;
}

.faq-item .faq-answer-text a {
	text-decoration: underline;
	transition: text-decoration-color 0.25s ease;
}

.faq-item .faq-answer-text a:hover {
	text-decoration-color: transparent;
}



@media (min-width: 850px) {
	.faq-item .faq-answer {
		padding: 0 3rem 0 6rem;
	}

	.faq-item.show .faq-answer {
		padding: 2.1875rem 3rem 2.1875rem 6rem;
	}
}




/**************************************************
	09. Post archives
 **************************************************/

.module.module-postarchive.fw {
	padding-top: 4rem;
	padding-bottom: 4.625rem;
}

.module.module-postarchive.post-grid-has-nav {
	padding-bottom: 2rem;
}

.module-postarchive .archive-header {
	position: relative;
	padding: 4.625rem 1rem;
}

.module-postarchive .archive-header .archive-header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.module-postarchive .archive-header .archive-header-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.module-postarchive .archive-header .archive-header-fg {
	position: relative;
	z-index: 2;
}

.module-postarchive .module-categories {
	width: 100%;
	max-width: 1000px;
	margin: 3rem auto 0;
	overflow: scroll;
	border-bottom: 1px solid var(--white);
}

.module-categories-inner {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	min-width: 100%;
}

.module-postarchive .module-categories .cat-filter {
	display: inline-block;
	flex-shrink: 0;
	padding-bottom: 1.1875rem;
	border-bottom: 5px solid transparent;
	color: var(--gray10);
	cursor: pointer;
	transition: color 0.25s ease, border-bottom-color 0.25s ease;
}

.module-postarchive .module-categories .cat-filter.active,
.module-postarchive .module-categories .cat-filter:hover {
	color: var(--white);
	border-bottom-color: var(--white);
}

.module-postarchive .module-categories .cat-filter + .cat-filter {
	margin-left: 1rem;
}

.module-postarchive .post-grid {
	width: calc(100% - 2rem);
	max-width: 1000px;
	margin: 4.625rem auto 0;
}

.module-postarchivefeatured .post-grid,
.module-presscoveragelatest .post-grid,
.module-pressreleaselatest .post-grid {
	width: 100%;
}



.module-presscoveragelatest .post-card-date,
.module-presscoveragelatest .post-card-author a {
	color: var(--gray5);
}

.module-presscoveragelatest .gallery {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 8rem);
	margin-top: 0.5625rem;
	margin-bottom: 2.1875rem;
}

.post-grid-has-nav .post-grid {
	display: flex;
	flex-wrap: nowrap;
	gap: 1.5rem;
}


@media (max-width: 649px) {
	.module-presscoveragelatest {
		padding-top: 0;
	}
}

@media (max-width: 799px) {
	.post-grid-has-nav .post-card {
		margin-bottom: 0;
	}
}

@media (min-width: 800px) {
	.module.module-postarchive.fw {
		padding-bottom: 10.75rem;
	}

	.module-postarchive .archive-header {
		padding: 5.625rem 1rem 4.0625rem;
	}

	.module-postarchive .module-categories {
		width: calc(100% - 2rem);
		margin-top: 7.75rem;
	}

	.module-postarchive .module-categories .cat-filter + .cat-filter {
		margin-left: 3rem;
	}

	.module-postarchive .post-grid {
		width: calc(100% - 4rem);
		margin: 8.75rem auto 0;
	}

	.post-grid-has-nav .post-grid {
		flex-wrap: wrap;
		gap: 0;
	}
}

@media (min-width: 850px) {
	.module-presscoveragelatest {
		padding-bottom: 12.75rem;
	}
}




.module-archiveheader {
	position: relative;
	padding: 2.8rem 1rem 2rem;
}

.module-archiveheader a {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.module-archiveheaderimg {
	position: relative;
	height: calc(70 * var(--vh));
	z-index: 1;
	box-shadow: 0 2px 4px 0 var(--black);
	background-color: transparent;
}

.post-grid-slidable-container {
	margin-top: 3rem;
}

.post-grid {
	display: flex;
	flex-wrap: wrap;
}

.module-title + .post-grid,
.module-subtitle + .post-grid {
	margin-top: 5rem;
}

.post-card {
	width: 100%;
	margin-bottom: 2rem;	
}

.post-card:last-child:not(:first-child) {
	margin-bottom: 0;
}

.post-grid-3 .post-card {
	flex-shrink: 0;
}

.post-grid-3.post-grid-slidable .post-card {
	margin-right: 2rem;
}

.post-card-thumb {
	position: relative;
	width: 100%;
}

.post-card-thumb a {
	opacity: 1;
	transition: opacity 0.8s ease;
}

.post-card-thumb a:hover {
	opacity: 0.4;
}

.post-card-thumb.contain {
	background-color: transparent;
}

.post-card-thumb.contain img,
.post-card-thumb.contain video {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}

.post-card-thumb.landscape {
	aspect-ratio: 4/3;
}

.post-card-thumb.portrait {
	aspect-ratio: 4/5;
}

.post-card-bottom {
	margin-top: 1.5rem;
}

.post-card-cats {
	margin: 0.8125rem 0 1.875rem;
}

.post-card-cats a {
	padding: 0.625rem 1.375rem 0.375rem;
	margin-right: 0.375rem;
	color: var(--black);
	background-color: var(--gray16);
	letter-spacing: 0.05em;
	border-radius: 3em;
}

.module-postarchivefeatured .post-card-cats a {
	color: var(--white);
	background-color: var(--gray17);
}

.post-card-excerpt {
	margin-top: 1.5rem;
}


.post-card-meta {
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 100%;
	margin-top: 2rem;
}

.post-card-date {
	margin-right: 1.5rem;
	color: var(--gray5);
}

.post-card-author {
	font-weight: 500;
}

.post-grid-nav {
	position: relative;
	top: 2rem;
	left: -1rem;

	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% + 2rem);
	
	padding: 2.1875rem 2rem 4.625rem;
	gap: 0 1.875rem;
	background-color: var(--white);
	user-select: none;
}

.post-grid-nav-next,
.post-grid-nav-prev {
	width: 1.25rem;
	height: 1rem;
	cursor: pointer;
}

.post-grid-nav-next svg,
.post-grid-nav-prev svg {
	width: 100%;
	height: 100%;
}

@media (min-width: 500px) {
	.post-card-meta {
		flex: 0 1 auto;
	}
}

@media (min-width: 850px) {
	.module.module-postarchivefeatured {
		padding-top: 8.75rem;
		padding-bottom: 7.375rem;
	}

	.post-grid-nav {
		display: none;
	}
}



/***	Two-sided cards		***/

.post-card-twosided {
}

.post-card-twosided .post-card-top {
	position: relative;
	width: 100%;
	aspect-ratio: 4/3;
}

.post-card-twosided .post-card-bottom {
	margin-top: 1.5rem;
}

.post-card-twosided .post-card-front,
.post-card-twosided .post-card-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.post-card-twosided .post-card-back {
	display: flex;
	align-items: center;
	flex-direction: column;
	z-index: 1;

	height: 100%;
	padding: 1rem;
	background-color: var(--gray13);
	hyphens: none;

	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.post-card-twosided:hover .post-card-back {
	opacity: 1;
	pointer-events: all;
}

.post-card-twosided .post-card-bottom .post-card-title {
	width: 100%;
}


/*@media (pointer: coarse) {
	.post-card-twosided {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		margin-bottom: 3.2rem;
	}

	.post-card-twosided:hover {
		box-shadow: 2px 2px 16px 0 rgba(0,0,0,0);
	}

	.post-card-twosided .post-card-front,
	.post-card-twosided .post-card-back {
		position: relative;
		width: auto;
		height: auto;
	}

	.post-card-twosided .post-card-back,
	.post-card-twosided:hover .post-card-back {
		margin-top: 1rem;

		height: auto;
		padding: 1rem;
		opacity: 1;
		pointer-events: all;
	}

	.post-card-twosided .post-card-top {
		width: 100%;
		height: auto;
		padding-bottom: 0;
	}

	.post-card-twosided:hover .post-card-bottom .post-card-title,
	.post-card-twosided:hover .post-card-icon {
		opacity: 1;
		pointer-events: all;
	}
}*/




/***	Overlay cards		***/

.post-grid-overlay .post-card-overlay {
	margin-top: 1rem;
}


@media (min-width: 800px) {
	.post-grid-overlay .post-card {
		position: relative;
	}

	.post-grid-overlay .post-card:hover {
		z-index: 4;
	}

	.post-grid-overlay .post-card-overlay {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		margin-top: 0;
		overflow: hidden;
		opacity: 0;

		background-color: var(--white);

		pointer-events: none;
		transition: opacity 0.2s ease;
	}

	.post-grid-overlay .post-card:hover .post-card-overlay {
		opacity: 1;
		z-index: 1;
	}

	.post-grid-overlay.post-grid-3 .post-card:nth-child(3n + 0) .post-card-overlay {
		width: calc(200% + 1.7rem);
		right: calc(100% + 1.33333rem);
	}

	.post-grid-overlay.post-grid-3 .post-card:nth-child(3n + 1) .post-card-overlay {
		width: calc(200% + 1.7rem);
		left: calc(100% + 1.33333rem);
	}

	.post-grid-overlay.post-grid-3 .post-card:nth-child(3n + 2) .post-card-overlay {
		width: 100%;
		left: calc(100% + 1.5rem);
	}

	.post-grid-overlay.post-grid-4 .post-card:nth-child(4n + 0) .post-card-overlay {
		width: calc(300% + 2.66666rem);
		right: calc(100% + 1.33333rem);
	}

	.post-grid-overlay.post-grid-4 .post-card:nth-child(4n + 1) .post-card-overlay {
		width: calc(300% + 2.66666rem);
		left: calc(100% + 1.33333rem);
	}

	.post-grid-overlay.post-grid-4 .post-card:nth-child(4n + 2) .post-card-overlay {
		width: calc(200% + 1.33333rem);
		left: calc(100% + 1.33333rem);
	}

	.post-grid-overlay.post-grid-4 .post-card:nth-child(4n + 3) .post-card-overlay {
		width: calc(200% + 1.33333rem);
		right: calc(100% + 1.33333rem);
	}

	.post-grid-overlay .post-card-overlay .post-card-title {
		margin-bottom: 1rem;
		font-weight: 500;
	}
}

@media (min-width: 800px) and (pointer: coarse) {


		.post-grid-overlay .post-card-overlay {
			position: static;
			top: 0;
			height: auto;
			margin-top: 1rem;
			overflow: auto;
			opacity: 1;

			background-color: transparent;
			pointer-events: all;
		}

		.post-grid-overlay.post-grid-3 .post-card:nth-child(3n + 0) .post-card-overlay,
		.post-grid-overlay.post-grid-3 .post-card:nth-child(3n + 1) .post-card-overlay,
		.post-grid-overlay.post-grid-3 .post-card:nth-child(3n + 2) .post-card-overlay,
		.post-grid-overlay.post-grid-4 .post-card:nth-child(4n + 0) .post-card-overlay,
		.post-grid-overlay.post-grid-4 .post-card:nth-child(4n + 1) .post-card-overlay,
		.post-grid-overlay.post-grid-4 .post-card:nth-child(4n + 2) .post-card-overlay,
		.post-grid-overlay.post-grid-4 .post-card:nth-child(4n + 3) .post-card-overlay {
			width: 100%;
			left: 0;
		}

		.post-grid-overlay .post-card-overlay .post-card-title {
			margin-bottom: 0;
			font-weight: 400;
		}
}



/***	Logo cards		***/

.post-card-thumb.strip {
	width: 100%;
	height: 0;
	padding-bottom: 33.3333%;
	background-color: var(--yellow);
}

.post-card-thumb.strip .post-card-thumb-inner {
	position: absolute;
	padding: 1.45rem 3.8rem;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	filter: grayscale(100%);
}

.post-card-thumb.strip .post-card-thumb-inner a:hover {
	opacity: 1;
}

.post-card-thumb.strip img,
.post-card-thumb.strip video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}




/***	Shadow cards	***/

.post-card-shadow {
	box-shadow: 2px 2px 16px 0 rgba(0,0,0,0);
	transition: box-shadow 0.2s ease;
}

.post-card-shadow.slide-in {
	transition: box-shadow 	.2s ease, opacity 0.8s ease, transform 0.8s ease;
}

.post-card-shadow:hover {
	box-shadow: 2px 2px 16px 0 rgba(0,0,0,0.11);
}

.post-card-shadow .post-card-bottom {
	padding: 3rem 0;
	margin-top: 0;
	text-align: center;
}



/***	Bubble grid		***/

.bubble-grid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.module-title + .bubble-grid,
.module-subtitle + .bubble-grid {
	margin-top: 4rem;
}

.bubble-grid .bubble {
	width: 100%;
	margin: 0 0rem 4rem;
	text-align: center;
}

.bubble-grid .bubble-icon {
	position: relative;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
}

.bubble-grid .bubble-icon-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.75rem;
	height: 6.75rem;
	border-radius: 50%;
	background-color: var(--lightgray);
}

.bubble-grid .bubble-icon span {
	position: absolute;
	left: 50%;
	top: calc(50% + 0.2em);
	transform: translate(-50%, -50%);
}

.bubble-grid .bubble-icon img {
	width: 4rem;
	height: 4rem;
}

.bubble-grid .bubble-title {
	margin: 1.5rem auto 0;
	font-weight: 500;
}

.bubble-grid .bubble-content {
	margin-top: 1.5rem;
	hyphens: none;
}

.bubble-grid .bubble-content a {
	font-size: 14px;
}

.bubble-grid .bubble-content-logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 3rem;
	margin: 1.5rem auto 0;
	max-width: 350px;
}

.bubble-grid .bubble-content-logos img {
	width: calc(50% - 1rem);
	height: auto;
	margin-bottom: 1rem;
}


/***	Blog post card, Press coverage card		***/

.blogpost-card,
.presscoverage-card,
.blogpost-card .post-card-bottom,
.presscoverage-card .post-card-bottom {
	display: flex;
	flex-direction: column;
}

.blogpost-card .post-card-bottom,
.presscoverage-card .post-card-bottom {
	height: 100%;
}

.blogpost-card .post-card-title,
.presscoverage-card .post-card-title,
.blogpost-card .post-card-excerpt,
.presscoverage-card .post-card-excerpt {
	height: 100%;
}


/***	Press release card		***/

.pressrelease-card,
.pressrelease-card .post-card-bottom {
	display: flex;
	flex-direction: column;
}

.pressrelease-card .post-card-bottom {
	justify-content: space-between;
}



/***	Misc		***/

.more-posts-link {
	text-align: center;
}

.post-grid + .more-posts-link,
.post-grid-slidable-container + .more-posts-link,
.post-grid + .post-nav {
	margin-top: 4rem;
}

.post-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2rem;
}

.post-nav .prev-posts-link + .next-posts-link {
	margin-left: 1rem;
}


@media (orientation: portrait) {
	.module-archiveheaderimg {
		height: calc(70 * var(--vw));
	}
}

@media (max-width: 799px) {
	.post-grid-slidable {
		flex-wrap: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		margin-bottom: 2rem;
	}

	.post-grid-slidable::-webkit-scrollbar {
		appearance: none;
		width: 5px;
		height: 5px;
		border-radius: 3px;
	}

	@media (pointer: coarse) {
		.post-grid-slidable::-webkit-scrollbar {
			width: 12px;
			height: 12px;
		}
	}

	.post-grid-slidable::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: var(--black);
	}

	.post-grid-slidable::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: var(--lightgray);
	}

	.is-firefox .post-grid-slidable-container {
		position: relative;
	}

	.is-firefox .post-grid-slidable-container:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 3rem;
		height: 100%;
		background: rgb(255,255,255);
		background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
		background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		pointer-events: none;
	}
}

@media (min-width: 461px) {
	.post-grid-4 .post-card {
		width: calc(50% - 2rem);
		margin-right: 4rem;
	}

	.post-grid-4 .post-card:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width: 500px) {
	.post-grid-3 .post-card {
		width: calc(50% - 1rem);
		margin-right: 2rem;
	}

	.post-grid-3:not(.post-grid-slidable) .post-card:nth-child(2n) {
		margin-right: 0;
	}

	.post-grid-3:not(.post-grid-slidable) .post-card:nth-child(3n):not(:nth-child(2n)):last-child {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 500px) and (max-width: 599px) {
	.post-grid-3 .post-card.post-card-twosided {
		width: 100%;
		margin-right: 0;
	}
}
@media (min-width: 600px) {
	.post-card-twosided .post-card-back {
		align-items: flex-start;
		padding: 1rem;
	}

	.module-title + .bubble-grid,
	.module-subtitle + .bubble-grid {
		margin-top: 6rem;
	}

	.bubble-grid .bubble {
		width: calc(50% - 2rem);
		margin: 0 4rem 4rem 0;
	}

	.bubble-grid .bubble:nth-child(2n),
	.bubble-grid .bubble:last-child:nth-child(2n+1) {
		margin-right: 0;
	}
}

@media (min-width: 650px) {
	.module-archiveheader {
		position: relative;
		padding: 2.8rem 2.5rem 2rem;
	}

	.module-archiveheader a {
		align-items: baseline;
		flex-direction: row;
	}

	@media (pointer: fine) {
		.post-card-twosided:hover .post-card-icon {
			transform: scale(0.8);
			opacity: 1;
		}
	}
}

@media (min-width: 745px) {
	.post-grid-4 .post-card,
	.post-grid-4 .post-card:nth-child(2n) {
		width: calc(25% - 1rem);
		margin-right: 1.3333rem;
	}

	.post-grid-4 .post-card:nth-child(4n) {
		margin-right: 0;
	}
}

@media (min-width: 800px) {
	.post-card {
		margin-bottom: 4rem;
	}

	.post-grid-3 .post-card,
	.post-grid-3:not(.post-grid-slidable) .post-card:nth-child(2n),
	.post-grid-3.post-grid-slidable .post-card {
		width: calc(33.33333% - 1rem);
		flex-shrink: 1;
		margin-right: 1.5rem;
	}

	.post-grid-3 .post-card:nth-child(3n),
	.post-grid-3:not(.post-grid-slidable) .post-card:nth-child(3n) {
		margin-right: 0;
	}

	.post-grid-3:not(.post-grid-slidable) .post-card:nth-child(3n):not(:nth-child(2n)):last-child {
		left: 0;
		transform: none;
	}

	.bubble-grid .bubble,
	.bubble-grid .bubble:nth-child(2n) {
		width: calc(33.33333% - 2.6666666rem);
		margin-right: 4rem;
	}

	.bubble-grid .bubble:nth-child(3n) {
		margin-right: 0;
	}
}

@media (min-width: 850px) {
	.module-archiveheader {
		padding: 2.8rem calc(24.18604656% - 165.58139576px) 2rem;
	}
}

@media (min-width: 800px) and (max-width: 949px) {
	.post-grid-3 .post-card.post-card-twosided,
	.post-grid-3:not(.post-grid-slidable) .post-card.post-card-twosided:nth-child(2n),
	.post-grid-3:not(.post-grid-slidable) .post-card.post-card-twosided:nth-child(3n) {
		width: calc(50% - 1rem);
		margin-right: 2rem;
	}

	.post-grid-3 .post-card.post-card-twosided:nth-child(2n),
	.post-grid-3:not(.post-grid-slidable) .post-card.post-card-twosided:nth-child(2n) {
		margin-right: 0;
	}

	.post-grid-3:not(.post-grid-slidable) .post-card.post-card-twosided:nth-child(3n):not(:nth-child(2n)):last-child {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 950px) {
	.module-archiveheader.back-link span {
		margin-right: 0.5em;
	}

	.post-card-twosided .post-card-back {
		justify-content: center;
		padding: 2rem 1.5rem;
	}
}

@media (min-width: 950px) and (max-width: 1049px) {
	.post-card-twosided:hover .post-card-icon {
		opacity: 0;
	}
}

@media (min-width: 1050px) {
	.module-archiveheader {
		padding-left: calc(24.18604656% - 165.58139576px - 4.5rem);
	}
}

@media (min-width: 1303px) {
	.module-archiveheader {
		padding: 2.8rem calc(50% - 572px) 2rem;
	}
}



/**************************************************
	10. Single posts
 **************************************************/

/***	Breadcrumbs		***/

.module.module-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 1.25rem;

	padding: calc(var(--headerHeight) + 1.875rem) 1rem 2rem;
	margin: 0 auto;
}

.module-breadcrumbs .crumb {
	position: relative;
	color: var(--gray5);
}

.module-breadcrumbs .crumb:after {
	content: '';
	position: absolute;
	top: 0;
	right: -0.75rem;

	width: 0.25rem;
	height: 0.625rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 10'%3E%3Cpolygon fill='%23909090' points='.58 10 0 9.59 3.14 5 0 .41 .58 0 4 5 .58 10'/%3E%3C/svg%3E");
}

.module-breadcrumbs .crumb:last-child:after {
	display: none;
}

.module-breadcrumbs .crumb:has(a):after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 10'%3E%3Cpolygon fill='%234d4d4d' points='.58 10 0 9.59 3.14 5 0 .41 .58 0 4 5 .58 10'/%3E%3C/svg%3E");
}

.module-breadcrumbs .crumb a {
	color: var(--gray6);
}

.knowledge .module.module-breadcrumbs + .module-postheader {
	padding-top: 0rem;
	margin-top: -3.5rem;
}

.pressrelease .module.module-breadcrumbs + .module-postheader {
	padding-top: 0rem;
}


@media (max-width: 649px) {
	.module.module-breadcrumbs .crumb {
		display: none;
	}

	.module.module-breadcrumbs .crumb:nth-last-child(1),
	.module.module-breadcrumbs .crumb:nth-last-child(2) {
		display: inline;
	}
}


@media (min-width: 650px) {
	.module.module-breadcrumbs {
		justify-content: flex-start;
	}

	.knowledge .module.module-breadcrumbs + .module-postheader {
		margin-top: 0;
	}

	.pressrelease .module.module-breadcrumbs + .module-postheader {
		padding-top: 4rem;
	}
}

@media (min-width: 1070px) {
	.module.module-breadcrumbs {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

@media (min-width: 1302px) {
	.module.module-breadcrumbs {
		padding: calc(var(--headerHeight) + 1.875rem) calc(50% - 611px) 2rem;
	}
}




/***	Post header		***/

.module-postheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column-reverse;
	padding: 0 1rem;
}

.module-postheader.wide {
	padding: 3rem 1rem 0rem;
}

.post-header-info {
	width: 100%;
	padding: 4rem 0 0;
	text-align: center;
}

.module-postheader .back-link span,
.module-archiveheader span {
	position: relative;
	top: -0.125em;
	left: calc(50% - 0.2em);
	display: block;
	width: 0.4em;
	height: 0.4em;
	flex-shrink: 0;
	margin-right: 1rem;
	margin-bottom: 1.5rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: var(--arrow);
}

.module-postheader .post-meta {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.module-postheader .post-author {
	margin-right: 2.5rem;
}

.module-postheader .post-thumb {
	width: 100%;
	height: 0;
	padding-bottom: calc(56.25 * var(--vw) - 2.8125rem);
}



/***	Content		***/

.content p,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ul,
.content ol,
.content blockquote,
.content table,
.content .wp-block-audio,
.content .wp-block-file,
.content .wp-block-code,
.content .wp-block-preformatted,
.content .wp-block-verse,
.content .wp-block-pfh-expandable,
.content .wp-block-separator,
.content form {
	max-width: 640px;
	margin: 0 auto 1.5em;
}

body:not(.page) .content > p,
body:not(.page) .content .wp-block-pfh-expandable .expandable-content {
	text-indent: 1.2em;
}

.content h1,
.content h2,
.content h3,
.content h4 {
	font-weight: 500;
}

.content h1,
.content h2 {
	font-size: 20px;
	line-height: 1.1;
}

.content ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.content ul {
	list-style-type: disc;
	list-style-position: inside;
}

.content ol li + li,
.content ul li + li {
	margin-top: 0.65em;
}

.content a[href]:not(.wp-block-button__link),
.content #ga-optout-link {
	padding: 0.35em 0.1em 0 0.1em;
	background-color: var(--gray);
}

.content a[name] {
	scroll-margin-top: 6rem;
}

.content #ga-optout-link {
	cursor: pointer;
}

.content #ga-optout-link.ga-success {
	position: relative;
}

.content #ga-optout-link.ga-success:before {
	content: attr(data-content);
	position: absolute;
	bottom: 2.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 12rem;
	border-radius: 0.2rem;
	padding: 0.2rem 0.4rem 0.1rem;

	font-size: 12px;
	background-color: var(--lightgray);
	opacity: 1;
	transition: opacity 1s ease 2s;
}

.content #ga-optout-link.ga-success.fade-out:before {
	opacity: 0;
}

.content blockquote p {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.3;
	text-indent: 0;
}

.content .wp-block-vers {
	white-space: nowrap;
	overflow: auto;
}

.content table {
	position: relative;
	width: calc(100 * var(--vw) - 2rem);
	left: -1.25rem;
	max-width: 640px;
	margin: 0 auto 1.5em;
}

.content table.has-fixed-layout {
	table-layout: fixed;
	width: calc(100 * var(--vw) - 1.5rem);
}

.content table tr:first-child td,
.content table th,
.content table thead td {
	padding: 0.75rem;
	background-color: var(--gray16);

	font-size: 15px;
	line-height: 19px;
	text-align: center;
}

.content table tr:not(:first-child) td,
.content tbody td {
	padding: 1.5rem 0.75rem;
	border-top: 3px solid var(--white);
	background-color: var(--gray18);
	font-size: 13px;
	line-height: 19px;
}

/* Hack to force same-side columns */
.content table.has-fixed-layout td {
	width: 1%;
}

.content table td + td,
.content table th + th {
	border-left: 2px solid var(--white);
}



.wp-block-columns {
	display: flex;
	flex-wrap: wrap;
}

.wp-block-column {
	flex-grow: 1;
	margin-bottom: 1em;
	flex-basis: 100%;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word;
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: flex;
}

.wp-block-text-columns .wp-block-column {
	margin: 0 16px;
	padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%;
}




.content .wp-block-code {
	overflow-x: scroll;
}

.content code,
.content .wp-block-preformatted {
	font-family: monospace;
	font-size: 12px;
	line-height: 1.5;
	max-width: 100%;
}

.content .wp-block-separator {
	margin: 3.2rem auto;
	border-top: 1px solid var(--black);
}



.content figure {
	margin-bottom: 1.6rem;
}

.content figure img,
.content figure video {
	max-width: 100%;
	height: auto;
}

.content figure audio {
	width: 100%;
}

.content figcaption,
.content blockquote cite {
	margin-top: 1.25rem;
	font-size: 11px;
	line-height: 24px;
	color: #828282;
}

.content figure.aligncenter img,
.content figure.aligncenter video {
	width: 100%;
}

.content figure.alignnone img,
.content figure.alignnone video {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.content figure.alignnone figcaption {
	width: 100%;
	max-width: 640px;
	margin: 1.25rem auto 0;
}

.content .wp-video {
	margin: 0 auto;
}


.content .wp-block-file {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1.2;
}

.content .wp-block-file.alignleft {
	justify-content: flex-start;
}

.content .wp-block-file.alignright {
	justify-content: flex-end;
}

.content .wp-block-file * + .wp-block-file__button {
	margin-left: 1rem;
}

.content .wp-block-media-text {
	display: grid;
	margin: 0 auto 1.5em;
}

.content .wp-block-media-text {
	grid-template-rows: auto;
	align-items: center;
	grid-template-areas: "media-text-media media-text-content";
	grid-template-columns: 50% auto;
}

.content .wp-block-media-text.has-media-on-the-right {
	grid-template-areas: "media-text-content media-text-media";
	grid-template-columns: auto 50%;
}

.content .wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: media-text-media;
	margin: 0;
}

.content .wp-block-media-text .wp-block-media-text__content {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	word-break: break-word;
	grid-area: media-text-content;
	padding: 0 8% 0 8%;
}

.content .wp-block-media-text p:last-child {
	margin-bottom: 0;
}

.content .wp-block-media-text > figure > img,
.content .wp-block-media-text > figure > video {
	max-width: none;
	width: 100%;
	vertical-align: middle;
}

.wp-block-cover {
	position: relative;
	background-color: var(--black);
	background-size: cover;
	background-position: center center;
	min-height: 430px;
	width: 100%;
	margin: 0 0 1.5em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.wp-block-cover.has-left-content {
	justify-content: flex-start;
}

.wp-block-cover.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
	margin-left: 0;
	text-align: left;
}

.wp-block-cover.has-right-content {
	justify-content: flex-end;
}

.wp-block-cover.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
	margin-right: 0;
	text-align: right;
}

.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
	color: var(--white);
	font-size: 34px;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 610px;
	padding: 14px;
	text-align: center;
}

.wp-block-cover h2 a,
.wp-block-cover h2 a:hover,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:active {
	color: var(--white);
}

.wp-block-cover.has-parallax {
	background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
	.wp-block-cover.has-parallax {
		background-attachment: scroll;
	}
}

.wp-block-cover.has-background-dim::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: 0.5;
	z-index: 1;
}

.wp-block-cover.has-background-dim-10::before { opacity: 0.1; }
.wp-block-cover.has-background-dim-20::before { opacity: 0.2; }
.wp-block-cover.has-background-dim-30::before { opacity: 0.3; }
.wp-block-cover.has-background-dim-40::before { opacity: 0.4; }
.wp-block-cover.has-background-dim-50::before { opacity: 0.5; }
.wp-block-cover.has-background-dim-60::before { opacity: 0.6; }
.wp-block-cover.has-background-dim-70::before { opacity: 0.7; }
.wp-block-cover.has-background-dim-80::before { opacity: 0.8; }
.wp-block-cover.has-background-dim-90::before { opacity: 0.9; }
.wp-block-cover.has-background-dim-100::before { opacity: 1; }

.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 305px;
	width: 100%;
}

.wp-block-cover::after {
	content: "";
	display: block;
	font-size: 0;
	min-height: inherit;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.wp-block-cover::after {
		content: none;
	}
}

.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: flex;
}

.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	z-index: 1;
	color: var(--white);
}

.wp-block-cover p:last-child {
	margin-bottom: 0;
}

.wp-block-cover * {
	color: inherit;
}

.wp-block-cover__video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
}


@media (min-width: 450px) {
	.content h1,
	.content h2 {
		font-size: 26px;
	}	
}

@media (max-width: 649px) {
	.wp-block-column {
		flex-basis: calc(50% - 1rem);
		flex-grow: 0;
	}

	.wp-block-column:nth-child(even) {
		margin-left: 2rem;
	}

	.content .wp-block-media-text.is-stacked-on-mobile {
		-ms-grid-columns: 100% !important;
		grid-template-columns: 100% !important;
		    grid-template-areas: "media-text-media" "media-text-content";
	}

	.content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
		    grid-template-areas: "media-text-content" "media-text-media";
	}

	.content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right > .wp-block-media-text__media {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}

	.content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}

	.content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right > .wp-block-media-text__content {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
}

@media (min-width: 650px) {
	.module-postheader.wide {
		padding: 5rem 2.3rem 2rem;
	}

	.module-postheader .post-author span {
		margin-right: 2.5rem;
	}

	.content ol,
	.content ul {
		list-style-position: outside;
	}

	.content blockquote p {
		font-size: 27px;
		line-height: 1.1;
	}

	.content figure.aligncenter {
		position: relative;
		width: calc(100 * var(--vw) - 5rem);
		left: calc(50% - 50 * var(--vw) + 2.5rem);
	}

	.content figure.alignleft {
		float: left;
		width: 33.333%;
		margin-right: 3.2rem;
	}

	.content figure.alignright {
		float: right;
		width: 33.333%;
		margin-left: 3.2rem;
	}
}

@media (min-width: 720px) {
	.module-postheader.wide {
		padding: 5rem calc(50% - 325px) 2rem;
	}
}

@media (min-width: 782px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}

	.wp-block-column:not(:first-child) {
		margin-left: 2rem;
	}

	.content table {
		position: static;
		width: auto;
	}

	.content table.has-fixed-layout {
		width: 100%;
	}

	.content table tr:first-child td,
	.content table th,
	.content table thead td {
		padding: 1.25rem;
	}

	.content table td + td,
	.content table th + th {
		border-left: 1.25rem solid var(--white);
	}
}

@media (min-width: 850px) {
	.content h1,
	.content h2 {
		font-size: 34px;
	}	

	.content blockquote p {
		font-size: 34px;
	}
}

@media (min-width: 1303px) {
	.content figure.aligncenter {
		width: 1222px;
		left: -7rem;
	}
}



/****	Bubble lists 	****/

.content .is-style-bubble-list-arrows,
.content .is-style-bubble-list-ordered {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	list-style-type: none;
	max-width: 100%;
	margin: 2.5rem auto 0;
	
	counter-reset: bubbleList;
}

.content .is-style-bubble-list-arrows li,
.content .is-style-bubble-list-ordered li {
	display: flex;
	align-items: center;
	margin: 0 2.4rem 2.4rem 0;
	width: 100%;
	font-size: 15px;
	line-height: 1.2;
	counter-increment: bubbleList;
}

.content .is-style-bubble-list-arrows li:before,
.content .is-style-bubble-list-ordered li:before {
	content: '';
	display: block;
	width: 3rem;
	height: 3rem;
	margin: 0 1rem 0 1.25rem;
	flex-shrink: 0;

	background-color: var(--yellow);
	border-radius: 50%;
}

.content .is-style-bubble-list-arrows li:before {
	background-image: var(--arrow);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.25rem 1rem;
	transform: rotate(180deg);
}

.content .is-style-bubble-list-ordered li:before {
	content: counter(bubbleList);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 1;
	font-weight: 500;
}


/****	Buttons		****/

.content .wp-block-button {
	margin: 3.2rem auto;
	color: var(--black);
	text-align: center;
}

.content .wp-block-button__link {
	border-radius: 0;
	background-color: transparent;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.7px;
	word-spacing: 0.7px;
	padding: 0;
}


/****	Expandable sections		****/

.content .wp-block-pfh-expandable {
	margin-bottom: 0;
}

.content .expandable-title {
	position: relative;
	cursor: pointer;
	user-select: none;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 3.2rem;
	padding-left: 3rem;
}

.content .expandable-title:before,
.content .expandable-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);

	display: block;
	width: 22px;
	height: 2px;
	background-color: var(--black);
}

.content .expandable-title:after {
	width: 18px;
	transform: translateX(2px) rotate(90deg);
	transition: transform 0.2s ease;
}

.content .wp-block-pfh-expandable.active .expandable-title:after {
	transform: translateY(-1px) rotate(0deg);
}

.content .expandable-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease;
}

.content .wp-block-pfh-expandable.active .expandable-content {
	margin-bottom: 3.2rem;
}



@media (min-width: 650px) {
	.module-postheader {
		padding: var(--headerHeight) 2.5rem
	}
	
	.post-header-info {
		display: flex;
		align-items: baseline;
		text-align: left;
	}

	.module-postheader .back-link span,
	.module-archiveheader span {
		width: 0.5em;
		height: 0.5em;
		margin-right: 1em;
		margin-bottom: 0;
		left: 0;
	}

	.module-postheader .post-meta {
		padding-right: 6.9rem;
	}
}

@media (min-width: 850px) {
	.content .is-style-bubble-list-arrows,
	.content .is-style-bubble-list-ordered {
		flex-direction: row;
		flex-wrap: wrap;
		flex: 1 1 0;
		margin: 6rem auto;
	}

	.content .is-style-bubble-list-arrows li,
	.content .is-style-bubble-list-ordered li {
		width: calc(33.3333333% - 2.4rem);
		flex: 0 0 calc(33.3333333% - 2.4rem);
		text-align: center;
	}

	.content .is-style-bubble-list-arrows li:last-child,
	.content .is-style-bubble-list-ordered li:last-child {
		margin-right: 0;
	} 

	.content .is-style-bubble-list-arrows li:before,
	.content .is-style-bubble-list-ordered li:before {
		width: 5.5rem;
		height: 5.5rem;
		margin: 0 1.5rem 0 0;
	}

	.content .is-style-bubble-list-ordered li:before {
		font-size: 1.75rem;
	}

	.content .expandable-title {
		margin-bottom: 1.6rem;
		padding-left: 0;
	}

	.content .expandable-title:before,
	.content .expandable-title:after {
		left: auto;
		right: -4.5rem;
		top: 0.6rem;
		transform: none;
		width: 30px;
	}

	.content .expandable-title:after {
		width: 26px;
		transform: translateX(-2px) rotate(90deg);
	}

	.content .wp-block-pfh-expandable.active .expandable-title:after {
		transform: rotate(0deg);
	}
}

@media (min-width: 950px) {
	.module-postheader {
		flex-direction: row;
		padding: 5rem 2.5rem 2rem;
	}

	.module-postheader.wide {
		   padding: 5rem 2.5rem 2rem 9.4375rem;
	}

	.module-postheader:not(.wide) .post-header-info:not(:last-child) {
		width: calc(50% - 4rem);
		padding: 2rem 0;
	}

	.module-postheader.wide .post-header-info {
		padding: 0;
	}

	.module-postheader .back-link span,
	.module-archiveheader span {
		width: 2rem;
		height: 2rem;
		margin-right: 4.9rem;
	}

	.module-postheader .post-meta {
		justify-content: flex-start;
		padding-right: 0;
	}

	.module-postheader .post-thumb {
		width: 50%;
		padding-bottom: calc(37.5 * var(--vw) - 2.0625rem);
	}
}

@media (min-width: 1303px) {
	.module-postheader {
		padding: 8rem calc(50% - 611px) 2rem;
	}

	.single.page .module-postheader {
		padding: 5rem calc(50% - 500px) 2rem;
	}

	.module-postheader .post-thumb {
		padding-bottom: 458px;
	}
}

@media (min-width: 1480px) {
	.module-postheader.wide {
		padding: 5rem calc(50% - 688px) 2rem;	
	}

	.module-postheader:not(.wide) .post-header-info:not(:last-child) {
		width: 50%;
	}

	.module-postheader .post-header-info.has-backlink {
		flex-shrink: 0;
		margin-left: -1.2rem;
	}

	.module-postheader:not(.wide) .post-header-info.has-backlink {
		margin-left: -7rem;
	}
}



/**************************************************
	11. Slider and gallery
 **************************************************/

.module-serviceslider {
	padding-top: 0;
}

.slider {
	--width:100%;
	width: 100%;
	overflow: hidden;
}

.slider .slider-inner {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100%;
	transition: transform 0.25s ease;
}

.slider .slide {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 2rem;
	width: var(--width);
	height: fit-content;
	flex-shrink: 0;
}

.slider.mobile-fixed-height .slide {
	height: 100%;
}

.slider .slide-image {
	width: 100%;
	aspect-ratio: 400 / 317;
}

.slider .slide-content {
	width: 100%;
}

.slider .slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2.1875rem;
	gap: 0 1.875rem;
	user-select: none;
}

.slider.disabled .slider-nav {
	display: none;
}

.slider .slider-nav-prev,
.slider .slider-nav-next {
	width: 1.25rem;
	height: 1rem;
	cursor: pointer;
}

.slider .slider-nav-prev svg,
.slider .slider-nav-next svg {
	width: 100%;
	height: 100%;
}

.slider .slider-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 0.9375rem;
}

.slider .slider-btn {
	display: block;
	width: 0.4375rem;
	height: 0.4375rem;
	border-radius: 50%;
	background-color: var(--gray);
	cursor: pointer;
	transition: background-color 0.25s ease;
}

.slider .slider-btn.active,
.slider .slider-btn:hover {
	background-color: var(--gray6);
}

@media (min-width: 850px) {
	.slider .slide {
		flex-direction: row;
		justify-content: space-between;
		gap: 0 5.625rem;
		height: auto;
	}

	.slider .slide-image {
		width: calc(40.7% - 5.625rem);
		aspect-ratio: 317 / 400;
	}

	.slider .slide-content {
		width: 59.3%;
	}
}




/***	Gallery		***/

.gallery {
	position: relative;
	overflow: hidden;
	height: 6rem;
}

.gallery::before, .gallery::after {
	content: "";
	position: absolute;
	height: 6rem;
	width: 150px;
	z-index: 1;
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(255,255,255,1)),color-stop(40%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.gallery::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.gallery::before {
	left: 0;
	top: 0;
}

.gallery-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
	height: 100%;
}

.gallery-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 150px;
	margin: 0 50px;
}

.gallery-slide img,
.gallery-slide video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.module-intrologos .gallery-slide > * {
	transform: scale(0.85);
}

@keyframes galleryscroll {
	  0% { transform: translateX(0); }
	100% { transform: translateX(-33.3333%); }
}





/**************************************************
	12. Forms
 **************************************************/

.no-js form {
	display: none;
}

.form-section {
	margin-bottom: 3rem;
}

.form-field {
	position: relative;
	display: block;
	margin-top: 2rem;
	padding-top: 1.5rem;
}

.form-section-row .form-field {
	width: 100%;
}

.form-field-checkboxes {
	margin-top: 1rem;
}

.form-field-radios > div,
.form-field-checkboxes > div {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}

.form-field-radios .form-field,
.form-field-checkboxes .form-field {
	display: flex;
	align-items: baseline;
	margin: 0 1.5rem 0 0;
	padding-top: 0;
}

.form-field input,
.form-field select,
.form-field textarea {
	width: 100%;
	background: var(--lightgray);
	border: 0;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	padding: 0.6em 1rem 0.2rem 1rem;
	font-family: "Neuzeit Grotesk", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2;

	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field-select-inner {
	position: relative;
	width: fit-content;
}

.form-field-select-inner svg {
    position: absolute;
    top: 0.8rem;
    right: 0.6rem;
    width: 0.6875rem;
    height: 0.375rem;
    transform-origin: bottom;
}

.form-field select {
	appearance: none;
	width: 100%;
	padding-right: 2rem;
	cursor: pointer;
}

.form-field select::-ms-expand {
	display: none;
}

.form-field select option {
	cursor: pointer;
}


.form-field textarea {
	min-height: 5rem;
	padding: 0.35rem;
	border: 1px solid transparent;
	resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	outline: none;
	border-color: var(--black);
	box-shadow: 2px 2px 50px 0 rgba(0,0,26,0.11);
}

.form-field-radios input,
.form-field-checkboxes input {
	width: 1.2rem;
	height: 1.2rem;
	flex-shrink: 0;
	padding: 0.1rem;
	margin-left: 0;
	margin-right: 0.5rem;
	border: 1px solid transparent;
	cursor: pointer;

	appearance: none;

	background-color: var(--lightgray);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-field-radios input {
	border-radius: 50%;
}

.form-field-radios input:checked,
.form-field-checkboxes input:checked {
	background-color: var(--black)
}

.form-field label {
	position: absolute;
	top: 0;
	display: block;
	user-select: none;
}

.form-field-radios .form-field label,
.form-field-checkboxes .form-field label {
	position: relative;
	top: -0.3rem;
}

.form-field input:required + label:after,
.form-field select:required + label:after,
.form-field textarea:required + label:after {
	content: '*';
}

.form-field input:invalid,
.form-field input:required,
.form-field select:required {
	box-shadow: none;
}

.form-field.notempty input:invalid + label,
.form-field.notempty select:invalid + label,
.form-field.notempty textarea:invalid + label,
.form-field.invalid input + label,
.form-field.invalid select + label,
.form-field.invalid textarea + label {
	color: var(--red);
}

.form-field input:not(:focus) + label {
	cursor: pointer;
}

.form-field .field-description {
	margin-top: 1rem;
	line-height: 1.5rem;
}

.form-checkbox {
	display: flex;
	justify-content: flex-start;
	margin-top: 0.8rem;
}

.form-checkbox input {
	position: relative;
	width: 1rem;
	height: 1rem;
	border: 1px solid transparent;
	margin-right: 0.8rem;
	flex-shrink: 0;

	appearance: none;

	transition: border-color 0.3s ease;
}

.form-checkbox input:checked:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background-color: var(--black);
}

.form-checkbox input:checked,
.form-checkbox input:focus {
	outline: none;
	border-color: var(--black);
}

.form-checkbox input:checked:focus {
	border-color: transparent;
}

.form-checkbox label {
	position: static;
	margin-left: 0.4rem;
	cursor: pointer;
	user-select: none;

	transition: color 0.3s ease;	
}


.form-checkbox input:focus + label,
.form-checkbox input:checked + label {
	color: var(--black);
}

.form-checkbox input:checked:focus + label {
	color: transparent;
}

.form-field-privacy a {
	padding-bottom: 0.35rem;
	border-bottom: 5px solid currentColor;
}

.form-field-hide.show {
	display: block;
}

.required-disclaimer {
	margin: 2rem 0 3rem;
	color: var(--darkgray);
}

.form-action {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 3.125rem 0 0;
}

.form-field-hide {
	display: none;
}

.form-disclaimer {
	margin: 0 auto 3rem;
	color: var(--darkgray);
}

.form-disclaimer a {
	padding-bottom: 0.35rem;
	color: var(--darkgray);
	border-bottom: 5px solid currentColor;
}

.form-message {
	width: 100%;
	min-height: 1.4rem;
	margin-top: 2rem;
	opacity: 0;
	color: var(--red);
	pointer-events: none;

	transition: opacity 0.3s ease;
}

.form-message.success {
	color: var(--black);
}

.form-message.show {
	opacity: 1;
	pointer-events: all;
}


@media (min-width: 620px) {
	.form-section-row {
		display: flex;
		align-items: baseline;
	}

	.form-section-row .form-field + .form-field {
		margin-left: 1rem;
	}

	.form-field select {
		width: auto;
		max-width: 100%;
	}
}




/**************************************************
	xx. Misc and Wordpress specials
 **************************************************/

.fw,
.fw:first-child {
	padding: 0;
}

a.link-yellow,
.link-yellow a,
a.link-purple,
.link-purple a {
	padding-bottom: 0.7em;
	border-bottom: 5px solid var(--yellow);
}

a.link-purple,
.link-purple a {
	border-color: var(--purple);
}

.button a,
input.button,
.content .wp-block-button,
.content .wp-block-file__button {
	display: table;
	padding: 0.8rem 2rem 0.7rem;
	border: 1px solid transparent;

	appearance: none;

	background-color: var(--yellow);
	color: var(--black);

	font-family: "Neuzeit Grotesk", Helvetica, Arial, sans-serif;
	line-height: 1;
	letter-spacing: 0.7px;
	word-spacing: 0.7px;
	text-decoration: none;
	cursor: pointer;

	user-select: none;

	transition: border-color 0.2s ease;
}

input.button {
	padding: 0.9rem 2rem 0.6rem;
}

.button a:hover,
input.button:hover,
.content .wp-block-button:hover,
.content .wp-block-file__button:hover {}

.button a:focus,
input.button:focus,
.content .wp-block-button:focus,
.content .wp-block-file__button:focus {
	outline: none;
	border-color: var(--black);
}

.button a:after,
input.button:after,
.content .wp-block-button a:after {
	content: '';
	position: relative;
	top: 1px;
	display: inline-block;
	width: 6px;
	height: 11px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 11'%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' d='m.44.5 5 5-5 5'/%3E%3C/svg%3E");
	margin-left: 1rem;
}

.no-js .slide-down {
	display: none;
}

.js .slide-down {
	position: absolute;
	left: 50%;
	bottom: 4rem;
	transform: translateX(-50%);
	cursor: pointer;
}

.js .slide-down:after {
	content: '';
	position: relative;
	display: block;
	width: 1rem;
	height: 1rem;
	top: 0.4rem;
	left: 50%;
	border-right: 1.5px solid var(--white);
	border-bottom: 1.5px solid var(--white);
	transform: translateX(-50%) scaleY(0.75) rotate(45deg);
}

.logo {
	filter: grayscale(100%);
}


.cover-container {
	position: relative;
	overflow: hidden;
}

.cover-container img,
.cover-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.cover-container.top img,
.cover-container .top img,
.cover-container.top video,
.cover-container .top video {
	transform: translateX(-50%);
	top: auto;
	bottom: 0;
}

.cover-container.bottom img,
.cover-container .bottom img,
.cover-container.bottom video,
.cover-container .bottom video {
	transform: translateX(-50%);
	top: 0;
}

.icon img,
.icon svg {
	width: auto;
	height: 100%;	
}


@media (min-width: 850px) {
	.js .slide-in {
		opacity: 0;
		transform: translateY(5.5rem);
		transition: opacity 0.8s ease, transform 0.8s ease;
	}

	.js .slide-in-right {
		opacity: 0;
		transform: translateX(5.5rem);
		transition: opacity 0.8s ease, transform 0.8s ease;
	}

	.js .slide-in.has-slided-in,
	.js .slide-in-right.has-slided-in {
		opacity: 1;
		transform: translate(0);
	}
}


.has-small-font-size { font-size: 15px; }
.has-regular-font-size, .has-normal-font-size { font-size: 20px; }
.has-medium-font-size { font-size: 22px; }
.has-large-font-size { font-size: 34px; }
.has-larger-font-size, .has-huge-font-size { font-size: 42px; }

.bypostauthor {}
.screen-reader-text {}
.sticky {}
.wp-caption-text {}




.hide-scrollbars {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.hide-scrollbars::-webkit-scrollbar {
	display: none;
}



.fixeditem {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 5;
	width: 91px;
	height: 91px;
	padding: 1rem;

	display: flex;
	align-items: center;
	justify-content: center;

	background-color: var(--yellow);
	border-radius: 50%;
}

.fixeditem.fixed-announcement-consumers {
	background-color: var(--darkpurple);
}

.fixed-dummy {
	position: absolute;
	left: -99999999px;
	top: -99999999px;
	opacity: 0;
	padding: 1rem;

	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	pointer-events: none;
}

.fixed-announcement:not(.show) {
	display: none;
}

.fixeditem a {
	display: block;
	text-align: center;
	width: 100%;
	transform: translateY(3px) rotate(15deg);
	font-weight: 500;
	text-decoration: none;
	line-height: 1;
}

.fixeditem.fixed-announcement-consumers a {
	color: var(--white);
}

.fixed-mediakit a {
	font-weight: normal;
}

.fixed-announcement a {
	transform: none;
	font-weight: normal;
}

@media (max-width: 799px) {
	.fixeditem {
		padding: 0.5rem;
		width: 75px;
		height: 75px;
		font-size: 16px;
	}
}




/**************************************************
	13. Contacts
 **************************************************/

.contact-market {
	width: 100%;
	padding-left: 3rem;
	margin-bottom: 3rem;
}

.contact-market h3:before {
	content: '';
	position: relative;
	top: 1.5rem;
	display: block;
	width: 1.4375rem;
	height: 1.4375rem;
	margin-left: -3rem;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}








/**************************************************
	14. Signin
 **************************************************/

.module-signin,
.module-consumerscontact {
	padding: 8rem 0rem 0rem;
}

.module-signin .module-inner,
.module-consumerscontact .module-inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 5rem;
}

.module-signin .signin-column,
.module-consumerscontact .contactform-column {
	width: 100%;
	padding: 2.5rem 1rem 4rem;
}

.module-signin .signin-column.login,
.module-consumerscontact .contactform-column.contacts {
	background-color: var(--gray18);
}

.signin-intro {
	margin-bottom: 2rem;
	hyphens: none;
}

.signin-intro-title,
.contact-intro-title {
	margin-bottom: 1.625rem;
	font-weight: 500;
}

.module-signin .form-submit input.hide,
.module-consumerscontact .form-submit input.hide {
	opacity: 0;
	pointer-events: none;
}

.module-signin.has-sent form,
.module-consumerscontact.has-sent form {
	height: 100%;
}

.module-signin.has-sent .register .signin-intro,
.module-signin.has-sent .form-field,
.module-signin.has-sent .required-disclaimer,
.module-signin.has-sent .form-submit,
.module-consumerscontact.has-sent .register .signin-intro,
.module-consumerscontact.has-sent .form-field,
.module-consumerscontact.has-sent .required-disclaimer,
.module-consumerscontact.has-sent .form-submit  {
	display: none;
}

.module-signin.has-sent .form-action,
.module-consumerscontact.has-sent .form-action {
	flex-direction: row;
	margin-top: 0;
	height: 100%;
}

.module-signin.has-sent .form-message,
.module-consumerscontact.has-sent .form-message {
	margin-top: 0;
	opacity: 1;	
}

.module-signin.has-sent .form-message.success,
.module-consumerscontact.has-sent .form-message.success {
	position: relative;
	padding: 1rem 2rem 0.5rem 4rem;
	background-color: var(--lightgreen);
}

.module-signin.has-sent .form-message.success:before,
.module-consumerscontact.has-sent .form-message.success:before {
	content: '';
	display: block;
	position: absolute;
	top: 1rem;
	left: 2rem;
	width: 1rem;
	height: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 700'%3E%3Cpath fill-rule='evenodd' d='M334.41 513.31c-34.008 36.844-85.02 28.34-113.36-5.668L22.67 309.262c-70.852-70.852 36.844-178.54 107.69-107.69l150.2 147.37 286.23-286.23c70.852-70.852 181.38 36.844 110.53 107.69l-342.91 342.91z'/%3E%3C/svg%3E");
}

.module-signin .signin-contacts,
.module-consumerscontact .signin-contacts {
	padding: 0 3rem;
	margin-bottom: 4rem;
}


@media (min-width: 650px) {
	.module-signin .signin-column,
	.module-consumerscontact .contactform-column {
		padding: 4.5rem 2.5rem 5.5rem;
	}
}

@media (min-width: 850px) {
	.module-signin .signin-column,
	.module-consumerscontact .contactform-column {
		padding: 3rem calc(24.18604656% - 165.58139576px)
	}
}

@media (min-width: 1000px) {
	.module-signin .module-inner,
	.module-consumerscontact .module-inner {
		flex-direction: row;
	}

	.module-signin .signin-column.register:not(:empty),
	.module-consumerscontact .contactform-column.contactform:not(:empty) {
		width: 60%;
	}

	.module-signin .signin-column.login:not(:empty),
	.module-consumerscontact .contactform-column.contacts:not(:empty) {
		width: 40%;
	}

	.module-signin .form-field-checkboxes .form-field,
	.module-consumerscontact .form-field-checkboxes .form-field {
		width: calc(33.333333% - 1.5rem);
	}

	.module-signin .contact-list,
	.module-consumerscontact .contact-list {
		padding: 0;
	}
}

@media (min-width: 1150px) {
	.module-signin .signin-column.register:not(:empty),
	.module-signin .signin-column.login:not(:empty),
	.module-consumerscontact .contactform-column.contactform:not(:empty),
	.module-consumerscontact .contactform-column.contacts:not(:empty) {
		width: 50%;
		flex-shrink: 0;
		flex-grow: 0;
	}

	.module-signin .signin-column:not(:empty),
	.module-consumerscontact .contactform-column:not(:empty) {
		padding: 4.5rem 7.5rem 5.5rem 7.75rem;
	}

	.module-signin .signin-column.login:not(:empty),
	.module-consumerscontact .contactform-column.contacts:not(:empty) {
		padding-right: 8rem;
		padding-left: 5.25rem;
	}
}

@media (min-width: 1303px) {
	.module-signin .signin-column.register:not(:empty),
	.module-consumerscontact .contactform-column.contactform:not(:empty) {
		padding-left: calc(50% - 7.75rem - 403px);
	}

	.module-signin .signin-column.login:not(:empty),
	.module-consumerscontact .contactform-column.contacts:not(:empty) {
		padding-right: calc(50% - 8rem - 394px);
	}
}






/**************************************************
	14. Modals
 **************************************************/

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;

	width: calc(100% - 4rem);
	max-width: 680px;
	max-height: calc(80 * var(--vh));

	padding: 4.0625rem 2.5rem;
	background-color: var(--white);
	transition: opacity 0.25s ease;
}

.modal.hide {
	opacity: 0;
	pointer-events: none;
}

.modal .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
}

.modal .modal-close:before,
.modal .modal-close:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;

	display: block;
	width: 50%;
	height: 1px;
	background-color: var(--black);
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal .modal-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.modal .modal-title {
	margin-bottom: 2.6875rem;
	text-align: center;
}

.modal .modal-content {
	position: relative;
	margin-bottom: 4.0625rem;
}

.modal .modal-content:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	
	display: block;
	width: 100%;
	height: 4rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--white) 100%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

.modal.is-overflowing .modal-content:after {
	opacity: 1;
}

.modal .modal-content-inner {
	max-height: 12rem;
	overflow-y: scroll;
	text-align: center;
	hyphens: none;
}

.modal .modal-content a {
	text-decoration: underline;
	transition: text-decoration-color 0.25s ease;
}

.modal .modal-content a:hover {
	text-decoration-color: transparent;
}

.modal .modal-close-btn {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;
}

.modal .modal-close-btn input {
	appearance: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	background-color: var(--darkpurple);
	color: var(--white);
	padding: 0.8em 3rem 0.5rem 2.5rem;
	flex-shrink: 0;
	font-family: "Neuzeit Grotesk", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	cursor: pointer;
}

.modal .modal-close-btn .chevron {
	position: absolute;
	right: 1.8rem;
	top: 50%;
	width: 0.6rem;
	height: 0.6rem;
	transform: translateY(-50%) rotate(-90deg);
	filter: brightness(10);
}





/**************************************************
	15. Externals
 **************************************************/

/*****	Trustpilot *****/

.module-trustpilotbanner {
	padding: 4rem 0 3rem;
}

.trustpilot-widget a[data-cmp-href] {
	display: none;
}

@media (min-width: 1280px) {
	.module-trustpilotbanner {
		padding: 6.25rem 0 5.625rem;
	}
}



/*****	OneTrust *****/

body #ot-sdk-btn-floating {
	display: none;
}

body #onetrust-consent-sdk {
	box-shadow: none;
}

body #onetrust-consent-sdk #onetrust-banner-sdk *:focus,
body #onetrust-consent-sdk #onetrust-banner-sdk:focus {
	outline: none;
}

body #onetrust-banner-sdk #onetrust-policy-text a {
	font-weight: 400;
}

body #onetrust-consent-sdk #onetrust-accept-btn-handler,
body #onetrust-banner-sdk #onetrust-reject-all-handler,
body #onetrust-banner-sdk #onetrust-pc-btn-handler,
body #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
	background-color: transparent;
	border: 0;
	color: var(--black);
	font-weight: 400;
}

body #onetrust-consent-sdk #accept-recommended-btn-handler,
body #onetrust-consent-sdk #onetrust-accept-btn-handler,
body #onetrust-consent-sdk #onetrust-accept-btn-handler,
body #onetrust-consent-sdk #onetrust-reject-all-handler,
body #onetrust-consent-sdk .save-preference-btn-handler {
	margin-top: 0;
	padding: 0 0 0.7rem !important;
	border-bottom: 5px solid var(--yellow) !important;
	line-height: 1.3 !important;
	width: fit-content;
}

body #onetrust-pc-btn-handler {
	padding: 0 !important;
	color: var(--black) !important;
}

body #onetrust-consent-sdk #onetrust-banner-sdk a[href],
body #onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
body #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn,
body #onetrust-pc-sdk a {
	color: var(--black) !important;
}


@media (max-width: 425px) {
	body #onetrust-banner-sdk #onetrust-group-container {
		padding-right: 30px;
	}

	body #onetrust-banner-sdk #onetrust-button-group {
		display: flex;
		flex-direction: column;
		align-items: baseline;
	}

	body #onetrust-consent-sdk #onetrust-button-group #onetrust-pc-btn-handler.cookie-setting-link {
		margin: 0 0 1rem;
		padding-right: 10px;
	}

	body #onetrust-banner-sdk #onetrust-button-group #onetrust-reject-all-handler,
	body #onetrust-banner-sdk #onetrust-button-group #onetrust-accept-btn-handler {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: auto;
		margin: 0 0 1rem 0;
	}
}

@media only screen and (min-width: 426px) and (max-width: 896px) {
	body #onetrust-banner-sdk .ot-sdk-three button {
		width: auto;
	}

	body #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link,
	body #onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler,
	body #onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler {
		min-width: 0;
		float: none;
	}
}

@media (min-width: 890px) {
	body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
		width: 26%;
		padding-right: 0;
	}

	body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}

	body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button,
	body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group button {
		margin-bottom: 0;
		width: fit-content;
		min-width: 0;
		padding-bottom: 0.2rem !important;
	}

	body #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
		min-width: 0;
		width: fit-content;
	}

	body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group button:last-of-type {
		margin-bottom: 10px;
	}
}

@media (min-width: 1024px) {
	#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
		left: 66%;
	}
}

@media (min-width: 1200px) {
	body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
		width: auto;
		min-width: 36rem;
		margin-left: 4rem;
	}

	body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group {
		flex-direction: row;
		align-items: baseline;
		margin-top: -1rem;
	}

	body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button,
	body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group button {
		padding-bottom: 0.7rem !important;
	}

	body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group button:last-of-type {
		margin-bottom: 0px;
	}
}




/************ STAGING ************/

body:not(.is-staging) .module-nonexistent {
	display: none;
}





/**************************************************
	16. 404
 **************************************************/

.module-404:first-child {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: calc(4rem + var(--headerHeight)) 2.5rem 4rem;
	height: calc(100 * var(--vh) - var(--footerHeight));
	min-height: 20rem;
}

.title-404 {
	margin-bottom: 2rem;
	text-align: center;
}

.description-404 {
	text-align: center;
}

.description-404 a {
	text-decoration: underline;
	transition: text-decoration-color 0.25s ease;
}

.description-404 a:hover {
	text-decoration-color: transparent;
}


@media (min-width: 850px) {
	.module-404:first-child {
		padding: calc(4rem + var(--headerHeight)) 2.5rem 4rem;
	}
}

@media (min-width: 1303px) {
	.module-404:first-child {
		padding: calc(8rem + var(--headerHeight)) calc(50% - 500px) 8rem;
	}
}

