* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background: url(../img/BgBody.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  isolation: isolate;
}

.dragon {
  width: 1991.427px;
  height: 432.873px;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-8deg);
          transform: translateY(-50%) rotate(-8deg);
  -webkit-filter: blur(16px);
          filter: blur(16px);
  -webkit-animation: rotate_dragon 12s ease infinite;
          animation: rotate_dragon 12s ease infinite;
  z-index: -2;
}

@-webkit-keyframes rotate_dragon {
  0% {
    -webkit-transform: translateY(-50%) rotate(-8deg);
            transform: translateY(-50%) rotate(-8deg);
  }
  50% {
    -webkit-transform: translateY(-40%) rotate(-2deg);
            transform: translateY(-40%) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(-8deg);
            transform: translateY(-50%) rotate(-8deg);
  }
}

@keyframes rotate_dragon {
  0% {
    -webkit-transform: translateY(-50%) rotate(-8deg);
            transform: translateY(-50%) rotate(-8deg);
  }
  50% {
    -webkit-transform: translateY(-40%) rotate(-2deg);
            transform: translateY(-40%) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(-8deg);
            transform: translateY(-50%) rotate(-8deg);
  }
}
.button_st_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  width: 278px;
  height: 44px;
  padding: 14.176px 47.252px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11.813px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 15px;
  background: var(--Shinier-Gradient, linear-gradient(139deg, #FF9029 16.75%, #FFEB36 59.52%, #FFA621 59.53%, #FFD179 95.39%));
  -webkit-box-shadow: 0px 3.544px 11.813px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3.544px 11.813px 0px rgba(0, 0, 0, 0.25);
  color: var(--Purple-Black, #280076);
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 33.077px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.button_st_a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: contrast(1.2);
          filter: contrast(1.2);
}
.button_st_a:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.rotate_sunrays {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -16%;
  left: 50%;
  width: 1px;
  height: 1px;
  z-index: -1;
  opacity: 0.05;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.rotate_sunrays::before {
  content: "";
  width: 280vh;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  background: url(../img/Sunrays.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: rotate_sunrays 40s linear infinite;
          animation: rotate_sunrays 40s linear infinite;
}

@-webkit-keyframes rotate_sunrays {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate_sunrays {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes goku_floating {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@keyframes goku_floating {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
.wrapper_page {
  position: absolute;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  padding: 40px 24px 24px;
}
.wrapper_page .main_heading {
  height: 104px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: -32px;
}
.wrapper_page .equation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 170px;
}
.wrapper_page .equation img {
  position: absolute;
}
.wrapper_page .equation .image_equation {
  height: 124px;
  z-index: 2;
  -webkit-animation: scale_equation 1s ease infinite;
          animation: scale_equation 1s ease infinite;
}
.wrapper_page .equation .cloud_center {
  height: 170px;
  z-index: 1;
}
.wrapper_page .goku_floating {
  height: 318px;
  -webkit-animation: goku_floating 10s ease infinite;
          animation: goku_floating 10s ease infinite;
}
.wrapper_page .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper_page .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.wrapper_page .social a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.wrapper_page .social a img {
  width: 24px;
}

@-webkit-keyframes scale_equation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale_equation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.content_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  isolation: isolate;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-bottom: 24px;
}
.content_center::before {
  content: "";
  width: 640px;
  height: 640px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 861px;
  opacity: 0.21;
  background: var(--Button-Gradient, linear-gradient(177deg, #ED5C15 2.12%, #DD3C5F 102.68%));
  -webkit-filter: blur(150px);
          filter: blur(150px);
  position: absolute;
  top: -120px;
  z-index: -1;
}

.how_does_it_work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  margin-top: 12px;
}
.how_does_it_work .title {
  color: var(--Light-Purple, #CAB0FF);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 106.6%;
}
.how_does_it_work .items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-radius: 20px;
  position: relative;
  background: var(--Highlight-Gradient-Box-Fill, linear-gradient(180deg, #534079 12.08%, #26144C 89.47%));
}
.how_does_it_work .items::before {
  position: absolute;
  pointer-events: none;
  content: "";
  padding: 1px;
  border-radius: 20px;
  inset: 0;
  background: var(--Highlight-Gradient-Box-Stroke, linear-gradient(180deg, #7661A1 10.28%, #14082C 88.07%));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.how_does_it_work .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: var(--White, #FCFAFF);
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 106.6%;
}
.how_does_it_work .items .item:nth-child(1) {
  -webkit-animation: item_one 1.4s ease infinite;
          animation: item_one 1.4s ease infinite;
}
.how_does_it_work .items .item:nth-child(3) {
  -webkit-animation: item_two 1.4s ease infinite;
          animation: item_two 1.4s ease infinite;
}
.how_does_it_work .items .item:nth-child(5) {
  -webkit-animation: item_three 1.4s ease infinite;
          animation: item_three 1.4s ease infinite;
}
.how_does_it_work .items .item span {
  background: var(--Shinier-Gradient, linear-gradient(139deg, #FF9029 16.75%, #FFEB36 59.52%, #FFA621 59.53%, #FFD179 95.39%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 106.6%;
}
.how_does_it_work .items .separator {
  width: 1px;
  height: 24px;
  background: #695295;
}

@-webkit-keyframes item_one {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  33% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes item_one {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  33% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes item_two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  49.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  66% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes item_two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  49.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  66% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes item_three {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  66% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  82.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes item_three {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  66% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  82.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cloud {
  position: absolute;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cloud.a {
  height: 186px;
  right: -174px;
  bottom: -55px;
}
.cloud.b {
  height: 160px;
  right: 30%;
  bottom: -65px;
}
.cloud.c {
  height: 186px;
  left: -230px;
  bottom: -55px;
}
.cloud.d {
  height: 62px;
  bottom: 56px;
  right: 29%;
}
.cloud.e {
  height: 160px;
  left: -140px;
  top: 44%;
}
.cloud.f {
  height: 62px;
  left: 147px;
  top: 64%;
}
.cloud.h {
  height: 160px;
  right: -175px;
  top: 60%;
}
.cloud.i {
  height: 91px;
  right: 160px;
  top: 30%;
}