@font-face {
  font-family: "Bruh";
  src: url("../fonts/BruhRegular.woff2") format("woff2"), url("../fonts/BruhRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Cabin", sans-serif;
}

*:after, *:before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

input {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

input:focus {
  outline: none;
}

.class_visible {
  font-weight: bold;
  font-size: 24px;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #C854DC #0E0513;
  cursor: url("../design/cursor_normal.cur"), auto;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #0E0513;
}

*::-webkit-scrollbar-thumb {
  background-color: #C854DC;
  border-radius: 20px;
  border: 3px solid #0E0513;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

html {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}

body {
  margin: 0px;
  overflow: auto;
  height: 100%;
  scroll-behavior: smooth;
}

.title {
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  background: -webkit-linear-gradient(285.36deg, #DF9BFF 5.08%, #9AE1FF 56.79%, #D288FF 91.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title_half {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-family: "IBM Plex Mono", monospace;
  background: -webkit-linear-gradient(285.36deg, #DF9BFF 5.08%, #9AE1FF 56.79%, #D288FF 91.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title_center {
  text-align: center;
}

.subtitle {
  color: white;
  font-size: 26px;
  font-family: "IBM Plex Mono", monospace;
}

.subtitle_center {
  text-align: center;
}

.full_text {
  color: white;
  font-family: "Roboto", sans-serif;
}
.full_text p.justify {
  color: white;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  text-align: justify;
}

.cta_btn {
  position: relative;
  display: inline-block;
  background: linear-gradient(91.26deg, #A635FF 0%, #C854DC 44.79%, #C89DFF 100%);
  color: white;
  font-family: "IBM Plex Mono", monospace;
  font-size: 18px;
  cursor: url("../design/cursor_hand.cur"), pointer;
}
.cta_btn * {
  cursor: url("../design/cursor_hand.cur"), pointer;
}
.cta_btn div.cta_btn_carrot {
  position: absolute;
  height: 20px;
  width: 20px;
  background-image: url("../design/cta/carrot.png");
  top: 9px;
  right: 30px;
}
.cta_btn div.cta_btn_line {
  position: absolute;
  height: 20px;
  width: 20px;
  background-image: url("../design/cta/line.png");
  top: 15px;
  right: 8px;
}

.cta_btn_main {
  height: 38px;
  line-height: 38px;
  padding-left: 12px;
  padding-right: 50px;
}

.cta_btn_146 {
  width: 151px;
  height: 38px;
  line-height: 38px;
  padding-left: 12px;
  padding-right: 48px;
}

.justify {
  text-align: justify;
}

.line_blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.mt25 {
  margin-top: 25px;
}

body {
  background-color: #0E0513;
}

div.content {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
div.content div.content_inside {
  position: relative;
  width: calc(100% - 50px);
  margin-left: 50px;
  margin-top: 130px;
  overflow: visible;
}
div.content div.content_inside div.border_box {
  position: relative;
  width: 100%;
  overflow: auto;
  background-color: #0E0513;
  margin-bottom: 25px;
  border-width: 2px;
  border-color: #C854DC;
  border-style: dashed;
  padding: 25px;
}
div.content div.content_inside div.normal_box {
  position: relative;
  width: 100%;
  overflow: auto;
  background-color: #0E0513;
  margin-bottom: 25px;
  display: flex;
  gap: 25px;
}
div.content div.content_inside div.normal_box div.half_border_box {
  overflow: auto;
  background-color: #0E0513;
  border-width: 2px;
  border-color: #C854DC;
  border-style: dashed;
  padding: 25px;
  flex-grow: 1;
  width: 50%;
}
div.content div.content_inside div.normal_box div.half_box_image {
  position: relative;
  width: 100%;
  overflow: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
div.content div.content_inside div.normal_box div.half_box_image img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
div.content div.content_inside div.normal_box div.half_box_text {
  position: relative;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  font-family: "Roboto", sans-serif;
}
div.content div.content_inside div.normal_box div.half_box_sep_line {
  position: relative;
  width: 140px;
  height: 1px;
  background-color: #C854DC;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
div.content div.content_inside div.normal_box div.half_box_cta_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

div.mob_menu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #0E0513;
  z-index: 9;
  display: none;
  opacity: 0;
}
div.mob_menu div.mob_menu_content {
  position: relative;
  width: calc(100% - 25px - 10px - 25px - 10px - 12px);
  height: calc(100% - 80px - 25px - 25px - 25px);
  margin-top: 130px;
  margin-left: 60px;
}
div.mob_menu div.mob_menu_content ul {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 25px;
  flex-direction: column;
  justify-content: space-between;
}
div.mob_menu div.mob_menu_content ul li {
  position: relative;
  width: 100%;
  height: calc(20% - 26px);
  max-height: 20%;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  border-width: 2px;
  border-color: #C854DC;
  border-style: dashed;
}
div.mob_menu div.mob_menu_content ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 26px;
  font-family: "IBM Plex Mono", monospace;
  cursor: url("../design/cursor_hand.cur"), pointer;
  color: white;
  gap: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
}
div.mob_menu div.mob_menu_content ul li a div.mob_menu_el_image {
  max-height: 100%;
  width: 16%;
  display: flex;
  align-items: center;
}
div.mob_menu div.mob_menu_content ul li a div.mob_menu_el_image img {
  display: block;
  max-width: 100%;
  max-height: 80%;
  flex-grow: 0;
}
div.mob_menu div.mob_menu_content ul li a div.mob_menu_el_text {
  flex-grow: 1;
  font-size: 22px;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
}
div.mob_menu div.mob_menu_content ul li a * {
  cursor: url("../design/cursor_hand.cur"), pointer;
}

div.header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0px;
  left: 0px;
  z-index: 10;
  background-color: #0E0513;
}
div.header div.header_center {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
div.header div.header_center div.header_container {
  position: relative;
  width: calc(100% - 50px);
  height: 30px;
  margin-left: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  gap: 15px;
}
div.header div.header_center div.header_container div.menu {
  height: 30px;
  flex-grow: 1;
}
div.header div.header_center div.header_container div.menu div.menu_title {
  position: relative;
  color: white;
  font-family: "IBM Plex Mono", monospace;
  height: 30px;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
}
div.header div.header_center div.header_container div.wallet {
  height: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #C854DC;
  color: white;
  font-family: "IBM Plex Mono", monospace;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
}
div.header div.header_center div.header_container div.disconnect {
  height: 30px;
  width: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #C854DC;
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.header div.header_center div.header_container div.disconnect a {
  display: block;
  width: 100%;
  height: 100%;
}
div.header div.header_center div.header_container div.disconnect a img {
  display: block;
  width: 28px;
  height: 28px;
}
div.header div.header_center div.header_container div.disconnect * {
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.header div.header_center div.header_container div.disconnect:hover {
  background-color: #C854DC;
}
div.header div.header_center div.header_container div.connect {
  height: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #C854DC;
  display: none;
}
div.header div.header_center div.header_container div.connect a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  width: 100%;
  height: 30px;
  color: white;
  font-family: "IBM Plex Mono", monospace;
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.header div.header_center div.header_container div.connect:hover {
  background-color: #C854DC;
}
div.header div.header_center div.header_container div.mob_menu_icon {
  position: relative;
  height: 30px;
  width: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #C854DC;
  display: none;
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.header div.header_center div.header_container div.mob_menu_icon * {
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.header div.header_center div.header_container div.mob_menu_icon div.mob_line {
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: white;
  left: 5px;
}
div.header div.header_center div.header_container div.mob_menu_icon div.mob_line_1 {
  top: 6px;
}
div.header div.header_center div.header_container div.mob_menu_icon div.mob_line_2 {
  top: 13px;
}
div.header div.header_center div.header_container div.mob_menu_icon div.mob_line_3 {
  top: 20px;
}
div.header div.header_center div.header_container div.mob_menu_icon:hover {
  background-color: #C854DC;
}

body.has_scroll div.header {
  width: calc(100% - 12px);
}

div.horizontal_line {
  position: fixed;
  width: 100%;
  height: 25px;
  top: 80px;
  left: 0px;
  background-color: #0E0513;
  z-index: 10;
}
div.horizontal_line div.horizontal_line_inside {
  position: relative;
  width: 100%;
  height: 25px;
  background-color: #0E0513;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #C854DC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C854DC;
}
div.horizontal_line div.horizontal_line_inside div.horizontal_line_center {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1080px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  z-index: 5;
}
div.horizontal_line div.horizontal_line_inside div.horizontal_line_center div.horizontal_line_square {
  position: absolute;
  top: -14px;
  left: -13px;
  width: 51px;
  height: 51px;
  background: linear-gradient(91.26deg, #A635FF 0%, #C854DC 44.79%, #C89DFF 100%);
}
div.horizontal_line div.horizontal_line_inside div.horizontal_line_center div.horizontal_line_square a {
  display: block;
  width: 51px;
  height: 51px;
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.horizontal_line div.horizontal_line_inside div.horizontal_line_center div.horizontal_line_square a * {
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.horizontal_line div.horizontal_line_inside div.horizontal_line_center div.horizontal_line_square a:hover {
  background-color: #C854DC;
}
div.horizontal_line div.horizontal_line_inside div.horizontal_line_center div.scroll_indicator {
  position: absolute;
  width: 28px;
  height: 84px;
  top: 114px;
  left: -53px;
  overflow: hidden;
}
div.horizontal_line div.horizontal_line_inside div.horizontal_line_center div.scroll_indicator div.scroll_indicator_up {
  position: absolute;
  left: 0px;
  top: 84px;
  width: 28px;
  height: 165px;
  background-image: url("./../design/content/scroll_up.png");
}
div.horizontal_line div.horizontal_line_inside div.horizontal_line_center div.scroll_indicator div.scroll_indicator_down {
  position: absolute;
  left: 0px;
  bottom: 84px;
  width: 28px;
  height: 165px;
  background-image: url("./../design/content/scroll_down.png");
}
div.horizontal_line div.horizontal_line_inside div.horizontal_line_container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
div.horizontal_line div.horizontal_line_inside div.horizontal_line_container div.horizontal_line_move {
  flex-shrink: 0;
  display: flex;
  min-width: 100%;
}
div.horizontal_line div.horizontal_line_inside div.horizontal_line_container div.horizontal_line_move div.horizontal_line_element {
  width: 180px;
  height: 25px;
  background-image: url("../design/hor_line.png");
}

div.vertical_line {
  position: fixed;
  width: 25px;
  height: 100%;
  top: 0px;
  background-color: #0E0513;
  z-index: 500;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #C854DC;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C854DC;
}
div.vertical_line div.vertical_line_move {
  position: absolute;
  top: 0px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-height: 100%;
}
div.vertical_line div.vertical_line_move div.vertical_line_element {
  width: 25px;
  height: 180px;
  background-image: url("../design/ver_line.png");
}

body.has_scroll div.horizontal_line {
  width: calc(100% - 12px);
}

div.custom_right {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 5, 19, 0.8);
  top: 0px;
  left: 0px;
  z-index: 600;
  opacity: 0;
  display: none;
}
div.custom_right div.right_message {
  position: absolute;
  width: 174px;
  overflow: auto;
  background-color: #0E0513;
  border-color: #C854DC;
  border-width: 2px;
  border-style: dashed;
  opacity: 0;
  display: none;
  padding: 20px;
}
div.custom_right div.right_message div.first_message {
  position: relative;
  width: 100%;
  overflow: auto;
  color: white;
  font-family: "IBM Plex Mono", monospace;
}
div.custom_right div.right_message div.second_message {
  position: relative;
  width: 100%;
  overflow: auto;
  text-transform: uppercase;
  background: -webkit-linear-gradient(285.36deg, #DF9BFF 5.08%, #9AE1FF 56.79%, #D288FF 91.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.custom_right div.right_message div.social_message {
  position: relative;
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: space-between;
}
div.custom_right div.right_message div.social_message div.social_btn {
  position: relative;
  width: 54px;
  height: 54px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.custom_right div.right_message div.social_message div.social_btn * {
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.custom_right div.right_message div.social_message div.social_btn a {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  text-indent: -9999px;
}
div.custom_right div.right_message div.social_message div.social_discord {
  background-image: url("../design/social/discord_big.png");
}
div.custom_right div.right_message div.social_message div.social_telegram {
  background-image: url("../design/social/telegram_big.png");
}

div.footer {
  position: relative;
  width: 100%;
  overflow: auto;
}
div.footer div.footer_abstract {
  position: relative;
  width: 100%;
  height: 180px;
  background-image: url("../design/footer_abstract.png");
  background-repeat: no-repeat;
  background-position: top center;
}
div.footer div.footer_center {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1080px;
  margin-left: 50px;
  margin-top: 25px;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 37px;
}
div.footer div.footer_center div.footer_logo {
  position: absolute;
  width: 51px;
  height: 51px;
  background: linear-gradient(91.26deg, #A635FF 0%, #C854DC 44.79%, #C89DFF 100%);
  z-index: 2000;
  left: -13px;
  top: -25px;
}
div.footer div.footer_center div.footer_logo a {
  display: block;
  width: 51px;
  height: 51px;
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.footer div.footer_center div.footer_logo a * {
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.footer div.footer_center div.footer_logo a:hover {
  background-color: #C854DC;
}
div.footer div.footer_center div.footer_sep {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #C854DC;
}
div.footer div.footer_center div.footer_content {
  position: relative;
  width: calc(100% - 50px);
  margin-left: 50px;
  margin-top: 37px;
  overflow: auto;
  height: 30px;
  display: flex;
  justify-content: center;
}
div.footer div.footer_center div.footer_content div.footer_menu {
  height: 30px;
}
div.footer div.footer_center div.footer_content div.footer_menu ul {
  height: 30px;
  position: relative;
  display: flex;
  gap: 20px;
}
div.footer div.footer_center div.footer_content div.footer_menu ul li {
  height: 30px;
}
div.footer div.footer_center div.footer_content div.footer_menu ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  cursor: url("../design/cursor_hand.cur"), pointer;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: white;
}
div.footer div.footer_center div.footer_content div.footer_socials {
  height: 30px;
  display: flex;
  gap: 10px;
}
div.footer div.footer_center div.footer_content div.footer_socials div.social_btn {
  width: 30px;
  height: 30px;
  cursor: url("../design/cursor_hand.cur"), pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
div.footer div.footer_center div.footer_content div.footer_socials div.social_btn * {
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.footer div.footer_center div.footer_content div.footer_socials div.social_btn a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
}
div.footer div.footer_center div.footer_content div.footer_socials div.social_discord {
  background-image: url("../design/social/discord.png");
}
div.footer div.footer_center div.footer_content div.footer_socials div.social_telegram {
  background-image: url("../design/social/telegram.png");
}
div.footer div.footer_center div.footer_content div.footer_socials div.social_twitter {
  background-image: url("../design/social/twitter.png");
}
div.footer div.footer_center div.footer_content div.footer_socials div.social_github {
  background-image: url("../design/social/github.png");
}
div.footer div.footer_center div.footer_content div.footer_socials div.social_reddit {
  background-image: url("../design/social/reddit.png");
}
div.footer div.footer_center div.footer_content div.footer_socials div.social_medium {
  background-image: url("../design/social/medium.png");
}

div.form_el {
  position: relative;
  width: 100%;
  overflow: auto;
}
div.form_el div.input_range {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.form_el div.input_range .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: white;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  padding-left: 1px;
  padding-right: 1px;
}
div.form_el div.input_range .slider:hover {
  opacity: 1;
}
div.form_el div.input_range .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #C854DC;
  cursor: pointer;
}
div.form_el div.input_range .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #C854DC;
  cursor: pointer;
}
div.form_el div.market_value {
  position: relative;
  width: 100%;
  font-family: "IBM Plex Mono", monospace;
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
div.form_el div.form_el_name {
  position: relative;
  width: 100%;
  font-family: "IBM Plex Mono", monospace;
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
div.form_el div.select_el {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #C854DC;
}
div.form_el div.select_el div.visible_el {
  position: relative;
  width: 100%;
  height: 28px;
  display: flex;
  gap: 10px;
}
div.form_el div.select_el div.visible_el div.visible_el_text {
  position: relative;
  width: calc(100% - 38px);
  height: 28px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  line-height: 28px;
  text-indent: 10px;
  overflow: hidden;
}
div.form_el div.select_el div.visible_el div.visible_el_arrow {
  position: relative;
  width: 28px;
  height: 28px;
  background: linear-gradient(91.26deg, #A635FF 0%, #C854DC 44.79%, #C89DFF 100%);
}
div.form_el div.select_el div.visible_el div.visible_el_arrow img.carrot {
  position: absolute;
  width: 23px;
  height: 13px;
  left: 2px;
  top: 7px;
}
div.form_el div.select_el div.visible_el div.visible_el_arrow img.carrot_up {
  display: none;
}
div.form_el div.select_el div.invisible_el {
  position: absolute;
  width: 100%;
  height: 28px;
  top: 0px;
  left: 0px;
}
div.form_el div.select_el div.invisible_el select {
  display: block;
  width: 100%;
  height: 29px;
  opacity: 0;
  border: 0px;
}
div.form_el div.select_el div.invisible_el select option {
  display: block;
  width: 100%;
  font-family: "IBM Plex Mono", monospace;
}
div.form_el div.input_el {
  position: relative;
  width: 100%;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #C854DC;
}
div.form_el div.input_el input {
  position: relative;
  width: 100%;
  height: 28px;
  border: 0px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  line-height: 28px;
  text-indent: 10px;
}
div.form_el div.input_disabled {
  position: relative;
  width: 100%;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #C854DC;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  line-height: 28px;
  text-indent: 10px;
  background-color: #c6c6c6;
  overflow: hidden;
}
div.form_el div.input_canvas {
  position: relative;
  width: 100%;
  height: 160px;
  border-style: solid;
  border-width: 1px;
  border-color: #C854DC;
  background-color: white;
}
div.form_el div.input_canvas canvas {
  width: 100%;
  height: 100%;
  display: block;
}
div.form_el div.form_btn {
  position: relative;
  width: 140px;
  height: 30px;
  margin-left: auto;
  margin-right: 0px;
  background: linear-gradient(91.26deg, #A635FF 0%, #C854DC 44.79%, #C89DFF 100%);
  line-height: 30px;
  color: white;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  text-align: center;
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.form_el div.form_btn_absolute {
  position: absolute;
  width: 140px;
  height: 28px;
  line-height: 28px;
  color: white;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  text-align: center;
  cursor: url("../design/cursor_hand.cur"), pointer;
  top: 0px;
  left: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #C854DC;
}
div.form_el div.form_btn_absolute:hover {
  background: linear-gradient(91.26deg, #A635FF 0%, #C854DC 44.79%, #C89DFF 100%);
}
div.form_el div.redeem_btn {
  position: relative;
  width: 100%;
  height: 30px;
  margin-left: auto;
  margin-right: 0px;
  background-color: #c6c6c6;
  line-height: 30px;
  color: white;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  text-align: center;
}
div.form_el div.form_btn_full {
  position: relative;
  width: 100%;
  height: 30px;
  margin-left: auto;
  margin-right: 0px;
  background: linear-gradient(91.26deg, #A635FF 0%, #C854DC 44.79%, #C89DFF 100%);
  line-height: 30px;
  color: white;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  text-align: center;
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.form_el div.form_btn_full * {
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.form_el div.form_error {
  position: relative;
  width: 100%;
  color: #FF1B1B;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 780px) {
  div.result_value {
    font-size: 20px !important;
  }
  div.result_cat {
    font-size: 18px !important;
  }
  div.form_el_name {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 460px) {
  div.border_box {
    padding: 0px !important;
    border-width: 0px !important;
  }
}
@media only screen and (max-width: 1140px) {
  div.scroll_indicator {
    display: none;
  }
}
@media only screen and (max-width: 1030px) {
  div.logo_list {
    flex-wrap: wrap;
  }
  div.logo_list div.logo_list_element {
    flex-basis: calc(33.3333333333% - 40px) !important;
  }
}
@media only screen and (max-width: 990px) {
  .title {
    font-size: 38px;
  }
  div.home_box {
    width: calc(100% - 320px) !important;
  }
  div.home_box_image, div.home_box_seed {
    width: 300px !important;
    right: -320px !important;
  }
  div.seed_word {
    flex-basis: calc(50% - 5px) !important;
  }
}
@media only screen and (max-width: 820px) {
  div.home_box {
    width: 100% !important;
  }
  div.home_box_image {
    position: relative !important;
    right: 0px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  div.home_box_seed {
    position: relative !important;
    right: 0px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 450px !important;
  }
  div.home_box_seed div.seed_word {
    flex-basis: calc(33.33333% - 7px) !important;
  }
  div.normal_box {
    flex-direction: column;
  }
  div.normal_box div.half_border_box {
    width: 100% !important;
  }
  div.normal_box div.half_border_box div.half_box_text {
    width: 100% !important;
  }
  div.simple_box {
    flex-direction: column;
  }
  div.simple_box div.simple_box_content {
    width: 100% !important;
  }
  div.simple_box div.simple_box_sep {
    height: 1px !important;
    width: 140px !important;
    margin-left: auto;
    margin-right: auto;
  }
  div.simple_box div.simple_box_cta {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
  div.simple_box div.simple_box_cta a.cta_btn_146 {
    width: auto !important;
  }
  div.help_socials {
    flex-wrap: wrap;
  }
  div.help_socials div.help_social_el {
    flex-basis: calc(50% - 13px) !important;
  }
  div.sig_btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
  }
  div.sig_btns div.form_btn {
    width: 100%;
  }
  div.sig_btns div.form_btn_absolute {
    position: relative !important;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  div.header_container {
    justify-content: flex-end !important;
  }
  div.mob_menu_icon {
    display: block !important;
  }
  div.footer_content {
    justify-content: center !important;
  }
  div.footer_content div.footer_menu {
    display: none;
  }
  div.mint_hero {
    flex-direction: column;
  }
  div.mint_hero div.mint_hero_content {
    width: 100% !important;
  }
  div.mint_hero div.mint_form {
    width: 100% !important;
  }
  div.receipt {
    display: none;
  }
  div.form_cotainer {
    width: 100% !important;
  }
  div.tool_box_image {
    display: none;
  }
  div.tool_box_content {
    width: 100% !important;
  }
  div.tool_wallets {
    flex-direction: column;
  }
}
@media only screen and (max-width: 650px) {
  div.result_el {
    width: 100% !important;
  }
}
@media only screen and (max-width: 594px) {
  div.home_box_seed {
    width: 100% !important;
  }
  div.home_box_seed div.seed_word {
    flex-basis: calc(50% - 5px) !important;
  }
}
@media only screen and (max-width: 560px) {
  div.menu_title {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 550px) {
  div.logo_list div.logo_list_element {
    flex-basis: calc(50% - 10px) !important;
  }
  div.help_socials {
    flex-direction: column !important;
  }
  div.help_banners {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 510px) {
  div.home_box_image {
    width: 100% !important;
  }
  div.seed_word_container {
    font-size: 14px !important;
    padding-right: 10px !important;
  }
  div.seed_word_container span.seed_word_copy {
    text-align: right !important;
  }
  div.footer_abstract {
    height: 80px !important;
  }
  div.menu_title {
    font-size: 18px !important;
  }
  div.tool_box_content > div.title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 751px) {
  div.mob_menu {
    display: none !important;
  }
}
@media only screen and (max-height: 620px) {
  div.mob_menu_el_image {
    display: none !important;
  }
}
@media only screen and (max-height: 540px) {
  div.mob_menu_el_text {
    font-size: 18px !important;
  }
}
@media only screen and (max-height: 490px) {
  div.mob_menu div.mob_menu_content ul li {
    border-width: 0px !important;
    gap: 10 !important;
    padding: 0px !important;
  }
  div.mob_menu div.mob_menu_content ul li a {
    padding: 0px !important;
  }
}
div.home_box {
  position: relative;
  width: calc(100% - 470px);
  overflow: visible;
}
div.home_box div.home_box_image {
  position: absolute;
  width: 450px;
  height: 100%;
  top: 0px;
  right: -470px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
div.home_box div.home_box_image img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
div.home_box div.home_box_seed {
  position: absolute;
  width: 450px;
  height: 100%;
  top: 0px;
  right: -470px;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 25px;
  flex-direction: column;
  justify-content: center;
}
div.home_box div.home_box_seed div.seed_container {
  width: 100%;
  overflow: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  overflow: hidden;
}
div.home_box div.home_box_seed div.seed_container div.seed_word {
  position: relative;
  flex-basis: calc(33.33333% - 7px);
  height: 32px;
}
div.home_box div.home_box_seed div.seed_container div.seed_word div.seed_word_container {
  position: relative;
  width: calc(100% - 2px);
  height: 30px;
  background-color: #0E0513;
  border-color: #C854DC;
  border-width: 1px;
  border-style: solid;
  color: white;
  overflow: hidden;
  cursor: url("../design/cursor_hand.cur"), pointer;
  z-index: 5;
}
div.home_box div.home_box_seed div.seed_container div.seed_word div.seed_word_container * {
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.home_box div.home_box_seed div.seed_container div.seed_word div.seed_word_container span.seed_word_number {
  position: absolute;
  display: block;
  width: 25px;
  height: 30px;
  text-align: right;
  line-height: 30px;
  top: 0px;
  left: 4px;
}
div.home_box div.home_box_seed div.seed_container div.seed_word div.seed_word_container span.seed_word_copy {
  position: relative;
  width: 100%;
  display: block;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
div.home_box div.home_box_seed div.seed_container div.seed_word div.seed_word_container:hover {
  background: linear-gradient(91.26deg, #A635FF 0%, #C854DC 44.79%, #C89DFF 100%);
}
div.home_box div.home_box_seed div.seed_container div.seed_word div.seed_word_white {
  position: absolute;
  width: calc(100% - 2px);
  height: 30px;
  top: 2px;
  left: 2px;
  background-color: white;
}
div.home_box div.home_box_seed div.seed_info {
  width: 100%;
  font-size: 12px;
  color: white;
  font-family: "IBM Plex Mono", monospace;
  text-align: center;
}
div.home_box div.home_text {
  position: relative;
  width: 100%;
  font-size: 15px;
  letter-spacing: 1px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-top: 25px;
  text-align: justify;
}
div.home_box div.home_sep {
  position: relative;
  width: 300px;
  max-width: 100%;
  height: 1px;
  background-color: #C854DC;
  margin-top: 25px;
  margin-bottom: 25px;
}

div.logo_list_box {
  position: relative;
  width: 100%;
  margin-top: 25px;
}
div.logo_list_box div.logo_list {
  position: relative;
  width: 100%;
  margin-top: 25px;
  display: flex;
  gap: 25px;
}
div.logo_list_box div.logo_list div.logo_list_element {
  position: relative;
  flex-grow: 1;
  flex-basis: 16.6666666667%;
  height: 122px;
}
div.logo_list_box div.logo_list div.logo_list_element div.element {
  position: relative;
  width: calc(100% - 2px);
  height: 120px;
  border-width: 1px;
  border-color: #C854DC;
  border-style: solid;
  background-color: #0E0513;
  z-index: 5;
}
div.logo_list_box div.logo_list div.logo_list_element div.element div.image {
  position: relative;
  margin-top: 10px;
  width: calc(100% - 10px);
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
}
div.logo_list_box div.logo_list div.logo_list_element div.element div.image img {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 26px;
  transform: scale(1.2);
}
div.logo_list_box div.logo_list div.logo_list_element div.element div.image img.gray {
  margin-top: 0px;
  position: absolute;
  top: 0px;
}
div.logo_list_box div.logo_list div.logo_list_element div.element div.name {
  position: absolute;
  width: 100%;
  font-size: 14px;
  font-family: "IBM Plex Mono", monospace;
  color: white;
  text-align: center;
  bottom: 10px;
  left: 0px;
  opacity: 0;
}
div.logo_list_box div.logo_list div.logo_list_element div.element div.element_extra {
  position: relative;
  width: calc(100% - 10px);
  height: 120px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
div.logo_list_box div.logo_list div.logo_list_element div.element div.element_extra span {
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  color: white;
}
div.logo_list_box div.logo_list div.logo_list_element div.element_white {
  position: absolute;
  width: calc(100% - 2px);
  height: 120px;
  top: 2px;
  left: 2px;
  background-color: white;
  align-self: center;
}

div.simple_box {
  position: relative;
  overflow: auto;
  display: flex;
  gap: 25px;
  align-items: stretch;
}
div.simple_box div.simple_box_content {
  position: relative;
  width: calc(100% - 207px);
}
div.simple_box div.simple_box_content div.text {
  color: white;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  text-align: justify;
}
div.simple_box div.simple_box_sep {
  position: relative;
  width: 1px;
  background-color: #C854DC;
}
div.simple_box div.simple_box_cta {
  position: relative;
  width: 151px;
  display: flex;
  align-items: center;
}

div.team_box {
  position: relative;
  width: 100%;
  overflow: visible;
}
div.team_box div.members {
  position: relative;
  width: 100%;
  overflow: auto;
  margin-top: 25px;
}
div.team_box div.members div.member_el div.member_el_social {
  position: relative;
  width: 100%;
  height: 30px;
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
div.team_box div.members div.member_el div.member_el_social div.social_btn {
  width: 30px;
  height: 30px;
  cursor: url("../design/cursor_hand.cur"), pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
div.team_box div.members div.member_el div.member_el_social div.social_btn * {
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.team_box div.members div.member_el div.member_el_social div.social_btn a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
}
div.team_box div.members div.member_el div.member_el_social div.social_discord {
  background-image: url("../design/social/discord.png");
}
div.team_box div.members div.member_el div.member_el_social div.social_telegram {
  background-image: url("../design/social/telegram.png");
}
div.team_box div.members div.member_el div.member_el_social div.social_twitter {
  background-image: url("../design/social/twitter.png");
}
div.team_box div.members div.member_el div.member_el_social div.social_github {
  background-image: url("../design/social/github.png");
}
div.team_box div.members div.member_el div.member_el_text {
  position: relative;
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: white;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.team_box div.members div.member_el_sep {
  position: relative;
  width: 140px;
  height: 1px;
  background-color: #C854DC;
  margin-top: 25px;
  margin-bottom: 18px;
}

div.help_box_topm {
  margin-top: 25px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div.help_box {
  position: relative;
  width: 100%;
  overflow: auto;
}
div.help_box div.help_socials {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
  display: flex;
  gap: 25px;
}
div.help_box div.help_socials div.help_social_el {
  position: relative;
  height: 122px;
  flex-grow: 1;
}
div.help_box div.help_socials div.help_social_el div.el_content {
  position: relative;
  height: 120px;
  width: calc(100% - 2px);
  border-width: 1px;
  border-color: #C854DC;
  border-style: solid;
  background-color: #0E0513;
  z-index: 5;
}
div.help_box div.help_socials div.help_social_el div.el_content div.image {
  position: relative;
  margin-top: 10px;
  width: calc(100% - 10px);
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
}
div.help_box div.help_socials div.help_social_el div.el_content div.image img {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 26px;
  transform: scale(1.2);
}
div.help_box div.help_socials div.help_social_el div.el_content div.image img.gray {
  margin-top: 0px;
  position: absolute;
  top: 0px;
}
div.help_box div.help_socials div.help_social_el div.el_content div.name {
  position: absolute;
  width: 100%;
  font-size: 14px;
  font-family: "IBM Plex Mono", monospace;
  color: white;
  text-align: center;
  bottom: 10px;
  left: 0px;
  opacity: 0;
}
div.help_box div.help_socials div.help_social_el div.el_content a {
  position: absolute;
  width: 100%;
  height: 120px;
  z-index: 10;
  left: 0px;
  top: 0px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: url("../design/cursor_hand.cur"), pointer;
}
div.help_box div.help_socials div.help_social_el div.el_white {
  position: absolute;
  height: 120px;
  width: calc(100% - 2px);
  top: 2px;
  left: 2px;
  background-color: white;
}
div.help_box div.help_banners {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
  display: flex;
  gap: 25px;
}
div.help_box div.help_banners div.banner_el {
  position: relative;
  flex-grow: 1;
  overflow: auto;
}
div.help_box div.help_banners div.banner_el div.banner_el_content {
  position: relative;
  width: 100%;
  overflow: auto;
  border-width: 1px;
  border-color: #C854DC;
  border-style: solid;
  background-color: #0E0513;
}
div.help_box div.help_banners div.banner_el div.banner_el_content div.banner_image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px);
  margin-top: 20px;
}
div.help_box div.help_banners div.banner_el div.banner_el_content div.banner_image img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
div.help_box div.help_banners div.banner_el div.banner_el_content div.copy_btn {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  cursor: url("../design/cursor_hand.cur"), pointer;
  height: 30px;
  background: linear-gradient(91.26deg, #A635FF 0%, #C854DC 44.79%, #C89DFF 100%);
  color: white;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}
div.help_box div.help_banners div.banner_sep {
  background-color: #C854DC;
  height: 1px;
  width: 100%;
}

div.mint_hero {
  position: relative;
  width: 100%;
  overflow: auto;
  display: flex;
  gap: 25px;
  align-items: center;
}
div.mint_hero div.mint_hero_content {
  position: relative;
  width: 50%;
  flex-grow: 1;
}
div.mint_hero div.mint_form {
  position: relative;
  width: 50%;
  flex-grow: 1;
  border-width: 1px;
  border-color: #C854DC;
  border-style: solid;
  padding: 25px;
}

div.mint_box {
  position: relative;
  width: 100%;
  overflow: auto;
  display: flex;
  gap: 25px;
  align-items: flex-start;
}
div.mint_box div.receipt {
  position: relative;
  width: 300px;
  overflow: auto;
  margin-top: 0px;
  background-color: white;
  overflow: hidden;
}
div.mint_box div.receipt div.precut_top {
  position: absolute;
  width: 100%;
  height: 4px;
  background-image: url("../design/receipt/precut.png");
  top: -2px;
  left: 0px;
}
div.mint_box div.receipt div.precut_bottom {
  position: absolute;
  width: 100%;
  height: 4px;
  background-image: url("../design/receipt/precut.png");
  bottom: -2px;
  left: 0px;
}
div.mint_box div.receipt div.line_left {
  position: absolute;
  width: 14px;
  height: 500%;
  background-color: #f8ecff;
  border-left-width: 1px;
  border-left-color: #ded7e3;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: #ded7e3;
  border-right-style: solid;
  left: 3px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 5px;
}
div.mint_box div.receipt div.line_left div.line_left_text {
  position: relative;
  width: 14px;
  height: 64px;
  background-image: url("../design/receipt/line_text_left.png");
}
div.mint_box div.receipt div.line_right {
  position: absolute;
  width: 14px;
  height: 500%;
  background-color: #f8ecff;
  border-left-width: 1px;
  border-left-color: #ded7e3;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: #ded7e3;
  border-right-style: solid;
  right: 3px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 5px;
}
div.mint_box div.receipt div.line_right div.line_right_text {
  position: relative;
  width: 14px;
  height: 64px;
  background-image: url("../design/receipt/line_text_right.png");
}
div.mint_box div.receipt div.receipt_title {
  position: relative;
  width: 100%;
  overflow: auto;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.receipt_serial_container {
  position: relative;
  overflow: auto;
  width: 177px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  border-style: solid;
  border-color: white;
}
div.mint_box div.receipt div.receipt_serial_container div.receipt_serial_border {
  position: relative;
  width: 167px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../design/receipt/serial_border.png");
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
div.mint_box div.receipt div.receipt_serial_container div.receipt_serial_border div.receipt_serial_title {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "VT323", monospace;
  font-size: 16px;
  line-height: 16px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.receipt_serial_container div.receipt_serial_border div.receipt_serial_value {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.receipt_date {
  margin-top: 10px;
  position: relative;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "VT323", monospace;
  font-size: 28px;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  color: #3c3c3c;
}
div.mint_box div.receipt div.receipt_text {
  margin-top: 10px;
  position: relative;
  width: 254px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "VT323", monospace;
  font-size: 18px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.receipt_check {
  margin-top: 10px;
  position: relative;
  width: 254px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "VT323", monospace;
  font-size: 14px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.star_line {
  position: relative;
  width: 254px;
  height: 10px;
  background-image: url("../design/receipt/star_line.png");
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
div.mint_box div.receipt div.double_star_line_first {
  margin-bottom: 5px !important;
}
div.mint_box div.receipt div.double_star_line_second {
  margin-top: 5px !important;
}
div.mint_box div.receipt div.receipt_donations_space {
  position: relative;
  width: 260px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
}
div.mint_box div.receipt div.receipt_donations_space div.receipt_donations_container {
  position: relative;
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div.mint_box div.receipt div.receipt_donations_space div.receipt_donations_container div.receipt_donation_el {
  position: relative;
  width: 100%;
  overflow: auto;
}
div.mint_box div.receipt div.receipt_donations_space div.receipt_donations_container div.receipt_donation_el div.receipt_donation_el_first {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
div.mint_box div.receipt div.receipt_donations_space div.receipt_donations_container div.receipt_donation_el div.receipt_donation_el_first div.receipt_donation_date {
  font-family: "VT323", monospace;
  font-size: 18px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.receipt_donations_space div.receipt_donations_container div.receipt_donation_el div.receipt_donation_el_first div.receipt_donation_value {
  font-family: "VT323", monospace;
  font-size: 18px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.receipt_donations_space div.receipt_donations_container div.receipt_donation_el div.receipt_donation_el_wallet {
  width: 100%;
  font-family: "VT323", monospace;
  font-size: 15px;
  color: #3c3c3c;
  overflow: hidden;
}
div.mint_box div.receipt div.receipt_donations_space div.receipt_donation_total_title {
  position: relative;
  width: 100%;
  overflow: auto;
  text-align: center;
  margin-top: 10px;
  font-family: "VT323", monospace;
  font-size: 22px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.receipt_donations_space div.receipt_donation_total {
  position: relative;
  width: 100%;
  overflow: auto;
  text-align: center;
  font-family: "VT323", monospace;
  font-size: 22px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.awarness_container {
  position: relative;
  width: 260px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
}
div.mint_box div.receipt div.awarness_container div.awarness_title {
  position: relative;
  width: 100%;
  overflow: auto;
  text-align: center;
  font-family: "VT323", monospace;
  font-size: 22px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.awarness_container div.awarness_value {
  position: relative;
  width: 100%;
  overflow: auto;
  text-align: center;
  font-family: "VT323", monospace;
  font-size: 22px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.class_signature_container {
  position: relative;
  width: 260px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
}
div.mint_box div.receipt div.class_signature_container div.signed_by {
  position: relative;
  width: 100%;
  overflow: auto;
  font-family: "VT323", monospace;
  font-size: 22px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.class_signature_container div.signed_by_wallet {
  width: 100%;
  font-family: "VT323", monospace;
  font-size: 15px;
  color: #3c3c3c;
  overflow: hidden;
}
div.mint_box div.receipt div.class_signature_container div.member_of {
  position: relative;
  width: 100%;
  overflow: auto;
  font-family: "VT323", monospace;
  font-size: 16px;
  margin-top: 5px;
  color: #3c3c3c;
}
div.mint_box div.receipt div.class_signature_container div.signature_image {
  position: relative;
  width: 100%;
  overflow: auto;
}
div.mint_box div.receipt div.class_signature_container div.signature_image img {
  display: block;
  max-width: 100%;
}
div.mint_box div.receipt div.support_text {
  position: relative;
  width: 254px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  font-family: "VT323", monospace;
  font-size: 22px;
  text-align: center;
  color: #3c3c3c;
}
div.mint_box div.receipt div.support_qr {
  position: relative;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
div.mint_box div.receipt div.support_qr img {
  display: block;
  width: 100%;
}
div.mint_box div.receipt div.precut {
  position: relative;
  width: 100%;
  height: 4px;
  background-image: url("../design/receipt/precut.png");
  margin-top: 15px;
  margin-bottom: 15px;
}
div.mint_box div.receipt div.redeemable_container {
  position: relative;
  overflow: auto;
  width: 177px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  border-style: solid;
  border-color: white;
}
div.mint_box div.receipt div.redeemable_container div.redeemable_content {
  position: relative;
  width: 167px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../design/receipt/redeem_border.png");
  font-family: "VT323", monospace;
  font-size: 26px;
  text-align: center;
  color: #3c3c3c;
  line-height: 70px;
}
div.mint_box div.form_cotainer {
  position: relative;
  width: calc(100% - 325px);
}
div.mint_box div.form_cotainer div.mint_group {
  position: relative;
  width: 100%;
  overflow: auto;
}
div.mint_box div.form_cotainer div.mint_group div.form_box {
  position: relative;
  width: 100%;
  overflow: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #C854DC;
  margin-top: 25px;
  padding: 25px;
}

div.highlight {
  animation-name: flash_border;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes flash_border {
  0% {
    border-color: #C854DC;
    background-color: #cfcfcf;
  }
  50% {
    border-color: #ffffff;
    background-color: #ffffff;
  }
  100% {
    border-color: #C854DC;
    background-color: #cfcfcf;
  }
}
div.tool_box {
  position: relative;
  width: 100%;
  display: flex;
  gap: 25px;
}
div.tool_box div.tool_box_content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.tool_box div.tool_box_content div.title {
  text-align: center;
}
div.tool_box div.tool_box_content div.tool_text {
  position: relative;
  width: 100%;
  font-size: 15px;
  letter-spacing: 1px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-top: 25px;
  text-align: justify;
}
div.tool_box div.tool_box_image {
  position: relative;
  width: 300px;
  overflow: auto;
}
div.tool_box div.tool_box_image img {
  display: block;
  width: 100%;
}

div.tool_form_container {
  margin-top: 24px;
  position: relative;
  width: 100%;
  overflow: auto;
  border-width: 1px;
  border-color: #C854DC;
  border-style: solid;
  display: flex;
  gap: 25px;
  flex-direction: column;
  padding: 25px;
}
div.tool_form_container div.tool_form_section {
  position: relative;
  width: 100%;
  overflow: auto;
}
div.tool_form_container div.tool_form_result_section {
  position: relative;
  width: 100%;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
div.tool_form_container div.tool_form_result_section div.result_el {
  background: linear-gradient(91.26deg, #A635FF 0%, #C854DC 44.79%, #C89DFF 100%);
  flex-grow: 1;
  width: 45%;
  padding: 5px;
}
div.tool_form_container div.tool_form_result_section div.result_el div.result_value {
  position: relative;
  text-align: center;
  color: white;
  font-size: 26px;
}
div.tool_form_container div.tool_form_result_section div.result_el div.result_cat {
  position: relative;
  text-align: center;
  color: white;
  font-size: 20px;
}
div.tool_form_container div.tool_form_sep {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #C854DC;
}
div.tool_form_container div.tool_wallets {
  position: relative;
  width: 100%;
  display: flex;
  gap: 25px;
}
div.tool_form_container div.tool_wallets div.wallet_el {
  position: relative;
  border-color: #C854DC;
  border-style: solid;
  border-width: 1px;
  flex-grow: 1;
  flex-basis: 33%;
  padding: 10px;
}
div.tool_form_container div.tool_wallets div.wallet_el div.wallet_name {
  position: relative;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
}
div.tool_form_container div.tool_wallets div.wallet_el div.wallet_address {
  position: relative;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
}
div.tool_form_container div.tool_wallets div.wallet_el div.wallet_not_set {
  color: #FF1B1B !important;
}
div.tool_form_container div.tool_wallets div.selected_wallet {
  background: linear-gradient(91.26deg, #A635FF 0%, #C854DC 44.79%, #C89DFF 100%);
}
div.tool_form_container div.tool_wallets_none {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #FF1B1B;
  text-align: center;
}/*# sourceMappingURL=style.css.map */