#vidtop-content {
  top: 0;
}
#content{margin-bottom: 40px;}

#videoBG{
  position: fixed;
  z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  #videoBG { width: 100%; height: auto;}
}
@media (max-aspect-ratio: 16/9) {
  #videoBG { height: 100%; width: auto;}
}
#three{
  background: #e8e8e8;
}

.main-wrapper {
  width: 90%;
  max-width: 900px;
  margin: 3em auto;
  text-align: center;
}

.badger {
  position: relative;
  margin: 1.5em 3em;
  width: 4em;
  height: 6.2em;
  border-radius: 10px;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
}
.badger:before, .badger:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.badger:before {
  transform: rotate(60deg);
}
.badger:after {
  transform: rotate(-60deg);
}
.badger:hover {
  top: -4px;
}
.badger .circle {
  width: 60px;
  height: 60px;
  position: absolute;
  background: #fff;
  z-index: 10;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.badger .circle > i.fa {
  font-size: 2em;
  margin-top: 8px;
}
.svg-inline--fa {
    display: inline-block;
    font-size: 30px;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    margin-top: 6px;
}
.badger .font {
  display: inline-block;
  margin-top: 1em;
}
.badger .ribbon {
  position: absolute;
  border-radius: 4px;
  padding: 2px 5px 4px;
  width: 100px;
  z-index: 11;
  color: #fff;
  bottom: 12px;
  left: 50%;
  margin-left: -55px;
  height: 25px;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background: linear-gradient(to bottom right, #555 0%, #333 100%);
  cursor: default;
}

.yellow {
  background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
  color: #ffb300;
}

.orange {
  background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
  color: #f68401;
}

.pink {
  background: linear-gradient(to bottom right, #F48FB1 0%, #d81b60 100%);
  color: #dc306f;
}

.red {
  background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
  color: #c62828;
}

.purple {
  background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
  color: #7127a8;
}

.teal {
  background: linear-gradient(to bottom right, #4DB6AC 0%, #00796B 100%);
  color: #34a297;
}

.blue {
  background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
  color: #259af3;
}

.blue-dark {
  background: linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
  color: #1c68c5;
}

.green {
  background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
  color: #7cb342;
}

.green-dark {
  background: linear-gradient(to bottom right, #4CAF50 0%, #1B5E20 100%);
  color: #00944a;
}

.silver {
  background: linear-gradient(to bottom right, #E0E0E0 0%, #BDBDBD 100%);
  color: #9e9e9e;
}

.gold {
  background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
  color: #b7892b;
}

.scene {
  width: 202px;
  height: 380px;
  -webkit-animation: vibration 0.2s infinite;
          animation: vibration 0.2s infinite;
  position: absolute;
  margin: auto;
  top: 0;
  left: -100px;
  right: 0;
  bottom: 0;
}

.wing-left {
  position: absolute;
  z-index: 10;
  height: 103px;
  width: 0px;
  padding: 0px;
  top: 82px;
  left: 16px;
  -webkit-transform: rotate(10deg) skew(5deg);
          transform: rotate(10deg) skew(5deg);
  border-top: 21px solid transparent;
  border-right: 38px solid #20c997;
  border-bottom: 19px solid transparent;
}
.wing-left:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  height: 0px;
  width: 0px;
  border-top: 20px solid transparent;
  border-right: 50px solid #283e4a;
  border-bottom: 50px solid transparent;
}

.wing-right {
  position: absolute;
  z-index: 10;
  height: 103px;
  width: 0px;
  padding: 0px;
  top: 62px;
  right: 17px;
  -webkit-transform: rotate(-10deg) skew(-5deg);
          transform: rotate(-10deg) skew(-5deg);
  border-top: 0 solid transparent;
  border-right: 40px solid #20c997;
  border-bottom: 15px solid transparent;
}
.wing-right:after {
  content: "";
  display: block;
  position: absolute;
  top: -33px;
  left: -19px;
  height: 0px;
  width: 0px;
  border-top: 36px solid transparent;
  border-right: 68px solid #283e4a;
  border-bottom: 45px solid transparent;
}

.exhaust {
  position: absolute;
  z-index: 20;
  top: 156px;
  left: 51px;
  height: 0px;
  width: 101px;
  border-top: 23px solid #20c997;
  border-left: 9px solid transparent;
  border-right: 8px solid transparent;
}

.capsule {
  position: absolute;
  z-index: 30;
  left: 46px;
  top: 5px;
  width: 111px;
  height: 156px;
  opacity: 1;
  overflow: hidden;
}
.capsule .base {
  position: absolute;
  background: #ccc;
  width: 112px;
  height: 94px;
  top: 62px;
  left: 0px;
  background: -webkit-gradient(linear, left top, right top, from(#F3F3F3), color-stop(65%, #F3F3F3), color-stop(65%, #E0E0E0), to(#E0E0E0));
  background: linear-gradient(to right, #F3F3F3 0%, #F3F3F3 65%, #E0E0E0 65%, #E0E0E0 100%);
}
.capsule .top {
  position: absolute;
  height: 0px;
  width: 0px;
  padding: 0px;
  left: 0;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-bottom: 62px solid #F3F3F3;
}
.capsule .top:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  border-left: 0px solid transparent;
  border-right: 156px solid transparent;
  border-bottom: 84px solid #283e4a;
  -webkit-transform: skew(42deg);
          transform: skew(42deg);
  top: -14px;
  left: 25px;
  z-index: 50;
}
.capsule .top .shadow {
  position: absolute;
  height: 0px;
  width: 0px;
  border-left: 20px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 90px solid #E0E0E0;
  -webkit-transform: skew(26deg);
          transform: skew(26deg);
  top: -20px;
  left: -3px;
  z-index: 40;
}

.window-big {
  width: 70px;
  height: 70px;
  background: #20c997;
  border-radius: 8em;
  position: absolute;
  z-index: 40;
  top: 57px;
  left: 66px;
}

.window-small {
  width: 44px;
  height: 44px;
  background: #653746;
  border-radius: 8em;
  position: absolute;
  z-index: 50;
  top: 70px;
  left: 79px;
}

.propulsed__slow, .fire-2, .fire-3, .fire-4 {
  -webkit-animation: fire_propulsion 0.3s ease-in infinite;
          animation: fire_propulsion 0.3s ease-in infinite;
}

.main_fire, .fire-1 {
  -webkit-animation: main_fire 0.1s cubic-bezier(0.175, 0.885, 0.42, 1.41) infinite;
          animation: main_fire 0.1s cubic-bezier(0.175, 0.885, 0.42, 1.41) infinite;
}

.fire-1 {
  position: absolute;
  height: 70px;
  width: 70px;
  top: 169px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-40deg) skew(1deg, -11deg);
          transform: rotate(-40deg) skew(1deg, -11deg);
  z-index: 10;
  left: 64px;
  background: linear-gradient(135deg, #EF8B32 0%, #EF8B32 50%, #E82134 50%, #E82134 100%);
}

.fire-2 {
  display: none;
  position: absolute;
  height: 55px;
  width: 55px;
  top: 180px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-33deg) skew(0deg, -30deg);
          transform: rotate(-33deg) skew(0deg, -30deg);
  z-index: 15;
  left: 58px;
  background: linear-gradient(135deg, #E82134 0%, #E82134 50%, #EF8B32 50%, #EF8B32 100%);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.fire-3 {
  position: absolute;
  height: 22px;
  width: 22px;
  top: 196px;
  left: 58px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-33deg) skew(0deg, -30deg);
          transform: rotate(-33deg) skew(0deg, -30deg);
  z-index: 20;
  background: linear-gradient(135deg, #EF8B32 0%, #EF8B32 50%, #E82134 50%, #E82134 100%);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.fire-4 {
  position: absolute;
  height: 22px;
  width: 22px;
  top: 200px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-33deg) skew(0deg, -30deg);
          transform: rotate(-33deg) skew(0deg, -30deg);
  z-index: 20;
  left: 126px;
  background: linear-gradient(135deg, #E82134 0%, #E82134 50%, #EF8B32 50%, #EF8B32 100%);
}

.propulsed, .spark-1, .spark-2, .spark-3, .spark-4 {
  -webkit-animation: dancing_fire 0.24s infinite;
          animation: dancing_fire 0.24s infinite;
}

.spark-1 {
  position: absolute;
  bottom: 177px;
  z-index: 20;
  right: 70px;
  width: 12px;
  height: 12px;
  background: #EF8B32;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.spark-2 {
  position: absolute;
  bottom: 147px;
  z-index: 20;
  left: 52px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #EF8B32;
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}

.spark-3 {
  position: absolute;
  bottom: 90px;
  z-index: 20;
  left: 109px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #E82134;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}

.spark-4 {
  position: absolute;
  bottom: 20px;
  left: 83px;
  z-index: 20;
  width: 10px;
  height: 10px;
  background: #EF8B32;
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}

.hyperspace, .star {
  -webkit-animation: hyperspace 0.4s infinite;
          animation: hyperspace 0.4s infinite;
}

.star {
  position: absolute;
  width: 4px;
  height: 20px;
  background: #fff;
  z-index: 90;
}
.star.star--1 {
  left: 50px;
  top: -10px;
  -webkit-animation-delay: 0.10s;
          animation-delay: 0.10s;
}
.star.star--2 {
  right: 60px;
  top: 30px;
  -webkit-animation-delay: 0.10s;
          animation-delay: 0.10s;
}
.star.star--3 {
  top: 80px;
  left: 25px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.star.star--4 {
  top: -20px;
  right: 75px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.star.star--5 {
  right: 30px;
  top: -60px;
  -webkit-animation-delay: 0.30s;
          animation-delay: 0.30s;
}
.star.star--6 {
  right: 160px;
  top: 50px;
  -webkit-animation-delay: 0.40s;
          animation-delay: 0.40s;
}
.star.star--7 {
  top: 20px;
  left: 75px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.star.star--8 {
  top: -30px;
  right: 95px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.star.star--9 {
  right: 30px;
  top: -60px;
  -webkit-animation-delay: 0.30s;
          animation-delay: 0.30s;
}
.star.star--10 {
  right: 160px;
  top: 50px;
  -webkit-animation-delay: 0.40s;
          animation-delay: 0.40s;
}
.star.star--11 {
  top: 20px;
  left: 75px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.star.star--12 {
  top: -30px;
  right: 95px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.star.star--13 {
  left: -30px;
  top: -60px;
  -webkit-animation-delay: 0.30s;
          animation-delay: 0.30s;
}
.star.star--14 {
  right: -20px;
  top: 50px;
  -webkit-animation-delay: 0.40s;
          animation-delay: 0.40s;
}
.star.star--15 {
  top: 20px;
  left: -75px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.star.star--16 {
  top: -30px;
  right: -95px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes dancing_fire {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translate(0, -10px) scale(1);
            transform: translate(0, -10px) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 50px) scale(1);
            transform: translate(0, 50px) scale(1);
    opacity: 0;
  }
}

@keyframes dancing_fire {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translate(0, -10px) scale(1);
            transform: translate(0, -10px) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 50px) scale(1);
            transform: translate(0, 50px) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes fire_propulsion {
  0% {
    -webkit-transform: translate(0, -10px) scale(1) rotate(-33deg) skew(0deg, -30deg);
            transform: translate(0, -10px) scale(1) rotate(-33deg) skew(0deg, -30deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 50px) scale(0.7) rotate(-33deg) skew(0deg, -30deg);
            transform: translate(0, 50px) scale(0.7) rotate(-33deg) skew(0deg, -30deg);
    opacity: 0;
  }
}
@keyframes fire_propulsion {
  0% {
    -webkit-transform: translate(0, -10px) scale(1) rotate(-33deg) skew(0deg, -30deg);
            transform: translate(0, -10px) scale(1) rotate(-33deg) skew(0deg, -30deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 50px) scale(0.7) rotate(-33deg) skew(0deg, -30deg);
            transform: translate(0, 50px) scale(0.7) rotate(-33deg) skew(0deg, -30deg);
    opacity: 0;
  }
}
@-webkit-keyframes main_fire {
  0% {
    -webkit-transform: translate(0, 5px) scale(1.1, 1) rotate(-33deg) skew(0deg, -30deg);
            transform: translate(0, 5px) scale(1.1, 1) rotate(-33deg) skew(0deg, -30deg);
  }
  100% {
    -webkit-transform: translate(0, 0px) scale(1, 1.4) rotate(-33deg) skew(0deg, -30deg);
            transform: translate(0, 0px) scale(1, 1.4) rotate(-33deg) skew(0deg, -30deg);
  }
}
@keyframes main_fire {
  0% {
    -webkit-transform: translate(0, 5px) scale(1.1, 1) rotate(-33deg) skew(0deg, -30deg);
            transform: translate(0, 5px) scale(1.1, 1) rotate(-33deg) skew(0deg, -30deg);
  }
  100% {
    -webkit-transform: translate(0, 0px) scale(1, 1.4) rotate(-33deg) skew(0deg, -30deg);
            transform: translate(0, 0px) scale(1, 1.4) rotate(-33deg) skew(0deg, -30deg);
  }
}
@-webkit-keyframes vibration {
  0% {
    -webkit-transform: scale(1) translate(0, 0) rotate(45deg);
            transform: scale(1) translate(0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: scale(1) translate(1px, -1px) rotate(45deg);
            transform: scale(1) translate(1px, -1px) rotate(45deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0) rotate(45deg);
            transform: scale(1) translate(0, 0) rotate(45deg);
  }
}
@keyframes vibration {
  0% {
    -webkit-transform: scale(1) translate(0, 0) rotate(45deg);
            transform: scale(1) translate(0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: scale(1) translate(1px, -1px) rotate(45deg);
            transform: scale(1) translate(1px, -1px) rotate(45deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0) rotate(45deg);
            transform: scale(1) translate(0, 0) rotate(45deg);
  }
}
@-webkit-keyframes hyperspace {
  0% {
    -webkit-transform: translate(0, -100px) scale(1, 0);
            transform: translate(0, -100px) scale(1, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 400px) scale(1, 1);
            transform: translate(0, 400px) scale(1, 1);
    opacity: 0;
  }
}
@keyframes hyperspace {
  0% {
    -webkit-transform: translate(0, -100px) scale(1, 0);
            transform: translate(0, -100px) scale(1, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 400px) scale(1, 1);
            transform: translate(0, 400px) scale(1, 1);
    opacity: 0;
  }
}




.l-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 760px) {
  .l-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.b-game-card {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 150%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.b-game-card__cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  background-size: cover;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  will-change: transform;
  -webkit-transform: skewX(0.001deg);
          transform: skewX(0.001deg);
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
  text-align: center;
  padding: 30px 20px;
}
.b-game-card__cover::after {
  display: block;
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(226deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0) 60%);
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
  transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
  transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1), -webkit-transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
}
.b-game-card:hover .b-game-card__cover {
  -webkit-transform: rotateX(7deg) translateY(-6px);
          transform: rotateX(7deg) translateY(-6px);
}
.b-game-card:hover .b-game-card__cover::after {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.b-game-card::before {
  display: block;
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px 12px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: skewX(0.001deg);
          transform: skewX(0.001deg);
  -webkit-transition: opacity .5s ease-in-out, -webkit-transform .35s ease-in-out;
  transition: opacity .5s ease-in-out, -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out, opacity .5s ease-in-out;
  transition: transform .35s ease-in-out, opacity .5s ease-in-out, -webkit-transform .35s ease-in-out;
}
.b-game-card:hover::before {
  opacity: 0.6;
  -webkit-transform: rotateX(7deg) translateY(-6px) scale(1.05);
          transform: rotateX(7deg) translateY(-6px) scale(1.05);
}