
@import url("https://use.typekit.net/yoo1mkp.css");
article, aside, details, dl, dt, dd, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

.heading {
  text-align: center;
}
.heading > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1em;
  padding-bottom: 3rem;
}
.heading img {
  flex: 0 0 auto;
}
.heading img[src*=edge] {
  margin-inline: auto;
}

.con-padded {
  padding-block: 3.125rem;
}

button[data-youtube] {
  position: relative;
  padding: 0;
  margin-inline: auto;
}
button[data-youtube]::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/play-on.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
@media (hover: hover) {
  button[data-youtube] {
    cursor: pointer;
  }
  button[data-youtube]:hover::before {
    opacity: 1;
  }
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

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

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

*,
*::after,
*::before {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  letter-spacing: 0.05rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover,
a:active {
  outline: 0;
}

a:focus {
  outline: thin dotted;
}

button {
  background: none;
  color: inherit;
  line-height: 1em;
  padding: 0.5em;
}

img {
  border: 0;
  border-style: none;
  display: block;
}

html {
  font-size: 1em;
  line-height: 1.5;
}
@media (max-width: 37.5em) {
  html {
    font-size: 4vw;
  }
}
@media (min-width: 37.5625em) {
  html {
    font-size: 1em;
  }
}
@media (min-width: 160em) {
  html {
    font-size: 0.8vw;
  }
}

@media (max-width: 37.5em) {
  *[desktop] {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 37.5625em) {
  *[mobile] {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 64em) {
  *[expanded] {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 64.0625em) {
  *[collapsed] {
    display: none !important;
    visibility: hidden;
  }
}

[class*=container] {
  margin-inline: auto;
  padding: 0;
  width: 100%;
}
[class*=container] > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
[class*=container] > *:first-child {
  margin-top: 0;
}
[class*=container] > *:last-child {
  margin-bottom: 0;
}
[class*=container][class*=__fixed] {
  width: min(100%, 88.75em);
}
[class*=container][class*=__fluid] {
  width: 100%;
}
[class*=container][class*=__padded] {
  width: min(96%, 88.75em);
}
[class*=container][class*=-flush] > * {
  margin-block: 0;
}

nav.container {
  margin-bottom: 0;
  position: fixed;
  position: sticky;
  top: 0;
}

.col-promo,
.col-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 1.25rem;
  justify-content: stretch;
}

.con-padded {
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  margin-inline: auto;
}

.margins > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.margins > *:first-child {
  margin-top: 0;
}
.margins > *:last-child {
  margin-bottom: 0;
}

@supports not (display: grid) {
  .col-promo,
.col-grid {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: flex-start;
  }

  .col-grid-2 > *,
.col-grid-3 > *,
.col-grid-4 > *,
.col-grid-6 > * {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100%/3 - 1.25rem + 0.8333333333rem );
  }
}
@media (max-width: 37.5em) {
  .col-promo.mqs-list,
.col-grid.mqs-list {
    row-gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
    padding: 0;
  }

  .col-promo.mqs-grid,
.col-grid.mqs-grid {
    gap: 0.624rem;
  }

  .col-grid-2.mqs-list > *,
.col-grid-3.mqs-list > *,
.col-grid-4.mqs-list > *,
.col-grid-6.mqs-list > * {
    grid-column: span 12;
  }

  .col-grid-3.mqs-grid > *,
.col-grid-6.mqs-grid > * {
    grid-column: span 4;
  }

  .col-grid-2.mqs-grid > *,
.col-grid-4.mqs-grid > * {
    grid-column: span 6;
  }
}
@media (min-width: 37.5625em) {
  .col-grid-2 > *,
.col-grid-3 > *,
.col-grid-4 > *,
.col-grid-6 > * {
    grid-column: span 6;
  }
}
@media (min-width: 64.0625em) {
  .col-grid-3 > *,
.col-grid-4 > *,
.col-grid-6 > * {
    grid-column: span 4;
  }
}
@media (min-width: 85.375em) {
  .col-grid-4 > * {
    grid-column: span 3;
  }

  .col-grid-6 > * {
    grid-column: span 2;
  }
}
.col-flex {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  justify-content: center;
}

.col-flex-2 > *,
.col-flex-3 > *,
.col-flex-4 > *,
.col-flex-6 > * {
  flex-grow: 0;
  flex-shrink: 1;
}

@media (max-width: 37.5em) {
  .col-flex-2 > *,
.col-flex-3 > *,
.col-flex-4 > *,
.col-flex-6 > * {
    flex-basis: 100%;
  }
}
@media (min-width: 37.5625em) {
  .col-flex-2 > *,
.col-flex-3 > *,
.col-flex-4 > *,
.col-flex-6 > * {
    flex-basis: calc(50% - 1em + 0.5em );
  }
}
@media (min-width: 64.0625em) {
  .col-flex-3 > *,
.col-flex-4 > *,
.col-flex-6 > * {
    flex-basis: calc(100%/3 - 1em + 0.3em );
  }
}
@media (min-width: 85.375em) {
  .col-flex-4 > * {
    flex-basis: calc(25% - 1.25rem + 0.3125rem );
  }

  .col-flex-6 > * {
    flex-basis: calc(20% - 1em + 0.2em );
  }
}
.col-promo-test {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid black;
  height: 150px;
}

@media (max-width: 37.5em) {
  .col-promo > * {
    grid-column: span 12 !important;
  }
}
.col-promo-1 > *:nth-child(1) {
  grid-column: span 12;
}

.col-promo-2 > *:nth-child(-n+2) {
  grid-column: span 6;
}

@media (max-width: 37.5em) {
  .col-promo-2 > *:nth-child(-n+2) {
    grid-column: span 12;
  }
}
.col-promo-3 > *:nth-child(-n+3) {
  grid-column: span 4;
}

@media (max-width: 64em) {
  .col-promo-3 > *:nth-child(1) {
    grid-column: span 12;
  }

  .col-promo-3 > *:nth-child(n+2) {
    grid-column: span 6;
  }
}
@media (max-width: 37.5em) {
  .col-promo-3 > *:nth-child(-n+2) {
    grid-column: span 12;
  }
}
@keyframes slide-right-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-20vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-left-fade-in {
  0% {
    opacity: 0;
    transform: translateX(20vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-top-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-bottom-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-20vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anim__modal-lightbox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim__shelf-left {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim__shelf-right {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim__shelf-center {
  0% {
    transform: translateY(-100vh);
  }
  100% {
    transform: translateY(0);
  }
}
.con-tabbed > *:not([active]) {
  display: none;
  visibility: hidden;
}

.nav-tabbed {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.nav-tabbed > * {
  padding: 1rem;
  cursor: pointer;
}
.nav-tabbed > *[active] {
  background-color: black;
  color: white;
}

.accordion > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.accordion > *:first-child {
  margin-top: 0;
}
.accordion > *:last-child {
  margin-bottom: 0;
}
.accordion dt,
.accordion dd {
  padding: 0.25rem;
}
.accordion dt {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.accordion dt[active] {
  background-color: rgba(0, 0, 0, 0.0862745098);
}
.accordion dd:not(:last-of-type):not([style="display:none"]) {
  padding-bottom: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.0862745098);
}

button {
  cursor: pointer;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
button[bs-disabled] {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}

*[bs-disabled] {
  filter: saturate(0);
  pointer-events: none !important;
}

#sgw-top-navigation {
  background-color: black;
  height: 50px !important;
  transition: transform 250ms ease-in-out;
  z-index: 2;
  position: fixed;
  position: sticky;
  top: 0;
}
@media (max-width: 37.5em) {
  #sgw-top-navigation {
    height: 40px !important;
    position: fixed;
    position: sticky;
    top: 0;
  }
}

@media only screen and (max-width: 800px) {
  #sgw_gnb_div.lightboxmode {
    overflow: initial !important;
  }
}
#stickyHamburger {
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 250ms ease-in-out;
  z-index: 3;
}
#stickyHamburger div {
  font-size: 1.25rem;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#stickyHamburger a > div {
  height: 40px;
  padding: 0 0.625rem;
}
#stickyHamburger img {
  width: 9.8125rem;
  height: auto;
}

.gnb-scrolls {
  /* fixes height 0 issue */
  height: 50px !important;
}
@media (max-width: 37.5em) {
  .gnb-scrolls {
    height: 40px !important;
  }
}

#stickybar,
#stickybottom,
#stickybottom_locked {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0823529412);
  transition: transform 250ms ease-in-out;
  z-index: 1;
}

#stickybar {
  position: fixed;
  position: sticky;
  top: 50px;
}
@media (max-width: 37.5em) {
  #stickybar {
    position: fixed;
    position: sticky;
    top: 40px;
  }
}

#stickybottom,
#stickybottom_locked {
  position: sticky;
  bottom: 0;
}

#stickybottom {
  transform: translateY(3.75rem);
}

.sale_timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 0.625rem;
  color:#ffffff;
  text-transform: uppercase;
}
.sale_timer div {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 0;
  width: 7ch;
}
.sale_timer div::after {
  margin-left: 2px;
}
.sale_timer div.days::after {
  content: "d";
}
.sale_timer div.hours::after {
  content: "h";
}
.sale_timer div.minutes::after {
  content: "m";
}
.sale_timer div.seconds::after {
  content: "s";
}
.sale_timer div > p {
  font-size: 2em;
}
@media (max-width: 37.5em) {
  .sale_timer span {
    display: none;
  }
}

.nav-ribbon {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.nav-ribbon > * {
  flex-shrink: 0;
}
@media (min-width: 37.5625em) {
  .nav-ribbon {
    scrollbar-width: thin;
    scrollbar-color: rgb(80, 80, 80) rgba(255, 255, 255, 0);
  }
  .nav-ribbon::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .nav-ribbon::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0);
  }
  .nav-ribbon::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: rgb(80, 80, 80);
  }
  .nav-ribbon::-webkit-scrollbar-thumb:horizontal {
    width: 10px;
    background-color: rgb(80, 80, 80);
  }
}

.lightbox {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: fixed;
  padding: 5vw;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  backdrop-filter: blur(5px);
  display: none;
}
@media (max-width: 64em) {
  .lightbox {
    padding: 25px 5vw;
  }
}

.modalcore {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 0 9px;
  max-height: 86vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.modalcore.top {
  animation: slide-top-fade-in 300ms ease-in-out forwards;
}

.modalcore.right {
  animation: slide-right-fade-in 300ms ease-in-out forwards;
}

.modalcore.bottom {
  animation: slide-bottom-fade-in 300ms ease-in-out forwards;
}

.modalcore.left {
  animation: slide-left-fade-in 300ms ease-in-out forwards;
}

.modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 0.625rem;
  max-width: 60ch;
  pointer-events: auto;
  z-index: 2;
}

.modal_close {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 5vw;
  height: 5vw;
  position: fixed;
  top: 0;
  right: 0;
  color: white;
  font-family: Arial !important;
}
@media (hover: hover) {
  .modal_close {
    cursor: pointer;
  }
  .modal_close:hover {
    transform: scale(1.1);
  }
}
.modal_close::before {
  content: "+";
  display: block;
  transform: rotate(45deg);
  font-size: 4vw;
}
@media (max-width: 64em) {
  .modal_close {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
  }
  .modal_close::before {
    font-size: 38px;
  }
}

.lightbox_close {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  pointer-events: auto;
}

.darkbox {
  display: none;
  visibility: hidden;
}

.tooltip {
  cursor: pointer;
}

.tooltip-alt,
.tooltip-id {
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  background-color: white;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}
@media (max-width: 37.5em) {
  .tooltip-alt,
.tooltip-id {
    padding-right: 1rem;
  }
}

.modeless {
  pointer-events: none;
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  max-width: 45ch;
}
@media (max-width: 37.5em) {
  .modeless {
    position: fixed !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
    padding-bottom: 10vh;
    width: 100%;
    height: 100%;
    max-width: none;
    top: 0 !important;
    left: 0 !important;
    animation: slide-top-fade-in 150ms ease-in-out forwards;
  }
}
.modeless .modal_close {
  top: 3px;
  right: 3px;
  background: none;
  color: currentColor;
}

:root {
  font-family: "Industry", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

[class*=tooltip-],
.modal,
#presale-rewards p {
  font-family: "Industry", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

:root {
  background-color: initial;
}

:root[data-theme=dark] {
  background-color: initial;
}

#presale-header {
  margin-bottom: 0;
}

#presale-header :is(img, source) {
  width: 100%;
  height: auto;
}

#presale-body {
  background-image: url("../images/bg-bottom-1920.webp");
  background-position: center bottom, center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: 0;
}
@media (max-width: 1280px) {
  #presale-body {
    background-image: url("../images/bg-bottom-1280.webp");
  }
}
@media (max-width: 600px) {
  #presale-body {
    background-image: url("../images/bg-bottom-600.webp");
  }
}

#presale-intro {
  margin-top: min(20px, 2vmax);
  margin-bottom: min(100px, 10vmax);
}

#presale-intro h1 {
  font-size: 2rem;
  font-size: clamp(1.5rem, 2vmax, 2rem);
  color:#ffffff;
  text-align: center;
  margin-inline: auto;
  margin-top: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  max-width: 54ch;
}
@media (max-width: 748px) {
  #presale-intro h1 {
    color: white;
  }
}

#presale-ui {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  gap: 1.5rem;
  font-size: 1.25rem;
}
#presale-ui > * {
  margin: 0;
  flex: 0 1 22ch;
}

#presale-ui .countdown,
#presale-ui #download{
  height: 72px;

}

#presale-ui > *:nth-child(2) {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 760px) {
  #presale-ui {
    flex-wrap: wrap;
  }
  #presale-ui > * {
    flex: 1 1 22ch;
    order: 2;
  }
  #presale-ui > *:nth-child(2) {
    order: 1;
    flex: 1 1 100%;
  }
}
#presale-ui #download {
  background-color: #31fbe3;
  text-transform: uppercase;
  color:#131d34;
  width: 100%;
  transition: filter 150ms ease-in-out;
}
@media (hover: hover) {
  #presale-ui #download {
    cursor: pointer;
  }
  #presale-ui #download:hover {
    filter: brightness(1.2);
  }
}
#presale-ui .countdown {
  border: 2px solid #31fbe3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  >p {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 640px) {
  #presale-ui .sale_timer {
    border: 0;
    color: white;
  }
}
#presale-ui .sale_timer div::after {
  color: #31fbe3;
}
@media (max-width: 640px) {
  #presale-ui .sale_timer div::after {
    color: white;
  }
}
#presale-ui #download,
#presale-ui .countdown {
  min-height: 60px;
  padding: 0em;
}

#play {
  background-image: url("../images/playbtn.png");
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

[class*=angelbtn__wrap] {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.angelbtn__wrap {
  width: 100px;
  position: relative;
  transition: all 300ms ease-in-out;
}
.angelbtn__wrap * {
  transition: all 300ms ease-in-out;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  pointer-events: none;
  cursor: default;
}
@media (hover: hover) {
  .angelbtn__wrap {
    cursor: pointer;
  }
  .angelbtn__wrap:hover {
    transform: rotate(90deg);
  }
  .angelbtn__wrap:hover [class*=-square],
.angelbtn__wrap:hover [class*=-diamond] {
    width: 75%;
    height: 75%;
  }
  .angelbtn__wrap:hover [class*=-diamond] {
    transform: rotate(0deg);
  }
  .angelbtn__wrap:hover [class*=-triangle] {
    transform: rotate(0deg);
    width: 35%;
  }
  .angelbtn__wrap:hover [class*=-circle] [class*=-square] {
    transform: rotate(-90deg);
  }
  .angelbtn__wrap:hover::before {
    transform: rotate(-90deg);
  }
}

[class*=angelbtn__wrap-] {
  border: 4px solid currentColor;
  position: absolute;
  width: 100%;
  height: 100%;
}

[class*=-circle] {
  border-radius: 100vmax;
}

[class*=-square],
[class*=-diamond] {
  width: 80%;
  height: 80%;
  border-width: 2px;
}

[class*=-diamond] {
  transform: rotate(45deg);
}

[class*=-triangle] {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  aspect-ratio: 1.1547344111;
  width: 80%;
  height: unset;
  transform: rotate(90deg);
  width: 60%;
}

[class*=clip-] {
  clip-path: circle(50%);
}

:is(#presale-attributes, #presale-rewards) h1 {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: clamp(2rem, 2.0833333333vmax, 3rem);
}

#presale-attributes {
  margin-bottom: 0;
}

#presale-attributes > div.col-flex-6 {
  row-gap: clamp(1.875rem, 2.0833333333vmax, 3.125rem);
  margin-block: clamp(1.875rem, 1.5625vmax, 3.125rem);
}
@media (max-width: 37.5em) {
  #presale-attributes > div.col-flex-6 > * {
    flex-basis: calc(50% - 1.25rem + 0.625rem );
  }
}
@media (min-width: 37.5625em) {
  #presale-attributes > div.col-flex-6 > * {
    flex-basis: calc(100%/3 - 1.25rem + 0.4166666667rem );
  }
}
@media (min-width: 64.0625em) {
  #presale-attributes > div.col-flex-6 > * {
    flex-basis: calc(25% - 1.25rem + 0.3125rem );
  }
}
@media (min-width: 85.375em) {
  #presale-attributes > div.col-flex-6 > * {
    flex-basis: calc(16.6666667% - 1.25rem + 0.2083333333rem );
  }
}

.presale-attribute {
  flex-basis: 230px;
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  color: white;
  transition: color 150ms ease-in-out;
  border-radius: 0.625rem;
  padding: 0.375rem;
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.presale-attribute .tooltip,
.presale-attribute > *:last-child:not(img, p) {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  .presale-attribute {
    cursor: pointer;
  }
  .presale-attribute:hover {
    color: #ffff80;
    background-color: rgba(94, 100, 214, 0.502);
    backdrop-filter: blur(3px);
  }
}
@media (max-width: 37.5em) {
  .presale-attribute {
    font-size: 1rem;
  }
}

.tooltip-alt,
.tooltip-id,
.modal {
  letter-spacing: 0.05rem;
  text-align: left;
  padding: 1.25rem;
  border-radius: 0.25rem;
  background-color: #31fbe3;
  color: #131d34;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
  position: relative;
}
.tooltip-alt::before, .tooltip-alt::after,
.tooltip-id::before,
.tooltip-id::after,
.modal::before,
.modal::after {
  content: url(../images/tooltip-corner.webp);
  position: absolute;
}
.tooltip-alt::before,
.tooltip-id::before,
.modal::before {
  top: 0;
  left: 0;
}
.tooltip-alt::after,
.tooltip-id::after,
.modal::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

#presale-rewards {
  width: min(100%, 1180px);
  padding-bottom: clamp(6.25rem, 6.25vmax, 8.75rem);
}
#presale-rewards > p {
  text-align: center;
  color: white;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5019607843));
}
#presale-rewards > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}

.presale-reward {
  flex: 0 0 auto;
}
.presale-reward > :is(img, source) {
  width: 100%;
  height: auto;
}

.extra-stats{
  display:flex;
}

.extra-stats img{
  max-width:100%;
}
@media (max-width: 1150px) {
  .extra-stats figure{
    flex-basis:calc(50% - 1.26rem);
  }
}
@media (max-width: 800px) {
  .extra-stats figure{
    flex-basis:540px;;
  }
}

.extra-stats-text {
  color: white;
  padding: 1em;
}

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