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

html {
  scroll-behavior: smooth; }

.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; }

section.terms {
  line-height: 1.5;
  max-width: 45vw;
  margin: 10vw auto;
  font-family: "Lato", sans-serif !important;
  margin-bottom: 5vw; }
  section.terms * {
    background-color: transparent !important;
    color: #D6D6D6; }
  section.terms p {
    background-color: transparent !important;
    word-break: break-word; }

.termshead .desk, .termshead .mob {
  width: 100%; }
.termshead .mob {
  display: none; }

@media only screen and (max-width: 600px) {
  .termshead .mob {
    display: block; }
  .termshead .desk {
    display: none; }

  section.terms {
    max-width: 90%; } }
.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; }

a {
  color: inherit; }

section.hero {
  height: 51.04vw;
  position: relative;
  background: url("../img/hero2.webp") center right no-repeat;
  background-size: contain; }
  section.hero .down {
    position: absolute;
    width: 24px;
    left: 50%;
    margin-left: -12px;
    bottom: 3vw; }
  section.hero .spark {
    height: 34.219vw;
    position: absolute;
    left: -7vw;
    top: 1.5vw; }
  section.hero article {
    position: absolute;
    display: flex;
    top: 12.34vw;
    left: 13.65vw;
    gap: 2.08vw;
    flex-direction: column;
    max-width: 41.72vw; }
    section.hero article h1 {
      margin: 0;
      font-weight: 700;
      line-height: 112.5%;
      font-size: 3.33rem;
      position: relative; }
      section.hero article h1 img {
        width: 2.4vw;
        height: 2.4vw;
        top: -1.7vw;
        left: -0.2vw;
        transform: scaleX(-1);
        position: absolute; }
    section.hero article h2 {
      margin: 0;
      font-weight: 500;
      line-height: 145.455%;
      font-size: 1.146rem;
      color: #DFDFDF;
      max-width: 80%; }
    section.hero article .btns {
      letter-spacing: 3px; }
      section.hero article .btns .lnk {
        display: none; }
    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;
            font-family: 'Lato', sans-serif; }
  section.hero .gifs {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 50.63vw; }
    section.hero .gifs .heart {
      position: absolute;
      width: 4.17vw;
      height: 4.58vw;
      top: 8.85vw;
      left: 42.08vw; }
    section.hero .gifs .crow {
      position: absolute;
      width: 5.21vw;
      height: 5.21vw;
      top: 6.61vw;
      left: 33.85vw; }
    section.hero .gifs .cat {
      position: absolute;
      width: 6.88vw;
      height: 6.88vw;
      top: 32.66vw;
      left: 25.36vw; }

section.feats {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  background: url("../img/votingbg.webp") center bottom no-repeat, linear-gradient(180deg, #000 29.62%, #083C67 100%);
  background-size: cover;
  justify-content: center;
  position: relative; }
  section.feats h4 {
    font-family: Montserrat;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 500;
    line-height: 145.45%;
    letter-spacing: 0vw;
    text-align: center;
    color: #DFDFDF;
    margin: 0;
    margin-bottom: 1.1vw; }
  section.feats .tweets-container {
    display: grid;
    grid-gap: 20px;
    max-width: 90vw;
    width: 1400px;
    margin: auto;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    color: #333; }
    section.feats .tweets-container .twitter-tweet {
      display: block;
      height: 100%;
      max-width: 100%;
      border-radius: 12px; }
    @media (max-width: 1400px) {
      section.feats .tweets-container {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 1200px) {
      section.feats .tweets-container {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 800px) {
      section.feats .tweets-container {
        grid-template-columns: repeat(1, 1fr); } }
  section.feats .twitter-tweet {
    display: block;
    max-width: 100%; }
  section.feats .mushroom {
    position: absolute;
    width: 9.53vw;
    bottom: 0;
    left: 88.13vw; }
  section.feats article {
    padding: 5vw 0 8.67vw 0;
    flex-direction: column;
    align-items: center;
    gap: 2.08vw;
    display: flex !important;
    position: relative;
    display: inline-block; }
    section.feats article h2 {
      margin: 0;
      text-align: center; }
      section.feats article h2 .mob {
        display: none; }
      section.feats article h2 img {
        height: 7.3vw; }
    section.feats article .items {
      display: flex;
      width: 78vw;
      justify-content: space-between;
      align-items: flex-start;
      gap: 3.33vw; }
      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.61vw;
        text-align: center; }
        section.feats article .items .item .num {
          text-align: center; }
          section.feats article .items .item .num img {
            height: 4.58vw; }
        section.feats article .items .item p {
          margin: 0;
          line-height: 1.2;
          font-weight: 700;
          font-size: 1.042vw; }

.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.prizes {
  box-sizing: border-box;
  padding: 7.6vw 0;
  padding-bottom: 0vw;
  position: relative;
  margin-bottom: -16vw; }
@keyframes moveBirds {
  from {
    transform: translateX(14vw); }
  to {
    transform: translateX(-100vw); } }
  section.prizes #birds {
    transform: translateX(14vw); }
  section.prizes #birds.moving {
    animation: moveBirds 4s linear forwards; }
  section.prizes .birdswrap {
    width: 100%;
    position: relative;
    position: absolute;
    bottom: 48vw;
    left: 0;
    z-index: 5;
    height: 6.41vw;
    overflow: hidden; }
    section.prizes .birdswrap article {
      width: 11.77vw;
      height: 6.41vw;
      position: absolute;
      top: 0;
      right: 0; }
    section.prizes .birdswrap img {
      width: 2.50vw;
      height: 2.50vw;
      position: absolute; }
    section.prizes .birdswrap .b1 {
      left: 0;
      top: 0; }
    section.prizes .birdswrap .b3 {
      left: 5vw;
      top: 0.4vw; }
    section.prizes .birdswrap .b2 {
      left: 2.5vw;
      bottom: 0; }
    section.prizes .birdswrap .b4 {
      top: 2.5vw;
      right: 0; }
  section.prizes .split {
    position: relative;
    width: 100%;
    top: 1vw;
    overflow: hidden; }
    section.prizes .split .mount {
      position: relative;
      width: 100%;
      left: 0; }
    section.prizes .split .simpleParallax {
      position: relative;
      top: -12vw; }
    section.prizes .split .trees {
      width: 100%;
      left: 0; }
  section.prizes:before {
    content: '';
    position: absolute;
    height: 90.31vw;
    top: -9.27vw;
    width: 100%;
    background: linear-gradient(180deg, #08406D 0%, #1185E4 35.84%, #BFFFDA 94.81%); }
  section.prizes .btns {
    letter-spacing: 3px;
    text-align: center;
    margin-top: 4.8vw;
    position: relative; }
  section.prizes h2 {
    margin: 0 auto;
    text-align: center;
    color: white;
    font-weight: 700;
    line-height: 112.5%;
    font-size: 3.33rem;
    margin-bottom: 7.29vw;
    margin-top: 0;
    position: relative; }
    section.prizes h2 img {
      height: 7.396vw; }
  section.prizes .items {
    width: 87.5vw;
    display: grid;
    margin: 0 auto;
    gap: 1.25vw;
    grid-template-columns: 1fr 1fr; }
    section.prizes .items .item {
      background: white;
      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;
      box-shadow: -0.42vw 0.42vw 0px 0px rgba(12, 92, 157, 0.25); }
      section.prizes .items .item .poster {
        position: absolute;
        right: 0;
        top: 0;
        width: 12.6041vw;
        height: 100%; }
        section.prizes .items .item .poster img {
          height: 26.67vw;
          position: absolute;
          right: 0;
          bottom: 0; }
      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 .icon img {
          height: 2vw;
          filter: invert(1); }
        section.prizes .items .item article .title {
          font-weight: 700;
          line-height: 120%;
          font-size: 1.25rem;
          color: black; }
        section.prizes .items .item article p {
          margin: 0;
          color: #404040;
          font-size: 0.89rem;
          line-height: 1.5;
          font-family: 'Lato',sans-serif;
          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: #404040;
            vertical-align: text-top;
            margin-left: 0.2vw;
            line-height: 1.5; }

section.modpacks {
  display: flex;
  width: 100%;
  padding: 0 32.87vw;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box; }
  section.modpacks .trees {
    height: 44.38vw;
    position: absolute;
    top: -6.7vw; }
    section.modpacks .trees.right {
      right: 0; }
    section.modpacks .trees.left {
      left: 0; }
  section.modpacks article {
    display: flex;
    padding: 4.17vw 0 6.67vw 0;
    flex-direction: column;
    align-items: center;
    gap: 2.5vw; }
    section.modpacks article h2 img {
      height: 7.40vw; }
    section.modpacks article p {
      color: #FFF;
      margin: 0;
      text-align: center;
      font-size: 0.94vw;
      font-weight: 400;
      line-height: 155.56%;
      font-family: 'Lato', sans-serif; }

@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 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 h2 img {
      height: 5.2vw; }
  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 {
      padding: 2.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: 5vw;
      padding-left: 2.2vw;
      display: none;
      font-family: 'Lato', sans-serif; }
      section.faq .faqs .a ul {
        padding: 1.25vw 5.2vw;
        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 .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; }

section.grandpa {
  display: flex;
  padding: 5.68vw 19.06vw 3.13vw 20.42vw;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  margin-top: 5vw; }
  section.grandpa article {
    width: 100%;
    height: 21.93vw;
    position: relative; }
    section.grandpa article .grandgif {
      position: absolute;
      bottom: 3.39vw;
      left: 11.42vw;
      width: 13.33vw; }
    section.grandpa article .clouds2 {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 7.344vw; }
    section.grandpa article .clouds1 {
      position: absolute;
      top: 0;
      right: 0;
      height: 6.88vw; }
    section.grandpa article .txt {
      position: absolute;
      top: 5.5vw;
      left: 27.61vw;
      height: 12.5vw; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-8px); } }
footer {
  margin-top: 6.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 .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
    color: #DFDFDF;
    text-align: center;
    font-size: 0.83vw;
    font-weight: 600;
    line-height: 150%; }
    .header .btns .lnk {
      cursor: pointer;
      transition: all 0.3s ease; }
      .header .btns .lnk:hover {
        color: #EB622B; }
  .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; }

.mobtrees {
  display: none; }

h2 .mob {
  display: none; }

@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: 280px;
    background-position: center top;
    height: auto;
    background: url(../img/heromob.webp) center top no-repeat;
    background-size: contain; }
    section.hero .gifs {
      display: none; }
    section.hero #particles {
      display: none; }
    section.hero article {
      position: static;
      width: 90%;
      max-width: 100%;
      margin: 0 auto;
      gap: 20px; }
      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 h1 img {
          width: 46px;
          height: 46px;
          top: 224px;
          left: 14px; }
      section.hero article h2 {
        font-size: 18px;
        width: 90%;
        margin-top: -8px; }
      section.hero article .btns {
        display: flex;
        flex-direction: column;
        gap: 12px; }
        section.hero article .btns .lnk {
          letter-spacing: 0;
          color: #DFDFDF;
          font-size: 16px;
          display: block;
          text-decoration: underline; }

  .bar {
    height: auto;
    padding: 40px 0;
    padding-bottom: 80px; }
    .bar br {
      content: ""; }
    .bar br:after {
      content: " "; }
    .bar .lcloud {
      width: 201px;
      height: 98px;
      top: -60px; }
    .bar .rcloud {
      width: 134px;
      height: 98px;
      bottom: -50px; }
    .bar .container {
      flex-direction: column;
      gap: 16px; }
    .bar .date {
      width: 100%;
      font-size: 16px;
      max-width: 100%;
      gap: 8px; }
      .bar .date img {
        height: 40px; }
    .bar .arrow svg {
      width: 30px;
      padding: 20px 0;
      transform: rotate(90deg); }
    .bar .icon img {
      height: 40px; }

  section.feats {
    height: auto;
    padding-bottom: 80px; }
    section.feats .mushroom {
      display: none; }
    section.feats article {
      display: block;
      padding-top: 60px;
      padding-bottom: 40px; }
      section.feats article h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 140%;
        margin-top: 24px;
        margin-bottom: 38px; }
      section.feats article h2 .desk {
        display: none; }
      section.feats article h2 .mob {
        display: inline-block;
        height: 134px; }
      section.feats article .items {
        width: 84%;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        gap: 48px; }
        section.feats article .items .item {
          gap: 18px;
          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 .num img {
              width: 88px;
              height: auto; }
          section.feats article .items .item p {
            font-size: 16px; }

  section.prizes {
    padding: 80px 0;
    background: linear-gradient(180deg, #08406D 0%, #000 100%);
    margin-bottom: 0; }
    section.prizes:before {
      display: none; }
    section.prizes .mobtrees {
      display: block;
      width: 100%;
      margin-top: 80px; }
    section.prizes .split, section.prizes .birdswrap {
      display: none; }
    section.prizes h2 {
      font-size: 30px; }
      section.prizes h2 img {
        height: 100px; }
      section.prizes h2 .desk {
        display: none; }
      section.prizes h2 .mob {
        display: inline-block; }
    section.prizes .items {
      width: 90%;
      grid-template-columns: 1fr;
      gap: 24px; }
      section.prizes .items .item {
        height: auto;
        flex-direction: column;
        padding: 0; }
        section.prizes .items .item .poster {
          display: none; }
        section.prizes .items .item article {
          width: 84%;
          padding: 40px 24px;
          gap: 16px; }
          section.prizes .items .item article .title {
            font-size: 24px; }
          section.prizes .items .item article .icon img {
            width: 40px;
            height: 40px; }
          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.modpacks .trees {
    display: none; }
  section.modpacks .cta {
    padding: 16px 0px;
    font-size: 16px;
    margin-bottom: 16px;
    width: 100%;
    text-align: center; }
  section.modpacks h2 .desk {
    display: none; }
  section.modpacks h2 .mob {
    display: inline-block;
    height: 100px; }
  section.modpacks article p {
    font-size: 18px;
    margin-bottom: 48px;
    margin-top: 48px; }

  section.hype {
    display: none; }

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

  section.grandpa {
    background: url("../img/grandmob.webp") center center;
    background-size: cover;
    height: 662px;
    width: 100%; }
    section.grandpa article {
      display: none; }

  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; }
    .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; }
    .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;
    width: 100%; } }

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