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); } }
.thumb, .mobow, .mobdates, .mobbird {
  display: none; }

.cta {
  display: flex;
  height: 2.5vw;
  padding: 0.833vw 1.67vw;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #DFDFDF;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  font-size: 0.833rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.08;
  vertical-align: middle;
  letter-spacing: 0;
  transition: all 0.3s ease;
  cursor: pointer; }
  .cta.primary {
    color: white;
    background: #EB622B;
    border: none; }
  .cta:hover {
    background: #F18536;
    border-color: #F18536; }

section.hero {
  height: 48.542vw;
  position: relative;
  background: url("../img/BG_Hero-Element.png") center right no-repeat;
  background-size: contain; }
  section.hero #particles {
    height: 100%;
    width: 100%; }
    section.hero #particles canvas {
      position: absolute;
      right: 0;
      top: 0;
      mix-blend-mode: screen;
      opacity: 0.9; }
  section.hero .down {
    position: absolute;
    width: 24px;
    left: 50%;
    margin-left: -12px;
    bottom: 4vw; }
  section.hero .spark {
    height: 34.219vw;
    position: absolute;
    left: -7vw;
    top: 1.5vw; }
  section.hero article {
    position: absolute;
    top: 9.896vw;
    left: 13.646vw;
    display: flex;
    gap: 1.25vw;
    flex-direction: column;
    max-width: 33.33vw; }
    section.hero article h1 {
      margin: 0;
      font-weight: 700;
      line-height: 112.5%;
      font-size: 3.33rem; }
    section.hero article h2 {
      margin: 0;
      font-weight: 500;
      line-height: 145.455%;
      font-size: 1.146rem;
      color: #DFDFDF; }
    section.hero article .btns {
      letter-spacing: 3px; }
    section.hero article .unqs {
      display: grid;
      gap: 2.5vw 3.75vw;
      width: 35.73vw;
      margin-top: 1.67vw;
      grid-template-columns: 1fr 1fr; }
      section.hero article .unqs .item {
        display: flex;
        gap: 0.83vw;
        justify-content: flex-start;
        align-items: center; }
        section.hero article .unqs .item .line {
          width: 1px;
          height: 4.167vw;
          background: #DFDFDF; }
        section.hero article .unqs .item .title {
          font-weight: 500;
          line-height: 145.455%;
          font-size: 1.146rem;
          color: #DFDFDF;
          margin-bottom: 0.1vw; }
        section.hero article .unqs .item .sum {
          justify-content: flex-start;
          align-items: center; }
          section.hero article .unqs .item .sum strong {
            font-size: 1.67rem;
            font-weight: 700;
            color: #EB622B; }
          section.hero article .unqs .item .sum span {
            font-size: 0.833vw;
            font-weight: 600;
            color: #BFBFBF;
            vertical-align: text-top;
            margin-left: 0.2vw;
            line-height: 1.5; }

section.feats {
  height: 42.3vw;
  background: url("../img/Vector.png") center center no-repeat;
  background-size: contain;
  margin-top: 0.8vw;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: visible; }
  section.feats .birds-contain {
    position: absolute;
    width: 100%;
    height: 130%;
    left: 0;
    top: 0;
    overflow: hidden; }
  section.feats .birdr {
    position: absolute;
    top: -9%;
    right: 0;
    height: 23vw; }
  section.feats .birdl {
    position: absolute;
    top: 50%;
    left: 0;
    height: 19vw; }
  section.feats article {
    padding-top: 6.04vw;
    padding-bottom: 6.04vw;
    position: relative;
    display: inline-block; }
    section.feats article h2 {
      color: white;
      font-weight: 700;
      line-height: 112.5%;
      font-size: 3.33rem;
      margin-bottom: 1.875vw;
      margin-top: 0; }
    section.feats article .items {
      display: flex;
      width: 72.71vw;
      justify-content: space-between;
      align-items: flex-start; }
      section.feats article .items .item {
        display: flex;
        padding: 1.25vw 0.417vw;
        justify-content: center;
        align-items: center;
        gap: 1.25vw;
        flex-direction: column;
        max-width: 16.146vw; }
        section.feats article .items .item .num {
          color: #EB622B;
          font-size: 5vw;
          font-weight: 700; }
        section.feats article .items .item p {
          margin: 0;
          line-height: 1.2;
          font-weight: 700;
          font-size: 1.042vw; }
  section.feats .bar {
    height: 9.22vw;
    width: 100%;
    background: #EB622B;
    display: flex;
    justify-content: center;
    align-items: center; }
    section.feats .bar .date {
      width: 12.6vw;
      font-size: 0.89rem;
      text-align: center;
      line-height: 1.6; }
      section.feats .bar .date strong {
        font-weight: 600; }
    section.feats .bar .arrow svg {
      width: 0.9375vw;
      height: auto; }
    section.feats .bar .icon img {
      height: 2.083vw;
      width: auto; }
    section.feats .bar .container {
      display: inline-flex;
      width: 72.4vw;
      justify-content: space-between;
      align-items: center; }

section.prizes {
  box-sizing: border-box;
  padding: 6.25vw 0; }
  section.prizes .glow {
    position: absolute;
    mix-blend-mode: screen;
    z-index: 999;
    pointer-events: none;
    width: 6vw;
    height: 6vw;
    background: #EB622B;
    filter: blur(4vw);
    top: 0;
    opacity: 0;
    filter: blur(1.1);
    z-index: 4;
    transform: scale(0.1);
    transition: transform 0.3s ease, filter 0.3s ease, opacity 0.4s ease; }
    section.prizes .glow.active {
      transform: scale(0.1);
      filter: blur(1.4);
      opacity: 0.9; }
  section.prizes .btns {
    letter-spacing: 3px;
    text-align: center;
    margin-top: 4.8vw; }
  section.prizes h2 {
    margin: 0 auto;
    text-align: center;
    color: white;
    font-weight: 700;
    line-height: 112.5%;
    font-size: 3.33rem;
    margin-bottom: 4.79vw;
    margin-top: 0; }
  section.prizes .items {
    width: 87.5vw;
    display: grid;
    margin: 0 auto;
    gap: 1.25vw;
    grid-template-columns: 1fr 1fr; }
    section.prizes .items .item {
      background: #101010;
      background-position: center right;
      background-size: auto 100%;
      background-repeat: no-repeat;
      height: 20.833vw;
      padding: 0 2.5vw;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      overflow: hidden; }
      section.prizes .items .item article {
        width: 20.5vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.833vw; }
        section.prizes .items .item article .con img {
          height: 2vw; }
        section.prizes .items .item article .title {
          font-weight: 700;
          line-height: 120%;
          font-size: 1.25rem; }
        section.prizes .items .item article p {
          margin: 0;
          color: #BFBFBF;
          font-size: 0.89rem;
          line-height: 1.5;
          font-weight: 400; }
        section.prizes .items .item article .sum {
          justify-content: flex-start;
          align-items: center; }
          section.prizes .items .item article .sum strong {
            font-size: 1.67rem;
            font-weight: 700;
            color: #EB622B; }
          section.prizes .items .item article .sum span {
            font-size: 0.833vw;
            font-weight: 600;
            color: #BFBFBF;
            vertical-align: text-top;
            margin-left: 0.2vw;
            line-height: 1.5; }

@keyframes rotate {
  to {
    transform: rotate(360deg); } }
section.hype {
  height: 43.385vw;
  position: relative;
  overflow: visible; }
  section.hype .chars {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 48.72vw; }
  section.hype .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  section.hype .vec {
    position: absolute;
    right: -6vw;
    top: 7.97vw;
    height: 30.312vw; }
  section.hype .ctext {
    width: 77.4vw;
    position: absolute;
    left: 50%;
    top: 13vw;
    transform: translateX(-50%); }
  section.hype .star {
    width: 2.76vw;
    position: absolute;
    left: 65.55%;
    top: 24vw;
    margin-left: -1.38vw;
    animation: rotate 3s linear infinite; }
  section.hype .text {
    width: 76.5vw;
    position: absolute;
    left: 49.7%;
    top: 11vw;
    height: 19.4vw;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(-50%); }
    section.hype .text p {
      margin: 0;
      font-size: 1.25rem;
      font-weight: 700; }

section.faq {
  padding-top: 8.04vw;
  text-align: center;
  position: relative;
  overflow: hidden; }
  section.faq .sparks {
    height: 55.9375vw;
    position: absolute;
    left: -20%;
    top: 12vw; }
  section.faq .bird {
    position: absolute;
    height: 10.208vw;
    right: 3vw;
    top: 2.5vw; }
  section.faq a {
    color: inherit;
    text-decoration: underline; }
  section.faq h2 {
    margin: 0;
    font-weight: 500;
    line-height: 145.455%;
    font-size: 2.29rem;
    color: white;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5vw; }
  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; }
      section.faq .faqs .item.active .a {
        max-height: 500px; }
      section.faq .faqs .item.active .q .chevron {
        transform: rotate(0deg); }
    section.faq .faqs .q {
      padding-bottom: 1.25vw;
      font-size: 1.146vw;
      font-weight: 500;
      position: relative;
      cursor: pointer; }
      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%; }
    section.faq .faqs .a {
      background: #101010;
      box-sizing: border-box;
      border-left: 1px solid #D34037;
      line-height: 1.5;
      color: #DFDFDF;
      display: none; }
      section.faq .faqs .a ul {
        padding: 1.25vw 5.2vw;
        padding-left: 4.2vw;
        margin: 0; }
      section.faq .faqs .a p {
        margin: 0;
        padding: 1.25vw 1.875vw;
        padding-right: 5.2vw;
        box-sizing: border-box; }
  section.faq .terms {
    margin-top: 1.25vw;
    text-align: center;
    font-size: 0.833vw;
    color: #e2e2e2;
    font-weight: 400;
    line-height: 144%;
    /* 23.04px */
    text-decoration-line: underline; }
    section.faq .terms a {
      color: #e2e2e2 !important; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-8px); } }
footer {
  margin-top: 8.54vw;
  text-align: center; }
  footer .backtop {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    color: #DFDFDF;
    margin-bottom: 3.5vw;
    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: 0px 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: 100;
  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.terms {
    position: static;
    background: black; }

.content {
  max-width: 828px;
  margin: 0 auto;
  margin-top: 100px;
  font-size: 18px;
  color: #D6D6D6;
  font-family: 'Lato', sans-serif;
  line-height: 1.4; }
  .content .headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  .content a {
    color: white;
    text-decoration: underline; }

.termhero {
  height: 372px;
  width: 100%;
  background: url("../img/termshero.jpg") center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .termhero img {
    height: 154px; }

@media only screen and (max-width: 600px) {
  .content {
    word-break: break-word;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    font-size: 16px; }

  .termhero {
    height: 240px; }
    .termhero img {
      height: 110px; }

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

  section.hero {
    padding-top: 270px;
    background-position: center top;
    height: auto; }
    section.hero #particles {
      display: none; }
    section.hero article {
      position: static;
      width: 90%;
      max-width: 100%;
      margin: 0 auto;
      gap: 24px; }
      section.hero article .unqs {
        grid-template-columns: 1fr;
        width: auto;
        gap: 24px; }
        section.hero article .unqs .item {
          gap: 16px; }
          section.hero article .unqs .item .title {
            font-size: 18px; }
          section.hero article .unqs .item .sum strong {
            font-size: 32px; }
          section.hero article .unqs .item .sum span {
            font-size: 14px;
            vertical-align: baseline; }
          section.hero article .unqs .item .line {
            height: 80px; }
      section.hero article h1 {
        position: static;
        line-height: 1.4;
        font-size: 30px; }
      section.hero article h2 {
        font-size: 18px;
        width: 90%; }

  section.feats {
    height: auto; }
    section.feats .bar {
      height: auto;
      padding: 40px 0; }
      section.feats .bar .container {
        flex-direction: column; }
      section.feats .bar .date {
        width: 100%;
        font-size: 16px; }
      section.feats .bar .arrow svg {
        width: 30px;
        padding: 20px 0;
        transform: rotate(90deg); }
      section.feats .bar .icon img {
        height: 40px; }
    section.feats article {
      display: block; }
      section.feats article .items {
        width: 84%;
        margin: 0 auto;
        flex-direction: column;
        align-items: center; }
        section.feats article .items .item {
          gap: 24px;
          max-width: 100%; }
          section.feats article .items .item .thumb {
            display: inline-block;
            width: 100%;
            margin-bottom: 20px; }
          section.feats article .items .item .num {
            font-size: 64px; }
          section.feats article .items .item p {
            font-size: 16px; }

  section.prizes h2 {
    font-size: 30px;
    max-width: 73%; }
  section.prizes .items {
    width: 90%;
    grid-template-columns: 1fr;
    gap: 24px; }
    section.prizes .items .item {
      background: #101010 !important;
      height: auto;
      flex-direction: column;
      padding: 0; }
      section.prizes .items .item article {
        width: 84%;
        padding: 24px;
        gap: 30px; }
        section.prizes .items .item article .title {
          font-size: 24px; }
        section.prizes .items .item article p {
          font-size: 18px; }
        section.prizes .items .item article .sum strong {
          font-size: 32px; }
        section.prizes .items .item article .sum span {
          font-size: 14px;
          vertical-align: baseline; }
  section.prizes .btns {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    margin-top: 24px; }

  section.hype {
    display: none; }

  .mobdates {
    display: block;
    margin: 24px 0; }
    .mobdates img {
      width: 100%; }

  section.faq h2 {
    font-size: 32px;
    margin-bottom: 40px; }
  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 {
      font-size: 18px; }
      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; }
    .owfooter .nav {
      display: flex;
      gap: 9px; }
      .owfooter .nav p:first-of-type {
        display: none; }
    .owfooter .mobow {
      display: inline-block; }

  .header {
    padding: 5vw;
    padding-top: 10px; }
    .header img {
      height: 40px; }
    .header .btns {
      display: none; }

  .birdr, .birdl, .down {
    display: none; }

  .faq .bird, .faq .sparks {
    display: none; }

  .mobbird {
    display: block;
    width: 90%;
    margin: 24px auto; }

  .thumb, .mobow, .mobdates, .mobbird {
    display: block; } }

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