/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 19, 2023 */
@font-face {
  font-family: "tt_firs";
  src: url("../../font/ttfirsneue-thin-webfont.woff2") format("woff2"), url("../../font/ttfirsneue-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "tt_firs";
  src: url("../../font/ttfirsneue-extralight-webfont.woff2") format("woff2"), url("../../font/ttfirsneue-extralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "tt_firs";
  src: url("../../font/ttfirsneue-light-webfont.woff2") format("woff2"), url("../../font/ttfirsneue-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "tt_firs";
  src: url("../../font/ttfirsneue-regular-webfont.woff2") format("woff2"), url("../../font/ttfirsneue-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "tt_firs";
  src: url("../../font/ttfirsneue-medium-webfont.woff2") format("woff2"), url("../../font/ttfirsneue-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "tt_firs";
  src: url("../../font/ttfirsneue-demibold-webfont.woff2") format("woff2"), url("../../font/ttfirsneue-demibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "tt_firs";
  src: url("../../font/ttfirsneue-bold-webfont.woff2") format("woff2"), url("../../font/ttfirsneue-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "tt_firs";
  src: url("../../font/ttfirsneue-extrabold-webfont.woff2") format("woff2"), url("../../font/ttfirsneue-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "tt_firs";
  src: url("../../font/ttfirsneue-black-webfont.woff2") format("woff2"), url("../../font/ttfirsneue-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

body > header {
  padding: 24px;
  position: sticky;
  top: 0;
  z-index: 1;
}
body > header:before {
  pointer-events: none;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  width: 820px;
  height: 820px;
  background: url(../svg/d1.svg);
  background-size: cover;
  filter: blur(160px);
  position: absolute;
  top: -256px;
  right: 0;
}
body > header > nav {
  background-color: rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(12px);
  padding: 2px;
  margin: 0 auto;
  color: #ffffff;
  width: fit-content;
  border: 1px solid #303031;
  border-radius: 32px;
  display: flex;
  gap: 12px;
}
body > header > nav a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 24px;
  transition: 0.2s all ease-in-out;
}
body > header > nav a:hover {
  color: white;
}
body > header > nav a:first-child {
  height: 40px;
  width: 40px;
  display: block;
  overflow: hidden;
  padding: 0;
}
body > header > nav a:first-child img {
  display: block;
  width: 48px;
  height: 48px;
  margin: -4px;
}
body > header > nav a:last-child {
  color: white;
  background: linear-gradient(90deg, #804EEB 9.55%, #00A5A9 87.7%);
  padding: 10px 20px;
}
body > header > nav a:last-child:hover {
  opacity: 0.9;
}
body > header > nav a.active {
  color: white;
}
@media (max-width: 1320px) {
  body > header > nav a {
    padding: 10px;
  }
  body > header > nav a:nth-child(2),
  body > header > nav a:nth-child(4),
  body > header > nav a:nth-child(5) {
    display: none;
  }
}

footer {
  background-color: #09090B;
  padding: 24px 0 64px;
  position: relative;
}
footer .FooterNav {
  justify-content: space-between;
  display: flex;
  padding-bottom: 16px;
}
footer .FooterNav nav {
  display: flex;
}
footer .FooterNav nav a {
  transition: 0.2s all ease-in-out;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.4);
}
footer .FooterNav nav a:first-child {
  padding: 10px 0;
  margin-right: 48px;
}
footer .FooterNav nav a:first-child:hover {
  opacity: 0.9;
}
footer .FooterNav nav a:hover {
  color: white;
}
footer .FooterNav .Social {
  display: flex;
  gap: 8px;
}
footer .FooterNav .Social a {
  display: block;
  border-radius: 24px;
  padding: 8px;
  background-color: #121316;
  height: fit-content;
}
footer .FooterNav .Social a i {
  transition: 0.2s all ease-in-out;
  width: 24px;
  height: 24px;
  background-size: 24px;
  opacity: 0.6;
}
footer .FooterNav .Social a:hover i {
  opacity: 1;
}
footer .Legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}
footer .Legal p {
  font-size: 10px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1320px) {
  footer .FooterNav {
    flex-direction: column;
  }
  footer .FooterNav nav {
    flex-direction: column;
  }
  footer .FooterNav nav a {
    padding: 8px 0;
  }
  footer .Legal br {
    display: none;
  }
}

body {
  background-color: #09090B;
  color: #ffffff;
  font-family: "tt_firs";
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scrollbar-color: #09090B #303031;
  scrollbar-width: thin;
}

.body {
  width: 1320px;
  margin: 0 auto;
  position: relative;
  padding: 0 32px;
}
@media (max-width: 1320px) {
  .body {
    width: 100%;
    padding: 24px;
  }
}

.Animation {
  transition: all 0.8s ease-in-out;
  opacity: 0;
}
.Animation.AnimeActive {
  opacity: 1;
}

@view-transition {
  navigation: auto;
  types: slide, forwards;
}
.Button {
  transition: 0.2s all ease-in-out;
  border-radius: 24px;
  width: fit-content;
  text-decoration: none;
  color: white;
  background: linear-gradient(90deg, #804EEB 9.55%, #00A5A9 87.7%);
  padding: 10px 20px;
  display: flex;
  gap: 8px;
  font: 14px;
  line-height: 20px;
}
.Button:hover {
  opacity: 0.9;
}

i {
  display: inline-block;
}
i.ico {
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
i.ico.i-arrow {
  background-image: url(../svg/arrow.svg);
}
i.ico.i-in {
  background-image: url(../svg/in.svg);
}
i.ico.i-fb {
  background-image: url(../svg/fb.svg);
}
i.ico.i-ln {
  background-image: url(../svg/ln.svg);
}

.Hero {
  text-align: center;
  padding: 80px 0;
}
.Hero .HeroImg {
  width: 800px;
  height: 480px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.Hero .HeroImg img {
  display: block;
  width: 800px;
  height: 480px;
}
.Hero .HeroImg:after {
  z-index: -1;
  height: 45%;
  content: "";
  width: 100%;
  background: radial-gradient(#09090B, transparent);
  opacity: 0.8;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Hero .HeroTxt {
  padding-top: 326px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  position: relative;
}
.Hero .HeroTxt h1 {
  font-size: 42px;
  line-height: 56px;
  font-weight: 100;
}
.Hero .HeroTxt h1 strong {
  font-weight: 400;
}
.Hero .HeroTxt h1 span {
  font-weight: 400;
  background: -webkit-linear-gradient(#804EEB, #00A5A9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Hero .HeroTxt p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}
.Hero .HeroTxt .Button {
  margin: 24px auto;
}
@media (max-width: 1320px) {
  .Hero {
    padding: 0 0 40px;
  }
  .Hero .HeroTxt h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .Hero .HeroTxt p {
    font-size: 14px;
    line-height: 24px;
  }
  .Hero .HeroTxt p br {
    display: none;
  }
}

.About {
  padding-bottom: 200px;
}
.About header {
  padding-bottom: 40px;
}
.About header h3 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.About header h3:after {
  content: "";
  display: block;
  border: 1px solid #303031;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
}
.About header h2 {
  font-size: 32px;
  line-height: 54px;
}
.About header h2 strong {
  color: rgba(255, 255, 255, 0.4);
}
.About header p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
.About .List {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  font-weight: 300;
}
.About .List .Box {
  width: calc(25% - 30px);
  display: flex;
}
.About .List .Box div:first-child {
  padding: 12px;
  border-radius: 12px;
  background: #131315;
  margin-right: 16px;
  height: fit-content;
  width: fit-content;
}
.About .List .Box div:first-child img {
  width: 32px;
  height: 32px;
  display: block;
}
.About .List .Box div + div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.About .List .Box div + div h3 {
  font-size: 16px;
  line-height: 28px;
}
.About .List .Box div + div p {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
}
.About.Contact {
  text-align: center;
}
.About.Contact a {
  color: #804EEB;
}
.About.Contact header h3:after {
  left: 50%;
  margin-left: -20px;
}
@media (max-width: 1320px) {
  .About {
    padding-bottom: 80px;
  }
  .About .List {
    flex-direction: column;
  }
  .About .List .Box {
    width: 100%;
  }
}

.Features {
  padding-bottom: 200px;
  position: relative;
}
.Features:before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -400px;
  width: 800px;
  height: 1600px;
  background: url(/svg/d3.svg);
  filter: blur(160px);
}
.Features .body {
  display: flex;
  gap: 80px;
}
.Features header {
  padding-bottom: 40px;
  width: 390px;
}
.Features header h3 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.Features header h3:after {
  content: "";
  display: block;
  border: 1px solid #303031;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
}
.Features header h2 {
  font-size: 32px;
  line-height: 54px;
}
.Features header h2 strong {
  color: rgba(255, 255, 255, 0.4);
}
.Features header nav {
  padding: 24px 0;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.Features header nav button {
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.4);
  background: none;
  border-radius: 16px;
  border: 0;
  width: 100%;
  font-size: 20px;
  line-height: 32px;
}
.Features header nav button i {
  transition: 0.2s all ease-in-out;
  opacity: 0.6;
  margin: 8px;
}
.Features header nav button:hover {
  color: white;
}
.Features .List {
  position: relative;
}
.Features .List > div {
  transition: 0.2s all ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.Features.s1 .s1 {
  visibility: visible;
  opacity: 1;
}
.Features.s1 nav .b1 {
  color: white;
  background: #131316;
}
.Features.s1 nav .b1 i {
  opacity: 1;
}
.Features.s2 .s2 {
  visibility: visible;
  opacity: 1;
}
.Features.s2 nav .b2 {
  color: white;
  background: #131316;
}
.Features.s2 nav .b2 i {
  opacity: 1;
}
.Features.s3 .s3 {
  visibility: visible;
  opacity: 1;
}
.Features.s3 nav .b3 {
  color: white;
  background: #131316;
}
.Features.s3 nav .b3 i {
  opacity: 1;
}
@media (max-width: 1320px) {
  .Features {
    padding-bottom: 0;
  }
  .Features .body {
    flex-direction: column;
    padding-bottom: 0;
    gap: 0;
  }
  .Features header {
    width: 100%;
  }
  .Features .List {
    width: 100%;
    height: 400px;
  }
  .Features .List .Box {
    width: 100%;
  }
  .Features .List .Box img {
    width: 100%;
  }
}

.How {
  padding-bottom: 200px;
  position: relative;
}
.How .body {
  padding: 0;
}
.How .body > section {
  border: 1px solid #303031;
  border-radius: 40px;
  padding: 32px;
  display: flex;
  gap: 80px;
}
.How header {
  padding-bottom: 40px;
  width: 390px;
}
.How header h2 {
  font-size: 32px;
  line-height: 54px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.How header h2 strong {
  color: rgba(255, 255, 255, 0.4);
}
.How header h2:after {
  content: "";
  display: block;
  border: 1px solid #303031;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
}
.How header p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
.How header nav {
  padding: 24px 0;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.How header nav button {
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.4);
  background: none;
  border-radius: 16px;
  border: 0;
  width: 100%;
  font-size: 20px;
  line-height: 32px;
}
.How header nav button i {
  transition: 0.2s all ease-in-out;
  opacity: 0.6;
  margin: 8px;
}
.How header nav button:hover {
  color: white;
}
.How .List {
  background: url(/svg/h/bg.png);
  height: 440px;
  position: relative;
  width: 834px;
  padding: 40px;
  margin-top: -28px;
  margin-right: -28px;
  margin-bottom: -28px;
  border-radius: 36px;
}
.How .List > div {
  display: flex;
  gap: 40px;
  transition: 0.2s all ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 40px;
}
.How .List > div div {
  display: flex;
  flex-direction: column;
}
.How .List > div div h3 {
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
  font-size: 20px;
  line-height: 32px;
}
.How .List > div div h3:after {
  content: "";
  display: block;
  border: 1px solid #303031;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
}
.How .List > div div p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 24px;
}
.How.s1 .s1 {
  visibility: visible;
  opacity: 1;
}
.How.s1 nav .b1 {
  color: white;
  background: #131316;
}
.How.s1 nav .b1 i {
  opacity: 1;
}
.How.s2 .s2 {
  visibility: visible;
  opacity: 1;
}
.How.s2 nav .b2 {
  color: white;
  background: #131316;
}
.How.s2 nav .b2 i {
  opacity: 1;
}
.How.s3 .s3 {
  visibility: visible;
  opacity: 1;
}
.How.s3 nav .b3 {
  color: white;
  background: #131316;
}
.How.s3 nav .b3 i {
  opacity: 1;
}
@media (max-width: 1320px) {
  .How {
    padding-bottom: 80px;
  }
  .How header {
    width: auto;
    padding-bottom: 0;
  }
  .How header nav {
    display: none;
  }
  .How .body {
    flex-direction: column;
  }
  .How .body > section {
    flex-direction: column;
    gap: 40px;
    border: none;
  }
  .How .List {
    width: auto;
    height: auto;
    margin: -36px;
    background: none;
  }
  .How .List > div {
    padding-bottom: 40px;
    position: relative;
    flex-direction: column;
    gap: 24px;
    inset: 0;
    visibility: visible;
    opacity: 1;
  }
  .How .List > div img {
    width: 100%;
    height: auto;
  }
}

.CTA {
  text-align: center;
  padding: 240px 0 320px;
  overflow: hidden;
  position: relative;
}
.CTA:before {
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 740px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/svg/d2.svg);
  background-position: top center;
  filter: blur(160px);
}
.CTA h2 {
  font-size: 76px;
  line-height: 96px;
  padding-bottom: 24px;
  color: rgba(255, 255, 255, 0.4);
}
.CTA h2 strong {
  color: white;
}
.CTA .Button {
  margin: 24px auto;
  position: relative;
  z-index: 1;
}
.CTA .Button:hover {
  opacity: 0.9;
}
@media (max-width: 1320px) {
  .CTA {
    padding: 160px 0;
  }
  .CTA h2 {
    font-size: 40px;
    line-height: 56px;
    padding-bottom: 8px;
  }
}

/*# sourceMappingURL=style.css.map */
