<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex {
  display: flex;
}

.flex.column {
  flex-direction: column;
}

.flex.aic {
  align-items: center;
}

.flex.jsc {
  justify-content: center;
}

.flex.jsa {
  justify-content: space-around;
}

.flex.jsb {
  justify-content: space-between;
}

.flex.wrap {
  flex-wrap: wrap;
}

.fragpunk.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
  background: rgba(29, 29, 30, 0.80);
  backdrop-filter: blur(7px);
}

.fragpunk.header .header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1250px;
  height: 100%;
  margin: 0 auto;
}

.fragpunk.header .header-main .header-logo {
  display: flex;
  align-items: center;
}

.fragpunk.header .header-main .header-logo p {
  color: #FFF;
  text-align: center;
  font-size: 23.054px;
  font-style: normal;
  font-weight: 380;
  line-height: normal;
  text-transform: uppercase;
}

.fragpunk.header .header-main .header-logo-img {
  position: relative;
  width: 200px;
  height: 45.708px;
  margin-right: 40px;
}

.fragpunk.header .header-main .header-logo-img img {
  width: 100%;
  height: 100%;
}

.fragpunk.header .header-main .header-logo-img::after {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 1px;
  height: 28px;
  background-color: #B6B6B6;
}

.fragpunk.header .header-main .header-logo-sf {
  position: relative;
  width: 153px;
  height: 37.055px;
  margin-right: 40px;
}

.fragpunk.header .header-main .header-logo-sf img {
  width: 100%;
  height: 100%;
}

.fragpunk.header .header-main .header-logo-sf::after {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 1px;
  height: 28px;
  background-color: #B6B6B6;

}

.fragpunk.header .header-main .header-btn {
  width: 179px;
  height: 52px;
  cursor: pointer;
}

.fragpunk.header .header-main .header-btn img {
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  background: #050505;
  padding: 20px 0;
  box-sizing: border-box;
}

.footer p {
  color: #666;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 330;
  line-height: normal;
}

.footer .footer-main {
  width: 1200px;
  margin: 0 auto;
}

.footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  color: #9c9c9c;
  font-family: "MiSans VF";
  font-size: 14px;
  font-style: normal;
  font-weight: 330;
  line-height: 16px;
  /* 133.333% */
}

.footer .footer-nav li {
  margin-right: 20px;
  margin-bottom: 10px;
}

.footer .footer-nav a {
  color: #9c9c9c;
}

.footer .footer-friendlink {
  color: #9c9c9c;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}</pre></body></html>