body {
	margin: 0;
	overflow: hidden;
	background-color: #f3f3f3;
}
main {
	background-color: #f3f3f3;
}
.fw {
	width: 100%;
}
.fh {
	height: 100%;
}
.rel-p {
	position: relative;
}
.abs-p {
	position: absolute;
}
.tp-lf {
	top: 0;
	left: 0;
}
.d-flex {
	display: flex;
	flex-flow: wrap;
}
.align-c {
	align-items: center;
}
.z-i {
	z-index: 1;
}
.z-2 {
	z-index: 2;
}
a {
	text-decoration: none;
}
video {
	object-fit: cover;
}

/* Animation 
----------------------------------------------------*/
	@-webkit-keyframes zoomIn {
	  0% {
	    opacity: 0;
	    -webkit-transform: scale3d(0.95, 0.95, 0.95);
	    transform: scale3d(0.95, 0.95, 0.95);
	  }
	  100% {
	    opacity: 1;
	    -webkit-transform: scale3d(1, 1, 1);
	    transform: scale3d(1, 1, 1);
	  }
	}
	@keyframes zoomIn {
	  0% {
	    opacity: 0;
	    -webkit-transform: scale3d(0.98, 0.98, 0.98);
	    transform: scale3d(0.98, 0.98, 0.98);
	  }
	  100% {
	    opacity: 1;
	    -webkit-transform: scale3d(1, 1, 1);
	    transform: scale3d(1, 1, 1);
	  }
	}
	.zoomIn {
	  -webkit-animation: zoomIn 1.5s forwards; /* Safari 4+ */
	  -moz-animation:    zoomIn 1.5s forwards; /* Fx 5+ */
	  -o-animation:      zoomIn 1.5s forwards; /* Opera 12+ */
	  animation:         zoomIn 1.5s forwards; /* IE 10+, Fx 29+ */
	  animation-delay: 0.4s; /* or: Xms */
	}
	.zoomIn-1{
	  -webkit-animation: zoomIn 1.5s forwards; /* Safari 4+ */
	  -moz-animation:    zoomIn 1.5s forwards; /* Fx 5+ */
	  -o-animation:      zoomIn 1.5s forwards; /* Opera 12+ */
	  animation:         zoomIn 1.5s forwards; /* IE 10+, Fx 29+ */
	  animation-delay: 0.7s; /* or: Xms */
	}
	.zoomIn-2{
	  -webkit-animation: zoomIn 1.5s forwards; /* Safari 4+ */
	  -moz-animation:    zoomIn 1.5s forwards; /* Fx 5+ */
	  -o-animation:      zoomIn 1.5s forwards; /* Opera 12+ */
	  animation:         zoomIn 1.5s forwards; /* IE 10+, Fx 29+ */
	  animation-delay: .9s; /* or: Xms */
	}
	.zoomIn-3{
	  -webkit-animation: zoomIn 1.5s forwards; /* Safari 4+ */
	  -moz-animation:    zoomIn 1.5s forwards; /* Fx 5+ */
	  -o-animation:      zoomIn 1.5s forwards; /* Opera 12+ */
	  animation:         zoomIn 1.5s forwards; /* IE 10+, Fx 29+ */
	  animation-delay: 1.4s; /* or: Xms */
	}
	.zoomIn-4{
	  -webkit-animation: zoomIn 1.5s forwards; /* Safari 4+ */
	  -moz-animation:    zoomIn 1.5s forwards; /* Fx 5+ */
	  -o-animation:      zoomIn 1.5s forwards; /* Opera 12+ */
	  animation:         zoomIn 1.5s forwards; /* IE 10+, Fx 29+ */
	  animation-delay: 1.5s; /* or: Xms */
	}
	.zoomIn-5{
	  -webkit-animation: zoomIn 2.5s forwards; /* Safari 4+ */
	  -moz-animation:    zoomIn 2.5s forwards; /* Fx 5+ */
	  -o-animation:      zoomIn 2.5s forwards; /* Opera 12+ */
	  animation:         zoomIn 2.5s forwards; /* IE 10+, Fx 29+ */
	  animation-delay: 1.7s; /* or: Xms */
	}


/* Structure
-----------------------*/
	body {
	  margin: 0;
	}
	#placeholder {
	  background-color: #fff;
	  background-size: cover;
	  background-position: center;
	  height: 100vh;
	  height: 100dvh;
	  position: relative;
	}
	#placeholder:after,
	#placeholder:before {
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 50%;
	    background: rgb(0, 0, 0);
	    z-index: 1;		
	}
	#placeholder:after {
	    top: 0;
	    left: 0;
	    opacity: .6;
	    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	}
	#placeholder:before {
	    bottom: 0;
	    left: 0;
	    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	    opacity: .6;
	}
	.mt {
		margin-top: 20px;
	}
	img {
	  width: 100%;
	  opacity: 0;
	}
	.content h1, .content p, .footer-contact {
	    opacity: 0;
	}
	.container {
	  max-width: 90vw;
	  margin: 0 auto;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-flow: wrap;
	  height: 100%;
	  width: 100%;
	  padding-left: 3.125vw;
	  padding-right: 3.125vw;
	}
	.container-inner {
	  text-align: center;
	  padding-bottom: 46px;
	}
	.content {
	  color: #000;
	  margin: 0 auto;
	}
	.main-logo {
		top: 4em;
		left: 4em;
	}
	.get-in-touch {
		bottom: 4em;
		left: 4em;
    	gap: .5rem;
	}
	.get-in-touch .sound-control {
		opacity: 0;
	    width: 100%;
	    margin-bottom: 20px;
	}	
	.get-in-touch .sound-control > * {
		display: none;
	    height: 25px;
	    width: 55px;
	    cursor: pointer;
	}
	.get-in-touch .sound-control > * svg {
	    height: 100%;
	    width: auto;
	}
	.get-in-touch .sound-control > *.active {
		display: block;
	}
	.socials {
		bottom: 4em;
		right: 4em;
		gap: .5rem;
	}
	.logo img {
	    max-width: 200px;
	    filter: invert(1);
	}
	.cert_language-swap {
	    position: absolute;
	    top: 4em;
	    right: 4em;
	}

	.certification-img {
	    max-width: 90px;
	    filter: invert(1);
	}
	.btn {
	    background: rgb(255, 255, 255, 80%);
	    color: #000;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    text-transform: uppercase;
	    letter-spacing: 0.13em;
	    padding: 20px 40px 17px;
	    border-radius: 100px;
	    transition: all .125s ease-in-out;
	    border: 1px solid rgb(255, 255, 255, 80%);
	    font-size: 14px;
	    opacity: 0;
	}
	.btn svg {
	    height: 23px;
	    width: 23px;
	    fill: rgb(0, 0, 0, 70%);
	}
	.btn.language-btn {
	    padding: 0;
	    width: 53px;
	    height: 53px;
	    margin-left: 2rem;
	}
	.btn.icon {
	    padding: 15px;
	}
	.btn:hover {
	    background-color: rgb(0, 0, 0, 80%);
	    color: #fff;
	    text-decoration: none;
	    border-color: rgb(0, 0, 0, 80%);
	}
	.btn.icon:hover svg,
	.btn.icon:hover svg * {
		fill: rgb(255, 255, 255, 1);
	}

/* Fonts
-----------------------*/
    @font-face {
        font-style: normal;
        font-family: "StudioFeixenSans-Regular";
        src: local('StudioFeixenSans-Regular'), url("fonts/StudioFeixenSans-Regular.otf") format("opentype");
        font-display: swap;
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
    @font-face {
        font-style: normal;
        font-family: "StudioFeixenEdgy-Light";
        src: local('StudioFeixenEdgy-Light'), url("fonts/StudioFeixenEdgy-Light.otf") format("opentype");
        font-display: swap;
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
    @font-face {
        font-style: normal;
        font-family: "StudioFeixenEdgy-Regular";
        src: local('StudioFeixenEdgy-Regular'), url("fonts/StudioFeixenEdgy-Regular.otf") format("opentype");
        font-display: swap;
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
    @font-face {
        font-style: normal;
        font-family: "StudioFeixenEdgy-Bold";
        src: local('StudioFeixenEdgy-Bold'), url("fonts/StudioFeixenEdgy-Bold.otf") format("opentype");
        font-display: swap;
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }

	body {
		font-family: 'StudioFeixenEdgy-Regular', sans-serif;
	}
	h1, h2, h3, h4 {
		font-family: 'StudioFeixenEdgy-Regular', sans-serif;
	}
	h1 {
	  font-size: 36px;
	  line-height: 1;
	  margin-bottom: 30px;
	  margin-top: 10px;
	  text-transform: uppercase;
	}
	h1 span.bold {
	    font-family: inherit;
	    zoom: 1.4;
	    vertical-align: top;
	    margin-left: -2px;
	}

	p {
		font-family: 'StudioFeixenEdgy-Regular', sans-serif;
		font-size: 20px;
	    margin: 0;
	    margin-bottom: 0.5em;
	}
	p:last-of-type {
	    margin-bottom: 0;
	}
	a {
	    font-family: 'StudioFeixenEdgy-Bold', sans-serif;
	}
	a:hover {
		text-decoration: underline;
	}
	span.bold,
	.bold {
	  font-family: 'StudioFeixenEdgy-Bold', sans-serif;
	}
	.upp {
		text-transform: uppercase;
	}



/* Footer
-----------------------*/
	.footer-contact {
	  bottom: 0;
	  width: 100%;
	  text-align: center;
	  position: absolute;
	  background-color: #000;
	}
	.footer-contact-inner {
	    width: 100%;
	    justify-content: space-between;
	    display: flex;
	    max-width: 80%;
	    margin: auto;
	    align-items: center;
	}
	.footer-contact * {
		color: #fff;
	}

	body .fa {
	  font-size: 26px;
	  width: auto;
	  text-align: center;
	  text-decoration: none;
	  padding: 10px 0;
	}

	.fa:hover {
	    opacity: 1;
	}

	.social a {
	    padding-left: 1.5em;
	}
/*-------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
--------------------------------------------- MEDIA QUERY ------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1600px) {
	.main-logo {
	    top: 2em;
	    left: 2em;
	}
	.cert_language-swap {
	    top: 2em;
	    right: 2em;
	}
	.get-in-touch {
	    bottom: 2em;
	    left: 2em;
	}
	.socials {
	    bottom: 2em;
	    right: 2em;
	}
	.logo img {
	    max-width: 160px;
	}
	.certification-img {
	    max-width: 80px;
	}
	.btn {
	    padding: 19px 30px 14px;
	    font-size: 13px;
	}
	.btn svg {
	    height: 18px;
	    width: 18px;
	}
	.btn.language-btn {
	    width: 48px;
	    height: 48px;
	}
}


@media screen and (max-width: 1440px) {

}


@media screen and (max-width: 1280px) {
	.logo img {
	    max-width: 130px;
	}

	.certification-img {
	    max-width: 60px;
	}

	.btn {
	    font-size: 12px;
	    padding: 18px 30px 13px;
	}

	.btn svg {
	    height: 16px;
	    width: 16px;
	}
	.btn.language-btn {
	    width: 46px;
	    height: 46px;
	}
}




@media screen and (max-width: 992px) {
	.get-in-touch .sound-control {
	    margin-bottom: 10px;
	}
	.get-in-touch .sound-control > * {
	    height: 20px;
	}	
}


@media screen and (max-width: 767px) {
	.main-logo {
	    top: 1.5em;
	    left: 1.5em;
	}

	.cert_language-swap {
	    top: 1.5em;
	    right: 1.5em;
	}

	.get-in-touch {
	    bottom: 1.5em;
	    left: 1.5em;
	}

	.socials {
	    bottom: 1.5em;
	    right: 1.5em;
	}
	.logo img {
	    max-width: 110px;
	}

	.certification-img {
	    max-width: 55px;
	}

	.btn {
	    font-size: 10px;
	    padding: 18px 25px 15px;
	}

	.btn svg {
	    height: 14px;
	    width: 14px;
	}
	.btn.language-btn {
	    width: 44px;
	    height: 44px;
	}
}


@media screen and (max-width: 600px) {
	.main-logo {
	    top: 1em;
	    left: 1em;
	}

	.cert_language-swap {
	    top: 1em;
	    right: 1em;
	}

	.get-in-touch {
	    bottom: 1em;
	    left: 1em;
	}

	.socials {
	    bottom: 1em;
	    right: 1em;
	}
	.btn {
	    padding: 16px 18px 13px;
	}

	.get-in-touch,
	.socials {
	    gap: .4rem;
	}

	.btn svg {
	    width: 16px;
	    height: 16px;
	}

	.btn.icon {
	    padding: 12px;
	}
	.btn.language-btn {
	    width: 40px;
	    height: 40px;
	    margin-left: 1rem;
	}
}


@media screen and (max-width: 767px) and (orientation: landscape) {

}


