body{width:100%; height:100%; margin:0; padding:0; background-color:#fff; font-family:Arial, Helvetica, sans-serif}
html{width:100%; height:auto; -webkit-tap-highlight-color: rgba(201, 224, 253, 0); scroll-behavior: smooth;}
a img, img{border:none; }

.loader {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
}
@keyframes ldio-v6g4je6oqv {
  0% {
    top: 70.5px;
    left: 70.5px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 17.25px;
    left: 17.25px;
    width: 106.5px;
    height: 106.5px;
    opacity: 0;
  }
}

.ldio-v6g4je6oqv div {
  position: absolute;
  border-width: 4.5px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-v6g4je6oqv 1s cubic-bezier(0,0.2,0.8,1) infinite;
}

.ldio-v6g4je6oqv div:nth-child(1) {
  border-color: #00a34d
}

.ldio-v6g4je6oqv div:nth-child(2) {
  border-color: #000;
  animation-delay: -0.5s;
}

.loadingio-spinner-ripple-rf50obiksdm {
  width: 150px;
  height: 150px;
  display: inline-block;
  overflow: hidden;
  background: none;
  position:absolute;
  top:50%; left:50%; z-index:99; position:fixed; transform: translate(-50%, -50%);
}
.ldio-v6g4je6oqv {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-v6g4je6oqv div { box-sizing: content-box; }

.content{max-width:96%; min-height:100vh;  margin:0 auto; position:relative; line-height:0; text-align:center;}
.header{background-color:#000; position:fixed; top:0; left:2%; width:96%; height:20px; background-color:#000; border-bottom-right-radius:20px; border-bottom-left-radius:20px;}
.footer{background-color:#000; position:fixed; bottom:0; left:2%; width:96%; height:20px; background-color:#000; border-top-left-radius:20px;
border-top-right-radius:20px;}
.page{width:100%; max-width:1100px; margin:0 auto; }
.logodiv{width:100%;  text-align:center;}
.logodiv img{width:100%; max-width:750px; margin-top:20px;}
.btdiv{width:100%; max-width:750px; margin:0 auto; padding:50px 0 0 0; }
.btdiv li{width:30%; float:left; margin:15px 1.5%; padding:0; list-style:none;}
.btdiv li img{width:100%; cursor:pointer;}
.viddiv{position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.9); display:none;}
video{width:100%; height:100%; }
.close{width:30px; height:30px; background-color:#000; border:1px solid #fff; color:#fff; text-align:center; line-height:30px; font-size:20px; position:absolute; top:20px; right:20px; border-radius:8px; cursor:pointer;}
@media only screen and (width:1024px) {
	.logodiv img{width:60%; max-width:750px; margin-top:20px;}
	.btdiv{width:60%; max-width:750px; margin:0 auto; padding:50px 0 0 0; }
}
@media only screen and (max-width: 540px) {
	.btdiv{ padding:25px 0 0 0; }
	.btdiv li{width:40%; float:left; margin:10px 5%; padding:0; list-style:none;}
}