@charset 'UTF-8';

html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: arial, sans-serif;
  font-size: 3.3vw;
  background: white;
}


img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}

button:focus {
  outline: none !important;
}

a,
a:visited {
  color: inherit;
}


header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1em 1em;
   
}

.site-logo {
  position: relative;
  display: block;
  width: 2.25em;
}
.site-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.25em;
}
.site-logo-skl {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}
.site-nav-open {
  position: absolute;
  z-index: 310;
  top: 2em;
  right: 2em;
  display: block;
  width: 2em;
  border: none;
  background: none;
}
.site-nav-close {
  position: absolute;
  z-index: 410;
  top: 2em;
  right: 2em;
  display: block;
  width: 2em;
  border: none;
  background: none;
}
.site-nav {
  position: absolute;
  z-index: 400;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 9.2em 0 6em;
  opacity: .95;
  background: #141122;
}
.site-header.is-showing-site-nav .site-nav {
  display: block;
}
.site-nav ul {
  list-style-type: none;
  text-align: center;
}
.site-nav ul li {
  margin-bottom: 3.75em;
}
.site-nav ul li a {
  font-size: 1.15em;
  text-decoration: none;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.site-nav ul li a:hover,
.site-nav ul li a:focus {
  opacity: 1;
}


.main {
  display: block;
  position: relative;
  height: 134vw;
  color: #fff;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
.main-content {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
	
.main-logo-skl {
  position: relative;	
  padding: 35% 5%;
  	
}

.main video {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .8;	
}


.intro {
  position: relative;
  padding: 9.5em 3.25em 10em;
  background-image:-moz-linear-gradient( 135deg, rgba(11,15,190,1.00) 0%, rgba(80,157,218,1.00) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(11,15,190,1.00) 0%, rgba(80,157,218,1.00) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(11,15,190,1.00) 0%, rgba(80,157,218,1.00) 100%);
  	
}

.intro p {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  font-size: 1.8em;
  line-height: 1.685;
  position: relative;
  z-index: 200;
  text-align: center;
  letter-spacing: .325em;
  text-transform: uppercase;
  color:#fff;	
}
.intro-text {
  position: relative;
}

.app {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.app {
  position: relative;
}

.app-title {
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.9;	
  color: #fff;
  text-transform: uppercase;
}

.app-text {
  padding: 7.65em 5em 8.5em;
  text-align: center;
  color: #fff;
  background: #26223e;
}
.app-text p {
  opacity: .8;
}


.app-text p {
  font-size: 1.5em;
  line-height: 1.9;
}


@-webkit-keyframes radar {
  0%   { transform: scale(0); opacity: .8; }
  100% { transform: scale(1); opacity: 0; }
}
@-moz-keyframes radar {
  0%   { transform: scale(0); opacity: .8; }
  100% { transform: scale(1); opacity: 0; }
}
@-o-keyframes radar {
  0%   { transform: scale(0); opacity: .8; }
  100% { transform: scale(1); opacity: 0; }
}
@keyframes radar {
  0%   { transform: scale(0); opacity: .8; }
  100% { transform: scale(1); opacity: 0; }
}

footer {
  margin-top: -3em;
  padding: 8.75em 0 2em;
  color: #3C499F;
  background-image:-moz-linear-gradient( -45deg, rgba(14,240,182,1.00) 0%, rgba(240,241,235,1.00) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgba(14,240,182,1.00) 0%, rgba(240,241,235,1.00) 100%);
  background-image: -ms-linear-gradient( -45deg, rgba(14,240,182,1.00) 0%, rgba(240,241,235,1.00) 100%);
}
.footer-content {
  width: 100%;
  margin: 0 auto;
}
.footer-social {
  display: block;
  width: 100%;
  list-style-type: none;
  text-align: center;
}
.footer-social li {
  display: inline-block;
  margin: 0 1em;
}
.footer-social li a {
  line-height: 3.5em;
  display: inline-block;
  width: 4em;
  height: 4em;
  text-align: center;
  border: 4px solid #3C499F;
  border-radius: 50%;
}
.footer-social li a:hover {
  border-color: #3C499F;
  background: #3C499F;
}
.footer-social li a img {
  width: auto;
  height: 3em;
}
.footer-social li a .social-hover {
  display: none;
}
.footer-social li a:hover .social-default {
  display: none;
}
.footer-social li a:hover .social-hover {
  display: inline;
}


.footer-info p {
  font-size: .8em;
  line-height: 1.55;
  margin-bottom: 1.5em;
  text-align: center;	
}



.footer-legal {
  opacity: .8;
  padding: 3em;
}


@media (min-width: 768px) {
  body {
    font-size: 100%;
  }

  header {
    position: fixed;
    padding: 1.35em;
  }

  .site-nav-open {
    display: none;
  }

  .site-nav-close {
    display: none;
  }


  .site-nav {
    position: relative;
    display: block !important;
    float: right;
    width: 80%;
    padding: .75em 1em 0 0;
    background: none;
  }

  .site-nav ul {
    margin: 0;
    text-align: right;
  }
  .site-nav ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1.5em;
  }
  .site-nav ul li a {
    font-size: .85em;
    padding-bottom: .5em
  }
  .site-nav ul li a:hover,
  .site-nav ul li a:focus {
    outline: none;
    border-bottom: 1px solid white;
  }

 

.main {
  height: 119vw;
}


.main-logo-skl {
  position: relative;	
  padding: 35% 5%;
  	
}
	

.intro {
  padding: 9em 6em 9.5em;
}
.intro p {
  font-size: 2.25em;
  line-height: 2;
  letter-spacing: .32em;
}
.intro-text {
  width: 37em;
  margin: 0 auto;
}
footer {
  margin-top: -2.5em;
  padding-top: 10em;
}
.footer-info {
  clear: both;
  padding-top: 5em;
}

 
}




@media (min-width: 992px) {
  .main {
    height: 53.5vw;
  }
 
 .main-logo-skl {
  position: relative;	
  padding: 10% 20%;
    	
}


  .intro {
    padding: 13em 6em 14.75em;
  }
  .intro p {
    font-size: 2.5em;
    line-height: 1.8;
  }
  .intro-text {
    width: 100%;
    max-width: 70em;
  }
 
	
  footer {
    margin-top: -3.5em;
    padding-top: 10em;
  }
  .footer-content {
    width: 100%;
  }
 
}


@media (min-width: 1488px) {
  .main {
    overflow: hidden;
    height: 44.5vw;
  }
   
  .main-logo-skl {
  position: relative;	
  padding: 10% 25%;
  	
  }	
	
  .main video {
    transform: scale(1.15);
  }

  .main-title {
    letter-spacing: .85em;
    margin-left: .7em;
    font-size: 8.5vw;
  }
   
  .intro {
    padding: 12.5em 6em 14.5em;
  }
  
  footer {
    margin-top: -3em;
  }
  .footer-content {
    width: 100%;
  }

}
