<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.side-navi {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.side-navi li {
  display: inline-block;
  list-style: none;
  font-size: 17px;
  margin: 0 30px;
}
.side-navi li a {
  color: rgba(73, 73, 73, 0.5);
  position: relative;
  text-decoration: none;
}
.side-navi li a:before, .side-navi li a:after {
  position: absolute;
  transition: all 0.35s ease;
}
.side-navi li a:before {
  bottom: -8px;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #2980b9;
}
.side-navi li a:after {
  left: 0;
  position: absolute;
  content: attr(data-hover);
  color: #000;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.side-navi li a:hover:before {
  opacity: 1;
  width: 100%;
}
.side-navi li a:hover:after {
  max-width: 100%;
}

.main {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  overflow: hidden;
}
.main video {
  filter: brightness(90%);
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.main .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 12px rgb(231, 231, 231);
}
.main .title h1 {
  font-size: 100px;
  font-weight: 700;
}
.main .title h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bolder;
  font-size: 1.7rem !important;
}

@media screen and (max-width: 1100px) {
  .main {
    height: calc(100vh - 60px);
  }
  .main .title h1 {
    font-size: 75px;
  }
  .main .title h2 {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>