.video-container {
	margin: 2em 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden
}

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

.wp-block-video video {
	margin-bottom: 1em;
	height: auto;
	display: block;
	margin: 0 -1.5em;
	max-width: 120%
}




.item {
	width: 100%;
	height: 100vh;
	background-size: cover;
	display: block;
	transform-origin: 60%;
	background-position: center center;
	text-align: center;
	cursor: pointer;
	padding: 0;
	margin-bottom: 0;
	margin: 0;
	color: #fff;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}

.item:active {
	opacity: 1 !important
}

.item:focus {
	outline: none
}

.load-single .item {
	height: 66vh
}

.load-top .item {
	height: inherit;
	max-height: 45vmax
}

.load-top .item .item-background {
	position: relative
}

.load-top .item .item-wrapper {
	position: relative
}

.load-lab .item .item-desc {
	position: absolute;
	bottom: 0;
	background: #fff;
	border-right: 1px solid #e6e6e6;
	text-shadow: none;
	top: 80%
}

.load-lab .item p {
	margin: 0;
	padding: 0;
	color: #132732
}

.load-lab .item p:before {
	background-color: #132732;
	opacity: 1;
	top: -6px;
	transform: scaleX(1.3)
}

.load-lab .item h3 {
	color: #132732;
	position: relative;
	top: 0;
	bottom: auto;
	margin-top: 0.8em
}

.load-lab .item .excerpt {
	width: 100%;
	white-space: normal;
	text-transform: none;
	line-height: 1.4em;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	position: absolute;
	bottom: 0;
	margin: 0
}

.load-lab .item .excerpt p {
	letter-spacing: 0;
	height: 12vh;
	margin: 0;
	padding: 0em 4.5em;
	overflow: hidden;
	position: relative;
	color: #232323;
	top: -2em;
	display: none
}

.load-lab .item .excerpt p:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	content: "";
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
	z-index: 1000
}

.load-lab .item .excerpt .readmore {
	text-transform: none;
	line-height: 4em;
	text-align: center;
	color: #132732;
	display: none;
	border-top: 1px solid #e6e6e6;
	transition: all 0.2s
}

.item-desc {
	color: #fff;
	text-transform: uppercase;
	font-size: 3.5vw;
	position: absolute;
	top: 50%;
	margin-top: -2.1vh;
	width: 100%;
	text-shadow: 1px 1px 5px rgba(35, 35, 35, 0.15)
}

.load-lab .item-desc {
	margin-top: -12.1vh
}

.load-top .item-desc {
	display: none
}

.item-desc h3 {
	padding-top: 28vh;
	margin-bottom: 0;
	white-space: pre-wrap;
	position: absolute;
	width: 100%;
	bottom: 1.7em;
	font-size: 2.4em;
	font-weight: 700 !important;
	line-height: 1em;
	letter-spacing: 0.02em;
	font-weight: 600;
	padding: 1vh 5vh;
	transition: all 0.3s
}

.item-desc>p {
	margin-top: 2em;
	letter-spacing: 0.15em;
	font-weight: 400;
	padding: 0.2em 0.7em;
	text-align: center;
	display: inline-block;
	font-family: "proxima-nova-condensed", Helvetica, Arial, sans-serif;
	position: relative;
	transition: all 0.3s
}

.item-desc>p:before {
	display: block;
	background: #fff;
	position: absolute;
	top: -13px;
	left: 25%;
	width: 50%;
	height: 1px;
	content: "";
	opacity: 0;
	transform: scaleX(0.1);
	transition: all 0.4s
}


.item-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 100;
	transition: all 0.3s
}

.item-background {
	position: absolute;
	left: 0;
	height: auto;
	width: 101%;
	margin-left: 8px;
	transform-origin: center center;
	opacity: 0.9;
	border-radius: 12px;
}


.item-background-wrapper {
	transition: all 0.3s;
	height: 100%;
	transform-origin: center center
}


.menuicon {
	position: fixed;
	top: 0;
	right: 0;
	opacity: 1;
	cursor: pointer;
	background: #132732;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
	color: #FFF !important;
	font-size: 1.5em;
	border: none;
	z-index: 150;
	transform: scale(1);
	transition: all 0.3s
}

.menuicon .menuicon-inner {
	padding-left: 17px;
	padding-top: 17px;
	transition: all 0.3s
}

.menuicon:active .bar1 {
	transform: translateY(-2px)
}

.menuicon:active .bar3 {
	transform: translateY(2px)
}

.menuicon .bar {
	width: 23px;
	height: 3px;
	background: #FFF;
	margin-bottom: 5px;
	background-color: #FFF;
	transition: all 0.3s
}

.menuicon .bartext {
	position: absolute;
	left: 37px;
	top: -7px;
	font-weight: bold;
	text-transform: uppercase
}

.open .bar {
	background: #FFF
}

.open .bar1 {
	transform: translateY(8px) rotate(-45deg) !important
}

.open .bar2 {
	opacity: 0
}

.open .bar3 {
	transform: translateY(-8px) rotate(45deg) !important
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3)
}

.single .entry-title,
.page-template-page-user .entry-title {
	display: none
}

.page-links {
	font-size: 0.8em;
	margin: 0 -1em;
	position: relative;
	top: -5em;
	z-index: 300;
	position: relative;
	z-index: 200
}

.page-links span:nth-child(2) {
	float: right
}

.page-links span,
.page-links a,
.page-links a:hover,
.page-links a:visited {
	color: #fff
}

.header-homepage {
	position: absolute;
	top: 0;
	right: 60px
}

.header-homepage-heading {
	display: none
}

.back-link {
	display: block;
	background: #132732;
	color: #fff !important;
	text-align: center;
	font-size: 1.1em;
	height: 5em;
	line-height: 5em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-decoration: none
}

.back-link:hover,
.back-link:visited {
	content: #fff
}

.footer-homepage {
	display: inline-block;
	text-align: center
}

.logo-element,
.logo-small {
	display: none
}

.logo-header {
	display: none
}

.logo-element {
	width: 100%;
	height: 100vh;
	display: inline-block;
	vertical-align: top;
	display: block;
	position: relative
}

.logo-element-move {
	transform: translateX(0%);
	width: 100%;
	height: 100%;
	opacity: 1
}

.logo-element-background {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-position: top left;
	background: #132732 url("../images/background-pattern-large.png");
	background: url("../images/background-pattern-large.png"), linear-gradient(135deg, #1a3544 0%, #12242e 100%);
	background-size: 100px 100px, 100% 100%;
	background-size: 300px 300px, 100% 100%
}

.page-template-page-lab .logo-element-background {
	background: url("../images/background-pattern-large.png"), linear-gradient(135deg, #305f7c 0%, #326583 100%)
}

.logo-element-background-inside {
	height: 100%;
	width: 100%;
	display: none
}

.logo-dark-wrapper {
	display: block;
	z-index: 1000;
	position: absolute;
	color: #fff;
	font-size: 7em;
	font-weight: bold;
	animation-duration: 0.3s;
	animation-delay: 0s;
	animation-fill-mode: forwards
}

.logo-dark-wrapper img {
	width: 100%;
	height: auto;
	max-height: 50vh
}

.logo-dark-wrapper.hidden {
	animation-duration: 0.3s;
	animation-delay: 0s;
	animation-fill-mode: forwards
}


.logo-element-space {
	width: 53vh;
	height: 100vh;
	position: absolute;
	vertical-align: top
}

.load-lab .logo-element-background-inside {
	background: #3F73B0 url("../images/background-pattern-large.png")
}


.scrolldown {
	position: absolute;
	bottom: 6vh;
	z-index: 100;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff !important;
	line-height: 2.5em;
	text-decoration: none;
	transition: all 0.3s;
	font-family: "proxima-nova-extra-condensed", Helvetica, Arial, sans-serif;
	opacity: 0.95;
	text-transform: uppercase;
	letter-spacing: 0.2em
}

.scrolldown:hover {
	transform: translateY(-10px) !important;
	animation: none !important
}

.scrolldown:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f103";
	display: block;
	font-size: 3rem;
	text-align: center;
	animation: bounce 2s ease-in-out 0s infinite
}

div.team {
	display: block
}

.team-item {
	text-align: center;
	margin: 1.5em 0 2.5em 0
}

.team-item h4 {
	margin: 0.8em 0 0.1em 0
}

.team-item h4 a {
	text-decoration: underline
}

.team-item p {
	margin: 0;
	margin-bottom: 0.5em !important;
	font-style: italic
}

.team-item img {
	margin: auto !important;
	display: block;
	width: 70%;
	height: auto
}

.team-item .image .userimage-second {
	display: none
}

#loading path {
	stroke-dasharray: 180;
	stroke-color: red;
	stroke-dashoffset: 1000;
	animation: dash 6s linear infinite
}

.clients .clients__list {
	margin: 0;
	padding: 0;
	min-height: 50px;
	list-style-type: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -1rem
}

.clients .clients__list li {
	width: 33.33%;
	padding: 1rem
}

.clients .clients__list li img {
	width: 100%;
	height: auto;
	margin: 0
}

.map {
	width: 100%;
	height: 70vh !important;
	max-height: 70vh !important
}

.map:before {
	content: "";
	position: absolute;
	top: -20%;
	left: -25%;
	z-index: 100;
	width: 50%;
	height: 60%;
	pointer-events: none
}

.map:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20%;
	pointer-events: none
}

.mapboxgl-canvas {
	left: 0
}

.mapboxgl-popup {
	position: relative;
	left: 30px;
	font-family: "Lato", Helvetica, Arial, sans-serif
}

.mapboxgl-popup-content {
	color: #232323;
	max-width: 300px;
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.7em;
	padding: 2em !important;
	box-shadow: 2px 5px 55px rgba(0, 0, 0, 0.15) !important
}

#map .mapboxgl-ctrl-logo {
	margin-bottom: -100px
}

.marker {
	background-image: url(../images/map/markercluster.png);
	width: 75px;
	height: 78px;
	font-weight: bold;
	color: #fff;
	background-size: contain;
	line-height: 40px;
	padding-right: 3px;
	text-align: center
}



.page-template-page-user #inner-content {
	padding-top: 12vh
}

.page-template-page-user .lwa {
	max-width: 400px;
	background: #fff;
	padding: 1em 0
}

.page-template-page-user .blue-btn,
.page-template-page-user .comment-reply-link,
.page-template-page-user #submit {
	margin: 1.2em 0
}

.page-template-page-user .lwa-links-remember {
	display: none
}

.page-template-page-user table,
.page-template-page-user td,
.page-template-page-user tr {
	border: none !important;
	background: 0 !important
}

.logo-header-dark {
	display: none
}

.page-template-page-top .logo-header {
	transform: none !important
}


.page-template-page-top sidebar {
	display: block
}



.load-lab .page-article {
	width: calc(70vw * 0.8);
	max-width: 750px;
	margin: auto;
	display: block
}

.mfp-img {
	animation-name: mfp-image;
	animation-duration: 0.2s;
	animation-fill-mode: forwards
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	overflow: hidden;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 0px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur #container {
	filter: blur(10px)
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #CCC
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}