@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Anton&display=swap");
@-webkit-keyframes pop-up {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes pop-up {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 194, 0, 0);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 194, 0, 0);
            box-shadow: 0 0 0 10px rgba(255, 194, 0, 0);
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 194, 0, 0);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 194, 0, 0);
            box-shadow: 0 0 0 10px rgba(255, 194, 0, 0);
  }
}
@-webkit-keyframes color-change {
  0% {
    color: #eaff00;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #ffff01;
  }
}
@keyframes color-change {
  0% {
    color: #eaff00;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #ffff01;
  }
}
#CH_stickybanner {
  z-index: 99;
  position: fixed;
  width: 100%;
}

.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#sticky-champions-of-the-reels #sticky-champions-of-the-reels-banner {
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: url("https://www.tcampaign.com/campaign/champions-of-the-reels/top-banner/coming-soon/bg-desk.gif") no-repeat center/cover, -webkit-gradient(linear, left top, right top, from(rgb(213, 10, 10)), to(rgb(69, 1, 1)));
  background: url("https://www.tcampaign.com/campaign/champions-of-the-reels/top-banner/coming-soon/bg-desk.gif") no-repeat center/cover, linear-gradient(90deg, rgb(213, 10, 10) 0%, rgb(69, 1, 1) 100%);
}
#sticky-champions-of-the-reels #sticky-champions-of-the-reels-banner img {
  display: block;
  padding: 0;
  border: 0;
}
#sticky-champions-of-the-reels a {
  color: #fff;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}
#sticky-champions-of-the-reels a:hover {
  color: #fff;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

#sticky-champions-of-the-reels-banner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#banner-comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1000px;
  height: 70px;
  margin: 0 auto;
  gap: 12px;
}
#banner-comp > * {
  min-width: 0;
}

#logo {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 120px;
  height: auto;
  margin: 0;
  -webkit-animation: pop-up 1.5s ease-in-out infinite;
          animation: pop-up 1.5s ease-in-out infinite;
}

#offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  padding: 0;
}

#offer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  max-width: none;
  margin: 5px;
  padding: 5px 18px;
  text-align: center;
  background-color: rgba(51, 20, 20, 0.8);
  border: 2px solid #fff600;
  border-radius: 10px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

#text-small {
  display: block;
  width: auto;
  max-width: none;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#text-big {
  display: block;
  width: auto;
  color: #fff600;
  font-family: "Archivo Black", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-text-stroke: 2px rgba(255, 196, 0, 0.92);
  paint-order: stroke fill;
  -webkit-animation: color-change 2.3s infinite;
          animation: color-change 2.3s infinite;
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  #banner-comp {
    max-width: 100%;
    padding: 0 12px;
    gap: 10px;
  }
  #logo {
    bottom: 0;
    max-width: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #offer-block {
    max-width: none;
    margin: 4px 0;
    padding: 4px 14px;
  }
  #text-small {
    max-width: none;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
  }
  #text-big {
    font-size: 19px;
    -webkit-text-stroke-width: 1px;
  }
}
@media screen and (max-width: 600px) {
  #sticky-champions-of-the-reels #sticky-champions-of-the-reels-banner {
    background: url("https://www.tcampaign.com/campaign/champions-of-the-reels/top-banner/coming-soon/bg-mob.gif") no-repeat center/cover, #090b10;
  }
  #banner-comp {
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
    gap: 6px;
  }
  #logo {
    bottom: 0;
    width: 90px;
    max-width: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #offer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 240px;
            flex: 0 1 240px;
    width: 100%;
    max-width: 240px;
    padding: 0;
  }
  #offer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 240px;
    margin: 2px 0;
    padding: 4px 8px;
  }
  #text-small {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    max-width: none;
    font-size: 11px;
    line-height: 1;
  }
  #text-big {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    color: #fff600;
    font-size: 18px;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(255, 196, 0, 0.92);
    paint-order: stroke fill;
    text-shadow: 0 0 8px rgba(255, 246, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.5);
  }
}