/*!
Theme Name: Health Uncompromised
Theme URI: https://marianrehak.com
Author: Marián Rehák
Author URI: https://marianrehak.com
Description: Description
Version: 1.1.4
Tested up to: 6.5.3
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hxprague
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@font-face {
	font-family: 'IBM Plex Sans';
	src: url('./fonts/plex-sans/IBMPlexSans-VariableFont_wdth-wght.ttf') format('truetype-variations');
	font-weight: 1 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Sans';
	src: url('./fonts/plex-sans/IBMPlexSans-Italic-VariableFont_wdth-wght.ttf') format('truetype-variations');
	font-weight: 1 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Mono';
	src: url('./fonts/plex-mono/IBMPlexMono-Light.woff2') format('woff2'),
		url('./fonts/plex-mono/IBMPlexMono-Light.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Mono';
	src: url('./fonts/plex-mono/IBMPlexMono-Bold.woff2') format('woff2'),
		url('./fonts/plex-mono/IBMPlexMono-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Sefif';
	src: url('./fonts/plex-serif/IBMPlexSerif-ExtraLight.woff2') format('woff2'),
		url('./fonts/plex-serif/IBMPlexSerif-ExtraLight.woff2') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

:root {
	--white: #fff;
	--black: #000;
	--gray: #B8B8B8;
	overscroll-behavior: none;
	font-size: 16px;
}

::selection {
	background: var(--white);
	color: var(--black);
}

:focus-visible {
	outline: none;
}

/* Basic formatting */
body {
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-smooth: always;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background-color: var(--black);
}


img {
	width: 100%;
	height: auto;
}

table {
	margin: 0;
}

iframe,
video {
	width: 100%;
	display: block;
}

.skip-link {
	display: block;
	font-size: 0;
	height: 0;
	width: 0;
}

/* Fonts */
body,
h1,
h2,
h3,
h4,
h5,
p,
a,
ul,
li,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
label,
input,
select,
textarea,
.regular,
.regular *,
tr,
html .fancybox__infobar,
html .fancybox__infobar *,
#cmplz-document p,
#cmplz-document a,
.editor-styles-wrapper .cmplz-unlinked-mode p,
#cmplz-document li,
.editor-styles-wrapper .cmplz-unlinked-mode li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode td,
#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode,
html .cmplz-blocked-content-container .cmplz-blocked-content-notice {
	font-family: 'IBM Plex Sans', 'sans-serif';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
legend {
	margin-top: 0;
	word-break: keep-all;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}

h1,
h1 *,
.huge,
.huge * {
	font-size: 150px;
	line-height: 0.86;
	letter-spacing: -4%;
	font-family: "IBM Plex Sefif", "sans-serif";
	font-weight: 200;
}

h2,
h2 * {
	font-size: 24px;
	line-height: 1.04;
}

.big,
.big * {
	font-size: 48px !important;
	line-height: 1.13 !important;
}

.large,
.large * {
	font-size: 32px;
	line-height: 1.14;
	font-weight: 400;
}

h3,
h3 *,
.larger,
.larger * {
	font-size: 24px;
	line-height: 1.2;
}

h1 {
	margin-bottom: 46px;
}

h3,
h4 {
	margin-bottom: 20px;
}

.small,
.small * {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 200;
}

.serif,
.serif * {
	font-family: "IBM Plex Sefif", "serif";
	font-weight: 200;
}

.mono,
.mono * {
	font-family: "IBM Plex Mono", "monospace";
}

a {
	transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
}

a:hover {
	color: var(--white);
	text-decoration: underline;
}

.current-lang a {
	color: var(--white);
	text-decoration: none !important;
	pointer-events: none !important;
}

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

a.social,
a[href^="mailto:"],
a[href^="tel:"] {
	text-decoration: none !important;
}

a.social:hover,
a[href^="mailto:"]:hover,
a[href^="tel:"]:hover {
	text-decoration: underline !important;
}

b,
strong,
.strong,
.strong * {
	font-weight: 700 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: none;
	border-bottom: 1px solid #000 !important;
	border-radius: 0;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	color: #000;
	background-color: transparent !important;
	line-height: 1;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	box-shadow: none !important;

}

input:-webkit-autofill {
	color: transparent !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:is([type="button"], [type="submit"], [type="reset"]),
input[type="file"]::file-selector-button {
	background-color: transparent;
}

input::placeholder {
	color: var(--white);
}

input[type="checkbox"],
input[type="radio"] {
	height: 16px;
	width: 16px;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked,
input[type="checkbox"]:checked,
input[type="radio"]:focus {
	background: var(--black);
	outline: none;
}

input:focus,
textarea:focus {
	color: var(--white);
	border-color: var(--white);
	box-shadow: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none !important;
}

.active-link {
	pointer-events: none;
}

/* Buttons */
.button,
button {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: auto;
	min-width: 222px;
	font-family: 'IBM Plex Sans';
	font-size: 20px;
	font-weight: 400;
	padding: 1px 18px;
	color: var(--white);
	background-color: transparent;
	text-align: center;
	text-decoration: none !important;
	line-height: 1;
	border-left: 1px solid var(--white);
	border-right: 1px solid var(--white);
	border-radius: 0;
	-webkit-transition-duration: all 150ms ease-in-out;
	transition-duration: all 150ms ease-in-out;
	outline: none;
}

.button::before,
.button::after {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	top: -8px;
	left: -1px;
	width: calc(100% + 2px);
	background-color: var(--white);
}

.button::after {
	top: auto;
	bottom: -8px;
}

.buttonbg {
	position: absolute;
	top: -8px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 16px);
	background-color: var(--white);
	opacity: 0;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	z-index: -1;
}

.button:hover .buttonbg,
button:hover .buttonbg {
	opacity: 1;
}

.button:hover,
button:hover {
	color: var(--black);
	opacity: 1;
	text-decoration: none;
}

.buttons-container {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.text-center .buttons-container {
	justify-content: center;
}

/* Bootstrap & general formatting */
.container {
	width: 100%;
	max-width: 2500px;
	padding-left: 61px;
	padding-right: 61px;
}

.row {
	margin-left: -20px;
	margin-right: -20px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-left: 20px;
	padding-right: 20px;
}

.row.tight {
	margin-left: -12px;
	margin-right: -12px;
}

.row.tight .col-12 {
	padding-left: 12px;
	padding-right: 12px;
}

.screen-reader-text {
	font-size: 0;
	height: 0;
	margin: 0;
}

ul,
ol {
	margin: 0 0 32px 0;
	padding: 0;
	list-style: none;
}

ul li {
	text-indent: -37px;
	margin-left: 37px;
}

ul li::before {
	content: "-";
	margin-right: 6px;
}

.card {
	border: none;
	border-radius: 0;
}

.card-header {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}

.card-body {
	padding: 0;
	margin: 0;
}

.accordion .card-header button {
	color: var(--gray);
	text-align: left;
}

.accordion .card-header button[aria-expanded="true"],
.accordion .card-header button:hover {
	color: var(--white);
}

.accordion .card-header button[aria-expanded="true"] {
	pointer-events: none;
}

.accordion .collapsing {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

/* Custom classes */
.mt-4 {
	margin-top: 4px !important;
}

.mt-24 {
	margin-top: 24px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-250 {
	margin-top: clamp(110px,13vw,250px);
}

.mb-4 {
	margin-bottom: 4px !important;
}

.mb-6 {
	margin-bottom: 6px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-48 {
	margin-bottom: 48px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-100 {
	margin-bottom: 100px;
}

.section {
	padding-top: clamp(64px, 7.5vw, 150px);
	padding-bottom: clamp(64px, 7.5vw, 150px);
}

.mb-75 {
	margin-bottom: clamp(64px, 7.5vw, 150px);
}

.mb-155 {
	margin-bottom: clamp(96px, 15vw, 300px);
}

.align-center {
	align-items: center;
}

.align-end {
	align-items: flex-end;
}

.content-end {
	align-content: flex-end;
}

.justify-end {
	justify-content: flex-end;
}

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

.justify-center {
	justify-content: center;
}

.flex-direction-column {
	display: flex;
	flex-direction: column;
}

.marginless,
.marginless *:last-child {
	margin-bottom: 0 !important;
}

.paddingless {
	padding-left: 0;
	padding-right: 0;
}

.borderless {
	border: none !important;
}

.border-bottom {
	border-bottom: 1px solid #000 !important;
}

.automargin {
	margin-left: auto;
	margin-right: auto;
}

.max-420 {
	max-width: 420px;
}

.max-880 {
	max-width: 880px;
}

.max-1300 {
	max-width: 1300px;
}

.image-box,
.video-box {
	outline: none !important;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.image-box::after,
.video-box::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.image-box.photo::after {
	padding-bottom: 132.5%;
}

.video-box::after {
	padding-bottom: 56.25%;
}

.image-box img,
.image-box video,
.video-box iframe,
.video-box video,
.video-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.video-box {
	-wekbit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.video-box:hover {
	border-radius: 15px;
}

.uppercase,
.uppercase * {
	text-transform: uppercase;
}

.lowercase,
.lowercase * {
	text-transform: lowercase;
}

.notransform,
.notransform * {
	text-transform: none;
}

.white,
.white *,
.white a:hover {
	color: var(--white);
}

.gray,
.gray * {
	color: var(--gray);
}

.bordered {
	position: relative;
	padding-top: 28px;
	padding-bottom: 28px;
	border-top: 1px solid var(--white);
	border-bottom: 1px solid var(--white);
}

.bordered::before,
.bordered::after {
	content: "";
	display: block;
	position: absolute;
	height: calc(100% - 16px);
	width: 1px;
	top: 8px;
	left: -8px;
	background-color: var(--white);
}

.bordered::after {
	left: auto;
	right: -8px;
}

.reveal,
.team-reveal {
	visibility: hidden;
	/* this is needed for scrollrevealjs */
}

.reveal-path-wrapper-up,
.reveal-path-wrapper-down {
	transform: translateY(-8px);
	opacity: 0;
	transition: all 400ms ease-in-out;
}

.reveal-path-wrapper-down {
	transform: translateY(8px);
}

.customfade {
	transform: none;
	opacity: 1;
}

/* Header */
#masthead {
	position: fixed;
	padding-top: 49px;
	padding-bottom: 49px;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100vw;
	z-index: 9;
	-webkit-transition: padding-top 300ms ease-in-out, padding-bottom 300ms ease-in-out;
	transition: padding-top 300ms ease-in-out, padding-bottom 300ms ease-in-out;
}

#masthead.scrolled {
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: var(--black);
}

.admin-bar #masthead {
	top: 32px;
}

#siteName img {
	max-height: 36px;
	width: auto;
	max-width: 100%;
}

#site-navigation a {
	margin-right: 30px;
}

.force-reveal {
	opacity: 0;
	transform: translateY(-32px);
	animation: fadeInAndSlideUp 0.65s ease-out forwards;
}

.force-reveal.second {
	animation-delay: 0.3s;
}

.force-reveal.third {
	animation-delay: 0.6s;
}

/* Define the keyframe animation */
@keyframes fadeInAndSlideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Language switcher */
.language-switcher {
	display: flex;
	margin-bottom: 0;
}

.language-switcher li {
	margin: 0 16px 0 0;
	text-indent: 0;
}

.language-switcher li:last-child {
	margin-right: 0;
}

.language-switcher li::before {
	display: none;
}

/* Menus */
ul.menu,
ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

.menu ul,
.menu ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li::before {
	display: none;
}

/* Mobile menu */
#mobile-menu {
	display: none;
	position: fixed;
	left: 0;
	top: 55px;
	height: calc(100vh - 55px);
	background-color: var(--white);
	width: 100vw;
	padding: 0;
	left: 0;
	top: 0;
	transform: translateX(100%);
	padding-bottom: 40px;
	background-color: #F6F6F6;
	height: 100%;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#mobile-navigation {
	margin-top: 10px;
}

#mobileMenu a {
	margin-bottom: 6px;
	display: inline-block;
}

#mobile-navigation a {
	font-size: 28px;
}

#openMenu {
	display: block;
	height: 20px;
	width: 20px;
	z-index: 9999999;
	position: relative;
	background-image: url("./img/plus.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: brightness(0);
	-webkit-transition: transform 150ms ease-in-out;
	transition: transform 150ms ease-in-out;
}

#openMenu.active {
	transform: rotate(45deg);
}

.navbar-toggle {
	position: relative;
	top: -1px;
	width: 39px;
	min-width: 39px;
	height: 26px;
	border: 0;
	padding: 0;
	margin-left: 10px;
	background: transparent !important;
	vertical-align: top;
	transition-duration: 200ms;
	-webkit-transition-duration: 200ms;
}

.navbar-toggle .toggle-icon {
	position: relative;
	width: 100%;
	height: 1px;
	display: inline-block;
	background: var(--black);
	transition-duration: 200ms;
	-webkit-transition-duration: 200ms;
	vertical-align: top;
}

.navbar-toggle .toggle-icon:before,
.navbar-toggle .toggle-icon::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	bottom: -8px;
	background: var(--black);
	content: " ";
	transition-duration: 200ms;
	-webkit-transition-duration: 200ms;
	transform-origin: 6.5px -3px;
}

.navbar-toggle .toggle-icon::after {
	bottom: -16px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

/* Page */
#main-content {
	min-height: 60vh;
}

#intro {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}

#introImage {
	opacity: 0;
	animation: fadeIn 0.35s ease-out forwards;
	animation-delay: 0.3s;
}

/* Define the keyframe animation */
@keyframes fadeIn {
	to {
		opacity: 1;
	}
}


#intro::after {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

#introContent {
	position: relative;
	z-index: 3;
}

#introImage {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}


/* Single */

/* Tiles */

/* Custom builder */
.b-html {
	max-width: 100%;
	overflow-x: hidden;
}

.b-html svg {
	z-index: 1;
	position: relative;
	width: 100%;
}

.b-image {
	position: relative;
}

.b-image::before,
.b-image::after {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.b-image::before {
	transform: rotate(180deg);
}

.b-image::after {
	top: auto;
	bottom: 0;
}

.imageButton {
	position: absolute;
	z-index: 1;
	bottom: clamp(32px, 30%, 120px);
	left: 50%;
	transform: translate(-50%, -50%);
}

.toggleTeam {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	text-decoration: none;
	width: auto;
	min-width: unset;
}

.toggleTeam:hover {
	text-decoration: underline !important;
	color: var(--white);
}

.b-team .fullProfiles {
	display: none;
}

.memberPhotoLink:hover {
	text-decoration: none;
}

a.memberPhotoLink:hover h3 {
	text-decoration: underline;
}

/* Footer */
footer {
	margin-top: 120px;
	margin-bottom: 32px;
}

#footerInfo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* fancybox */
.fancybox__toolbar,
.fancybox__toolbar * {
	font-family: "Area", serif;
}

.fancybox__toolbar {
	text-shadow: none !important;
	padding: 30px 25px !important;
}

.fancybox__toolbar__column.is-middle,
.fancybox__toolbar__column [data-panzoom-action],
.fancybox__toolbar__column [data-fancybox-toggle-slideshow],
.fancybox__toolbar__column [data-fancybox-toggle-fullscreen],
.f-button[data-fancybox-close] svg {
	display: none !important;
}

.f-button[data-fancybox-close] {
	filter: brightness(0);
	width: 30px;
	height: 30px;
}

a[data-fancybox="gallery"] {
	overflow: hidden !important;
	display: block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

a[data-fancybox="gallery"] img {
	-wekbit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

a[data-fancybox="gallery"]:hover img {
	border-radius: 15px;
}

.f-button {
	background-color: transparent !important;
	padding: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
}

.f-button[data-fancybox-close] {
	display: block;
	background-image: url("./img/plus.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(45deg);
}

.fancybox__nav .f-button {
	height: 44px;
	width: 30px;
	background-image: url("./img/arrow.svg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right;
	transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
	margin-left: 0;
	filter: brightness(0);
}

html .is-horizontal .fancybox__nav .f-button.is-prev {
	left: 30px;
}

html .is-horizontal .fancybox__nav .f-button.is-next {
	right: 30px;
}

@media(max-width: 1199px) {

	.fancybox__nav .f-button,
	.f-button[data-fancybox-close] {
		width: 20px;
		height: 20px;
	}

	html .is-horizontal .fancybox__nav .f-button.is-next {
		right: 10px;
	}

	html .is-horizontal .fancybox__nav .f-button.is-prev {
		left: 10px;
	}

	.fancybox__toolbar {
		padding: 18px 10px !important;
	}
}

.fancybox__nav .f-button svg {
	display: none !important;
}

.fancybox__nav .f-button.is-prev {
	transform: translateY(-50%) rotate(180deg) !important;
	background-position: center left;
}

.fancybox__nav .f-button:hover {
	transform: translateY(-50%) translateX(4px) !important;
}

.fancybox__nav .f-button.is-prev:hover {
	transform: translateY(-50%) rotate(180deg) translateX(4px) !important;
}

.fancybox__nav .f-button[disabled] {
	opacity: 0;
}

html .fancybox__backdrop {
	background-color: rgba(255, 255, 255, 1);
}

html .fancybox__infobar {
	padding: 0;
	margin-left: -5px;
}

.is-compact .fancybox__footer {
	background-color: transparent !important;
	text-align: center;
}

.fancybox__caption {
	color: var(--black) !important;
	font-size: 16px !important;
	padding: 13px !important;
	line-height: 1 !important;
}

html .fancybox-image {
	max-height: calc(100% - 64px);
	width: auto;
	max-width: calc(100vw - 40px)
}

.is-idle .fancybox__nav,
.is-idle .fancybox__toolbar {
	animation: none !important;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
	display: none !important;
}

html .fancybox__caption {
	display: none !important;
}

.fancybox-is-open .fancybox-bg {
	background-color: var(--light) !important;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: var(--black) !important;
}

.fancybox-button {
	background-color: transparent !important;
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	opacity: 1 !important;
	visibility: visible !important;
}

/* Swiper */
.teamPhotos {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.teamPhotos::before,
.teamPhotos::after {
	content: "";
	display: block;
	width: 230px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
}

.teamPhotos::after {
	right: 0;
	left: auto;
	transform: rotate(180deg);
}

.swiper-slide {
	opacity: 0.4;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.swiper-slide-prev,
.swiper-slide-next {
	opacity: 0.8;
}

.swiper-slide-active {
	opacity: 1;
}

.swiper-container {
	position: relative;
}

.swiper-nav {
	position: absolute;
	top: 50%;
	left: 61px;
	transform: translateY(-50%);
	height: 42px;
	width: 61px;
	background-color: transparent;
	background-image: urL('./img/arrow.svg');
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	outline: none;
	padding: none;
	border: none;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}

.swiper-nav.prev {
	transform: rotate(180deg) translateY(50%);
}

.swiper-nav.next {
	left: auto !important;
	right: 61px;
}

.swiper-nav:hover {
	left: 50px;
}

.swiper-nav.next:hover {
	right: 50px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	display: none;
}

/* Cookies */
html .cmplz-cookiebanner {
	min-width: 200px;
	max-width: 400px;
	width: 100%;
	padding: 16px 16px 12px 16px;
	display: block;
	border: none !important;
	bottom: 10px;
	right: 10px;
	border-radius: 0;
}

html .cmplz-cookiebanner.cmplz-show {
	box-shadow: none !important;
	background-color: #e2e2e2;
}

html .cmplz-cookiebanner .cmplz-header {
	display: block;
	margin-bottom: 0;
}

html .cmplz-cookiebanner .cmplz-title,
html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	color: var(--black);
	font-weight: 400;
}

html #cmplz-cookies-overview .cmplz-dropdown summary,
html #cmplz-document .cmplz-dropdown summary,
html .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose {
	background-color: transparent !important;
}

html .cmplz-cookiebanner .cmplz-close {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 14px;
	width: 14px;
	outline: none;
	background-image: url("./img/plus.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	filter: brightness(0);
	transform: rotate(45deg);
}

#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-cookies-overview .cmplz-dropdown ul,
#cmplz-document .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown ul,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown ul {
	padding: 0 !important;
}

#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
	margin: 0 !important;
}

html .cmplz-cookiebanner .cmplz-close svg {
	display: none !important;
}

.cmplz-link.cookie-statement,
.cmplz-link.privacy-statement {
	display: none !important;
}

html .cmplz-cookiebanner .cmplz-title {
	font-size: 14px;
	margin-bottom: 6px;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
	background: transparent !important;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
	margin-bottom: 5px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon {
	filter: brightness(0);
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
	position: relative;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category[open] .cmplz-icon.cmplz-open {
	top: 0;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	line-height: 1.2;
}

html .cmplz-cookiebanner .cmplz-message,
html .cmplz-cookiebanner .cmplz-message * {
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 16px;
	width: 100%;
	color: var(--black) !important;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title,
html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
	font-size: 12px;
	color: var(--black);
}

#cmplz-document li {
	margin-left: 21px;
	text-indent: -21px;
}

#cmplz-document ul,
.editor-styles-wrapper .cmplz-unlinked-mode ul {
	margin-left: 0;
	padding-left: 0;
}

html #cmplz-document p a:hover {
	text-decoration: none;
	animation: colorFull .45s infinite;
}

html .cmplz-cookiebanner .cmplz-message a {
	text-decoration: underline;
}

html .cmplz-cookiebanner .cmplz-message a:hover {
	text-decoration: none;
}

html .cmplz-cookiebanner .cmplz-buttons {
	gap: unset;
}

html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	min-width: unset;
	padding: 0;
	border: none !important;
	background-color: transparent !important;
	height: unset;
	color: var(--black) !important;
	width: auto !important;
	margin-right: 11px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title,
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header span {
	font-weight: 400 !important;
}

html .cmplz-cookiebanner .cmplz-buttons {
	display: flex;
}

html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover {
	text-decoration: underline !important;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
	padding: 0 0 5px 0;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	padding: 0 0 10px 0;
}

.cmplz-icon svg {
	height: 12px;
	position: absolute;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
	height: 12px;
	width: 12px;
	transition-duration: 0s !important;
}

html .cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
	margin-bottom: 15px;
	max-width: 100%;
	width: 100%;
}

#cmplz-document ul,
.editor-styles-wrapper .cmplz-unlinked-mode ul {
	list-style: none;
}

#cmplz-manage-consent .cmplz-manage-consent {
	display: none !important;
}

@media (max-width: 767px) {
	html .cmplz-cookiebanner {
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		max-width: calc(100vw - 20px);
	}

	html .cmplz-cookiebanner .cmplz-buttons {
		flex-direction: row;
	}

	html .cmplz-cookiebanner .cmplz-body {
		min-width: unset;
	}

	html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
		margin-right: 8px;
	}
}

html .cmplz-blocked-content-container,
html .cmplz-placeholder-1.cmplz-blocked-content-container iframe {
	height: 450px;
	max-height: 60vh;
}

html .cmplz-blocked-content-container .cmplz-blocked-content-notice {
	background: #fff;
	color: var(--black);
	line-height: 22px;
	border: none;
}

html .cmplz-blocked-content-container .cmplz-blocked-content-notice:hover {
	background: var(--black);
	color: #fff;
}

html .cmplz-blocked-content-container {
	border-radius: 0 !important;
	box-shadow: none;
}

.cmplz_consent_per_service_label {
	display: none;
}

#cmplz-document .cmplz-subtitle,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-subtitle {
	font-weight: 400;
}

/* Responsive */
@media(max-width: 1200px) {

	/* bootstrap */
	.container {
		padding-left: 43px;
		padding-right: 43px;
	}

	.admin-bar #masthead {
		top: 32px;
	}

	/* Fonts */
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	p,
	a,
	ul,
	li,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea,
	label,
	input,
	select,
	textarea,
	.regular,
	.regular *,
	tr,
	html .fancybox__infobar,
	html .fancybox__infobar *,
	#cmplz-document p,
	#cmplz-document a,
	.editor-styles-wrapper .cmplz-unlinked-mode p,
	#cmplz-document li,
	.editor-styles-wrapper .cmplz-unlinked-mode li,
	#cmplz-document td,
	.editor-styles-wrapper .cmplz-unlinked-mode td,
	#cmplz-document,
	.editor-styles-wrapper .cmplz-unlinked-mode,
	html .cmplz-blocked-content-container .cmplz-blocked-content-notice {
		font-size: 18px;
	}

	.button,
	button {
		font-size: 18px;
	}

	h1,
	h1 *,
	.huge,
	.huge * {
		font-size: 96px;
	}

	h2,
	h2 * {
		font-size: 22px;
	}

	.big,
	.big * {
		font-size: 38px !important;
	}

	.large,
	.large * {
		font-size: 26px;
	}

	h3,
	h3 *,
	.larger,
	.larger * {
		font-size: 22px;
	}



	h1 {
		margin-bottom: 38px;
	}

	h2 {
		margin-bottom: 22px;
	}

	/* Header */
	#masthead {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

@media(max-width: 991px) {
	.mt-md-zero {
		margin-top: 0;
	}

	.mt-md-40 {
		margin-top: 40px;
	}

	.mt-md-90 {
		margin-top: 90px;
	}

	#backButtonContainer {
		display: none !important;
	}

	#masthead,
	.admin-bar #masthead {
		top: 0;
	}

	/* bootstrap */
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Fonts */
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	p,
	a,
	ul,
	li,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea,
	label,
	input,
	select,
	textarea,
	.regular,
	.regular *,
	tr,
	html .fancybox__infobar,
	html .fancybox__infobar *,
	#cmplz-document p,
	#cmplz-document a,
	.editor-styles-wrapper .cmplz-unlinked-mode p,
	#cmplz-document li,
	.editor-styles-wrapper .cmplz-unlinked-mode li,
	#cmplz-document td,
	.editor-styles-wrapper .cmplz-unlinked-mode td,
	#cmplz-document,
	.editor-styles-wrapper .cmplz-unlinked-mode,
	html .cmplz-blocked-content-container .cmplz-blocked-content-notice {
		font-size: 16px;
	}

	.button,
	button {
		font-size: 16px;
		width: auto;
		min-width: unset;
	}

	h1,
	h1 *,
	.huge,
	.huge * {
		font-size: 60px;
	}

	h2,
	h2 * {
		font-size: 16px;
	}

	.big,
	.big * {
		font-size: 30px !important;
	}

	h3,
	h3 *,
	.larger,
	.larger *,
	.large,
	.large * {
		font-size: 22px;
		font-weight: 300;
	}

	h2,
	h3 {
		margin-bottom: 20px;
	}

	.bordered::before,
	.bordered::after {
		display: none;
	}

	/* swiepr */
	.swiper-nav {
		left: 20px;
		height: 30px;
		width: 30px;
	}

	.swiper-nav.next {
		right: 20px;
	}

	.swiper-nav:hover {
		left: 10px;
	}

	.swiper-nav.next:hover {
		right: 10px;
	}

	/* Builder */
	.b-html svg {
		transform: scale(1.5);
	}
}

@media(max-width: 767px) {
	.mt-xs-8 {
		margin-top: 8px;
	}

	.mt-xs-30 {
		margin-top: 30px;
	}

	.mt-xs-40 {
		margin-top: 40px;
	}

	/* Header */
	#site-navigation a {
		margin-right: 15px;
	}

	/* page */
	#intro {
		min-height: calc(100vh - 100px);
	}

	/* builder */
	.imageButton {
		top: 50%;
		bottom: auto;
		transform: translate(-50%, -50%);
	}

	#subfooter img {
		min-height: 300px;
		object-fit: cover;
		object-position: center;
	}

	.b-html svg {
		transform: scale(2.5);
	}

	/* Footer */
	#footer {
		margin-bottom: 20px;
	}

	#subfooter {
		margin-top: 100px;
	}
}