* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-size: cover;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1;
  font-size: 1.1111vw;
  line-height: 130%;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #F6EFFF;
  background: #000520;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

a {
  transition: all 0.3s;
}

/*--------- RESET END -----------*/

img:not([src]):not([srcset]) {
  visibility: hidden;
  display: block;
}

:root {
  --app-height: 100vh;
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
  animation: splide-loading 1s infinite linear;
  border: 0.09375rem solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 0.93752rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.93752rem;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

main {
  overflow: hidden;
}

.main {
  width: 100%;
  margin: 0 auto;
  max-width: 75rem;
}

.bt {
  height: 3.5625rem;
  width: 13.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #F6EFFF;
  text-align: center;
  font-family: "Vela Sans";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.13px;
  cursor: pointer;
  background: none;
}

.bt:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='208' height='57' viewBox='0 0 208 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='207' height='56' rx='28' stroke='url(%23paint0_linear_2004_1127)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2004_1127' x1='5.58064' y1='44.4965' x2='246.213' y2='-1.13121' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23AB44EF'/%3E%3Cstop offset='0.360979' stop-color='%23AC78FF'/%3E%3Cstop offset='1' stop-color='%234331DE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  display: block;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 0;
  top: 0;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.bt:after {
  content: "";
  background: linear-gradient(87deg, #AB44EF 3.63%, #AC78FF 44.76%, #4331DE 117.56%);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6.25rem;
  opacity: 0;
  transition: 0.3s;
}

.bt:hover:after {
  opacity: 1;
}

.bt span {
  position: relative;
  z-index: 1;
}

.b1_box {
  padding: 16.9375rem 0 0;
  position: relative;
}

.h1 {
  color: #F6EFFF;
  font-family: "Vela Sans";
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.h1 span {
  background: linear-gradient(90deg, #F6EFFF 11.41%, #AC78FF 79.22%, #4331DE 101.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Vela Sans";
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.h1 p {
  letter-spacing: 0.32px;
  margin: 1.3125rem 0 0;
}

.b1_left p {
  margin: 1rem 0 2.8125rem;
  letter-spacing: 0.32px;
}

.b1 {
  position: relative;
  height: 53rem;
  overflow: hidden;
}

.b1_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

.b1_bg svg {
  width: 100%;
  height: 51.9375rem;
}

.b1 .main {
  position: relative;
  z-index: 30;
}

.b1_img_1 {
  width: 54.9375rem;
  height: 43.625rem;
  position: absolute;
  right: -24.375rem;
  top: -5.3125rem;
  z-index: 11;
}

.bg_blur_1 {
  position: absolute;
  left: -60.5625rem;
  top: -3rem;
}

.bg_blur svg {
  width: 99.75rem;
  height: 92.875rem;
}

.b1_bt {
  display: table;
  transition: 0.3s;
  will-change: auto;
}

.b1_bt:hover {
  fill: #F6EFFF;
  filter: drop-shadow(0px 0px 8.08425rem #AD78FF) drop-shadow(0px 0px 86.81806rem #AD78FF) drop-shadow(0px 0px 1.1625rem rgba(173, 120, 255, 0.2));
}

.b1_right {
  position: absolute;
  display: table;
  right: -3.9rem;
  top: 17rem;
}

.b1_right_bg img {
  width: 29.6875rem;
  height: 25.8125rem;
  transform: rotate(-11deg);
}

.b1_right canvas {
  transform: rotate(-13deg);
  width: 31.25rem;
  height: 31.25rem;
  background: none;
  /* display: none; */
}

.b1_img_2 {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50.9375rem;
  height: 63.3125rem;
}

.b1_img_2 img {
  width: 50.9375rem;
  height: 63.3125rem;
}

.b1_img_3 {
  width: 78.9375rem;
  height: 85.4375rem;
  position: absolute;
  top: -26rem;
  right: -22rem;
}

.b1_img_4 {
  width: 29rem;
  height: 54rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 22;
}

.b1:after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #000520 0%, rgba(0, 5, 32, 0) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 17.75rem;
  display: block;
}

.b1_right_bg {
  position: relative;
}

.b1_right_bg:after,
.b1_right_bg:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='71' height='72' viewBox='0 0 71 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='69.5' cy='69.5555' r='1.5' transform='rotate(180 69.5 69.5555)' fill='%23F6EFFF'/%3E%3Ccircle cx='62.0432' cy='69.5555' r='1.5' transform='rotate(180 62.0432 69.5555)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.5864' cy='69.5555' r='1.5' transform='rotate(180 54.5864 69.5555)' fill='%23F6EFFF'/%3E%3Ccircle cx='47.1296' cy='69.5555' r='1.5' transform='rotate(180 47.1296 69.5555)' fill='%23F6EFFF'/%3E%3Ccircle cx='39.6729' cy='69.5555' r='1.5' transform='rotate(180 39.6729 69.5555)' fill='%23F6EFFF'/%3E%3Ccircle cx='32.2161' cy='69.5555' r='1.5' transform='rotate(180 32.2161 69.5555)' fill='%23F6EFFF'/%3E%3Ccircle cx='24.7593' cy='69.5555' r='1.5' transform='rotate(180 24.7593 69.5555)' fill='%23F6EFFF'/%3E%3Ccircle cx='17.3025' cy='69.5555' r='1.5' transform='rotate(180 17.3025 69.5555)' fill='%23F6EFFF'/%3E%3Ccircle cx='9.84576' cy='69.5555' r='1.5' transform='rotate(180 9.84576 69.5555)' fill='%23F6EFFF'/%3E%3Ccircle cx='2.38898' cy='69.5555' r='1.5' transform='rotate(180 2.38898 69.5555)' fill='%23F6EFFF'/%3E%3Ccircle cx='69.5' cy='62.0987' r='1.5' transform='rotate(180 69.5 62.0987)' fill='%23F6EFFF'/%3E%3Ccircle cx='62.0432' cy='62.0987' r='1.5' transform='rotate(180 62.0432 62.0987)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.5864' cy='62.0987' r='1.5' transform='rotate(180 54.5864 62.0987)' fill='%23F6EFFF'/%3E%3Ccircle cx='47.1296' cy='62.0987' r='1.5' transform='rotate(180 47.1296 62.0987)' fill='%23F6EFFF'/%3E%3Ccircle cx='39.6729' cy='62.0987' r='1.5' transform='rotate(180 39.6729 62.0987)' fill='%23F6EFFF'/%3E%3Ccircle cx='32.2161' cy='62.0987' r='1.5' transform='rotate(180 32.2161 62.0987)' fill='%23F6EFFF'/%3E%3Ccircle cx='24.7593' cy='62.0987' r='1.5' transform='rotate(180 24.7593 62.0987)' fill='%23F6EFFF'/%3E%3Ccircle cx='17.3025' cy='62.0987' r='1.5' transform='rotate(180 17.3025 62.0987)' fill='%23F6EFFF'/%3E%3Ccircle cx='9.84576' cy='62.0987' r='1.5' transform='rotate(180 9.84576 62.0987)' fill='%23F6EFFF'/%3E%3Ccircle cx='69.5' cy='54.642' r='1.5' transform='rotate(180 69.5 54.642)' fill='%23F6EFFF'/%3E%3Ccircle cx='62.0432' cy='54.642' r='1.5' transform='rotate(180 62.0432 54.642)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.5864' cy='54.642' r='1.5' transform='rotate(180 54.5864 54.642)' fill='%23F6EFFF'/%3E%3Ccircle cx='47.1296' cy='54.642' r='1.5' transform='rotate(180 47.1296 54.642)' fill='%23F6EFFF'/%3E%3Ccircle cx='39.6729' cy='54.642' r='1.5' transform='rotate(180 39.6729 54.642)' fill='%23F6EFFF'/%3E%3Ccircle cx='32.2161' cy='54.642' r='1.5' transform='rotate(180 32.2161 54.642)' fill='%23F6EFFF'/%3E%3Ccircle cx='24.7593' cy='54.642' r='1.5' transform='rotate(180 24.7593 54.642)' fill='%23F6EFFF'/%3E%3Ccircle cx='17.3025' cy='54.642' r='1.5' transform='rotate(180 17.3025 54.642)' fill='%23F6EFFF'/%3E%3Ccircle cx='69.5' cy='47.1852' r='1.5' transform='rotate(180 69.5 47.1852)' fill='%23F6EFFF'/%3E%3Ccircle cx='62.0432' cy='47.1852' r='1.5' transform='rotate(180 62.0432 47.1852)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.5864' cy='47.1852' r='1.5' transform='rotate(180 54.5864 47.1852)' fill='%23F6EFFF'/%3E%3Ccircle cx='47.1296' cy='47.1852' r='1.5' transform='rotate(180 47.1296 47.1852)' fill='%23F6EFFF'/%3E%3Ccircle cx='39.6729' cy='47.1852' r='1.5' transform='rotate(180 39.6729 47.1852)' fill='%23F6EFFF'/%3E%3Ccircle cx='32.2161' cy='47.1852' r='1.5' transform='rotate(180 32.2161 47.1852)' fill='%23F6EFFF'/%3E%3Ccircle cx='24.7593' cy='47.1852' r='1.5' transform='rotate(180 24.7593 47.1852)' fill='%23F6EFFF'/%3E%3Ccircle cx='69.5' cy='39.7284' r='1.5' transform='rotate(180 69.5 39.7284)' fill='%23F6EFFF'/%3E%3Ccircle cx='62.0432' cy='39.7284' r='1.5' transform='rotate(180 62.0432 39.7284)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.5864' cy='39.7284' r='1.5' transform='rotate(180 54.5864 39.7284)' fill='%23F6EFFF'/%3E%3Ccircle cx='47.1296' cy='39.7284' r='1.5' transform='rotate(180 47.1296 39.7284)' fill='%23F6EFFF'/%3E%3Ccircle cx='39.6729' cy='39.7284' r='1.5' transform='rotate(180 39.6729 39.7284)' fill='%23F6EFFF'/%3E%3Ccircle cx='32.2161' cy='39.7284' r='1.5' transform='rotate(180 32.2161 39.7284)' fill='%23F6EFFF'/%3E%3Ccircle cx='69.5' cy='32.2716' r='1.5' transform='rotate(180 69.5 32.2716)' fill='%23F6EFFF'/%3E%3Ccircle cx='62.0432' cy='32.2716' r='1.5' transform='rotate(180 62.0432 32.2716)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.5864' cy='32.2716' r='1.5' transform='rotate(180 54.5864 32.2716)' fill='%23F6EFFF'/%3E%3Ccircle cx='47.1296' cy='32.2716' r='1.5' transform='rotate(180 47.1296 32.2716)' fill='%23F6EFFF'/%3E%3Ccircle cx='39.6729' cy='32.2716' r='1.5' transform='rotate(180 39.6729 32.2716)' fill='%23F6EFFF'/%3E%3Ccircle cx='69.5' cy='24.8148' r='1.5' transform='rotate(180 69.5 24.8148)' fill='%23F6EFFF'/%3E%3Ccircle cx='62.0432' cy='24.8148' r='1.5' transform='rotate(180 62.0432 24.8148)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.5864' cy='24.8148' r='1.5' transform='rotate(180 54.5864 24.8148)' fill='%23F6EFFF'/%3E%3Ccircle cx='47.1296' cy='24.8148' r='1.5' transform='rotate(180 47.1296 24.8148)' fill='%23F6EFFF'/%3E%3Ccircle cx='69.5' cy='17.358' r='1.5' transform='rotate(180 69.5 17.358)' fill='%23F6EFFF'/%3E%3Ccircle cx='62.0432' cy='17.358' r='1.5' transform='rotate(180 62.0432 17.358)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.5864' cy='17.358' r='1.5' transform='rotate(180 54.5864 17.358)' fill='%23F6EFFF'/%3E%3Ccircle cx='69.5' cy='9.90126' r='1.5' transform='rotate(180 69.5 9.90126)' fill='%23F6EFFF'/%3E%3Ccircle cx='62.0432' cy='9.90126' r='1.5' transform='rotate(180 62.0432 9.90126)' fill='%23F6EFFF'/%3E%3Ccircle cx='69.5' cy='2.44447' r='1.5' transform='rotate(180 69.5 2.44447)' fill='%23F6EFFF'/%3E%3C/svg%3E%0A");
  width: 4.4375rem;
  height: 4.5rem;
  display: block;
  position: absolute;
  left: 30.5%;
  top: 12%;
  background-size: contain;
  background-repeat: no-repeat;
}

.b1_right_bg:after {
  top: auto;
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 3.0625rem;
  height: 3.0625rem;
  bottom: 4%;
  left: 51%;
}

.b1_bg_list {
  pointer-events: none;
}

.b2_box {
  background-image: url("data:image/svg+xml,%3Csvg width='1278' height='516' viewBox='0 0 1278 516' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1278 50C1278 22.3858 1255.61 0 1228 0H50C22.3858 0 0 22.3858 0 50V466C0 493.614 22.3858 516 50.0001 516H1182.44C1193.49 516 1201 503.557 1201 492.5V492.5C1201 465.162 1223.16 443 1250.5 443V443C1262.95 443 1278 434.626 1278 422.177V50Z' fill='%231C0245' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  height: 32.25rem;
  min-width: 79.875rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}

.b2 {
  padding: 5.5rem 0 1px;
  margin: 0 0 6.25rem;
}

.b2 .main {
  display: flex;
  justify-content: center;
  position: relative;
}

.b2_right {
  max-width: 30.5rem;
  margin: 0 8.8125rem 0 0px;
}

.b2_right h3 {
  font-family: "Vela Sans";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
  margin: 0.375rem 0 2.125rem;
}

.b2_right h3 span {
  background: linear-gradient(90deg, #F6EFFF 26.41%, #AC78FF 80.22%, #4331DE 101.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.b2_right p {
  color: rgba(246, 239, 255, 0.7);
  font-family: "Proxima Nova";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375rem;
  /* 143.75% */
  letter-spacing: 0.32px;
}

.b2_right p b {
  color: #F6EFFF;
  font-weight: 400;
}

.b2_bg_1 {
  display: table;
  font-size: 0;
  position: absolute;
  right: -12.5rem;
  top: -17rem;
}

.b2_bg_2 img {
  width: 55.5rem;
  height: 109.3125rem;
}

.b2_bg_2 {
  display: table;
  font-size: 0;
  position: absolute;
  left: -12.5rem;
  top: -18rem;
}

.b2_icon {
  border-radius: 6.25rem;
  background: linear-gradient(87deg, #AB44EF 3.63%, #AC78FF 44.76%, #4331DE 117.56%);
  width: 3.4375rem;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 100%;
  top: 100%;
  margin: -3.5rem;
  font-size: 0;
}

.b2_icon p {
  border-radius: 6.25rem;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  background: #010820;
  display: flex;
  align-items: center;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b2_icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.b2_bg_3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.8125rem;
  height: 32.25rem;
  overflow: hidden;
}

.b2_bg_3 img {
  width: 41.4375rem;
  height: 32.25rem;
}

.b2_left {
  max-width: 37.625rem;
}

.b2_left_img {
  margin: -7rem 0 0 -5.0625rem;
  position: relative;
  z-index: 4;
}

.b2_left_img img {
  width: 61.5rem;
  height: 63.1875rem;
}

.b2_left_bg {
  display: table;
  font-size: 0;
  position: absolute;
  top: -7.8%;
  left: 1.5%;
  z-index: 3;
}

.b2_left_bg img {
  width: 21.625rem;
  height: 21.6875rem;
}

.krug {
  width: 0.875rem;
  height: 0.875rem;
  display: flex;
  background: #F6EFFF;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}

.krug span {
  width: 400%;
  min-height: 400%;
  display: flex;
  border: 1px solid rgba(246, 240, 255, 0.6);
  min-width: 400%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.krug span:after {
  content: "";
  display: block;
  border-radius: 5.875rem;
  border: 0.06319rem dashed #F6EFFF;
  width: 175%;
  min-width: 175%;
  height: 175%;
}

.krug.krug_1 {
  bottom: 31%;
  left: 15.2%;
}

.krug.krug_2 {
  top: -4%;
  left: 21.4%;
  width: 0.5625rem;
  height: 0.5625rem;
  z-index: 2;
}

.b3_box h2 {
  text-align: center;
  font-family: "Vela Sans";
  font-size: 17.1875rem;
  font-style: normal;
  font-weight: 800;
  line-height: 89.7%;
  /* 246.675px */
  text-transform: uppercase;
}

.b3_box {
  position: relative;
  margin: 15.5rem 0 0;
  z-index: 5;
}

.b3_box h2 span:nth-child(1) {
  opacity: 0.1;
  background: linear-gradient(180deg, #F6EFFF 0.62%, rgba(246, 239, 255, 0) 87.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.b3_box h2 span:nth-child(2) {
  opacity: 0.1;
  background: linear-gradient(180deg, #F6EFFF 0, rgba(246, 239, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 9;
  margin: 0 0 0 -0.9375rem;
}

.b3_box p {
  text-align: center;
  /* 131.25% */
  letter-spacing: 0.32px;
  margin: -6.5rem 0 7rem;
  font-weight: 400;
}

.b3_img {
  display: table;
  font-size: 0;
  position: absolute;
  top: 7%;
  left: 0%;
  right: 0;
  margin: 0 auto;
}

.b3_img_1 img {
  transform: rotate(-9.975deg);
  width: 23rem;
  height: 23rem;
}

.b3_img_1 {
  position: relative;
  z-index: 4;
}

.b3_img_1:after,
.b3_img_1:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='98' height='144' viewBox='0 0 98 144' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 83.8683)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 74.9462)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 66.0239)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 57.1018)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 48.1797)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 39.2576)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 30.3353)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 21.4132)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 12.4911)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 3.56885)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 83.8683)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 74.9462)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 66.0239)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 57.1018)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 48.1797)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 39.2574)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 30.3353)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 21.4132)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 12.4911)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 83.8683)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 74.9462)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 66.0239)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 57.1018)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 48.1797)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 39.2576)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 30.3353)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 21.4132)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 83.8683)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 74.9462)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 66.0239)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 57.1018)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 48.1797)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 39.2576)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 30.3353)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 83.8683)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 74.9462)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 66.0239)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 57.1018)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 48.1797)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 39.2574)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 83.8683)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 74.9462)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 66.0239)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 57.1018)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 48.1797)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 83.8683)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 74.9462)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 66.0239)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3626 57.1018)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 83.8683)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 74.9462)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 66.0239)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 83.8683)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 74.9462)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 57.3625 83.8683)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 143.195)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 134.273)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 125.35)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 116.428)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 107.506)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 98.584)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 89.6619)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 80.7397)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 71.8176)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 62.8954)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 143.195)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 134.273)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 125.35)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 116.428)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 107.506)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 98.584)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 89.6619)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 80.7397)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 71.8176)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 143.195)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 134.273)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 125.35)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 116.428)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 107.506)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 98.5841)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 89.6619)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 80.7397)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 143.195)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 134.273)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 125.35)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 116.428)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 107.506)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 98.5841)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 89.6619)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 143.195)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 134.273)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 125.35)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 116.428)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 107.506)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 98.584)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 143.195)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 134.273)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 125.35)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 116.428)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 107.506)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 143.195)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 134.273)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 125.35)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 116.428)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 143.195)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 134.273)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 125.35)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 143.195)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7185 134.273)' fill='%23F6EFFF'/%3E%3Ccircle cx='1.78443' cy='1.78443' r='1.78443' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 43.7186 143.195)' fill='%23F6EFFF'/%3E%3C/svg%3E%0A");
  width: 6.125rem;
  height: 9rem;
  display: block;
  position: absolute;
  bottom: 13%;
  left: -3%;
  background-size: contain;
  background-repeat: no-repeat;
}

.b3_img_1:before {
  left: auto;
  right: 0%;
  bottom: 38%;
  background-position: right top;
  width: 3rem;
  background-size: cover;
}

.b3_bg_1 {
  font-size: 0;
  position: absolute;
  bottom: 12%;
  right: 2%;
}

.b3_bg_2 {
  display: table;
  font-size: 0;
  position: absolute;
  bottom: -35%;
  left: -35%;
}

.b3_bg_2 img {
  width: 39.25rem;
  height: 39.25rem;
}

.b3_bg {
  display: table;
  font-size: 0;
  position: absolute;
  left: 0;
  top: -18rem;
}

.b3 {
  position: relative;
}

.b3_bg img {
  width: 31.5625rem;
  height: 95.5625rem;
}

.b3_line {
  position: absolute;
  bottom: -7.5rem;
}

.b3_line img {
  width: 90rem;
  height: 11.4375rem;
}

.b4 {
  position: relative;
  margin: 10.5rem 0 0;
  padding: 6.25rem 0 5.6875rem;
}

.h2 {
  font-family: "Vela Sans";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.26px;
}

.b4 .h2 {
  text-align: center;
}

.h2 span {
  background: linear-gradient(90deg, #F6EFFF 58.41%, #AC78FF 92.22%, #4331DE 101.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.b4_box {
  width: 100%;
  max-width: 55.9375rem;
  margin: 3.6875rem auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  align-items: flex-end;
}

.b4_item_box {
  height: 22.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='285' height='356' viewBox='0 0 285 356' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 306C0 333.614 22.3858 356 50 356H235C262.614 356 285 333.614 285 306V48.6964C285 21.8021 263.198 0 236.304 0C211.103 0 190.716 23.045 169.66 36.8902C161.862 42.0172 152.53 45 142.5 45C132.47 45 123.138 42.0172 115.34 36.8902C94.2835 23.045 73.897 0 48.6964 0C21.8021 0 0 21.8021 0 48.6964V306Z' fill='%231C0245' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  padding: 5.125rem 0 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.b4_item {
  max-width: 17.8125rem;
  position: relative;
}

.b4_item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7.38638rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(87deg, #AB44EF 3.63%, #AC78FF 44.76%, #4331DE 117.56%);
  width: 4.0625rem;
  height: 4.0625rem;
  margin: 0 auto -1.3125rem;
}

.b4_item_icon span {
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  background: #010820;
  border-radius: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b4_item_icon span img {
  width: 1.75rem;
  height: 1.75rem;
}

.b4_item_box_img img {
  margin: 0px auto;
  display: table;
  width: 7.375rem;
  height: 7.375rem;
}

.b4_item_box_img {
  margin: 0 0 0;
  position: relative;
}

.b4_item_t1 {
  color: #AC78FF;
  text-align: center;
  font-family: "Vela Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
  margin: 1.3125rem 0 0;
  position: relative;
  z-index: 10;
}

.b4_item_t2 {
  color: #F6EFFF;
  text-align: center;
  /* 131.25% */
  letter-spacing: 0.32px;
  margin: 1.125rem 1.3125rem 0;
  position: relative;
  z-index: 10;
  opacity: 0.7;
  font-weight: 300;
}

.b4_item_box_img:after {
  content: "";
  box-shadow: 0 0 6.1875rem 2.3125rem #3f5cff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}

.b4_item_box_img img {
  position: relative;
  z-index: 5;
}

.b4_item:hover .b4_item_box_img:after {
  opacity: 1;
}

.b4_item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='285' height='173' viewBox='0 0 285 173' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_2001_93)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-10.1274 288.385C-7.89414 225.515 -39.215 151.667 5.60616 107.523C51.2518 62.5664 127.057 78.5048 189.796 91.4811C245.243 102.949 299.396 127.332 330.411 174.701C359.102 218.521 340.4 273.016 342.909 325.331C346.295 395.924 402.679 485.178 347.416 529.232C292.051 573.368 218.159 495.67 149.159 479.785C95.5004 467.431 28.7424 490.079 -6.47976 447.756C-41.8158 405.296 -12.0884 343.59 -10.1274 288.385Z' fill='url(%23paint0_linear_2001_93)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-10.1274 288.385C-7.89414 225.515 -39.215 151.667 5.60616 107.523C51.2518 62.5664 127.057 78.5048 189.796 91.4811C245.243 102.949 299.396 127.332 330.411 174.701C359.102 218.521 340.4 273.016 342.909 325.331C346.295 395.924 402.679 485.178 347.416 529.232C292.051 573.368 218.159 495.67 149.159 479.785C95.5004 467.431 28.7424 490.079 -6.47976 447.756C-41.8158 405.296 -12.0884 343.59 -10.1274 288.385Z' fill='url(%23paint1_linear_2001_93)' fill-opacity='0.16'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_2001_93' x='-101.284' y='0.177101' width='550.455' height='620.053' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='38.8' result='effect1_foregroundBlur_2001_93'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_2001_93' x1='-31.0267' y1='285.519' x2='387.29' y2='329.297' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300105F'/%3E%3Cstop offset='0.651042' stop-color='%233A0096'/%3E%3Cstop offset='1' stop-color='%235802E1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2001_93' x1='-31.0267' y1='285.519' x2='387.29' y2='329.297' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6EFFF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23F6EFFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  height: 10.8125rem;
  border-radius: 0 0 3.125rem 3.125rem;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
}

.b4_item:hover:after {
  opacity: 1;
}

.b5_text {
  font-family: "Proxima Nova";
  font-size: 2.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.0625rem;
  /* 151.163% */
  letter-spacing: 0.86px;
  background: linear-gradient(90deg, rgba(246, 239, 255, 0.8) 0%, rgba(246, 239, 255, 0) 85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 17.55rem 0 9.4375rem;
  position: relative;
  z-index: 10;
}

.b5_text span {
  background: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(87deg, #AB44EF 3.63%, #AC78FF 44.76%, #4331DE 117.56%);
  color: #fff;
  -webkit-text-fill-color: #F6EFFF;
  border-radius: 6.25rem;
  padding: 0.125rem;
  display: inline-block;
  margin: 0 -0.5625rem 0 0;
}

.b5_text span i {
  font-style: normal;
  width: 100%;
  background: #010820;
  padding: 0.4375rem 1.3rem 0.4375rem;
  margin: 0px;
  border-radius: 6.25rem;
  height: 100%;
  display: inline;
}

.b5_text b i {
  font-weight: normal;
  border-radius: 62.5rem;
  background: linear-gradient(90deg, #F6EFFF 7.51%, #AC78FF 77.74%, #4331DE 97.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}

.b4_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 38%;
}

.b4_bg img {
  width: 13.4375rem;
  height: 23.25rem;
}

.b4_bg.b4_bg2 {
  left: auto;
  right: 0;
}

.b4_bg.b4_bg2 img {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.b4_svg {
  position: absolute;
  right: 0;
  top: -7rem;
}

.b5 .main {
  position: relative;
  z-index: 11;
}

.b4_svg img {
  width: 48.75rem;
  height: 71rem;
}

.b4_svg2 {
  position: absolute;
  left: 0;
  top: -3rem;
}

.b4_svg2 img {
  width: 38.625rem;
  height: 115.0625rem;
}

.b5_text b {
  border-radius: 62.5rem;
  background: rgba(28, 2, 69, 0.5);
  padding: 0.25rem 1.875rem 0.5625rem;
}

.b5_img_bg img {
  width: 25.3125rem;
  height: 25.3125rem;
  transform: rotate(-33.425deg);
}

.b5_box {
  position: relative;
}

.b5_img {
  position: absolute;
  right: -12.4rem;
  top: -17.5rem;
}

.b5_img_bg {
  position: relative;
  z-index: 1;
}

.b5_img_bg:after,
.b5_img_bg:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='57' viewBox='0 0 56 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='54.8214' cy='54.8651' r='1.17857' transform='rotate(180 54.8214 54.8651)' fill='%23F6EFFF'/%3E%3Ccircle cx='48.9625' cy='54.8651' r='1.17857' transform='rotate(180 48.9625 54.8651)' fill='%23F6EFFF'/%3E%3Ccircle cx='43.1037' cy='54.8651' r='1.17857' transform='rotate(180 43.1037 54.8651)' fill='%23F6EFFF'/%3E%3Ccircle cx='37.2448' cy='54.8651' r='1.17857' transform='rotate(180 37.2448 54.8651)' fill='%23F6EFFF'/%3E%3Ccircle cx='31.3859' cy='54.8651' r='1.17857' transform='rotate(180 31.3859 54.8651)' fill='%23F6EFFF'/%3E%3Ccircle cx='25.5269' cy='54.8651' r='1.17857' transform='rotate(180 25.5269 54.8651)' fill='%23F6EFFF'/%3E%3Ccircle cx='19.668' cy='54.8651' r='1.17857' transform='rotate(180 19.668 54.8651)' fill='%23F6EFFF'/%3E%3Ccircle cx='13.8091' cy='54.8651' r='1.17857' transform='rotate(180 13.8091 54.8651)' fill='%23F6EFFF'/%3E%3Ccircle cx='7.95021' cy='54.8651' r='1.17857' transform='rotate(180 7.95021 54.8651)' fill='%23F6EFFF'/%3E%3Ccircle cx='2.09133' cy='54.8651' r='1.17857' transform='rotate(180 2.09133 54.8651)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.8214' cy='49.0062' r='1.17857' transform='rotate(180 54.8214 49.0062)' fill='%23F6EFFF'/%3E%3Ccircle cx='48.9625' cy='49.0062' r='1.17857' transform='rotate(180 48.9625 49.0062)' fill='%23F6EFFF'/%3E%3Ccircle cx='43.1037' cy='49.0062' r='1.17857' transform='rotate(180 43.1037 49.0062)' fill='%23F6EFFF'/%3E%3Ccircle cx='37.2448' cy='49.0062' r='1.17857' transform='rotate(180 37.2448 49.0062)' fill='%23F6EFFF'/%3E%3Ccircle cx='31.3859' cy='49.0062' r='1.17857' transform='rotate(180 31.3859 49.0062)' fill='%23F6EFFF'/%3E%3Ccircle cx='25.5269' cy='49.0062' r='1.17857' transform='rotate(180 25.5269 49.0062)' fill='%23F6EFFF'/%3E%3Ccircle cx='19.668' cy='49.0062' r='1.17857' transform='rotate(180 19.668 49.0062)' fill='%23F6EFFF'/%3E%3Ccircle cx='13.8091' cy='49.0062' r='1.17857' transform='rotate(180 13.8091 49.0062)' fill='%23F6EFFF'/%3E%3Ccircle cx='7.95021' cy='49.0062' r='1.17857' transform='rotate(180 7.95021 49.0062)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.8214' cy='43.1474' r='1.17857' transform='rotate(180 54.8214 43.1474)' fill='%23F6EFFF'/%3E%3Ccircle cx='48.9625' cy='43.1474' r='1.17857' transform='rotate(180 48.9625 43.1474)' fill='%23F6EFFF'/%3E%3Ccircle cx='43.1037' cy='43.1474' r='1.17857' transform='rotate(180 43.1037 43.1474)' fill='%23F6EFFF'/%3E%3Ccircle cx='37.2448' cy='43.1474' r='1.17857' transform='rotate(180 37.2448 43.1474)' fill='%23F6EFFF'/%3E%3Ccircle cx='31.3859' cy='43.1474' r='1.17857' transform='rotate(180 31.3859 43.1474)' fill='%23F6EFFF'/%3E%3Ccircle cx='25.5269' cy='43.1474' r='1.17857' transform='rotate(180 25.5269 43.1474)' fill='%23F6EFFF'/%3E%3Ccircle cx='19.668' cy='43.1474' r='1.17857' transform='rotate(180 19.668 43.1474)' fill='%23F6EFFF'/%3E%3Ccircle cx='13.8091' cy='43.1474' r='1.17857' transform='rotate(180 13.8091 43.1474)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.8214' cy='37.2885' r='1.17857' transform='rotate(180 54.8214 37.2885)' fill='%23F6EFFF'/%3E%3Ccircle cx='48.9625' cy='37.2885' r='1.17857' transform='rotate(180 48.9625 37.2885)' fill='%23F6EFFF'/%3E%3Ccircle cx='43.1037' cy='37.2885' r='1.17857' transform='rotate(180 43.1037 37.2885)' fill='%23F6EFFF'/%3E%3Ccircle cx='37.2448' cy='37.2885' r='1.17857' transform='rotate(180 37.2448 37.2885)' fill='%23F6EFFF'/%3E%3Ccircle cx='31.3859' cy='37.2885' r='1.17857' transform='rotate(180 31.3859 37.2885)' fill='%23F6EFFF'/%3E%3Ccircle cx='25.5269' cy='37.2885' r='1.17857' transform='rotate(180 25.5269 37.2885)' fill='%23F6EFFF'/%3E%3Ccircle cx='19.668' cy='37.2885' r='1.17857' transform='rotate(180 19.668 37.2885)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.8214' cy='31.4293' r='1.17857' transform='rotate(180 54.8214 31.4293)' fill='%23F6EFFF'/%3E%3Ccircle cx='48.9625' cy='31.4293' r='1.17857' transform='rotate(180 48.9625 31.4293)' fill='%23F6EFFF'/%3E%3Ccircle cx='43.1037' cy='31.4293' r='1.17857' transform='rotate(180 43.1037 31.4293)' fill='%23F6EFFF'/%3E%3Ccircle cx='37.2448' cy='31.4293' r='1.17857' transform='rotate(180 37.2448 31.4293)' fill='%23F6EFFF'/%3E%3Ccircle cx='31.3859' cy='31.4293' r='1.17857' transform='rotate(180 31.3859 31.4293)' fill='%23F6EFFF'/%3E%3Ccircle cx='25.5269' cy='31.4293' r='1.17857' transform='rotate(180 25.5269 31.4293)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.8214' cy='25.5705' r='1.17857' transform='rotate(180 54.8214 25.5705)' fill='%23F6EFFF'/%3E%3Ccircle cx='48.9625' cy='25.5705' r='1.17857' transform='rotate(180 48.9625 25.5705)' fill='%23F6EFFF'/%3E%3Ccircle cx='43.1037' cy='25.5705' r='1.17857' transform='rotate(180 43.1037 25.5705)' fill='%23F6EFFF'/%3E%3Ccircle cx='37.2448' cy='25.5705' r='1.17857' transform='rotate(180 37.2448 25.5705)' fill='%23F6EFFF'/%3E%3Ccircle cx='31.3859' cy='25.5705' r='1.17857' transform='rotate(180 31.3859 25.5705)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.8214' cy='19.7116' r='1.17857' transform='rotate(180 54.8214 19.7116)' fill='%23F6EFFF'/%3E%3Ccircle cx='48.9625' cy='19.7116' r='1.17857' transform='rotate(180 48.9625 19.7116)' fill='%23F6EFFF'/%3E%3Ccircle cx='43.1037' cy='19.7116' r='1.17857' transform='rotate(180 43.1037 19.7116)' fill='%23F6EFFF'/%3E%3Ccircle cx='37.2448' cy='19.7116' r='1.17857' transform='rotate(180 37.2448 19.7116)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.8214' cy='13.8527' r='1.17857' transform='rotate(180 54.8214 13.8527)' fill='%23F6EFFF'/%3E%3Ccircle cx='48.9625' cy='13.8527' r='1.17857' transform='rotate(180 48.9625 13.8527)' fill='%23F6EFFF'/%3E%3Ccircle cx='43.1037' cy='13.8527' r='1.17857' transform='rotate(180 43.1037 13.8527)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.8214' cy='7.99379' r='1.17857' transform='rotate(180 54.8214 7.99379)' fill='%23F6EFFF'/%3E%3Ccircle cx='48.9625' cy='7.99379' r='1.17857' transform='rotate(180 48.9625 7.99379)' fill='%23F6EFFF'/%3E%3Ccircle cx='54.8214' cy='2.13491' r='1.17857' transform='rotate(180 54.8214 2.13491)' fill='%23F6EFFF'/%3E%3C/svg%3E%0A");
  width: 3.5rem;
  height: 3.5625rem;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -9%;
  left: 32%;
}

.b5_img_bg:before {
  bottom: auto;
  top: 6%;
  left: 46%;
  width: 3.0625rem;
  height: 3.0625rem;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.b5_img .b2_bg_3 {
  left: auto;
  right: -5rem;
}

.b5_img .b2_bg_3 img {
  transform: matrix(-1, 0, 0, 1, 0, 0) rotate(39deg);
}

.b5_img_svg {
  position: absolute;
  right: -18%;
  top: 4%;
}

.b5_img_blur {
  position: absolute;
  top: -10.5rem;
  /* z-index: 1000; */
  right: 4.8rem;
}

.b5_icon {
  display: table;
  position: absolute;
  position: absolute;
  top: -31%;
  left: 22%;
}

.b5_icon img {
  width: 28.625rem;
  height: 13rem;
}

.b5_img_svg img {
  width: 21.5rem;
  height: 26.8125rem;
}

.b5_img_blur img {
  width: 30.9375rem;
  height: 45.875rem;
}

.b6_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 3.125rem;
  background: rgba(28, 2, 69, 0.5);
  height: 8.0625rem;
  width: 24.1875rem;
}

.b6 {
  padding: 6.25rem 0 0;
  margin: 18.875rem 0 7.5rem;
  position: relative;
}

.b6_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: -8.0625rem 0 0;
  gap: 1.25rem;
  align-items: flex-start;
}

.b6_item_box {
  background-image: url("data:image/svg+xml,%3Csvg width='387' height='516' viewBox='0 0 387 516' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 466C0 493.614 22.3858 516 50 516H337C364.614 516 387 493.614 387 466V50C387 22.3858 364.614 0 337 0H139.233C120.858 0 108 26.6248 108 45C108 79.5178 80.0178 108 45.5 108C27.2317 108 0 120.912 0 139.18V466ZM0 0.544495C0 1.03192 0.600311 1.27789 0.940216 0.928528C1.27499 0.584473 1.02496 0 0.544891 0C0.245941 0 0 0.245544 0 0.544495Z' fill='%231C0245' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  height: 32.25rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  border-radius: 3.125rem;
}

.b6_item {
  position: relative;
}

.b6_item .b2_icon {
  top: auto;
  bottom: 100%;
  left: auto;
  right: 100%;
  width: 4.0625rem;
  height: 4.0625rem;
  margin: -5.4rem;
}

.b6_item_box_bottom {
  width: 100%;
  margin: 2.5rem;
  transform: translate(0, 89%);
  transition: 0.3s;
}

.b6_item_title {
  color: #AC78FF;
  font-family: "Vela Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
  font-weight: 300;
  height: 1rem;
  display: flex;
  align-items: flex-end;
}

.b6_item_box_bottom_text ul {
  margin: 1.875rem 0 0;
  padding: 0 0 0;
  counter-reset: item;
}

.b6_item_box_bottom_text li {
  color: #F6EFFF;
  font-style: normal;
  font-weight: 300;
  /* 131.25% */
  letter-spacing: 0.32px;
  margin: 1.1875rem 0 0;
  position: relative;
  padding: 0 0 0 2.125rem;
}

.b6_item_box_bottom_text li:before {
  content: "";
  content: counter(item, decimal-leading-zero) " ";
  counter-increment: item;
  color: #F6EFFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 150% */
  letter-spacing: 0.28px;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}

.b6_item_box_bottom_text {
  transform: translate(0px, 0px);
  opacity: 0;
  transition: 0.3s;
}

.b6_item:hover .b6_item_box_bottom {
  transform: none;
}

.b6_item:hover .b6_item_box_bottom .b6_item_box_bottom_text {
  opacity: 1;
}

.b6_item:nth-child(2) {
  margin: 9.3125rem 0 0;
}

.b6_item_box:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='534' height='451' viewBox='0 0 534 451' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3' filter='url(%23filter0_f_2005_3586)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M121.729 267.899C106.045 227.165 62.8523 189.253 83.4025 147.993C104.331 105.974 164.037 93.9488 213.393 83.8593C257.012 74.9427 303.243 74.638 338.921 95.7594C371.924 115.298 373.285 155.512 389.523 188.13C411.434 232.142 477.159 272.54 448.964 316.799C420.717 361.14 345.4 333.233 290.674 343.3C248.116 351.129 205.638 385.105 168.28 368.432C130.801 351.705 135.501 303.667 121.729 267.899Z' fill='url(%23paint0_linear_2005_3586)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M121.729 267.899C106.045 227.165 62.8523 189.253 83.4025 147.993C104.331 105.974 164.037 93.9488 213.393 83.8593C257.012 74.9427 303.243 74.638 338.921 95.7594C371.924 115.298 373.285 155.512 389.523 188.13C411.434 232.142 477.159 272.54 448.964 316.799C420.717 361.14 345.4 333.233 290.674 343.3C248.116 351.129 205.638 385.105 168.28 368.432C130.801 351.705 135.501 303.667 121.729 267.899Z' fill='url(%23paint1_linear_2005_3586)' fill-opacity='0.16'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_2005_3586' x='0.364113' y='0.513283' width='533.114' height='450.064' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='38.8' result='effect1_foregroundBlur_2005_3586'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_2005_3586' x1='105.689' y1='272.189' x2='423.001' y2='177.669' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300105F'/%3E%3Cstop offset='0.651042' stop-color='%233A0096'/%3E%3Cstop offset='1' stop-color='%235802E1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2005_3586' x1='105.689' y1='272.189' x2='423.001' y2='177.669' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 33.375rem;
  height: 28.1875rem;
  display: block;
  background-size: contain;
  position: absolute;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}

.b6_item:nth-child(1) .b6_item_box:after {
  bottom: -10%;
  left: -70%;
  /* transform: translate3d(-83%, 65%, 0px); */
  transition: 0.5s;
  opacity: 0;
}

.b6_item:hover .b6_item_box:after {
  /* transform: none; */
  opacity: 1 !important;
}

.b6_item:nth-child(2) .b6_item_box:after {
  transform: rotate(-26deg);
  bottom: -47%;
  left: 5%;
  opacity: 0;
  transition: 0.4s;
}

.b6_item:nth-child(3) .b6_item_box:after {
  transform: rotate(162deg);
  left: 33%;
  top: 12%;
}

.b6_img {
  position: absolute;
  z-index: 10;
  top: -29%;
  left: -1%;
  pointer-events: none;
}

.b6_img img {
  width: 32.75rem;
  height: 32.75rem;
}

.b6_item:nth-child(2) .b6_img {
  top: -11%;
  left: 32%;
}

.b6_item:nth-child(2) .b6_img img {
  width: 27.0625rem;
  height: 27.0625rem;
}

.b6_item:nth-child(3) .b6_img {
  top: -6%;
  left: 44%;
}

.b6_item:nth-child(3) .b6_img img {
  width: 21.1875rem;
  height: 21.5rem;
}

.b6_blur {
  display: table;
  font-size: 0;
  position: absolute;
  right: 0;
  top: -5rem;
  pointer-events: none;
}

.b6_blur img {
  width: 47.1875rem;
  height: 85.6875rem;
}

.b6 .main {
  position: relative;
  z-index: 1;
}

.b7 {
  padding: 6.25rem 0 0;
  margin: 13.625rem 0 0;
  position: relative;
}

.b7 .h2 {
  letter-spacing: 0.86px;
}

.b6_img_bg_1 img {
  width: 15.6875rem;
  height: 11.375rem;
}

.b6_img_bg_1 {
  display: table;
  font-size: 0;
  position: absolute;
  top: -13.5rem;
  left: -11rem;
}

.b6_img_bg_1.b6_img_bg_2 {
  top: auto;
  bottom: -40%;
  left: auto;
  right: -4%;
}

.b6_img_bg_1.b6_img_bg_2 img {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 18.6875rem;
  height: 13.375rem;
}

.b7_box {
  margin: 6.625rem 0 0;
  counter-reset: item;
}

.b7_item {
  height: 12.375rem;
  border-top: 1px solid rgba(28, 2, 69, 0.4);
  position: relative;
  overflow: hidden;
}

.b7_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  opacity: 0;
}

.b7_item_bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.b7_item_bg_img {
  width: 100%;
  height: 100%;
}

.b7_item_bg:after {
  content: "";
  background: linear-gradient(90deg, #010727 20.23%, rgba(1, 7, 39, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.b7_item_bg:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='878' height='897' viewBox='0 0 878 897' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.7' filter='url(%23filter0_f_2005_3629)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M344.055 699.25C257.775 680.286 145.568 710.92 98.8264 630.186C51.2249 547.967 97.5345 433.734 135.565 339.137C169.175 255.536 220.241 177.132 295.711 140.454C365.525 106.525 434.946 149.096 508.14 158.068C606.903 170.175 748.447 104.269 791.723 201.257C835.08 298.424 703.925 394.465 659.865 498.104C625.602 578.7 635.58 688.333 565.746 732.811C495.687 777.434 419.816 715.902 344.055 699.25Z' fill='url(%23paint0_linear_2005_3629)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M344.055 699.25C257.775 680.286 145.568 710.92 98.8264 630.186C51.2249 547.967 97.5345 433.734 135.565 339.137C169.175 255.536 220.241 177.132 295.711 140.454C365.525 106.525 434.946 149.096 508.14 158.068C606.903 170.175 748.447 104.269 791.723 201.257C835.08 298.424 703.925 394.465 659.865 498.104C625.602 578.7 635.58 688.333 565.746 732.811C495.687 777.434 419.816 715.902 344.055 699.25Z' fill='url(%23paint1_linear_2005_3629)' fill-opacity='0.16'/%3E%3C/g%3E%3Cg opacity='0.6' filter='url(%23filter1_f_2005_3629)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M467.913 762.59C409.37 773.925 348.03 822.936 297.46 785.411C245.959 747.196 244.09 664.012 242.344 595.212C240.802 534.409 251.468 472.156 288.424 429.23C322.609 389.522 377.023 397.327 424.783 383.301C489.228 364.376 559.309 285.656 612.082 334.181C664.952 382.795 609.373 477.41 609.802 553.427C610.135 612.542 645.655 677.814 614.281 724.065C582.804 770.466 519.32 752.636 467.913 762.59Z' fill='url(%23paint2_linear_2005_3629)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M467.913 762.59C409.37 773.925 348.03 822.936 297.46 785.411C245.959 747.196 244.09 664.012 242.344 595.212C240.802 534.409 251.468 472.156 288.424 429.23C322.609 389.522 377.023 397.327 424.783 383.301C489.228 364.376 559.309 285.656 612.082 334.181C664.952 382.795 609.373 477.41 609.802 553.427C610.135 612.542 645.655 677.814 614.281 724.065C582.804 770.466 519.32 752.636 467.913 762.59Z' fill='url(%23paint3_linear_2005_3629)' fill-opacity='0.16'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_2005_3629' x='0.979591' y='49.9286' width='877.011' height='776.416' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='38.8' result='effect1_foregroundBlur_2005_3629'/%3E%3C/filter%3E%3Cfilter id='filter1_f_2005_3629' x='144.602' y='221.017' width='587.91' height='675.909' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='48.8' result='effect1_foregroundBlur_2005_3629'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_2005_3629' x1='333.402' y1='731.12' x2='527.828' y2='89.8683' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300105F'/%3E%3Cstop offset='0.651042' stop-color='%233A0096'/%3E%3Cstop offset='1' stop-color='%235802E1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2005_3629' x1='333.402' y1='731.12' x2='527.828' y2='89.8683' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_2005_3629' x1='469.84' y1='785.191' x2='418.734' y2='335.768' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300105F'/%3E%3Cstop offset='0.651042' stop-color='%23B24479'/%3E%3Cstop offset='1' stop-color='%235802E1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_2005_3629' x1='469.84' y1='785.191' x2='418.734' y2='335.768' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 54.875rem;
  height: 56.0625rem;
  display: block;
  position: absolute;
  right: -21rem;
  top: -18rem;
}

.b7_item p {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  left: 7.5rem;
}

.b7_item p i {
  width: 6.25rem;
}

.b7_item p span {
  color: #AC78FF;
  font-family: "Vela Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  opacity: 0.6;
  transition: 0.3s;
}

.b7_item p i:after {
  content: "";
  content: counter(item, decimal-leading-zero) " ";
  counter-increment: item;
  color: #AC78FF;
  font-family: "Vela Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  opacity: 0.6;
  transition: 0.3s;
}

.active .b7_item_bg {
  opacity: 1;
}

.b7_item.active p span {
  font-size: 2.25rem;
  opacity: 1;
  color: #F6EFFF;
}

.b7_item.active p i:after {
  font-size: 2.25rem;
  opacity: 1;
}

.b7_img img {
  width: 29.5rem;
  height: 29.5rem;
}

.b7_img {
  margin: -3rem -3rem 0;
  display: table;
  pointer-events: none;
}

.b7_blur {
  position: absolute;
  bottom: -37rem;
  left: 0;
  pointer-events: none;
}

.b7_blur img {
  width: 46.5625rem;
  height: 89.5625rem;
}

.b8 {
  padding: 4.375rem 0 4.4375rem;
  margin: -9rem 0 0;
  position: relative;
}

.b8_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -0.8125rem 0 0;
}

.arrows button {
  width: 4.0625rem;
  height: 4.0625rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(87deg, #AB44EF 3.63%, #AC78FF 44.76%, #4331DE 117.56%);
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}

.arrows {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  position: relative;
  z-index: 100;
}

.arrows button span {
  height: calc(100% - 0.125rem);
  width: calc(100% - 0.125rem);
  background: #010820;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrows button span:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.63635 14.0001L20.3636 14.0001M7.63635 14.0001L13.0909 19.091M7.63635 14.0001L13.0909 8.90918' stroke='%23F6EFFF' stroke-width='2.54545' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.next span:after {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.arrows button:hover {
  opacity: 0.6;
}

.b8_item_box {
  border-left: 1px solid rgba(246, 239, 255, 0.1);
  height: 7.3125rem;
  padding: 0 0 0 1.5625rem;
}

.b8_t_1 {
  color: #AC78FF;
  font-family: "Vela Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.14px;
  margin: 0 0 0.875rem;
}

.b8_item {
  width: 32.375rem;
}

.b8_item_krug {
  width: 3.1875rem;
  height: 3.1875rem;
  display: flex;
  border: 1px solid rgba(246, 239, 255, 0.1);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.b8_item_bottom {
  margin: 1.3125rem 0 0 -1.5625rem;
  position: relative;
}

.b8 .splide__track {
  overflow: visible;
}

.b8_item_krug:after {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  background: #AC78FF;
  border-radius: 50%;
  box-shadow: 0 0 0 0.375rem #F6EFFF;
  position: relative;
  z-index: 3;
}

.b8_item_line {
  position: absolute;
  height: 0.125rem;
  width: calc(100% - 1.5625rem);
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='2487' height='2' viewBox='0 0 2487 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1' x2='2487' y2='1' stroke='%23F6EFFF' stroke-opacity='0.1' stroke-width='2' stroke-dasharray='4 4'/%3E%3C/svg%3E%0A");
  left: 1.5625rem;
}

.b8_item_line span {
  position: absolute;
  left: 0;
  height: 100%;
  left: 0;
  background: #AC78FF;
  transition: 0.5s;
  width: 0;
}

.b8_box {
  margin: 6.5rem 0 0 8.25rem;
  width: 32.375rem;
  position: relative;
  z-index: 3;
}

.b8_item_krug_start {
  position: absolute;
  right: 100%;
  height: 0.125rem;
  background: #AC78FF;
  width: 6.0625rem;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: -0.875rem;
}

.b8_item_krug_start span {
  width: 0.6875rem;
  height: 0.6875rem;
  display: block;
  background: #010621;
  border-radius: 50%;
  box-shadow: 0 0 0 0.375rem #AC78FF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}

.active_el .b8_item_line span {
  width: 100%;
}

.b8_item.b8_item_5 .b8_item_bottom {
  max-width: 19.4375rem;
}

.b8_item.b8_item_5 .b8_item_line:after {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  display: block;
  background: #010621;
  border-radius: 50%;
  box-shadow: 0 0 0 0.375rem #1a2439;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s 0.3s;
}

.active_el .b8_item.b8_item_5 .b8_item_line:after {
  box-shadow: 0 0 0 0.375rem #AC78FF;
}

.b8_blur {
  display: table;
  position: absolute;
  right: 0;
  top: -55rem;
  pointer-events: none;
}

.b8_img {
  display: table;
  font-size: 0;
  position: absolute;
  top: 11rem;
  left: 69.5%;
}

.b8_img img {
  width: 62.625rem;
  height: 60.625rem;
}

.b8_blur img {
  width: 54.3125rem;
  height: 104.0625rem;
}

.b8_bg {
  display: table;
  position: absolute;
  left: 0;
  top: 7rem;
}

.b8_bg img {
  width: 84.1875rem;
  height: 28.8125rem;
}

.b8 .main {
  position: relative;
  z-index: 12;
}

.b8 .bt {
  margin: 4.6875rem auto 0;
  font-size: 1rem;
  font-weight: 65;
}

.b9_title {
  text-align: center;
  font-family: "Vela Sans";
  font-size: 7.2535rem;
  font-style: normal;
  font-weight: 800;
  line-height: 104.2%;
  /* 120.93px */
  text-transform: uppercase;
}

 
.b9 {
  padding: 6.25rem 0 6.875rem;
  margin: 11.4375rem 0 0;
  position: relative;
}

h2.b9_title span:nth-child(1) {
  opacity: 0.1;
  background: linear-gradient(180deg, #ffffff 9.75%, rgba(246, 239, 255, 0) 113%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2.b9_title span:nth-child(2) {
  opacity: 0.1;
  background: linear-gradient(180deg, #F6EFFF 54.75%, rgba(246, 239, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.b9_item_box {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='285' height='285' viewBox='0 0 285 285' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M235 2.18557e-06C262.614 9.78513e-07 285 22.3858 285 50L285 235C285 262.614 262.614 285 235 285L227.222 285C208.904 285 192.864 273.517 177.774 263.13C167.58 256.113 155.234 252 142 252C128.766 252 116.42 256.113 106.226 263.13C91.1362 273.517 75.0964 285 56.7775 285L50 285C22.3857 285 -9.78513e-07 262.614 -2.18557e-06 235L-1.02722e-05 50C-1.14792e-05 22.3858 22.3858 1.14792e-05 50 1.02722e-05L235 2.18557e-06Z' fill='%231C0245' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  width: 17.8125rem;
  height: 17.8125rem;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.b9_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25rem;
  margin: 1.375rem 0 0;
}

.b9_item {
  position: relative;
}

.b9_item .b2_icon {
  left: 0;
  right: 0;
  margin: auto;
  width: 4.0625rem;
  height: 4.0625rem;
  margin: -1.125rem auto 0;
}

.b9_item_img.b9_img_1 img {
  width: 20.3125rem;
  height: 30.125rem;
}

.b9_item_img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
  transform: translate(0px, 0.625rem);
  pointer-events: none;
}

.b9_item_img.b9_img_1 {
  top: -16rem;
}

.b9_item_t1 {
  color: #AC78FF;
  text-align: center;
  font-family: "Vela Sans";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  margin: 0 0 0.75rem;
}

.b9_item_number {
  color: #F6EFFF;
  text-align: center;
  font-family: "Vela Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
  margin: 0 0 0.75rem;
  overflow: hidden;
  transition: 0.3s;
}

.b9_item_t2 {
  /* height: 0; */
  color: #F6EFFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  /* 135.714% */
  letter-spacing: 0.28px;
  /* opacity: 0; */
  display: none;
  width: 100% !important;
}

.b9_item_text {
  margin: 0.75rem 0 0;
  transition: 0.3s;
}

.b9_item:hover .b9_item_img {
  opacity: 1;
  transform: none;
}

.b9_item:hover .b9_item_text {
  transform: translate3d(0px, -1.625rem, 0px);
}

.b9_item:hover .b9_item_text .b9_item_number span {
  opacity: 0;
}

.b9_item_number span {
  display: block;
  transition: 0.3s;
}

.b9_item_img.b9_img_2 {
  top: -22rem;
}

.b9_item_img.b9_img_2 img {
  width: 20.3125rem;
  height: 41.1875rem;
}

.b9_item_img.b9_img_3 img {
  width: 20.3125rem;
  height: 26.625rem;
}

.b9_item_img.b9_img_3 {
  top: -14rem;
}

.b9_item_img.b9_img_4 img {
  width: 20.3125rem;
  height: 26.375rem;
}

.b9_item_img.b9_img_4 {
  top: -14rem;
}

.b9_item:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='285' height='285' viewBox='0 0 285 285' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2024_3761)'%3E%3Cg opacity='0.6' filter='url(%23filter0_f_2024_3761)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.3358 121.08C64.371 91.9381 49.8531 57.7079 70.6287 37.2462C91.7864 16.408 126.923 23.7958 156.005 29.8106C181.705 35.1262 206.806 46.4281 221.182 68.3849C234.481 88.696 225.812 113.956 226.976 138.205C228.545 170.926 254.68 212.297 229.065 232.717C203.402 253.175 169.151 217.161 137.168 209.797C112.297 204.071 81.3528 214.569 65.0266 194.951C48.6476 175.27 62.4269 146.668 63.3358 121.08Z' fill='url(%23paint0_linear_2024_3761)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.3358 121.08C64.371 91.9381 49.8531 57.7079 70.6287 37.2462C91.7864 16.408 126.923 23.7958 156.005 29.8106C181.705 35.1262 206.806 46.4281 221.182 68.3849C234.481 88.696 225.812 113.956 226.976 138.205C228.545 170.926 254.68 212.297 229.065 232.717C203.402 253.175 169.151 217.161 137.168 209.797C112.297 204.071 81.3528 214.569 65.0266 194.951C48.6476 175.27 62.4269 146.668 63.3358 121.08Z' fill='url(%23paint1_linear_2024_3761)' fill-opacity='0.16'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_2024_3761' x='-20.5478' y='-54.141' width='338.409' height='370.669' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='38.8' result='effect1_foregroundBlur_2024_3761'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_2024_3761' x1='53.6486' y1='119.751' x2='247.547' y2='140.043' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300105F'/%3E%3Cstop offset='0.651042' stop-color='%233A0096'/%3E%3Cstop offset='1' stop-color='%235802E1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2024_3761' x1='53.6486' y1='119.751' x2='247.547' y2='140.043' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2024_3761'%3E%3Crect width='285' height='285' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
  opacity: 0;
}

.b9_item:hover:after {
  opacity: 1;
}

.b9_bg {
  display: table;
  font-size: 0;
  position: absolute;
  top: -30rem;
  pointer-events: none;
}

.b9_bg img {
  width: 55.5rem;
  height: 109.3125rem;
}

.b9 .main {
  position: relative;
  z-index: 12;
}

.b9_item .b2_icon p {
  background: #020721;
}

.b9_item:nth-child(1) .b2_icon p {
  background: #120c29;
}

.b10 {
  padding: 6.25rem 0 9.4375rem;
  margin: 10.25rem 0 0;
  position: relative;
}

.b10 .h2 {
  text-align: center;
}

.b10_item {
  border-radius: 1.875rem;
  background: rgba(28, 2, 69, 0.5);
  position: relative;
  z-index: 3;
}

.b10_item_title {
  height: 8.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.125rem;
  color: #AC78FF;
  font-family: "Vela Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
  cursor: pointer;
  border-radius: 1.875rem;
  background: rgba(28, 2, 69, 0.5);
  z-index: 20;
  position: relative;
  transition: 0.3s;
}

.b10_box {
  margin: 4.75rem auto 0;
  max-width: 62.25rem;
}

.b10_item_main {
  padding: 3.25rem 3.125rem;
}

.b10_item_main p {
  /* 131.25% */
  letter-spacing: 0.42px;
  font-weight: 300;
  max-width: 47.0625rem;
}

.b10_item_text {
  position: relative;
  width: 100% !important;
}

.b10_item_text:before {
  content: "";
  background: linear-gradient(90deg, rgba(172, 120, 255, 0) 0%, #AC78FF 52.5%, rgba(172, 120, 255, 0) 100%);
  box-shadow: 0px 0px 161.28rem 0px #AD78FF, 0px 0px 282.24rem 0px #AD78FF, 0px 0px 94.08rem 0px #AD78FF, 0px 0px 47.04rem 0px #AD78FF, 0px 0px 13.44rem 0px #AD78FF, 0px 0px 6.72rem 0px #AD78FF;
  height: 1px;
  display: block;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.b10_item_it {
  margin: 0 0 1.25rem;
  position: relative;
  overflow: hidden;
}

.b10_item_it:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='983' height='1045' viewBox='0 0 983 1045' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5' filter='url(%23filter0_f_2029_3762)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M498.065 824.464C410.12 832.794 312.656 896.273 243.465 833.7C173.001 769.976 182.159 647.055 189.44 545.359C195.874 455.485 220.518 365.221 281.157 307.221C337.251 253.569 416.365 272.871 488.796 259.03C586.53 240.355 701.139 134.322 772.001 213.43C842.995 292.684 747.492 424.232 737.236 536.379C729.261 623.592 772.286 724.922 719.4 788.625C666.342 852.533 575.289 817.151 498.065 824.464Z' fill='url(%23paint0_linear_2029_3762)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M498.065 824.464C410.12 832.794 312.656 896.273 243.465 833.7C173.001 769.976 182.159 647.055 189.44 545.359C195.874 455.485 220.518 365.221 281.157 307.221C337.251 253.569 416.365 272.871 488.796 259.03C586.53 240.355 701.139 134.322 772.001 213.43C842.995 292.684 747.492 424.232 737.236 536.379C729.261 623.592 772.286 724.922 719.4 788.625C666.342 852.533 575.289 817.151 498.065 824.464Z' fill='url(%23paint1_linear_2029_3762)' fill-opacity='0.16'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_2029_3762' x='0.543701' y='0.472656' width='981.507' height='1044.51' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='92' result='effect1_foregroundBlur_2029_3762'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_2029_3762' x1='497.669' y1='858.065' x2='486.685' y2='188.077' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300105F'/%3E%3Cstop offset='0.651042' stop-color='%233A0096'/%3E%3Cstop offset='1' stop-color='%235802E1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2029_3762' x1='497.669' y1='858.065' x2='486.685' y2='188.077' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 61.4375rem;
  height: 65.3125rem;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -14rem;
  left: 8%;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.b10_item_it:hover:after {
  opacity: 1;
}

.b10_item_it:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='785' height='904' viewBox='0 0 785 904' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5' filter='url(%23filter0_f_2029_3764)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M470.36 641.894C418.087 670.589 374.674 736.009 315.05 715.747C254.33 695.112 227.113 616.484 204.412 551.513C184.35 494.095 175.468 431.562 197.527 379.392C217.932 331.132 272.125 321.923 313.309 293.964C368.879 256.238 411.531 159.858 476.614 189.921C541.818 220.038 517.834 327.117 541.489 399.361C559.884 455.543 613.663 506.826 597.934 560.455C582.155 614.259 516.26 616.697 470.36 641.894Z' fill='url(%23paint0_linear_2029_3764)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M470.36 641.894C418.087 670.589 374.674 736.009 315.05 715.747C254.33 695.112 227.113 616.484 204.412 551.513C184.35 494.095 175.468 431.562 197.527 379.392C217.932 331.132 272.125 321.923 313.309 293.964C368.879 256.238 411.531 159.858 476.614 189.921C541.818 220.038 517.834 327.117 541.489 399.361C559.884 455.543 613.663 506.826 597.934 560.455C582.155 614.259 516.26 616.697 470.36 641.894Z' fill='url(%23paint1_linear_2029_3764)' fill-opacity='0.16'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_2029_3764' x='0.635986' y='0.199219' width='784.143' height='903.375' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='92' result='effect1_foregroundBlur_2029_3764'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_2029_3764' x1='479.106' y1='662.823' x2='293.014' y2='250.558' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300105F'/%3E%3Cstop offset='0.651042' stop-color='%23B24479'/%3E%3Cstop offset='1' stop-color='%235802E1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2029_3764' x1='479.106' y1='662.823' x2='293.014' y2='250.558' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 49.0625rem;
  height: 56.5rem;
  display: block;
  position: absolute;
  top: -6rem;
  left: 24%;
  z-index: 10;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.b10_item_title_icon {
  width: 4.0625rem;
  height: 4.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  background: linear-gradient(87deg, #AB44EF 3.63%, #AC78FF 44.76%, #4331DE 117.56%);
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.b10_item_title_icon span {
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  background: #15053c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.b10_item_title_icon span:after,
.b10_item_title_icon span:before {
  content: "";
  height: 0.1875rem;
  background: #f6efff;
  display: block;
  width: 27%;
  border-radius: 0.3125rem;
}

.b10_item_title_icon span:before {
  width: 0.1875rem;
  height: 27%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}

.b10_item_it.active .b10_item_title_icon span:before {
  transform: rotate(90deg);
  opacity: 0;
}

.b10_item_title_icon:hover {
  opacity: 0.5;
}

.b10_img_canvas canvas {
  width: 17rem;
  height: auto;
  transform: rotate(-33deg);
}

.b10_img_canvas {
  display: table;
  position: relative;
  z-index: 1;
}

.b10_img {
  position: absolute;
  z-index: 20;
  top: 2.4rem;
  left: 1rem;
  pointer-events: none;
}

.b5_img_bg canvas {
  width: 28.5rem;
  transform: rotate(-35deg);
  margin: -1.4375rem -1.375rem -1.6875rem -2.125rem;
}

.b10_bg {
  position: absolute;
  font-size: 0;
  right: 0;
  top: -15rem;
  pointer-events: none;
}

.b10_bg img {
  width: 58rem;
  height: 91.25rem;
}

.b10_item_it.active:after,
.b10_item_it.active:before {
  opacity: 1;
}

.b10_img_fon {
  display: table;
  font-size: 0;
  position: absolute;
  top: -6.5rem;
  left: -17.5rem;
}

.b10 .b3_img_1:after {
  left: auto;
  right: -3.5rem;
  top: -5.5rem;
}

.b10 .b3_img_1 {
  position: static;
}

.b10 .b3_img_1:before {
  left: 6rem;
  top: 16rem;
}

.b10_blur {
  position: absolute;
  top: -10rem;
  left: -10rem;
}

.b10_blur img {
  width: 38.1875rem;
  height: 38.1875rem;
}

.b10_img_fon img {
  width: 33.3125rem;
  height: 26.875rem;
}

.b3_bg_1 img {
  width: 20.375rem;
  height: 15.4375rem;
}

.b6_img_1 {
  transition: 0.6s;
  opacity: 0;
}

.b6_item:nth-child(1) .b6_img_1 {
  transform: translate3d(-1.3125rem, 2.125rem, 0px);
}

.b6_item:hover .b6_img_1 {
  opacity: 1;
  transform: none !important;
}

.b6_item:nth-child(2) .b6_img_1 {
  transform: rotateZ(5deg) translate(-1.25rem, 2rem);
}

.b6_item:nth-child(3) .b6_img_1 {
  transform: translate(0px, 3.125rem);
}

.b8_img canvas {
  margin: -2rem 0 0 -1rem;
  width: 65.625rem;
  height: 65.625rem;
}

.b7_img canvas {
  height: 30rem;
  width: 30rem;
}

.b11_box {
  border-radius: 3.125rem;
  background: #000520;
  overflow: hidden;
  padding: 4.125rem 0 4.25rem 6.625rem;
  margin: 0.8125rem 0 0;
  position: relative;
  z-index: 10;
}

.b11 {
  padding: 4.375rem 0 16.25rem;
  position: relative;
  margin: 0.125rem 0 0;
}

.b11_box .h2 {
  letter-spacing: 0.76px;
  margin: 0 0 1.6875rem;
}

.input {
  margin: 0 0 1.125rem;
}

.input input {
  background: none;
  border-radius: 6.25rem;
  border: 1px solid rgba(246, 240, 255, 0.2);
  height: 3.8125rem;
  width: 100%;
  color: #F6EFFF;
  font-family: "Proxima Nova";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  /* 161.538% */
  letter-spacing: 0.26px;
  padding: 0 2.0625rem;
  transition: 0.3s;
}

.form {
  max-width: 24.1875rem;
  margin: 0 -0.25rem;
}

.input input::-moz-placeholder {
  color: #F6EFFF;
  opacity: 0.5;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.8125rem;
}

.input input:-ms-input-placeholder {
  color: #F6EFFF;
  opacity: 0.5;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.8125rem;
}

.input input::placeholder {
  color: #F6EFFF;
  opacity: 0.5;
  transition: 0.3s;
  font-size: 0.8125rem;
}

.input input:focus::-moz-placeholder {
  opacity: 0.1;
}

.input input:focus:-ms-input-placeholder {
  opacity: 0.1;
}

.input input:focus::placeholder {
  opacity: 0.1;
}

.input input:focus {
  border-color: #F6EFFF;
}

form .bt {
  margin: 1.625rem auto 0;
  font-size: 1rem;
}

.check input {
  position: absolute;
}

.check {
  margin: 2.625rem 0 0;
  position: relative;
  color: #f6efff7d;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
}

.check p {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.check i {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(87deg, #AB44EF 3.63%, #AC78FF 44.76%, #4331DE 117.56%);
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.check i:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  background: #000520;
  margin: auto;
  border-radius: 50%;
}

.check i:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75004 12.1274L4.14754 9.52487C4.00731 9.38464 3.81711 9.30586 3.61879 9.30586C3.42047 9.30586 3.23027 9.38464 3.09004 9.52487C2.94981 9.66511 2.87103 9.8553 2.87103 10.0536C2.87103 10.1518 2.89037 10.2491 2.92795 10.3398C2.96552 10.4305 3.0206 10.5129 3.09004 10.5824L6.22504 13.7174C6.51754 14.0099 6.99004 14.0099 7.28254 13.7174L15.2175 5.78237C15.3578 5.64214 15.4366 5.45194 15.4366 5.25362C15.4366 5.05531 15.3578 4.86511 15.2175 4.72487C15.0773 4.58464 14.8871 4.50586 14.6888 4.50586C14.4905 4.50586 14.3003 4.58464 14.16 4.72487L6.75004 12.1274Z' fill='%23F6EFFF'/%3E%3C/svg%3E%0A");
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: revert-layer;
  z-index: 1;
  margin: auto;
  top: 0;
  opacity: 0;
  transition: 0.1s;
}

.check input:checked + p i:before {
  opacity: 1;
}

.b11_bg {
  display: table;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.b11_bg img {
  width: 90rem;
  height: 102.125rem;
}

.b10_item_it.active .b10_item_title {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.b11_bg {
  display: table;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.b11_bg img {
  width: 90rem;
  height: 102.125rem;
}

.b10_item_it.active .b10_item_title {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.b11_right_img_1 {
  position: absolute;
  top: -12.5rem;
  right: -34.4rem;
}

.b11_right_img_1 img {
  width: 80.625rem;
  height: 91rem;
}

.b11_img_2 {
  position: absolute;
  top: 0rem;
  right: -14rem;
  width: 56.8125rem;
  height: 56.8125rem;
}

.b11_img_3 {
  width: 44.5rem;
  height: 35.5625rem;
  position: absolute;
  top: 0;
  right: 0;
}

.b11 .krug.krug_1 {
  left: auto;
  right: 17rem;
  bottom: 7rem;
}

.b11 .krug.krug_2 {
  top: 7.5rem;
  left: auto;
  right: 12.2rem;
  width: 0.4375rem;
  height: 0.4375rem;
}

.ft_box {
  padding: 3.6875rem 0 2.625rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ft_right {
  width: 100%;
  max-width: 55.9375rem;
}

.ft_right {
  display: flex;
  justify-content: space-between;
}

.ft_logo svg {
  width: 12rem;
  height: 1.6875rem;
}

.ft_right nav ul li a {
  color: #F6EFFF;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

.ft_right nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.soc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.0625rem;
  font-size: 0;
}

.soc svg {
  width: 1.375rem;
  height: 1.375rem;
  transition: 0.3s;
}

.soc a {
  display: block;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.soc a:hover {
  opacity: 0.2;
}

.ft_contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ft_mail {
  display: table;
  text-align: right;
  font-family: "Vela Sans";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.75px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  background: linear-gradient(90deg, #F6EFFF 58.41%, #AC78FF 92.22%, #4331DE 101.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0 0;
  position: relative;
  filter: brightness(4.5);
}

.ft_mail:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, #F6EFFF 58.41%, #AC78FF 92.22%, #4331DE 101.59%);
  margin: -0.1875rem 0 0;
}

.ft_mail:hover {
  filter: none;
}

.ft_bg {
  display: table;
  position: absolute;
  right: 14rem;
  top: -2.7rem;
  opacity: 0.02;
}

.ft {
  position: relative;
  overflow: hidden;
}

.ft_left p {
  color: #F6EFFF;
  font-family: "Proxima Nova";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.39px;
  opacity: 0.7;
  text-transform: uppercase;
  font-weight: 300;
}

.ft_box.ft_box_2 {
  padding: 1.8125rem 0;
  position: relative;
  border-top: 1px solid rgba(246, 239, 255, 0.07);
}

.ft_right > a {
  color: #F6EFFF;
  font-family: "Proxima Nova";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.39px;
  opacity: 0.7;
  font-weight: 300;
}

.ft_right > a:hover {
  opacity: 1;
}

.ft_copir p {
  color: rgba(246, 239, 255, 0.7);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.39px;
}

.ft_copir p a {
  color: #F6EFFF;
  text-transform: uppercase;
  opacity: 0.7;
}

.ft_copir p a:hover {
  opacity: 1;
}

.ft_copir {
  display: flex;
  align-items: center;
  gap: 3.3125rem;
}

.top {
  width: 8.5rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(87deg, #AB44EF 3.63%, #AC78FF 44.76%, #4331DE 117.56%);
}

.top span {
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  border-radius: 6.25rem;
  background: #010820;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F6EFFF;
  text-align: center;
  font-family: "Vela Sans";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.13px;
  gap: 0.25rem;
  transition: 0.3s;
}

.top span:after {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 6V16M11.5 6L15.5 10.2857M11.5 6L7.5 10.2857' stroke='%23F6EFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}

.top span:hover {
  background: none;
}

.hd {
  position: fixed;
  left: 0;
  right: 0;
  top: 1.875rem;
  z-index: 100;
}

.hd_box {
  border-radius: 62.5rem;
  border: 1px solid rgba(246, 239, 255, 0.06);
  background: #000520;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.4375rem;
}

.hd .main {
  max-width: 79.875rem;
}

.hd_left {
  display: flex;
  align-items: center;
  gap: 5rem;
  flex-wrap: wrap;
}

.ft_logo {
  font-size: 0;
  display: flex;
  align-items: center;
}

.hd_left ul {
  gap: 3.4375rem;
  display: flex;
  align-items: center;
}

.hd_left ul a {
  color: #F6EFFF;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  height: 5rem;
  display: flex;
  align-items: center;
  position: relative;
}

.hd_right {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
  flex-wrap: wrap;
}

.hd_left ul a:after {
  content: "";
  border-radius: 625rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(87deg, #AB44EF 3.63%, #AC78FF 44.76%, #4331DE 117.56%);
  height: 0.125rem;
  width: 100%;
  max-width: 3.0625rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 0;
  transition: 0.3s;
}

.hd_left ul a:hover:after {
  max-width: 3.0625rem;
}

.hd .top span:after {
  display: none;
}

.hd .top {
  width: 10.625rem;
  height: 2.625rem;
  font-size: 0.8125rem;
  background: linear-gradient(87deg, #AB44EF 3.63%, #AC78FF 44.76%, #4331DE 117.56%);
}

.fm {
  border-radius: 1.875rem;
  background: #000520;
  width: 36.875rem;
  padding: 4.5625rem 0;
}

.fm_main {
  max-width: 24.125rem;
  margin: 0 auto;
}

.fm_main .h2 {
  margin: 0 0 2.0625rem;
  color: #F6EFFF;
  text-align: center;
}

.fancybox__backdrop {
  background: #000000c4;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}

.h1 b {
  display: block;
}

.b3_box h2 b {
  display: block;
}

h2.b9_title b {
  display: block;
}

div#ths .h2 br {
  display: none;
}

p.ths_text {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 150%;
  font-weight: 300;
}

div#ths .h2 {
  margin: 0 0 0.9375rem;
}

div#ths {
  width: auto;
  padding: 4rem 5rem;
}

.notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000520;
  z-index: 100;
  padding: 1.375rem 7.5rem 1.4375rem 7.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.3s;
  transform: translate(0%, 120%);
}

.notification__left p {
  color: rgba(246, 239, 255, 0.7);
  font-family: "Proxima Nova";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 142.857% */
  letter-spacing: 0.28px;
}

.notification__left {
  max-width: 48.625rem;
}

.notification__left p a {
  color: #F6EFFF;
  font-family: "Proxima Nova";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.28px;
  border-bottom: 1px solid;
}

.notification__left p a:hover {
  color: #AC78FF;
}

.notification__left span {
  color: #F6EFFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.28px;
}

.notification .top span:after {
  display: none;
}

.notification .top {
  font-size: 0.8125rem;
  height: 2.625rem;
  width: 7.375rem;
  background: linear-gradient(87deg, #AB44EF 3.63%, #AC78FF 44.76%, #4331DE 117.56%);
  cursor: pointer;
}

.b2_bg_3 canvas {
  height: auto;
  width: 32.7rem;
  margin: 0 0 0 -1rem;
}

a.tel {
  color: #fff;
}