html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #3a8ee6;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 91px;
  flex-direction: column;
  place-content: center;
  place-items: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  z-index: 10000;
}
.header .header-box {
  padding: 0 80px;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-box .logo-box {
  width: 196px;
  height: 40.75px;
}
.header .header-box .nav-box {
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-box .nav-box .active {
  color: #3a8ee6;
  font-weight: 500;
  border-bottom: 2px solid #3a8ee6;
}
.header .header-box .nav-box a {
  text-align: center;
  color: rgba(17, 25, 40, 0.65);
  font-weight: 500;
  font-size: 16px;
  text-decoration-line: none;
  margin: 0 8px;
  padding: 10px 8px;
  border-radius: 8px;
}
.header .header-box .nav-box a:hover {
  color: rgba(17, 25, 40, 0.95);
  background: #e9eaec;
  backdrop-filter: blur(50px);
}
.header .header-box .right-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.header .header-box .right-box .header-right-button {
  cursor: pointer;
  margin: 0 8px;
}
.header .header-box .right-box .login-button {
  color: #111928;
  font-weight: 500;
  padding: 10px 20px;
}
.header .header-box .right-box .login-button:hover {
  display: inline-flex;
  place-content: center;
  place-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 2px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #648cff 0%, #4172fa 100%);
  color: #ffffff;
  user-select: none;
  animation: all 1.75s ease-in-out;
  box-shadow: 0 3px 4px rgba(44, 71, 146, 0.32), 0px -2px #3262e6 inset;
}
.header .header-box .right-box .reg-button {
  display: inline-flex;
  place-content: center;
  place-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid #e9eaec;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ffffff 8%, #f2f2f7 97%);
}
.header .header-box .right-box .reg-button:hover {
  animation: all 1.75s ease-in-out;
  box-shadow: 0 3px 4px rgba(44, 71, 146, 0.32), 0px -2px 4px #e1e3e8 inset;
}
.footer {
  text-align: center;
  padding-top: 76px;
  height: 460px;
  mix-blend-mode: normal;
  background: #1a2534;
}
.footer .footer-sub-box {
  margin-top: 25px;
  color: rgba(179, 179, 179, 0.75);
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 5px;
  font-style: italic;
}
.footer .tg-icon-box {
  margin-top: 65px;
}
.footer .copy-right-box {
  margin-top: 60px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12.2px;
  line-height: 18px;
  letter-spacing: 1px;
}
.footer .copy-right-box span {
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}
/*# sourceMappingURL=site.css.map */