@font-face {
	font-family: 'jak';
	src: url('fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
		url('fonts/PlusJakartaSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'jak';
	src: url('fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
		url('fonts/PlusJakartaSans-Medium.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'jak';
	src: url('fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
		url('fonts/PlusJakartaSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

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

body {
	font-family: 'jak', sans-serif;
	margin: 0;
	background: #fff;
	color: #222;
	font-size: 17px;
	line-height: normal;
	width: 100% !important;
}

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

main {
	display: block;
	margin-top: 10px;
}

main article {
	line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	margin-top: 40px;
	font-size: var(--h2-size);
	line-height: var(--h2-line);
	color: var(--red-text);
}

h3 {
	font-size: var(--h3-size);
	line-height: var(--h3-line);
}

p {
	margin-bottom: 1.5em;
}

a {
	background-color: transparent;
	color: #0044cc;
	transition: all .2s ease-in-out;
}

a:visited {
	color: #0044cc;
}

a:hover, a:focus, a:active {
	color: #0044cc;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

:root {
	--red-text: #DC3535;
	--h2-size: 24px;
	--h2-line: 32px;
	--h3-size: 20px;
	--h3-line: 28px;
	--user-red-color: #DC3535;
	--grid-min-size: 340px;
}

.has-red-heading-background-color {
	background-color: var(--user-red-color);
}

.has-red-heading-color {
	color: var(--user-red-color);
}

.has-white-user-text-color {
	color: #fff;
}

p.has-background {
	padding: 1.25em 1.275em;
}

.site {
	padding: 0 30px;
	display: grid;
	gap: 120px;
	grid-template-columns: 2fr 1fr;
}

aside {
	margin-top: 40px;
}

aside ul {
	margin: 10px 30px 0 0;
	padding: 0;
	list-style: none;
	position: fixed;
}

aside ul li {
	text-align: right;
}

aside ul li img {
	display: block;
}

.bg-img {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    z-index: -1;
}

#bg-img-1 {
    z-index: -2;
}

#bg-img-2 {
    z-index: -1;
}

.home .site-branding {
	display: none;
}

.start-container {
	position: absolute;
	max-width: 640px;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.start-logo {
	background: rgba(255, 255, 255, .85);
	padding: 40px 70px;
	margin-bottom: 0;
	border-radius: 8px;
}

.start-content {
	background: #fff;
	padding: 25px 70px;
	display: none;
}

.start-content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
	color: var(--red-text);
	margin: 0 auto 20px auto;
}

.start-content .wp-block-buttons>.wp-block-button {
	margin-bottom: 0;
	text-transform: uppercase;
}

.red-button a:hover {
	background-color:rgba(222, 222, 222, .6);
	color: #000 !important;
}

.red-button a:visited {
	color: #fff;
}

.job-container, .news-container {
	background: #f2f2f2;
	padding: 25px;
	margin-bottom: 50px;
}

.job-container h2, .news-container h2 {
	margin-top: 0;
}

.job-container h3, .news-container h3 {
	margin-bottom: 5px;
	color: var(--red-text);
}

.job-container ul, .news-container ul {
	margin: 0;
	padding-left: 19px;
}

.news-container h2 {
	text-transform: uppercase;
}

.news-container h3 {
	margin-bottom: -15px;
}

.news-container p:last-child {
	margin-bottom: 0;
}

.site-header {
	position: fixed;
	width: 100%;
	min-height: 135px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	padding: 25px 0 0 0;
}

.home .site-header {
	background: rgba(0, 0, 0, 0.6);
	padding: 0;
	min-height: 75px;
}

.site-branding {
	padding: 0 0 0 30px;
	text-transform: uppercase;
}

.site-branding a {
	font-size: 22px;
	color: var(--red-text);
	font-weight: 600;
	text-decoration: none;
}

.nav-wrapper {
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: 75px;
	padding: 0 15px;
}

.nav-space {
	position: relative;
	height: 145px;
	pointer-events: none;
}

.home .nav-space {
	height: 75px;
}

.main-navigation ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	font-size: 18px;
}

.main-navigation ul li a {
	text-decoration: none;
	padding: 0 15px;
	color: #325664;
}

.main-navigation ul li.current-menu-item>a {
	color: var(--red-text);
}

.main-navigation ul li a:hover {
	color: var(--red-text);
	text-decoration: none;
}

.home .main-navigation ul li a {
	color: #fff;
}

.home .main-navigation ul li a:hover {
	color: var(--red-text);
}

.footer-dist {
	height: 100px;
	width: 100%;
	position: relative;
	margin-top: 50px;
	pointer-events: none;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	left: 0;
	padding: 0 30px;
	border-top: 1px solid #DDDDDD;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer a,
footer a:hover,
footer a:visited {
	color: #000;
	text-decoration: none;
}

footer img {
	max-width: 190px;
}

.page-template-page-start .footer-dist,
.page-template-page-start footer {
	display: none;
}

.navigation-list {
	display: none;
}

#mobile-navigation-trigger {
	position: fixed;
	z-index: 999;
	right: 10px;
	top: 12px;
	display: none;
}

@media only screen and (max-width: 1365px) {
	.main-navigation ul {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1220px) {
	.nav-wrapper {
		justify-content: center;
		flex-direction: column;
		align-items: flex-start;
		line-height: 28px;
	}
}

@media only screen and (max-width: 1150px) {
	.site {
		padding: 0 30px;
		display: grid;
		gap: 0;
		grid-template-columns: 2fr 0fr;
	}
}

@media only screen and (max-width: 768px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
	}

	h1 {
		line-height: 38px;
	}

	main {
		margin-top: 50px;
	}

	.widget-area {
		display: none;
	}

	#mobile-navigation-trigger {
		display: block;
	}

	.nav-wrapper {
		display: none;
	}

	.home .site-header {
		background: rgba(255, 255, 255, 0.6);
	}

	.site-header {
		min-height: 78px;
	}

	.nav-space {
		height: 55px;
	}

	.start-logo {
		padding: 20px 20px 12px 20px;
	}

	.navigation-list {
		height: 100vh;
		width: 100vw;
		background: var(--black);
		color: #fff;
		position: fixed;
		z-index: 998;
		opacity: 0;
		transition: all .2s ease-in-out;
		margin-top: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		pointer-events: none;
		background: #000;
	}

	.navigation-list>nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
	}

	.navigation-list>nav ul li a {
		list-style: none;
		font-weight: 500;
		font-size: 17px;
		letter-spacing: 0.1em;
		text-align: center;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		margin-bottom: 30px;
		display: block;
	}

	.navigation-list nav div ul li.current_page_item a {
		color: var(--red-text);
		text-decoration: none;
	}

	.navigation-list.is-open {
		opacity: 1;
		margin-top: 0;
		pointer-events: all;
	}

	.hamburger {
		padding: 15px 15px;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
	}

	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background-color: var(--red-text);
	}

	.hamburger-box {
		width: 40px;
		height: 24px;
		display: inline-block;
		position: relative;
	}

	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 40px;
		height: 4px;
		background-color: var(--red-text);
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

	.hamburger-inner::before,
	.hamburger-inner::after {
		content: "";
		display: block;
	}

	.hamburger-inner::before {
		top: -10px;
	}