@font-face {
  font-family: Fixelvariable;
  src: url('../fonts/FixelVariable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fixeldisplay;
  src: url('../fonts/FixelDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fixeldisplay;
  src: url('../fonts/FixelDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fixeldisplay;
  src: url('../fonts/FixelDisplay-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.cats_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1024px;
  font-family: Fixeldisplay, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.container {
  max-width: 480px;
}

.cats_hero {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 64px 32px;
  display: flex;
}

.cats_button {
  color: #000;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #fff;
  border-radius: 50px;
  padding: 16px 60px;
  font-family: Fixelvariable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cats_h1_hero {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.body {
  background-color: #000;
}

.cats_h3_hero {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fixeldisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.cats_faq {
  padding: 64px 32px;
}

.cats_moves {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding: 64px 32px;
  display: flex;
}

.cats_footer {
  justify-content: center;
  align-items: center;
  padding: 96px;
  display: flex;
}

.cats_timer_container {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(130px);
  backdrop-filter: blur(130px);
  color: #fff;
  text-align: center;
  border-radius: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 480px;
  height: 10svh;
  margin-left: 32px;
  margin-right: 32px;
  padding: 32px;
  display: flex;
  position: sticky;
  inset: 2% auto auto;
  overflow: clip;
}

.cats_hero_textsection {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
}

.section-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.lottie-animation {
  height: 40px;
  padding-bottom: 0;
  display: block;
}

.lottie-animation-2 {
  z-index: -1;
  opacity: .9;
  filter: blur(50px);
  order: 1;
  position: absolute;
}

.cats_h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.cats_moves_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  background-color: #141414;
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px;
  display: flex;
  overflow: clip;
}

.lottie-animation-2-copy {
  z-index: -1;
  opacity: .67;
  filter: blur(100px);
  flex: none;
  order: 1;
  align-self: stretch;
}

.lottie-mask {
  aspect-ratio: 1;
  opacity: .24;
  filter: blur(50px);
  background-image: linear-gradient(214deg, red, #fbff00 26%, #0f5 48%, #0062ff 77%, #70f);
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.cats_moves_text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.cats_moves_headline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}

.cats_moves_number_container {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.cats_moves_number {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.image {
  z-index: 1;
  align-self: stretch;
}

.cats_moves_image {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}

.background-video {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 90svh;
  display: flex;
}

.cats_moves_container4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #141414;
  background-image: url('../images/20250703_0920_Futuristic-Cryptocurrency-Coins_remix_01jz7jen02f6as5fyhxpq4q6z4.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px;
  display: flex;
  overflow: clip;
}

.cats_moves_container3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  aspect-ratio: 1;
  background-color: #141414;
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px 32px 0;
  display: flex;
  overflow: clip;
}

.cats_moves_image3 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.cats_timer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-top: 12px;
  font-size: 30px;
  font-weight: 600;
}

.cats_timer_block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
}

.cats_time_number {
  line-height: 100%;
}

.cats_footer-copy {
  inset: 0% 0% auto;
  position: fixed;
  inset: 0% 0% auto;
}

.cats_faq_item {
  border-bottom: 1px solid #ffffff26;
  flex-flow: column;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cats_faq_item_heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.cats_faq_header {
  font-size: 16px;
  font-weight: 600;
}

.cats_faq_content {
  display: none;
}

.cats_moves_heading {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
}

.cats_moves_description {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .cats_moves_container4 {
    aspect-ratio: auto;
  }
}

@media screen and (max-width: 767px) {
  .cats_moves_container4 {
    aspect-ratio: 1;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .cats_container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cats_h1_hero {
    font-size: 24px;
  }

  .cats_h3_hero {
    font-size: 14px;
  }

  .cats_timer_container {
    align-self: stretch;
    height: 15svh;
  }

  .cats_h2 {
    font-size: 24px;
  }

  .cats_moves_container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .lottie-mask {
    aspect-ratio: 1;
    justify-content: center;
  }

  .cats_moves_number_container {
    flex: none;
  }

  .background-video {
    height: 85svh;
  }

  .cats_moves_container4 {
    aspect-ratio: 1;
  }

  .cats_moves_container3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cats_timer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cats_time_number {
    line-height: 36px;
  }
}

#w-node-cdd45e79-bfd6-19f8-a7d3-96bf69695a2b-58d739a4 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-cdd45e79-bfd6-19f8-a7d3-96bf69695a2b-58d739a4 {
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Fixelvariable';
  src: url('../fonts/FixelVariable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}