#partners-all, #partners2, #partners, #prize-pool-content #prize-pool-items .prize-card, #prize-pool, .sponsor-segment .content .materials, .sponsor-segment .content, .sponsor-segment .segment-container, .sponsor-segment .segment-bg, .sponsor-segment, .award-sponsor-info .content, .award-sponsor-info .logo, .award-sponsor-info, .award-details-2023-winter .details-card, .award-details-2023-winter, .award-details-2 .details-card, .award-details-2, .award-details .details-card, .award-details, .participation-requirement, .award-prize-highlight, .award-hero, .container, body, #navbar-main ul li, #navbar-main ul, #awards .awards-listings .awards-item-link .awards-item-content-2, #awards .awards-listings .awards-item-content { /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

body {
  background-color: #17181b;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  color: white;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

h1 {
  font-weight: 900;
}

a {
  text-decoration: none;
  color: white;
}
a:hover {
  color: rgb(0, 238, 255);
}

/* SCROLLBAR */
::-webkit-scrollbar {
  background-color: var(--color-bgblack);
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  /* border: 1px solid rgba(255,255,255,0.2);  */
  border: 1px solid black;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10rem;
}

#partners-all, #partners2, #partners, #prize-pool-content #prize-pool-items .prize-card, #prize-pool, .sponsor-segment .content .materials, .sponsor-segment .content, .sponsor-segment .segment-container, .sponsor-segment .segment-bg, .sponsor-segment, .award-sponsor-info .content, .award-sponsor-info .logo, .award-sponsor-info, .award-details-2023-winter .details-card, .award-details-2023-winter, .award-details-2 .details-card, .award-details-2, .award-details .details-card, .award-details, .participation-requirement, .award-prize-highlight, .award-hero, .container, body, #navbar-main ul li, #navbar-main ul, #awards .awards-listings .awards-item-link .awards-item-content-2, #awards .awards-listings .awards-item-content { /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

#main {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

#rules {
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 20px;
  margin: 8vh 0px;
  justify-content: center;
}
#rules #rules-content {
  max-width: 960px;
}
#rules #rules-content h1 {
  font-size: 300%;
  text-align: center;
}
#rules #rules-content h2 {
  text-transform: uppercase;
  margin-top: 5rem;
  font-size: 175%;
}
#rules #rules-content p {
  margin-left: 1rem;
  font-size: 115%;
  margin-top: 2rem;
}
#rules #rules-content #last-updated {
  font-style: italic;
  text-align: center;
}
#rules #rules-content .rules-numbering {
  font-weight: bolder;
}
#rules #rules-content .summary {
  padding: 1.5rem;
  margin-top: 2rem;
  margin-left: 1rem;
  background-color: #2E2F31;
  border-radius: 4px;
}
#rules #rules-content .summary p {
  margin: 0;
}
@keyframes FourDirectionalMovement {
  0% {
    transform: translate(-100vw, 0vh);
  }
  25% {
    transform: translate(0vw, -100vh);
  }
  50% {
    transform: translate(0vw, 0vh);
  }
  75% {
    transform: translate(-100vw, -100vh);
  }
  100% {
    transform: translate(-100vw, 0vh);
  }
}
@keyframes BackgroundColorMovement {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#hero {
  display: flex;
  flex-direction: column;
  gap: 0px;
  min-height: calc(100vh - 80px);
  height: auto;
  /*
  // Mobile landscape view when height <= 450px
  @media (max-height: 500px) {
      //height: 135vh;

      #as-seen-on {
          // Hides element
          display: none !important;
      }

      #logo-wide {
          // Sets the wide logo version
          display: flex !important;
      }

      #logo-square {
          // Hides square logo
          display: none !important;
      }

      #hero-background-whole-page {
          // Extends the animated wallpaper height
          height: 160vh !important;
      }

      #hero-background {
          // Extends the animated wallpaper height
          height: 100% !important;
      }
  }
  */
  /*
      @media (max-width: 380px) {
          //height: 125vh;

          #hero-background,
          #hero-background-whole-page {
              //height: 140vh !important;
          }
      }
  */
}
@media (max-width: 850px) {
  #hero #intro-text {
    padding: 0px !important;
  }
}
@media (min-width: 720px) {
  #hero #logo-wide {
    display: inline-block;
  }
  #hero #logo-square {
    display: none;
  }
}
@media (max-width: 720px) {
  #hero #logo-wide {
    display: none;
  }
  #hero #logo-square {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  #hero #awards-banner {
    margin: 2vh !important;
  }
}
#hero #banner-top-special {
  position: relative;
  top: 0;
  left: 0;
  display: grid;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 80px;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bolder;
  background-color: rgba(255, 215, 0, 0.8);
  color: black;
  cursor: pointer;
}
#hero #banner-top-special:hover {
  background-color: gold;
}
#hero #banner-top-categories {
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0;
  height: 120px;
  width: 100%;
  font-size: 1.25rem;
  font-weight: bolder;
  background-size: 100%;
  color: black;
  cursor: pointer;
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 4px black;
  filter: brightness(0.9);
}
#hero #banner-top-categories:hover {
  filter: brightness(1.05);
}
#hero #banner-top-categories .banner-top-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(23, 24, 27, 0.7);
}
#hero #banner-top-categories .banner-top-container .banner-top-content {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 5fr;
  box-sizing: border-box;
  gap: 0px 30px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#hero #banner-top-categories .banner-top-container .banner-top-content .banner-top-logo {
  max-height: 120px;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: grid;
  justify-content: center;
  align-items: center;
}
#hero #banner-top-categories .banner-top-container .banner-top-content .banner-top-logo img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  box-sizing: border-box;
}
#hero #banner-top-categories .banner-top-container .banner-top-content .banner-top-details {
  max-height: 120px;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: grid;
  justify-content: center;
  align-items: center;
}
#hero #banner-top-categories .banner-top-container .banner-top-content .banner-top-details h2 {
  font-family: "Montserrat", sans-serif;
  color: white;
  text-align: left;
  font-size: 1.75rem;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#hero #banner-top-categories .banner-top-container .banner-top-content .banner-top-details h2 span {
  font-size: 75%;
  font-weight: 300;
  margin-left: 30px;
}
#hero #banner-top-categories .banner-top-container .banner-top-content .banner-top-details p {
  margin: 4px 0 0 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-align: left;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 70%;
}
@media (max-width: 1200px) {
  #hero #banner-top-categories .banner-top-container .banner-top-content {
    grid-template-columns: 1fr 3fr;
  }
  #hero #banner-top-categories .banner-top-container .banner-top-content img {
    transform: scale(0.85);
  }
  #hero #banner-top-categories .banner-top-container .banner-top-content h2 {
    transform: scale(0.75);
  }
}
@media (max-width: 800px) {
  #hero #banner-top-categories .banner-top-container .banner-top-content {
    grid-template-columns: 1fr 3fr;
  }
  #hero #banner-top-categories .banner-top-container .banner-top-content img {
    transform: scale(0.8);
  }
  #hero #banner-top-categories .banner-top-container .banner-top-content h2 {
    transform: scale(0.65);
  }
}
@media (max-width: 500px) {
  #hero #banner-top-categories .banner-top-container .banner-top-content {
    grid-template-columns: 1fr 3fr;
  }
  #hero #banner-top-categories .banner-top-container .banner-top-content img {
    transform: scale(0.8);
  }
  #hero #banner-top-categories .banner-top-container .banner-top-content h2 {
    transform: scale(0.6);
  }
}
#hero .winter-2023-mobile .banner-top-container {
  background-color: rgba(23, 24, 27, 0);
}
#hero .winter-2023-skillz-async .banner-top-container {
  background-color: rgba(23, 24, 27, 0) !important;
}
#hero .winter-2023-skillz-sync .banner-top-container {
  background-color: rgba(23, 24, 27, 0) !important;
}
#hero #hero-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 60px 0;
  margin: auto;
  width: 100vw;
  min-height: 600px;
  height: auto;
}
#hero #hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100%;
  gap: clamp(20px, 3vmin, 50px);
}
#hero #logo-full {
  width: 100%;
  max-width: 1800px;
  padding: 0 2rem;
  box-sizing: border-box;
}
#hero #logo-full img {
  width: 100%;
  height: auto;
}
#hero #intro-text {
  padding: 0 2rem;
  font-size: clamp(20px, 3.25vmin, 32px);
  line-height: 120%;
  width: 100%;
  max-width: 1400px;
  color: rgb(213, 213, 213);
  font-weight: lighter;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media (max-width: 960px) {
  #hero #intro-text {
    text-align: justify;
  }
}
#hero #intro-text p {
  padding: 0.5rem 2rem;
  margin: 0.5vh 0px;
}
#hero #intro-text #awards-banner {
  display: flex;
  /*max-width: 860px;*/
  box-sizing: border-box;
  padding: 0 32px;
  /*height:82px;
  width:350px;*/
  font-weight: bold;
  justify-content: center;
  /*background-color: rgba(1,1,1,0.8);*/
  background-color: rgba(255, 200, 12, 0.8);
  border-radius: 10px;
  cursor: pointer;
  margin: 2vh;
  align-items: center;
  justify-content: center;
}
#hero #intro-text #awards-banner .button-text {
  color: black;
}
#hero #intro-text #awards-banner:hover {
  /*background-color: rgba(1,1,1,0.95);*/
  background-color: rgb(255, 200, 12);
}
#hero #intro-text #awards-banner .button-text {
  padding: 10px;
  line-height: 1;
  text-align: center;
  font-size: 3.5vh;
}
@media (max-width: 450px) {
  #hero #intro-text #awards-banner .button-text {
    font-size: 1rem !important;
  }
}
#hero #intro-text #awards-banner .banner-strong {
  font-size: 3.5vh;
}
@media (max-width: 450px) {
  #hero #intro-text #awards-banner .banner-strong {
    font-size: 1rem !important;
  }
}
#hero #intro-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  #hero #intro-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#hero #intro-buttons p {
  padding: 0 32px;
}
#hero #intro-buttons button {
  width: 100%;
  max-width: 420px;
  font-size: clamp(17px, 2.25vmin, 24px);
  font-weight: lighter;
  display: grid;
  justify-content: center;
  align-items: center;
}
#hero #intro-buttons .intro-btn {
  border: 0px;
  border-radius: 4px;
  height: 60px;
}
#hero #intro-buttons .intro-btn:hover {
  cursor: pointer;
}
@media (max-width: 720px) {
  #hero #intro-buttons .intro-btn {
    height: 60px;
  }
}
#hero #intro-buttons .btn-main {
  background-color: rgb(0, 255, 133);
  font-weight: bold;
}
#hero #intro-buttons .btn-main:hover {
  background-color: #00c768;
}
#hero #intro-buttons .btn-secondary {
  background-color: transparent;
  color: #a1a5aa;
  letter-spacing: 0.1rem;
  border: 1px solid #a1a5aa;
  margin-top: 2rem;
}
@media (max-width: 720px) {
  #hero #intro-buttons .btn-secondary {
    height: 40px;
  }
}
#hero #intro-buttons .btn-secondary:hover {
  background-color: rgb(213, 213, 213);
}
#hero #intro-buttons #intro-others {
  color: rgb(213, 213, 213);
  font-weight: lighter;
  font-size: clamp(17px, 2.25vmin, 20px);
  letter-spacing: 0.1rem;
  margin: 0.5rem 0 0 0;
  text-align: center;
}
#hero #intro-buttons #intro-others span {
  color: rgb(0, 255, 133);
  font-weight: bolder;
}
#hero #hero-background {
  z-index: -10;
  position: absolute;
  top: 0vh;
  left: 0vw;
  height: 115vh;
  width: 100vw;
  background-size: cover;
  background-position: 25vw 0%;
  overflow: hidden;
}
@media (max-height: 400px) {
  #hero #hero-background {
    height: 115vh;
  }
}
#hero #hero-background #bg-images {
  position: absolute;
  width: 200vw;
  height: 200vh;
  display: grid;
  grid-auto-flow: dense;
  gap: 0.5rem;
  grid-template-columns: repeat(10, 1fr);
  left: 0vw;
  top: 0vh;
}
#hero #hero-background #bg-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(15px);
  animation: FourDirectionalMovement 120s linear infinite;
  border-radius: 8px;
  filter: opacity(0.8);
}
#hero #hero-background #bg-images .span-2 {
  grid-column: span 2;
}
#hero #hero-background #bg-images .vert-2 {
  grid-row: span 2;
}
#hero #hero-background #color-bg {
  z-index: -20;
  position: absolute;
  background: linear-gradient(-45deg, rgb(0, 255, 133), rgb(255, 0, 140), rgb(0, 238, 255), rgb(255, 115, 0));
  background-size: 400% 400%;
  animation: BackgroundColorMovement 15s ease infinite;
  width: 100%;
  height: 100%;
}
#hero #hero-background-whole-page {
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115vh;
  background-color: #17181b;
  background-size: cover;
  filter: opacity(0.65);
  -webkit-backdrop-filter: blur(2em);
  backdrop-filter: blur(2em);
  overflow: hidden;
}
@media (max-height: 400px) {
  #hero #hero-background-whole-page {
    height: 115vh;
  }
}
#hero #as-seen-on {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100vw;
  box-sizing: border-box;
  padding: 0 2rem;
  display: flex;
  flex-direction: row;
  background-color: rgba(23, 24, 27, 0.7);
  gap: 80px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1590px) {
  #hero #as-seen-on {
    gap: 40px;
  }
}
#hero #as-seen-on p {
  text-transform: uppercase;
  min-width: 100px;
}
#hero #as-seen-on img {
  max-height: 1.5rem;
  width: auto;
}
@media (max-width: 1300px) {
  #hero #as-seen-on {
    justify-content: start;
  }
}
@media (max-width: 1160px), (max-height: 600px) {
  #hero #as-seen-on {
    display: none;
  }
}

#hero2 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  min-height: calc(100vh - 80px);
  height: auto;
}
@media (max-width: 850px) {
  #hero2 #intro-text {
    padding: 0px !important;
  }
}
@media (min-width: 720px) {
  #hero2 #logo-wide {
    display: inline-block;
  }
  #hero2 #logo-square {
    display: none;
  }
}
@media (max-width: 720px) {
  #hero2 #logo-wide {
    display: none;
  }
  #hero2 #logo-square {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  #hero2 #awards-banner {
    margin: 2vh !important;
  }
}
#hero2 #banner-top-special {
  position: relative;
  top: 0;
  left: 0;
  display: grid;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 80px;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bolder;
  background-color: rgba(255, 215, 0, 0.8);
  color: black;
  cursor: pointer;
}
#hero2 #banner-top-special:hover {
  background-color: gold;
}
#hero2 #banner-top-categories {
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0;
  height: 120px;
  width: 100%;
  font-size: 1.25rem;
  font-weight: bolder;
  background-size: 100%;
  color: black;
  cursor: pointer;
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 4px black;
  filter: brightness(0.9);
}
#hero2 #banner-top-categories:hover {
  filter: brightness(1.05);
}
#hero2 #banner-top-categories .banner-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
#hero2 #banner-top-categories .banner-top-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: rgba(23, 24, 27, 0.7);
}
#hero2 #banner-top-categories .banner-top-container .banner-top-content {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 5fr;
  box-sizing: border-box;
  gap: 0px 30px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#hero2 #banner-top-categories .banner-top-container .banner-top-content .banner-top-logo {
  height: 90px;
  width: 180px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#hero2 #banner-top-categories .banner-top-container .banner-top-content .banner-top-details {
  max-height: 120px;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: grid;
  justify-content: flex-start;
  align-items: center;
}
#hero2 #banner-top-categories .banner-top-container .banner-top-content .banner-top-details h2 {
  font-family: "Montserrat", sans-serif;
  color: white;
  text-align: left;
  font-size: 1.75rem;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#hero2 #banner-top-categories .banner-top-container .banner-top-content .banner-top-details h2 span {
  font-size: 75%;
  font-weight: 300;
  margin-left: 30px;
}
#hero2 #banner-top-categories .banner-top-container .banner-top-content .banner-top-details p {
  margin: 4px 0 0 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-align: left;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 70%;
}
@media (max-width: 1200px) {
  #hero2 #banner-top-categories .banner-top-container .banner-top-content {
    grid-template-columns: 1fr 3fr;
  }
  #hero2 #banner-top-categories .banner-top-container .banner-top-content img {
    transform: scale(0.85);
  }
  #hero2 #banner-top-categories .banner-top-container .banner-top-content h2 {
    transform: scale(0.75);
  }
}
@media (max-width: 800px) {
  #hero2 #banner-top-categories .banner-top-container .banner-top-content {
    grid-template-columns: 1fr 3fr;
  }
  #hero2 #banner-top-categories .banner-top-container .banner-top-content img {
    transform: scale(0.8);
  }
  #hero2 #banner-top-categories .banner-top-container .banner-top-content h2 {
    transform: scale(0.65);
  }
}
@media (max-width: 500px) {
  #hero2 #banner-top-categories .banner-top-container .banner-top-content {
    grid-template-columns: 1fr 3fr;
  }
  #hero2 #banner-top-categories .banner-top-container .banner-top-content img {
    transform: scale(0.8);
  }
  #hero2 #banner-top-categories .banner-top-container .banner-top-content h2 {
    transform: scale(0.6);
  }
}
#hero2 #banner-top-categories .container-winter-2023-mobile {
  background-color: rgba(23, 24, 27, 0) !important;
}
#hero2 #banner-top-categories .container-winter-2023-skillz-async {
  background-color: rgba(23, 24, 27, 0) !important;
}
#hero2 #banner-top-categories .container-winter-2023-skillz-sync {
  background-color: rgba(23, 24, 27, 0) !important;
}
#hero2 #banner-top-categories .container-winter-2023-multiplayer {
  background-color: rgba(23, 24, 27, 0) !important;
}
#hero2 #banner-top-categories.prizes-banner {
  filter: brightness(1);
  color: black !important;
}
#hero2 #banner-top-categories.prizes-banner .banner-top-container {
  background-color: transparent;
}
#hero2 #banner-top-categories.prizes-banner .banner-top-container .banner-top-content {
  grid-template-columns: 1fr;
}
#hero2 #banner-top-categories.prizes-banner .banner-top-container .banner-top-content .banner-top-details h2 {
  color: black;
}
#hero2 #banner-top-categories.prizes-banner .banner-top-container .banner-top-content .banner-top-details h2 span {
  font-weight: lighter;
}
#hero2 #banner-top-categories.prizes-banner .banner-top-container .banner-top-content .banner-top-details p {
  color: black;
}
#hero2 #hero-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 60px 0;
  margin: auto;
  width: 100vw;
  min-height: 600px;
  height: auto;
}
#hero2 #hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100%;
  gap: clamp(20px, 3vmin, 50px);
}
#hero2 #header {
  padding: 0 2rem;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: clamp(1rem, 4vw, 2rem);
}
#hero2 #header h1 {
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 1;
  font-weight: 800;
  display: block;
  width: 100%;
  margin: 0;
}
#hero2 #header p {
  font-size: clamp(1rem, 4vw, 2rem);
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
#hero2 #logo-full {
  width: 100%;
  max-width: 1800px;
  padding: 0 2rem;
  box-sizing: border-box;
}
#hero2 #logo-full img {
  width: 100%;
  height: auto;
}
#hero2 #intro-buttons {
  width: 100%;
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}
#hero2 #intro-buttons button {
  width: 100%;
  max-width: 420px;
  font-size: clamp(17px, 2.25vmin, 24px);
  font-weight: lighter;
  display: grid;
  justify-content: center;
  align-items: center;
}
#hero2 #intro-buttons .intro-btn {
  border: 0px;
  border-radius: 4px;
  height: 60px;
}
#hero2 #intro-buttons .intro-btn:hover {
  cursor: pointer;
}
@media (max-width: 720px) {
  #hero2 #intro-buttons .intro-btn {
    height: 60px;
  }
}
#hero2 #intro-buttons .btn-main {
  background-color: rgb(0, 255, 133);
  font-weight: bold;
}
#hero2 #intro-buttons .btn-main:hover {
  background-color: #00c768;
}
#hero2 #intro-buttons .btn-secondary {
  background-color: transparent;
  color: #a1a5aa;
  letter-spacing: 0.1rem;
  border: 1px solid #a1a5aa;
}
@media (max-width: 720px) {
  #hero2 #intro-buttons .btn-secondary {
    height: 40px;
  }
}
#hero2 #intro-buttons .btn-secondary:hover {
  background-color: rgb(213, 213, 213);
}
#hero2 #intro-buttons #intro-others {
  color: rgb(213, 213, 213);
  font-weight: lighter;
  font-size: clamp(17px, 2.25vmin, 20px);
  letter-spacing: 0.1rem;
  width: 100%;
  margin: 0;
}
#hero2 #intro-buttons #intro-others span {
  color: rgb(0, 255, 133);
  font-weight: bolder;
}
#hero2 #hero-background {
  z-index: -10;
  position: absolute;
  top: 0vh;
  left: 0vw;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: 25vw 0%;
  overflow: hidden;
}
@media (max-height: 400px) {
  #hero2 #hero-background {
    height: 115vh;
  }
}
#hero2 #hero-background #bg-images {
  position: absolute;
  width: 200vw;
  height: 200vh;
  display: grid;
  grid-auto-flow: dense;
  gap: 0.5rem;
  grid-template-columns: repeat(10, 1fr);
  left: 0vw;
  top: 0vh;
}
#hero2 #hero-background #bg-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(15px);
  animation: FourDirectionalMovement 120s linear infinite;
  border-radius: 8px;
  filter: opacity(0.8);
}
#hero2 #hero-background #bg-images .span-2 {
  grid-column: span 2;
}
#hero2 #hero-background #bg-images .vert-2 {
  grid-row: span 2;
}
#hero2 #hero-background #color-bg {
  z-index: -20;
  position: absolute;
  background: linear-gradient(-45deg, rgb(0, 255, 133), rgb(255, 0, 140), rgb(0, 238, 255), rgb(255, 115, 0));
  background-size: 400% 400%;
  animation: BackgroundColorMovement 15s ease infinite;
  width: 100%;
  height: 100%;
}
#hero2 #hero-background-whole-page {
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.3));
  background-size: cover;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  overflow: hidden;
}
@media (max-height: 400px) {
  #hero2 #hero-background-whole-page {
    height: 115vh;
  }
}

#awards {
  display: flex;
  justify-content: center;
  padding: 0;
}
#awards #awards-header {
  padding: 5rem 0 5rem 0;
}
#awards #awards-header h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: bolder;
  margin: 0;
  text-align: center;
}
@media (max-width: 960px) {
  #awards #awards-header h2 {
    font-size: 48px;
  }
}
#awards #awards-header p {
  font-size: 24px;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
  padding: 0 32px;
}
@media (max-width: 960px) {
  #awards #awards-header p {
    font-size: 20px;
    text-align: justify;
  }
}
#awards #awards-header #current-award {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#awards .awards-timeline {
  width: 100%;
  height: auto;
  max-width: 1200px;
  box-sizing: border-box;
}
#awards .awards-timeline h2 {
  text-align: center;
}
@media (min-width: 801px) {
  #awards .awards-timeline {
    padding: 0 2rem 5rem 2rem;
  }
  #awards .awards-timeline .horizontal {
    display: block;
  }
  #awards .awards-timeline .vertical {
    display: none;
  }
}
@media (max-width: 800px) {
  #awards .awards-timeline {
    padding: 0 5rem 5rem 5rem;
  }
  #awards .awards-timeline .horizontal {
    display: none;
  }
  #awards .awards-timeline .vertical {
    display: block;
    text-align: center;
  }
  #awards .awards-timeline .vertical svg {
    max-height: 800px;
  }
}
#awards .awards-listings {
  width: 100%;
  max-width: 1900px;
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px 80px 20px;
}
#awards .awards-listings .awards-item {
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 600/860;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 5s;
  filter: contrast(1) brightness(0.8);
  overflow: hidden;
}
#awards .awards-listings .awards-item .awards-item-bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#awards .awards-listings .awards-item:hover {
  background-size: 170%;
  filter: contrast(1.2) brightness(1.2);
  transition: all 5s;
}
#awards .awards-listings .awards-item:hover .arrow {
  animation: ArrowAnimation 2s ease-in-out infinite;
}
#awards .awards-listings .awards-item-content {
  width: 100%;
  background-color: rgba(23, 24, 27, 0.8);
  padding: 1.5rem 2rem;
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
}
#awards .awards-listings .awards-item h3 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  line-height: 2.4rem;
}
@media (max-width: 450px) {
  #awards .awards-listings .awards-item h3 {
    font-size: 1rem;
  }
}
#awards .awards-listings .awards-item .awards-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  z-index: 10;
}
#awards .awards-listings .awards-item .awards-hero .logos {
  position: absolute;
  bottom: 1rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
@media (max-width: 720px) {
  #awards .awards-listings .awards-item .awards-hero .logos {
    bottom: 0.2rem;
  }
}
#awards .awards-listings .awards-item .awards-hero .logos .partner-logo {
  height: 80px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#awards .awards-listings .awards-item .awards-hero .logos .partner-logo img {
  max-width: 100%;
  max-height: 100%;
}
#awards .awards-listings .awards-item .award-description {
  display: flex;
  flex-direction: column;
}
#awards .awards-listings .awards-item .award-description p {
  font-size: 1.4rem;
  color: rgb(213, 213, 213);
  line-height: 120%;
  margin: 0;
}
@media (max-width: 450px) {
  #awards .awards-listings .awards-item .award-description p {
    font-size: 1rem;
  }
}
#awards .awards-listings .awards-item .award-description .details {
  margin-top: 1rem;
  font-size: clamp(0.8rem, 4vw, 1.25rem);
}
#awards .awards-listings .awards-item .award-description .details p {
  font-size: 1.2rem;
}
@media (max-width: 450px) {
  #awards .awards-listings .awards-item .award-description .details p {
    font-size: 0.9rem;
  }
}
#awards .awards-listings .awards-item .award-description a {
  font-size: 1.2rem;
  position: absolute;
  bottom: 1rem;
}
@media (max-width: 500px) {
  #awards .awards-listings .awards-item .award-description a {
    font-size: 1rem;
    margin-top: 5vw;
    position: static;
  }
}
#awards .awards-listings .awards-item-link {
  display: block;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 600/860;
  transition: transform 0.5s ease-in-out;
  overflow: hidden;
  border-radius: 16px;
  transform: scale(1);
}
#awards .awards-listings .awards-item-link:hover {
  color: white;
  transform: scale(1.05);
  box-shadow: inset 0 0 0 15px black;
}
#awards .awards-listings .awards-item-link .awards-item {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 5s;
  filter: contrast(1) brightness(0.8);
  overflow: hidden;
}
#awards .awards-listings .awards-item-link .awards-item:hover {
  background-size: 170%;
  filter: contrast(1.2) brightness(1.2);
  transition: all 5s;
}
#awards .awards-listings .awards-item-link .awards-item:hover .arrow {
  animation: ArrowAnimation 2s ease-in-out infinite;
}
#awards .awards-listings .awards-item-link .awards-item-content-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(23, 24, 27, 0.8);
  padding: 0;
  box-sizing: border-box;
  z-index: 10;
}
#awards .awards-listings .awards-item-link .awards-item-content-2 .awards-item-content-blur {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  padding: 0;
  box-sizing: border-box;
}
#awards .awards-listings .awards-item-link .awards-item h3 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  line-height: 2.4rem;
}
@media (max-width: 450px) {
  #awards .awards-listings .awards-item-link .awards-item h3 {
    font-size: 1rem;
  }
}
#awards .awards-listings .awards-item-link .awards-item .awards-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}
#awards .awards-listings .awards-item-link .awards-item .awards-hero .logos {
  position: absolute;
  bottom: 1rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 720px) {
  #awards .awards-listings .awards-item-link .awards-item .awards-hero .logos {
    bottom: 0.2rem;
  }
}
#awards .awards-listings .awards-item-link .awards-item .awards-hero .logos .partner-logo {
  height: 80px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#awards .awards-listings .awards-item-link .awards-item .awards-hero .logos .partner-logo img {
  max-width: 100%;
  max-height: 100%;
}
#awards .awards-listings .awards-item-link .awards-item .award-description {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
}
#awards .awards-listings .awards-item-link .awards-item .award-description p {
  font-size: 1.4rem;
  color: rgb(213, 213, 213);
  line-height: 120%;
  margin: 0;
}
@media (max-width: 450px) {
  #awards .awards-listings .awards-item-link .awards-item .award-description p {
    font-size: 1rem;
  }
}
#awards .awards-listings .awards-item-link .awards-item .award-description .details {
  margin-top: 1rem;
  font-size: clamp(0.8rem, 4vw, 1.25rem);
}
#awards .awards-listings .awards-item-link .awards-item .award-description .details p {
  font-size: 1.2rem;
}
@media (max-width: 450px) {
  #awards .awards-listings .awards-item-link .awards-item .award-description .details p {
    font-size: 0.9rem;
  }
}
#awards .awards-listings .awards-item-link .awards-item .award-description a {
  font-size: 1.2rem;
  position: absolute;
  bottom: 1rem;
}
@media (max-width: 500px) {
  #awards .awards-listings .awards-item-link .awards-item .award-description a {
    font-size: 1rem;
    margin-top: 5vw;
    position: static;
  }
}
#awards .awards-listings .awards-item-link .awards-item .learn-more {
  display: flex;
  width: 100%;
  height: 60px;
  text-align: center;
  align-items: center;
  margin-top: auto;
  justify-content: center;
  background-color: rgb(0, 255, 133);
  color: #17181b;
  overflow: hidden;
}
#awards .awards-listings .awards-item-link .awards-item .learn-more p {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
}
@media (max-width: 450px) {
  #awards .awards-listings .awards-item-link .awards-item .learn-more p {
    font-size: 1rem;
  }
}
@keyframes ArrowAnimation {
  0% {
    margin-left: 0rem;
  }
  50% {
    margin-left: 2rem;
  }
  100% {
    margin-left: 0rem;
  }
}
#join-now {
  width: 100%;
  display: grid;
  margin: 0;
  padding: 80px 0 80px 0;
  justify-content: center;
  align-items: center;
}
#join-now button {
  width: 480px;
  max-width: 100vw;
  height: 60px;
  font-size: 1.25rem;
  font-weight: lighter;
  border: 0px;
  border-radius: 8px;
}
#join-now button:hover {
  cursor: pointer;
}
#join-now #intro-others {
  width: 480px;
  max-width: 100vw;
  color: rgb(213, 213, 213);
  font-weight: lighter;
  letter-spacing: 0.1rem;
  margin: 8px 0 0 0;
  text-align: center;
  padding: 0;
}
#join-now #intro-others span {
  color: rgb(0, 255, 133);
  font-weight: bolder;
}
#join-now .btn-main {
  background-color: rgb(0, 255, 133);
  font-weight: bold;
}
#join-now .btn-main:hover {
  background-color: #00c768;
}

#newsletter {
  background-color: rgb(0, 255, 133);
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
#newsletter #newsletter-content-container {
  width: 100%;
  color: #17181b;
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 3rem;
  box-sizing: border-box;
  padding: 0;
}
@media (max-width: 960px) {
  #newsletter #newsletter-content-container {
    grid-template-columns: 3fr;
  }
}
#newsletter #newsletter-content-container #newsletter-content {
  margin: 0;
  padding: 64px;
  max-width: 960px;
  display: grid;
  justify-self: end;
}
@media (max-width: 960px) {
  #newsletter #newsletter-content-container #newsletter-content {
    padding: 24px 10px;
  }
}
#newsletter #newsletter-content-container #newsletter-content #header h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: bolder;
  margin: 0;
  max-width: 960px;
}
@media (max-width: 960px) {
  #newsletter #newsletter-content-container #newsletter-content #header h2 {
    font-size: 48px;
  }
}
#newsletter #newsletter-content-container #newsletter-content #header .lead {
  font-size: 24px;
  font-weight: 200;
  line-height: 140%;
  letter-spacing: 0.1rem;
}
@media (max-width: 960px) {
  #newsletter #newsletter-content-container #newsletter-content #header .lead {
    font-size: 20px;
    max-width: 600px;
    text-align: justify;
  }
}
#newsletter #newsletter-content-container #newsletter-content #signup {
  width: 100%;
  max-width: 600px;
}
#newsletter #newsletter-content-container #newsletter-content #signup #newsletter-signup {
  width: 100%;
}
#newsletter #newsletter-content-container #newsletter-content #signup #newsletter-signup .newsletter-container {
  margin: 48px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#newsletter #newsletter-content-container #newsletter-content #signup #newsletter-signup .newsletter-container label {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 960px) {
  #newsletter #newsletter-content-container #newsletter-content #signup #newsletter-signup .newsletter-container label {
    font-size: 20px;
  }
}
#newsletter #newsletter-content-container #newsletter-content #signup #newsletter-signup .newsletter-container input {
  background-color: transparent;
  border: 2px solid #17181b;
  line-height: 64px;
  border-radius: 4px;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  padding: 0px;
  width: 100%;
}
@media (max-width: 960px) {
  #newsletter #newsletter-content-container #newsletter-content #signup #newsletter-signup .newsletter-container input {
    width: 90vw;
  }
}
#newsletter #newsletter-content-container #newsletter-content #signup #newsletter-signup .newsletter-container button {
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: lighter;
  border: 0px;
  border-radius: 4px;
  background-color: rgb(92, 0, 179);
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: rgb(255, 255, 255);
  margin: 16px 0 0 0;
}
@media (max-width: 960px) {
  #newsletter #newsletter-content-container #newsletter-content #signup #newsletter-signup .newsletter-container button {
    width: 91vw;
  }
}
#newsletter #newsletter-content-container #newsletter-content #signup #newsletter-signup .newsletter-container button:hover {
  cursor: pointer;
  background-color: rgb(132, 0, 255);
}
#newsletter #newsletter-content-container #newsletter-content #signup p {
  text-align: center;
  margin: 0.5rem 0 0 0;
}
#newsletter #newsletter-content-container #newsletter-content #signup a {
  color: #17181b;
  text-decoration: underline;
}
#newsletter #newsletter-content-container #newsletter-content #signup a:hover {
  color: rgb(132, 0, 255);
}
#newsletter #newsletter-image {
  background-image: url(../img_new/artwork/jooy/jooy-news.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}
@media (max-width: 960px) {
  #newsletter #newsletter-image {
    display: none;
  }
}

#navbar-main {
  position: fixed;
  z-index: 999999;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 80px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 32px;
  align-items: center;
  font-size: 20px;
  box-shadow: 0px 3px 6px black;
  color: rgb(232, 231, 228);
  background-color: rgb(23, 24, 27);
}
#navbar-main ul {
  justify-content: center;
  align-items: center;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 110%;
}
#navbar-main ul li {
  display: inline-block;
  text-align: center;
  padding: 0 32px;
}
#navbar-main ul li a:hover {
  color: rgb(0, 255, 133);
}
#navbar-main ul li a:active {
  color: rgb(0, 255, 133);
  border-bottom: 2px solid rgb(0, 255, 133);
}
#navbar-main #navbar-logo {
  display: grid;
  justify-content: center;
  align-items: center;
  z-index: 1000009;
}
#navbar-main #navbar-logo a {
  display: block;
  width: 360px;
  max-width: 50vw;
  height: 72px;
  background-image: url(https://thegdwc.com/img_new/logos/gdwc/gdwc_full_logo_color.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 600px) {
  #navbar-main #navbar-logo a {
    background-image: url(https://thegdwc.com/img_new/logos/gdwc/gdwc-logo.svg);
  }
}
#navbar-main #navbar-nav {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
#navbar-main #navbar-login .join-now {
  padding: 0;
}
#navbar-main #navbar-login .join-now button {
  width: 100%;
  height: 44px;
  padding: 0 32px;
  font-size: 20px;
  font-weight: lighter;
  background-color: transparent;
  border: 1px solid rgb(0, 255, 133);
  color: rgb(0, 255, 133);
  border-radius: 4px;
}
#navbar-main #navbar-login .join-now button:hover {
  cursor: pointer;
  background-color: rgb(0, 255, 133);
  color: #17181b;
}
#navbar-main #burger-nav {
  padding: 0;
  margin: 0;
  height: 80px;
  width: 260px;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 1000004;
  background-color: #17181b;
  justify-content: start;
  align-items: start;
  grid-template-columns: 1fr;
}
#navbar-main #burger-nav .icon {
  display: grid;
  justify-content: center;
  align-items: center;
  z-index: 1000009;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
#navbar-main #burger-nav .icon i {
  font-size: 48px;
  padding: 0px 20px;
  margin: 0;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}
#navbar-main #burger-nav .content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 260px;
  height: auto;
  padding: 80px 20px 20px 20px;
  z-index: 999899;
  box-shadow: 6px 3px 6px black;
  background-color: #17181b;
  transition: right 0.5s ease-in-out;
  position: absolute;
  top: 0px;
  right: -400px;
}
#navbar-main #burger-nav .content ul {
  justify-content: start;
  align-items: start;
  text-align: start;
}
#navbar-main #burger-nav .content ul li {
  display: block;
  text-align: start;
  padding: 12px 0;
}
#navbar-main #burger-nav .content .join-now {
  padding: 16px 0 0 0;
}
#navbar-main #burger-nav .content .join-now button {
  width: 100%;
  height: 44px;
  padding: 0 32px;
  font-size: 20px;
  font-weight: lighter;
  background-color: transparent;
  border: 1px solid rgb(0, 255, 133);
  color: rgb(0, 255, 133);
  border-radius: 4px;
}
#navbar-main #burger-nav .content .join-now button:hover {
  cursor: pointer;
  background-color: rgb(0, 255, 133);
  color: #17181b;
}
#navbar-main #burger-nav:hover .content, #navbar-main #burger-nav:active .content {
  right: 0px;
}
#navbar-main #burger-nav:hover .icon i, #navbar-main #burger-nav:active .icon i {
  transform: rotate(-90deg);
}

.navbar-empty-space {
  height: 80px;
  padding: 0;
  margin: 0;
}

@media (min-width: 1341px) {
  #navbar-nav {
    display: inline;
  }
  #navbar-login {
    display: inline;
  }
  #burger-nav {
    display: none;
  }
}
@media (max-width: 1340px) {
  #navbar-nav {
    display: none;
  }
  #navbar-login {
    display: none;
  }
  #burger-nav {
    display: grid;
  }
}
body {
  background-color: #17181b;
  padding: 0;
  margin: 0;
  width: 100vw;
  border: 0;
  overflow-x: hidden;
  display: inline;
}

.container {
  width: 100vw;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  border: 0;
  align-items: center;
}

.award-hero {
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  border: 0;
  margin: auto;
}
.award-hero .award-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto 0;
  box-sizing: border-box;
  padding: 0 32px;
  /*
  @media (max-width:1400px) {
      h1{
          font-size: 120px;
          font-size: 8vh;
          line-height: 8vh;
          line-height: calc(120px * 0.8);
      }
      */
  /*
      .championship{
          font-size: 24px;
          line-height: 24px;
          margin: 0 0 8px 0;
      }
  } */
  /*
  @media (max-width:960px) {
      h1{
         // font-size: 90px;
         // line-height: calc(90px * 0.8);
      }
      .championship{
          font-size: 20px;
          line-height: 20px;
      }

      .lead{
          font-size: 30px;
          line-height: 120%;
      }
  }
  */
}
.award-hero .award-title h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(2.75rem, 15vw, 10rem);
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1;
  padding: 0;
  margin: 0;
  text-align: center;
  color: white;
}
@media (max-height: 700px) {
  .award-hero .award-title h1 {
    font-size: clamp(1.5rem, 7vh, 5rem);
  }
}
.award-hero .award-title .championship {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 4vw, 2rem);
  font-weight: 400;
  margin: 0;
}
@media (max-height: 700px) {
  .award-hero .award-title .championship {
    font-size: clamp(1rem, 2vh, 2rem);
  }
}
@media (max-height: 330px), (max-width: 320px) {
  .award-hero .award-title .championship {
    font-size: 0.75rem;
  }
}
.award-hero .award-title .lead {
  font-size: clamp(1.25rem, 4vw, 2rem);
  width: 100%;
  max-width: 800px;
  color: rgb(213, 213, 213);
  text-align: center;
  padding: 0;
  color: white;
}
@media (max-height: 700px) {
  .award-hero .award-title .lead {
    font-size: clamp(1rem, 2vh, 2rem);
  }
}
@media (max-height: 330px), (max-width: 320px) {
  .award-hero .award-title .lead {
    font-size: 0.75rem;
  }
}
.award-hero .award-sponsor {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0px 0px 4rem 0px;
}
.award-hero .award-sponsor-lead {
  text-transform: uppercase;
  text-align: center;
  color: rgb(213, 213, 213);
}
.award-hero .award-sponsor-lead p {
  padding: 1em;
  margin: 0;
  font-size: clamp(0.5rem, 5vw, 1.25rem);
}
@media (max-height: 700px) {
  .award-hero .award-sponsor-lead p {
    font-size: clamp(0.5rem, 2vh, 1.25rem);
  }
}
.award-hero .award-sponsor-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4rem;
  justify-content: center;
}
@media (max-width: 600px) {
  .award-hero .award-sponsor-content {
    flex-wrap: wrap;
  }
}
.award-hero .award-sponsor-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 120px;
  max-width: 340px;
  width: 340px;
}
.award-hero .award-sponsor-content a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-height: 500px), (max-width: 500px) {
  .award-hero .award-sponsor-content a img {
    transform: scale(0.6);
  }
}
@media (max-height: 320px) {
  .award-hero .award-sponsor-content a img {
    transform: scale(0.5);
  }
}
.award-hero .award-hero-background {
  z-index: -10;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0;
}
.award-hero .award-hero-background-video {
  z-index: -10;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0;
}

.award-prize-highlight {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 48px 64px;
  margin: 0;
  width: 100%;
  background-color: gold;
  color: #17181b;
  background-size: 0% 0%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.award-prize-highlight i {
  font-size: 128px;
  margin: 0 auto;
}
.award-prize-highlight p {
  font-size: clamp(24px, 4vw, 2.5rem);
  max-width: 1600px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 auto;
  font-style: italic;
}
@media (max-width: 1000px) {
  .award-prize-highlight {
    padding: 32px 20px;
  }
}

.participation-requirement {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 64px 32px;
  margin: 0;
  width: 100%;
  color: rgb(0, 255, 133);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  font-size: clamp(1.25rem, 2vw, 2.25rem);
  font-family: "Montserrat", sans-serif;
}
.participation-requirement p {
  margin: 0;
  padding: 8px 0;
}

.award-details {
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 48px;
  padding: 80px;
  justify-items: center;
}
.award-details .details-card {
  padding: 32px;
  margin: 0;
  border: 0;
}
.award-details h2 {
  font-size: 64px;
  margin: 0;
}
.award-details p {
  font-size: 24px;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
  margin: 1rem 0 0 0;
}

.award-details-2 {
  height: auto;
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 32px;
  justify-items: center;
  gap: 48px;
}
.award-details-2 h2 {
  font-size: 64px;
  text-align: center;
  width: 100%;
}
.award-details-2 .details-card {
  padding: 0;
  margin: 0;
  border: 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 2fr;
  grid-gap: 32px;
}
.award-details-2 .details-card div {
  padding: 32px;
}
.award-details-2 h3 {
  font-size: 40px;
  margin: 0;
}
.award-details-2 p {
  font-size: 24px;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
  margin: 0 0 16px 0;
}
@media (max-width: 1200px) {
  .award-details-2 {
    gap: 32px;
  }
  .award-details-2 h2 {
    text-align: left;
    font-size: 48px;
  }
  .award-details-2 h3 {
    font-size: 32px;
  }
  .award-details-2 p {
    font-size: 20px;
  }
  .award-details-2 .details-card {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }
  .award-details-2 .details-card div {
    padding: 8px 0;
  }
  .award-details-2 .details-card .content {
    text-align: justify;
  }
}

.award-details-2023-winter {
  height: auto;
  width: 100%;
  max-width: 1800px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 40px 32px;
  justify-items: center;
  gap: 32px;
}
.award-details-2023-winter h2 {
  font-size: 50px;
  text-align: center;
  width: 100%;
  margin: 16px 0;
  grid-column: span 3;
}
.award-details-2023-winter .details-card {
  padding: 16px 32px;
  margin: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.award-details-2023-winter .details-card div {
  padding: 0;
}
.award-details-2023-winter .details-card a {
  color: rgba(85, 254, 132, 0.85);
}
.award-details-2023-winter .details-card a:hover {
  color: rgb(85, 254, 132);
}
.award-details-2023-winter h3 {
  font-size: 32px;
  margin: 0;
}
.award-details-2023-winter p {
  font-size: 24px;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
  margin: 0 0 16px 0;
}
@media (max-width: 1400px) {
  .award-details-2023-winter {
    grid-template-columns: 1fr 1fr;
  }
  .award-details-2023-winter h2 {
    grid-column: span 2;
  }
}
@media (max-width: 960px) {
  .award-details-2023-winter {
    grid-template-columns: 1fr;
  }
  .award-details-2023-winter h2 {
    text-align: left;
    font-size: 48px;
    grid-column: span 1;
  }
  .award-details-2023-winter h3 {
    font-size: 32px;
  }
  .award-details-2023-winter p {
    font-size: 20px;
  }
  .award-details-2023-winter .details-card {
    padding: 0;
  }
  .award-details-2023-winter .details-card div {
    padding: 0;
  }
  .award-details-2023-winter .details-card .content {
    text-align: justify;
  }
}

.award-sponsor-info {
  height: auto;
  width: 100%;
  padding: 5rem 0;
  display: grid;
  justify-items: center;
  align-items: center;
}
.award-sponsor-info-container {
  max-width: 1600px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  justify-items: center;
  align-items: center;
  grid-gap: 64px;
}
.award-sponsor-info .logo {
  padding: 32px;
}
.award-sponsor-info .logo img {
  max-width: 100%;
  max-height: 100%;
}
.award-sponsor-info .content {
  padding: 32px;
}
.award-sponsor-info .content .site-link {
  padding: 48px 0;
  margin: 0;
  width: 100%;
  display: grid;
  justify-content: center;
}
.award-sponsor-info .content .button {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 60px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  background-color: rgba(232, 103, 55, 0.75);
  color: white;
}
.award-sponsor-info .content .button:hover {
  background-color: #e86737;
  color: white;
}
.award-sponsor-info .content .materials {
  width: 100%;
  padding: 0;
  margin: 32px 0 0 0;
}
.award-sponsor-info .content .materials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 180px;
  background-size: cover;
  border-radius: 8px;
  font-weight: bold;
  filter: opacity(0.75);
  transition: filter 300ms linear;
}
.award-sponsor-info .content .materials a:hover {
  filter: opacity(1);
}
.award-sponsor-info .content .videos {
  width: 100%;
  padding: 0;
  margin: 32px 0 0 0;
  display: flex;
  gap: 16px;
}
.award-sponsor-info .content .videos iframe {
  width: 400px;
  height: 225px;
}
.award-sponsor-info h2 {
  font-size: 3rem;
  text-align: left;
  width: 100%;
  margin: 0 0 32px 0;
}
.award-sponsor-info p {
  font-size: 1.3rem;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
  margin: 0 0 1rem 0;
}
.award-sponsor-info .lead {
  font-size: 1.6rem;
  font-weight: 400;
}

.award-sponsor-info.sequence {
  background: linear-gradient(to right, #3a0237, #02013b) !important;
}
.award-sponsor-info.sequence .button {
  background-color: rgba(130, 78, 255, 0.75) !important;
  color: white !important;
}
.award-sponsor-info.sequence .button:hover {
  background-color: #824eff !important;
  color: white !important;
}

.award-sponsor-info.gcore {
  background: linear-gradient(to right, #37257b, #070731) !important;
}
.award-sponsor-info.gcore .button {
  background-color: rgba(232, 103, 55, 0.75) !important;
  color: white !important;
}
.award-sponsor-info.gcore .button:hover {
  background-color: #e86737 !important;
  color: white !important;
}

.award-sponsor-info.houdini {
  background: linear-gradient(to right, #0f0000, #1e1c1a) !important;
}
.award-sponsor-info.houdini .button {
  background-color: rgba(253, 88, 0, 0.75) !important;
  color: white !important;
}
.award-sponsor-info.houdini .button:hover {
  background-color: #fd5800 !important;
  color: white !important;
}

.award-sponsor-info.ggj {
  background: linear-gradient(to right, #5fe8f7, #86bba0) !important;
}
.award-sponsor-info.ggj h2,
.award-sponsor-info.ggj p {
  color: #17181b;
}
.award-sponsor-info.ggj .button {
  background-color: rgba(244, 236, 88, 0.75) !important;
  color: #17181b !important;
}
.award-sponsor-info.ggj .button:hover {
  background-color: #f4ec58 !important;
  color: #17181b !important;
}

.award-sponsor-info.immersal .award-sponsor-info-container {
  background: linear-gradient(to right, #1f2229, #1f2229) !important;
}
.award-sponsor-info.immersal h2,
.award-sponsor-info.immersal p {
  color: rgb(213, 213, 213);
}
.award-sponsor-info.immersal .button {
  background-color: rgba(223, 254, 37, 0.75) !important;
  color: #17181b !important;
}
.award-sponsor-info.immersal .button:hover {
  background-color: #dffe25 !important;
  color: #17181b !important;
}
.award-sponsor-info.immersal .immersal-sdk {
  width: 100%;
  background-color: #dffe25;
}

.indie .award-hero {
  background-color: rgba(0, 0, 0, 0.45);
}

.studio .award-hero {
  background-color: rgba(0, 0, 0, 0.45);
}

.hobby .award-hero {
  background-color: rgba(0, 0, 0, 0.25);
}

.procedural .award-hero {
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 740px) {
  .procedural .award-hero h1 {
    font-size: 60px;
    line-height: 48px;
  }
}

.cloud .award-hero {
  background-color: rgba(0, 0, 0, 0.35);
}

.web3 .award-hero {
  background-color: rgba(0, 0, 0, 0.35);
}

.vrar .award-hero {
  background-color: rgba(0, 0, 0, 0.25);
}

.sponsor-segment {
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
}
.sponsor-segment .segment-bg {
  padding: 80px 32px;
  margin: 0;
  width: 100%;
  height: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
}
.sponsor-segment .segment-container {
  width: 100%;
  max-width: 1600px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  justify-items: center;
  align-items: center;
  grid-gap: 64px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .sponsor-segment .segment-container {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.sponsor-segment .logo {
  box-sizing: border-box;
  padding: 0;
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sponsor-segment .logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .sponsor-segment .logo {
    max-width: 600px;
    padding: 32px;
  }
}
.sponsor-segment .content {
  padding: 32px;
  width: 100%;
}
@media (max-width: 1200px) {
  .sponsor-segment .content {
    padding: 0;
  }
}
.sponsor-segment .content .site-link {
  padding: 48px 0;
  margin: 0;
  width: 100%;
  display: grid;
  justify-content: center;
}
.sponsor-segment .content .button {
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  height: 60px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  padding: 0 20px;
  background-color: rgba(232, 103, 55, 0.75);
  color: white;
}
.sponsor-segment .content .button:hover {
  background-color: #e86737;
  color: white;
}
.sponsor-segment .content .materials {
  width: 100%;
  padding: 0;
  margin: 32px 0 0 0;
}
.sponsor-segment .content .materials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 180px;
  background-size: cover;
  border-radius: 8px;
  font-weight: bold;
  filter: opacity(0.75);
  transition: filter 300ms linear;
}
.sponsor-segment .content .materials a:hover {
  filter: opacity(1);
}
.sponsor-segment .content .videos {
  width: 100%;
  padding: 0;
  margin: 32px 0 0 0;
  display: flex;
  gap: 16px;
}
.sponsor-segment .content .videos iframe {
  width: 400px;
  height: 225px;
}
.sponsor-segment h2 {
  font-size: 48px;
  text-align: left;
  width: 100%;
  margin: 0 0 32px 0;
}
@media (max-width: 1200px) {
  .sponsor-segment h2 {
    font-size: 36px;
  }
  .sponsor-segment p {
    text-align: justify;
  }
}
.sponsor-segment p {
  font-size: 20px;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
  margin: 0 0 16px 0;
}
.sponsor-segment .lead {
  font-size: 24px;
  font-weight: 400;
}

.sponsor-segment.immersal {
  /*.segment-bg.video-showcase{
      padding:0;
      margin:0;
      box-sizing: border-box;

      .segment-container{
          width: 100%;
          max-width: 100%;
          height: auto;
          margin:0;
          padding:0;
          box-sizing: border-box;
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 0;

          .video{
              width: 100%;
              height: auto;
              box-sizing: border-box;
              display: grid;
              grid-template-columns: 1fr;
              justify-content: center;
              align-items: center;

              iframe{
                  width: 100%;
                  height: auto;
                  aspect-ratio: 16/9;
              }
          }
      }
  }*/
}
.sponsor-segment.immersal .segment-bg.info {
  background-color: #1f2229 !important;
}
.sponsor-segment.immersal .segment-bg.info .button {
  background-color: rgba(223, 254, 37, 0.75) !important;
  color: #17181b !important;
}
.sponsor-segment.immersal .segment-bg.info .button:hover {
  background-color: #dffe25 !important;
  color: #17181b !important;
}
.sponsor-segment.immersal .segment-bg.info a:hover {
  color: #dffe25 !important;
}
.sponsor-segment.immersal .segment-bg.sdk {
  background-color: #dffe25 !important;
}
.sponsor-segment.immersal .segment-bg.sdk h2,
.sponsor-segment.immersal .segment-bg.sdk p {
  color: #17181b !important;
}
.sponsor-segment.immersal .segment-bg.sdk .site-link {
  justify-content: start;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 920px) {
  .sponsor-segment.immersal .segment-bg.sdk .site-link {
    justify-content: center !important;
    grid-template-columns: 1fr;
  }
  .sponsor-segment.immersal .segment-bg.sdk .site-link .button {
    margin-bottom: 5px;
  }
}
.sponsor-segment.immersal .segment-bg.sdk .site-link a {
  max-width: 240px !important;
}
.sponsor-segment.immersal .segment-bg.sdk .button {
  background-color: rgba(31, 34, 41, 0.75) !important;
  color: #dffe25 !important;
}
.sponsor-segment.immersal .segment-bg.sdk .button:hover {
  background-color: #1f2229 !important;
  color: #dffe25 !important;
}
.sponsor-segment.immersal .segment-bg.video-showcase {
  background-color: #17181b !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .sponsor-segment.immersal .segment-bg.video-showcase {
    padding-top: 0px !important;
  }
}
.sponsor-segment.immersal .segment-bg.video-showcase h2 {
  font-size: 32px !important;
}
.sponsor-segment.immersal .segment-bg.video-showcase .video {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  padding: 0;
  margin: 0;
  grid-gap: 0;
}
.sponsor-segment.immersal .segment-bg.video-showcase .video iframe {
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
  border: 2px solid black;
}
.sponsor-segment.immersal .segment-bg.video-showcase .button {
  background-color: rgba(223, 254, 37, 0.75) !important;
  color: #1f2229 !important;
}
.sponsor-segment.immersal .segment-bg.video-showcase .button:hover {
  background-color: #dffe25 !important;
  color: #1f2229 !important;
}

.sponsor-segment.gcore .segment-bg.info {
  background: linear-gradient(to right, #37257b, #070731) !important;
}
.sponsor-segment.gcore .segment-bg.info .button {
  background-color: rgba(232, 103, 55, 0.75) !important;
  color: white !important;
}
.sponsor-segment.gcore .segment-bg.info .button:hover {
  background-color: #e86737 !important;
  color: white !important;
}
.sponsor-segment.gcore .segment-bg.info a:hover {
  color: #e86737 !important;
}
.sponsor-segment.gcore .segment-bg.info2 {
  background: linear-gradient(to right, #37257b, #070731) !important;
  padding: 0 32px 80px 32px;
}
.sponsor-segment.gcore .segment-bg.info2 .video {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  padding: 0;
  margin: 0;
  grid-gap: 0;
}
.sponsor-segment.gcore .segment-bg.info2 .video iframe {
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
  border: 2px solid black;
}
.sponsor-segment.gcore .segment-bg.info2 .materials {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.sponsor-segment.gcore .segment-bg.info2 .materials h3 {
  display: none;
}
.sponsor-segment.gcore .segment-bg.info2 .materials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 270px;
  background-size: cover;
  border-radius: 8px;
  font-weight: bold;
  filter: opacity(0.75);
  transition: filter 300ms linear;
  font-size: 130%;
}
.sponsor-segment.gcore .segment-bg.info2 .materials a:hover {
  filter: opacity(1);
}
.sponsor-segment.gcore .segment-bg.info2 .materials a i {
  margin-right: 1rem;
}

.sponsor-segment.ludeo .segment-bg.info {
  background: linear-gradient(to right, #070c31, #5243ff) !important;
}
.sponsor-segment.ludeo .segment-bg.info .button {
  background-color: rgba(7, 12, 49, 0.75) !important;
  color: white !important;
}
.sponsor-segment.ludeo .segment-bg.info .button:hover {
  background-color: #3898ec !important;
  color: white !important;
}
.sponsor-segment.ludeo .segment-bg.info a:hover {
  color: #070c31 !important;
}
.sponsor-segment.ludeo .segment-bg.info .video {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  padding: 0;
  margin: 0;
  grid-gap: 0;
}
.sponsor-segment.ludeo .segment-bg.info .video iframe {
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
  border: 2px solid black;
}

.sponsor-segment.sequence .segment-bg.info {
  background: linear-gradient(to right, #270f6b, #350236) !important;
}
.sponsor-segment.sequence .segment-bg.info .button {
  background-color: rgba(188, 79, 223, 0.75) !important;
  color: rgb(213, 213, 213) !important;
}
.sponsor-segment.sequence .segment-bg.info .button:hover {
  background-color: #bc4fdf !important;
  color: rgb(213, 213, 213) !important;
}
.sponsor-segment.sequence .segment-bg.info a:hover {
  color: #bc4fdf !important;
}
.sponsor-segment.sequence .segment-bg.sdks .segment-container {
  padding: 0 32px;
  max-width: 1600px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  grid-gap: 8px 64px;
}
.sponsor-segment.sequence .segment-bg.sdks .segment-container .content {
  grid-column: 1/span 3;
  width: 100%;
}
.sponsor-segment.sequence .segment-bg.sdks .segment-container .content h2,
.sponsor-segment.sequence .segment-bg.sdks .segment-container .content p {
  max-width: 1200px;
}
.sponsor-segment.sequence .segment-bg.sdks .segment-container .sdk-link {
  width: 100%;
  min-height: 240px;
  display: grid;
  align-items: center;
  padding: 0;
  margin: 0;
}
.sponsor-segment.sequence .segment-bg.sdks .segment-container .sdk-link a {
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  border: 2px solid rgb(213, 213, 213);
  color: rgb(213, 213, 213);
}
.sponsor-segment.sequence .segment-bg.sdks .segment-container .unity a {
  background: linear-gradient(to top, #eb3a86, rgba(235, 58, 134, 0)) !important;
  background-size: 100% 0% !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  filter: opacity(0.6);
  transition: filter 0.5s ease-in-out;
  transition: background-size 0.5s ease-in-out;
}
.sponsor-segment.sequence .segment-bg.sdks .segment-container .unity a:hover {
  filter: opacity(1);
  background-size: 100% 200% !important;
}
.sponsor-segment.sequence .segment-bg.sdks .segment-container .unreal a {
  background: linear-gradient(to top, #4aceb5, rgba(74, 206, 181, 0)) !important;
  background-size: 100% 0% !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  filter: opacity(0.6);
  transition: filter 0.5s ease-in-out;
  transition: background-size 0.5s ease-in-out;
}
.sponsor-segment.sequence .segment-bg.sdks .segment-container .unreal a:hover {
  filter: opacity(1);
  background-size: 100% 200% !important;
}
.sponsor-segment.sequence .segment-bg.sdks .segment-container .mobile a {
  background: linear-gradient(to top, #f661f0, rgba(0, 198, 212, 0)) !important;
  background-size: 100% 0% !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  filter: opacity(0.6);
  transition: filter 0.5s ease-in-out;
  transition: background-size 0.5s ease-in-out;
}
.sponsor-segment.sequence .segment-bg.sdks .segment-container .mobile a:hover {
  filter: opacity(1);
  background-size: 100% 200% !important;
}
@media (max-width: 1200px) {
  .sponsor-segment.sequence .segment-bg.sdks .segment-container {
    grid-template-columns: 1fr !important;
    grid-gap: 24px 0;
  }
  .sponsor-segment.sequence .segment-bg.sdks .segment-container .content {
    grid-column: 1/1;
  }
  .sponsor-segment.sequence .segment-bg.sdks .segment-container .sdk-link {
    min-height: 160px;
  }
}
.sponsor-segment.sequence .segment-bg.skyweaver {
  background-color: #17181b !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .sponsor-segment.sequence .segment-bg.skyweaver {
    padding-top: 0px !important;
  }
}
.sponsor-segment.sequence .segment-bg.skyweaver h2,
.sponsor-segment.sequence .segment-bg.skyweaver p,
.sponsor-segment.sequence .segment-bg.skyweaver a {
  color: #17181b !important;
}
.sponsor-segment.sequence .segment-bg.skyweaver a:hover {
  color: #bc4fdf !important;
}
.sponsor-segment.sequence .segment-bg.skyweaver p {
  font-weight: normal;
}
.sponsor-segment.sequence .segment-bg.skyweaver .video {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  padding: 0;
  margin: 0;
  grid-gap: 0;
}
.sponsor-segment.sequence .segment-bg.skyweaver .video iframe {
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
  border: 2px solid black;
}
.sponsor-segment.sequence .segment-bg.skyweaver .button {
  background-color: rgba(188, 79, 223, 0.75) !important;
  color: rgb(213, 213, 213) !important;
}
.sponsor-segment.sequence .segment-bg.skyweaver .button:hover {
  background-color: #bc4fdf !important;
  color: rgb(213, 213, 213) !important;
}

.sponsor-segment.houdini .segment-bg.info {
  background-color: #0d0d0e !important;
}
.sponsor-segment.houdini .segment-bg.info .button {
  background-color: rgba(232, 105, 45, 0.75) !important;
  color: rgb(213, 213, 213) !important;
}
.sponsor-segment.houdini .segment-bg.info .button:hover {
  background-color: #e8692d !important;
  color: rgb(213, 213, 213) !important;
}
@media (max-width: 420px) {
  .sponsor-segment.houdini .segment-bg.info .button {
    font-size: 1.05rem !important;
  }
}
.sponsor-segment.houdini .segment-bg.info a:hover {
  color: #e8692d !important;
}
.sponsor-segment.houdini .segment-bg.video-showcase {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #0d0d0e;
}
.sponsor-segment.houdini .segment-bg.video-showcase .segment-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 30px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 1000px) {
  .sponsor-segment.houdini .segment-bg.video-showcase .segment-container {
    padding: 10px;
    grid-template-columns: 1fr;
    /*grid-gap: 30px;*/
  }
}
.sponsor-segment.houdini .segment-bg.video-showcase .segment-container .video {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
}
.sponsor-segment.houdini .segment-bg.video-showcase .segment-container .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.sponsor-segment.vrkiwi {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sponsor-segment.vrkiwi .segment-bg.info .logo {
  width: 100%;
  height: 100%;
  filter: invert(1);
  padding: 40px;
  box-sizing: border-box;
}
.sponsor-segment.vrkiwi .segment-bg.info .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sponsor-segment.vrkiwi .segment-bg.info .video {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  padding: 0;
  margin: 0;
  grid-gap: 0;
}
.sponsor-segment.vrkiwi .segment-bg.info .video iframe {
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
  border: 2px solid black;
}
.sponsor-segment.vrkiwi .segment-bg.info .button {
  background-color: rgba(145, 203, 65, 0.75) !important;
  color: #17181b !important;
}
.sponsor-segment.vrkiwi .segment-bg.info .button:hover {
  background-color: #91cb41 !important;
  color: #17181b !important;
}
@media (max-width: 420px) {
  .sponsor-segment.vrkiwi .segment-bg.info .button {
    font-size: 1.05rem !important;
  }
}
.sponsor-segment.vrkiwi .segment-bg.info a:hover {
  color: #e8692d !important;
}
.sponsor-segment.vrkiwi .segment-bg.info2 .site-link .button {
  background-color: rgb(213, 213, 213);
  color: #17181b !important;
}
.sponsor-segment.vrkiwi .segment-bg.info2 .site-link .button:hover {
  background-color: #17181b;
  color: rgb(213, 213, 213) !important;
}
@media (max-width: 420px) {
  .sponsor-segment.vrkiwi .segment-bg.info2 .site-link .button {
    font-size: 1.05rem !important;
  }
}

.sponsor-segment.jangafx .segment-bg.info {
  background-color: #161616;
}
.sponsor-segment.jangafx .segment-bg.info .button {
  background-color: rgba(55, 145, 211, 0.75) !important;
  color: #17181b !important;
}
.sponsor-segment.jangafx .segment-bg.info .button:hover {
  background-color: #3791d3 !important;
  color: #17181b !important;
}
@media (max-width: 420px) {
  .sponsor-segment.jangafx .segment-bg.info .button {
    font-size: 1.05rem !important;
  }
}
.sponsor-segment.jangafx .segment-bg.embergen {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img_new/awards/2023-winter/bestvfx_banner.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sponsor-segment.jangafx .segment-bg.embergen .video {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  padding: 0;
  margin: 0;
  grid-gap: 0;
}
.sponsor-segment.jangafx .segment-bg.embergen .video iframe {
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
  border: 2px solid black;
}
.sponsor-segment.jangafx .segment-bg.embergen .button {
  background-color: rgba(231, 143, 28, 0.75) !important;
  color: #17181b !important;
}
.sponsor-segment.jangafx .segment-bg.embergen .button:hover {
  background-color: #e78f1c !important;
  color: #17181b !important;
}
@media (max-width: 420px) {
  .sponsor-segment.jangafx .segment-bg.embergen .button {
    font-size: 1.05rem !important;
  }
}
.sponsor-segment.jangafx .segment-bg.embergen .trial {
  font-weight: bold;
  background: linear-gradient(to right, #e78f1c, #1ce7dd, #e71ccc, #d3e71c);
  background-size: 300% 300%;
  padding: 0.1rem 0.35rem;
  border-radius: 5px;
  color: black;
  animation: gradientAnimation 6s infinite;
}

.sponsor-segment.skillz .info {
  background: linear-gradient(to bottom, #0043FF, #EA0449);
}
.sponsor-segment.skillz .info .site-link {
  justify-content: flex-start;
}
.sponsor-segment.skillz .info .site-link .button {
  background: linear-gradient(to right, #cacaca, #5c5c5c) !important;
  color: black;
}
.sponsor-segment.skillz .info .site-link .button:hover {
  background: linear-gradient(to right, #eeeeee, #686868) !important;
}
.sponsor-segment.skillz .info .video {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  padding: 0;
  margin: 0;
  grid-gap: 0;
}
.sponsor-segment.skillz .info .video iframe {
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
  border: 2px solid black;
}

.sponsor-segment.anybrain .info .video {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  padding: 0;
  margin: 0;
  grid-gap: 0;
}
.sponsor-segment.anybrain .info .video iframe {
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
  border: 2px solid black;
}
.sponsor-segment.anybrain .info .site-link {
  justify-content: flex-start;
}
.sponsor-segment.anybrain .info .site-link .button {
  background-color: transparent !important;
  border: 2px solid #9ad7f5;
  color: #9ad7f5;
  transition: all 500ms ease-in-out;
}
.sponsor-segment.anybrain .info .site-link .button:hover {
  background-color: #9ad7f5 !important;
  color: black;
}

.winter-2023-indie .award-hero {
  background-color: rgba(0, 0, 0, 0.25);
}

.winter-2023-studio .award-hero {
  background-color: rgba(0, 0, 0, 0.25);
}

.winter-2023-hobby .award-hero {
  background-color: rgba(0, 0, 0, 0.15);
}

.winter-2023-mobile .award-hero {
  background-color: rgba(0, 0, 0, 0.45);
}

.winter-2023-multiplayer .award-hero {
  background-color: rgba(0, 0, 0, 0.25);
}

.winter-2023-houdini .award-hero {
  background-color: rgba(0, 0, 0, 0.45);
}

.winter-2023-procedural .award-hero {
  background-color: rgba(0, 0, 0, 0.45);
}

.winter-2023-vraward .award-hero {
  background-color: rgba(0, 0, 0, 0.35);
}

.winter-2023-bestvfx .award-hero {
  background-color: rgba(0, 0, 0, 0.35);
}

.winter-2023-vraward .award-details-2023-winter .details-card:nth-child(4) {
  grid-row: span 2;
}

.winter-2023-vraward .award-details-2023-winter .details-card:nth-child(4) .content p:first-child {
  display: block;
  padding: 20px;
  margin: 20px 0;
  border: 2px solid rgb(0, 255, 133);
  border-radius: 8px;
}

.winter-2023-vraward .award-details-2023-winter .details-card:nth-child(4) .content p:first-child::after {
  content: "";
  display: block;
  height: 80px;
  width: 50%;
  max-width: 200px;
  margin-top: 0px;
  margin-left: auto;
  background-image: url(../img_new/sponsors/white/varjo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.winter-2023-vraward .award-details-2023-winter .details-card:nth-child(4) .content p:first-child a {
  font-weight: bolder;
}

.winter-2023-vraward .award-details-2023-winter .details-card:nth-child(4) .content p:nth-child(2) {
  display: block;
  padding: 20px;
  margin: 20px 0;
  border: 2px solid rgb(0, 255, 133);
  border-radius: 8px;
}

.winter-2023-vraward .award-details-2023-winter .details-card:nth-child(4) .content p:nth-child(2)::after {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  max-width: 200px;
  margin-top: 20px;
  margin-left: auto;
  background-image: url(../img_new/sponsors/white/vrkiwi.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.winter-2023-vraward .award-details-2023-winter .details-card:nth-child(4) .content p:nth-child(2) a {
  font-weight: bolder;
}

.winter-2023-vraward .award-details-2023-winter .details-card:nth-child(4) .content p:nth-child(3) {
  font-size: 95%;
}

.winter-2023-skillz-sync .award-details-2023-winter,
.winter-2023-skillz-async .award-details-2023-winter,
.winter-2023-mobile .award-details-2023-winter {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 960px) {
  .winter-2023-skillz-sync .award-details-2023-winter,
  .winter-2023-skillz-async .award-details-2023-winter,
  .winter-2023-mobile .award-details-2023-winter {
    grid-template-columns: 1fr;
  }
}

.winter-2023-skillz-sync .award-details-2023-winter h2,
.winter-2023-skillz-async .award-details-2023-winter h2,
.winter-2023-mobile .award-details-2023-winter h2 {
  grid-column: span 2;
}
@media (max-width: 960px) {
  .winter-2023-skillz-sync .award-details-2023-winter h2,
  .winter-2023-skillz-async .award-details-2023-winter h2,
  .winter-2023-mobile .award-details-2023-winter h2 {
    grid-column: span 1;
  }
}

.winter-2023-skillz-sync .award-details-2023-winter .details-card:nth-child(4),
.winter-2023-skillz-async .award-details-2023-winter .details-card:nth-child(4) {
  grid-row: span 4;
}
@media (max-width: 960px) {
  .winter-2023-skillz-sync .award-details-2023-winter .details-card:nth-child(4),
  .winter-2023-skillz-async .award-details-2023-winter .details-card:nth-child(4) {
    grid-row: span 1;
  }
}

.winter-2023-mobile .award-details-2023-winter .details-card:nth-child(2) {
  grid-row: span 2;
}
@media (max-width: 960px) {
  .winter-2023-mobile .award-details-2023-winter .details-card:nth-child(2) {
    grid-row: span 1;
  }
}

.winter-2023-mobile .award-details-2023-winter .details-card:nth-child(4) .content p,
.winter-2023-skillz-async .award-details-2023-winter .details-card:nth-child(4) .content p,
.winter-2023-skillz-sync .award-details-2023-winter .details-card:nth-child(4) .content p {
  padding: 1rem;
  background: linear-gradient(#17181b, #17181b) padding-box, linear-gradient(129deg, #0043FF, #EA0449) border-box;
  border-radius: 8px;
  border: 4px solid transparent;
}

.winter-2023-mobile .award-details-2023-winter .details-card:nth-child(4) .content p span,
.winter-2023-skillz-async .award-details-2023-winter .details-card:nth-child(4) .content p span,
.winter-2023-skillz-sync .award-details-2023-winter .details-card:nth-child(4) .content p span {
  font-weight: bold;
}

.winter-2023-mobile .award-details-2023-winter .details-card:nth-child(4) .content,
.winter-2023-skillz-async .award-details-2023-winter .details-card:nth-child(4) .content,
.winter-2023-skillz-sync .award-details-2023-winter .details-card:nth-child(4) .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0;
}

.winter-2023-skillz-sync .award-details-2023-winter .details-card:nth-child(4) .content p:last-child,
.winter-2023-skillz-async .award-details-2023-winter .details-card:nth-child(4) .content p:last-child {
  border: 0px;
}

.winter-2023-skillz-sync .award-details-2023-winter .discord-link,
.winter-2023-skillz-async .award-details-2023-winter .discord-link,
.winter-2023-mobile .award-details-2023-winter .discord-link {
  color: #5865F2;
  font-weight: bold;
  padding: 0 0.3rem;
}
.winter-2023-skillz-sync .award-details-2023-winter .discord-link:hover,
.winter-2023-skillz-async .award-details-2023-winter .discord-link:hover,
.winter-2023-mobile .award-details-2023-winter .discord-link:hover {
  color: white;
  border-radius: 8px;
  background-color: #5865F2;
}

.winter-2023-indie .award-details-2023-winter .details-card:nth-child(4) .content p:first-child,
.winter-2023-studio .award-details-2023-winter .details-card:nth-child(4) .content p:first-child,
.winter-2023-hobby .award-details-2023-winter .details-card:nth-child(4) .content p:first-child {
  padding: 1rem;
  box-sizing: border-box;
  margin-top: 1rem;
  border: 2px solid #9575ff;
  border-radius: 8px;
}

.winter-2023-indie .award-details-2023-winter .details-card:nth-child(4) .content p:first-child::before,
.winter-2023-studio .award-details-2023-winter .details-card:nth-child(4) .content p:first-child::before,
.winter-2023-hobby .award-details-2023-winter .details-card:nth-child(4) .content p:first-child::before {
  content: "";
  display: block;
  height: 160px;
  width: 100%;
  background-image: url(../img_new/banners/bg/bgf_2024_banner.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 1rem;
}

.winter-2023-indie .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:first-child,
.winter-2023-studio .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:first-child,
.winter-2023-hobby .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:first-child {
  font-weight: bold;
  color: #9575ff;
}

.winter-2023-indie .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2),
.winter-2023-studio .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2),
.winter-2023-hobby .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-top: 1rem;
}

.winter-2023-indie .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) span,
.winter-2023-studio .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) span,
.winter-2023-hobby .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) span {
  aspect-ratio: 1/1;
  width: auto;
  height: 100%;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.winter-2023-indie .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) span:nth-of-type(1),
.winter-2023-studio .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) span:nth-of-type(1),
.winter-2023-hobby .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) span:nth-of-type(1) {
  background-image: url(../img_new/partners/instituto_conecta_brasil.svg);
  filter: brightness(0) invert(1);
}

.winter-2023-indie .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) span:nth-of-type(2),
.winter-2023-studio .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) span:nth-of-type(2),
.winter-2023-hobby .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) span:nth-of-type(2) {
  background-image: url(../img_new/partners/indie_hero_logo_white.svg);
}

.winter-2023-indie .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) span:nth-of-type(3),
.winter-2023-studio .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) span:nth-of-type(3),
.winter-2023-hobby .award-details-2023-winter .details-card:nth-child(4) .content p:first-child span:nth-of-type(2) span:nth-of-type(3) {
  background-image: url(../img_new/partners/bgf_logo.jpg);
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 0% 100%;
  }
  75% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
#footer {
  padding: 80px 32px;
  background-color: #111112;
  display: grid;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 18px;
}
#footer #footer-content {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 960px) {
  #footer #footer-content {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 48px;
  }
}
#footer #footer-content .footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#footer #footer-content #footer-socials i {
  margin-right: 16px;
}
@media (max-width: 960px) {
  #footer #footer-content #footer-socials i {
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  #footer #footer-content #footer-socials {
    grid-column: 1/span 2;
    display: flex;
    flex-direction: row;
    gap: 5vw;
    justify-content: center;
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  #footer #footer-content #footer-socials span {
    display: none;
  }
}
#footer #footer-content #footer-logo {
  width: 320px;
  height: auto;
  display: flex;
  flex-direction: column;
}
#footer #footer-content #footer-logo a {
  margin-top: auto;
  font-size: 16px;
  padding: 0 16px;
}
#footer #footer-content #footer-logo a img {
  height: auto;
  width: 100%;
}
@media (max-width: 960px) {
  #footer #footer-content #footer-logo {
    width: 100%;
    justify-content: center;
    align-items: center;
    grid-column: 1/span 2;
  }
  #footer #footer-content #footer-logo img {
    max-width: 320px;
  }
  #footer #footer-content #footer-logo a {
    margin-top: 32px;
    font-size: 16px;
    padding: 0 16px;
  }
  #footer #footer-content #footer-logo a img {
    height: auto;
    width: 100%;
  }
}

#prize-pool {
  width: 100vw;
  height: auto;
  padding: 0;
  margin: 0;
  display: grid;
  justify-content: center;
  align-items: center;
}

#prize-pool-content {
  width: 100%;
  max-width: 1900px;
  box-sizing: border-box;
  padding: 96px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#prize-pool-content #prize-pool-header {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  padding: 0 0 80px 0;
  margin: 0 auto;
  text-align: center;
}
#prize-pool-content #prize-pool-header h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: bolder;
  margin: 0;
}
@media (max-width: 960px) {
  #prize-pool-content #prize-pool-header h2 {
    font-size: 48px;
  }
}
#prize-pool-content #prize-pool-header p {
  font-size: 24px;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
}
@media (max-width: 960px) {
  #prize-pool-content #prize-pool-header p {
    font-size: 20px;
    text-align: justify;
  }
}
#prize-pool-content #prize-pool-items {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}
#prize-pool-content #prize-pool-items .prize-card {
  background-color: white;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 600/860;
  display: grid;
  grid-template-rows: 5fr 7fr;
}
#prize-pool-content #prize-pool-items .prize-card .prize-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: white;
  height: 250px;
  max-height: 250px;
  box-sizing: border-box;
}
#prize-pool-content #prize-pool-items .prize-card .prize-card-image a {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#prize-pool-content #prize-pool-items .prize-card .prize-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#prize-pool-content #prize-pool-items .prize-card .prize-card-content {
  padding: 1.5rem 2rem;
  background-color: rgb(0, 255, 133);
  color: #17181b;
  display: flex;
  flex-direction: column;
}
#prize-pool-content #prize-pool-items .prize-card .prize-card-content h3 {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
#prize-pool-content #prize-pool-items .prize-card .prize-card-content p {
  font-size: 1.1rem;
  margin: 0;
}
#prize-pool-content #prize-pool-items .prize-card .prize-card-content a {
  font-size: 1.1rem;
  margin: 1rem 0 0 0;
  color: #17181b;
  font-weight: bolder;
}
#prize-pool-content #prize-pool-items .prize-card .prize-card-content a:hover {
  color: rgb(92, 0, 179);
}
#prize-pool-content #prize-pool-items .prize-card .tags {
  display: none;
  gap: 0.5rem;
  justify-content: end;
  margin: 0;
  padding: 0.5rem;
  background-color: rgb(0, 255, 133);
}
#prize-pool-content #prize-pool-items .prize-card .tags .tag {
  border-radius: 1rem;
  padding: 0.2rem 1rem;
  font-size: 1rem;
}
#prize-pool-content #prize-pool-items .prize-card .tags .indie-tag {
  background-color: rgb(102, 55, 233);
  color: white;
}
#prize-pool-content #prize-pool-items .prize-card .tags .studio-tag {
  background-color: rgb(255, 93, 17);
  color: black;
}
#prize-pool-content #prize-pool-items .prize-card .tags .hobby-tag {
  background-color: rgb(238, 255, 0);
  color: black;
}
#prize-pool-content #prize-pool-items .prize-card .figures {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 1rem;
  margin: auto 0 0 0;
}
#prize-pool-content #prize-pool-items .prize-card .figures div {
  border-radius: 8px;
  text-align: center;
  padding: 0.5rem 0;
}
#prize-pool-content #prize-pool-items .prize-card .figures span {
  font-size: 2rem;
  font-weight: bold;
}

#submitted-games {
  margin: 0;
  padding: 10vh 0;
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
}
#submitted-games .container {
  width: 100%;
  max-width: 1600px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
#submitted-games .container .games-list-set {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
#submitted-games .container .header {
  width: 100%;
}
#submitted-games .container .header h1 {
  font-weight: normal;
  font-size: 1.8rem;
  text-align: left;
  margin: 0;
  padding: 0;
}
#submitted-games .container .submitted-games-list {
  width: 100%;
  padding: 0;
  margin: 1rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#submitted-games .container .submitted-games-list .error-item {
  background-color: rgba(255, 0, 0, 0.1) !important;
}
#submitted-games .container .submitted-games-list .warning-item {
  background-color: rgba(255, 136, 0, 0.1) !important;
}
#submitted-games .container .submitted-games-list .game-list-item {
  width: 100%;
  height: 2rem;
  display: grid;
  grid-template-columns: 1fr 3fr 1.5fr 0.75fr 1fr 1.25fr;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
#submitted-games .container .submitted-games-list .game-list-item:hover p {
  color: white;
}
#submitted-games .container .submitted-games-list .game-list-item p {
  padding: 0;
  margin: 0;
  font-size: 85%;
  color: rgb(213, 213, 213);
}
#submitted-games .container .submitted-games-list .game-list-item p span {
  margin-right: 1rem;
}
#submitted-games .container .submitted-games-list .game-list-item p span:first-child {
  margin-left: 1rem;
}
#submitted-games .container .submitted-games-list .game-list-item p span:last-child {
  margin-right: 0;
}
#submitted-games .container .submitted-games-list .game-list-item i {
  font-size: 1rem;
}
#submitted-games .container .submitted-games-list .game-list-item .error {
  color: red;
}
#submitted-games .container .submitted-games-list .game-list-item .warning {
  color: rgb(255, 136, 0);
}
#submitted-games .container .submitted-games-list .game-list-item div {
  display: flex;
  align-items: center;
}
#submitted-games .container .submitted-games-list .game-list-item .thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#submitted-games .container .submitted-games-list .game-list-item .game-name {
  font-size: 1.1rem;
  font-weight: 500;
}
#submitted-games .container .submitted-games-list .game-list-item .buttons {
  display: flex;
  justify-content: end;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
#submitted-games .container .submitted-games-list .game-list-item .buttons a {
  font-size: 80%;
  margin: 0;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgb(213, 213, 213);
  border-radius: 4px;
  color: rgb(213, 213, 213);
}
#submitted-games .container .submitted-games-list .game-list-item .buttons a:hover {
  color: black;
  background-color: rgb(213, 213, 213);
}

.navbar-game-admin {
  position: fixed;
  top: 7vh;
  left: 0;
  width: 100%;
  height: 80px;
  display: grid;
  place-content: center;
  z-index: 999999;
}
.navbar-game-admin .admin-content {
  display: flex;
  gap: 2rem;
  width: 100%;
  height: 5vh;
  margin: 0;
  padding: 0;
}
.navbar-game-admin .admin-content .admin-controls {
  position: relative;
  display: flex;
  gap: 0;
  width: 100%;
  min-width: 800px;
  height: 5vh;
  margin: 0;
  padding: 0;
  background-color: #17181b;
  border-radius: 8px;
  overflow: hidden;
}
.navbar-game-admin .admin-content .game-status {
  padding: 1rem;
  width: 200px;
  display: grid;
  place-content: center start;
  color: #17181b;
  font-size: 1.2rem;
  font-weight: bold;
}
.navbar-game-admin .admin-content .checked-not {
  background-color: rgb(255, 251, 0);
}
.navbar-game-admin .admin-content .checked-ok {
  background-color: rgb(0, 255, 133);
}
.navbar-game-admin .admin-content .checked-ban {
  background-color: red;
}
.navbar-game-admin .admin-content .checked-issue {
  background-color: rgb(255, 136, 0);
}
.navbar-game-admin .admin-content .game-admin-buttons {
  position: relative;
  display: flex;
  gap: 1.5rem;
  padding: 0.75rem 1.5rem;
}
.navbar-game-admin .admin-content .game-admin-buttons a {
  display: grid;
  place-content: center;
  padding: 0rem 1rem;
  border: 1px solid;
  border-radius: 4px;
}
.navbar-game-admin .admin-content .game-admin-buttons a:last-child {
  margin: 0 0 0 auto;
}
.navbar-game-admin .admin-content .game-admin-buttons .button-alert {
  border-color: red;
  color: red;
}
.navbar-game-admin .admin-content .game-admin-buttons .button-alert:hover {
  background-color: red;
  color: #17181b;
}
.navbar-game-admin .admin-content .game-admin-buttons .button-warning {
  border-color: rgb(255, 136, 0);
  color: rgb(255, 136, 0);
}
.navbar-game-admin .admin-content .game-admin-buttons .button-warning:hover {
  background-color: rgb(255, 136, 0);
  color: #17181b;
}
.navbar-game-admin .admin-content .game-admin-buttons .button-info {
  border-color: rgb(0, 238, 255);
  color: rgb(0, 238, 255);
}
.navbar-game-admin .admin-content .game-admin-buttons .button-info:hover {
  background-color: rgb(0, 238, 255);
  color: #17181b;
}
.navbar-game-admin .admin-content .game-admin-buttons .button-success {
  border-color: rgb(0, 255, 133);
  color: rgb(0, 255, 133);
}
.navbar-game-admin .admin-content .game-admin-buttons .button-success:hover {
  background-color: rgb(0, 255, 133);
  color: #17181b;
}

#about {
  display: flex;
  justify-content: center;
  background-color: rgb(92, 0, 179);
  padding: 0;
  margin: 0;
}
#about #about-content {
  width: 100%;
  height: 100%;
  display: grid;
  max-width: 1900px;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 80px 0;
}
#about #about-content #about-image {
  overflow: hidden;
  display: grid;
  justify-content: end;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  #about #about-content #about-image {
    justify-content: center;
    overflow: hidden;
    padding: 0px 12px 36px 12px;
  }
}
#about #about-content #about-image img {
  width: 100%;
  min-width: 800px;
}
@media (max-width: 960px) {
  #about #about-content #about-image img {
    min-width: 420px;
  }
}
#about #about-content #about-description {
  max-width: 860px;
  box-sizing: border-box;
  padding: 0 32px;
}
#about #about-content #about-description h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: bolder;
  margin: 0;
}
@media (max-width: 960px) {
  #about #about-content #about-description h2 {
    font-size: 48px;
  }
}
#about #about-content #about-description p {
  font-size: 24px;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
}
@media (max-width: 960px) {
  #about #about-content #about-description p {
    font-size: 20px;
    text-align: justify;
  }
}
#about #about-content #about-description #current-award {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #about #about-content {
    grid-template-columns: 1fr;
  }
}

#info {
  padding: 0px;
  margin: 0px;
  width: 100vw;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #17181b;
}
#info #info-content {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 20px 0;
  justify-items: center;
}
#info #info-content .info-card {
  padding: 36px;
}
#info #info-content .info-card .info-icon {
  color: rgb(0, 255, 133);
  font-size: 64px;
}
@media (max-width: 1300px) {
  #info #info-content .info-card .info-icon {
    font-size: 64px;
  }
}
#info #info-content .info-card .info-header {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: bolder;
}
@media (max-width: 1300px) {
  #info #info-content .info-card .info-header {
    font-size: 48px;
  }
}
#info #info-content .info-card .info-description {
  font-size: 24px;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
}
@media (max-width: 1300px) {
  #info #info-content .info-card .info-description {
    font-size: 20px;
    text-align: justify;
  }
}
@media (max-width: 960px) {
  #info #info-content {
    grid-template-columns: 1fr;
  }
}

#info-2 {
  padding: 0px;
  margin: 0px;
  width: 100vw;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: rgb(0, 255, 133);
}
#info-2 #info-content {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 20px 0;
  justify-items: center;
}
#info-2 #info-content .info-card {
  padding: 36px;
}
#info-2 #info-content .info-card .info-icon {
  color: #17181b;
  font-size: 64px;
}
@media (max-width: 1300px) {
  #info-2 #info-content .info-card .info-icon {
    font-size: 64px;
  }
}
#info-2 #info-content .info-card .info-header {
  font-family: "Montserrat", sans-serif;
  color: #17181b;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: bolder;
}
@media (max-width: 1300px) {
  #info-2 #info-content .info-card .info-header {
    font-size: 48px;
  }
}
#info-2 #info-content .info-card .info-description {
  font-size: 24px;
  font-weight: 200;
  color: #17181b;
  line-height: 140%;
  letter-spacing: 0.1rem;
}
@media (max-width: 1300px) {
  #info-2 #info-content .info-card .info-description {
    font-size: 20px;
    text-align: justify;
  }
}
@media (max-width: 960px) {
  #info-2 #info-content {
    grid-template-columns: 1fr;
  }
}

#info-3 {
  padding: 0px;
  margin: 0px;
  width: 100vw;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: rgb(92, 0, 179);
  justify-content: center;
  display: flex;
}
#info-3 #info-content {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  justify-items: center;
  max-width: 1400px;
}
#info-3 #info-content .info-card {
  padding: 36px;
}
#info-3 #info-content .info-card .info-icon {
  display: none;
}
#info-3 #info-content .info-card .info-header {
  font-family: "Montserrat", sans-serif;
  color: rgb(213, 213, 213);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bolder;
}
@media (max-width: 1300px) {
  #info-3 #info-content .info-card .info-header {
    font-size: 32px;
  }
}
#info-3 #info-content .info-card .info-description {
  font-size: 24px;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
}
@media (max-width: 1300px) {
  #info-3 #info-content .info-card .info-description {
    font-size: 20px;
    text-align: justify;
  }
}
@media (max-width: 960px) {
  #info-3 #info-content {
    grid-template-columns: 1fr;
  }
}

#partners {
  background-color: rgb(245, 245, 245);
  display: flex;
  height: auto;
  padding: 10rem 0rem;
  justify-content: center;
}
#partners #container {
  width: 100%;
  max-width: 2200px;
}
#partners #container #header h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 6.5vh;
  font-weight: bolder;
  margin: 0;
  color: black;
  text-align: center;
}
@media (max-height: 500px) {
  #partners #container #header h2 {
    font-size: 8vw;
  }
}
#partners #container #logos .logos-group-container {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  padding: 0 2rem;
}
#partners #container #logos .logos-group-container .header {
  justify-content: center;
  align-items: center;
  font-size: 2.25rem;
  text-align: center;
}
#partners #container #logos .logos-group-container .sponsor-logos-group {
  display: flex;
  gap: 0px 96px;
  justify-content: center;
  flex-wrap: wrap;
}
#partners #container #logos h3 {
  color: black;
  font-size: 4.5vh;
}
@media (max-height: 500px) {
  #partners #container #logos h3 {
    font-size: 5.5vw;
  }
}
#partners #container #logos #diamond-logos .logo {
  width: 20rem;
}
#partners #container #logos #gold-logos .logo {
  width: 12rem;
  min-width: 192px;
}
#partners #container #logos #silver-logos .logo {
  width: 9rem;
  min-width: 144px;
}
#partners #container #logos #partner-logos .logo {
  width: 9rem;
  min-width: 144px;
}
#partners #container #logos #media-logos .logo {
  width: 9rem;
  min-width: 144px;
}
#partners #container #logos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#partners #container #logos .logo:hover {
  cursor: pointer;
}
#partners #container #logos .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10vh 0px;
}
#partners #container #buttons {
  text-align: center;
  width: 100%;
  padding-top: 5rem;
}
#partners #container #buttons a {
  width: 100%;
  max-width: 512px;
  height: 4vh;
  font-size: 1.25rem;
  background-color: transparent;
  color: #4b4c4e;
  letter-spacing: 0.1rem;
  border: 1px solid #4b4c4e;
  margin-top: 2rem;
  border-radius: 4px;
  padding: 6px 12px;
}
#partners #container #buttons a:hover {
  background-color: rgb(213, 213, 213);
}

#partners2 {
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(251, 254, 255));
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
  height: auto;
  padding: 5rem 0rem;
  justify-content: center;
  box-sizing: border-box;
}
#partners2 #container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
#partners2 #container #header h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 6.5vh;
  font-weight: bolder;
  margin: 0;
  color: black;
  text-align: center;
}
@media (max-height: 500px) {
  #partners2 #container #header h2 {
    font-size: 8vw;
  }
}
#partners2 #container #logos {
  margin: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
#partners2 #container #logos .logos-group-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#partners2 #container #logos .logos-group-container .header {
  justify-content: flex-start;
  align-items: center;
  text-align: start;
  width: 100%;
}
#partners2 #container #logos .logos-group-container .header h3 {
  color: black;
  font-size: 3vh;
  margin: 0;
}
@media (max-height: 500px) {
  #partners2 #container #logos .logos-group-container .header h3 {
    font-size: 5.5vw;
  }
}
#partners2 #container #logos .logos-group-container .sponsor-logos-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem 5rem;
}
#partners2 #container #logos .logos-group-container .sponsor-logos-group .logo {
  aspect-ratio: 3/2;
  width: 100%;
  position: relative;
}
#partners2 #container #logos .logos-group-container .sponsor-logos-group .logo:hover {
  cursor: pointer;
}
#partners2 #container #logos .logos-group-container .sponsor-logos-group .logo a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  transform: scale(1);
  transition: all 500ms ease-in-out;
}
#partners2 #container #logos .logos-group-container .sponsor-logos-group .logo a:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}
#partners2 #container #logos .logos-group-container .sponsor-logos-group .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#partners2 #container #logos .logos-group-container #diamond-logos {
  grid-template-columns: repeat(4, 1fr) !important;
}
#partners2 #container #logos .logos-group-container #gold-logos {
  grid-template-columns: repeat(5, 1fr) !important;
}
#partners2 #container #logos .logos-group-container #silver-logos {
  grid-template-columns: repeat(6, 1fr) !important;
}
#partners2 #container #logos .logos-group-container #media-logos {
  grid-template-columns: repeat(6, 1fr) !important;
}
#partners2 #container #buttons {
  text-align: center;
  width: 100%;
  padding-top: 5rem;
}
#partners2 #container #buttons a {
  width: 100%;
  max-width: 512px;
  height: 4vh;
  font-size: 1.25rem;
  background-color: transparent;
  color: #4b4c4e;
  letter-spacing: 0.1rem;
  border: 1px solid #4b4c4e;
  margin-top: 2rem;
  border-radius: 4px;
  padding: 6px 12px;
}
#partners2 #container #buttons a:hover {
  background-color: rgb(213, 213, 213);
}

#partners-all {
  background-color: rgb(245, 245, 245);
  display: flex;
  width: 100vw;
  height: auto;
  padding: 10rem 0rem;
  justify-content: center;
}
#partners-all #container {
  width: 100%;
  max-width: 2200px;
}
#partners-all #container #header {
  text-align: center;
}
#partners-all #container #header h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: bolder;
  margin: 0;
  color: black;
}
#partners-all #container #header p {
  font-size: 1.6rem;
  font-weight: 200;
  color: #17181b;
  line-height: 140%;
  letter-spacing: 0.1rem;
}
#partners-all #container #logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6rem;
  padding: 2rem;
  justify-content: center;
}
#partners-all #container #logos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  filter: grayscale(1);
  width: 10rem;
  min-width: 144px;
}
#partners-all #container #logos .logo:hover {
  filter: grayscale(0);
  cursor: pointer;
}
#partners-all #container #logos .logo img {
  width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  z-index: -99999;
  background-color: #17181b;
  color: rgb(213, 213, 213);
  font-family: "Nunito", sans-serif;
}

a {
  cursor: pointer;
}
a:hover {
  color: rgb(0, 255, 133);
}

.display-none {
  display: none;
}

.container {
  width: 100vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.content-container {
  width: 100%;
  max-width: 1200px;
}

.section-3-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 16px;
}
.section-3-column .grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-3-column {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}

.video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.ratio-1x1 {
  aspect-ratio: 1/1;
}

.ratio-1x2 {
  aspect-ratio: 1/2;
}

.ratio-2x1 {
  aspect-ratio: 1/2;
}

.user-dashboard {
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-left: 5rem;
  margin-right: 24rem;
}
.user-dashboard .cards {
  width: 100%;
  padding: 3em;
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(200px, 200px));
}
.user-dashboard .cards .card {
  width: 200px;
}

#faq {
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 20px;
  margin: 8vh 0px;
  justify-content: center;
}
#faq #faq-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 960px;
}
#faq #faq-content h1 {
  font-size: 300%;
  text-align: center;
}
#faq #faq-content h2 {
  font-size: 150%;
  font-weight: bolder;
  text-align: start;
  margin: 0 0 8px 0;
}
#faq #faq-content p {
  font-size: 115%;
  margin: 0;
}

#faq-2 {
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 20px;
  margin: 8vh 0px;
  justify-content: center;
  box-sizing: border-box;
}
#faq-2 #faq-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0;
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
}
#faq-2 #faq-content h1 {
  font-size: 300%;
  text-align: center;
}
#faq-2 #faq-content h2 {
  font-size: 20px;
  font-weight: bolder;
  text-align: start;
  margin: 0 0 8px 0;
}
#faq-2 #faq-content p {
  font-size: 20px;
  margin: 0;
}
#faq-2 #faq-content .faq-item {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 2fr;
  border: 2px solid rgb(213, 213, 213);
}
#faq-2 #faq-content .faq-item .faq-header {
  box-sizing: border-box;
  background-color: rgb(213, 213, 213);
  padding: 16px;
  color: #17181b;
  display: grid;
  align-items: center;
}
#faq-2 #faq-content .faq-item .faq-content {
  box-sizing: border-box;
  padding: 16px;
}
@media (max-width: 720px) {
  #faq-2 #faq-content .faq-item {
    grid-template-columns: 1fr;
  }
}

#registration_form {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}
#registration_form .form-group {
  margin-bottom: 15px;
}
#registration_form .text-input input {
  width: 100%;
}

.info-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 999;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  display: none;
  transition: 0.5s all;
  background: rgba(0, 0, 0, 0.93);
  color: #ddd;
}
.info-overlay.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.info-overlay .img {
  max-width: 100%;
  vertical-align: middle;
}
.info-overlay.red {
  color: red;
}

.close-overlay {
  position: absolute;
  right: 65px;
  top: 95px;
  opacity: 0.5;
  cursor: pointer;
  z-index: 99999;
}

.outer-box {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.inner-box {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}

.input-element {
  margin-bottom: 0.75rem !important;
  max-width: 300px;
}
.input-element input#other-input {
  display: none;
}
.input-element label {
  display: inline-block;
  margin-bottom: 0.1rem;
}
.input-element input {
  width: 90%;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  height: 1.3rem;
}
.input-element input.input-checkbox {
  width: auto;
}
.input-element select {
  width: 100%;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}
.input-element .btn-submit {
  width: 100%;
  height: 40px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: lighter;
  background-color: transparent;
  border: 1px solid rgb(0, 255, 133);
  color: rgb(0, 255, 133);
  border-radius: 4px;
}
.input-element .btn-submit:hover {
  cursor: pointer;
  background-color: rgb(0, 255, 133);
  color: #17181b;
}
.input-element .btn-cancel {
  width: 100%;
  height: 40px;
  font-size: 16px;
  background-color: transparent;
  color: #a1a5aa;
  border: 1px solid #a1a5aa;
  margin-top: 1rem;
}
.input-element .btn-cancel:hover {
  background-color: rgb(213, 213, 213);
}
.input-element p {
  margin: 0 0 0.5rem 0;
}

.login-form {
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
}

.sweet-alert p {
  padding: 10px;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.sweet-alert .sa-button-container .cancel {
  width: 100%;
  height: 40px;
  font-size: 16px;
  background-color: transparent;
  color: #a1a5aa;
  border: 1px solid #a1a5aa;
}
.sweet-alert .sa-button-container .cancel:hover {
  background-color: rgb(213, 213, 213);
}
.sweet-alert .sa-button-container .sa-confirm-button-container .confirm {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  font-weight: lighter;
  background-color: transparent;
  border: 1px solid rgb(0, 255, 133);
  color: rgb(0, 255, 133);
  border-radius: 4px;
}
.sweet-alert .sa-button-container .sa-confirm-button-container .confirm:hover {
  cursor: pointer;
  background-color: rgb(0, 255, 133);
  color: #17181b;
}

#gdwc2022 {
  display: flex;
  justify-content: center;
  /*background-color: rgb(92, 0, 179);*/
  padding: 0;
  margin: 0;
}
#gdwc2022 #gdwc2022-content {
  width: 100%;
  /*height: 100%;*/
  display: grid;
  /*max-width: 1900px;*/
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 80px 0;
  background-image: url(../images/parallax/red/bg_red_right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}
@media (max-width: 960px) {
  #gdwc2022 #gdwc2022-content {
    grid-template-columns: 1fr;
  }
}
#gdwc2022 .gdwc2022-description {
  max-width: 860px;
  box-sizing: border-box;
  padding: 0 32px;
  background-color: rgba(1, 1, 1, 0.8);
  border-radius: 10px;
  cursor: pointer;
  margin-top: 20px;
}
#gdwc2022 .gdwc2022-description:hover {
  /*background-color: rgba(1,1,1,0.95);*/
  background-color: rgb(255, 200, 12);
}
#gdwc2022 .gdwc2022-description:hover h2, #gdwc2022 .gdwc2022-description:hover p {
  color: black;
}
#gdwc2022 .gdwc2022-description h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: bolder;
  margin: 0;
  padding-top: 15px;
}
@media (max-width: 960px) {
  #gdwc2022 .gdwc2022-description h2 {
    font-size: 48px;
  }
}
#gdwc2022 .gdwc2022-description p {
  font-size: 24px;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media (max-width: 960px) {
  #gdwc2022 .gdwc2022-description p {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 960px) {
  #gdwc2022 .gdwc2022-description {
    margin-bottom: 20px;
  }
}

#gdwc2022_vote {
  display: flex;
  justify-content: center;
  /*background-color: rgb(92, 0, 179);*/
  padding: 0;
  margin: 0;
}
#gdwc2022_vote #gdwc2022_vote-content {
  width: 100%;
  /*height: 100%;*/
  display: grid;
  /*max-width: 1900px;*/
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 80px 0;
  background-image: url(../images/parallax/2022/bg_2022_left.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 960px) {
  #gdwc2022_vote #gdwc2022_vote-content {
    grid-template-columns: 1fr;
  }
}
#gdwc2022_vote #gdwc2022_vote-description {
  max-width: 860px;
  box-sizing: border-box;
  padding: 0 32px;
}
#gdwc2022_vote #gdwc2022_vote-description h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bolder;
  margin: 0;
  padding-top: 15px;
  text-align: center;
}
@media (max-width: 960px) {
  #gdwc2022_vote #gdwc2022_vote-description h2 {
    font-size: 48px;
  }
}
#gdwc2022_vote #gdwc2022_vote-description p {
  font-size: 24px;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media (max-width: 960px) {
  #gdwc2022_vote #gdwc2022_vote-description p {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 960px) {
  #gdwc2022_vote #gdwc2022_vote-description {
    margin-bottom: 20px;
  }
}
#gdwc2022_vote #gdwc2022_vote-button {
  max-width: 860px;
  box-sizing: border-box;
  padding: 0 32px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  cursor: pointer;
}
#gdwc2022_vote #gdwc2022_vote-button:hover {
  background-color: rgba(245, 228, 0, 0.8);
}
#gdwc2022_vote #gdwc2022_vote-button h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  color: black !important;
  font-weight: bolder;
  margin: 0;
  padding-top: 15px;
  text-align: center;
}
@media (max-width: 960px) {
  #gdwc2022_vote #gdwc2022_vote-button h2 {
    font-size: 48px;
  }
}
#gdwc2022_vote #gdwc2022_vote-button p {
  font-size: 24px;
  font-weight: 200;
  color: black !important;
  line-height: 140%;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media (max-width: 960px) {
  #gdwc2022_vote #gdwc2022_vote-button p {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 960px) {
  #gdwc2022_vote #gdwc2022_vote-button {
    margin-bottom: 20px;
  }
}

#gdwc2022awards {
  display: flex;
  justify-content: center;
  /*background-color: rgb(92, 0, 179);*/
  /*width: 100vw;*/
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
#gdwc2022awards #gdwc2022awards-content {
  width: 100%;
  /*height: 100%;*/
  display: grid;
  /*max-width: 1900px;*/
  /*grid-template-columns: 1fr 1fr;*/
  justify-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 80px 0;
  background-image: url(../awards/content/2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}
#gdwc2022awards #gdwc2022awards-content .header-text {
  /*font-size: 3rem;*/
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: bolder;
  margin: 0;
}
@media (max-width: 960px) {
  #gdwc2022awards #gdwc2022awards-content .header-text {
    font-size: 3rem;
  }
}
#gdwc2022awards #gdwc2022awards-content .info-text {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 420px) {
  #gdwc2022awards #gdwc2022awards-content .info-text {
    font-size: 1rem;
  }
}
#gdwc2022awards #gdwc2022awards-content .info-text a {
  padding: 10px;
  border-radius: 5px;
  color: rgb(255, 200, 12);
  font-weight: normal;
}
#gdwc2022awards #gdwc2022awards-content .info-text a:hover {
  color: white;
  background-color: #FF0000;
}
#gdwc2022awards #gdwc2022awards-content .body-text {
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
}
#gdwc2022awards #gdwc2022awards-content .logo {
  margin: 50px;
}
@media (max-width: 960px) {
  #gdwc2022awards #gdwc2022awards-content .logo {
    margin: 10px;
  }
}
#gdwc2022awards #gdwc2022awards-content img {
  max-width: 100%;
}
@media (max-width: 960px) {
  #gdwc2022awards #gdwc2022awards-content {
    /*grid-template-columns: 1fr;*/
  }
}
#gdwc2022awards #links-section {
  width: 100%;
  /*height: 100%;*/
  /*display: grid;*/
  display: flex;
  flex-wrap: wrap;
  /*max-width: 1900px;*/
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  #gdwc2022awards #links-section {
    grid-template-columns: 1fr;
  }
}
#gdwc2022awards .awards-description {
  display: flex;
  max-width: 860px;
  box-sizing: border-box;
  padding: 0 32px;
  height: 82px;
  width: 350px;
  font-weight: bold;
  /*background-color: rgba(1,1,1,0.8);*/
  background-color: rgba(255, 200, 12, 0.8);
  border-radius: 10px;
  cursor: pointer;
  margin: 20px;
  align-items: center;
  justify-content: center;
}
#gdwc2022awards .awards-description:hover {
  /*background-color: rgba(1,1,1,0.95);*/
  background-color: rgb(255, 200, 12);
}
#gdwc2022awards .awards-description:hover .button-text {
  color: black;
}
#gdwc2022awards .awards-description .button-text {
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 400px) {
  #gdwc2022awards .awards-description {
    width: 250px;
    font-size: 0.8rem;
  }
}
@media (max-width: 960px) {
  #gdwc2022awards .awards-description {
    margin-bottom: 20px;
  }
}

#accolades {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#accolades .container {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#accolades .container .header {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
#accolades .container .header h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: bolder;
  margin: 0;
  text-align: center;
}
@media (max-width: 960px) {
  #accolades .container .header h2 {
    font-size: 48px;
  }
}
#accolades .container .cards {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-sizing: border-box;
  margin: 48px 0;
  padding: 0 2rem;
}
#accolades .container .cards .card {
  width: 100%;
  display: grid;
  grid-template-columns: 1.5fr 5fr;
  height: 220px;
  max-height: 220px;
  box-sizing: border-box;
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
  background-color: rgba(90, 8, 178, 0.5);
  box-shadow: 0px 8px 16px rgba(90, 8, 178, 0.25);
  overflow: hidden;
  grid-gap: 12px;
}
#accolades .container .cards .card:hover {
  transform: scale(1.05);
  background-color: rgb(90, 8, 178);
}
@media (max-width: 800px) {
  #accolades .container .cards .card {
    grid-template-columns: 1fr;
    height: 320px;
    max-height: 320px;
    grid-gap: 0px;
  }
}
#accolades .container .cards .card .accolades-logo {
  width: 100%;
  height: 100%;
  max-height: 220px;
  padding: 2rem;
  margin: 0;
  box-sizing: border-box;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: white;
}
@media (min-width: 800px) {
  #accolades .container .cards .card .accolades-logo .logo-first {
    display: block;
  }
  #accolades .container .cards .card .accolades-logo .logo-secondary {
    display: none;
  }
}
@media (max-width: 800px) {
  #accolades .container .cards .card .accolades-logo {
    height: 140px;
    max-height: 140px;
    padding: 30px;
  }
  #accolades .container .cards .card .accolades-logo .logo-first {
    display: none;
  }
  #accolades .container .cards .card .accolades-logo .logo-secondary {
    display: block;
  }
}
#accolades .container .cards .card .accolades-logo img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 800px) {
  #accolades .container .cards .card .accolades-logo img {
    max-height: 80px;
  }
}
#accolades .container .cards .card .content {
  width: 100%;
  height: 100%;
  max-height: 220px;
  margin: 0;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  #accolades .container .cards .card .content {
    height: 180px;
    max-height: 180px;
  }
}
#accolades .container .cards .card .content h3 {
  font-size: 2.25rem;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (max-width: 960px) {
  #accolades .container .cards .card .content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 800px) {
  #accolades .container .cards .card .content h3 {
    font-size: 1.6rem;
  }
}
#accolades .container .cards .card .content::before {
  content: "Accolade for";
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.35rem;
}
#accolades .container .cards .card .content p {
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.1rem;
  margin: 0;
}
@media (max-width: 1100px) {
  #accolades .container .cards .card .content p {
    line-height: 100%;
  }
}
@media (max-width: 800px) {
  #accolades .container .cards .card .content p {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

#finalists {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#finalists .container {
  padding: 5rem 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#finalists .container .header {
  width: 100%;
  max-width: 1600px;
  height: auto;
  padding: 0 0 5rem 0;
}
#finalists .container .header h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: bolder;
  margin: 0;
  text-align: center;
}
@media (max-width: 960px) {
  #finalists .container .header h2 {
    font-size: 48px;
  }
}
#finalists .container .header p {
  font-size: 24px;
  font-weight: 200;
  color: rgb(213, 213, 213);
  line-height: 140%;
  letter-spacing: 0.1rem;
  padding: 0 32px;
}
@media (max-width: 960px) {
  #finalists .container .header p {
    font-size: 20px;
    text-align: justify;
  }
}
#finalists .container .header .awards-stream-2023 {
  display: flex;
  justify-content: center;
}
#finalists .container .header .awards-stream-2023 iframe {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 800px;
  height: auto;
}
#finalists .container .cards {
  box-sizing: border-box;
  width: 100%;
  padding: 0 2rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
#finalists .container .cards .category {
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  height: auto;
  padding: 0;
}
#finalists .container .cards .category .category-header {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}
@media (max-width: 720px) {
  #finalists .container .cards .category .category-header {
    height: auto;
  }
}
#finalists .container .cards .category .category-header .category-background {
  display: none;
}
#finalists .container .cards .category .category-header .category-content {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  z-index: 6;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 0 2rem;
  background-color: #17181b;
}
@media (max-width: 720px) {
  #finalists .container .cards .category .category-header .category-content {
    flex-direction: column;
    gap: 0;
    align-items: center;
    text-align: center;
  }
}
#finalists .container .cards .category .category-header .category-content h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  color: white;
  line-height: 1;
}
#finalists .container .cards .category .category-header .category-content .sponsor-logo {
  box-sizing: border-box;
  padding: 1rem;
  max-width: 260px;
  margin: 0;
}
#finalists .container .cards .category .category-header .category-content .sponsor-logo a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#finalists .container .cards .category .category-header .category-content .sponsor-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 720px) {
  #finalists .container .cards .category .category-header .category-content .sponsor-logo {
    max-height: 70px;
    padding: 0;
    margin: 0.5rem auto 2.5rem auto;
    max-width: 80%;
  }
}
#finalists .container .cards .category .category-header .category-content .category-link {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bolder;
}
@media (max-width: 720px) {
  #finalists .container .cards .category .category-header .category-content .category-link {
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    margin-left: auto;
  }
}
#finalists .container .cards .category .category-games {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
#finalists .container .cards .category .top5-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
#finalists .container .cards .category .top5-container h3 {
  width: 100%;
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  margin: 0;
}
#finalists .container .cards .category .top5-container .winner-card {
  height: 288px;
  max-height: 288px;
}
#finalists .container .cards .category .top5-container .invisible-divider {
  flex: 0 0 100%;
  height: 0;
}
#finalists .container .cards .category .top3-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
#finalists .container .cards .category .top3-container .top3-item h3 {
  width: 100%;
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  margin: 0 0 1.5rem 0;
}
#finalists .container .cards .category .top3-container .top3-item .winner-card {
  height: 288px;
  max-height: 288px;
}
#finalists .container .cards .category .top3-container .invisible-divider {
  flex: 0 0 100%;
  height: 0;
}
#finalists .container .cards .category .top1-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
#finalists .container .cards .category .top1-container h3 {
  width: 100%;
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  margin: 0 0 1.5rem 0;
}
#finalists .container .cards .category .top1-container .winner-card {
  height: 288px;
  max-height: 288px;
}
#finalists .finalist-card {
  aspect-ratio: 16/9;
  max-height: 240px;
  height: 240px;
  width: auto;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  transform: scale(1);
  filter: brightness(0.95);
  transition: all 500ms ease-in-out;
  border: 2px solid black;
}
#finalists .finalist-card .finalist-card-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#finalists .finalist-card .finalist-card-container .finalist-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 4;
}
#finalists .finalist-card .finalist-card-container .finalist-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#finalists .finalist-card .finalist-card-container .finalist-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#finalists .finalist-card .finalist-card-container .finalist-content {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: rgba(23, 24, 27, 0.85);
  font-family: "Montserrat", sans-serif;
  padding: 0.45rem 0.75rem;
  overflow-x: hidden;
}
@media (hover: hover) {
  #finalists .finalist-card .finalist-card-container .finalist-content {
    margin-bottom: -100px;
    transition: all 500ms ease-in-out;
    background-color: rgb(0, 255, 133);
    color: black !important;
  }
}
#finalists .finalist-card .finalist-card-container .finalist-content .game-name {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bolder;
}
#finalists .finalist-card .finalist-card-container .finalist-content .team-name {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: normal;
}
#finalists .finalist-card:hover {
  color: white;
  transform: scale(1.1);
  filter: brightness(1.05);
  border: 2px solid rgb(0, 255, 133);
}
@media (hover: hover) {
  #finalists .finalist-card:hover .finalist-card-container .finalist-content {
    margin-bottom: 0px;
  }
}
#finalists .only-winner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 255, 133);
  box-sizing: border-box;
  padding: 2rem;
}
#finalists .only-winner p {
  color: black;
  font-size: 1.5rem;
  text-align: center;
}/*# sourceMappingURL=styles.css.map */