@media screen and (max-width: 4846px ) { .home-background { background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(62,62,141,1)), url('/src/img/bg/bg-xl.jpg'); }}
@media screen and (max-width: 2423px ) { .home-background { background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(62,62,141,1)), url('/src/img/bg/bg-l.jpg'); }}
@media screen and (max-width: 1212px ) { .home-background { background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(62,62,141,1)), url('/src/img/bg/bg-m.jpg'); }}
@media screen and (max-width: 766px  ) { 
  .home-background { background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(62,62,141,1)), url('/src/img/bg/bg-s.jpg'); } 
  .cellmaster-logo { top: -40px; left: 0px !important; } 
  .contest {padding-top: 0px; }
  .contest-scoreboard-mini {
    margin-left: -20px;
    height: 150px !important;
  }
}
@media screen and (max-width: 606px  ) { .home-background { background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(62,62,141,1)), url('/src/img/bg/bg-s.jpg'); } }

.cellmaster-banner {
  background: rgb(16,16,118); background: linear-gradient(0deg, rgba(16,16,118,1) 0%, rgba(62,62,141,1) 100%);
}

.glow1 {
  display: flex;
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  box-shadow: 0px 0px 90px 60px rgba(235,107,255,0.96);
  top: 115px;
  left: 75px;
}

.glow2 {
  display: flex;
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  box-shadow: 0px 0px 90px 70px rgba(0,68,166,0.96);
  top: 115px;
  left: 38px;
  opacity: 0.8;
}

.cellmaster-logo {
  z-index: 2;
  position: relative;
  width: 155px !important;
  height: 200px;
  align-self: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  display: flex;
  top: -50px;
  left: -65px;
}

.cellmaster-logo img:nth-of-type(1) {
  margin-top: 20px;
  position: relative;
  width: 64px;
  border: 8px solid #101076;
  border-radius: 100%;
  background-color: #101076;
}

.cellmaster-logo img:nth-of-type(2) {
  position: absolute;
  top: 46px;
  width: 50px;
}

.cellmaster-logo .text {
  display: flex;
  position: absolute;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 25px;
  color: #FFF;
  bottom: 10px;
}

.cellmaster-logo .text.small {
  display: flex;
  position: absolute;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  color: #FFF;
  bottom: -12px;
}

.cellmaster-container {
  width: 100%; 
  background-color: #101076; 
  justify-content: center; 
  display: flex; 
  height: 320px; 
  border-radius: 24px; 
  margin-bottom: 48px;
  position: relative;
}

.cellmaster-container .cellmaster-logo {
  top: -25px;
  left: 0px;
}

.contest-scoreboard-mini {
  display: grid;
  grid-template-columns: repeat(10, 30px);
  height: 100px;
  align-content: center;
  margin-left: -20px;
}

.contest-scoreboard-mini .avatar {
  display: flex;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  border: 5px solid rgba(255,255,255,0.5);
  border-radius: 100%;
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.2s border;
}

.contest-scoreboard-mini .avatar.technician {
  border: 3px solid var(--color-contest-technician);
}
.contest-scoreboard-mini .avatar.resident {
  border: 3px solid var(--color-contest-resident)
}
.contest-scoreboard-mini  .avatar.specialist {
  border: 3px solid var(--color-contest-specialist);
}
.contest-scoreboard-mini .avatar.student {
  border: 3px solid var(--color-contest-student);
}
.contest-scoreboard-mini .avatar.other {
  border: 3px solid var(--color-contest-student);
}