html, body {
  padding: 0;
  margin: 0;
  font-size: 1vw;
  font-family: 'Montserrat', sans-serif;
  color: white;
  min-height: 100vh;
  background-color: black; }

.bounce {
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.grain {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../img/grain.webp") center center no-repeat;
  background-size: cover;
  opacity: 0.3;
  mix-blend-mode: screen; }

.cta {
  text-align: center;
  font-family: Montserrat;
  font-size: 0.83vw;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.06vw;
  text-transform: uppercase;
  display: flex;
  height: 2.50vw;
  padding: 0.83vw 1.67vw;
  justify-content: center;
  align-items: center;
  background: #EB622B;
  box-shadow: 0vw 0.21vw 0.21vw 0vw rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease; }
  .cta.primary {
    display: flex;
    height: 2.50vw;
    padding: 0.83vw 1.67vw;
    background: none;
    box-shadow: none;
    justify-content: center;
    align-items: center;
    border: 0.05vw solid #DFDFDF; }
  .cta:hover {
    background: #F18536;
    border-color: #F18536; }

a {
  color: inherit; }

h1, h2, h3, h4, p {
  margin: 0; }

section.hero {
  position: relative;
  width: 100%;
  height: 105vh;
  min-height: 750px;
  overflow: hidden; }
  section.hero .shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74.38%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.7) 15.5%, rgba(0, 0, 0, 0.62) 41.5%, rgba(0, 0, 0, 0.47) 68.5%, rgba(0, 0, 0, 0.36) 85.5%);
    background-blend-mode: normal, multiply, normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  section.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  section.hero article {
    top: 50%;
    position: absolute;
    left: 50%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2.08vw;
    width: 45.31vw;
    margin-top: -15vw;
    margin-left: -22.655vw; }
    section.hero article .logos {
      display: flex;
      width: 16.98vw;
      align-items: center;
      gap: 0.63vw; }
      section.hero article .logos .x {
        width: 1.04vw;
        height: 0.94vw; }
      section.hero article .logos .logo {
        display: flex;
        width: 6.88vw;
        height: 5.21vw;
        padding: 0.42vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0; }
        section.hero article .logos .logo img {
          height: 5.21vw; }
          section.hero article .logos .logo img.ark {
            width: 10.31vw;
            height: 10.57vw; }
    section.hero article .title {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.83vw;
      align-self: stretch; }
      section.hero article .title h1 {
        color: #FFF;
        text-align: center;
        text-shadow: 0vw 0.21vw 0.21vw rgba(0, 0, 0, 0.25);
        font-family: Montserrat;
        font-size: 3.75vw;
        font-style: italic;
        font-weight: 800;
        line-height: 100%;
        letter-spacing: -0.05vw;
        text-transform: uppercase; }
      section.hero article .title h3 {
        color: #FFF;
        text-align: center;
        text-shadow: 0vw 0.21vw 0.21vw rgba(0, 0, 0, 0.25);
        font-family: Montserrat;
        font-size: 1.15vw;
        font-style: normal;
        font-weight: 500;
        line-height: 145.455%;
        letter-spacing: 0vw; }

section.join {
  width: 100%;
  height: 27.55vw;
  position: relative;
  margin-top: -7vw;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center; }
  section.join article {
    display: flex;
    width: 100%;
    padding: 3.75vw 6.25vw;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    section.join article p {
      color: #FFF;
      font-family: Montserrat;
      font-size: 0.94vw;
      font-style: normal;
      font-weight: 500;
      line-height: 155.556%;
      letter-spacing: 0vw;
      width: 35.73vw; }
    section.join article .left {
      display: flex;
      width: 43.13vw;
      align-items: center;
      gap: 1.25vw;
      flex-shrink: 0; }
      section.join article .left h2 {
        color: #FFF;
        width: 35.73vw;
        font-family: Montserrat;
        font-size: 3.75vw;
        font-style: italic;
        font-weight: 800;
        line-height: 100%;
        letter-spacing: -0.05vw;
        text-transform: uppercase; }
      section.join article .left img {
        height: 11.15vw; }
  section.join .shader .specular {
    /* mix-blend-mode: color-dodge; */
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    mix-blend-mode: color-dodge;
    height: 100%;
    background-attachment: fixed;
    background-image: linear-gradient(179deg, #000 40%, red, orange, rgba(255, 255, 255, 0.6) 60%, #000 80%);
    /* background: white; */
    /* position: relative; */
    z-index: 2;
    background-position: top center;
    background-image: linear-gradient(125deg, #191513 30%, #ff0, #000000, #000000, #000000 70%);
    opacity: 0.7; }
  section.join .shader .mask {
    mix-blend-mode: color-dodge;
    background-color: #fff;
    background-size: cover;
    background-image: url(../img/holo.webp);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; }
  section.join .shader1 {
    position: absolute;
    width: 100%;
    top: 0;
    height: 5vw;
    left: 0;
    backface-visibility: hidden;
    display: block;
    overflow: hidden; }
    section.join .shader1 img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0; }
    section.join .shader1 .specular {
      -webkit-mask-image: url(../img/lighting.webp);
      -webkit-mask-size: 100%;
      -webkit-mask-repeat: no-repeat; }
  section.join .shader2 {
    position: absolute;
    width: 100%;
    bottom: 0.36vw;
    height: 5vw;
    left: 0;
    backface-visibility: hidden;
    display: block;
    overflow: hidden; }
    section.join .shader2 img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      height: 100%;
      width: 100%; }
    section.join .shader2 .specular {
      background-image: linear-gradient(344deg, #191513 30%, #ff0, #000000, #000000, #000000 70%);
      -webkit-mask-image: url(../img/lighting2.webp);
      -webkit-mask-size: 100%;
      -webkit-mask-repeat: no-repeat; }
  section.join .light1 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
  section.join .light2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
  section.join .shape {
    width: 100%;
    top: 1.30vw;
    flex-shrink: 0;
    position: absolute;
    left: 0; }

.bar {
  width: 100%;
  background: #EB622B;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 4; }
  .bar .lcloud {
    position: absolute;
    width: 14.32vw;
    height: 8.96vw;
    left: 0;
    overflow: hidden;
    bottom: -3.59vw; }
    .bar .lcloud img {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .bar .rcloud {
    position: absolute;
    width: 12.40vw;
    height: 8.96vw;
    right: 0;
    overflow: hidden;
    bottom: -15.59vw; }
    .bar .rcloud img {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .bar .date {
    font-size: 0.89rem;
    text-align: center;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.63vw;
    max-width: 12.604vw;
    justify-content: center;
    text-align: center; }
    .bar .date p {
      margin: 0;
      font-family: 'Lato', sans-serif; }
    .bar .date strong {
      display: block;
      margin-top: 0.2vw;
      font-weight: 600;
      line-height: 1.2;
      padding: 0 2.12vw;
      box-sizing: border-box;
      font-family: 'Montserrat', sans-serif; }
    .bar .date img {
      height: 2.08vw; }
  .bar .arrow svg {
    width: 0.9375vw;
    height: auto; }
  .bar .icon img {
    height: 2.083vw;
    width: auto; }
  .bar .container {
    display: inline-flex;
    width: 72.4vw;
    justify-content: space-between;
    align-items: center;
    padding: 2.50vw 0 2.92vw 0; }

section.faq {
  padding-top: 8.04vw;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  padding: 6.67vw 0vw;
  flex-direction: column;
  align-items: center;
  gap: 2.50vw; }
  section.faq a {
    color: inherit;
    text-decoration: underline; }
  section.faq h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 2.29vw;
    font-style: normal;
    font-weight: 700;
    line-height: 127.273%; }
  section.faq .faqs {
    width: 46.1vw;
    display: flex;
    gap: 1.25vw;
    margin: 0 auto;
    flex-direction: column; }
    section.faq .faqs .item {
      border-bottom: 1px solid #DFDFDF;
      text-align: left;
      cursor: pointer;
      color: #9F9F9F; }
      section.faq .faqs .item.active .q {
        opacity: 1; }
        section.faq .faqs .item.active .q .chevron {
          transform: rotate(0deg) !important; }
      section.faq .faqs .item:hover .q {
        opacity: 1; }
    section.faq .faqs .q {
      padding-bottom: 1.25vw;
      font-size: 1.146vw;
      font-weight: 500;
      position: relative;
      cursor: pointer;
      opacity: 0.8;
      transition: all 0.3s ease;
      color: #DFDFDF; }
      section.faq .faqs .q .chevron {
        height: 1.25vw;
        position: absolute;
        right: 0;
        top: 0.1vw;
        transform: rotate(180deg);
        transition: all 0.4s ease; }
      section.faq .faqs .q p {
        margin: 0;
        max-width: 90%;
        transition: all 0.3s ease; }
    section.faq .faqs .a {
      padding: 1.5vw;
      box-sizing: border-box;
      padding-right: 10%;
      background: #101010;
      box-sizing: border-box;
      border-left: 1px solid #D34037;
      line-height: 1.5;
      color: #DFDFDF;
      padding-right: 3vw;
      padding-left: 1.8vw;
      display: none;
      font-family: 'Lato', sans-serif; }
      section.faq .faqs .a ul {
        padding: 1.25vw 5.2vw;
        list-style-type: decimal;
        /* Change to numbers */
        padding-left: 1.2vw;
        margin: 0; }
      section.faq .faqs .a span {
        color: #EB622B; }
      section.faq .faqs .a p {
        margin: 0;
        padding: 1.25vw 1.875vw;
        padding-right: 5.2vw;
        box-sizing: border-box; }
      section.faq .faqs .a a {
        color: #EB622B; }

footer {
  margin-top: 2.54vw;
  text-align: center; }
  footer .backtop {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #DFDFDF;
    margin-bottom: 3vw;
    letter-spacing: 0.05vw;
    text-transform: uppercase;
    opacity: 0.7;
    transition: all 0.3s ease;
    cursor: pointer; }
    footer .backtop:hover {
      opacity: 1; }
      footer .backtop:hover svg {
        animation: bounce 2s infinite; }
    footer .backtop svg {
      width: 24px;
      margin-bottom: 4px; }
    footer .backtop img {
      height: 4.17vw; }
  footer .desc {
    text-align: center;
    max-width: 57.9vw;
    margin: 0 auto; }
    footer .desc .logo {
      margin-bottom: 1.5vw; }
    footer .desc a {
      text-decoration: underline;
      color: inherit; }
    footer .desc p {
      color: #9F9F9F;
      margin: 0;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 142.857%; }

a {
  text-decoration: none; }

.owfooter {
  background: #101010;
  color: #9F9F9F;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px 120px;
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
  align-items: center; }
  .owfooter .nav {
    display: flex;
    gap: 32px; }
  .owfooter a {
    color: #9F9F9F !important;
    text-decoration: none; }
  .owfooter .social {
    display: flex;
    gap: 20px; }

.header {
  position: fixed;
  width: 100%;
  z-index: 105;
  padding: 0.8vw 2vw;
  box-sizing: border-box;
  background: linear-gradient(180deg, #000 33.39%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0; }
  .header .logo {
    display: flex;
    padding: 0.05vw 0vw;
    justify-content: center;
    align-items: center;
    gap: 0.63vw; }
    .header .logo img {
      height: 2.60vw; }
    .header .logo span {
      color: #DFDFDF;
      font-family: Montserrat;
      font-size: 0.83vw;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0vw;
      border-left: 1px solid #DFDFDF;
      padding-left: 0.63vw; }
  .header .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
    color: #DFDFDF;
    text-align: center;
    font-family: Montserrat;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0vw; }
    .header .btns .lnk {
      cursor: pointer;
      transition: all 0.3s ease; }
      .header .btns .lnk:hover {
        color: #EB622B; }
  .header.terms {
    position: static;
    background: black; }

.mobow {
  display: none; }

section.carousel {
  position: relative;
  background: url("../img/car/bg.webp");
  background-size: cover;
  width: 100%;
  height: 59.27vw;
  margin-top: -5vw;
  overflow: hidden; }
  section.carousel .mob-arrows {
    display: none; }
  section.carousel .big {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 12.96vw 11.25vw;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    background: rgba(16, 16, 16, 0.85);
    transition: opacity 0.4s ease; }
    section.carousel .big.active {
      opacity: 1;
      pointer-events: all; }
    section.carousel .big .container {
      position: relative;
      width: 100%;
      height: 100%; }
      section.carousel .big .container .xbtn {
        position: absolute;
        top: 0;
        right: -2.5vw;
        z-index: 6;
        display: flex;
        width: 2.50vw;
        height: 2.50vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 2px solid #80E4FE;
        background: #0E232B;
        transition: all 0.2s ease;
        transform: translateX(2px); }
        section.carousel .big .container .xbtn:before {
          background: url(../img/car/x.svg);
          width: 1.25vw;
          height: 1.25vw;
          content: '';
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        section.carousel .big .container .xbtn:hover {
          background: #1E404A; }
      section.carousel .big .container .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1E404A;
        transition: opacity 0.3s linear; }
        section.carousel .big .container .slider img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        section.carousel .big .container .slider .slick-arrow {
          z-index: 6;
          display: flex;
          width: 2.50vw;
          height: 2.50vw;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          border: 2px solid #80E4FE;
          background: #0E232B;
          transition: all 0.2s ease; }
          section.carousel .big .container .slider .slick-arrow:hover {
            background: #1E404A; }
        section.carousel .big .container .slider .slick-list {
          height: 100%;
          border: 2px solid #80E4FE;
          box-sizing: border-box; }
        section.carousel .big .container .slider .slick-prev {
          border-right: 0;
          left: -2.5vw; }
          section.carousel .big .container .slider .slick-prev:before {
            width: 1.25vw;
            height: 1.25vw;
            background: url(../img/car/slideleft.svg);
            content: '';
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
        section.carousel .big .container .slider .slick-next {
          border-left: 0;
          right: -2.5vw; }
          section.carousel .big .container .slider .slick-next:before {
            width: 1.25vw;
            height: 1.25vw;
            background: url(../img/car/slideright.svg);
            content: '';
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
  section.carousel .title {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 1.04vw;
    left: 6.30vw;
    top: 20.00vw;
    position: absolute; }
    section.carousel .title .txt {
      width: 2vw; }
    section.carousel .title .arrow {
      width: 2.63vw; }
@keyframes gifenter {
  from {
    transform: translateX(-30%);
    opacity: 0; }
  to {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes gifexit {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(30%);
    opacity: 0; } }
@keyframes nameenter {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes nameexit {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(100%);
    opacity: 0; } }
@keyframes propenter {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes propexit {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(100%);
    opacity: 0; } }
  section.carousel .cards {
    position: absolute;
    width: 22.29vw;
    height: 33.75vw;
    top: 12.76vw;
    left: 72.40vw;
    background: url("../img/car/cardbg.webp");
    background-size: cover;
    background-position: center center; }
    section.carousel .cards .power {
      color: #80E4FE;
      text-shadow: 0vw 0.16vw 0.05vw rgba(0, 0, 0, 0.15);
      font-family: Montserrat;
      font-size: 0.73vw;
      font-style: normal;
      font-weight: 500;
      line-height: 142.857%;
      letter-spacing: 0.06vw;
      text-transform: uppercase;
      left: 2.19vw;
      top: 3.39vw;
      position: absolute; }
    section.carousel .cards .props {
      display: inline-flex;
      padding: 0vw 2.50vw;
      align-items: flex-start;
      gap: 1.25vw;
      position: absolute;
      top: 14.74vw;
      left: 0; }
      section.carousel .cards .props .prop {
        width: 5vw;
        height: 5vw;
        overflow: hidden;
        position: relative;
        padding: 0.63vw;
        box-sizing: border-box; }
        section.carousel .cards .props .prop img {
          opacity: 0;
          height: 3.75vw;
          width: 3.75vw;
          top: 0.63vw;
          left: 0.63vw;
          position: absolute; }
          section.carousel .cards .props .prop img.active {
            opacity: 1; }
          section.carousel .cards .props .prop img.propexit {
            animation-name: propexit;
            animation-duration: 0.5s;
            animation-timing-function: ease;
            animation-fill-mode: forwards; }
          section.carousel .cards .props .prop img.propenter {
            animation-name: propenter;
            animation-duration: 0.5s;
            animation-timing-function: ease;
            animation-fill-mode: forwards; }
    section.carousel .cards .name-container {
      width: 18.02vw;
      height: 21.88vw;
      left: 2.19vw;
      top: 6.30vw;
      color: #FFF;
      text-shadow: 0vw 0.21vw 0.1vw rgba(0, 0, 0, 0.25);
      font-family: Montserrat;
      font-size: 1.95vw;
      font-style: italic;
      font-weight: 800;
      line-height: 110%;
      letter-spacing: -0.05vw;
      text-transform: uppercase;
      position: absolute;
      overflow: hidden;
      pointer-events: none; }
      section.carousel .cards .name-container .name {
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0; }
        section.carousel .cards .name-container .name.active {
          opacity: 1; }
        section.carousel .cards .name-container .name.nameexit {
          animation-name: nameexit;
          animation-duration: 0.5s;
          animation-timing-function: ease;
          animation-fill-mode: forwards; }
        section.carousel .cards .name-container .name.nameenter {
          animation-name: nameenter;
          animation-duration: 0.5s;
          animation-timing-function: ease;
          animation-fill-mode: forwards; }
    section.carousel .cards .minis {
      left: 2.19vw;
      top: 22.76vw;
      border: 1px solid #80E4FE;
      box-sizing: border-box;
      position: absolute;
      width: 18.13vw;
      height: 8.43vw;
      overflow: hidden;
      background: #1E404A; }
      section.carousel .cards .minis:hover img {
        opacity: 1 !important; }
      section.carousel .cards .minis .mini {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        background: #1E404A;
        transition: opacity 0.3s linear;
        pointer-events: none; }
        section.carousel .cards .minis .mini .slick-arrow {
          z-index: 6;
          display: flex;
          width: 1.67vw;
          height: 1.67vw;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          flex-shrink: 0;
          border: 0.05vw solid #80E4FE;
          background: #0E232B;
          transition: all 0.2s ease; }
          section.carousel .cards .minis .mini .slick-arrow:hover {
            background: #1E404A; }
        section.carousel .cards .minis .mini .slick-prev {
          border-left: 0;
          left: 0; }
          section.carousel .cards .minis .mini .slick-prev:before {
            width: 0.83vw;
            height: 0.83vw;
            background: url(../img/car/slideleft.svg);
            content: '';
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
        section.carousel .cards .minis .mini .slick-next {
          border-right: 0;
          right: 0; }
          section.carousel .cards .minis .mini .slick-next:before {
            width: 0.83vw;
            height: 0.83vw;
            background: url(../img/car/slideright.svg);
            content: '';
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
        section.carousel .cards .minis .mini img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          opacity: 0.8;
          transition: all 0.2s ease; }
        section.carousel .cards .minis .mini.active {
          opacity: 1;
          pointer-events: all; }
    section.carousel .cards .card {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      transition: all 0.4s ease; }
      section.carousel .cards .card.active {
        opacity: 1; }
  section.carousel .pointer {
    width: 8.8vw;
    top: 33.65vw;
    left: 64.17vw;
    position: absolute; }
  section.carousel .lcorner {
    width: 2.81vw;
    left: 71.56vw;
    top: 44.53vw;
    position: absolute; }
  section.carousel .rcorner {
    width: 2.81vw;
    left: 92.3vw;
    top: 44.53vw;
    position: absolute; }
  section.carousel .gif {
    width: 54.27vw;
    height: 54.27vw;
    left: 22.86vw;
    top: 2.55vw;
    position: absolute; }
    section.carousel .gif img, section.carousel .gif video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
      section.carousel .gif img.gifexit, section.carousel .gif video.gifexit {
        animation-name: gifexit;
        animation-duration: 0.2s;
        animation-timing-function: ease;
        animation-fill-mode: forwards; }
      section.carousel .gif img.gifenter, section.carousel .gif video.gifenter {
        animation-name: gifenter;
        animation-duration: 0.5s;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        animation-delay: 0.5s; }
      section.carousel .gif img.active, section.carousel .gif video.active {
        opacity: 1;
        transform: translateX(0); }
  section.carousel .selector {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.42vw;
    top: 13.70vw;
    left: 13.65vw;
    position: absolute; }
    section.carousel .selector .slick-current .item .pattern {
      opacity: 1; }
    section.carousel .selector .slick-current .item .square {
      left: 50%;
      transform: translateX(-47%); }
      section.carousel .selector .slick-current .item .square path {
        fill: #FA0 !important; }
    section.carousel .selector .slick-current .item .thumb {
      left: 50%;
      transform: translateX(-47%); }
      section.carousel .selector .slick-current .item .thumb .icon img {
        opacity: 1; }
      section.carousel .selector .slick-current .item .thumb .icon .stroke {
        filter: brightness(150%) grayscale(100%); }
      section.carousel .selector .slick-current .item .thumb .icon:after {
        box-shadow: 0vw 0vw 0.94vw 0vw #FFF inset; }
    section.carousel .selector .item {
      width: 18.75vw;
      height: 6.04vw;
      position: relative; }
      section.carousel .selector .item .pattern {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: url(../img/car/orange.svg) center center no-repeat;
        background-size: auto 100%;
        transition: all 0.4s ease; }
      section.carousel .selector .item .square {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 13.54vw;
        height: 6.04vw;
        transition: all 0.4s ease; }
        section.carousel .selector .item .square path {
          fill: rgba(30, 64, 74, 0.8) !important;
          transition: all 0.4s ease; }
      section.carousel .selector .item .thumb {
        padding: 0.42vw 0.52vw;
        width: 13.54vw;
        height: 6.04vw;
        margin-left: -0.1vw;
        box-sizing: border-box;
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        transition: all 0.4s ease; }
        section.carousel .selector .item .thumb .icon {
          width: 12.40vw;
          height: 5.21vw;
          position: relative; }
          section.carousel .selector .item .thumb .icon .image {
            width: 100%;
            height: 100%;
            -webkit-mask-image: url(../img/car/mask.svg);
            -webkit-mask-size: 100%;
            -webkit-mask-repeat: no-repeat;
            position: relative;
            z-index: 2;
            opacity: 1;
            opacity: 0.6;
            transition: all 0.4s ease; }
          section.carousel .selector .item .thumb .icon .stroke {
            position: absolute;
            width: 100.806%;
            height: 102.5%;
            top: -1.2%;
            left: -0.403%;
            transition: all 0.4s ease; }
          section.carousel .selector .item .thumb .icon:after {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -webkit-mask-image: url(../img/car/mask.svg);
            -webkit-mask-size: 100%;
            -webkit-mask-repeat: no-repeat;
            box-shadow: 0vw 0vw 0.94vw 0vw #00F9FE inset;
            z-index: 3;
            transition: all 0.4s ease; }
      section.carousel .selector .item.active .pattern {
        opacity: 1; }
      section.carousel .selector .item.active .square {
        left: 50%;
        transform: translateX(-47%); }
        section.carousel .selector .item.active .square path {
          fill: #FA0 !important; }
      section.carousel .selector .item.active .thumb {
        left: 50%;
        transform: translateX(-47%); }
        section.carousel .selector .item.active .thumb .icon img {
          opacity: 1; }
        section.carousel .selector .item.active .thumb .icon .stroke {
          filter: brightness(150%) grayscale(100%); }
        section.carousel .selector .item.active .thumb .icon:after {
          box-shadow: 0vw 0vw 0.94vw 0vw #FFF inset; }
      section.carousel .selector .item:hover .thumb .icon img {
        opacity: 1; }
      section.carousel .selector .item:hover .thumb .icon .stroke {
        filter: brightness(150%) grayscale(100%); }
      section.carousel .selector .item:hover .thumb .icon:after {
        box-shadow: 0vw 0vw 0.94vw 0vw #FFF inset; }

section.getthemod {
  width: 100%;
  height: 22.92vw;
  background: #FFF;
  padding: 0 13.54vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 4;
  /* Hide the full-screen button */ }
  section.getthemod video {
    width: 28.33vw;
    height: 15.94vw; }
  section.getthemod video::-webkit-media-controls-fullscreen-button {
    display: none; }
  section.getthemod .arr {
    width: 3.75vw;
    height: 1.67vw;
    bottom: -1.67vw;
    left: 50%;
    margin-left: -1.88vw;
    position: absolute; }
  section.getthemod .fullvid {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    z-index: 99;
    background: rgba(16, 16, 16, 0.85);
    transition: opacity 0.4s ease;
    display: none; }
    section.getthemod .fullvid.active {
      opacity: 1;
      pointer-events: all; }
    section.getthemod .fullvid .container {
      position: relative;
      border: 2px solid #80E4FE;
      box-sizing: border-box;
      background: black; }
      section.getthemod .fullvid .container video {
        width: 50vw;
        height: auto; }
      section.getthemod .fullvid .container .xbtn {
        position: absolute;
        top: 0;
        right: -2.5vw;
        z-index: 6;
        display: flex;
        width: 2.50vw;
        height: 2.50vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 2px solid #80E4FE;
        background: #0E232B;
        transition: all 0.2s ease;
        transform: translate(4px, -2px); }
        section.getthemod .fullvid .container .xbtn:before {
          background: url(../img/car/x.svg);
          width: 1.25vw;
          height: 1.25vw;
          content: '';
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        section.getthemod .fullvid .container .xbtn:hover {
          background: #1E404A; }
  section.getthemod article {
    display: inline-flex;
    padding: 5vw 0vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.08vw;
    width: 28.59vw; }
    section.getthemod article h2 {
      color: #000;
      font-family: Montserrat;
      font-size: 2.29vw;
      font-style: normal;
      font-weight: 700;
      line-height: 2.92vw; }
    section.getthemod article p, section.getthemod article ol {
      color: #202020;
      font-family: Montserrat;
      font-size: 0.94vw;
      font-style: normal;
      font-weight: 500;
      line-height: 155.556%;
      letter-spacing: 0vw; }
      section.getthemod article p strong, section.getthemod article ol strong {
        font-weight: 500;
        color: #EB622B; }
    section.getthemod article .mob {
      display: none; }
    section.getthemod article ol {
      padding-left: 1.5vw;
      box-sizing: border-box; }

section.challenge {
  position: relative;
  width: 100%;
  background: black;
  overflow: hidden; }
  section.challenge .bg {
    position: absolute;
    background: url("../img/obelisk.webp") center center no-repeat, black;
    background-size: 46.09vw auto;
    width: 100%;
    height: 240%;
    top: 20%; }
  section.challenge .prizes {
    display: flex;
    width: 100%;
    padding: 6.67vw 0vw 6.67vw 0vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    position: relative; }
    section.challenge .prizes .head {
      display: flex;
      width: 57.92vw;
      padding-bottom: 2.50vw;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 1.25vw; }
      section.challenge .prizes .head h2 {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 3.75vw;
        font-style: italic;
        font-weight: 800;
        line-height: 100%;
        letter-spacing: -0.05vw;
        text-transform: uppercase; }
        section.challenge .prizes .head h2 span {
          color: #EB622B; }
      section.challenge .prizes .head p {
        color: #DFDFDF;
        text-align: center;
        font-family: Montserrat;
        font-size: 0.94vw;
        font-style: normal;
        font-weight: 500;
        line-height: 155.556%;
        letter-spacing: 0vw;
        width: 40.10vw; }
        section.challenge .prizes .head p strong {
          font-weight: 700; }
    section.challenge .prizes .gogo {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 2.50vw;
      width: 72.71vw; }
      section.challenge .prizes .gogo h3 {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 2.29vw;
        font-style: normal;
        font-weight: 700;
        line-height: 118.182%;
        letter-spacing: 0vw; }
      section.challenge .prizes .gogo .sml {
        width: 100%;
        color: #9F9F9F;
        font-family: Lato;
        font-size: 0.83vw;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0vw; }
      section.challenge .prizes .gogo .boxes {
        display: flex;
        width: 100%;
        align-items: flex-start;
        align-content: flex-start;
        gap: 1.25vw;
        flex-wrap: wrap; }
        section.challenge .prizes .gogo .boxes .box {
          font-size: 0;
          flex: 1; }
          section.challenge .prizes .gogo .boxes .box .poster {
            width: 100%; }
          section.challenge .prizes .gogo .boxes .box .txt {
            display: flex;
            padding: 2.50vw 2.50vw;
            flex-direction: column;
            align-items: center;
            gap: 1.25vw;
            align-self: stretch;
            background: #101010; }
            section.challenge .prizes .gogo .boxes .box .txt article {
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              gap: 1.67vw;
              align-self: stretch; }
              section.challenge .prizes .gogo .boxes .box .txt article .icon {
                display: flex;
                width: 2.08vw;
                height: 2.08vw;
                padding: 0.10vw 0vw;
                justify-content: center;
                align-items: center; }
              section.challenge .prizes .gogo .boxes .box .txt article .info {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 0.83vw;
                align-self: stretch; }
                section.challenge .prizes .gogo .boxes .box .txt article .info h4 {
                  align-self: stretch;
                  color: #FFF;
                  font-family: Montserrat;
                  font-size: 1.25vw;
                  font-style: normal;
                  font-weight: 700;
                  line-height: 116.667%;
                  letter-spacing: 0vw; }
                section.challenge .prizes .gogo .boxes .box .txt article .info p {
                  align-self: stretch;
                  color: #9F9F9F;
                  font-family: Lato;
                  font-size: 0.94vw;
                  font-style: normal;
                  font-weight: 400;
                  line-height: 155.556%;
                  letter-spacing: 0vw; }
                section.challenge .prizes .gogo .boxes .box .txt article .info .worth {
                  display: flex;
                  align-items: center;
                  align-content: center;
                  gap: 0.42vw;
                  align-self: stretch;
                  flex-wrap: wrap; }
                  section.challenge .prizes .gogo .boxes .box .txt article .info .worth .main {
                    color: #EB622B;
                    font-family: Montserrat;
                    font-size: 1.67vw;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 125%;
                    letter-spacing: 0vw; }
                  section.challenge .prizes .gogo .boxes .box .txt article .info .worth .times {
                    color: #FFF;
                    font-family: Lato;
                    font-size: 0.83vw;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 150%;
                    letter-spacing: 0vw; }
  section.challenge .howto {
    display: flex;
    width: 100%;
    padding: 6.67vw 11.77vw 6.67vw 11.77vw;
    flex-direction: column;
    align-items: center;
    gap: 2.50vw;
    box-sizing: border-box;
    position: relative; }
    section.challenge .howto h3 {
      color: #FFF;
      text-align: center;
      font-family: Montserrat;
      font-size: 2.29vw;
      font-style: normal;
      font-weight: 700;
      line-height: 118.182%;
      letter-spacing: 0vw; }
    section.challenge .howto .items {
      display: flex;
      width: 63.13vw;
      padding-bottom: 1.67vw;
      justify-content: space-between;
      align-items: flex-start; }
      section.challenge .howto .items .item {
        display: flex;
        width: 18.75vw;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25vw;
        flex-shrink: 0; }
        section.challenge .howto .items .item .num {
          align-self: stretch;
          color: #FFF;
          text-align: center;
          font-family: Montserrat;
          font-size: 5vw;
          font-style: normal;
          font-weight: 700;
          line-height: 108.333%; }
        section.challenge .howto .items .item h4 {
          align-self: stretch;
          color: #FFF;
          text-align: center;
          font-family: Montserrat;
          font-size: 1.25vw;
          font-style: normal;
          font-weight: 700;
          line-height: 116.667%;
          letter-spacing: 0vw; }
        section.challenge .howto .items .item p {
          align-self: stretch;
          color: #BFBFBF;
          text-align: center;
          font-family: Lato;
          font-size: 0.94vw;
          font-style: normal;
          font-weight: 400;
          line-height: 155.556%;
          letter-spacing: 0vw; }
          section.challenge .howto .items .item p strong {
            color: #FFF;
            font-weight: 700; }
          section.challenge .howto .items .item p span {
            color: #EB622B;
            font-weight: 700; }
  section.challenge .terms {
    display: flex;
    width: 100%;
    padding: 2.50vw 0vw;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.50vw;
    position: relative; }
    section.challenge .terms p {
      color: #DFDFDF;
      text-align: center;
      font-family: Lato;
      font-size: 0.73vw;
      font-style: normal;
      font-weight: 400;
      line-height: 142.857%;
      letter-spacing: 0vw;
      text-decoration-line: underline; }

section.dates {
  width: 100%;
  background: linear-gradient(197deg, #0B90DE 27.86%, #0BABDE 157.79%), #0B90DE;
  padding: 0 13.65vw;
  box-sizing: border-box;
  font-size: 0; }
  section.dates .info {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.52vw;
    background: url("../img/datebg.svg") center center no-repeat;
    background-size: 100% 101%;
    width: 100%;
    height: 3.75vw;
    align-items: center;
    justify-content: center; }
    section.dates .info p {
      color: #0B90DE;
      text-align: center;
      font-family: Montserrat;
      font-size: 1.04vw;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 0vw; }
  section.dates .timeline {
    display: flex;
    width: 72.40vw;
    padding: 2.50vw 0vw 2.92vw 0vw;
    justify-content: space-evenly;
    align-items: center; }
    section.dates .timeline .arr {
      width: 0.89vw; }
    section.dates .timeline .icon {
      width: 2.08vw;
      height: 2.08vw; }
    section.dates .timeline .date {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.21vw; }
      section.dates .timeline .date span {
        color: #FFF;
        text-align: center;
        font-family: Lato;
        font-size: 0.94vw;
        font-style: normal;
        font-weight: 400;
        line-height: 155.556%; }
      section.dates .timeline .date strong {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 1.04vw;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0vw; }

.frame {
  width: 100%;
  position: relative;
  top: -1px; }

section.about {
  display: flex;
  width: 100%;
  padding: 0vw 13.54vw 6.67vw 13.65vw;
  justify-content: space-between;
  align-items: flex-start;
  background: #000;
  box-sizing: border-box; }
  section.about .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.08vw;
    max-width: 33.33vw; }
    section.about .box img {
      height: 5vw;
      width: 5vw;
      object-fit: contain;
      object-position: center; }
    section.about .box article {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.25vw; }
    section.about .box h3 {
      color: #FFF;
      font-family: Montserrat;
      font-size: 2.29vw;
      font-style: normal;
      font-weight: 700;
      line-height: 118.182%;
      letter-spacing: 0vw; }
    section.about .box p {
      color: #DFDFDF;
      font-family: Lato;
      font-size: 0.94vw;
      font-style: normal;
      font-weight: 400;
      line-height: 155.556%;
      letter-spacing: 0vw; }

section.bottom {
  height: 52.14vw;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  section.bottom article {
    display: inline-flex;
    padding: 5vw 0vw;
    flex-direction: column;
    align-items: center;
    gap: 2.50vw;
    max-width: 44.17vw; }
    section.bottom article .btns {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 3.33vw; }
      section.bottom article .btns .deets {
        display: flex;
        width: 28.28vw;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        row-gap: 1.25vw;
        flex-wrap: wrap; }
        section.bottom article .btns .deets .item {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 0.83vw;
          color: #DFDFDF;
          font-family: Montserrat;
          font-size: 0.63vw;
          font-style: normal;
          font-weight: 500;
          line-height: 166.667%;
          letter-spacing: 0.06vw;
          text-transform: uppercase; }
          section.bottom article .btns .deets .item svg, section.bottom article .btns .deets .item img {
            width: 1.25vw;
            height: 1.25vw; }
    section.bottom article .logos {
      display: flex;
      align-items: center;
      gap: 0.78vw; }
      section.bottom article .logos .x {
        width: 1.04vw;
        height: 0.94vw; }
      section.bottom article .logos .logo {
        display: flex;
        width: 8.59vw;
        height: 6.51vw;
        padding: 0.42vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0; }
        section.bottom article .logos .logo img {
          height: 6.51vw; }
          section.bottom article .logos .logo img.ark {
            width: 12.91vw;
            height: 13.22vw;
            flex-shrink: 0; }
    section.bottom article .title {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.25vw; }
      section.bottom article .title h2 {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 3.75vw;
        font-style: italic;
        font-weight: 800;
        line-height: 100%;
        letter-spacing: -0.05vw;
        text-transform: uppercase; }
      section.bottom article .title h3 {
        width: 28.18vw;
        color: #DFDFDF;
        text-align: center;
        font-family: Montserrat;
        font-size: 0.94vw;
        font-style: normal;
        font-weight: 500;
        line-height: 155.556%;
        letter-spacing: 0vw; }
  section.bottom .artl {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  section.bottom .artr {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
  section.bottom .shader .specular {
    /* mix-blend-mode: color-dodge; */
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    mix-blend-mode: color-dodge;
    height: 100%;
    background-attachment: fixed;
    background-image: linear-gradient(179deg, #000 40%, red, orange, rgba(255, 255, 255, 0.6) 60%, #000 80%);
    /* background: white; */
    /* position: relative; */
    z-index: 2;
    background-position: top center;
    background-image: linear-gradient(125deg, #191513 30%, #ff0, #000000, #000000, #000000 70%);
    opacity: 0.7; }
  section.bottom .shader .mask {
    mix-blend-mode: color-dodge;
    background-color: #fff;
    background-size: cover;
    background-image: url(../img/holo.webp);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; }
  section.bottom .light1 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
  section.bottom .light2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
  section.bottom .shader1 {
    position: absolute;
    width: 100%;
    top: 0;
    height: 5vw;
    left: 0;
    backface-visibility: hidden;
    display: block;
    overflow: hidden; }
    section.bottom .shader1 img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0; }
    section.bottom .shader1 .specular {
      -webkit-mask-image: url(../img/lighting.webp);
      -webkit-mask-size: 100%;
      -webkit-mask-repeat: no-repeat; }
  section.bottom .shader2 {
    position: absolute;
    width: 100%;
    bottom: 0.36vw;
    height: 5vw;
    left: 0;
    backface-visibility: hidden;
    display: block;
    overflow: hidden; }
    section.bottom .shader2 img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      height: 100%;
      width: 100%; }
    section.bottom .shader2 .specular {
      background-image: linear-gradient(344deg, #191513 30%, #ff0, #000000, #000000, #000000 70%);
      -webkit-mask-image: url(../img/lighting4.webp);
      -webkit-mask-size: 100%;
      -webkit-mask-repeat: no-repeat; }

@media only screen and (max-width: 600px) {
  .grain {
    opacity: 0.6; }

  .cta {
    height: 48px;
    padding: 16px 32px;
    font-size: 16px;
    margin-bottom: 6px; }

  section.hero {
    height: 95vh;
    min-height: 580px; }
    section.hero article {
      display: flex;
      width: 100%;
      padding: 128px 20px;
      box-sizing: border-box;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      margin: 0;
      position: relative;
      top: auto;
      left: auto;
      transform: none; }
      section.hero article .title {
        gap: 12px; }
        section.hero article .title h1 {
          line-height: 32px;
          font-size: 32px; }
        section.hero article .title h3 {
          font-size: 18px;
          max-width: 92%; }
      section.hero article .logos {
        width: 244.5px;
        align-items: center;
        gap: 9px;
        justify-content: center; }
        section.hero article .logos .x {
          width: 15px;
          height: 13.5px; }
        section.hero article .logos .logo {
          display: flex;
          width: 99px;
          height: 75px;
          padding: 6px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          flex-shrink: 0; }
          section.hero article .logos .logo img {
            height: 75px; }
            section.hero article .logos .logo img.ark {
              width: 148.5px;
              height: 152.25px; }

  section.join {
    overflow: hidden;
    height: 560px;
    margin-top: -74px;
    margin-bottom: -108px;
    pointer-events: none; }
    section.join article {
      z-index: 6;
      display: flex;
      width: 100%;
      padding: 128px 20px;
      box-sizing: border-box;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 24px; }
      section.join article .left {
        width: 100%;
        pointer-events: auto; }
        section.join article .left h2 {
          font-size: 32px;
          width: 100%; }
        section.join article .left img {
          display: none; }
      section.join article p {
        width: 100%;
        font-size: 18px;
        pointer-events: auto; }
    section.join .shape {
      width: 1920px;
      height: auto;
      left: -206%;
      z-index: 5;
      top: 21px; }
    section.join .shader1 {
      height: 96px;
      width: 100%; }
      section.join .shader1 img {
        height: 96px;
        width: 1920px;
        left: -206%;
        top: 0; }
      section.join .shader1 .specular {
        height: 96px;
        width: 1920px;
        left: -206%;
        position: absolute;
        top: 0; }
      section.join .shader1 .mask {
        position: absolute;
        top: 0; }
    section.join .shader2 {
      height: 96px;
      width: 100%;
      bottom: 37px; }
      section.join .shader2 img {
        height: 96px;
        width: 1920px;
        left: -206%;
        bottom: 0; }
      section.join .shader2 .specular {
        height: 96px;
        width: 1920px;
        left: -206%;
        position: absolute;
        bottom: 0; }
      section.join .shader2 .mask {
        position: absolute;
        bottom: 0; }

  section.carousel {
    height: 706px;
    padding-top: 57px;
    overflow: hidden;
    box-sizing: border-box;
    height: 1156px;
    padding-top: 57px;
    overflow: hidden;
    box-sizing: border-box;
    background: url(../img/carmob.webp);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat; }
    section.carousel .mob-arrows {
      display: flex;
      width: 100%;
      padding: 0px 20px;
      box-sizing: border-box;
      position: absolute;
      top: 29%;
      left: 0;
      justify-content: space-between;
      align-items: flex-start;
      pointer-events: none; }
      section.carousel .mob-arrows svg {
        pointer-events: all;
        width: 24px;
        height: 54px; }
    section.carousel .title {
      display: none; }
    section.carousel .cards {
      width: 348.95px;
      height: 527px;
      /* top: 200.56px; */
      /* left: 1101.47px; */
      position: relative;
      top: 0;
      margin-top: 357px;
      left: 6px; }
    section.carousel .cards .power {
      text-shadow: 0px 2.5px 0.78px rgba(0, 0, 0, 0.15);
      font-size: 11.41px;
      line-height: 142.857%;
      letter-spacing: 0.94px;
      left: 34.16px;
      top: 52.95px; }
    section.carousel .cards .props {
      padding: 0px 39.07px;
      gap: 19.53px;
      top: 231.01px; }
    section.carousel .cards .props .prop {
      width: 78.07px;
      height: 78.07px;
      padding: 9.84px; }
    section.carousel .cards .props .prop img {
      height: 58.55px;
      width: 58.55px;
      top: 9.84px;
      left: 9.84px; }
    section.carousel .cards .name-container {
      width: 283.48px;
      height: 344.57px;
      left: 34.16px;
      top: 99.78px;
      font-size: 30.73px;
      letter-spacing: -0.79px;
      line-height: 110%;
      text-shadow: 0px 3.28px 1.56px rgba(0, 0, 0, 0.25); }
    section.carousel .cards .minis {
      left: 34.16px;
      top: 355.16px;
      width: 284.92px;
      height: 131.99px; }
    section.carousel .cards .minis .mini .slick-arrow {
      width: 26.06px;
      height: 26.06px;
      border: 0.78px solid #80E4FE; }
    section.carousel .cards .minis .mini .slick-prev {
      left: -2px; }
    section.carousel .cards .minis .mini img {
      opacity: 1; }
    section.carousel .cards .minis .mini .slick-next {
      right: -2px; }
    section.carousel .cards .minis .mini .slick-prev:before {
      width: 12.98px;
      height: 12.98px; }
    section.carousel .cards .minis .mini .slick-next:before {
      width: 12.98px;
      height: 12.98px; }
    section.carousel .gif {
      width: 360px;
      height: 360px;
      left: 0;
      top: 190px; }
      section.carousel .gif video {
        width: 360px;
        height: 360px;
        opacity: 1;
        position: static; }
    section.carousel .selector {
      display: block;
      width: 140%;
      position: relative;
      margin: 0;
      left: 0;
      top: 0;
      left: -20%; }
      section.carousel .selector .slick-current {
        z-index: 23;
        position: relative;
        transform: scale(1.2); }
        section.carousel .selector .slick-current .item .thumb, section.carousel .selector .slick-current .item .square {
          transform: none !important; }
      section.carousel .selector .item {
        width: 180px;
        height: 58px;
        padding: 50px 0;
        display: inline-flex !important;
        justify-content: center;
        align-items: center; }
        section.carousel .selector .item .square {
          width: 130px;
          left: 50%;
          height: 58px;
          margin-left: -65px;
          height: 105%;
          margin-left: -60px;
          left: 50% !important; }
        section.carousel .selector .item .thumb {
          width: 119px;
          height: 50px;
          padding: 4px 4px;
          left: 50%;
          margin-left: -65px;
          position: static;
          margin-left: 0; }
          section.carousel .selector .item .thumb .icon {
            width: 119px;
            height: 50px; }
            section.carousel .selector .item .thumb .icon .image {
              width: 119px;
              height: 50px; }
        section.carousel .selector .item.active .thumb, section.carousel .selector .item.active .square {
          transform: none; }
        section.carousel .selector .item .pattern {
          height: 65px;
          top: 50%;
          margin-top: -28px;
          width: 200px;
          margin-left: -100px;
          left: 50%;
          pointer-events: none; }

  section.getthemod {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 96px 20px;
    box-sizing: border-box;
    height: auto; }
    section.getthemod .arr {
      width: 54px;
      height: 24px;
      position: absolute;
      left: 153px;
      bottom: -24px; }
    section.getthemod article {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px; }
      section.getthemod article .mob {
        display: inline; }
      section.getthemod article .desk {
        display: none; }
      section.getthemod article h2 {
        font-size: 24px; }
      section.getthemod article p, section.getthemod article ol {
        font-size: 18px;
        width: 313px;
        padding-left: 26px; }
    section.getthemod video {
      width: 100%;
      height: auto; }

  section.challenge {
    background: black; }
    section.challenge .bg {
      display: none; }
    section.challenge .prizes {
      display: flex;
      width: 100%;
      padding: 48px 20px;
      margin-top: 24px;
      flex-direction: column;
      align-items: center;
      gap: 72px;
      box-sizing: border-box; }
      section.challenge .prizes .head {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
        width: 100%; }
        section.challenge .prizes .head h2 {
          font-size: 32px; }
        section.challenge .prizes .head p {
          font-size: 18px;
          width: 100%; }
      section.challenge .prizes .gogo {
        display: flex;
        width: 100%;
        padding: 0px 0px 32px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 48px;
        box-sizing: border-box; }
        section.challenge .prizes .gogo h3 {
          font-size: 24px; }
        section.challenge .prizes .gogo .boxes {
          display: flex;
          align-items: flex-start;
          align-content: flex-start;
          gap: 24px;
          flex-direction: column;
          align-self: stretch;
          flex-wrap: wrap; }
          section.challenge .prizes .gogo .boxes .box .txt {
            display: flex;
            padding: 32px 24px;
            flex-direction: column;
            align-items: center;
            gap: 24px;
            align-self: stretch; }
            section.challenge .prizes .gogo .boxes .box .txt article {
              gap: 24px; }
              section.challenge .prizes .gogo .boxes .box .txt article .icon {
                width: 40px;
                height: 40px; }
              section.challenge .prizes .gogo .boxes .box .txt article .info {
                gap: 16px; }
                section.challenge .prizes .gogo .boxes .box .txt article .info h4 {
                  font-size: 20px; }
                section.challenge .prizes .gogo .boxes .box .txt article .info p {
                  font-size: 16px; }
                section.challenge .prizes .gogo .boxes .box .txt article .info .worth {
                  gap: 8px;
                  flex-direction: column;
                  justify-content: flex-start;
                  align-content: flex-start;
                  align-items: flex-start; }
                  section.challenge .prizes .gogo .boxes .box .txt article .info .worth .main {
                    font-size: 32px;
                    width: 90%; }
                  section.challenge .prizes .gogo .boxes .box .txt article .info .worth .times {
                    font-size: 16px; }
        section.challenge .prizes .gogo .sml {
          margin-top: -24px;
          font-size: 14px; }
    section.challenge .howto {
      flex-direction: column;
      align-items: center;
      gap: 40px;
      padding: 0;
      width: 100%;
      align-self: stretch; }
      section.challenge .howto h3 {
        font-size: 32px; }
      section.challenge .howto .items {
        padding: 0px 20px 32px 20px;
        flex-direction: column;
        align-items: center;
        gap: 64px;
        width: 100%;
        box-sizing: border-box; }
        section.challenge .howto .items .item {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 16px;
          align-self: stretch;
          width: 100%; }
          section.challenge .howto .items .item .num {
            font-size: 64px; }
          section.challenge .howto .items .item h4 {
            font-size: 20px; }
          section.challenge .howto .items .item p {
            font-size: 16px;
            margin-top: 8px; }
    section.challenge .terms {
      padding: 48px 0;
      padding-bottom: 64px; }
      section.challenge .terms p {
        font-size: 14px; }

  section.dates {
    overflow: visible;
    width: 100%;
    position: relative;
    display: flex;
    padding: 60px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    gap: 60px;
    padding-bottom: 0;
    flex-direction: column; }
    section.dates:before {
      position: absolute;
      top: -24px;
      left: 50%;
      margin-left: -27px;
      content: "";
      display: block;
      width: 54px;
      height: 24px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='24' viewBox='0 0 54 24' fill='none'%3E%3Cpath d='M27 1.45428e-06L54 24L-3.8147e-06 24L27 1.45428e-06Z' fill='%230B90DE'/%3E%3C/svg%3E");
      background-size: cover;
      background-repeat: no-repeat; }
    section.dates .timeline {
      display: flex;
      width: 231px;
      flex-direction: column;
      align-items: center;
      gap: 17px;
      flex-shrink: 0; }
      section.dates .timeline .arr {
        width: 22px;
        transform: rotate(90deg);
        padding: 20px; }
      section.dates .timeline .date {
        gap: 8px; }
        section.dates .timeline .date span {
          font-size: 18px; }
        section.dates .timeline .date strong {
          font-size: 20px; }
      section.dates .timeline .icon {
        width: 40px;
        height: 40px; }
    section.dates .info {
      background: white;
      padding: 28px 0;
      height: auto; }
      section.dates .info p {
        font-size: 20px;
        width: 294px; }

  .frame {
    width: 100%;
    height: 306px;
    object-fit: cover; }

  section.about {
    display: flex;
    width: 100%;
    padding: 48px 0px 80px 20px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px; }
    section.about .box {
      gap: 24px;
      max-width: 320px; }
      section.about .box img {
        width: 96px;
        height: 96px; }
      section.about .box article h3 {
        font-size: 24px; }
      section.about .box article p {
        font-size: 18px; }

  section.bottom {
    height: 1349px;
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 48px 20px 0px 20px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    justify-content: flex-start;
    padding-top: 140px; }
    section.bottom article {
      max-width: 100%;
      gap: 24px; }
      section.bottom article .logos {
        display: flex;
        width: 244.5px;
        align-items: center;
        justify-content: center;
        gap: 9px;
        margin: 0 auto; }
        section.bottom article .logos .x {
          width: 15px;
          height: 13.5px; }
        section.bottom article .logos .logo {
          width: 99px;
          height: 75px; }
          section.bottom article .logos .logo img {
            height: 75px; }
            section.bottom article .logos .logo img.ark {
              width: 148.5px;
              height: 152.25px; }
      section.bottom article .title {
        gap: 24px; }
        section.bottom article .title h2 {
          font-size: 32px; }
        section.bottom article .title h3 {
          font-size: 18px;
          width: 100%; }
      section.bottom article .btns .deets {
        display: grid;
        gap: 24px;
        grid-template-columns: 1fr 1fr;
        margin-top: 24px;
        width: auto; }
        section.bottom article .btns .deets .item {
          gap: 16px;
          font-size: 12px; }
          section.bottom article .btns .deets .item svg, section.bottom article .btns .deets .item img {
            width: 24px;
            height: 24px; }
    section.bottom .artr, section.bottom .artl {
      width: 195.819px;
      height: 427.981px;
      top: auto;
      bottom: 0; }
    section.bottom .artr {
      bottom: 93px; }
    section.bottom .shape {
      width: 1920px;
      height: auto;
      left: -206%;
      z-index: 5;
      top: 21px; }
    section.bottom .shader1 {
      height: 96px;
      width: 100%; }
      section.bottom .shader1 img {
        height: 96px;
        width: 1920px;
        left: -206%;
        top: 0; }
      section.bottom .shader1 .specular {
        height: 96px;
        width: 1920px;
        left: -206%;
        position: absolute;
        top: 0; }
      section.bottom .shader1 .mask {
        position: absolute;
        top: 0; }
    section.bottom .shader2 {
      height: 96px;
      width: 100%;
      bottom: 37px; }
      section.bottom .shader2 img {
        height: 96px;
        width: 1920px;
        left: -206%;
        bottom: 0; }
      section.bottom .shader2 .specular {
        height: 96px;
        width: 1920px;
        left: -206%;
        position: absolute;
        bottom: 0; }
      section.bottom .shader2 .mask {
        position: absolute;
        bottom: 0; }

  section.faq {
    padding: 80px 0; }
    section.faq h2 {
      font-size: 32px;
      margin-bottom: 40px; }
      section.faq h2 .desk {
        display: none; }
      section.faq h2 .mob {
        display: inline-block;
        height: 142px; }
    section.faq .faqs {
      width: 90%;
      gap: 24px; }
      section.faq .faqs .q {
        position: relative;
        padding-bottom: 24px; }
        section.faq .faqs .q p {
          font-size: 22px; }
        section.faq .faqs .q .chevron {
          top: 44%; }
      section.faq .faqs .a {
        padding: 4vw;
        font-size: 18px; }
        section.faq .faqs .a ul {
          padding-left: 6.5vw; }
        section.faq .faqs .a p {
          padding: 15px; }
    section.faq .terms {
      margin-top: 40px; }
      section.faq .terms a {
        font-size: 16px; }

  footer .desc {
    max-width: 90%; }
  footer .backtop img {
    height: 80px; }

  .owfooter {
    flex-direction: column;
    padding: 15px;
    gap: 24px; }
    .owfooter .nav {
      display: flex;
      gap: 9px; }
      .owfooter .nav p:first-of-type {
        display: none; }
    .owfooter .mobow {
      display: inline-block;
      text-align: center; }

  .header {
    padding: 5vw;
    padding-top: 10px;
    padding: 0; }
    .header .logo {
      gap: 8px;
      padding: 15px; }
      .header .logo img {
        height: 40px; }
      .header .logo span {
        padding-left: 8px;
        font-size: 14px; }
    .header img {
      height: 40px; }
    .header .btns {
      display: none; } }

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