/*
███╗░░██╗███████╗████████╗░██████╗░███████╗███╗░░██╗███████╗██████╗░░█████╗░████████╗░█████╗░██████╗░
████╗░██║██╔════╝╚══██╔══╝██╔════╝░██╔════╝████╗░██║██╔════╝██╔══██╗██╔══██╗╚══██╔══╝██╔══██╗██╔══██╗
██╔██╗██║█████╗░░░░░██║░░░██║░░██╗░█████╗░░██╔██╗██║█████╗░░██████╔╝███████║░░░██║░░░██║░░██║██████╔╝
██║╚████║██╔══╝░░░░░██║░░░██║░░╚██╗██╔══╝░░██║╚████║██╔══╝░░██╔══██╗██╔══██║░░░██║░░░██║░░██║██╔══██╗
██║░╚███║███████╗░░░██║░░░╚██████╔╝███████╗██║░╚███║███████╗██║░░██║██║░░██║░░░██║░░░╚█████╔╝██║░░██║
╚═╝░░╚══╝╚══════╝░░░╚═╝░░░░╚═════╝░╚══════╝╚═╝░░╚══╝╚══════╝╚═╝░░╚═╝╚═╝░░╚═╝░░░╚═╝░░░░╚════╝░╚═╝░░╚═╝

██████╗░███████╗██████╗░██╗░░░░░██╗███╗░░██╗░░░
██╔══██╗██╔════╝██╔══██╗██║░░░░░██║████╗░██║░░░
██████╦╝█████╗░░██████╔╝██║░░░░░██║██╔██╗██║░░░
██╔══██╗██╔══╝░░██╔══██╗██║░░░░░██║██║╚████║░░░
██████╦╝███████╗██║░░██║███████╗██║██║░╚███║██╗
╚═════╝░╚══════╝╚═╝░░╚═╝╚══════╝╚═╝╚═╝░░╚══╝╚═╝

Theme Name: ASB
Author: Netgenerator GmbH
Author URI: https://www.netgenerator.de/
Description: Individuell für ASB
Version: 1.0
*/

:root
{
	scroll-behavior: auto;
	--yellow:#FFEE00;
	--red:#D00809;
	--orange:#e36405;
	--gray:#252525;
}

/* noto-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/noto-sans-v39-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/noto-sans-v39-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/noto-sans-v39-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/noto-sans-v39-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/noto-sans-v39-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root
{
	--container-width:100%;
}

@media (min-width: 576px) 
{
    :root
    {
    	--container-width:540px;
    }
}

@media (min-width: 768px) 
{
    :root
    {
    	--container-width:720px;
    }
}

@media (min-width: 992px) 
{
    :root
    {
    	--container-width:960px;
    }
}

@media (min-width: 1200px) 
{
    :root
    {
    	--container-width:1140px;
    }
}

@media (min-width: 1400px) 
{
    :root
    {
    	--container-width:1320px;
    }
}

html
{
	font-size: 10px;
}

body
{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.8rem;
	color: var(--gray);
	background: #fff;
	overflow-x: hidden;
	max-width: 100%;
	position: relative;
}

@media (min-width:992px)
{
	body
	{
		font-size: 2rem;
	}
}

body.menu-open
{
	overflow:hidden;
}

.row
{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.row > div
{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.container
{
	padding: 0 1.5rem;
}

.page-header
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	background:#fff;
	flex-wrap:wrap;
	background:var(--yellow);
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding:1.8rem 0;
	height:9rem;
}

.page-header .page-logo
{
	display:inline-block;
	width:14rem;
}

@media (min-width:1200px)
{
	.page-header .page-logo
	{
		display:inline-block;
		width:auto;
	}
}

.page-header .container
{
	display: flex;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hamburger
{	
	padding:0;
	height:24px;
}

.hamburger-box
{
	height:2.4rem;
	width:3rem;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before
{
	height:.2rem;
	width:3rem;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before,
.page-header--dark.scrolled .hamburger-inner, .page-header--dark.scrolled .hamburger-inner:after, .page-header--dark.scrolled .hamburger-inner:before,
.page-header--dark.scrolled .hamburger.is-active .hamburger-inner, .page-header--dark.scrolled .hamburger.is-active .hamburger-inner:after, .page-header--dark.scrolled .hamburger.is-active .hamburger-inner:before
{
	background-color: #000;
}

.page-header--dark .hamburger-inner, .page-header--dark .hamburger-inner:after, .page-header--dark .hamburger-inner:before,
.page-header--dark .hamburger.is-active .hamburger-inner, .page-header--dark .hamburger.is-active .hamburger-inner:after, .page-header--dark .hamburger.is-active .hamburger-inner:before
{
	background-color: #000;
}

.hamburger.is-active:hover, .hamburger:hover, .scrollbar-macosx:hover>.scroll-element .scroll-bar, .scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar
{
	opacity:1;
}

#menu-overlay
{
	position: fixed;
	top:7rem;
	left: 0;
	width: 100%;
	height: calc(100dvh - 9rem);
	min-height: 100dvh;
	background:var(--yellow);
	z-index: 99999;
	padding: 1rem 0 10rem 0;
	display: none;
	color: var(--gray);
}

@media (min-width:992px)
{
	#menu-overlay
	{
		height: calc(100dvh - 10rem);
		top:10rem;
	}
}

.menu-top-mobile
{
	font-size: 2.2rem;
	color: #fff;
}

.menu-top-mobile a
{
	text-decoration: none;
	position:relative;
	display:block;
	color:#000;
}

.menu-top-mobile a:hover
{
	text-decoration:none;
	color:#000;
}

.menu-top-mobile a span
{
	display:block;
	border-bottom:1px solid var(--red);
	padding:1rem 0;
}

.menu-top-mobile li
{
	margin:0;
	padding:0;
}

.menu-top-mobile li:last-child
{
	border:none;
}

.menu-top-mobile li:before
{
	display: none;
}

.menu-top-mobile > li > a:before
{
	position:absolute;
	left:0;
	top:1.4rem;
	font-size:2.2rem;
	line-height:2rem;
	color:rgba(255,255,255,.5);
}

.menu-top-mobile ul {
	display: none;
	padding: 1rem 0 2rem 0;
	font-size:1.5rem;
}

.menu-top-mobile .sub-menu-open {
	display: block;
}

.menu-top-mobile .menu-item-has-children>span {
	width: 4rem;
	height: 4rem;
	background: url(assets/images/chevron-4.svg) center center no-repeat;
	background-size: 2rem 2rem;
	display: inline-block;
	position: absolute;
	right: 0;
	top: .5rem;
	cursor: pointer;
}

.menu-top-mobile .sub-menu-open>span {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu-top-mobile ul {
	margin-left: 1rem;
}

.menu-top-mobile ul ul {
	margin-left: 2rem;
}

.menu-top-mobile li:last-child ul:last-child {
	padding-bottom: 0rem;
}

#menu-overlay .container
{
	height: 100%;
}

#menu-overlay .scrollbar-macosx
{
	height: 100%;
}

.page-header .right
{
	margin-left:auto;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	flex-wrap:wrap;
}

.menu-top-desktop
{
	margin:0;
	display: flex;
	font-size:1.5rem;
	line-height:2.2rem;
	align-items:center;
}

.menu-top-desktop > li:not(:first-child)
{
	margin-left:2rem;
}

@media (min-width:1200px)
{
	.menu-top-desktop > li:not(:first-child)
	{
		margin-left:2rem;
	}
}

@media (min-width:1400px)
{
	.menu-top-desktop > li:not(:first-child)
	{
		margin-left:2.5rem;
	}
}

.menu-top-desktop li a
{
	color:#000;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position:relative;	
	display:block;
}

.menu-top-desktop li a:hover,
.menu-top-desktop .current-menu-item > a,
.menu-top-desktop .sfHover > a
{
	color:var(--red);
}

.menu-top-desktop > li > a:before
{
	content:'';
	width:0;
	height:.1rem;
	background:var(--red);
	position:absolute;
	left:0;
	bottom:-.3rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu-top-desktop li a:hover:before,
.menu-top-desktop .current-menu-item a:before
{
	width:100%;
}

.menu-top-desktop li.btn--contact
{
	margin-left:1.5rem;
}

@media (min-width:1200px)
{
	.menu-top-desktop li.btn--contact
	{
		margin-left:2.5rem;
	}
}

@media (min-width:1400px)
{
	.menu-top-desktop li.btn--contact
	{
		margin-left:5rem;
	}
}

.menu-top-desktop .btn--contact a
{
	font-weight:700;
	color:var(--red);
	border:1px solid var(--red);
	min-height:4.4rem;
	display:inline-flex;
	align-items:center;
	padding:.5rem 2rem;
	border-radius:2px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration:none;
}

@media (min-width:1200px)
{
	.menu-top-desktop .btn--contact a
	{
		padding:.5rem 5rem;
	}
}

.menu-top-desktop .btn--contact a:hover,
.menu-top-desktop .btn--contact.current-menu-item a
{
	color:#fff;
	background:var(--red);
	text-decoration:none;
}

.menu-top-desktop .btn--contact a:before
{
	display:none !important;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.menu-top-desktop ul 
{
	padding:2rem 3rem;
	background: var(--yellow);
	font-size:1.4rem;
	width:26rem;
	top:calc(100% + .2rem);
	left:-3rem;
}

.menu-top-desktop ul.sub-menu li a {
	line-height: 2rem;
}

.menu-top-desktop ul ul
{
	left:calc(100% + 2rem);
	top:-1rem;
}

.menu-top-desktop ul li
{
	margin:0;
}

.menu-top-desktop ul li:not(:first-child)
{
	padding-top:1rem;
}

.menu-top-desktop ul li:not(:last-child)
{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom:1rem;
}

/* page content */

.page-content
{
	overflow:hidden;
	padding:8rem 0 0 0;
}

.content-block
{
	margin-bottom:5rem;
	position:relative;
}

@media (min-width:992px)
{
	.content-block
	{
		margin-bottom:10rem;
	}
}

.content-block:last-child
{
	margin-bottom:0;
}

.block-type-1
{
	padding:10rem 0 8rem 0;
	margin-top:-2rem;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.block-type-2
{
	z-index:10;
}

.block-type-2 .wrap
{
	position:relative;
}

.block-type-2 .wrap .photo-bg
{
	position:absolute;
	top:0;
	left:0;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background-position:center;
}

.block-type-2 .container
{
	position:relative;
	z-index:10;
	min-height:54rem;
	padding-top:10rem;
	padding-bottom:5rem;
}

.block-type-3
{
	padding:10rem 0 8rem 0;
	margin-top:-2rem;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index:10;
}

.block-type-3 .row
{
	align-items:center;
}

.block-type-3 picture
{
	display:block;
	position:relative;
	margin-bottom:4rem;
}

@media (min-width:992px)
{
	.block-type-3 picture
	{
		margin-bottom:0;
	}
}

.block-type-3 picture:before
{
	content:'';
	width:calc(100% + (100vw - var(--container-width) / 2));
	height:28rem;
	background:var(--yellow);
	position:absolute;
	top:2.5rem;
	right:-5.5rem;
	border-radius:8px;
}

@media (min-width:1200px)
{
	.block-type-3 picture:before
	{
		height:43rem;
	}
}

.block-type-3 img
{
	border-radius:8px;
	position:relative;
	z-index:10;
}

.block-type-2 .heading:before,
.block-type-3 .heading:before,
.block-type-4 .heading:before,
.block-type-8 .heading:before,
.block-type-11 .heading:before,
.block-type-12 .heading:before,
.block-type-13 .heading:before,
.block-type-14 .heading:before,
.block-type-15 .heading:before,
.block-type-16 .heading:before
{
	content:'';
	width:6.7rem;
	height:6.7rem;
	position:absolute;
	left:-2.6rem;
	top:-2rem;
	background:url(assets/images/icon-plus-yellow.svg);
	background-size:6.7rem 6.7rem;
}

.block-type-4 .heading:before,
.block-type-8 .heading:before,
.block-type-14 .heading:before
{
	background:url(assets/images/icon-plus-orange.svg);
	background-size:6.7rem 6.7rem;
}

.block-type-4
{
	padding:10rem 0 8rem 0;
	background:var(--red);
	margin-top:-2rem;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color:#fff;
}

.block-type-4 .row
{
	align-items:center;
}

.block-type-4 .column-1
{
	margin-bottom:5rem;
}

@media (min-width:992px)
{
	.block-type-4 .column-1
	{
		margin-bottom:0;
	}
}

.block-type-4 picture
{
	position:relative;
	display:block;
}

.block-type-4 picture .logo
{
	position:absolute;
	left:-4rem;
	top:5rem;	
}

.block-type-4 picture .logo img
{
	width:33rem;
}

.block-type-4 picture .photo-text
{
	position:absolute;
	left:-1rem;
	bottom:2rem;	
	background:#fff;
	width:100%;
	border-radius:20px;
	color:#000;
	padding:2.2rem 2.2rem 2.2rem 5rem;
}

@media (min-width:992px)
{
	.block-type-4 picture .photo-text
	{
		left:-4rem;
		bottom:7rem;
	}
}

.block-type-4 picture .photo-text *:last-child
{
	margin:0;
}

.block-type-4 picture .photo-text p
{
	font-size:1.8rem;
	line-height:2.5rem;
}

.block-type-4 picture .photo-text span
{
	width:3.6rem;
	height:3.6rem;
	background:var(--yellow);
	border-radius:50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position:absolute;
	left:-1.5rem;
	top:-1.5rem;
}

.block-type-4 picture .photo-text span:before
{
	content:'';
	border: 1px solid var(--yellow);
    height: 3.6rem;
    width: 3.6rem;
    position: absolute;
    left: 0;
    top:0;    
    opacity: 1;
    border-radius:50%;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
}

@keyframes pulsate {
    0% {-webkit-transform: scale(1, 1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.5, 1.5); opacity: 0.0;}
}

.block-type-4 picture > img
{
	border-radius:8px;
}

.block-type-5
{
	margin-top:-2rem;
	background:var(--yellow);
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.block-type-5 .column-1
{
	padding-top:8rem;
	padding-bottom:8rem;
}

.block-type-5 .heading
{
	margin-bottom:2rem;
}

.block-type-5 .text-block--main
{
	margin-bottom:3rem;
}

@media (min-width:768px)
{
	.block-type-5 .text-block--main
	{
		padding-right:15rem;
	}
}

.block-type-5 .column-2
{
	position:relative;
}

.block-type-5 .column-2 img
{	
	max-height:calc(100% + 6rem);
	position:relative;
	left:0;
	bottom:0;
	z-index:10;
}

@media (min-width:992px)
{
	.block-type-5 .column-2 img
	{
		position:absolute;
		max-width:none;
	}
}

.block-type-5 .column-2:before
{
	content:'';
	width:58.4rem;
	height:15.5rem;
	background:url(assets/images/dash-1.svg);
	background-size:58.4rem 15.5rem;
	position:absolute;
	left:-20rem;
	top:50%;
	margin-top:-7.5rem;
}

.block-type-6
{
	padding:10rem 0 8rem 0;
	margin-top:-2rem;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background:var(--red);
}

.block-type-6 .column-1
{
	margin-bottom:4rem;
}

@media (min-width:992px)
{
	.block-type-6 .column-1
	{
		margin:0;
	}
}

.block-type-6 .top .heading
{
	margin-bottom:8rem;
}

.block-type-6 .heading span > span
{
	color:var(--yellow);
}

.block-type-6 .info
{
	margin:0 0 8rem 0;
}

.block-type-6 .info li
{
	padding:0;
	margin-bottom:2.4rem;
	padding:2.4rem;
	border:1px solid var(--yellow);
	border-radius:10px;
	color:#fff;
	font-size:1.7rem;
	font-weight:500;
}

.block-type-6 .info li:last-child
{
	margin-bottom:0;
}

.block-type-6 .info li:before
{
	display:none;
}

.block-type-6 .info a,
.block-type-6 .info span
{
	display:inline-block;
	padding-left:4rem;
	color:#fff;
	position:relative;
	text-decoration:none;
}

.block-type-6 .info .email a:before
{
	content:'';
	width:2.4rem;
	height:2.4rem;
	background:url(assets/images/icon-email.svg);
	background-size:2.4rem 2.4rem;
	position:absolute;
	left:0;
	top:.2rem;
}

.block-type-6 .info .phone
{
	background:var(--yellow);
}

.block-type-6 .info .phone a:before
{
	content:'';
	width:2.4rem;
	height:2.4rem;
	background:url(assets/images/icon-phone.svg);
	background-size:2.4rem 2.4rem;
	position:absolute;
	left:0;
	top:.2rem;
}

.block-type-6 .info .phone a
{
	color:#000;
}

.block-type-6 .info .address span:before
{
	content:'';
	width:2.4rem;
	height:2.8rem;
	background:url(assets/images/icon-address.svg);
	background-size:2.4rem 2.8rem;
	position:absolute;
	left:0;
	top:-.2rem;
}

.block-type-6 .social 
{
	display:flex;
	margin:0 0 4rem 0;
	align-items:center;
}

.block-type-6 .social li
{
	margin-right:2.5rem;
	padding:0;
}

.block-type-6 .social li:before
{
	display:none;
}

.block-type-6 .social li a
{
	width:6.4rem;
	height:6.4rem;
	border-radius:50%;
	background:var(--yellow);
	display:inline-flex;
	align-items:center;
	justify-content:center;
}

.block-type-7
{
	padding:10rem 0 8rem 0;
	margin-top:-2rem;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background:var(--red);
}

.block-type-7a
{
	padding:10rem 0 8rem 0;
	margin-top:-2rem;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background:var(--red);
}

.block-type-7a .bite-jobs-list--noresult
{
	padding:3.5rem 3.5rem !important;
	margin:0;
	position:relative;
	border-radius:8px;
	border-bottom:1px solid transparent;
	color:var(--red);
	font-size:2rem;
	font-weight:700;
	background:#fff !important;
}

.block-type-8
{
	margin-top:-2rem;
	background:var(--red);
	color:#fff;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index:30;
}

.block-type-8 .photo-bg
{
	height:39rem;
}

.block-type-8 .container--top
{
	padding-top:6rem;
}

.block-type-8 .top
{
	padding:7rem 0 8rem 0;
}

.block-type-8 .column-1
{
	margin-bottom:4rem;
}

@media (min-width:992px)
{
	.block-type-8 .column-1
	{
		margin:0;
	}
}

.block-type-8 .heading
{
	margin-bottom:7rem;
}

.block-type-8 .form-wrap
{
	margin-bottom:-15rem;
	position:relative;
}

.block-type-8 .form-wrap .logo
{
	margin:0 0 5rem -9.3rem;
	max-width:none;
	display:inline-block;
	height:6rem;
}

.block-type-8 .row--contact
{
	margin-bottom:3rem;
}

.block-type-8 .row--contact p
{
	position:relative;
	padding-left:3rem;
	font-size:1.7rem;
	line-height:2.5rem;
	color:#000;
	margin-bottom:.5rem;
}

.block-type-8 .row--contact p span
{
	font-weight:700;
}

.block-type-8 .row--contact a,
.block-type-8 .row--contact a:hover
{
	color:#000;
	text-decoration:none;
}

.block-type-8 .row--contact .person
{
	font-weight:700;
}

.block-type-8 .row--contact .person:before
{
	content:'';
	width:2rem;
	height:2rem;
	position:absolute;
	top:.2rem;
	left:.2rem;
	background:url(assets/images/icon-person.svg) center center no-repeat;
	background-size:2rem 2rem;
}

.block-type-8 .row--contact .address:before
{
	content:'';
	width:2.4rem;
	height:2.4rem;
	position:absolute;
	top:.2rem;
	left:0;
	background:url(assets/images/icon-address2.svg) center center no-repeat;
	background-size:2.4rem 2.4rem;
}

.block-type-8 .row--contact .phone:before
{
	content:'';
	width:1.7rem;
	height:1.7rem;
	position:absolute;
	top:.4rem;
	left:0;
	background:url(assets/images/icon-phone2.svg) center center no-repeat;
	background-size:1.7rem 1.7rem;
}

.block-type-8 .row--contact .fax:before
{
	content:'';
	width:2rem;
	height:2rem;
	position:absolute;
	top:.3rem;
	left:0;
	background:url(assets/images/icon-fax.svg) center center no-repeat;
	background-size:2rem 2rem;
}

.block-type-8 .row--contact .email:before
{
	content:'';
	width:1.7rem;
	height:1.7rem;
	position:absolute;
	top:.3rem;
	left:.1rem;
	background:url(assets/images/icon-email2.svg) center center no-repeat;
	background-size:1.7rem 1.7rem;
}

.block-type-9
{
	padding-bottom:5rem;
}

.block-type-9 .heading
{
	margin-bottom:7rem;
}

.block-type-10
{
	background:#F3F3F3;
	padding:10rem 0 8rem 0;
	margin-top:-2rem;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.block-type-10 .column-1
{
	margin-bottom:6rem;
}

@media (min-width:992px)
{
	.block-type-10 .column-1
	{
		margin-bottom:0;
	}
}

.block-type-10 .tabs-nav
{
	margin:0 0 4rem 0;
}

@media (min-width:992px)
{
	.block-type-10 .tabs-nav
	{
		margin:0 0 10rem 0;
	}
}

.block-type-10 .tabs-nav li
{
	cursor:pointer;
	padding:0;
	font-size:3rem;
	line-height:4rem;
	margin-bottom:2.5rem;
	font-weight:700;
	hyphens: auto;
	hyphenate-limit-chars: auto;
	hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 5;
	-webkit-hyphenate-limit-lines: 2;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 5;
	-ms-hyphenate-limit-lines: 2;
}

.block-type-10 .tabs-nav li:last-child
{
	margin-bottom:0;
}

.block-type-10 .tabs-nav .active
{
	font-size:4.2rem;
	line-height:5rem;
}

.block-type-10 .tabs-nav li:before
{
	display:none;
}

.block-type-10 .tabs-content > div
{
	display:none;
}

.block-type-10 .tabs-content > .active
{
	display:block;
}

.block-type-11
{
	padding:15rem 0 12rem 0;
	margin-top:-2rem;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background:#F3F3F3;
	z-index:25;
}

.block-type-11 .column-1
{
	margin-bottom:4rem;
}

@media (min-width:992px)
{
	.block-type-11 .column-1
	{
		margin:0;
	}
}

.block-type-11 .heading
{
	margin-bottom:8rem;
}

.block-type-11 .buttons
{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

.block-type-11 .buttons .btn
{
	margin:0 1.6rem 1.6rem 0;
}

.block-type-12
{
	padding:15rem 0 12rem 0;
	margin-top:-2rem;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background:var(--yellow);
	color:#000;
	z-index:20;
}

.block-type-12 .row
{
	align-items:center;
}

.block-type-12 .column-1
{
	margin-bottom:4rem;
}

@media (min-width:992px)
{
	.block-type-12 .column-1
	{
		margin:0;
	}
}

.block-type-13
{
	padding:12rem 0 8rem 0;
	margin-top:-2rem;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background:#fff;
	z-index:15;
}

.block-type-13 .column-1
{
	margin-bottom:4rem;
}

@media (min-width:992px)
{
	.block-type-13 .column-1
	{
		margin:0;
		padding-top:5rem;
	}
}

.block-type-13 .row--gallery
{
	margin:0 -.8rem;
}

.block-type-13 .row--gallery > div
{
	padding:0 .8rem;
	margin-bottom:1.6rem;
}

.block-type-13 .row--gallery > div img
{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.block-type-13 .row--gallery a
{
	display:block;
}

.block-type-14
{
	padding:12rem 0 8rem 0;
	margin-top:-2rem;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background:var(--red);
	z-index:10;
}

.block-type-14 .column-1
{
	margin-bottom:4rem;
}

@media (min-width:992px)
{
	.block-type-14 .column-1
	{
		margin:0;
		padding-top:5rem;
	}
}

.block-type-14 .row
{
	align-items:center;
}

.block-type-14 .area-locations
{
	display:flex;
	flex-wrap:wrap;
}

.block-type-14 .area-locations .btn
{
	margin:0 1.6rem 1.6rem 0;
	min-width:20rem;
}

.block-type-15
{
	padding:10rem 0 0 0;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index:50;
	overflow:hidden;
}

.block-type-15 .heading
{
	margin-bottom:3rem;
}

@media (min-width:992px)
{
	.block-type-15 .heading
	{
		margin-bottom:0;
	}
}

.block-type-15 .row
{
	align-items:center;
	margin-bottom:3rem;
}

@media (min-width:992px)
{
	.block-type-15 .column-2
	{
		text-align:right;
	}
}

.block-type-15 .text-block p
{
	font-size:3rem;
	line-height:3.5rem;
}

.block-type-15 .text-block--main
{
	margin-bottom:3.5rem;
}

.block-type-15 .slide
{
	height:20rem;
	background-size:cover;
	background-position:bottom;
	width:100%;
}

@media (min-width:992px)
{
	.block-type-15 .slide
	{
		height:25rem;
	}
}

@media (min-width:992px)
{
	.block-type-15 .slide
	{
		height:35rem;
	}
}

@media (min-width:1200px)
{
	.block-type-15 .slide
	{
		height:35rem;
	}
}

@media (min-width:1400px)
{
	.block-type-15 .slide
	{
		height:50rem;
	}
}

.block-type-16
{
	padding:12rem 0 8rem 0;
	margin-top:-2rem;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index:15;
	overflow:hidden;
	background:#fff;
}

.block-type-16 .heading
{
	margin-bottom:6rem;
}

@media (min-width:992px)
{
	.block-type-16 .heading
	{
		margin-bottom:12rem;
	}
}

.block-type-16 .locations-maps .map
{
	display:none;
}

.block-type-16 .locations-maps .map.active
{
	display:block;
}

.locations-list
{
	margin-bottom:3rem;
}

@media (min-width:992px)
{
	.locations-list
	{
		margin-bottom:6rem;
	}
}

.block-type-16 .locations-list > div
{	
	margin-bottom:1rem;
}

.block-type-16 .locations-list .opener
{
	color:#1E1E1E;
	font-size:2rem;
	font-weight:600;
	cursor:pointer;
	background:var(--yellow);
	padding:1.5rem 5rem 1.5rem 3rem;
	position:relative;
	border-radius:10px;
	cursor:pointer;
}

.block-type-16 .locations-list .item--special .opener
{
	background:rgba(0,99,227,1);
	color:#fff;
}

.block-type-16 .locations-list .opener:after
{
	content:'';
	width:2.4rem;
	height:2.4rem;
	top:50%;
	margin-top:-1.2rem;
	background:url(assets/images/icon-plus.svg) center center no-repeat;
	position:absolute;
	right:2rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.block-type-16 .locations-list .item--special .opener:after
{
	background:url(assets/images/icon-plus2.svg) center center no-repeat;
}

.block-type-16 .locations-list .item.active .opener:after
{
	background:url(assets/images/icon-minus.svg) center center no-repeat;
}

.block-type-16 .locations-list .item--special.active .opener:after
{
	background:url(assets/images/icon-minus2.svg) center center no-repeat;
}

.block-type-16 .locations-list .content
{
	display:none;
	background:#FFEE0030;
	padding:2rem 5rem 3rem 3rem;
	color:#252525;
}

.block-type-16 .locations-list .item:first-child .content
{
	display:block;
}

.block-type-16 .locations-list .content .row
{
	margin-bottom:1.5rem;
}

.block-type-16 .locations-list .content .row p
{
	margin:0;
}

.block-type-16 .locations-list .content .row p span
{
	font-weight:700;
}

.block-type-16 .locations-list .content .row p a,
.block-type-16 .locations-list .content .row p a:hover
{
	text-decoration:none;
}

.google-map
{
	height:55rem;
	width:100%;
	border-radius:10px;
}

.services
{
	margin:0;
}

.page-content .services li
{
	padding:1.5rem 3rem 1.6rem 5.5rem;
	border:1px solid var(--red);
	margin-bottom:1.5rem;
	border-radius:10px;
	font-size:1.8rem;
	line-height:2.6rem;
	position:relative;
}

.page-content .services li:before
{
	content:'';
	width:1.6rem;
	height:1.6rem;
	background:url(assets/images/icon-checkmark.svg);
	background-size:1.6rem 1.6rem;
	top:2.5rem;
	left:2rem;
	position:absolute;
}

.form-wrap
{
	border-radius:24px;
}

.form-wrap--gray
{
	background:#EEEEEE;
	padding:3rem 3rem;
}

@media (min-width:992px)
{
	.form-wrap--gray
	{
		padding:4.8rem;
	}
}

.form-wrap--yellow
{
	background:var(--yellow);
	padding:4.8rem;
	position:relative;
}

.form-wrap--yellow .contact-form
{
	color:#000;
}

.background--dark .text-block
{
	color:#fff;
}

.background--light .text-block
{
	color:#000;
}

.background--dark .heading:before
{
	background:url(assets/images/icon-plus-orange.svg);
	background-size:6.7rem 6.7rem;
}

.block-type-4.background--light .heading:before
{
	background:url(assets/images/icon-plus-red.svg);
	background-size:6.7rem 6.7rem;
}

.block-type-12.background--light .heading:before
{
	background:url(assets/images/icon-plus-red.svg);
	background-size:6.7rem 6.7rem;
}

/* END page content */

.page-footer
{
	background:#252525;
	color:#fff;
	padding:7rem 0 3rem 0;
	margin-top:-2rem;
	font-size:1.4rem;
	line-height:2.4rem;
	font-weight:500;
}

.page-footer .top .row > div
{
	margin-bottom:4rem;
}

@media (min-width:992px)
{
	.page-footer .top .row > div
	{
		margin-bottom:0;
	}
}

.page-footer p,
.page-footer ul
{
	font-size:1.4rem;
	line-height:3rem;
}

.page-footer a
{
	color:#fff;
	text-decoration:none;
}

.page-footer a:hover
{
	color:#fff;
	text-decoration:underline;
}

.page-footer .page-logo
{
	display:inline-block;
	margin-bottom:2.5rem;
}

.page-footer h6
{
	color:#6C6C6C;
	font-size:1.2rem;
	margin-bottom:2rem;
	font-weight:400;
}

.page-footer .row--gallery
{
	margin:0 -.5rem;
}

.page-footer .row--gallery > div
{
	padding:0 .5rem;
	margin-bottom:1rem !important;
}

.page-footer .column-3 .top
{
	display:flex;
}

.page-footer .column-3 .link
{
	font-weight:600;
	color:var(--yellow);
	position:relative;
	display:inline-block;
	padding-right:2.6rem;
	margin:-.5rem 0 0 auto;
}

.page-footer .column-3 .link:hover
{
	text-decoration:none;
}

.page-footer .column-3 .link:after
{
	content:'';
	width:1.2rem;
	height:1rem;
	background:url(assets/images/arrow-1.svg);
	background-size:1.2rem 1rem;
	position:absolute;
	top:.8rem;
	right:0;
}

.page-footer .bottom .row
{
	align-items:center;
}

.page-footer .bottom
{
	color:#6C6C6C;
	font-size:1.2rem;
	padding:1rem 0 0 0;
}

@media (min-width:992px)
{
	.page-footer .bottom
	{
		padding:5rem 0 0 0;
	}
}

.page-footer .bottom p
{
	margin:0;
}

.page-footer .bottom .column-2
{
	display:flex;
	flex-wrap: wrap;
}

@media (min-width:768px)
{
	.page-footer .bottom .column-2
	{
		flex-wrap: nowrap;
	}
}

.menu-footer
{
	color:#6C6C6C;
	font-size:1.2rem;
	margin:0;
	display:inline-flex;
	align-items:center;
	flex-wrap:wrap;
}

.menu-footer li:not(:last-child)
{
	margin-right:3rem;
}

.menu-footer a
{
	color:#6C6C6C;
	text-decoration:underline;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu-footer a:hover
{
	color:#fff;
}

.page-footer .social
{
	margin:0;
	display:flex;
	align-items:center;
	padding-top:1rem
}

@media (min-width:768px)
{
	.page-footer .social
	{
		margin-left:auto;
		padding-top:0;
	}
}

.page-footer .social li:not(:last-child)
{
	margin-right:1rem;
}

/* MFP Popup */

.mfp-bg
{
	z-index:99999;
}

.mfp-wrap
{
	z-index:999999;
}

.popup
{
  width:calc(var(--container-width) - 3rem);
  max-width: 95%; 
  margin: 5rem auto;
  position: relative;
  z-index: 999999999; 
  background: #fff;
  color:#000;
  padding:10rem 2rem;
}

.popup-close
{
  position: absolute;
  right: 3rem;
  top: 3rem;
  width: 3rem;
  height: 3rem;
  background: url(assets/images/icon-close.svg);
  background-size: 3rem 3rem;
  cursor: pointer;
}

/* END MFP Popup */

/* WPCF7 */

.contact-form .row
{
	margin:0 -.8rem;
}

.contact-form .row > div
{
	padding:0 .8rem;
}

.contact-form label
{
	font-size:1.5rem;
	line-height:2rem;
	font-weight:700;
	color:#000;
	margin-bottom:1rem;
	width:100%;
}

.contact-form label > span
{
	margin-bottom:1rem;
	display:block;
}

.contact-form span
{
	display: block;
	position: relative;
}

.contact-form p
{
	margin-bottom: .5rem;
}

.contact-form .field-info
{
	margin-bottom:2rem;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea,
.contact-form select
{
	width: 100%;
	border: none;
	background: #fff;
	font-size:1.6rem;
	padding: .5rem 1rem;
	min-height:4rem;
	border-radius:5px;
	border:1px solid rgba(0,0,0,.3);
}

.contact-form .file-wrap {
  border: 1px solid #fff;
  border-radius:5px;
  overflow:hidden;
}

.contact-form input[type=file]::file-selector-button {
  background-color: #fff;
  color: #000;
  border: 0px;
  border-right: 1px solid #fff;
  padding: 10px 15px;
  margin-right: 20px;
  transition: .5s;
}

.contact-form input[type=file]::file-selector-button:hover {
  background-color: #fff;
  border: 0px;
  border-right: 1px solid #fff;
}

.form-wrap--yellow .contact-form input[type=text],
.form-wrap--yellow .contact-form input[type=email],
.form-wrap--yellow .contact-form textarea,
.form-wrap--yellow .contact-form select
{
	border:none;
}

.contact-form textarea
{
	height: 13rem;
	resize: none;
	display: block;
}

.contact-form .submit
{
	margin:0;
	display:inline-block;
	position:relative;
}

.contact-form .wpcf7-spinner
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:none;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0;
	background:rgba(255,255,255,.2);
	border-radius:0;
}

.contact-form .wpcf7-spinner:before
{
	top:50%;
	left:50%;
	margin:-3px 0 0 -3px;
}

.contact-form .row--submit
{
	align-items:center;
}

.contact-form .wpcf7-submit
{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:1.7rem;
	line-height:2.2rem;	
	padding:2rem 4rem 2rem 8rem;
	position:relative;
	color:#fff;
	overflow:hidden;
	font-weight:700;
	background:var(--red) url(assets/images/icon-submit.svg) left 40px top 50% no-repeat;
	border-radius:5px;
	border:none;
}

.contact-form .wpcf7-submit:hover
{
	background:var(--red) url(assets/images/icon-submit.svg) left 40px top 50% no-repeat;
}

.contact-form span
{
	display: block;
}

.contact-form .terms
{
	font-size:1.3rem;
	line-height:1.8rem;
	margin-bottom:5.5rem;
}

span.wpcf7-list-item
{
	margin: 0;
}

.wpcf7 form .wpcf7-response-output
{
	margin:3rem 0 0 0;
	font-size:1.6rem;
	color:#000;
}

span.wpcf7-not-valid-tip
{
	position: absolute;
	border: 1px solid var(--red);
	position: absolute;
	left: 0;
	top: 0;
	padding: 1rem 2rem;
	color: #f00;
	background: #f0eeee;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	background:#fff;
	z-index:99;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.contact-form .info
{	
	font-size:1.5rem;
	font-weight:700;
	margin:0 0 2rem 0;
}

@media (min-width:1200px)
{
	.contact-form .info
	{
		text-align:right;
		margin:0;
	}
}

.contact-form .wpcf7-radio
{
	margin:0 -.8rem;
	display:flex;
	flex-wrap:wrap;
}

.contact-form .wpcf7-radio > span
{
	padding:0 .8rem;
	width:100%;
}

@media (min-width:768px)
{
	.contact-form .wpcf7-radio > span
	{
		width:50%;
	}
}

@media (min-width:1400px)
{
	.contact-form .wpcf7-radio > span
	{
		width:33.3%;
	}
}

.contact-form .wpcf7-radio input
{
	display:none;
}

.contact-form .wpcf7-radio input + span
{
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:500;
	font-size:1.6rem;
	border:1px solid rgba(0,0,0,.3);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	min-height:5.5rem;
	padding:1rem 1rem;
	border-radius:5px;
	text-transform:none;
	color:rgba(0,0,0,.3);
	cursor:pointer;
}

.contact-form .wpcf7-radio input:checked + span
{
	background:var(--red);
	color:#fff;
	border:1px solid var(--red);
}

/* END WPCF7 */


/* Slick slider */


/* END Slick slider */

/* Accordion */

.accordion .item
{
	margin-bottom:.8rem;
}

.accordion .item .opener
{
	cursor:pointer;
	background:#F9F9F9;
	padding:2rem 4rem 2rem 2.5rem;
	border-radius:1.6rem;
	font-weight:600;
	font-size:2rem;
	line-height:3rem;
	margin-bottom:0;
	position:relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media (min-width:768px)
{
	.accordion .item .opener
	{
		padding:2rem 4.5rem;
	}
}

.accordion .item.open .opener
{
	background:var(--yellow);
}

.accordion .item .opener:after
{
	content:'';
	width:2.4rem;
	height:2.4rem;
	position:absolute;
	right:2rem;
	top:50%;
	margin-top:-1.2rem;
	background:url(assets/images/chevron-1.svg);
	background-size:2.4rem 2.4rem;
}

.accordion .item.open .opener:after
{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion .item .content
{
	display:none;
	padding:3rem 2.5rem;
}

@media (min-width:768px)
{
	.accordion .item .opener
	{
		padding:3rem 4.5rem;
	}
}

.accordion .item .content *:last-child
{
	margin-bottom:0;
}

.accordion--jobs .item
{
	background:#fff;
	position:relative;
	margin-bottom:1rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:8px;
	overflow:hidden;
}

.accordion--jobs .item .opener
{
	padding:3.5rem 3.5rem;
	margin:0;
	position:relative;
	border-radius:8px;
	border-bottom:1px solid transparent;
	color:var(--red);
	font-size:2rem;
	font-weight:700;
}

.accordion--jobs .item .opener .row
{
	align-items:center;
}

.accordion--jobs .item.open .opener
{
	background:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-bottom:1px solid #D4D4D4;
}

.accordion--jobs .item .opener:after
{
	content:'';
	width:2.4rem;
	height:2.4rem;
	top:50%;
	margin-top:-1.2rem;
	background:url(assets/images/icon-plus.svg) center center no-repeat;
	background-size:100% auto;
	position:absolute;
	right:2rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.accordion--jobs .item.open .opener:after
{
	background:url(assets/images/icon-minus.svg) center center no-repeat;
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.accordion--jobs .item .opener .category,
.accordion--jobs .item .opener .location
{
	font-size:1.3rem;
	color:#18181B;
	text-transform:uppercase;
	font-weight:400;
	position:relative;
}

.accordion--jobs .item .opener .location
{
	padding-left:2.5rem;
}

.accordion--jobs .item .opener .location:before
{
	content:'';
	width:2.4rem;
	height:2.4rem;
	position:absolute;
	top:0;
	left:0;
	background:url(assets/images/icon-address2.svg) center center no-repeat;
	background-size:2.4rem 2.4rem;
}

.accordion--jobs .item img
{
	border-radius:8px;
}

.accordion--jobs .item .content
{
	padding:3.5rem;
}

/* END Accordion */

.eyebrow
{
	text-transform:uppercase;
	font-size:1.6rem;
	line-height:2.2rem;
	margin-bottom:2rem;
}

.eyebrow span
{
	display:inline-flex;
	position:relative;
	padding-right:3rem;
}

.eyebrow span:after
{
	content:'';
	width:2rem;
	height:.1rem;
	top:1rem;
	right:0;
	position:absolute;
	background:var(--gray);
}

.eyebrow--light
{
	color:#fff;
}

.eyebrow--light span:after
{
	background:#fff;
}

.heading
{
	font-weight:400;
	color:var(--gray);
	margin-bottom:3.5rem;
	position:relative;
}

.heading
{
	/*hyphens: auto;
	hyphenate-limit-chars: auto;
	hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 5;
	-webkit-hyphenate-limit-lines: 2;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 5;
	-ms-hyphenate-limit-lines: 2;
	*/
}

.heading span
{
	position:relative;
	z-index:10;
}

h1,h2,h3,h4,h5,h6
{
	color:#252525;
	margin: 0 0 3rem 0;
	font-weight: 700;
	line-height: normal;
}

h1, .heading--size-1
{
	font-size:5rem;
	line-height:5.5rem;
}

h2, .heading--size-2
{
	font-size:4.6rem;
	line-height:5.0rem;
}

h3, .heading--size-3
{
	font-size:3.5rem;
	line-height:3.1rem;
}

h4, .heading--size-4
{
	font-size:2.5rem;
	line-height:3.1rem;
}

h5, .heading--size-5
{
	font-size:2rem;
	line-height:2.8rem;
	font-weight:400;
}

@media (min-width:992px)
{
	h1, .heading--size-1
	{
		font-size:6rem;
		line-height:6.5rem;
	}

	h2, .heading--size-2
	{
		font-size:5.6rem;
		line-height:6.0rem;
	}

	h3, .heading--size-3
	{
		font-size:4.8rem;
		line-height:5.6rem;
	}

	h4, .heading--size-4
	{
		font-size:2.5rem;
		line-height:3.1rem;
	}

	h5, .heading--size-5
	{
		font-size:2rem;
		line-height:2.8rem;
		font-weight:400;
	}
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 2.5rem 0;
	line-height: 2.8rem;
}

ul li
{
	position:relative;
	padding-left:1.5rem;
}

.page-footer ul li,
.product-tags li,
.variable-items-wrapper li,
.dropdown-menu li,
#menu-top li,
.social-links li,
.wc-block-components-product-details li,
.slider-nav li
{
	padding-left:0;
}

.page-content ul li:before
{
	content:'';
	width:.5rem;
	height:.5rem;
	display:inline-block;
	background:var(--red);
	position:absolute;
	left:0;
	top:1rem;
}

.page-content .background--dark ul li:before
{
	background:#fff;
}

p
{
	margin: 0 0 2.5rem 0;
	line-height: 2.8rem;
}

a, a:hover, a:focus
{
	color: #000;
	text-decoration: underline;
}

input:focus, textarea:focus
{
	outline: none;
}

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

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.to-animate, .animate-block
{
	opacity: 0;
}

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

.text-color--black
{
	color:var(--gray);
}

.text-color--red
{
	color:var(--red);
}

.text-color--red span span
{
	color:#252525;
}

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

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

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

.font-weight--300
{
	font-weight:300;
}

.font-weight--400
{
	font-weight:400;
}

.font-weight--700
{
	font-weight:700;
}

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

.text-block--main
{
	margin-bottom:5rem;
}

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

@media (min-width:992px)
{
	.row-gap--small
	{
		margin-left:-4rem;
		margin-right:-4rem;
	}

	.row-gap--small > div
	{
		padding-left:4rem;
		padding-right:4rem;
	}
}

@media (min-width:992px)
{
	.row-gap--medium
	{
		margin-left:-6rem;
		margin-right:-6rem;
	}

	.row-gap--medium > div
	{
		padding-left:6rem;
		padding-right:6rem;
	}
}

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

.btn
{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:1.7rem;
	line-height:2.2rem;
	padding:.5rem 5rem;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:0;
	border:none;
	min-height:5.4rem;
	position:relative;
	border:1px solid transparent;
	text-decoration:none;
	overflow:hidden;
	border-radius:0;
	min-width:23rem;
	max-width:100%;
	justify-content:center;
	font-weight:700;
}

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

.btn--price-list,
.btn--form,
.btn--location
{
	padding-left:7rem;
	min-width:auto;
}

.btn--location
{
	padding-left:5rem;
	padding-right:3rem;
}

.btn--price-list:before
{
	content:'';
	width:3.2rem;
	height:3.2rem;
	background:url(assets/images/icon-pdf.svg) no-repeat;
	background-size:3.2rem 3.2rem;
	position:absolute;
	left:1rem;
	top:50%;
	margin-top:-1.6rem;
}

.btn--form:before
{
	content:'';
	width:3.2rem;
	height:3.2rem;
	background:url(assets/images/icon-pdf2.svg) no-repeat;
	background-size:3.2rem 3.2rem;
	position:absolute;
	left:1rem;
	top:50%;
	margin-top:-1.6rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn--form:hover:before
{
	background:url(assets/images/icon-pdf.svg) no-repeat;
}

.btn--location:before
{
	content:'';
	width:2.3rem;
	height:3.3rem;
	background:url(assets/images/icon-marker.svg) no-repeat;
	background-size:2.3rem 3.3rem;
	position:absolute;
	left:1.3rem;
	top:50%;
	margin-top:-1.6rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn--bg-yellow.btn--location:before
{
	background:url(assets/images/icon-marker2.svg) no-repeat;
	background-size:2.3rem 3.3rem;
}

.btn--bg-yellow.btn--location:hover:before
{
	background:url(assets/images/icon-marker.svg) no-repeat;
	background-size:2.3rem 3.3rem;
}

.btn--bg-yellow
{
	background:var(--yellow);
	color:#000;
}

.btn--bg-yellow:hover
{
	background:var(--orange);
	color:#fff;
}

.btn--bg-red
{
	background:var(--red);
	color:#fff;
}

.btn--bg-red:hover
{
	background:#252525;
	color:#fff;
}

.btn--fullwidth
{
	width:100%;
}

.photo-bg
{
	width:100%;
	height:100%;
}

.photo-bg--cover
{
	background-size:cover;
	background-position:center center
}

.slick-track{ margin-left: 0; }

/**
* Fade-move animation for second dialog
*/

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;

-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
opacity: 0;

-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
opacity: 0;

-webkit-transition: opacity 0.3s ease-out; 
-moz-transition: opacity 0.3s ease-out; 
-o-transition: opacity 0.3s ease-out; 
transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
}

.row-align-vertical--bottom
{
	align-items:flex-end;
}

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

.wp-caption
{
	max-width:100%;
}

.wp-caption p
{
	font-size:1.2rem;
	line-height:1.8rem;
	padding-top:1rem;
	margin:0;
}

@media (min-width:1600px)
{
	.col-xxxl-8
	{
		width:66.66666667%;
	}

	.col-xxxl-6
	{
		width:50%;
	}

	.col-xxxl-4
	{
		width:33.33333333%;
	}

	.col-xxxl-3
	{
		width:25%;
	}

	.offset-xxxl-1
	{
		margin-left:8.33333333%;
	}

	.offset-xxxl-2
	{
		margin-left:16.66666667%;
	}
}

.bite-container .bite-jobs-list--row
{
	align-items:center;
}