@font-face {
	font-family: "Exo 2";
	font-style: normal;
	font-weight: 300;
	src: local("Exo 2 Light"), local(Exo2-Light), url(../fonts/Exo2-Light.woff2)format("woff2"), url(../fonts/Exo2-Light.woff)format("woff")
}

@font-face {
	font-family: "Exo 2";
	font-style: normal;
	font-weight: 500;
	src: local("Exo 2 Medium"), local(Exo2-Medium), url(../fonts/Exo2-Medium.woff2)format("woff2"), url(../fonts/Exo2-Medium.woff)format("woff")
}

@font-face {
	font-family: "Exo 2";
	font-style: normal;
	font-weight: 700;
	src: local("Exo 2 Semi Bold"), local(Exo2-SemiBold), url(../fonts/Exo2-SemiBold.woff2)format("woff2"), url(../fonts/Exo2-SemiBold.woff)format("woff")
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font: 400 19px/25px"Exo 2", Tahoma, Verdana, sans-serif
}

.nav-item {
	padding-right: 12px;
	padding-left: 12px
}

.flag {
	max-height: 20px;
	max-width: 20px;
	margin-top: 10px
}

.nav-link.active {
	background-color: #d3d3d3 !important
}

.section-space {
	margin-top: 40px;
	margin-bottom: 40px
}

@media (max-width:767px) {
	.section-space {
		margin-top: 24px;
		margin-bottom: 24px
	}

}

.hero {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	height: calc(var(--vh, 1vh) * 100);
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1
}

.hero-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
	text-align: center;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 90vw
}

.h-logo {
	height: 200px;
	margin-right: 0;
	margin-bottom: 16px;
	max-width: 90vw;
	width: auto;
	display: block
}

.hero-content h1 {
	font-size: 2em;
	margin: .5em 0
}

.hero-content p {
	font-size: 1.2em
}

.ctr {
    text-align: center;
}

.warning {
    color: #990000;
    font-weight: bold;
    margin-top: 20px;
    text-align: center
}

@media (max-width:767px) {
    .hero {
        height: 100vh;
        height: 100dvh;
        min-height: 100svh;
        margin-top: 0;
    }
    .hero-content {
        padding-bottom: 16px;
    }
    .h-logo {
        height: 150px;
        margin-right: 0;
        margin-bottom: 16px;
        max-width: 90vw;
        width: auto;
        display: block;
    }
    .hero-content h1 {
        font-size: 1.2em;
        margin: .5em 0;
    }
    .hero-content p {
        font-size: 1em;
    }
}

@media (max-width: 400px) {
  .hero {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-content {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100vw;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
  }
  .h-logo {
    height: 90px;
    max-width: 80vw;
  }
  .hero-content h1 {
    font-size: 1em;
  }
  .hero-content p {
    font-size: 0.9em;
  }
}

.navMenu {
	padding-top: 75px;
	padding-bottom: 20px
}

.about-company {
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 10px
}

.footer {
	bottom: 0;
	padding-top: 20px;
	margin-top: auto
}