<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body { font-family: "Lato", sans-serif; line-height:1.6; font-size:15px; margin:0 auto; color:#191919; }

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus { text-decoration: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header video.videoCustomMobile{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 135%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
    display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
}
.country{
  display: inline-flex;
}
.country a:hover img{
  transform: scale(0.9);
}

.country a img{
  width: 93px;
  transition: all .2s ease-in-out;
}
.country a {
  margin: 0px 40px;
  color: #fff;
  font-size: 14px;
}
.countryCustom{
    position: fixed;
    bottom: 32%;
    left: 6%;
}
.chara{
  position: relative;
}
.chara img{
    position: absolute;
    right: -75px;
    top: -330px;
}
.country a:hover img {
    filter: drop-shadow(0px 0px 20px #4591ffcc);
}
.fadeInLeft.first {
          -webkit-animation-delay: 1s;
          animation-delay: 1s;
          animation-iteration-count: 1;

}
.fadeInLeft.second {
          -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
          animation-iteration-count: 1;
}
.fadeInLeft.third {
          -webkit-animation-delay: 2s;
          animation-delay: 2s;
          animation-iteration-count: 1;
}
.fadeInLeft.four {
          -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
          animation-iteration-count: 1;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration:2s;
  animation-duration:2s;
}
.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.country p {
    margin-top: 14px;
    font-size: 16px;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.mobilelogoCustom img{
  width: 228px;
}
.mobilelogoCustom{
    margin: 18px 0px;
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  div.example {
    font-size: 50px;
    padding: 50px;
    border: 8px solid black;
    background: yellow;
  }
  header video {
    left: 66%;
    width: fit-content;
  }
}
@media screen and (max-width: 998px) and (min-width: 768px) {
  .chara img {
    right: 0;
    top: -224px;
  }
  header video.videoCustomMobile{
    top: 65%;
  }
  .countryCustom {
    position: fixed;
    bottom: 16%;
    left: -2%;
  }
}
@media only screen and (max-width: 998px) {
  .videoCustom{
    display: none;
  }
  header{
    /*background: url(../images/mobile_bg.jpg)center no-repeat;*/
  }
  .h-100{
    height: 82%!important;
  }
}

@media only screen and (min-width: 999px) {
  .mobilelogoCustom{
    display: none;
  }
  .videoCustomMobile{
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .country a {
    margin: 0px 15px;
  }
  .country a img {
    width: 60px;
    transition: all .2s ease-in-out;
}
  .country&gt;a:hover:before {
    width: 69px;
    height: 69px;
    top: 8px;
    left: 5px;
  }
  .chara img {
    position: absolute;
    right: -15%;
    top: -120px;
    max-width: 400px;
  }
  .countryCustom {
    position: fixed;
    bottom: 0%;
    left: 0;
    padding: 0px;
  }
}
@media only screen and (max-width: 374px) {
  .country&gt;a:hover:before {
    width: 51px;
    height: 49px;
  }
}
@media screen and (max-height: 1023px) and (min-height: 800px) {
  header video.videoCustomMobile {
    width: 166%;
  }
}
</pre></body></html>