@font-face {
	font-family: 'Dinpro Condensed';
	src: url('/site/templates/fonts/DINPro-CondensedBlack.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Dinpro Condensed';
	src: url('/site/templatesfonts/DINPro-CondensedBlack.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Dinpro';
	src: url('/site/templates/fonts/DINPro.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Dinpro Condensed';
	src: url('/site/templates/fonts/DINPro-CondensedMedium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Dinpro';
	src: url('/site/templates/fonts/DINPro-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Dinpro';
	src: url('/site/templates/fonts/DINPro-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Dinpro';
	src: url('/site/templates/fonts/DINPro-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Dinpro Condensed';
	src: url('/site/templates/fonts/DINPro-CondensedRegular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'AkiraExpanded-SuperBold';
	src: url('/site/templates/fonts/akiraexpanded-superbold.woff2') format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
:root{
    --f-header-height: 140px;
	--carousel-item-auto-size: 270px;
	--z-index-header: 4;
	--btn-font-size: 0.85em;
}

.f-header__link {
	text-transform: uppercase;
	font-family: var(--font-primary);
	font-weight: 500;
}
.icon-custom-size{
    --size: 1.5em;
}
.prop-table__cell--right{
	text-align: right;
}
.tab-features__control{
	padding: var(--space-sm) var(--space-md) var(--space-sm) var(--space-sm);
}
.icon-size-custom{
	height: 0.8em;
	width: 0.8em;
}
.prop-table__cell{
	padding: var(--space-xxs) var(--space-xxs) var(--space-xxs) 0;
}
.feature-v8__main-content{
	padding-bottom: var(--space-xl);
}
.tab-features__control::before{
	content: "EXEED";
}
.footer-v4__nav-item a{
	text-decoration: none;
	font-size: 1rem;
	transition: ease 0.3s;
}
.footer-v4__socials > .f-header__item {
	border-bottom: none;
}
.footer-v4__socials > .f-header__item .f-header__link--icon{
	color: var(--color-contrast-higher);
}
.footer-v4__socials > .f-header__item .f-header__link--icon:hover{
	color: var(--color-contrast-high);
}
.footer-v4__nav-item a:hover{
	color: var(--color-contrast-high);
}
.footer-v4__nav-item a{
	color: var(--color-contrast-higher);
}
.footer-v4__nav-list {
	align-items: start;
}
.footer-v4__nav-item {
	text-align: start;
}
.footer-v4__nav-item a {
	font-size: 1.2rem;
}
.footer-v4__nav {
	margin-bottom: 0;
}
.footer-v4__nav-list {
	display: grid;
    grid-template-columns: 1fr 1fr;
    --gap-x: 20px;
}

.btn {
	border-radius: var(--radius-md);
	font-weight: 900;
	text-transform: uppercase;
}

.btn:hover {
	font-weight: 900;
	text-transform: uppercase;
}

.card-v8 {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-v8 .chip {
	background-color: hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l));
}

.subnav__link[aria-current=page] {
	border-bottom-color: transparent;
	color: black;
}

.subnav__link {
	color: black;
}

.subnav__link:hover {
	color: black;
	background-color: hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), 0.8);
}

.card-v8 .chip__icon-wrapper {
	background-color: hsla(var(--color-primary-dark-h), var(--color-primary-dark-s), var(--color-primary-dark-l), 0.95);
}

.slideshow__control-gallery {
	position: static;
	transform: none;

	background-color: var(--color-primary);
}

.slideshow__control-gallery .slideshow__btn {
	width: 50px;
}

.slideshow__control-gallery .slideshow__btn:hover {
	background-color: transparent;
}

.slideshow__control-gallery-wrapper {
	right: -75px;
}

.slideshow-gallery {
	overflow: visible;
}

.slideshow-gallery .slideshow__nav-item button {
	color: var(--color-white);	
}

.subnav__link {
	background-color: var(--color-white);
}

@media (min-width: 80rem){
	.feature-v9__block{
		min-height: 600px;
	}
}
.loop-slideshow-v2__control .icon{
	--size: 48px;
}
.carousel__control{
	background-color: var(--color-primary);
	color: var(--color-white);
}
.carousel__control:hover{
	background-color: var(--color-primary-darker);
}
.custom-footer-hover-link{
	transition: 0.5s;
	color: var(--color-contrast-higher);
}
.custom-footer-hover-link:hover{
	color: var(--color-contrast-high);
}
.slideshow__height{
	height: calc(80vh - var(--f-header-height));
}
.custom-map > iframe{
	width: calc(50vw - var(--component-padding));
}
.f-header__item .f-header__link--icon{
	transition: 0.5s;
}
.f-header__item .f-header__link--icon:hover{
	color: var(--color-contrast-low);
}
.f-header__link{
	transition: 0.5s;
}
.f-header__link:hover{
	color: var(--color-contrast-high);
}

.pre-header{
	background-color: var(--bg-contrast-darker);
}
.footer-v4__print{
	color: var(--color-contrast-higher);
}
.f-header__nav{
	background-color: var(--color-white);
}
.custom-figure{
	aspect-ratio: 16 / 9;
}
.link-fx-2 {
	background-image: linear-gradient(var(--color-contrast-higher), var(--color-contrast-higher));
}

.contact-map-custom {
	height: 500px;
}

a, .link {
	color: var(--color-primary-dark);
}

.footer-v4__nav-item .important-info {
 	color: var(--color-primary);
}

@media (max-width: 1224px) {
	:root{
		--f-header-height: auto;
	}
}

@media (max-width: 1023px){
	:root{
		--f-header-height: 80px;
	}

	.f-header__mobile-content {
		z-index: 3;
	}
	.f-header__nav--is-visible {
		z-index: 2;
	}
	.f-header__item {
		border-bottom: none;
	}
	.pre-header{
		display: none;
	}
	.custom-figure{
		aspect-ratio: auto;
	}
	.slideshow__height{
		height: calc(80vh - 80px);
	}
	.contact-map-custom{
		height: 300px;
	}
}
@media (min-width: 64rem){
	.f-header__link, .f-header__dropdown-control, .f-header__dropdown-link, .f-header__btn, .f-header__form-control{
		font-size: 1rem;
		color: black;
		transition: ease 0.3s;
	}
	.feature-v3__media-wrapper{
		height: 100vh;
	}
}

@media (max-width: 768px){ 
	.footer-v4__wrapper {
		height: 555px;
	}
}