@font-face {
  font-family: "Ubuntu Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Regular"), url("../../assets/fonts/Ubuntu-R.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Italic"), url("../../assets/fonts/Ubuntu-RI.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Light";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Light"), url("../../assets/fonts/Ubuntu-L.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Light Italic"), url("../../assets/fonts/Ubuntu-LI.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Medium"), url("../../assets/fonts/Ubuntu-M.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Medium Italic"), url("../../assets/fonts/Ubuntu-MI.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Bold"), url("../../assets/fonts/Ubuntu-B.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Bold Italic"), url("../../assets/fonts/Ubuntu-BI.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Condensed Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Condensed Regular"), url("../../assets/fonts/Ubuntu-C.woff") format("woff");
}

@font-face {
  font-family: "manchester_signature";
  src: url("../../assets/fonts/manchestersignature-webfont.woff2") format("woff2"), url("../../assets/fonts/manchestersignature-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PremiumUltra15";
  src: url("../../assets/fonts/PremiumUltra15.woff2") format("woff2"), url("../../assets/fonts/PremiumUltra15.woff") format("woff"), url("../../assets/fonts/PremiumUltra15.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Digital Display";
  font-style: normal;
  font-weight: normal;
  src: url("../../assets/fonts/Digital-Display.woff") format("woff");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Ubuntu Regular", sans-serif;
}

html,
body {
  font: normal 12px "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  background-color: black;
}

/* dirty fix */
#timer-text {
  text-shadow: #000000 1px 2px 5px;
}

html::-webkit-scrollbar {
  display: none;
  /*Chrome*/
}

body::-webkit-scrollbar {
  display: none;
  /*Chrome*/
}

body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
  text-align: center;
  margin: 0 auto;
}

h3 {
  font-size: 3em;
  font-family: "Ubuntu Medium", sans-serif;
  font-weight: normal;
}

p {
  color: white;
  text-align: center;
  font-size: 2.5ch;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
  display: table;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
}

#about-section {
  width: 100%;
  min-height: 100vh;
  height: auto;
  background: #161233;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#about-section #about-button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -10px;
  margin: 0;
  width: 100%;
  height: 10px;
  background: #161233;
  transition: all 0.3s ease;
}

#about-section #about-button p {
  position: relative;
  top: -10px;
  width: 15%;
  min-width: fit-content;
  height: auto;
  padding: 5px 15px 5px 15px;
  border-radius: 15px 15px 0 0;
  background: #161233;
  color: white;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#about-section #about-button:hover {
  top: -20px;
  height: 20px;
}

#about-section #about-button:hover p {
  top: -20px;
}

#about-section .about-content {
  width: 90%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#about-section .about-content h1,
#about-section .about-content h2,
#about-section .about-content h3,
#about-section .about-content h4,
#about-section .about-content h5,
#about-section .about-content h6,
#about-section .about-content p {
  color: white;
}

#about-section .about-content h2 {
  font-family: "Ubuntu Condensed Regular", sans-serif;
  text-transform: uppercase;
  font-size: 4.5em;
  margin: 0.4em 0 0.1em 0;
  font-weight: normal;
}

@media screen and (max-width: 850px) {
  #about-section .about-content h2 {
    font-size: 3.5rem;
  }
}

#about-section .about-content h3 {
  font-family: "Ubuntu Condensed Regular", sans-serif;
  font-size: 2.5em;
  margin: 0 0 1em 0;
  font-weight: normal;
}

#about-section .about-content p {
  margin: 2em 0;
  text-align: justify;
  font-family: "Ubuntu Light", sans-serif;
  font-size: 1.8rem;
  line-height: 3.8rem;
}

@media screen and (max-width: 850px) {
  #about-section .about-content p {
    font-size: 1.6rem;
    line-height: 3.3rem;
  }
}

#about-section .about-content p em {
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

#about-section .about-content p em.text-link {
  cursor: pointer;
  text-decoration: none;
  background-image: linear-gradient(#d580ff, #95e6f5);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}

#about-section .about-content p em.text-link:hover,
#about-section .about-content p em.text-link:focus {
  background-size: 100% 2px;
}

#about-section .about-content a {
  display: inline-block;
  padding: 0.6rem 2.4rem;
  font-size: 1.4rem;
  border: 1px solid #95e6f5;
  border-radius: 0.3rem;
  color: #95e6f5;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#about-section .about-content a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  border: 1px solid #1092c6 !important;
  color: #1092c6 !important;
}

#about-section .about-content a:hover {
  padding: 0.6rem 2.8rem;
}

#about-section .about-content a:visited {
  color: #95e6f5;
}

#about-section .about-content .main-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

@media screen and (max-width: 585px) {
  #about-section .about-content .main-links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  #about-section .about-content .main-links a {
    width: 90%;
    margin: 1rem 0;
  }
}

#about-section .about-content .main-links a {
  flex: 1;
}

#about-section .about-content .main-links a:hover {
  padding: 0.6rem 6rem;
}

#about-section .about-content .logos-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin: 0 0 7rem 0;
}

#about-section .about-content .logos-grid figure {
  height: 19rem;
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.1s ease;
  flex: 1 0 50%;
}

@media screen and (max-width: 485px) {
  #about-section .about-content .logos-grid figure {
    height: 12rem;
  }
}

#about-section .about-content .logos-grid figure img {
  height: 100%;
  cursor: pointer;
}

#about-section .about-content .logos-grid figure figcaption {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 1.4em;
  text-align: center;
  margin: 1rem 0 0 0;
  color: white;
}

#about-section .about-content .logos-grid figure:hover {
  padding: 3px;
}

#about-section .about-content .logos-grid>figure:first-child {
  flex: 0 1 100%;
}

#about-section .about-content .disclaimer p {
  font-size: 1.5rem;
  line-height: 3.4rem;
  text-align: center;
}

#about-section .about-content .sources {
  width: 100%;
  list-style: none;
  color: white;
  margin: 0 0 40px 0;
}

#about-section .about-content .sources li {
  color: white;
  font-family: "Ubuntu Light", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 0 0 1.5rem 0;
  word-break: break-word;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #434954;
  color: white;
}

footer .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 20px 0;
  opacity: 0.7;
}

footer .footer .footer-pages {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
}

footer .footer .footer-pages a {
  color: white;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  background-image: linear-gradient(#95e6f5, #95e6f5);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 460px) {
  footer .footer .footer-pages a {
    text-align: center;
  }
}

footer .footer .footer-pages a:last-child {
  margin: 0;
}

footer .footer .footer-pages a:hover,
footer .footer .footer-pages a:focus {
  background-size: 100% 2px;
}

footer .footer .copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-size: 1rem;
}

footer .footer .copyright .copyright-element {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 0 0;
}

footer .footer .copyright .copyright-element p {
  font-size: 1rem;
  margin: 0 10px 0 0;
}

footer .footer .copyright .copyright-element img {
  height: 3ch;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 15px 0px 0px;
}

footer .footer .copyright .copyright-element img:hover {
  filter: invert(0.7);
}

@media screen and (max-width: 460px) {
  footer .footer {
    flex-direction: column;
  }

  footer .footer .copyright {
    margin-top: 1.5rem;
  }
}

#scene {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#scene .layer {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

#scene .layer.clickable {
  pointer-events: all;
}

/*Background*/
.background {
  background: url("../../assets/2026/img/wall.jpg") no-repeat 50% 100%;
  background-size: cover;
  background-position: center center;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  position: absolute;
}

/*Branding*/
.branding {
  position: absolute;
  top: 5%;
  width: 40%;
  display: flex;
  flex-direction: row;
}

.branding img {
  height: 8rem;
  margin: 0.5em;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.right-branding {
  right: 5%;
  justify-content: end;
}

@media screen and (max-width: 850px) {
  .right-branding {
    width: 100%;
    top: 75%;
    right: unset;
    justify-content: center;
    opacity: 0.8;
  }
}

.left-branding {
  left: 5%;
  justify-content: start;
}

@media screen and (max-width: 850px) {
  .left-branding {
    width: 100%;
    top: 23%;
    left: unset;
    justify-content: center;
    opacity: 0.8;
  }
}

/*Countdown*/
.timer {
  margin: 0;
  margin-top: 1.5rem;
}

.timer h3 {
  font-size: 3rem;
}

.timer h3.timer-register {
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .timer h3 {
    font-size: 2.5rem;
  }

  .timer h3.timer-register {
    font-size: 1.5rem;
  }
}

.timer p.join-text {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.timer p.join-text.small {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.timer-mobile {
  margin: 0;
}

.timer-mobile h3 {
  font-size: 3rem;
}

.timer-mobile h3.timer-register {
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .timer-mobile h3 {
    font-size: 2.5rem;
  }

  .timer-mobile h3.timer-register {
    font-size: 1.5rem;
  }
}

.timer-mobile p.join-text {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.timer-mobile p.join-text.small {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.billboard {
  /* background: url("../../assets/2026/img/billboard.png") no-repeat; */
  background-size: contain;
  background-position: center center;
  width: max-content;
  height: max-content;
  margin: auto;
  padding: 2.5em;
}

.digital {
  font-family: "Digital Display";
}

.timer-heading {
  font-size: 1.9rem;
}

.timer-heading-mobile {
  font-size: 1.2rem;
}

ul.countdown {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
  display: block;
  text-align: center;
  color: white;
}

ul.countdown li {
  display: inline-block;
}

ul.countdown li span {
  font-size: 7.5rem;
  font-weight: 300;
  line-height: 6.5rem;
}

@media screen and (max-width: 1200px) {
  ul.countdown li span {
    font-size: 4rem;
    line-height: 4rem;
  }
}

ul.countdown li.seperator {
  font-size: 6.5rem;
  line-height: 5.5rem;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  ul.countdown li.seperator {
    font-size: 4rem;
    line-height: 4rem;
  }
}

ul.countdown li p {
  color: #ffffff;
  font-size: 1.3rem;
}

@media screen and (max-width: 1200px) {
  ul.countdown li p {
    font-size: 1rem;
  }
}

/*Introduction Text*/
.introduction-text {
  opacity: 0.7;
  position: absolute;
  top: calc(max(25%, 10.8em));
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .introduction-text {
    font-size: 1.2rem;
    top: calc(max(25%, 12.8em));
  }
}

@media screen and (max-width: 850px) {
  .introduction-text {
    display: none;
  }
}

/*Logo*/
/*Front*/
.front-logo {
  position: absolute;
  width: 100%;
  top: 35%;
  /*div:hover {
    cursor: pointer;
    transform: scale(1.05);
  }*/
}

@media screen and (max-width: 850px) {
  .front-logo {
    top: 35%;
  }
}

.front-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 28%;
  height: auto;
  min-width: 200px;
  transition: transform 0.2s;
  opacity: 1;
}

.front-logo div {
  transition: transform 0.2s;
}

.front-logo :hover {
  cursor: pointer;
  transform: scale(1.05);
}

.front-logo h1 {
  font-size: 15rem;
  font-weight: bold;
  font-style: normal;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .front-logo h1 {
    font-size: 12rem;
  }
}

.front-logo h2 {
  font-size: 6rem;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -1.5rem;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .front-logo h2 {
    font-size: 5rem;
  }
}

/*Back*/
.back-logo {
  position: absolute;
  width: 100%;
  top: 40%;
}

.back-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  height: auto;
  min-width: 200px;
  animation: rotation 5s infinite ease-in-out;
  -webkit-animation: rotation 5s infinite ease-in-out;
}

/*Letters*/
.letters-logo {
  position: absolute;
  width: 100%;
  top: 40%;
  opacity: 0.9;
}

.letters-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  height: auto;
  min-width: 200px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

/*Hexgrid*/
.back-hexa {
  opacity: 1;
  position: absolute;
  top: calc(max(25%, 21em));
  width: 40%;
  height: auto;
  z-index: auto;
}

@media screen and (max-width: 850px) {
  .back-hexa {
    display: none;
  }
}

.back-hexa p {
  top: -3em;
  width: 100%;
  position: absolute;
  margin: 1em auto;
  padding: 0 3rem;
  z-index: 1;
  font-size: 2rem;
  text-shadow: #000000 1px 2px 5px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .back-hexa p {
    font-size: 1.6rem;
  }
}

.back-hexa img {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.hexa-left {
  left: 0;
}

.hexa-right {
  right: 0;
}

.hexa-right img {
  width: 130%;
  left: -3rem;
  top: -2rem;
}

/*Mobile*/
#mobile-scene {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: black;
}

#mobile-scene .mobile-top-frame {
  background-image: url("../../assets/2022/tiles/mobile-top-frame.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30%;
}

#mobile-scene .mobile-main-content {
  width: 100%;
  box-sizing: border-box;
  background: url("../../assets/2026/img/wall.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  flex-grow: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

#mobile-scene .mobile-main-content .mobile-text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  box-sizing: border-box;
}

#mobile-scene .mobile-main-content .mobile-text-container p {
  font-size: 1.3rem;
  text-align: center;
}

#mobile-scene .mobile-main-content .mobile-text-container p b {
  font-family: "Ubuntu Bold";
  font-weight: normal;
}

#mobile-scene .mobile-main-content .mobile-text-container .mobile-logo {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform ease 0.3s;
}

#mobile-scene .mobile-main-content .mobile-text-container .mobile-logo img {
  width: 70%;
  margin-top: 2rem;
}

#mobile-scene .mobile-main-content .mobile-text-container .mobile-logo h1 {
  font-family: "Ubuntu Medium";
  font-size: 12rem;
}

#mobile-scene .mobile-main-content .mobile-text-container .mobile-logo h2 {
  font-family: "Ubuntu Medium";
  font-size: 5rem;
  margin-top: -1.5rem;
}

#mobile-scene .mobile-main-content .mobile-text-container .mobile-logo:hover {
  transform: scale(1.05);
}

#mobile-scene .mobile-main-content .mobile-logos-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 2em;
}

#mobile-scene .mobile-main-content .mobile-logos-container img {
  height: 75px;
}

#mobile-scene .mobile-main-content .tablet-left-logos {
  display: flex;
}

#mobile-scene .mobile-main-content .tablet-right-logos {
  display: flex;
}

/* Modal */
.modal {
  font-family: "Ubuntu", sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #434954;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.25;
  color: #ffffff;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
}

.modal__close::before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__content b {
  text-decoration: underline;
  text-decoration-color: #95e6f5;
}

.modal__footer {
  text-align: center;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  font-size: 1.2rem;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: transparent;
  border: 1px solid #95e6f5;
  color: #95e6f5;
}

/*Media Queries*/
@media (min-width: 101px) and (max-width: 650px) {
  #scene {
    display: none;
  }

  #mobile-scene {
    display: flex;
  }

  .mobile-main-content {
    padding: 10px;
  }

  .tablet-right-logos {
    display: none !important;
  }

  .tablet-left-logos {
    display: none !important;
  }
}

@media (min-width: 651px) and (max-width: 1024px) {
  #scene {
    display: none;
  }

  .timer {
    position: absolute;
    top: 2rem;
  }

  #mobile-scene {
    display: flex;
  }

  .mobile-main-content {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    padding: 4rem 3rem !important;
  }

  .tablet-left-logos,
  .tablet-right-logos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 25%;
    height: 100%;
  }

  .tablet-left-logos img,
  .tablet-right-logos img {
    width: 100%;
  }

  .mobile-logos-container {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  #scene {
    display: block;
  }

  #mobile-scene {
    display: none;
  }
}