/*!
Theme Name: s2-theme
Theme URI: http://underscores.me/
Author: Bastian Wagner
Author URI: https://bastian-wagner.com
Bitbucket Theme URI:  https://bitbucket.org/seitenwind/s2-theme
Bitbucket Branch: master
Description: Description
Version: 1.4.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU Ge neral Public License v2 or later
License URI: LICENSE
Text Domain: s2-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

s2-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

/* Fonts
--------------------------------------------- */
/* roboto-300 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url("./assets/fonts/roboto-v30-latin-300.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url("./assets/fonts/roboto-v30-latin-regular.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url("./assets/fonts/roboto-v30-latin-700.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Variables
--------------------------------------------- */
:root {
	--fs-h1: 124px;
	--fs-h2: 26px;
	--fs-h3: 18px;
	--fs-h4: 18px;
}

@media (max-width: 1239px) {
	:root {
		--fs-h1: 70px;
		--fs-h2: 22px;
	}
}

@media (max-width: 767px) {
	:root {
		--fs-h1: 60px;
		--fs-h2: 20px;
		--fs-h3: 16px;
	}
}

@media (max-width: 499px) {
	:root {
		--fs-h1: 45px;
	}
}

:root {
	--height-header: 100px;
	--height-header-scrolled: 80px;
	--height-logo: 80%;
	--vertical-padding: 75px;
	--position-header: fixed;
}

/* Seitenwind
--------------------------------------------- */
:root {
	--bg-color: #fff;
	/* --bg-secondary-color: #f3f3f6; */
	--color-primary: #14854f;
	--color-lightGrey: #d2d6dd;
	--color-grey: #747681;
	--color-darkGrey: #3f4144;
	--color-error: #d43939;
	--color-success: #28bd14;
	--grid-maxWidth: 120rem;
	--grid-gutter: 2rem;
	--full-maxWidth: 100%;
	--font-size: 1.6rem;
	--font-color: #333;
	--font-family-body: -apple-system, 'BlinkMacSystemFont', 'Avenir',
    'Avenir Next', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
    'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	--font-family-mono: monaco, 'Consolas', 'Lucida Console', monospace;
}

:root {
	--bg-alt-color: #000;
	--bg-alt-inner-color: #fff;
	--font-alt-color: #fff;
	--font-alt-inner-color: #000;
	--font-family-body: 'Playfair Display', serif;
	--app-height: 100vh;
}

html {
	box-sizing: border-box;
	font-size: 62.5%;
	line-height: 1.15;
	text-size-adjust: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	background-color: var(--bg-color);
	line-height: 1.6;
	font-size: var(--font-size);
	color: var(--font-color);
	font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
	/* fallback */
	font-family: var(--font-family-body);
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	margin: 0.35em 0 0.7em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.85em;
}

a {
	color: var(--color-primary);
	text-decoration: none;
}

a:hover:not(.button) {
	opacity: 0.75;
}

a.no-hover:hover {
	opacity: 1;
}

button {
	font-family: inherit;
}

p {
	margin-top: 0;
}

blockquote {
	background-color: var(--bg-secondary-color);
	padding: 1.5rem 2rem;
	border-left: 3px solid var(--color-lightGrey);
}

dl dt {
	font-weight: bold;
}

hr {
	border: none;
	background-color: var(--color-lightGrey);
	height: 1px;
	margin: 1rem 0;
}

table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

table.striped tr:nth-of-type(2n) {
	background-color: var(--bg-secondary-color);
}

td,
th {
	vertical-align: middle;
	padding: 1.2rem 0.4rem;
}

thead {
	border-bottom: 2px solid var(--color-lightGrey);
}

tfoot {
	border-top: 2px solid var(--color-lightGrey);
}

code,
kbd,
pre,
samp,
tt {
	font-family: var(--font-family-mono);
}

code,
kbd {
	font-size: 90%;
	white-space: pre-wrap;
	border-radius: 4px;
	padding: 0.2em 0.4em;
	background-color: var(--bg-secondary-color);
	color: var(--color-error);
}

pre {
	background-color: var(--bg-secondary-color);
	font-size: 1em;
	padding: 1rem;
	overflow-x: auto;
}

pre code {
	background: none;
	padding: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

img {
	max-width: 100%;
}

fieldset {
	border: 1px solid var(--color-lightGrey);
}

iframe {
	border: 0;
}

.container {
	max-width: var(--grid-maxWidth);
	margin: 0 auto;
	width: 100%;
	padding: 0 calc(var(--grid-gutter) / 2);
}

.row {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-left: calc(var(--grid-gutter) / -2);
	margin-right: calc(var(--grid-gutter) / -2);
}

.row.reverse {
	flex-direction: row-reverse;
}

.col {
	flex: 1;
}

.col,
[class*=' col-'],
[class^='col-'] {
	margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) / 2);
}

.col-1 {
	flex: 0 0 calc((100% / (12 / 1)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 1)) - var(--grid-gutter));
}

.col-2 {
	flex: 0 0 calc((100% / (12 / 2)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 2)) - var(--grid-gutter));
}

.col-3 {
	flex: 0 0 calc((100% / (12 / 3)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 3)) - var(--grid-gutter));
}

.col-4 {
	flex: 0 0 calc((100% / (12 / 4)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 4)) - var(--grid-gutter));
}

.col-5 {
	flex: 0 0 calc((100% / (12 / 5)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 5)) - var(--grid-gutter));
}

.col-6 {
	flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 6)) - var(--grid-gutter));
}

.col-7 {
	flex: 0 0 calc((100% / (12 / 7)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 7)) - var(--grid-gutter));
}

.col-8 {
	flex: 0 0 calc((100% / (12 / 8)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 8)) - var(--grid-gutter));
}

.col-9 {
	flex: 0 0 calc((100% / (12 / 9)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 9)) - var(--grid-gutter));
}

.col-10 {
	flex: 0 0 calc((100% / (12 / 10)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 10)) - var(--grid-gutter));
}

.col-11 {
	flex: 0 0 calc((100% / (12 / 11)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 11)) - var(--grid-gutter));
}

.col-12 {
	flex: 0 0 calc((100% / (12 / 12)) - var(--grid-gutter));
	max-width: calc((100% / (12 / 12)) - var(--grid-gutter));
}

.col-no-bottom-margin {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.container {
		width: 100%;
	}
	.col,
	[class*='col-'],
	[class^='col-'] {
		flex: 0 1 100%;
		max-width: 100%;
	}
	.col-1-sm {
		flex: 0 0 calc((100% / (12 / 1)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 1)) - var(--grid-gutter));
	}
	.col-2-sm {
		flex: 0 0 calc((100% / (12 / 2)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 2)) - var(--grid-gutter));
	}
	.col-3-sm {
		flex: 0 0 calc((100% / (12 / 3)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 3)) - var(--grid-gutter));
	}
	.col-4-sm {
		flex: 0 0 calc((100% / (12 / 4)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 4)) - var(--grid-gutter));
	}
	.col-5-sm {
		flex: 0 0 calc((100% / (12 / 5)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 5)) - var(--grid-gutter));
	}
	.col-6-sm {
		flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 6)) - var(--grid-gutter));
	}
	.col-7-sm {
		flex: 0 0 calc((100% / (12 / 7)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 7)) - var(--grid-gutter));
	}
	.col-8-sm {
		flex: 0 0 calc((100% / (12 / 8)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 8)) - var(--grid-gutter));
	}
	.col-9-sm {
		flex: 0 0 calc((100% / (12 / 9)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 9)) - var(--grid-gutter));
	}
	.col-10-sm {
		flex: 0 0 calc((100% / (12 / 10)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 10)) - var(--grid-gutter));
	}
	.col-11-sm {
		flex: 0 0 calc((100% / (12 / 11)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 11)) - var(--grid-gutter));
	}
	.col-12-sm {
		flex: 0 0 calc((100% / (12 / 12)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 12)) - var(--grid-gutter));
	}
}

@media (min-width: 768px) and (max-width: 1239px) {
	.col-1-md {
		flex: 0 0 calc((100% / (12 / 1)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 1)) - var(--grid-gutter));
	}
	.col-2-md {
		flex: 0 0 calc((100% / (12 / 2)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 2)) - var(--grid-gutter));
	}
	.col-3-md {
		flex: 0 0 calc((100% / (12 / 3)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 3)) - var(--grid-gutter));
	}
	.col-4-md {
		flex: 0 0 calc((100% / (12 / 4)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 4)) - var(--grid-gutter));
	}
	.col-5-md {
		flex: 0 0 calc((100% / (12 / 5)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 5)) - var(--grid-gutter));
	}
	.col-6-md {
		flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 6)) - var(--grid-gutter));
	}
	.col-7-md {
		flex: 0 0 calc((100% / (12 / 7)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 7)) - var(--grid-gutter));
	}
	.col-8-md {
		flex: 0 0 calc((100% / (12 / 8)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 8)) - var(--grid-gutter));
	}
	.col-9-md {
		flex: 0 0 calc((100% / (12 / 9)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 9)) - var(--grid-gutter));
	}
	.col-10-md {
		flex: 0 0 calc((100% / (12 / 10)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 10)) - var(--grid-gutter));
	}
	.col-11-md {
		flex: 0 0 calc((100% / (12 / 11)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 11)) - var(--grid-gutter));
	}
	.col-12-md {
		flex: 0 0 calc((100% / (12 / 12)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 12)) - var(--grid-gutter));
	}
}

@media (min-width: 1240px) {
	.col-1-lg {
		flex: 0 0 calc((100% / (12 / 1)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 1)) - var(--grid-gutter));
	}
	.col-2-lg {
		flex: 0 0 calc((100% / (12 / 2)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 2)) - var(--grid-gutter));
	}
	.col-3-lg {
		flex: 0 0 calc((100% / (12 / 3)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 3)) - var(--grid-gutter));
	}
	.col-4-lg {
		flex: 0 0 calc((100% / (12 / 4)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 4)) - var(--grid-gutter));
	}
	.col-5-lg {
		flex: 0 0 calc((100% / (12 / 5)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 5)) - var(--grid-gutter));
	}
	.col-6-lg {
		flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 6)) - var(--grid-gutter));
	}
	.col-7-lg {
		flex: 0 0 calc((100% / (12 / 7)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 7)) - var(--grid-gutter));
	}
	.col-8-lg {
		flex: 0 0 calc((100% / (12 / 8)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 8)) - var(--grid-gutter));
	}
	.col-9-lg {
		flex: 0 0 calc((100% / (12 / 9)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 9)) - var(--grid-gutter));
	}
	.col-10-lg {
		flex: 0 0 calc((100% / (12 / 10)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 10)) - var(--grid-gutter));
	}
	.col-11-lg {
		flex: 0 0 calc((100% / (12 / 11)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 11)) - var(--grid-gutter));
	}
	.col-12-lg {
		flex: 0 0 calc((100% / (12 / 12)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 12)) - var(--grid-gutter));
	}
}

.section.background-light {
	background-color: var(--bg-color);
	color: var(--font-color);
}

.section.background-dark {
	--bg-color: var(--bg-alt-color);
	--font-color: var(--font-alt-color);
	background-color: var(--bg-color);
	color: var(--font-color);
}

.section.background-grey {
	--bg-color: var(--color-lightGrey);
	--font-color: var(--color-primary);
	background-color: var(--bg-color);
	color: var(--font-color);
}

.enable-padding-default {
	padding-top: var(--vertical-padding);
	padding-bottom: var(--vertical-padding);
}

.enable-padding-half {
	padding-top: calc(0.5 * var(--vertical-padding));
	padding-bottom: calc(0.5 * var(--vertical-padding));
}

.enable-top-padding-default {
	padding-top: var(--vertical-padding);
}

.enable-top-padding-half {
	padding-top: calc(0.5 * var(--vertical-padding));
}

.enable-top-padding-none {
	padding-top: 0;
}

.enable-bottom-padding-default {
	padding-bottom: var(--vertical-padding);
}

.enable-bottom-padding-half {
	padding-bottom: calc(0.5 * var(--vertical-padding));
}

.enable-bottom-padding-none {
	padding-bottom: 0;
}

fieldset {
	padding: 0.5rem 2rem;
}

legend {
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.1rem;
}

input:not([type='checkbox'], [type='radio'], [type='submit'], [type='color'], [type='button'], [type='reset']),
select,
textarea,
textarea[type='text'] {
	font-family: inherit;
	padding: 0.8rem 1rem;
	border-radius: 4px;
	border: 1px solid var(--color-lightGrey);
	font-size: 1em;
	transition: all 0.2s ease;
	display: block;
	width: 100%;
}

select {
	appearance: none;
	background: #f3f3f6 no-repeat 100%;
	background-size: 1ex;
	background-origin: content-box;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>");
}

.elementor-button,
.button,
[type='button'],
[type='reset'],
[type='submit'],
button {
	padding: 1rem 2.5rem;
	color: #fff;
	background: var(--color-darkGrey);
	border-radius: 4px;
	border: 1px solid transparent;
	font-size: var(--font-size);
	line-height: 1;
	text-align: center;
	transition: opacity 0.2s ease;
	text-decoration: none;
	transform: scale(1);
	display: inline-block;
	cursor: pointer;
}

.elementor-button,
.button.primary,
.button.secondary,
.button.dark,
.button.error,
.button.success,
[type='submit'] {
	color: #fff;
	z-index: 1;
	/* hightlight from other button's border when grouped */
	background-color: #000;
	background-color: var(--color-primary);
}

.elementor-button:visited,
.button:visited [type='submit']:visited {
	color: currentColor;
}

.button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover,
button:hover {
	opacity: 0.8;
}

input:disabled,
input:disabled:hover,
button:disabled,
button:disabled:hover {
	opacity: 0.4;
	cursor: not-allowed;
}

.grouped {
	display: flex;
}

.grouped > *:not(:last-child) {
	margin-right: 16px;
}

.grouped.gapless > * {
	margin: 0 0 0 -1px !important;
	border-radius: 0 !important;
}

.grouped.gapless > *:first-child {
	margin: 0 !important;
	border-radius: 4px 0 0 4px !important;
}

.grouped.gapless > *:last-child {
	border-radius: 0 4px 4px 0 !important;
}

input:not([type='checkbox'], [type='radio'], [type='submit'], [type='color'], [type='button'], [type='reset'], :disabled):hover,
select:hover,
textarea:hover,
textarea[type='text']:hover {
	border-color: var(--color-grey);
}

input:not([type='checkbox'], [type='radio'], [type='submit'], [type='color'], [type='button'], [type='reset']):focus,
select:focus,
textarea:focus,
textarea[type='text']:focus {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 1px var(--color-primary);
}

input.error:not([type='checkbox'], [type='radio'], [type='submit'], [type='color'], [type='button'], [type='reset']),
textarea.error {
	border-color: var(--color-error);
}

input.success:not([type='checkbox'], [type='radio'], [type='submit'], [type='color'], [type='button'], [type='reset']),
textarea.success {
	border-color: var(--color-success);
}

[type='checkbox'],
[type='radio'] {
	width: 2rem;
	height: 1.6rem;
}

/* BUTTONS */
.elementor-button + .elementor-button,
.button + .button {
	margin-left: 1rem;
}

.button.secondary {
	background-color: var(--color-grey);
}

.button.dark {
	background-color: var(--color-darkGrey);
}

.elementor-element.elementor-button-danger .elementor-button-link,
.button.error {
	background-color: var(--color-error);
}

.elementor-element.elementor-button-success .elementor-button-link,
.button.success {
	background-color: var(--color-success);
}

.button.outline {
	background-color: transparent;
	border-color: var(--color-lightGrey);
}

.button.outline.primary {
	border-color: var(--color-primary);
	color: var(--color-primary);
}

.button.outline.secondary {
	border-color: var(--color-grey);
	color: var(--color-grey);
}

.button.outline.dark {
	border-color: var(--color-darkGrey);
	color: var(--color-darkGrey);
}

.button.clear {
	background-color: transparent;
	border-color: transparent;
	color: var(--color-primary);
}

.button.icon {
	display: inline-flex;
	align-items: center;
}

.button.icon > img {
	margin-left: 2px;
}

.button.icon-only {
	padding: 1rem;
}

.button:active:not(:disabled),
[type='button']:active:not(:disabled),
[type='reset']:active:not(:disabled),
[type='submit']:active:not(:disabled),
button:active:not(:disabled) {
	transform: scale(0.98);
}

::placeholder {
	color: #bdbfc4;
}

.nav {
	display: flex;
	align-items: stretch;
}

.nav img {
	max-height: 3rem;
}

.nav > .container {
	display: flex;
}

.nav-center,
.nav-left,
.nav-right {
	display: flex;
	flex: 1;
}

.nav-left {
	justify-content: flex-start;
}

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

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

@media (max-width: 767px) {
	.nav,
	.nav > .container {
		flex-direction: column;
	}
	.nav-center,
	.nav-left,
	.nav-right {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.nav a,
.nav .brand {
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 1rem 2rem;
	color: var(--color-darkGrey);
}

.nav [aria-current='page']:not(.button),
.nav .active:not(.button) {
	color: #000;
	/* fallback */
	color: var(--color-primary);
}

.nav .brand {
	font-size: 1.75em;
	padding-top: 0;
	padding-bottom: 0;
}

.nav .brand img {
	padding-right: 1rem;
}

.nav .button {
	margin: auto 1rem;
}

.card {
	padding: 1rem 2rem;
	border-radius: 4px;
	background: var(--bg-color);
	box-shadow: 0 1px 3px var(--color-grey);
}

.card p:last-child {
	margin: 0;
}

.card header > * {
	margin-top: 0;
	margin-bottom: 1rem;
}

.tabs {
	display: flex;
}

.tabs a {
	text-decoration: none;
}

.tabs > .dropdown > summary,
.tabs > a {
	padding: 1rem 2rem;
	flex: 0 1 auto;
	color: var(--color-darkGrey);
	border-bottom: 2px solid var(--color-lightGrey);
	text-align: center;
}

.tabs > a[aria-current='page'],
.tabs > a.active,
.tabs > a:hover {
	opacity: 1;
	border-bottom: 2px solid var(--color-darkGrey);
}

.tabs > a[aria-current='page'],
.tabs > a.active {
	border-color: var(--color-primary);
}

.tabs.is-full a {
	flex: 1 1 auto;
}

.tag {
	display: inline-block;
	border: 1px solid var(--color-lightGrey);
	text-transform: uppercase;
	color: var(--color-grey);
	padding: 0.5rem;
	line-height: 1;
	letter-spacing: 0.5px;
}

.tag.is-small {
	padding: 0.4rem;
	font-size: 0.75em;
}

.tag.is-large {
	padding: 0.7rem;
	font-size: 1.125em;
}

.tag + .tag {
	margin-left: 1rem;
}

details.dropdown {
	position: relative;
	display: inline-block;
}

details.dropdown > :last-child {
	position: absolute;
	left: 0;
	white-space: nowrap;
}

/* Colors */
.bg-primary {
	background-color: var(--color-primary) !important;
}

.bg-light {
	background-color: var(--color-lightGrey) !important;
}

.bg-dark {
	background-color: var(--color-darkGrey) !important;
}

.bg-grey {
	background-color: var(--color-grey) !important;
}

.bg-error {
	background-color: var(--color-error) !important;
}

.bg-success {
	background-color: var(--color-success) !important;
}

.bg-background {
	background-color: var(--bg-color) !important;
}

.background-light .bg-inverted {
	--bg-color: var(--bg-alt-color);
	--font-color: var(--font-alt-color);
	background-color: var(--bg-color);
	color: var(--font-color);
}

.background-dark .bg-inverted {
	--bg-color: var(--bg-alt-inner-color);
	--font-color: var(--font-alt-inner-color);
	background-color: var(--bg-color);
	color: var(--font-color);
}

.bd-primary {
	border: 1px solid var(--color-primary) !important;
}

.bd-light {
	border: 1px solid var(--color-lightGrey) !important;
}

.bd-dark {
	border: 1px solid var(--color-darkGrey) !important;
}

.bd-grey {
	border: 1px solid var(--color-grey) !important;
}

.bd-error {
	border: 1px solid var(--color-error) !important;
}

.bd-success {
	border: 1px solid var(--color-success) !important;
}

.text-primary {
	color: var(--color-primary) !important;
}

.text-light {
	color: var(--color-lightGrey) !important;
}

.text-dark {
	color: var(--color-darkGrey) !important;
}

.text-grey {
	color: var(--color-grey) !important;
}

.text-error {
	color: var(--color-error) !important;
}

.text-success {
	color: var(--color-success) !important;
}

.text-white {
	color: #fff !important;
}

/* Position & alignment */
.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

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

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

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

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

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

.text-capitalize {
	text-transform: capitalize;
}

.is-full-screen {
	width: 100%;
	min-height: 100vh;
}

.is-full-width {
	width: 100% !important;
}

.is-vertical-align {
	display: flex;
	align-items: center;
}

.is-horizontal-align {
	display: flex;
	justify-content: center;
}

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

.is-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.is-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.is-fixed {
	position: fixed;
	width: 100%;
}

.is-paddingless {
	padding: 0 !important;
}

.is-marginless {
	margin: 0 !important;
}

.is-pointer {
	cursor: pointer !important;
}

.is-rounded {
	border-radius: 100%;
}

.clearfix {
	content: '';
	display: table;
	clear: both;
}

.is-hidden {
	display: none !important;
}

.wysiwyg > p:empty {
	display: none;
}

.wysiwyg > *:first-child {
	margin-top: 0;
}

.wysiwyg > *:last-child {
	margin-bottom: 0;
}

.wysiwyg > .button:last-child {
	margin-bottom: -1rem;
}

@media (max-width: 499px) {
	.hide-smallphone {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hide-phone {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1239px) {
	.hide-tablet {
		display: none !important;
	}
}

@media (min-width: 1240px) {
	.hide-desktop {
		display: none !important;
	}
}

@media print {
	.hide-print {
		display: none !important;
	}
}

.app-height {
	min-height: var(--app-height, 100vh);
}

.relative {
	position: relative;
}

.nowrap {
	white-space: nowrap;
}

.isolate {
	isolation: isolate;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
}

:root {
	--bg-color: #ffffff;
	/* --bg-secondary-color: #f3f3f6; */
	--color-primary: #b25619;
	--color-lightGrey: #d2d6dd;
	--color-grey: #747681;
	--color-darkGrey: #3f4144;
	--color-error: #ff3333;
	--color-success: #22bb33;
	--grid-maxWidth: 1300px;
	--grid-gutter: 30px;
	--full-maxWidth: 1740px;
	--font-size: 20px;
	--font-color: #464646;
	--font-family-body: 'Roboto', sans-serif;
	--font-family-mono: monaco, 'Consolas', 'Lucida Console', monospace;
	--bg-alt-color: #464646;
	--font-alt-color: #fff;
}

:root {
	--fs-h1: 60px;
	--fs-h2: 35px;
	--fs-h3: 27px;
	--fs-h4: 20px;
	--fs-subheadline: 35px;
}

@media (min-width: 768px) and (max-width: 1239px) {
	:root {
		--fs-h1: 50px;
		--fs-h2: 30px;
		--fs-h3: 25px;
		--fs-subheadline: 30px;
		--vertical-padding: 80px !important;
		--grid-gutter: 20px !important;
	}
}

@media (max-width: 767px) {
	:root {
		--fs-h1: 35px;
		--fs-h2: 25px;
		--fs-h3: 22px;
		--fs-h4: 18px;
		--font-size: 16px;
		--fs-subheadline: 25px;
		--vertical-padding: 40px !important;
		--grid-gutter: 20px !important;
	}
}

@media (max-width: 499px) {
	:root {
		--fs-h2: 22px;
		--fs-h3: 20px;
	}
}

body {
	line-height: 1.2;
	font-weight: 400;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: var(--color-primary);
}

h1,
.h1 {
	font-size: var(--fs-h1);
	margin-top: 0;
	font-weight: 300;
	color: var(--font-alt-color);
}

h2,
.h2 {
	font-size: var(--fs-h2);
	margin-top: 0;
	font-weight: 300;
	margin-bottom: 1.5em !important;
}

@media (max-width: 1239px) {
	h2,
	.h2 {
		margin-bottom: 1em !important;
	}
}

@media (max-width: 767px) {
	h2,
	.h2 {
		margin-bottom: 0.5em !important;
	}
}

h3,
.h3 {
	font-size: var(--fs-h3);
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 1em !important;
}

h4,
.h4 {
	font-weight: 700;
	margin-bottom: 1.5em !important;
	margin-top: 0;
	font-size: var(--fs-h4);
}

.subheadline {
	font-size: var(--fs-subheadline);
	font-weight: 300;
	color: var(--font-alt-color);
}

.fs-big {
	font-size: var(--fs-h2);
	letter-spacing: 0.03em;
	margin-bottom: 2.5em !important;
}

.fs-big + .button {
	margin-top: -2em;
}

.fs-medium {
	font-size: var(--fs-h3);
}

.main-footer {
	padding-top: calc(var(--vertical-padding) / 4);
}

.main-footer__top {
	position: relative;
	padding-top: var(--grid-gutter);
}

.main-footer__top:before {
	content: '';
	display: block;
	height: 2px;
	background: var(--font-color);
	margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) / 2);
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - var(--grid-gutter));
}

a {
	color: var(--font-color);
}

.textblock .footercol {
	float: left;
	padding-right: 2em;
	max-width: 50%;
}

@media (max-width: 767px) {
	.textblock .footercol {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 2em;
	}
}

.textblock h2,
.textblock h3,
.textblock h4 {
	margin-top: 2em;
	margin-bottom: 1em;
}

.main-footer__content a:not([class]),
.main-site a:not([class]) {
	background: linear-gradient(to right, var(--color-primary), var(--color-primary)), linear-gradient(to right, var(--color-primary), var(--color-primary));
	background-size: 100% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
	color: var(--color-primary);
}

.main-footer__content a:not([class]):hover, .main-footer__content a:not([class]):focus,
.main-site a:not([class]):hover,
.main-site a:not([class]):focus {
	background-size: 0 1px, 100% 1px;
	color: var(--color-primary);
}

.page {
	overflow-x: hidden;
}

.container {
	padding-left: var(--grid-gutter);
	padding-right: var(--grid-gutter);
}

.container--outer {
	max-width: var(--full-maxWidth);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--grid-gutter);
	padding-right: var(--grid-gutter);
}

.shuffle-row {
	width: calc(100% + var(--grid-gutter));
	margin-left: calc(var(--grid-gutter) / -2);
	display: flex;
	flex-wrap: wrap;
}

.shuffle-col {
	padding: calc(var(--grid-gutter) / 2);
}

.shuffle-col-4 {
	width: 33.33%;
	position: relative;
}

@media (max-width: 1239px) {
	.shuffle-col-6-md {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.container--outer .container-fullphone {
		padding-left: 0;
		padding-right: 0;
	}
	.shuffle-col {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.col-spacing-sm {
		margin-bottom: calc(2 * var(--grid-gutter));
	}
	.col-spacing-sm:last-child {
		margin-bottom: 0;
	}
}

.elementor-button,
.button,
[type='button'],
[type='reset'],
[type='submit'],
button {
	background-color: var(--color-primary);
	color: var(--font-alt-color) !important;
	padding: 0.6em 2.2em 0.6em 1.1em;
	border-radius: 0;
	position: relative;
	white-space: nowrap;
}

.elementor-button:after,
.button:after,
[type='button']:after,
[type='reset']:after,
[type='submit']:after,
button:after {
	content: '';
	background-image: url(./assets/img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translate(0) translateY(-50%);
	display: block;
	animation: wiggle 0.5s ease-in-out infinite;
	animation-play-state: paused;
}

@keyframes wiggle {
	0% {
		transform: translate(0.2em, -50%);
	}
	50% {
		transform: translate(0, -50%);
	}
	100% {
		transform: translate(0.2em, -50%);
	}
}

.elementor-button:hover::after,
.button:hover::after,
[type='button']:hover::after,
[type='reset']:hover::after,
[type='submit']:hover::after,
button:hover::after {
	animation-play-state: running;
}

.elementor-button.is-hover, .elementor-button:hover,
.button.is-hover,
.button:hover,
[type='button'].is-hover,
[type='button']:hover,
[type='reset'].is-hover,
[type='reset']:hover,
[type='submit'].is-hover,
[type='submit']:hover,
button.is-hover,
button:hover {
	opacity: 1;
}

.button--back {
	background-color: transparent;
	padding-left: 2em;
}

.button--back:after {
	content: '';
	right: unset;
	transform: rotate(180deg) translateY(50%) !important;
	left: 0;
}

.arrowbutton {
	width: 1.8em;
	height: 1.8em;
	position: relative;
	cursor: pointer;
}

.arrowbutton:after {
	content: '';
	background-image: url(./assets/img/arrow-primary.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	display: block;
}

.arrowbutton--back {
	transform: rotate(180deg);
}

.arrowbutton:hover {
	opacity: 0.8;
}

.arrowbutton.swiper-button-disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.elementor-field-type-hidden {
	display: none !important;
}

.elementor-form .elementor-form-fields-wrapper {
	columns: 2;
	display: block;
}

.elementor-form .elementor-form-fields-wrapper .elementor-field-type-acceptance label {
	display: block;
	padding-left: 40px;
}

.elementor-form .elementor-form-fields-wrapper .elementor-field-type-acceptance label:before {
	float: left;
	margin-left: -40px;
}

@media (max-width: 767px) {
	.elementor-form .elementor-form-fields-wrapper {
		display: flex;
		flex-direction: column;
	}
	.elementor-form .elementor-form-fields-wrapper .elementor-field-type-acceptance {
		order: 8;
	}
	.elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit {
		order: 9;
	}
}

.elementor-form .elementor-form-fields-wrapper > .elementor-field-group {
	display: block;
	margin-top: 3em;
	break-inside: avoid;
}

@media (min-width: 768px) {
	.elementor-form .elementor-form-fields-wrapper > .elementor-field-group.elementor-field-type-email {
		break-before: column;
		break-after: avoid;
		margin-top: 263px;
	}
}

.elementor-form .elementor-form-fields-wrapper > .elementor-field-group.elementor-field-required label::after {
	content: '*';
}

.elementor-form .elementor-form-fields-wrapper > .elementor-field-group:first-child {
	margin-top: 0;
}

.elementor-form .elementor-field-option label {
	align-items: flex-start !important;
}

.elementor-form .elementor-field-label {
	font-weight: 700;
}

.elementor-form .elementor-field-textual {
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	border-width: 0 0 2px 0;
}

.elementor-form .elementor-field-textual::placeholder {
	color: #b3b3b3;
}

.elementor-form .elementor-select-wrapper .select-caret-down-wrapper {
	height: 1em;
	width: 1em;
	background-image: url(./assets/img/accordion-toggler.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

.elementor-form .elementor-select-wrapper .select-caret-down-wrapper > i {
	display: none;
}

.elementor-form .elementor-select-wrapper select.elementor-field-textual {
	padding: 0.8rem 1rem;
	padding-left: 0;
}

.elementor-form .elementor-field-type-radio .elementor-field-subgroup,
.elementor-form .elementor-field-type-checkbox .elementor-field-subgroup {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0;
}

.elementor-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option,
.elementor-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option {
	margin-top: 1em;
}

.elementor-form textarea.elementor-field-textual {
	border-width: 2px;
	padding: 1em 0.75em;
	font-size: inherit;
	line-height: inherit;
	margin-top: 1em;
	min-height: 312px;
}

.elementor-form select.elementor-field-textual {
	background-image: none;
}

.elementor-form .elementor-message {
	font-size: var(--fs-h3);
	font-family: var(--font-family-body);
	margin-top: var(--grid-gutter);
}

.elementor-form .elementor-message::before {
	margin-right: calc(var(--grid-gutter) / 2);
}

input:not(
[type='checkbox'],
[type='radio'],
[type='submit'],
[type='color'],
[type='button'],
[type='reset']
),
select,
textarea,
textarea[type='text'] {
	border-radius: 5px;
	border-color: #707070;
}

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

.nav--main {
	height: 100%;
}

.nav--main ul {
	display: flex;
	height: 100%;
}

@media (min-width: 1240px) {
	.nav--main ul .menu-item.menu-item-has-children {
		position: relative;
	}
	.nav--main ul .menu-item.menu-item-has-children:hover ul.sub-menu {
		display: flex;
	}
	.nav--main ul .menu-item.menu-item-has-children ul.sub-menu {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: var(--bg-color);
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		width: 100%;
		height: auto;
	}
	.nav--main ul .menu-item.menu-item-has-children ul.sub-menu li {
		border-top: 1px solid var(--font-color);
	}
	.nav--main ul .menu-item.menu-item-has-children ul.sub-menu li:last-child {
		border-bottom: 1px solid var(--font-color);
	}
	.nav--main ul .menu-item.menu-item-has-children ul.sub-menu li a {
		text-align: center;
		display: block;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.nav--main ul .menu-item.menu-item-has-children ul.sub-menu li a:after {
		display: none;
	}
}

.nav--main ul li a {
	height: 100%;
	padding: 0 2rem;
	white-space: nowrap;
	color: var(--font-color);
	position: relative;
}

@media (min-width: 1520px) and (max-width: 1719px) {
	.nav--main ul li a {
		padding: 0 1.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1519px) {
	.nav--main ul li a {
		padding: 0 0.7rem;
	}
}

@media (max-width: 1239px) {
	.nav--main ul li a {
		padding: 1rem var(--grid-gutter);
	}
}

.nav--main ul li a:after {
	content: '';
	display: none;
	top: calc(50% + 1em);
	background-color: var(--font-color);
	width: 4px;
	height: 4px;
	border-radius: 2px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.nav--main ul li a:hover:after {
	display: block;
}

.nav--main ul li.current-menu-item a::after {
	display: block;
}

@media (max-width: 1239px) {
	.nav--main ul li.current-menu-item a {
		color: red;
	}
}

@media (min-width: 1240px) {
	.nav--main ul li {
		height: 100%;
	}
	.nav--main ul li a {
		font-weight: 700;
	}
}

@media (max-width: 1239px) {
	.nav--main {
		transition: all 0.3s;
		will-change: transform;
		z-index: 9;
		position: absolute;
		min-width: 40vw;
		height: 100vh;
		left: 100%;
		top: 0;
		bottom: 0;
		position: fixed;
		background-color: var(--color-primary);
		padding-top: var(--height-header);
	}
	.nav--main.is-active {
		transform: translateX(-100%);
	}
	.nav--main .menu-main-container {
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nav--main .menu-item.menu-item-has-children {
		display: flex;
		flex-direction: column;
	}
	.nav--main ul.menu {
		flex-direction: column;
		width: 100%;
	}
	.nav--main ul.menu li a {
		color: var(--font-alt-color);
	}
	.nav--main ul.menu li a:after {
		display: none;
		left: var(--grid-gutter);
		top: 50%;
		transform: translateY(-50%);
	}
	.nav--main ul.menu li.current-menu-item {
		background-color: #fff;
	}
	.nav--main ul.menu li.current-menu-item a {
		padding-left: calc(var(--grid-gutter) * 2);
	}
	.nav--main ul.menu li.current-menu-item a::after {
		display: block;
	}
}

.nav--footer ul {
	display: flex;
	flex-wrap: wrap;
}

.nav--footer ul li {
	margin-right: 2rem;
}

.nav--footer ul li a {
	padding-left: 0;
	padding-right: 0;
}

#wpadminbar {
	position: fixed !important;
}

.main-header .logoImage {
	transition: filter 200ms linear;
	will-change: filter;
	filter: invert(0);
}

.headroom.main-header .animated-logo__subline {
	will-change: opacity;
	transition: all 200ms linear;
}

.headroom.main-header .animated-logo__toleft {
	will-change: opacity, transform;
	transition: all 200ms linear;
}

.headroom--not-top.main-header .animated-logo__subline {
	opacity: 0;
}

.logo .animated-logo__subline {
	opacity: 1;
}

.logo .animated-logo .animated-logo__toleft {
	opacity: 1;
	transform: translateX(0);
}

.logo .animated-logo .animated-logo__toleft.animated-logo__i {
	transition-delay: 100ms;
}

.logo .animated-logo .animated-logo__toleft.animated-logo__b {
	transition-delay: 200ms;
}

.logo .animated-logo .animated-logo__toleft.animated-logo__a1 {
	transition-delay: 300ms;
}

.logo .animated-logo .animated-logo__toleft.animated-logo__dot {
	transition-delay: 350ms;
}

.logo .animated-logo .animated-logo__toleft.animated-logo__t {
	transition-delay: 400ms;
}

.logo .animated-logo .animated-logo__toleft.animated-logo__a2 {
	transition-delay: 500ms;
}

.logo .animated-logo .animated-logo__toleft.animated-logo__x {
	transition-delay: 600ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft {
	opacity: 0;
	transform: translateX(-20px);
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__i {
	transition-delay: 600ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__b {
	transition-delay: 500ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__a1 {
	transition-delay: 400ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__dot {
	transition-delay: 350ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__t {
	transition-delay: 300ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__a2 {
	transition-delay: 200ms;
}

.logo .animated-logo.second-animation .animated-logo__toleft.animated-logo__x {
	transition-delay: 100ms;
}

.draw path {
	stroke-dasharray: var(--dashoffset, 200);
	animation-play-state: paused;
	animation-delay: 0.5s;
}

.draw.scroll-active path {
	animation-play-state: running;
	animation: dashdraw 1s linear 1;
}

@keyframes dashdraw {
	from {
		stroke-dashoffset: var(--dashoffset, 200);
	}
	to {
		stroke-dashoffset: 0;
	}
}

.seitenwidget-imagetextteaser {
	padding-top: 13%;
	padding-bottom: 13%;
	position: relative;
}

.seitenwidget-imagetextteaser__bg {
	width: 25%;
	min-width: 250px;
	max-width: 50vw;
	top: 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	position: absolute;
	z-index: -1;
}

.seitenwidget-imagetextteaser__bg__center {
	height: calc(100% - 20%);
	top: 10%;
	position: absolute;
	width: 100%;
	left: 0;
	border-color: var(--font-color);
	border-style: solid;
	border-width: 0 1px;
}

.seitenwidget-imagetextteaser__bg__top, .seitenwidget-imagetextteaser__bg__bottom {
	position: absolute;
	width: 100%;
	height: 20%;
	left: 0;
}

.seitenwidget-imagetextteaser__bg__top {
	top: var(--grid-gutter, 0);
}

.seitenwidget-imagetextteaser__bg__bottom {
	transform: rotate(180deg) scaleX(-1);
	bottom: var(--grid-gutter, 0);
}

.sw-teaser__image, .sw-teaser__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sw-teaser--odd .sw-teaser__content {
	text-align: right;
}

@media (max-width: 767px) {
	.sw-teaser--odd .sw-teaser__content {
		text-align: left;
	}
}

.sw-teaser:not(:last-child) {
	margin-bottom: 4rem;
}

.sw-teaserblocks__image, .sw-teaserblocks__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 1240px) {
	.sw-teaserblocks--odd {
		flex-direction: row-reverse;
	}
}

.sw-teaserblocks--odd .sw-teaserblocks__image {
	order: 2;
}

.sw-teaserblocks--odd .sw-teaserblocks__content {
	order: 1;
}

@media (max-width: 767px) {
	.sw-teaserblocks--odd .sw-teaserblocks__image {
		order: 1;
	}
	.sw-teaserblocks--odd .sw-teaserblocks__content {
		order: 2;
	}
}

.sw-teaserblocks:not(:last-child) {
	margin-bottom: calc(var(--vertical-padding) / 2);
}

.background-dark .seitenwidget-imagetextteaser::before, .background-dark .seitenwidget-imagetextteaser::after {
	background-image: url(./assets/img/semicircle-white.svg);
}

.cta-footer {
	position: relative;
	background: #faf9f8;
	background: linear-gradient(135deg, #faf9f8 0%, #e8dfdc 100%);
}

.cta-footer:before {
	content: '';
	background-size: contain;
	background-position: bottom right;
	background-image: url(./assets/img/logo-gradient.svg);
	position: absolute;
	right: var(--grid-gutter);
	bottom: var(--grid-gutter);
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.cta-footer__inner {
		margin-bottom: 100px;
	}
	.cta-footer:before {
		width: 100px;
		height: 100px;
	}
}

.sw-herotext__side h1 {
	margin-top: -0.2em !important;
}

.sw-cta {
	--cta-heigth: 100px;
}

.sw-cta__link {
	border: 2px solid var(--font-color);
	padding: 20px 40px;
	border-radius: 100px;
	overflow: hidden;
	opacity: 1 !important;
	min-height: 100px;
}

@media (max-width: 767px) {
	.sw-cta__link {
		flex-direction: column;
		text-align: center;
	}
	.sw-cta__link .button {
		padding: 0 0 4em 0;
		width: 4em;
		height: 3em;
		margin-bottom: -1.5em;
	}
}

.sw-cta__link:hover .sw-cta__link__text {
	color: var(--color-primary);
}

.sw-cta__link::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: var(--font-color);
	z-index: -1;
	left: 50%;
	margin-left: 0;
	transform: translateX(-50%);
}

.sw-cta__link__text {
	margin-right: 2.5em;
	max-width: 300px;
}

@media (max-width: 767px) {
	.sw-cta__link__text {
		margin-left: 1em;
		margin-right: 1em;
	}
}

@media (min-width: 1240px) {
	.sw-team__content {
		margin-top: calc(var(--card-height) / 2);
		overflow: visible !important;
	}
}

.sw-team .sw-card__text {
	margin-top: 2rem;
}

.sw-team .sw-card__content {
	padding-bottom: 1rem;
}

.sw-team .sw-card__link {
	align-self: flex-end;
	margin-right: -2.5rem;
}

.sw-team .js-shuffle-item {
	--card-height: 300px;
}

@media (min-width: 1240px) {
	.sw-team .js-shuffle-item:nth-child(2) .sw-card {
		margin-top: calc(var(--card-height) / -2);
	}
}

@media (min-width: 1240px) {
	.js-shuffle.active {
		margin-top: 0;
	}
	.js-shuffle.active .js-shuffle-item:nth-child(3n + 2) .sw-card {
		margin-top: 0;
	}
}

.sw-accordion {
	border-top: 2px solid var(--font-color);
}

.sw-accordion:last-child {
	border-bottom: 2px solid var(--font-color);
}

.sw-accordion .accordion-toggle {
	padding-top: calc(var(--grid-gutter) / 2);
	padding-bottom: calc(var(--grid-gutter) / 2);
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.sw-accordion .accordion-toggle {
		padding-top: calc(var(--grid-gutter) * 1.5);
		padding-bottom: calc(var(--grid-gutter) * 1.5);
	}
}

.sw-accordion .accordion-toggle::after {
	content: '';
	display: flex;
	height: 1em;
	width: 1em;
	background-image: url(./assets/img/arrow-primary.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

.sw-accordion__content {
	display: none;
	display: block;
	line-height: 1.66;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.sw-accordion.active .accordion-toggle::after {
	transform: rotate(180deg);
}

.sw-accordion.active .sw-accordion__content {
	display: block;
	max-height: 1000px;
	overflow: scroll;
}

.social-sharing {
	display: flex;
	flex-direction: column;
	margin-top: 5rem;
}

.social-sharing-container {
	display: flex;
	margin-top: 1em;
}

.social-sharing-container .social-sharing-icon {
	margin-right: 1.5em;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	display: block;
}

.social-sharing-container .social-sharing-icon:last-child {
	margin-right: 0;
}

.sw-icon {
	background-size: contain;
	width: 1em;
	height: 1em;
	display: inline-block;
}

.sw-icon-facebook {
	background-image: url(./assets/img/facebook.svg);
}

.sw-icon-twitter {
	background-image: url(./assets/img/twitter.svg);
}

.sw-icon-whatsapp {
	background-image: url(./assets/img/whatsapp.svg);
}

.sw-icon-share {
	background-image: url(./assets/img/mail.svg);
}

.sw-icon-mail {
	background-image: url(./assets/img/mail.png);
}

.sw-icon-phone {
	background-image: url(./assets/img/phone.png);
}

.sw-filter {
	display: flex;
	border-top: 2px solid var(--font-color);
	border-bottom: 2px solid var(--font-color);
	padding-top: 1em;
	padding-bottom: 1em;
}

@media (min-width: 768px) {
	.sw-filter__group:not(:last-child) {
		margin-right: var(--grid-gutter);
	}
}

.sw-filter__toggle {
	display: none;
}

@media (max-width: 767px) {
	.sw-filter {
		flex-direction: column;
	}
	.sw-filter__group:not(:last-child) {
		margin-bottom: 2em;
	}
}

.sw-filter .js-shuffle-reset {
	opacity: 0;
	cursor: pointer;
	pointer-events: none;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.sw-filter .js-shuffle-reset::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url(./assets/img/cross.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 0.5em;
}

.sw-filter .js-shuffle-reset.active {
	opacity: 1;
	pointer-events: all;
}

.sw-filter__reset {
	margin-left: auto;
}

.sw-filter__input {
	display: flex;
	flex-wrap: wrap;
}

.sw-filter__label {
	margin-bottom: 1em;
	display: block;
}

.sw-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.sw-card__subheadline {
	margin-top: 0.5em;
}

.sw-card__image {
	position: relative;
	overflow: hidden;
}

.sw-card__image img {
	transition: transform 0.2s ease-in-out;
}

.sw-card:hover .sw-card__image img {
	transform: scale(1.1);
}

.sw-card__content {
	position: relative;
	z-index: 1;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.sw-card__bottom {
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	margin-bottom: -1rem;
}

.sw-imagerow__text {
	margin-top: var(--grid-gutter);
	font-size: 16px;
}

@media (max-width: 767px) {
	.sw-imagerow__item:nth-child(1), .sw-imagerow__item:nth-child(3) {
		max-width: 65%;
	}
	.sw-imagerow__item:not(:last-child) {
		margin-bottom: var(--grid-gutter);
	}
}

.sw-imagerow .ar-vertical,
.sw-imagerow .ar-horizontal {
	width: 100%;
	height: 0;
	padding-top: 80%;
	position: relative;
}

.sw-imagerow .ar-vertical > img,
.sw-imagerow .ar-horizontal > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-imagerow .ar-vertical {
	padding-top: 115%;
}

.background-dark ul:not([class]) li:before {
	background-image: url(./assets/img/plus-light.svg);
}

.sw-tabs__text {
	padding-top: 0.6rem;
}

.tabs-wrapper {
	display: flex;
}

.tabs-wrapper .iconheadline {
	display: flex;
	align-items: center;
}

.tabs-wrapper .iconheadline > img {
	font-size: 22px;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
}

.tabs-wrapper .tabs-selectors {
	list-style-type: none;
	padding-left: 0;
	padding-top: 0.3rem;
	padding-right: 3em;
	min-width: 250px;
	margin: 0;
}

.tabs-wrapper .tabs-selectors > li {
	cursor: pointer;
	opacity: 0.3;
}

.tabs-wrapper .tabs-selectors > li:not(:last-child) {
	margin-bottom: 0.6em;
}

.tabs-wrapper .tabs-selectors > li > * {
	pointer-events: none;
}

.tabs-wrapper .tabs-selectors > li.active {
	opacity: 1;
}

.tabs-wrapper .tabs-contents {
	position: relative;
	overflow: hidden;
}

@media (min-width: 768px) {
	.tabs-wrapper .tabs-contents {
		padding-left: 3em;
	}
	.tabs-wrapper .tabs-contents::before {
		content: '';
		position: absolute;
		top: 0;
		left: -1.5em;
		width: 4em;
		height: 2em;
		background-image: url(./assets/img/arrow-light.svg);
		background-size: contain;
		background-position: center;
		pointer-events: none;
		background-repeat: no-repeat;
	}
	.tabs-wrapper .tabs-contents > div {
		height: 0;
		opacity: 0.3;
		transform: translateX(1.5em);
		transition: all 0.5s linear;
		will-change: opacity, transform;
		overflow: hidden;
	}
}

.tabs-wrapper .tabs-contents__item__headline {
	margin-bottom: 1em;
	display: flex;
}

.tabs-wrapper .tabs-contents__item__headline > img {
	font-size: 22px;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
}

.tabs-wrapper .tabs-contents > div.active {
	height: auto;
	transition-duration: 0.5s;
	opacity: 1;
	transform: translateX(0);
}

.tabs-wrapper .tab-content__headline {
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.background-light .tabs-wrapper .tabs-contents::before {
	background-image: url(./assets/img/arrow.svg);
}

.sw-testimonial__headline {
	margin-bottom: 1em;
}

@media (max-width: 767px) {
	.sw-testimonial__image {
		margin-bottom: 3rem;
	}
}

@media (max-width: 499px) {
	.sw-testimonial__image {
		max-width: 113px;
	}
}

.sw-testimonial .testimonial-button-prev {
	transform: rotate(180deg) !important;
}

.sw-testimonial .testimonial-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.sw-testimonial .testimonial-pagination {
	flex: 0;
	white-space: nowrap;
	margin: 0 1rem;
	display: flex;
}

.sw-testimonial .testimonial-pagination .swiper-pagination-bullet {
	background: none;
	border-radius: 0;
	width: auto;
	height: 1em;
	display: flex;
	justify-content: center;
	text-align: center;
	line-height: 1em;
	position: relative;
}

.sw-testimonial .testimonial-pagination .swiper-pagination-bullet::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--font-color);
	position: absolute;
	top: 100%;
	opacity: 0;
	margin-top: 0.3em;
}

.sw-testimonial .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: 1;
}

.scroll-animation--image {
	position: relative;
	overflow: hidden;
}

.scroll-animation--image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--bg-color);
	inset: 0;
	transform: translateY(0);
	transition: transform 1s ease;
	transition-delay: 0.3s;
	opacity: 1;
}

.scroll-animation--image.scroll-active:before {
	transform: translateY(100%);
}

.footer-icons {
	display: flex;
	justify-content: flex-end;
	transform: translateX(20px);
	transition: all 2s ease;
	will-change: transform, opacity;
	opacity: 0;
}

.footer-icons.scroll-active {
	transform: translateX(0);
	opacity: 1;
}

.socialicon {
	height: 1.3rem;
	width: 1.3rem;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 1.3rem;
	background-position: center;
}

.socialicon--linkedin {
	background-image: url(./assets/img/linkedin.svg);
}

.socialicon--linkedin:hover {
	background-image: url(./assets/img/linkedin-hover.svg);
}

.socialicon--facebook {
	background-image: url(./assets/img/facebook.svg);
}

.socialicon--facebook:hover {
	background-image: url(./assets/img/facebook-hover.svg);
}

.socialicon--instagram {
	background-image: url(./assets/img/instagram.svg);
}

.socialicon--instagram:hover {
	background-image: url(./assets/img/instagram-hover.svg);
}

.socialicon--youtube {
	background-image: url(./assets/img/youtube.svg);
}

.socialicon--youtube:hover {
	background-image: url(./assets/img/youtube-hover.svg);
}

.socialicon--tiktok {
	background-image: url(./assets/img/tiktok.svg);
}

.socialicon--tiktok:hover {
	background-image: url(./assets/img/tiktok-hover.svg);
}

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

.author {
	display: flex;
	margin-top: 1.7rem;
}

.author__image {
	flex: 0 0 95px;
	margin-right: var(--grid-gutter);
}

.has-border-bottom {
	border-bottom: 2px solid var(--font-color);
	padding-bottom: var(--grid-gutter);
}

body:not(.elementor-editor-active) .animate-rtl, body:not(.elementor-editor-active) .animate-ltr {
	transition: all 2s ease;
	will-change: transform, opacity;
	opacity: 0;
	transition-delay: 0.2s;
}

body:not(.elementor-editor-active) .animate-rtl.scroll-active, body:not(.elementor-editor-active) .animate-ltr.scroll-active {
	transform: translateX(0);
	opacity: 1;
}

body:not(.elementor-editor-active) .animate-rtl {
	transform: translateX(30px);
}

body:not(.elementor-editor-active) .animate-ltr {
	transform: translateX(-30px);
}

.main-footer .logoImage {
	height: auto;
	width: clamp(160px, 6vw, 280px);
}

.back-to-top {
	display: inline-block;
	transform: rotate(-90deg) !important;
	position: fixed;
	bottom: 50px;
	right: 10px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	background-color: transparent;
}

.back-to-top:after {
	background-image: url(./assets/img/arrow-primary.svg);
	width: 2em;
}

.back-to-top.active {
	opacity: 1;
	visibility: visible;
}

.eb-map {
	min-height: 300px;
	background-color: var(--color-primary);
}

.eb-map button::before {
	display: none;
}

#BorlabsCookieBoxWidget {
	pointer-events: none;
	opacity: 0;
}

#BorlabsCookieBoxWidget.active {
	pointer-events: all;
	opacity: 1;
}

.borlabs-cookie-preference {
	width: 48px;
	height: 48px;
	display: block;
	position: relative;
}

.borlabs-cookie-preference:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(./assets/img/cookie.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1);
	transition: transform 0.2s ease-in-out;
}

.borlabs-cookie-preference:hover:before {
	transform: scale(1.1);
}

.borlabs-cookie-preference > svg {
	display: none;
}

.wpforms-form h2 {
	font-size: 23px;
	border-bottom: 1px solid currentColor;
	padding-bottom: 0.45em;
	margin-bottom: 0.5em !important;
	font-weight: 700;
}

.wpforms-form h3 {
	font-size: 20px;
	color: var(--font-color);
	font-weight: 700;
}

.wpforms-form .wpforms-field-content img {
	width: 100%;
}

.wpforms-form .wpforms-field-content h3 {
	margin-top: 1.5em;
	margin-bottom: 0.2em !important;
}

.wpforms-form .wpforms-field-content:not(:first-child) h2 {
	margin-top: 3em;
}

.wpforms-form .wpforms-field-radio ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	margin-top: 0.5em;
}

.wpforms-form .wpforms-field-radio ul li {
	display: flex !important;
}

.wpforms-form .wpforms-field-radio ul li input {
	margin-top: 0.1em;
	margin-right: 0.7em;
}

.wpforms-form .wpforms-field-checkbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wpforms-form .wpforms-field-checkbox ul li {
	margin-bottom: 1em;
	display: grid;
	grid-template-columns: 1em auto;
	gap: 1.5em;
}

.wpforms-form .wpforms-field-checkbox ul li input {
	margin-right: 1.2em;
	margin-top: 0.1em;
}

.wpforms-form .wpforms-field-checkbox.wpforms-list-inline ul {
	display: flex;
	flex-wrap: wrap;
}

.wpforms-form .wpforms-field-checkbox.wpforms-list-inline ul li {
	display: grid;
	gap: 0.7em;
}

.wpforms-form .wpforms-field-checkbox.wpforms-list-inline ul li input {
	margin-right: 0.7em;
}

.wpforms-form .wpforms-field-layout + .wpforms-field-layout {
	display: none;
}

.wpforms-form .wpforms-field-layout:has(.has-value) + .wpforms-field-layout {
	display: block;
}

.wpforms-form .wpforms-field-layout.has-value + .wpforms-field-layout {
	display: block;
}

.wpforms-form input[type='checkbox'] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	appearance: none;
	/* For iOS < 15 */
	background-color: var(--form-background);
	/* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 1px solid currentColor !important;
	border-radius: 5px;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

.wpforms-form input[type='checkbox']::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	opacity: 0;
	transition: 120ms opacity ease-in-out;
	box-shadow: inset 1em 1em var(--color-primary);
	/* Windows High Contrast Mode */
	background-color: CanvasText;
}

.wpforms-form input[type='checkbox']:checked::before {
	opacity: 1;
}

.wpforms-form input[type='radio'] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	appearance: none;
	/* For iOS < 15 */
	background-color: var(--bg-color);
	/* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.2em;
	height: 1.2em;
	border: 1px solid currentColor;
	border-radius: 50%;
	transform: translateY(-0.1em);
	display: grid;
	place-content: center;
}

.wpforms-form input[type='radio']::before {
	content: '';
	width: 0.3em;
	height: 0.3em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	/* Windows High Contrast Mode */
	background-color: currentColor;
}

.wpforms-form input[type='radio']:checked::before {
	transform: scale(1);
}

.wpforms-container .wpforms-field-label {
	font-weight: 400;
	margin-bottom: 0.5em;
	letter-spacing: initial;
	font-size: inherit;
	text-transform: initial;
}

.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}

.wpforms-container label.wpforms-error,
.wpforms-container em.wpforms-error {
	color: var(--color-error);
}

.wpforms-field-layout {
	margin-bottom: 1em;
	border: 1px var(--font-color) solid;
}

.wpforms-field-layout .wpforms-field-layout-columns > .wpforms-layout-column:first-child {
	width: 100% !important;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}

.wpforms-field-layout .wpforms-field-layout-columns > .wpforms-layout-column:last-child {
	display: none;
}

.wpforms-field-layout .wpforms-field-layout-columns > .wpforms-layout-column > div {
	width: 100%;
	max-width: 100%;
	padding: 20px;
}

.wpforms-field-layout .wpforms-field-layout-columns > .wpforms-layout-column > div.formcol-50 {
	max-width: 50%;
}

@media (max-width: 767px) {
	.wpforms-field-layout .wpforms-field-layout-columns > .wpforms-layout-column > div.formcol-50 {
		max-width: 100%;
	}
}

.heroimage {
	position: relative;
	height: 100vh;
	max-height: calc(var(--app-height) - 300px);
	width: 100%;
}

@media (max-width: 1239px) {
	.heroimage {
		max-height: calc(var(--app-height) - 400px);
	}
}

@media (max-width: 767px) {
	.heroimage {
		min-height: 450px;
	}
}

.heroimage__image {
	position: absolute;
	inset: 0;
}

.heroimage__image > * {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.heroimage__image::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--color-overlay);
	mix-blend-mode: multiply;
}

.heroimage__content {
	max-width: 100%;
	position: absolute;
	inset: 0;
}

.heroimage__content > div {
	height: 100%;
}

.heroimage__content__inner {
	height: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	padding-top: var(--vertical-padding);
	padding-bottom: var(--vertical-padding);
}

@media (max-width: 767px) {
	.heroimage__content__inner {
		left: 0;
		padding-left: var(--grid-gutter);
		padding-right: var(--grid-gutter);
	}
}

@media (max-height: 700px) {
	.heroimage__content__inner {
		padding-top: calc(var(--vertical-padding) / 2);
		padding-bottom: calc(var(--vertical-padding) / 2);
	}
}

.heroimage__content__logos {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 3;
	position: relative;
	max-width: 100%;
}

.headerlogos {
	pointer-events: none;
}

.headerlogos__logo {
	pointer-events: all;
}

.headerlogos a:hover {
	opacity: 1;
}

.headerlogos img {
	width: 100%;
	max-width: 240px;
	height: auto;
}

@media (max-width: 1239px) {
	.headerlogos img {
		max-width: 180px;
	}
}

@media (max-width: 767px) {
	.headerlogos img {
		max-width: 150px;
	}
}

.s2-logo {
	width: 100%;
	max-width: 270px;
	margin-bottom: 1em;
	display: block;
}

@media (max-width: 1239px) {
	.s2-logo {
		max-width: 200px;
	}
}

@media (max-width: 767px) {
	.s2-logo {
		max-width: 150px;
	}
}

.s2-logo:hover {
	opacity: 1 !important;
}

.s2-logo img {
	width: 100%;
	height: auto;
}

@media (min-width: 1240px) {
	.headline-half h2 {
		max-width: 50%;
	}
}

.sw-carousel__headline {
	position: absolute;
	bottom: 0;
	background-color: var(--font-alt-color);
	width: calc(100% - 40px);
	left: 20px;
	bottom: 20px;
	text-align: center;
	color: var(--color-primary);
	font-size: 18px;
	padding: 5px;
	cursor: default;
}

.sw-carousel__bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 1em;
}

.sw-carousel__bottom .carousel-navigation-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--font-color);
	margin: 0 0.5em;
}

.sw-carousel__item img {
	display: block;
	width: 100%;
}

.sw-carousel__item-inner {
	position: relative;
}

.sw-contactblocks {
	display: flex;
	flex-wrap: wrap;
	gap: var(--vertical-padding);
}

@media (max-width: 499px) {
	.sw-contactblocks {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.sw-contactblock {
		min-width: 400px;
	}
}

@media (max-width: 499px) {
	.sw-contactblock {
		min-width: 100%;
	}
}

.sw-contactblock__header {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 0.5em;
	border-bottom: 1px solid var(--font-color);
	margin-bottom: 1em;
	display: flex;
	position: relative;
	align-items: flex-end;
}

@media (max-width: 767px) {
	.sw-contactblock__header {
		justify-content: space-between;
	}
}

.sw-contactblock__logo {
	margin-left: 2em;
}

.sw-contactblock__logo img {
	height: 1.5em;
	width: auto;
	display: block;
}

.sw-contactblock__content {
	font-size: 15px;
	font-weight: 300;
}

.sw-contactblock__content > * {
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

.sw-contactblock__contactperson {
	font-weight: 700;
	margin-bottom: 1em;
}

.sw-contactblock .sw-icon {
	margin-right: 0.5em;
}

.pdf-form {
	display: flex;
	justify-content: center;
	margin-top: 2em;
}

.img-standard {
	width: 100%;
	height: auto;
}

.no-margin {
	margin: 0 !important;
}

.has-square {
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
}

.has-square > * {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.has-16-9 {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

.has-16-9 > * {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.has-2-1 {
	width: 100%;
	height: 0;
	padding-top: 50%;
	position: relative;
}

.has-2-1 > * {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

@media (min-width: 768px) {
	.match-height {
		height: 100%;
		position: relative;
	}
	.match-height > * {
		width: 100%;
		height: 100% !important;
		object-fit: cover;
		position: absolute;
		inset: 0;
	}
}

.radius-50 {
	border-radius: 50%;
	overflow: hidden;
}

.mt-auto {
	margin-top: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.rowborder {
	position: relative;
}

.rowborder:before, .rowborder:after {
	content: '';
	position: absolute;
	margin-left: calc(var(--grid-gutter) / 2);
	left: 0;
	width: calc(100% - var(--grid-gutter));
	height: 2px;
	background: var(--font-color);
}

.rowborder::before {
	top: 0;
}

.rowborder::after {
	bottom: 0;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Alignments
--------------------------------------------- */
/* --------------------------------

LineIcons Web Font
Author: lineicons.com

-------------------------------- */
@font-face {
	font-family: 'LineIcons';
	src: url("./assets/fonts/LineIcons.eot");
	src: url("./assets/fonts/LineIcons.eot") format("embedded-opentype"), url("./assets/fonts/LineIcons.woff2") format("woff2"), url("./assets/fonts/LineIcons.woff") format("woff"), url("./assets/fonts/LineIcons.ttf") format("truetype"), url("./assets/fonts/LineIcons.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*------------------------
	base class definition
-------------------------*/
.lni {
	display: inline-block;
	font: normal normal normal 1em/1 'LineIcons';
	color: inherit;
	flex-shrink: 0;
	speak: none;
	text-transform: none;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.lni-sm {
	font-size: 0.8em;
}

.lni-lg {
	font-size: 1.2em;
}

/* absolute units */
.lni-16 {
	font-size: 16px;
}

.lni-32 {
	font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.lni-is-spinning {
	animation: lni-spin 1s infinite linear;
}

@keyframes lni-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*------------------------
  rotated/flipped icons
-------------------------*/
.lni-rotate-90 {
	transform: rotate(90deg);
}

.lni-rotate-180 {
	transform: rotate(180deg);
}

.lni-rotate-270 {
	transform: rotate(270deg);
}

.lni-flip-y {
	transform: scaleY(-1);
}

.lni-flip-x {
	transform: scaleX(-1);
}

/*------------------------
	icons
-------------------------*/
.lni-500px::before {
	content: "\ea03";
}

.lni-add-files::before {
	content: "\ea01";
}

.lni-adobe::before {
	content: "\ea06";
}

.lni-agenda::before {
	content: "\ea02";
}

.lni-airbnb::before {
	content: "\ea07";
}

.lni-alarm-clock::before {
	content: "\ea08";
}

.lni-alarm::before {
	content: "\ea04";
}

.lni-amazon-original::before {
	content: "\ea05";
}

.lni-amazon-pay::before {
	content: "\ea09";
}

.lni-amazon::before {
	content: "\ea0a";
}

.lni-ambulance::before {
	content: "\ea0b";
}

.lni-amex::before {
	content: "\ea0c";
}

.lni-anchor::before {
	content: "\ea0d";
}

.lni-android-original::before {
	content: "\ea0e";
}

.lni-android::before {
	content: "\ea0f";
}

.lni-angellist::before {
	content: "\ea10";
}

.lni-angle-double-down::before {
	content: "\ea11";
}

.lni-angle-double-left::before {
	content: "\ea12";
}

.lni-angle-double-right::before {
	content: "\ea13";
}

.lni-angle-double-up::before {
	content: "\ea14";
}

.lni-angular::before {
	content: "\ea15";
}

.lni-apartment::before {
	content: "\ea16";
}

.lni-app-store::before {
	content: "\ea17";
}

.lni-apple-music::before {
	content: "\ea18";
}

.lni-apple-pay::before {
	content: "\ea19";
}

.lni-apple::before {
	content: "\ea1a";
}

.lni-archive::before {
	content: "\ea1f";
}

.lni-arrow-down-circle::before {
	content: "\ea1b";
}

.lni-arrow-down::before {
	content: "\ea1c";
}

.lni-arrow-left-circle::before {
	content: "\ea1d";
}

.lni-arrow-left::before {
	content: "\ea1e";
}

.lni-arrow-right-circle::before {
	content: "\ea20";
}

.lni-arrow-right::before {
	content: "\ea21";
}

.lni-arrow-top-left::before {
	content: "\ea22";
}

.lni-arrow-top-right::before {
	content: "\ea23";
}

.lni-arrow-up-circle::before {
	content: "\ea24";
}

.lni-arrow-up::before {
	content: "\ea25";
}

.lni-arrows-horizontal::before {
	content: "\ea26";
}

.lni-arrows-vertical::before {
	content: "\ea27";
}

.lni-atlassian::before {
	content: "\ea28";
}

.lni-aws::before {
	content: "\ea29";
}

.lni-azure::before {
	content: "\ea2a";
}

.lni-backward::before {
	content: "\ea2b";
}

.lni-baloon::before {
	content: "\ea2c";
}

.lni-ban::before {
	content: "\ea2d";
}

.lni-bar-chart::before {
	content: "\ea2e";
}

.lni-basketball::before {
	content: "\ea2f";
}

.lni-behance-original::before {
	content: "\ea30";
}

.lni-behance::before {
	content: "\ea31";
}

.lni-bi-cycle::before {
	content: "\ea32";
}

.lni-bitbucket::before {
	content: "\ea33";
}

.lni-bitcoin::before {
	content: "\ea34";
}

.lni-blackboard::before {
	content: "\ea35";
}

.lni-blogger::before {
	content: "\ea36";
}

.lni-bluetooth-original::before {
	content: "\ea37";
}

.lni-bluetooth::before {
	content: "\ea38";
}

.lni-bold::before {
	content: "\ea39";
}

.lni-bolt-alt::before {
	content: "\ea3a";
}

.lni-bolt::before {
	content: "\ea40";
}

.lni-book::before {
	content: "\ea3b";
}

.lni-bookmark-alt::before {
	content: "\ea3c";
}

.lni-bookmark::before {
	content: "\ea3d";
}

.lni-bootstrap::before {
	content: "\ea3e";
}

.lni-bricks::before {
	content: "\ea3f";
}

.lni-bridge::before {
	content: "\ea41";
}

.lni-briefcase::before {
	content: "\ea42";
}

.lni-brush-alt::before {
	content: "\ea43";
}

.lni-brush::before {
	content: "\ea44";
}

.lni-btc::before {
	content: "\ea45";
}

.lni-bubble::before {
	content: "\ea46";
}

.lni-bug::before {
	content: "\ea47";
}

.lni-bulb::before {
	content: "\ea48";
}

.lni-bullhorn::before {
	content: "\ea49";
}

.lni-burger::before {
	content: "\ea4a";
}

.lni-bus::before {
	content: "\ea4b";
}

.lni-cake::before {
	content: "\ea4c";
}

.lni-calculator::before {
	content: "\ea4d";
}

.lni-calendar::before {
	content: "\ea4e";
}

.lni-camera::before {
	content: "\ea4f";
}

.lni-candy-cane::before {
	content: "\ea50";
}

.lni-candy::before {
	content: "\ea51";
}

.lni-capsule::before {
	content: "\ea52";
}

.lni-car-alt::before {
	content: "\ea53";
}

.lni-car::before {
	content: "\ea54";
}

.lni-caravan::before {
	content: "\ea55";
}

.lni-cart-full::before {
	content: "\ea56";
}

.lni-cart::before {
	content: "\ea57";
}

.lni-certificate::before {
	content: "\ea58";
}

.lni-check-box::before {
	content: "\ea59";
}

.lni-checkmark-circle::before {
	content: "\ea5a";
}

.lni-checkmark::before {
	content: "\ea5b";
}

.lni-chef-hat::before {
	content: "\ea5c";
}

.lni-chevron-down-circle::before {
	content: "\ea5d";
}

.lni-chevron-down::before {
	content: "\ea5e";
}

.lni-chevron-left-circle::before {
	content: "\ea5f";
}

.lni-chevron-left::before {
	content: "\ea60";
}

.lni-chevron-right-circle::before {
	content: "\ea61";
}

.lni-chevron-right::before {
	content: "\ea62";
}

.lni-chevron-up-circle::before {
	content: "\ea63";
}

.lni-chevron-up::before {
	content: "\ea64";
}

.lni-chrome::before {
	content: "\ea65";
}

.lni-chromecast::before {
	content: "\ea66";
}

.lni-circle-minus::before {
	content: "\ea67";
}

.lni-circle-plus::before {
	content: "\ea68";
}

.lni-clipboard::before {
	content: "\ea69";
}

.lni-close::before {
	content: "\ea6a";
}

.lni-cloud-check::before {
	content: "\ea6b";
}

.lni-cloud-download::before {
	content: "\ea6c";
}

.lni-cloud-network::before {
	content: "\ea6d";
}

.lni-cloud-sync::before {
	content: "\ea6e";
}

.lni-cloud-upload::before {
	content: "\ea6f";
}

.lni-cloud::before {
	content: "\ea70";
}

.lni-cloudflare::before {
	content: "\ea71";
}

.lni-cloudy-sun::before {
	content: "\ea72";
}

.lni-code-alt::before {
	content: "\ea73";
}

.lni-code::before {
	content: "\ea74";
}

.lni-codepen::before {
	content: "\ea75";
}

.lni-coffee-cup::before {
	content: "\ea76";
}

.lni-cog::before {
	content: "\ea77";
}

.lni-cogs::before {
	content: "\ea78";
}

.lni-coin::before {
	content: "\ea79";
}

.lni-comments-alt::before {
	content: "\ea7a";
}

.lni-comments-reply::before {
	content: "\ea7b";
}

.lni-comments::before {
	content: "\ea7c";
}

.lni-compass::before {
	content: "\ea7d";
}

.lni-connectdevelop::before {
	content: "\ea7e";
}

.lni-construction-hammer::before {
	content: "\ea7f";
}

.lni-construction::before {
	content: "\ea80";
}

.lni-consulting::before {
	content: "\ea81";
}

.lni-control-panel::before {
	content: "\ea82";
}

.lni-cool::before {
	content: "\ea83";
}

.lni-cpanel::before {
	content: "\ea84";
}

.lni-creative-commons::before {
	content: "\ea85";
}

.lni-credit-cards::before {
	content: "\ea86";
}

.lni-crop::before {
	content: "\ea87";
}

.lni-cross-circle::before {
	content: "\ea88";
}

.lni-crown::before {
	content: "\ea89";
}

.lni-css3::before {
	content: "\ea8a";
}

.lni-cup::before {
	content: "\ea8b";
}

.lni-customer::before {
	content: "\ea8c";
}

.lni-cut::before {
	content: "\ea8d";
}

.lni-dashboard::before {
	content: "\ea8e";
}

.lni-database::before {
	content: "\ea8f";
}

.lni-delivery::before {
	content: "\ea90";
}

.lni-dev::before {
	content: "\ea91";
}

.lni-diamond-alt::before {
	content: "\ea92";
}

.lni-diamond::before {
	content: "\ea93";
}

.lni-digitalocean::before {
	content: "\ea94";
}

.lni-diners-club::before {
	content: "\ea95";
}

.lni-dinner::before {
	content: "\ea96";
}

.lni-direction-alt::before {
	content: "\ea97";
}

.lni-direction-ltr::before {
	content: "\ea98";
}

.lni-direction-rtl::before {
	content: "\ea99";
}

.lni-direction::before {
	content: "\ea9a";
}

.lni-discord::before {
	content: "\ea9b";
}

.lni-discover::before {
	content: "\ea9c";
}

.lni-display-alt::before {
	content: "\ea9d";
}

.lni-display::before {
	content: "\ea9e";
}

.lni-docker::before {
	content: "\ea9f";
}

.lni-dollar::before {
	content: "\eaa0";
}

.lni-domain::before {
	content: "\eaa1";
}

.lni-download::before {
	content: "\eaa2";
}

.lni-dribbble::before {
	content: "\eaa3";
}

.lni-drop::before {
	content: "\eaa4";
}

.lni-dropbox-original::before {
	content: "\eaa5";
}

.lni-dropbox::before {
	content: "\eaa6";
}

.lni-drupal-original::before {
	content: "\eaa7";
}

.lni-drupal::before {
	content: "\eaa8";
}

.lni-dumbbell::before {
	content: "\eaa9";
}

.lni-edge::before {
	content: "\eaaa";
}

.lni-empty-file::before {
	content: "\eaab";
}

.lni-enter::before {
	content: "\eaac";
}

.lni-envato::before {
	content: "\eaad";
}

.lni-envelope::before {
	content: "\eaae";
}

.lni-eraser::before {
	content: "\eaaf";
}

.lni-euro::before {
	content: "\eab0";
}

.lni-exit-down::before {
	content: "\eab1";
}

.lni-exit-up::before {
	content: "\eab2";
}

.lni-exit::before {
	content: "\eab3";
}

.lni-eye::before {
	content: "\eab4";
}

.lni-facebook-filled::before {
	content: "\eab5";
}

.lni-facebook-messenger::before {
	content: "\eab6";
}

.lni-facebook-original::before {
	content: "\eab7";
}

.lni-facebook-oval::before {
	content: "\eab8";
}

.lni-facebook::before {
	content: "\eab9";
}

.lni-figma::before {
	content: "\eaba";
}

.lni-files::before {
	content: "\eabb";
}

.lni-firefox-original::before {
	content: "\eabc";
}

.lni-firefox::before {
	content: "\eabd";
}

.lni-fireworks::before {
	content: "\eabe";
}

.lni-first-aid::before {
	content: "\eabf";
}

.lni-flag-alt::before {
	content: "\eac0";
}

.lni-flag::before {
	content: "\eac1";
}

.lni-flags::before {
	content: "\eac2";
}

.lni-flickr::before {
	content: "\eac3";
}

.lni-flower::before {
	content: "\eac4";
}

.lni-folder::before {
	content: "\eac5";
}

.lni-forward::before {
	content: "\eac6";
}

.lni-frame-expand::before {
	content: "\eac7";
}

.lni-fresh-juice::before {
	content: "\eac8";
}

.lni-friendly::before {
	content: "\eac9";
}

.lni-full-screen::before {
	content: "\eaca";
}

.lni-funnel::before {
	content: "\eacb";
}

.lni-gallery::before {
	content: "\eacc";
}

.lni-game::before {
	content: "\eacd";
}

.lni-gatsby::before {
	content: "\eace";
}

.lni-gift::before {
	content: "\eacf";
}

.lni-git::before {
	content: "\ead0";
}

.lni-github-original::before {
	content: "\ead1";
}

.lni-github::before {
	content: "\ead2";
}

.lni-goodreads::before {
	content: "\ead3";
}

.lni-google-drive::before {
	content: "\ead4";
}

.lni-google-pay::before {
	content: "\ead5";
}

.lni-google-wallet::before {
	content: "\ead6";
}

.lni-google::before {
	content: "\ead7";
}

.lni-graduation::before {
	content: "\ead8";
}

.lni-graph::before {
	content: "\ead9";
}

.lni-grid-alt::before {
	content: "\eada";
}

.lni-grid::before {
	content: "\eadb";
}

.lni-grow::before {
	content: "\eadc";
}

.lni-hacker-news::before {
	content: "\eadd";
}

.lni-hammer::before {
	content: "\eade";
}

.lni-hand::before {
	content: "\eadf";
}

.lni-handshake::before {
	content: "\eae0";
}

.lni-happy::before {
	content: "\eae1";
}

.lni-harddrive::before {
	content: "\eae2";
}

.lni-headphone-alt::before {
	content: "\eae3";
}

.lni-headphone::before {
	content: "\eae4";
}

.lni-heart-filled::before {
	content: "\eae5";
}

.lni-heart-monitor::before {
	content: "\eae6";
}

.lni-heart::before {
	content: "\eae7";
}

.lni-helicopter::before {
	content: "\eae8";
}

.lni-helmet::before {
	content: "\eae9";
}

.lni-help::before {
	content: "\eaea";
}

.lni-highlight-alt::before {
	content: "\eaeb";
}

.lni-highlight::before {
	content: "\eaec";
}

.lni-home::before {
	content: "\eaed";
}

.lni-hospital::before {
	content: "\eaee";
}

.lni-hourglass::before {
	content: "\eaef";
}

.lni-html5::before {
	content: "\eaf0";
}

.lni-image::before {
	content: "\eaf1";
}

.lni-imdb::before {
	content: "\eaf2";
}

.lni-inbox::before {
	content: "\eaf3";
}

.lni-indent-decrease::before {
	content: "\eaf4";
}

.lni-indent-increase::before {
	content: "\eaf5";
}

.lni-infinite::before {
	content: "\eaf6";
}

.lni-information::before {
	content: "\eaf7";
}

.lni-instagram-filled::before {
	content: "\eaf8";
}

.lni-instagram-original::before {
	content: "\eaf9";
}

.lni-instagram::before {
	content: "\eafa";
}

.lni-invention::before {
	content: "\eafb";
}

.lni-invest-monitor::before {
	content: "\eafc";
}

.lni-investment::before {
	content: "\eafd";
}

.lni-island::before {
	content: "\eafe";
}

.lni-italic::before {
	content: "\eaff";
}

.lni-java::before {
	content: "\eb00";
}

.lni-javascript::before {
	content: "\eb01";
}

.lni-jcb::before {
	content: "\eb02";
}

.lni-joomla-original::before {
	content: "\eb03";
}

.lni-joomla::before {
	content: "\eb04";
}

.lni-jsfiddle::before {
	content: "\eb05";
}

.lni-juice::before {
	content: "\eb06";
}

.lni-key::before {
	content: "\eb07";
}

.lni-keyboard::before {
	content: "\eb08";
}

.lni-keyword-research::before {
	content: "\eb09";
}

.lni-laptop-phone::before {
	content: "\eb0a";
}

.lni-laptop::before {
	content: "\eb0b";
}

.lni-laravel::before {
	content: "\eb0c";
}

.lni-layers::before {
	content: "\eb0d";
}

.lni-layout::before {
	content: "\eb0e";
}

.lni-leaf::before {
	content: "\eb0f";
}

.lni-library::before {
	content: "\eb10";
}

.lni-license::before {
	content: "\eb11";
}

.lni-lifering::before {
	content: "\eb12";
}

.lni-line-dashed::before {
	content: "\eb13";
}

.lni-line-dotted::before {
	content: "\eb14";
}

.lni-line-double::before {
	content: "\eb15";
}

.lni-line-spacing::before {
	content: "\eb16";
}

.lni-line::before {
	content: "\eb17";
}

.lni-lineicons-alt::before {
	content: "\eb18";
}

.lni-lineicons::before {
	content: "\eb19";
}

.lni-link::before {
	content: "\eb1a";
}

.lni-linkedin-original::before {
	content: "\eb1b";
}

.lni-linkedin::before {
	content: "\eb1c";
}

.lni-list::before {
	content: "\eb1d";
}

.lni-lock-alt::before {
	content: "\eb1e";
}

.lni-lock::before {
	content: "\eb1f";
}

.lni-magento::before {
	content: "\eb20";
}

.lni-magnet::before {
	content: "\eb21";
}

.lni-magnifier::before {
	content: "\eb22";
}

.lni-mailchimp::before {
	content: "\eb23";
}

.lni-map-marker::before {
	content: "\eb24";
}

.lni-map::before {
	content: "\eb25";
}

.lni-markdown::before {
	content: "\eb26";
}

.lni-mashroom::before {
	content: "\eb27";
}

.lni-mastercard::before {
	content: "\eb28";
}

.lni-medium::before {
	content: "\eb29";
}

.lni-menu::before {
	content: "\eb2a";
}

.lni-mic::before {
	content: "\eb2b";
}

.lni-microphone::before {
	content: "\eb2c";
}

.lni-microscope::before {
	content: "\eb2d";
}

.lni-microsoft-edge::before {
	content: "\eb2e";
}

.lni-microsoft::before {
	content: "\eb2f";
}

.lni-minus::before {
	content: "\eb30";
}

.lni-mobile::before {
	content: "\eb31";
}

.lni-money-location::before {
	content: "\eb32";
}

.lni-money-protection::before {
	content: "\eb33";
}

.lni-more-alt::before {
	content: "\eb34";
}

.lni-more::before {
	content: "\eb35";
}

.lni-mouse::before {
	content: "\eb36";
}

.lni-move::before {
	content: "\eb37";
}

.lni-music::before {
	content: "\eb38";
}

.lni-netlify::before {
	content: "\eb39";
}

.lni-network::before {
	content: "\eb3a";
}

.lni-night::before {
	content: "\eb3b";
}

.lni-nodejs-alt::before {
	content: "\eb3c";
}

.lni-nodejs::before {
	content: "\eb3d";
}

.lni-notepad::before {
	content: "\eb3e";
}

.lni-npm::before {
	content: "\eb3f";
}

.lni-offer::before {
	content: "\eb40";
}

.lni-opera::before {
	content: "\eb41";
}

.lni-package::before {
	content: "\eb42";
}

.lni-page-break::before {
	content: "\eb43";
}

.lni-pagination::before {
	content: "\eb44";
}

.lni-paint-bucket::before {
	content: "\eb45";
}

.lni-paint-roller::before {
	content: "\eb46";
}

.lni-pallet::before {
	content: "\eb47";
}

.lni-paperclip::before {
	content: "\eb48";
}

.lni-patreon::before {
	content: "\eb49";
}

.lni-pause::before {
	content: "\eb4a";
}

.lni-paypal-original::before {
	content: "\eb4b";
}

.lni-paypal::before {
	content: "\eb4c";
}

.lni-pencil-alt::before {
	content: "\eb4d";
}

.lni-pencil::before {
	content: "\eb4e";
}

.lni-phone-set::before {
	content: "\eb4f";
}

.lni-phone::before {
	content: "\eb50";
}

.lni-php::before {
	content: "\eb51";
}

.lni-pie-chart::before {
	content: "\eb52";
}

.lni-pilcrow::before {
	content: "\eb53";
}

.lni-pin::before {
	content: "\eb54";
}

.lni-pinterest::before {
	content: "\eb55";
}

.lni-pizza::before {
	content: "\eb56";
}

.lni-plane::before {
	content: "\eb57";
}

.lni-play-store::before {
	content: "\eb58";
}

.lni-play::before {
	content: "\eb59";
}

.lni-playstation::before {
	content: "\eb5a";
}

.lni-plug::before {
	content: "\eb5b";
}

.lni-plus::before {
	content: "\eb5c";
}

.lni-pointer-down::before {
	content: "\eb5d";
}

.lni-pointer-left::before {
	content: "\eb5e";
}

.lni-pointer-right::before {
	content: "\eb5f";
}

.lni-pointer-top::before {
	content: "\eb60";
}

.lni-pointer::before {
	content: "\eb61";
}

.lni-popup::before {
	content: "\eb62";
}

.lni-postcard::before {
	content: "\eb63";
}

.lni-pound::before {
	content: "\eb64";
}

.lni-power-switch::before {
	content: "\eb65";
}

.lni-printer::before {
	content: "\eb66";
}

.lni-producthunt::before {
	content: "\eb67";
}

.lni-protection::before {
	content: "\eb68";
}

.lni-pulse::before {
	content: "\eb69";
}

.lni-pyramids::before {
	content: "\eb6a";
}

.lni-python::before {
	content: "\eb6b";
}

.lni-question-circle::before {
	content: "\eb6c";
}

.lni-quora::before {
	content: "\eb6d";
}

.lni-quotation::before {
	content: "\eb6e";
}

.lni-radio-button::before {
	content: "\eb6f";
}

.lni-rain::before {
	content: "\eb70";
}

.lni-react::before {
	content: "\eb73";
}

.lni-reddit::before {
	content: "\eb71";
}

.lni-reload::before {
	content: "\eb72";
}

.lni-remove-file::before {
	content: "\eb74";
}

.lni-reply::before {
	content: "\eb75";
}

.lni-restaurant::before {
	content: "\eb76";
}

.lni-revenue::before {
	content: "\eb77";
}

.lni-road::before {
	content: "\eb78";
}

.lni-rocket::before {
	content: "\eb79";
}

.lni-rss-feed::before {
	content: "\eb7a";
}

.lni-ruler-alt::before {
	content: "\eb7b";
}

.lni-ruler-pencil::before {
	content: "\eb7c";
}

.lni-ruler::before {
	content: "\eb7d";
}

.lni-rupee::before {
	content: "\eb7e";
}

.lni-sad::before {
	content: "\eb7f";
}

.lni-save::before {
	content: "\eb80";
}

.lni-school-bench-alt::before {
	content: "\eb81";
}

.lni-school-bench::before {
	content: "\eb82";
}

.lni-scooter::before {
	content: "\eb83";
}

.lni-scroll-down::before {
	content: "\eb84";
}

.lni-search-alt::before {
	content: "\eb85";
}

.lni-search::before {
	content: "\eb86";
}

.lni-select::before {
	content: "\eb87";
}

.lni-seo::before {
	content: "\eb88";
}

.lni-service::before {
	content: "\eb89";
}

.lni-share-alt-1::before {
	content: "\eb8a";
}

.lni-share-alt::before {
	content: "\eb8b";
}

.lni-share::before {
	content: "\eb8c";
}

.lni-shield::before {
	content: "\eb8d";
}

.lni-shift-left::before {
	content: "\eb8e";
}

.lni-shift-right::before {
	content: "\eb8f";
}

.lni-ship::before {
	content: "\eb90";
}

.lni-shopify::before {
	content: "\eb91";
}

.lni-shopping-basket::before {
	content: "\eb92";
}

.lni-shortcode::before {
	content: "\eb93";
}

.lni-shovel::before {
	content: "\eb94";
}

.lni-shuffle::before {
	content: "\eb95";
}

.lni-signal::before {
	content: "\eb96";
}

.lni-sketch::before {
	content: "\eb97";
}

.lni-skipping-rope::before {
	content: "\eb98";
}

.lni-skype::before {
	content: "\eb99";
}

.lni-slack-line::before {
	content: "\eb9a";
}

.lni-slack::before {
	content: "\eb9b";
}

.lni-slice::before {
	content: "\eb9c";
}

.lni-slideshare::before {
	content: "\eb9d";
}

.lni-slim::before {
	content: "\eb9e";
}

.lni-smile::before {
	content: "\eb9f";
}

.lni-snapchat::before {
	content: "\eba0";
}

.lni-sort-alpha-asc::before {
	content: "\eba1";
}

.lni-sort-amount-asc::before {
	content: "\eba2";
}

.lni-sort-amount-dsc::before {
	content: "\eba3";
}

.lni-soundcloud-original::before {
	content: "\eba4";
}

.lni-soundcloud::before {
	content: "\eba5";
}

.lni-speechless::before {
	content: "\eba6";
}

.lni-spellcheck::before {
	content: "\eba7";
}

.lni-spinner-arrow::before {
	content: "\eba8";
}

.lni-spinner-solid::before {
	content: "\eba9";
}

.lni-spinner::before {
	content: "\ebaa";
}

.lni-spotify-original::before {
	content: "\ebab";
}

.lni-spotify::before {
	content: "\ebac";
}

.lni-spray::before {
	content: "\ebad";
}

.lni-sprout::before {
	content: "\ebae";
}

.lni-squarespace::before {
	content: "\ebaf";
}

.lni-stackoverflow::before {
	content: "\ebb0";
}

.lni-stamp::before {
	content: "\ebb1";
}

.lni-star-empty::before {
	content: "\ebb2";
}

.lni-star-filled::before {
	content: "\ebb3";
}

.lni-star-half::before {
	content: "\ebb4";
}

.lni-star::before {
	content: "\ebb5";
}

.lni-stats-down::before {
	content: "\ebb6";
}

.lni-stats-up::before {
	content: "\ebb7";
}

.lni-steam::before {
	content: "\ebb8";
}

.lni-sthethoscope::before {
	content: "\ebb9";
}

.lni-stop::before {
	content: "\ebba";
}

.lni-strikethrough::before {
	content: "\ebbb";
}

.lni-stripe::before {
	content: "\ebbc";
}

.lni-stumbleupon::before {
	content: "\ebbd";
}

.lni-sun::before {
	content: "\ebbe";
}

.lni-support::before {
	content: "\ebbf";
}

.lni-surf-board::before {
	content: "\ebc0";
}

.lni-suspect::before {
	content: "\ebc1";
}

.lni-swift::before {
	content: "\ebc2";
}

.lni-syringe::before {
	content: "\ebc3";
}

.lni-tab::before {
	content: "\ebc4";
}

.lni-tag::before {
	content: "\ebc5";
}

.lni-target-customer::before {
	content: "\ebc6";
}

.lni-target-revenue::before {
	content: "\ebc7";
}

.lni-target::before {
	content: "\ebc8";
}

.lni-taxi::before {
	content: "\ebc9";
}

.lni-teabag::before {
	content: "\ebca";
}

.lni-telegram-original::before {
	content: "\ebcb";
}

.lni-telegram::before {
	content: "\ebcc";
}

.lni-text-align-center::before {
	content: "\ebcd";
}

.lni-text-align-justify::before {
	content: "\ebce";
}

.lni-text-align-left::before {
	content: "\ebcf";
}

.lni-text-align-right::before {
	content: "\ebd0";
}

.lni-text-format-remove::before {
	content: "\ebd4";
}

.lni-text-format::before {
	content: "\ebd1";
}

.lni-thought::before {
	content: "\ebd2";
}

.lni-thumbs-down::before {
	content: "\ebd3";
}

.lni-thumbs-up::before {
	content: "\ebd5";
}

.lni-thunder-alt::before {
	content: "\ebd6";
}

.lni-thunder::before {
	content: "\ebd7";
}

.lni-ticket-alt::before {
	content: "\ebd8";
}

.lni-ticket::before {
	content: "\ebd9";
}

.lni-tiktok::before {
	content: "\ebda";
}

.lni-timer::before {
	content: "\ebdb";
}

.lni-tounge::before {
	content: "\ebdc";
}

.lni-train-alt::before {
	content: "\ebdd";
}

.lni-train::before {
	content: "\ebde";
}

.lni-trash-can::before {
	content: "\ebdf";
}

.lni-travel::before {
	content: "\ebe0";
}

.lni-tree::before {
	content: "\ebe1";
}

.lni-trees::before {
	content: "\ebe2";
}

.lni-trello::before {
	content: "\ebe3";
}

.lni-trowel::before {
	content: "\ebe4";
}

.lni-tshirt::before {
	content: "\ebe5";
}

.lni-tumblr::before {
	content: "\ebe6";
}

.lni-twitch::before {
	content: "\ebe7";
}

.lni-twitter-filled::before {
	content: "\ebe8";
}

.lni-twitter-original::before {
	content: "\ebe9";
}

.lni-twitter::before {
	content: "\ebea";
}

.lni-ubuntu::before {
	content: "\ebeb";
}

.lni-underline::before {
	content: "\ebec";
}

.lni-unlink::before {
	content: "\ebed";
}

.lni-unlock::before {
	content: "\ebee";
}

.lni-unsplash::before {
	content: "\ebef";
}

.lni-upload::before {
	content: "\ebf0";
}

.lni-user::before {
	content: "\ebf1";
}

.lni-users::before {
	content: "\ebf6";
}

.lni-ux::before {
	content: "\ebf2";
}

.lni-vector::before {
	content: "\ebf3";
}

.lni-video::before {
	content: "\ebf4";
}

.lni-vimeo::before {
	content: "\ebf5";
}

.lni-visa::before {
	content: "\ebf7";
}

.lni-vk::before {
	content: "\ebf8";
}

.lni-volume-high::before {
	content: "\ebf9";
}

.lni-volume-low::before {
	content: "\ebfa";
}

.lni-volume-medium::before {
	content: "\ebfb";
}

.lni-volume-mute::before {
	content: "\ebfc";
}

.lni-volume::before {
	content: "\ebfd";
}

.lni-wallet::before {
	content: "\ebfe";
}

.lni-warning::before {
	content: "\ebff";
}

.lni-website-alt::before {
	content: "\ec00";
}

.lni-website::before {
	content: "\ec01";
}

.lni-wechat::before {
	content: "\ec02";
}

.lni-weight::before {
	content: "\ec03";
}

.lni-whatsapp::before {
	content: "\ec04";
}

.lni-wheelbarrow::before {
	content: "\ec05";
}

.lni-wheelchair::before {
	content: "\ec06";
}

.lni-windows::before {
	content: "\ec07";
}

.lni-wordpress-filled::before {
	content: "\ec08";
}

.lni-wordpress::before {
	content: "\ec09";
}

.lni-world-alt::before {
	content: "\ec0a";
}

.lni-world::before {
	content: "\ec0c";
}

.lni-write::before {
	content: "\ec0b";
}

.lni-xbox::before {
	content: "\ec0d";
}

.lni-yahoo::before {
	content: "\ec0e";
}

.lni-ycombinator::before {
	content: "\ec0f";
}

.lni-yen::before {
	content: "\ec10";
}

.lni-youtube::before {
	content: "\ec13";
}

.lni-zip::before {
	content: "\ec11";
}

.lni-zoom-in::before {
	content: "\ec12";
}

.lni-zoom-out::before {
	content: "\ec14";
}

.lni-xing {
	width: 1em;
	height: 1em;
}

.lni-xing::before {
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 350.478 350.569' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m348.56 49.974c-7.007-28.518-32.239-49.075-61.606-49.771-15.845-.375-31.706-.116-47.56-.118-57.486-.006-114.971-.084-172.456.033-28.525.057-48.662 13.8-61.26 38.955-4.196 8.377-5.605 17.541-5.607 26.888-.008 72.899.15 145.798-.071 218.695-.107 35.512 28.493 62.69 57.352 65.344.536.049 1.048.374 1.571.57h232.697c2.985-.633 5.99-1.184 8.952-1.912 25.983-6.395 45.727-28.342 49.264-54.69.103-.771.423-1.513.643-2.268v-232.746c-.635-2.994-1.188-6.009-1.918-8.98zm-251.694 184.093c-12.656-.17-25.318.059-37.972-.157-2.176-.037-4.771-.95-6.392-2.358-2.67-2.318-1.651-5.245-.048-8.061 11.894-20.89 23.715-41.823 35.559-62.742 2.414-4.263 4.722-8.591 7.291-12.758 1.116-1.812 1.003-3.12-.047-4.915-8.632-14.75-17.154-29.564-25.705-44.361-.57-.986-1.182-1.958-1.632-2.999-2.114-4.886.062-8.511 5.422-8.636 7.066-.165 14.14-.041 21.21-.041v-.02c6.158 0 12.327.233 18.471-.063 6.697-.322 11.477 2.492 14.685 8.091 9.289 16.212 18.495 32.471 27.632 48.769.483.861.447 2.479-.045 3.353-14.857 26.413-29.826 52.763-44.714 79.158-3.055 5.417-7.492 7.824-13.715 7.74zm200.936-194.088c-16.301 28.871-32.638 57.721-48.962 86.578-13.968 24.692-27.908 49.401-41.959 74.046-1.228 2.154-1.209 3.708-.025 5.864 18.859 34.354 37.626 68.758 56.409 103.153.655 1.199 1.349 2.389 1.865 3.648 1.614 3.936-.462 7.518-4.706 7.898-2.717.244-5.468.137-8.204.14-10.492.012-20.997-.32-31.472.111-7.92.326-12.869-3.115-16.378-9.835-4.639-8.885-9.553-17.627-14.348-26.432-14.273-26.213-28.515-52.444-42.875-78.61-1.205-2.195-1.117-3.75.085-5.876 30.381-53.761 60.688-107.564 91.018-161.353.838-1.487 1.727-2.952 2.692-4.36 2.476-3.614 5.801-5.657 10.321-5.618 6.842.059 13.685.016 20.528.012 6.615-.003 13.229-.03 19.844.004 7.527.038 9.883 4.052 6.169 10.629z' fill='%23d50032'/%3E%3C/svg%3E");
}

.elementor-section-wrap > .e-con.e-con-boxed > .e-con-inner,
.elementor > .e-con.e-con-boxed > .e-con-inner {
	padding-left: var(--grid-gutter);
	padding-right: var(--grid-gutter);
}

.elementor-section-wrap > .e-con.background-light,
.elementor > .e-con.background-light {
	background-color: var(--bg-color);
	color: var(--font-color);
}

.elementor-section-wrap > .e-con.background-dark,
.elementor > .e-con.background-dark {
	--bg-color: var(--bg-alt-color);
	--font-color: var(--font-alt-color);
	background-color: var(--bg-color);
	color: var(--font-color);
}

.elementor-section-wrap > .e-con.background-grey,
.elementor > .e-con.background-grey {
	--bg-color: var(--color-lightGrey);
	background-color: var(--bg-color);
}

.elementor-section-wrap > .e-con.background-grey:before,
.elementor > .e-con.background-grey:before {
	content: '';
	background-color: var(--bg-color);
	position: absolute;
	width: 200vw;
	left: 50%;
	margin-left: -50vw;
}

.elementor-section.elementor-top-section.elementor-section-boxed
> .elementor-container {
	padding-left: var(--grid-gutter);
	padding-right: var(--grid-gutter);
	max-width: var(--grid-maxWidth);
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
}

.elementor-widget-text-editor > .elementor-widget-container > *:first-child {
	margin-top: 0;
}

.elementor-widget-text-editor > .elementor-widget-container > *:last-child {
	margin-bottom: 0;
}

.elementor-heading-title {
	line-height: inherit !important;
}

.elementor > .e-con-full {
	padding-left: var(--grid-gutter);
	padding-right: var(--grid-gutter);
	max-width: var(--full-maxWidth) !important;
}

.e-con-inner .e-con-full {
	padding-left: 0;
	padding-right: 0;
}

.e-con-boxed {
	padding-left: 0;
	padding-right: 0;
}

::selection {
	color: var(--font-alt-color);
	background: var(--color-primary);
}

html {
	scroll-behavior: smooth;
	font-size: 18px;
}

body.admin-bar .main-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .main-header {
		top: 46px;
	}
}

body.no-scroll {
	overflow: hidden;
}

.main-header {
	width: 100%;
	max-width: 100vw;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 9999;
}

.main-header__inner {
	height: var(--height-header);
}

.main-header__inner > .col {
	height: 100%;
	display: flex;
	align-items: center;
}

.headroom.main-header--animated .main-header__inner {
	will-change: height;
	transition: height 200ms linear;
}

.headroom.main-header--animated .logo--main {
	will-change: height;
	transition: height 200ms linear;
}

.headroom.main-header .logo--animated .logoImage {
	will-change: opacity;
	transition: opacity 200ms linear;
}

.headroom--not-top.main-header--animated .main-header__inner {
	height: var(--height-header-scrolled);
}

.headroom--not-top .logo--animated .logoImage--initial {
	opacity: 0;
}

.headroom--not-top .logo--animated .logoImage--scroll {
	opacity: 1;
}

.hamburger {
	display: none;
}

@media (max-width: 1239px) {
	.hamburger {
		display: block;
		z-index: 999;
	}
}

.hamburger .line {
	width: 50px;
	height: 5px;
	background-color: var(--color-primary);
	display: block;
	margin: 8px auto;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover {
	cursor: pointer;
}

/* ONE */
.hamburger.is-active .line {
	background-color: var(--font-alt-color);
}

.hamburger-v1.is-active .line:nth-child(2) {
	opacity: 0;
}

.hamburger-v1.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}

.hamburger-v1.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}

/* TWO */
.hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(13px);
}

.hamburger-v2.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px);
	-ms-transform: translateY(-13px);
	-o-transform: translateY(-13px);
	transform: translateY(-13px);
}

/* THREE */
.hamburger-v3.is-active .line:nth-child(1),
.hamburger-v3.is-active .line:nth-child(3) {
	width: 40px;
}

.hamburger-v3.is-active .line:nth-child(1) {
	-webkit-transform: translateX(-10px) rotate(-45deg);
	-ms-transform: translateX(-10px) rotate(-45deg);
	-o-transform: translateX(-10px) rotate(-45deg);
	transform: translateX(-10px) rotate(-45deg);
}

.hamburger-v3.is-active .line:nth-child(3) {
	-webkit-transform: translateX(-10px) rotate(45deg);
	-ms-transform: translateX(-10px) rotate(45deg);
	-o-transform: translateX(-10px) rotate(45deg);
	transform: translateX(-10px) rotate(45deg);
}

/* FOUR */
.hamburger-v4.is-active .line:nth-child(1),
.hamburger-v4.is-active .line:nth-child(3) {
	width: 40px;
}

.hamburger-v4.is-active .line:nth-child(1) {
	-webkit-transform: translateX(10px) rotate(45deg);
	-ms-transform: translateX(10px) rotate(45deg);
	-o-transform: translateX(10px) rotate(45deg);
	transform: translateX(10px) rotate(45deg);
}

.hamburger-v4.is-active .line:nth-child(3) {
	-webkit-transform: translateX(10px) rotate(-45deg);
	-ms-transform: translateX(10px) rotate(-45deg);
	-o-transform: translateX(10px) rotate(-45deg);
	transform: translateX(10px) rotate(-45deg);
}

/* FIVE */
.hamburger-v5.is-active {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.hamburger-v5.is-active .line:nth-child(2) {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.hamburger-v5 .line:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger-v5.is-active .line:nth-child(2) {
	opacity: 0;
}

.hamburger-v5.is-active .line:nth-child(1),
.hamburger-v5.is-active .line:nth-child(3) {
	width: 35px;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
}

.hamburger-v5.is-active .line:nth-child(1) {
	-webkit-transform: translateY(15px) rotate(45deg);
	-ms-transform: translateY(15px) rotate(45deg);
	-o-transform: translateY(15px) rotate(45deg);
	transform: translateY(15px) rotate(45deg);
}

.hamburger-v5.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-15px) rotate(-45deg);
	-ms-transform: translateY(-15px) rotate(-45deg);
	-o-transform: translateY(-15px) rotate(-45deg);
	transform: translateY(-15px) rotate(-45deg);
}

/* SIX */
.hamburger-v6.is-active {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger-v6.is-active .line:nth-child(2) {
	width: 0px;
}

.hamburger-v6.is-active .line:nth-child(1),
.hamburger-v6.is-active .line:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger-v6.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(13px);
}

.hamburger-v6.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(90deg);
	-ms-transform: translateY(-13px) rotate(90deg);
	-o-transform: translateY(-13px) rotate(90deg);
	transform: translateY(-13px) rotate(90deg);
}

/* SEVEN */
.hamburger-v7.is-active .line:nth-child(1) {
	width: 30px;
}

.hamburger-v7.is-active .line:nth-child(2) {
	width: 40px;
}

.hamburger-v7.is-active .line {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

/* EIGHT */
.hamburger-v8.is-active .line:nth-child(2) {
	opacity: 0;
}

.hamburger-v8.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(13px);
}

.hamburger-v8.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(90deg);
	-ms-transform: translateY(-13px) rotate(90deg);
	-o-transform: translateY(-13px) rotate(90deg);
	transform: translateY(-13px) rotate(90deg);
}

/* NINE */
.hamburger-v9 {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger-v9.is-active {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger-v9:before {
	content: '';
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	border: 5px solid transparent;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger-v9.is-active:before {
	border: 5px solid #ecf0f1;
}

.hamburger-v9.is-active .line {
	width: 35px;
}

.hamburger-v9.is-active .line:nth-child(2) {
	opacity: 0;
}

.hamburger-v9.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(13px);
}

.hamburger-v9.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(90deg);
	-ms-transform: translateY(-13px) rotate(90deg);
	-o-transform: translateY(-13px) rotate(90deg);
	transform: translateY(-13px) rotate(90deg);
}

/* TEN */
.hamburger-v10 {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger-v10.is-active {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.hamburger-v10.is-active .line:nth-child(1) {
	width: 30px;
}

.hamburger-v10.is-active .line:nth-child(2) {
	width: 40px;
}

/* ELEVEN */
.hamburger-v11 {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger-v11.is-active {
	animation: smallbig 0.6s forwards;
}

@keyframes smallbig {
	0%,
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}

.hamburger-v11.is-active .line:nth-child(1),
.hamburger-v11.is-active .line:nth-child(2),
.hamburger-v11.is-active .line:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.hamburger-v11.is-active .line:nth-child(2) {
	opacity: 0;
}

.hamburger-v11.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}

.hamburger-v11.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}

/* TWELVE */
.hamburger-v12.is-active .line:nth-child(1) {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.hamburger-v12.is-active .line:nth-child(3) {
	opacity: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.main-site {
	flex: 1;
}

.logo--main {
	height: var(--height-logo);
	z-index: 9999;
	display: block;
	display: flex;
	align-items: center;
	position: relative;
}

.logo--main > .logoImage {
	height: 100%;
	width: auto;
	max-width: 230px;
}

@media (max-width: 767px) {
	.logo--main > .logoImage {
		max-width: 180px;
	}
}

.logo--animated .logoImage--initial {
	opacity: 1;
}

.logo--animated .logoImage--scroll {
	position: absolute;
	left: 0;
	opacity: 0;
}

.footer__popup {
	text-align: center;
	position: fixed;
	width: clamp(300px, 700px, 70vw);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	padding: 50px;
	color: var(--font-color);
	background-color: var(--bg-color);
	border: 5px solid var(--font-color);
	pointer-events: none;
	opacity: 0;
}

.footer__popup.active {
	pointer-events: all;
	z-index: 999999;
	opacity: 1;
}

.footer__popup__close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-color: var(--bg-color);
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	cursor: pointer;
	color: var(--font-color);
}

/*# sourceMappingURL=style.css.map */