:root {
  --bg-black: #100801;
  --info-dark: #9f1617;
  --info-light: #e2cec1;
  --info-darkest: #433c38;
  --paragraph-1: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --info-dark-hover: #d33738;
}

a {
  text-decoration: underline;
}

.header---middle {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.header---middle.rules-edit {
  height: 80vh;
}

.header---middle.prize-pool {
  height: 80vh;
  margin-top: 0;
}

.header---middle.sidepage {
  height: 92vh;
}

.header---middle.sidepage.popitgame {
  height: 110vh;
}

.lore {
  position: relative;
  overflow: hidden;
}

.game-details-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 24vh;
  padding-bottom: 24vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prize-pool {
  margin-top: 2em;
  margin-bottom: 0;
  position: relative;
}

.invitation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 44em;
  margin-top: 3em;
  padding-top: 32px;
  padding-bottom: 32px;
  display: none;
  position: relative;
}

.socials {
  margin-top: 4em;
  position: relative;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  padding-bottom: 3.5em;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--bg-black);
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image {
  width: 28%;
  max-width: none;
}

.image.popit-game {
  width: 62svh;
}

.bg-gradient {
  z-index: 1;
  background-image: linear-gradient(#12090300 25%, #120903);
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.middle-info {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  color: var(--info-dark);
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 78px;
}

.subtitle-1 {
  color: var(--info-light);
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 2.5vw;
}

.subtitle-1.prize-pool {
  width: 18em;
  margin-top: 1em;
  font-size: 1.5vw;
  line-height: 2vw;
}

.subtitle-1.left {
  color: var(--info-light);
  text-align: left;
  width: 100%;
  font-size: 2vw;
  font-weight: 600;
  line-height: 2vw;
}

.subtitle-1.left.orange {
  color: #f0a146;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.header-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sides-info {
  z-index: 2;
  justify-content: space-between;
  width: 72%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 50% 14% auto;
}

.side-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--info-dark);
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
}

.subtitle-2 {
  color: var(--info-light);
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.info-group-medium {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .32;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 16em;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #1f1d1b;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: auto;
  padding-top: 3.5em;
  display: flex;
}

.tiny-description {
  color: var(--info-darkest);
  text-align: center;
  width: 56%;
}

.socials-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  margin-top: 1em;
  display: flex;
}

.middle-wrapper {
  z-index: 2;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 24em;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.paragraph {
  font-family: var(--paragraph-1);
  color: var(--info-light);
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.paragraph.blocks {
  width: 64vw;
}

.heading {
  color: var(--info-dark);
  text-align: center;
  width: 100%;
  font-family: Nunito, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 44px;
}

.info-group-big {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 88%;
  display: flex;
  position: relative;
}

.info-group-big.pool {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image-2 {
  width: 100%;
}

.block-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.info-group-big-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.info-group-big-left.mob {
  margin-left: 5%;
}

.heading-left {
  background-color: var(--info-dark);
  filter: drop-shadow(-1px 1px .5px #fac895);
  color: var(--info-dark);
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #fa9b3a66, #fac89500 57%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 90%;
  font-family: Nunito, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 56px;
}

.heading-left.center {
  font-size: 56px;
  line-height: 56px;
}

.paragraph-left {
  font-family: var(--paragraph-1);
  color: var(--info-light);
  text-align: left;
  width: 88%;
  font-size: 21px;
  line-height: 28px;
}

.paragraph-left.cards {
  width: 100%;
}

.block-image {
  z-index: 1;
  width: auto;
  height: 100%;
  position: relative;
}

.main-btn {
  background-color: var(--info-dark);
  filter: drop-shadow(0 2px 21px #fac89533) drop-shadow(0 1px 1px #fac895);
  color: var(--info-light);
  background-image: radial-gradient(circle closest-corner at 50% 100%, #0003, #fff0);
  border-radius: 16px;
  padding: 16px 24px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: inset 0 -2px 5px #fac895;
}

.main-btn:hover {
  background-color: var(--info-dark-hover);
  filter: drop-shadow(0 2px 21px #fac89552) drop-shadow(0 1px 1px #fac895);
}

.main-btn.nav {
  height: 2.5em;
  margin-bottom: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: static;
}

.main-btn.prize-pool {
  margin-top: 3em;
}

.main-btn.get-game {
  padding-top: 8px;
  padding-bottom: 8px;
}

.info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.heading-3-new {
  background-color: var(--info-dark);
  filter: drop-shadow(-1px 1px .5px #fac895);
  color: var(--info-dark);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #fa9b3a66, #fac89500 57%);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 10px;
  font-family: Nunito, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 56px;
}

.image-3 {
  width: 88%;
  display: block;
}

.image-4 {
  width: 100%;
  margin-left: 16px;
  padding-left: 0;
}

.image-5 {
  width: 58%;
}

.heading-2 {
  background-color: var(--info-dark);
  filter: drop-shadow(-1px 1px .5px #fac895);
  color: var(--info-dark);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #fa9b3a66, #fac89500 57%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 8px;
  font-family: Nunito, sans-serif;
  font-size: 4.4vw;
  font-weight: 800;
  line-height: 4.4vw;
}

.heading-2.prize-pool.page {
  font-size: 5vw;
}

.heading-3-new-copy {
  background-color: var(--info-dark);
  filter: drop-shadow(-1px 1px .5px #fac895);
  color: var(--info-dark);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #fa9b3a66, #fac89500 57%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-family: Nunito, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 56px;
}

.heading-5 {
  background-color: var(--info-dark);
  filter: drop-shadow(-1px 1px .5px #fac895);
  color: var(--info-dark);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #fa9b3a66, #fac89500 57%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
}

.navbar {
  background-color: #ddd0;
  background-image: linear-gradient(#120903e6 48%, #0d020100);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-6 {
  width: 100%;
}

.brand {
  width: 16em;
  display: none;
}

.brand.w--current {
  width: 14em;
  display: block;
}

.container {
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  padding-top: 1em;
  display: flex;
}

.main-btn-copy {
  background-color: var(--info-dark);
  filter: drop-shadow(0 2px 21px #fac89533) drop-shadow(0 1px 1px #fac895);
  color: var(--info-light);
  background-image: radial-gradient(circle closest-corner at 50% 100%, #0003, #fff0);
  border-radius: 16px;
  padding: 16px 24px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: inset 0 -2px 5px #fac895;
}

.mob-text-shadow {
  display: none;
}

.paragraph-2 {
  font-family: var(--paragraph-1);
  color: var(--info-light);
  text-align: center;
  width: 56vw;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-2.blocks {
  width: 64vw;
  line-height: 28px;
}

.block-bg-middle {
  z-index: -1;
  opacity: 1;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: -6em;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.text-shadow-midlle {
  z-index: 1;
  background-image: linear-gradient(180deg, #12090300 32%, var(--bg-black) 64%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.middle-wrapper-normal {
  z-index: 2;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 4em;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.middle-wrapper-normal.prize-pool-edit {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.prize-pool-parts {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.big-number {
  background-color: var(--info-dark);
  filter: drop-shadow(-2px 1.5px .5px #fac895);
  color: var(--info-dark);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #fa9b3a66, #fac89500 57%);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  font-family: Nunito, sans-serif;
  font-size: 16vw;
  font-weight: 800;
  line-height: 16vw;
}

.subtitle-1-big {
  color: var(--info-light);
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 4.5vw;
}

.game-details-2 {
  margin-top: 6em;
  margin-bottom: 6em;
  position: relative;
}

.block-bg-middle-blocks---pc {
  z-index: -1;
  opacity: .32;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: -6em;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.block-bg-middle-blocks---mob {
  z-index: -1;
  opacity: .32;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: -6em;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-video-2 {
  width: 56%;
  height: 100%;
  margin-top: 0;
  margin-right: -4em;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background-video-2.left {
  width: 56%;
  margin-left: -9em;
  margin-right: 0;
  inset: 0% auto 0% 0%;
}

.paragraph-2-left {
  font-family: var(--paragraph-1);
  color: var(--info-light);
  text-align: left;
  width: 56vw;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-2-left.card {
  width: 80%;
}

.paragraph-2-left.rules {
  grid-column-gap: .32em;
  grid-row-gap: .32em;
  flex-flow: wrap;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.paragraph-2-left.invite {
  width: 80%;
}

.standings {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.standings-row {
  background-image: linear-gradient(84deg, #e09f3000, #ffffff0d);
  border-radius: 26px;
  justify-content: flex-start;
  align-items: center;
  padding-top: .75em;
  padding-bottom: .75em;
  display: flex;
  box-shadow: inset 0 2px 5px #ffffff52;
}

.standings-row.gold {
  background-image: linear-gradient(84deg, #e09f300d, #e09f307a);
}

.standings-row.silver {
  background-image: linear-gradient(84deg, #d9d9d90d, #d9d9d97a);
}

.standings-row.bronze {
  background-image: linear-gradient(84deg, #cf4c001a, #cf4c007a);
}

.standings-row.light1 {
  background-image: linear-gradient(84deg, #e09f300d, #ffffff26);
}

.standings-row.light2 {
  background-image: linear-gradient(84deg, #e09f301a, #ffffff3d);
}

.standings-row.light3 {
  background-image: linear-gradient(84deg, #e09f3026, #ffffff59);
}

.column {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-left: 1.5em;
  display: flex;
}

.column-2 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 2em;
  display: flex;
}

.place {
  color: var(--info-light);
  height: 100%;
  font-family: Nunito, sans-serif;
  font-size: 1.4em;
  font-weight: 800;
  line-height: 1em;
}

.heading-2-copy {
  background-color: var(--info-light);
  filter: drop-shadow(-2px 2px 1px #000);
  color: var(--info-dark);
  text-align: right;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #fa9b3a66, #fac89500 57%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 8px;
  padding-right: 8px;
  font-family: Nunito, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1em;
}

.standings-table {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.italic-text {
  font-weight: 800;
}

.heading-3 {
  background-color: var(--info-dark);
  filter: drop-shadow(-1px 1px .5px #fac895);
  color: var(--info-dark);
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #fa9b3a66, #fac89500 57%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-family: Nunito, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 56px;
}

.headline-group {
  flex-flow: column;
  display: flex;
}

.bold-text {
  font-weight: 800;
}

.rules {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 64vw;
  margin-top: 0;
  margin-left: 18%;
  margin-right: 18%;
  padding-top: 0;
  display: flex;
}

.sections {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.navbar-popit-game {
  background-color: #ddd0;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.links {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  text-decoration: underline;
}

.link-block.w--current, .header-link {
  text-decoration: none;
}

.header-link.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  text-decoration: none;
  display: block;
}

.header-link.mob, .header-link.mob.w--current {
  display: none;
}

.current-line {
  background-image: linear-gradient(#a83128, #a83128);
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  height: 4px;
  display: none;
}

.current-line:where(.w-variant-58b33e8e-2cfb-87e5-0e9d-7c2dbfb98b28) {
  display: block;
}

.table-group {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.italic-text-2 {
  font-size: 2em;
  text-decoration: none;
}

.div-block-3 {
  background-image: radial-gradient(circle at 50% 0, #362b1e, #18181a 52%);
  width: 100%;
  height: auto;
  padding: 2em;
}

.form {
  background-image: linear-gradient(#00000080, #00000080);
  width: 56vw;
  margin-left: 22vw;
  margin-right: 22vw;
}

.form-content-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  filter: drop-shadow(0 2px 25px #fbca9580);
  background-image: radial-gradient(circle at 50% 0, #362b1e, #141211 52%);
  border-radius: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2em;
  display: flex;
}

.form-content-wrapper.popitgame {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 80%;
  padding-top: 3em;
  padding-bottom: 3em;
}

.form-headline {
  color: var(--info-light);
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3vw;
}

.form-headline.prize-pool {
  width: 18em;
  margin-top: 1em;
  font-size: 1.5vw;
  line-height: 2vw;
}

.form-headline.left {
  text-align: left;
  width: 24vw;
}

.form-subtitle-1 {
  color: #f0a146;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2vw;
}

.form-subtitle-1.prize-pool {
  width: 18em;
  margin-top: 1em;
  font-size: 1.5vw;
  line-height: 2vw;
}

.form-subtitle-1.left {
  text-align: left;
  width: 100%;
}

.form-headline {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-headline.main-page {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: row;
}

.form-tiny-description {
  color: var(--info-darkest);
  text-align: center;
  width: 72%;
}

.info-group-big-right-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.info-group-big-right-copy.mob {
  margin-right: 0%;
}

.game-details-right {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 16vh;
  padding-bottom: 13vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-4 {
  background-color: var(--info-dark);
  filter: drop-shadow(-1px 1px .5px #fac895);
  color: var(--info-dark);
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #fa9b3a66, #fac89500 57%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-family: Nunito, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 56px;
}

.heading-4.middle._4 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 40px;
}

.rules-group {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.link {
  color: var(--info-dark-hover);
}

.heading-2-secondary {
  background-color: var(--info-light);
  filter: drop-shadow(-2px 2px 1px #000);
  color: var(--info-dark);
  text-align: right;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #fa9b3a66, #fac89500 57%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 8px;
  padding-right: 8px;
  font-family: Nunito, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1em;
}

.column-3 {
  flex: 0 auto;
  display: none;
}

.column-3.light3 {
  display: block;
}

.js-clock {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-number.heading-3-new {
  font-size: 6rem;
  line-height: 78px;
}

.clock-number.heading-3-new-copy {
  font-size: 5rem;
  font-weight: 700;
  line-height: 64px;
  overflow: visible;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.clock-label.subtitle-2 {
  text-transform: none;
}

.subtitle-1-copy {
  color: var(--info-light);
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 2.5vw;
}

.subtitle-1-copy.prize-pool {
  width: 18em;
  margin-top: 1em;
  font-size: 1.5vw;
  line-height: 2vw;
}

.subtitle-1-copy.left {
  color: var(--info-light);
  text-align: left;
  width: 100%;
  font-size: 2vw;
  font-weight: 600;
  line-height: 2vw;
}

.subtitle-1-copy.left.orange {
  color: #f0a146;
}

.subtitle-3 {
  color: var(--info-light);
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 2.5vw;
}

.subtitle-3.prize-pool {
  width: 18em;
  margin-top: 1em;
  font-size: 1.5vw;
  line-height: 2vw;
}

.subtitle-3.left {
  color: var(--info-light);
  text-align: left;
  width: 100%;
  font-size: 2vw;
  font-weight: 600;
  line-height: 2vw;
}

.subtitle-3.left.orange {
  color: #f0a146;
}

.div-block-4 {
  padding-top: 48px;
  padding-bottom: 32px;
  display: none;
}

.image-7 {
  z-index: 0;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.download-btns {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.download-btn {
  width: 16em;
}

.image-8 {
  width: 100%;
  max-width: none;
  height: auto;
}

.popit-game-form {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  filter: drop-shadow(0 2px 25px #fbca9580);
  background-image: radial-gradient(circle at 50% 0, #362b1e, #141211 52%);
  border-radius: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 72%;
  height: auto;
  padding: 2em;
  display: flex;
}

.popit-game-form.popitgame {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 50%;
  padding-top: 3em;
  padding-bottom: 3em;
}

.get-game {
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.div-block-6 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-9 {
  width: 100%;
}

.div-block-7 {
  width: 50%;
  padding-left: 1em;
}

.text-block-4 {
  color: #757575;
  text-align: center;
  font-size: 12px;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.navbar-main-copy {
  background-color: #ddd0;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.popit-game {
  width: 80%;
}

.div-block-9 {
  display: none;
}

.header-links {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.bold-text-2 {
  font-size: 32px;
  line-height: 32px;
}

.link-2, .link-3, .text-span, .link-4 {
  color: var(--info-dark-hover);
}

.text-doc-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 64vw;
  margin-top: 12em;
  margin-left: 18%;
  margin-right: 18%;
  padding-top: 0;
  display: flex;
}

.link-5, .text-span-2, .link-6, .text-span-3, .link-7, .link-8 {
  color: var(--info-dark-hover);
}

.track-download {
  width: 16em;
}

@media screen and (min-width: 1280px) {
  .header---middle.sidepage.popitgame {
    height: 96vh;
  }

  .game-details-left {
    padding-top: 32vh;
    padding-bottom: 32vh;
  }

  .image {
    width: 32%;
  }

  .image.popit-game {
    width: 64svh;
  }

  .middle-info {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .subtitle-2 {
    font-size: 21px;
  }

  .middle-wrapper {
    padding-top: 32em;
  }

  .info-group-big.blocks {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-left.middle {
    width: 72%;
  }

  .main-btn.prize-pool {
    margin-top: 3.5em;
  }

  .heading-3-new {
    width: 72%;
  }

  .heading-3-new.blocks {
    width: 62vw;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 56px;
  }

  .brand.w--current {
    display: block;
  }

  .paragraph-2 {
    width: 48%;
  }

  .paragraph-2.blocks {
    width: 52vw;
  }

  .block-bg-middle {
    opacity: 1;
  }

  .background-video-2 {
    width: 64%;
    height: 80%;
    margin-top: 4em;
    margin-right: 0;
  }

  .background-video-2.left {
    height: 96%;
    margin-top: 2em;
    margin-left: -4em;
  }

  .paragraph-2-left.blocks {
    width: 52vw;
  }

  .paragraph-2-left.card {
    width: 32vw;
  }

  .paragraph-2-left.rules {
    margin-top: .5em;
  }

  .paragraph-2-left.invite {
    width: 64%;
  }

  .standings {
    margin-top: 4em;
  }

  .headline-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section {
    flex-flow: column;
    display: flex;
  }

  .rules {
    width: 56vw;
    margin-top: 4em;
    margin-left: 23%;
    margin-right: 23%;
  }

  .links {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .current-line {
    display: none;
  }

  .form-headline.main-page {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
  }

  .info-group-big-right-copy.mob {
    width: 45%;
  }

  .game-details-right {
    padding-top: 24vh;
    padding-bottom: 24vh;
  }

  .clock-number.heading-3-new-copy {
    line-height: 72px;
  }

  .subtitle-3 {
    font-size: 2.75vw;
  }

  .header-links {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: .5em;
    display: flex;
  }

  .div-block-12 {
    padding-bottom: .75em;
  }

  .text-doc-block {
    width: 56vw;
    margin-top: 10em;
    margin-left: 23%;
    margin-right: 23%;
  }
}

@media screen and (min-width: 1440px) {
  .header---middle.sidepage.popitgame {
    height: 96vh;
  }

  .lore {
    margin-top: -9em;
    overflow: hidden;
  }

  .game-details-left {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 32vh;
    padding-bottom: 32vh;
  }

  .invitation {
    margin-top: 3em;
    overflow: hidden;
  }

  .background-video {
    inset: auto 0% 0;
  }

  .image {
    width: 36%;
  }

  .image.popit-game {
    width: 58svh;
  }

  .middle-info {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-bottom: 2em;
  }

  .subtitle-1 {
    font-size: 28px;
    line-height: 28px;
  }

  .sides-info {
    width: 68%;
    left: 16%;
    right: 16%;
  }

  .footer-logo {
    cursor: pointer;
  }

  .tiny-description {
    width: 40%;
  }

  .social {
    cursor: pointer;
  }

  .social:hover {
    filter: drop-shadow(0 2px 1px #fac89580) drop-shadow(0 2px 16px #fac89580) brightness(124%);
  }

  .middle-wrapper {
    padding-top: 52em;
  }

  .info-group-big {
    width: 64%;
  }

  .info-group-big.pool {
    width: 90%;
  }

  .block-bg {
    margin-right: -6em;
    inset: 0% 0% 0% auto;
  }

  .info-group-big-left {
    width: 40%;
  }

  .info-group-big-left.mob {
    margin-left: 7%;
  }

  .main-btn {
    cursor: pointer;
  }

  .heading-3-new, .heading-3-new.blocks {
    width: 56vw;
  }

  .heading-2 {
    font-size: 72px;
    line-height: 72px;
  }

  .paragraph-2 {
    width: 44vw;
  }

  .block-bg-middle {
    width: 125%;
    margin-top: 0;
    margin-right: -12%;
    inset: 0% 0% 0% auto;
  }

  .text-shadow-midlle {
    background-image: linear-gradient(180deg, #12090300 32%, var(--bg-black) 88%);
  }

  .middle-wrapper-normal {
    padding-top: 4em;
  }

  .middle-wrapper-normal.prize-pool-edit {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .middle-wrapper-normal.blocks {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .big-number {
    width: auto;
    line-height: 15vw;
  }

  .subtitle-1-big {
    font-size: 4.5em;
    line-height: 1em;
  }

  .block-bg-middle-blocks---pc {
    width: 90%;
    margin-top: -6em;
    margin-right: 5%;
    inset: 0% 0% 0% auto;
  }

  .block-bg-middle-blocks---mob {
    width: 125%;
    margin-top: 0;
    margin-right: -12%;
    inset: 0% 0% 0% auto;
  }

  .background-video-2 {
    width: 64%;
    height: auto;
    margin-top: 3em;
    margin-right: 0;
  }

  .background-video-2.left {
    width: 64%;
    height: auto;
    margin-left: -8em;
  }

  .paragraph-2-left {
    width: 100%;
  }

  .standings {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .place {
    font-size: 2.5em;
  }

  .place.small {
    font-size: 2em;
  }

  .heading-2-copy {
    font-size: 48px;
    line-height: 72px;
  }

  .form-content-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .form-content-wrapper.popitgame {
    width: 56%;
    min-width: 64%;
  }

  .form-headline {
    font-size: 48px;
    line-height: 48px;
  }

  .form-headline.left {
    width: 26vw;
  }

  .form-subtitle-1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
  }

  .form-headline {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .form-tiny-description {
    width: 40%;
    font-size: 16px;
    line-height: 16px;
  }

  .info-group-big-right-copy, .info-group-big-right-copy.mob {
    width: 40%;
  }

  .game-details-right {
    width: auto;
    padding-top: 32vh;
    padding-bottom: 32vh;
  }

  .heading-2-secondary {
    font-size: 34px;
    line-height: 72px;
  }

  .js-clock {
    padding-bottom: 48px;
  }

  .subtitle-1-copy {
    font-size: 28px;
    line-height: 28px;
  }

  .subtitle-3 {
    font-size: 32px;
    line-height: 28px;
  }

  .popit-game-form {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .header-links {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }
}

@media screen and (min-width: 1920px) {
  .header---middle.sidepage.popitgame {
    height: 96vh;
  }

  .lore {
    margin-top: -16em;
  }

  .game-details-left {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 16vh;
    padding-bottom: 21vh;
  }

  .invitation {
    grid-column-gap: 9em;
    grid-row-gap: 9em;
    margin-top: 2em;
  }

  .background-video {
    inset: 0% 0% auto;
  }

  .image {
    width: 32vw;
  }

  .image.popit-game {
    width: 62svh;
  }

  .middle-info {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
    margin-bottom: 2em;
  }

  .subtitle-1.prize-pool {
    width: 16em;
    font-size: 1vw;
    line-height: 1vw;
  }

  .subtitle-1.left.orange.middle {
    font-size: 1.5vw;
  }

  .sides-info {
    width: 48%;
    top: 44%;
    left: 26%;
    right: 26%;
  }

  .side-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .subtitle-2 {
    font-size: 21px;
  }

  .tiny-description {
    font-size: 16px;
  }

  .middle-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 72em;
  }

  .info-group-big {
    width: 56%;
  }

  .info-group-big.pool {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 64%;
  }

  .info-group-big.blocks {
    width: 28vw;
  }

  .info-group-big-left {
    width: 32%;
  }

  .info-group-big-left.mob {
    width: 40%;
    margin-left: 0%;
  }

  .heading-left.middle {
    width: 90%;
  }

  .block-image {
    max-width: none;
    height: 110%;
  }

  .main-btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-3-new {
    font-size: 64px;
  }

  .heading-3-new.blocks {
    width: 48vw;
  }

  .heading-5 {
    font-size: 48px;
  }

  .brand.w--current {
    display: block;
  }

  .paragraph-2 {
    width: 40vw;
  }

  .paragraph-2.blocks {
    width: 32vw;
    max-width: none;
  }

  .text-shadow-midlle {
    background-image: linear-gradient(180deg, #12090300 48%, var(--bg-black) 90%);
  }

  .middle-wrapper-normal {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 6em;
  }

  .middle-wrapper-normal.blocks {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .prize-pool-parts {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    display: flex;
  }

  .big-number {
    filter: drop-shadow(-4px 4px 1px #fac895);
    width: 80vw;
    font-size: 12vw;
    line-height: 12vw;
  }

  .subtitle-1-big {
    font-size: 3vw;
    line-height: 3vw;
  }

  .subtitle-1-big.prize-pool {
    width: 16em;
  }

  .block-bg-middle-blocks---pc {
    width: 90%;
    margin-top: -6em;
    margin-right: 5%;
  }

  .background-video-2 {
    width: 64%;
    height: 90%;
    margin-top: 0;
    margin-right: 0;
    inset: 0% 0% 0% auto;
  }

  .background-video-2.left {
    width: 64%;
    height: 100%;
    margin-top: 0;
    margin-left: -8em;
  }

  .paragraph-2-left {
    width: 100%;
  }

  .paragraph-2-left.blocks {
    width: 32vw;
    max-width: none;
  }

  .paragraph-2-left.card {
    width: 21vw;
  }

  .paragraph-2-left.rules {
    margin-bottom: 0;
  }

  .standings {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    width: 80%;
    margin: 5em 10%;
  }

  .rules {
    width: 40vw;
    margin-bottom: 6em;
    margin-left: 30%;
    margin-right: 30%;
  }

  .sections {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .links {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-content: flex-start;
    align-items: center;
  }

  .form-headline.prize-pool {
    width: 16em;
    font-size: 1vw;
    line-height: 1vw;
  }

  .form-headline.left {
    width: 18vw;
  }

  .form-subtitle-1.prize-pool {
    width: 16em;
    font-size: 1vw;
    line-height: 1vw;
  }

  .form-headline {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    flex-flow: column;
  }

  .form-headline.main-page {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .form-tiny-description {
    font-size: 16px;
  }

  .info-group-big-right-copy {
    width: 24%;
  }

  .info-group-big-right-copy.mob {
    width: 40%;
  }

  .game-details-right {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-end;
    place-items: center stretch;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 21vh;
    padding-bottom: 21vh;
    display: flex;
  }

  .js-clock {
    padding-bottom: 48px;
  }

  .subtitle-1-copy.prize-pool {
    width: 16em;
    font-size: 1vw;
    line-height: 1vw;
  }

  .subtitle-1-copy.left.orange.middle {
    font-size: 1.5vw;
  }

  .subtitle-3 {
    font-size: 36px;
  }

  .subtitle-3.prize-pool {
    width: 16em;
    font-size: 1vw;
    line-height: 1vw;
  }

  .subtitle-3.left.orange.middle {
    font-size: 1.5vw;
  }

  .download-btn {
    width: 21em;
  }

  .popit-game-form {
    width: 52%;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .header-links {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .div-block-12 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-bottom: .5em;
    display: flex;
  }

  .text-doc-block {
    width: 40vw;
    margin-bottom: 6em;
    margin-left: 30%;
    margin-right: 30%;
  }

  .track-download {
    width: 21em;
  }
}

@media screen and (max-width: 991px) {
  .header---middle.rules-edit {
    height: 72vh;
  }

  .header---middle.sidepage {
    height: 92vh;
  }

  .header---middle.sidepage.popitgame {
    height: 90vh;
  }

  .lore {
    margin-top: -6em;
    overflow: hidden;
  }

  .game-details-left {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 12vh;
    padding-bottom: 12vw;
    overflow: hidden;
  }

  .invitation {
    overflow: hidden;
  }

  .footer {
    margin-top: 3em;
  }

  .image {
    width: 64%;
  }

  .image.popit-game {
    width: 48vh;
  }

  .subtitle-1 {
    font-size: 5.5vw;
    line-height: 5.5vw;
  }

  .sides-info {
    width: 72%;
    left: 14%;
    right: 14%;
  }

  .footer-logo {
    width: 12em;
  }

  .tiny-description {
    width: 68%;
  }

  .social {
    width: 6.5em;
  }

  .middle-wrapper {
    padding-top: 33em;
    padding-bottom: 56px;
  }

  .info-group-big {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 90%;
  }

  .block-bg {
    width: auto;
    max-width: none;
    height: 90%;
    margin-right: -8em;
    inset: 0% 0% 0% auto;
  }

  .info-group-big-left {
    width: 48%;
    margin-left: 5%;
  }

  .block-image {
    width: auto;
    height: 100%;
  }

  .heading-3-new {
    width: auto;
    font-size: 64px;
    line-height: 64px;
    overflow: visible;
  }

  .heading-2 {
    font-size: 9.5vw;
    line-height: 9.5vw;
  }

  .heading-2.prize-pool {
    font-size: 5.25vw;
  }

  .heading-5 {
    font-size: 40px;
  }

  .navbar {
    background-image: linear-gradient(#1209038f 48%, #0d020100);
  }

  .brand.w--current {
    display: block;
  }

  .mob-text-shadow {
    display: none;
  }

  .paragraph-2 {
    width: 72%;
    font-size: 18px;
  }

  .block-bg-middle {
    width: 150%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: -25%;
    margin-right: 0;
    display: block;
    inset: 0%;
  }

  .middle-wrapper-normal {
    padding-top: 4em;
    padding-bottom: 56px;
  }

  .middle-wrapper-normal.prize-pool-edit {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    margin-top: -3em;
  }

  .middle-wrapper-normal.blocks {
    margin-bottom: 8em;
  }

  .big-number {
    width: auto;
    margin-top: 0;
    font-size: 18vw;
    line-height: 18vw;
    overflow: visible;
  }

  .game-details-2 {
    overflow: hidden;
  }

  .block-bg-middle-blocks---pc {
    width: 150%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: -25%;
    margin-right: 0;
    display: block;
    inset: 0%;
    overflow: visible;
  }

  .block-bg-middle-blocks---mob {
    width: 150%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: -25%;
    margin-right: 0;
    display: none;
    inset: 0%;
  }

  .background-video-2 {
    width: 76%;
    margin-top: 0;
    margin-right: -18vw;
  }

  .background-video-2.left {
    width: 72%;
    height: 100%;
    margin-left: -16em;
  }

  .paragraph-2-left {
    width: 100%;
    font-size: 18px;
  }

  .paragraph-2-left.card {
    width: 48vw;
  }

  .paragraph-2-left.invite {
    width: 88%;
  }

  .standings-row {
    border-radius: 21px;
  }

  .place {
    font-size: 1.5em;
  }

  .place.small {
    font-size: 1.25em;
  }

  .heading-2-copy {
    font-size: 2em;
  }

  .heading-2-copy.prize-pool {
    font-size: 5.25vw;
  }

  .rules {
    width: 80vw;
    margin-left: 10%;
    margin-right: 10%;
  }

  .navbar-popit-game {
    background-image: linear-gradient(#1209038f 48%, #0d020100);
  }

  .links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .table-group {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .form {
    width: 72vw;
    margin-left: 14vw;
    margin-right: 14vw;
  }

  .form-content-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .form-content-wrapper.popitgame {
    width: 72%;
  }

  .form-headline {
    width: 64vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .form-headline.left {
    text-align: center;
    width: 72%;
  }

  .form-subtitle-1 {
    font-size: 3vw;
    font-weight: 500;
    line-height: 3vw;
  }

  .form-headline {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
  }

  .form-headline.main-page {
    flex-flow: column;
  }

  .form-tiny-description {
    width: 68%;
  }

  .info-group-big-right-copy {
    width: 48%;
    margin-left: 5%;
  }

  .game-details-right {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 6vw;
    overflow: hidden;
  }

  .heading-2-secondary {
    font-size: 1.5em;
  }

  .heading-2-secondary.prize-pool {
    font-size: 5.25vw;
  }

  .column-3.light3 {
    display: block;
  }

  .js-clock {
    padding-bottom: 24px;
  }

  .clock-number.heading-3-new-copy {
    font-weight: 700;
    line-height: 72px;
  }

  .subtitle-1-copy {
    font-size: 5.5vw;
    line-height: 5.5vw;
  }

  .subtitle-3 {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .image-7 {
    width: 100%;
    inset: 0%;
  }

  .download-btns {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .popit-game-form {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .popit-game-form.popitgame {
    width: 72%;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-7 {
    width: 100%;
    padding-left: 0;
  }

  .navbar-main-copy {
    background-image: linear-gradient(#1209038f 48%, #0d020100);
  }

  .text-doc-block {
    width: 80vw;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .header---middle {
    overflow: hidden;
  }

  .header---middle.sidepage.popitgame {
    height: 100vh;
  }

  .lore {
    margin-top: -8em;
    overflow: hidden;
  }

  .game-details-left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 16vh;
    padding-bottom: 16vw;
    overflow: hidden;
  }

  .invitation {
    justify-content: center;
    align-items: flex-end;
    margin-top: 4em;
    display: none;
    overflow: hidden;
  }

  .socials {
    overflow: hidden;
  }

  .footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    overflow: hidden;
  }

  .image {
    width: 52%;
  }

  .image.popit-game {
    width: 44vh;
  }

  .middle-info {
    margin-bottom: 3em;
  }

  .subtitle-1.prize-pool {
    font-size: 1.75vw;
  }

  .subtitle-1.left {
    font-size: 4vw;
    line-height: 4vw;
  }

  .sides-info {
    width: 86%;
    top: 38%;
    left: 7%;
    right: 7%;
  }

  .footer-logo {
    width: 12em;
  }

  .logos {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 92%;
  }

  .tiny-description {
    width: 80%;
    font-size: 12px;
    line-height: 18px;
  }

  .social {
    width: 6em;
  }

  .socials-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .middle-wrapper {
    padding-top: 26em;
    padding-bottom: 48px;
  }

  .info-group-big {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 90%;
  }

  .info-group-big.blocks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .block-bg {
    width: auto;
    max-width: none;
    margin-right: -8em;
    inset: 0% 0% 0% auto;
  }

  .info-group-big-left {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 2%;
  }

  .heading-left {
    width: 64vw;
    font-size: 56px;
    line-height: 56px;
  }

  .heading-left.middle {
    width: 56vw;
    font-size: 48px;
    line-height: 48px;
  }

  .paragraph-left.cards {
    width: 65%;
  }

  .block-image {
    z-index: 0;
    width: auto;
    height: 90%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .main-btn.nav {
    border-radius: 14px;
  }

  .main-btn.nav.w--current {
    display: block;
  }

  .heading-3-new {
    width: auto;
    font-size: 48px;
    line-height: 48px;
  }

  .heading-2.prize-pool {
    font-size: 5vw;
    line-height: 5vw;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 32px;
  }

  .brand.w--current {
    display: none;
  }

  .nav-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 1em;
  }

  .mob-text-shadow {
    z-index: 1;
    background-image: linear-gradient(#12090300, #120903cc 72%);
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: visible;
  }

  .mob-text-shadow-header {
    display: flex;
  }

  .paragraph-2 {
    width: 90%;
  }

  .paragraph-2.blocks {
    width: 72vw;
  }

  .block-bg-middle {
    width: 175%;
    max-width: none;
    margin-top: 0;
    margin-left: -36%;
    margin-right: auto;
    inset: 0%;
    overflow: visible;
  }

  .middle-wrapper-normal {
    padding-top: 2em;
    padding-bottom: 48px;
  }

  .middle-wrapper-normal.prize-pool-edit {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .middle-wrapper-normal.blocks {
    margin-bottom: 4em;
  }

  .prize-pool-parts {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .big-number {
    width: auto;
    margin-top: 0;
    font-size: 18vw;
    line-height: 17vw;
  }

  .subtitle-1-big {
    line-height: 4vw;
  }

  .game-details-2 {
    margin-bottom: 2em;
    overflow: hidden;
  }

  .block-bg-middle-blocks---pc {
    width: 175%;
    max-width: none;
    margin-top: 0;
    margin-left: -36%;
    margin-right: auto;
    inset: 0%;
    overflow: visible;
  }

  .block-bg-middle-blocks---mob {
    width: 150%;
    max-width: none;
    margin-top: 0;
    margin-left: -36%;
    margin-right: auto;
    display: none;
    inset: 0%;
    overflow: visible;
  }

  .background-video-2 {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-right: -18em;
  }

  .background-video-2.left {
    width: 80%;
    margin-left: -16em;
  }

  .background-video-2._1 {
    margin-right: -21em;
  }

  .paragraph-2-left {
    width: 90%;
  }

  .paragraph-2-left.card {
    width: 56vw;
  }

  .paragraph-2-left.rules {
    font-size: 16px;
  }

  .paragraph-2-left.invite {
    width: 64%;
  }

  .standings-row {
    padding-top: 16px;
    padding-bottom: 8px;
  }

  .column-2 {
    padding-right: 1em;
  }

  .place {
    font-size: 1.5em;
  }

  .heading-2-copy {
    font-size: 2em;
    line-height: 1.5em;
  }

  .heading-2-copy.prize-pool {
    font-size: 5.5vw;
  }

  .heading-3 {
    width: 90vw;
    font-size: 48px;
    line-height: 48px;
  }

  .heading-3.middle {
    font-size: 40px;
  }

  .bold-text {
    font-size: 40px;
    line-height: 32px;
  }

  .rules {
    width: 90vw;
    margin-left: 5%;
    margin-right: 5%;
  }

  .navbar-popit-game {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-link.pc.w--current {
    display: none;
  }

  .form-headline {
    width: 100%;
    font-size: 7.5vw;
    line-height: 7.5vw;
  }

  .form-headline.left {
    font-size: 4vw;
    line-height: 5vw;
  }

  .form-subtitle-1 {
    font-size: 4.5vw;
    font-weight: 500;
    line-height: 4.5vw;
  }

  .form-subtitle-1.left {
    font-size: 4vw;
    line-height: 4vw;
  }

  .form-headline {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .form-tiny-description {
    width: 80%;
    font-size: 12px;
    line-height: 18px;
  }

  .info-group-big-right-copy {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 5%;
  }

  .info-group-big-right-copy.mob {
    width: 56%;
    margin-left: 0%;
  }

  .game-details-right {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    overflow: hidden;
  }

  .heading-4 {
    width: 90vw;
    font-size: 48px;
    line-height: 48px;
  }

  .heading-4.middle {
    font-size: 40px;
  }

  .heading-2-secondary {
    padding-right: 1em;
    font-size: 1.5em;
    line-height: 1em;
  }

  .heading-2-secondary.prize-pool {
    font-size: 5.5vw;
  }

  .column-3, .column-3.light3 {
    display: block;
  }

  .column-4 {
    padding-right: 16px;
  }

  .js-clock {
    padding-bottom: 16px;
  }

  .box {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .clock-number.heading-3-new-copy {
    font-weight: 700;
    line-height: 64px;
  }

  .subtitle-1-copy.prize-pool {
    font-size: 1.75vw;
  }

  .subtitle-1-copy.left {
    font-size: 4vw;
    line-height: 4vw;
  }

  .subtitle-3.prize-pool {
    font-size: 1.75vw;
  }

  .subtitle-3.left {
    font-size: 4vw;
    line-height: 4vw;
  }

  .download-btns {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .download-btn {
    width: 14em;
  }

  .div-block-6 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .text-doc-block {
    width: 90vw;
    margin-left: 5%;
    margin-right: 5%;
  }

  .track-download {
    width: 14em;
  }
}

@media screen and (max-width: 479px) {
  .header---middle {
    overflow: hidden;
  }

  .header---middle.sidepage {
    height: 72vh;
  }

  .header---middle.sidepage.popitgame {
    height: 100vh;
    overflow: clip;
  }

  .lore {
    margin-top: -4em;
    overflow: hidden;
  }

  .game-details-left {
    flex-flow: column;
    width: 100%;
    margin: 4em 0% 6em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .game-details-left.prize-pool {
    margin-bottom: 6em;
  }

  .invitation {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    overflow: hidden;
  }

  .socials {
    margin-top: 0;
    overflow: hidden;
  }

  .footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 2.5em;
    overflow: hidden;
  }

  .image {
    width: 72%;
  }

  .image.popit-game {
    width: 76vw;
  }

  .middle-info {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: 4em;
    margin-bottom: 4em;
    padding-top: 0;
    bottom: 0;
  }

  .middle-info.rules-edits {
    bottom: 2em;
  }

  .subtitle-1 {
    font-size: 18px;
    line-height: 18px;
  }

  .subtitle-1.prize-pool {
    width: 14em;
    margin-top: 0;
    font-size: 5vw;
    font-weight: 400;
    line-height: 7vw;
    overflow: clip;
  }

  .subtitle-1.left {
    font-size: 5vw;
    line-height: 5vw;
  }

  .subtitle-1.left.orange.middle {
    text-align: center;
  }

  .sides-info {
    width: 92%;
    inset: auto 4% 40vh;
    overflow: hidden;
  }

  .sides-info.side-page {
    bottom: 17em;
  }

  .subtitle-2 {
    font-size: 16px;
    display: block;
  }

  .info-group-medium.prize-pool {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .footer-logo {
    width: 7.25em;
  }

  .logos {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    padding-top: 2.5em;
  }

  .tiny-description {
    width: 90%;
    font-size: 12px;
    line-height: 14px;
  }

  .social {
    width: 5em;
  }

  .socials-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }

  .middle-wrapper {
    z-index: 3;
    width: 100%;
    padding-top: 27em;
  }

  .paragraph {
    font-size: 18px;
  }

  .info-group-big {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 94%;
  }

  .block-bg {
    z-index: -1;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .info-group-big-left {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    margin-top: 92vw;
    margin-left: 0%;
    padding-bottom: 0;
  }

  .info-group-big-left.mob {
    justify-content: center;
    align-items: center;
    margin-top: 132vw;
    margin-left: 0%;
  }

  .heading-left {
    text-align: left;
    width: auto;
    font-size: 12.5vw;
    line-height: 12.5vw;
  }

  .heading-left.center {
    text-align: center;
  }

  .heading-left.middle {
    text-align: center;
    width: 100%;
    font-size: 40px;
    line-height: 32px;
  }

  .paragraph-left {
    width: 82vw;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-left.cards {
    text-align: center;
    width: 100%;
  }

  .block-image {
    z-index: 0;
    width: 100%;
    height: auto;
    margin: 0 0 15em;
    padding-left: 3em;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
    overflow: visible;
  }

  .main-btn.nav {
    filter: drop-shadow(0 2px 21px #fac89533) drop-shadow(0 1px 1px #000);
    border-radius: 12px;
    margin-bottom: 2px;
    padding: 10px 16px 8px;
    font-size: 16px;
  }

  .main-btn.nav.w--current {
    padding-top: 8px;
    font-size: 14px;
    display: block;
  }

  .info-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 96%;
  }

  .info-wrapper.center {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-3-new {
    width: 100vw;
    font-size: 11vw;
    line-height: 12.5vw;
  }

  .heading-3-new.blocks {
    width: 80vw;
    font-size: 12.5vw;
  }

  .heading-2 {
    font-size: 52px;
    line-height: 56px;
  }

  .heading-2.prize-pool {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-2.prize-pool.page {
    font-size: 12vw;
  }

  .heading-2.reg {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-5 {
    font-size: 21px;
    line-height: 28px;
  }

  .navbar {
    background-color: #ddd0;
    background-image: linear-gradient(180deg, var(--bg-black) 10%, #0e010000);
  }

  .brand {
    width: 11em;
  }

  .brand.w--current {
    order: 0;
    display: none;
  }

  .nav-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .mob-text-shadow {
    z-index: 1;
    background-image: linear-gradient(#12090300 24%, #120903cc 72%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .mob-text-shadow-header {
    z-index: 1;
    background-image: linear-gradient(#12090300 40%, #120903b8 56%);
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .paragraph-2 {
    width: 100%;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-2.blocks {
    width: 88vw;
    line-height: 21px;
  }

  .block-bg-middle {
    z-index: 1;
    opacity: 100;
    width: 248%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: -76%;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .text-shadow-midlle {
    z-index: 2;
    background-image: linear-gradient(#12090300 20%, #120903b8 48%, #120903e6 72%);
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .middle-wrapper-normal {
    z-index: 3;
    width: 100%;
    margin-top: 0;
    padding-top: 4em;
  }

  .middle-wrapper-normal.prize-pool-edit {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: -1em;
  }

  .middle-wrapper-normal.blocks {
    margin-top: 6em;
    margin-bottom: 0;
  }

  .prize-pool-parts {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    width: 100%;
  }

  .big-number {
    filter: drop-shadow(-1px 1px .5px #fac895);
    width: 100vw;
    margin-top: 0;
    font-size: 19vw;
    line-height: 19vw;
  }

  .subtitle-1-big {
    font-size: 28px;
    line-height: 28px;
  }

  .game-details-2 {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 8em;
    display: flex;
    overflow: clip;
  }

  .block-bg-middle-blocks---pc {
    z-index: 1;
    opacity: 100;
    width: 200%;
    max-width: none;
    margin-top: -1em;
    margin-left: 0;
    margin-right: 0%;
    display: none;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .block-bg-middle-blocks---mob {
    z-index: 1;
    opacity: .4;
    width: 150%;
    max-width: none;
    margin-top: 4em;
    margin-left: auto;
    margin-right: -25%;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: clip;
  }

  .background-video-2 {
    flex: 0 auto;
    width: 125%;
    height: 56%;
    margin-top: 0;
    margin-left: 0;
    margin-right: -2em;
    position: absolute;
    overflow: visible;
  }

  .background-video-2.left {
    width: 116%;
    height: 56%;
    margin-left: 0;
    inset: 0% 0% 0% auto;
  }

  .background-video-2._1 {
    width: 100%;
    margin-right: 0;
  }

  .paragraph-2-left {
    width: 100%;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-2-left.card {
    text-align: center;
    width: 100%;
  }

  .paragraph-2-left.rules {
    flex-flow: column;
  }

  .paragraph-2-left.invite {
    width: 100%;
  }

  .standings-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 8px;
    display: flex;
  }

  .standings-row.gold {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-image: linear-gradient(84deg, #e09f300d, #e09f307a);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .standings-row.silver {
    background-image: linear-gradient(84deg, #d9d9d90d, #d9d9d97a);
  }

  .standings-row.bronze, .standings-row.light3.broze {
    background-image: linear-gradient(84deg, #cf4c001a, #cf4c007a);
  }

  .column {
    padding-left: .25em;
    font-size: 21px;
  }

  .column-2 {
    padding-left: .5em;
    padding-right: 0;
    line-height: 16px;
  }

  .place {
    font-size: 1.25em;
  }

  .heading-2-copy {
    text-align: left;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 32px;
  }

  .heading-2-copy.prize-pool {
    font-size: 40px;
  }

  .heading-3 {
    text-align: left;
    width: auto;
    font-size: 12.5vw;
    line-height: 12.5vw;
  }

  .heading-3.center {
    text-align: center;
  }

  .bold-text {
    text-align: center;
    font-size: 12.5vw;
    line-height: 12.5vw;
  }

  .rules {
    width: 90vw;
    margin-left: 5%;
    margin-right: 5%;
  }

  .navbar-popit-game {
    background-color: #ddd0;
    background-image: linear-gradient(180deg, var(--bg-black) 10%, #0e010000);
  }

  .links {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    padding-left: .5em;
  }

  .header-link {
    display: block;
  }

  .header-link.w--current {
    display: none;
  }

  .header-link.pc {
    display: block;
  }

  .header-link.pc.w--current, .header-link.mob, .header-link.mob.w--current {
    display: none;
  }

  .table-group {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .form {
    width: 92vw;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 3em;
  }

  .form-content-wrapper.popitgame {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .form-headline {
    font-size: 26px;
    line-height: 26px;
  }

  .form-headline.prize-pool {
    width: 14em;
    margin-top: 0;
    font-size: 5vw;
    font-weight: 400;
    line-height: 6vw;
    overflow: clip;
  }

  .form-headline.left {
    font-size: 6vw;
    line-height: 7vw;
  }

  .form-subtitle-1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .form-subtitle-1.prize-pool {
    width: 14em;
    margin-top: 0;
    font-size: 5vw;
    font-weight: 400;
    line-height: 6vw;
    overflow: clip;
  }

  .form-headline {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .form-tiny-description {
    width: 90%;
    font-size: 12px;
    line-height: 14px;
  }

  .info-group-big-right-copy {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    margin-top: 132vw;
    margin-left: 0%;
    padding-bottom: 4em;
  }

  .info-group-big-right-copy.mob {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 108vw;
  }

  .game-details-right {
    flex-flow: column;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-4 {
    text-align: left;
    width: auto;
    font-size: 12.5vw;
    line-height: 12.5vw;
  }

  .heading-4.center {
    text-align: center;
  }

  .heading-4.middle._4 {
    filter: drop-shadow(-.25px .25px .5px #fac895e8);
    font-size: 32px;
    line-height: 24px;
  }

  .rules-group {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
  }

  .list, .list-2 {
    padding-left: 32px;
  }

  .heading-2-secondary {
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-2-secondary.prize-pool {
    font-size: 40px;
  }

  .column-3 {
    padding-left: .5em;
    display: none;
  }

  .column-3.light3 {
    display: block;
  }

  .column-4 {
    padding-left: .5em;
    display: none;
  }

  .column-4.light1 {
    display: block;
  }

  .js-clock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    padding-bottom: 4px;
  }

  .box {
    width: 23%;
    margin-bottom: 10px;
  }

  .box.days {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number.heading-3-new-copy {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 64px;
  }

  .clock-label.subtitle-2 {
    letter-spacing: 2px;
    margin-top: 0;
  }

  .subtitle-1-copy {
    font-size: 18px;
    line-height: 18px;
  }

  .subtitle-1-copy.prize-pool {
    width: 14em;
    margin-top: 0;
    font-size: 5vw;
    font-weight: 400;
    line-height: 7vw;
    overflow: clip;
  }

  .subtitle-1-copy.left {
    font-size: 5vw;
    line-height: 5vw;
  }

  .subtitle-1-copy.left.orange.middle {
    text-align: center;
  }

  .subtitle-3 {
    font-size: 21px;
    line-height: 21px;
  }

  .subtitle-3.prize-pool {
    width: 14em;
    margin-top: 0;
    font-size: 5vw;
    font-weight: 400;
    line-height: 7vw;
    overflow: clip;
  }

  .subtitle-3.left {
    font-size: 5vw;
    line-height: 5vw;
  }

  .subtitle-3.left.orange.middle {
    text-align: center;
  }

  .image-7 {
    width: 200%;
  }

  .download-btns {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .download-btn {
    width: 100%;
  }

  .popit-game-form {
    width: 90%;
    padding: 2em 1em 3em;
  }

  .popit-game-form.popitgame {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .div-block-6 {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .text-block-4 {
    line-height: 14px;
  }

  .div-block-8 {
    width: 100%;
  }

  .navbar-main-copy {
    background-color: #ddd0;
    background-image: linear-gradient(180deg, var(--bg-black) 10%, #0e010000);
  }

  .div-block-9, .div-block-10, .div-block-11 {
    width: 100%;
  }

  .header-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 18px;
  }

  .text-doc-block {
    width: 90vw;
    margin-left: 5%;
    margin-right: 5%;
  }

  .track-download {
    width: 100%;
  }
}


