/*

	assets:

	
*/
/*
	mixins:
*/
.vb {
  background: #1e1541;
  color: white;
  overflow: hidden;
  position: relative;
}
.vb * {
  box-sizing: border-box;
}
.vb-click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
.mpu {
  width: 300px;
  height: 250px;
  font-size: 30px;
}
.sky {
  width: 160px;
  height: 600px;
  font-size: 22px;
}
.billboard {
  width: 970px;
  height: 250px;
  font-size: 40px;
}
.monster {
  width: 300px;
  height: 600px;
  font-size: 40px;
}
.leaderboard {
  width: 728px;
  height: 90px;
  font-size: 22px;
}
.vb-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.vb-assets {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vb-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 10px 0px 0 10px;
}
.vb-text-line {
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.1em;
  height: 1.1em;
  font-size: inherit;
  margin-top: -0.1em;
  letter-spacing: -0.04em;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.vb-text-line span {
  display: block;
  margin-top: -60px;
  opacity: 1;
}
.vb-text-line.animate-in span {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.47, 0.43, 0.71, 1.46) 0.5s;
}
.vb-frame-assets {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 350;
}
.vb-location {
  position: absolute;
  text-align: right;
  right: 10px;
  bottom: -70px;
  z-index: 299;
  font-size: 13px;
  font-family: Georgia, serif;
  font-style: italic;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  letter-spacing: 0;
  transition: all 0.5s ease-in-out;
}
.billboard .vb-location {
  right: 60px;
}
.leaderboard .vb-location {
  right: 29px;
}
.vb-bgr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  transition: top 0.6s ease-in-out, transform 5.5s ease-in;
  transform: scale(1);
}
.vb-logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 102px;
  height: 71.25px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.vb-logo img {
  width: 100%;
  height: 100%;
}
.billboard .vb-logo {
  width: 136px;
  height: 96px;
  left: auto;
  right: 10px;
}
.monster .vb-logo {
  width: 136px;
  height: 96px;
}
.leaderboard .vb-logo {
  right: 10px;
  left: auto;
}
.sky .vb-logo {
  left: 29px;
  bottom: 36px;
  right: 10px;
}
.vb-fr-disc {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 9px;
  font-family: arial;
  opacity: 0;
}
.sky .vb-fr-disc {
  right: auto;
  left: 10px;
}
.leaderboard .vb-fr-disc {
  right: 120px;
  left: auto;
}
.billboard .vb-fr-disc {
  right: 160px;
  left: auto;
}
.vb-flag {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: bottom 0.3s ease-in-out;
  background: white;
  z-index: 400;
  background-image: url(flag.png);
  background-size: cover;
}
.billboard .vb-flag {
  width: 250px;
  height: 52px;
  right: -198px;
  top: 250px;
  left: auto;
  transform-origin: 0 0;
  transform: rotate(-90deg);
}
.leaderboard .vb-flag {
  width: 90px;
  height: 19px;
  left: auto;
  right: -71px;
  top: 90px;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}
.sky .vb-flag {
  width: 160px;
  height: 33px;
}
.vb-cta-holder {
  height: 2em;
}
.leaderboard .vb-cta-holder {
  padding-top: 4px;
}
.sky .vb-cta-holder {
  padding-top: 4px;
}
.vb-cta {
  font-family: Arial, sans-serif;
  background: #e41817;
  display: inline-block;
  padding: 4px 10px 4px 4px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  letter-spacing: 0;
  left: 0px;
  top: -50px;
  opacity: 0;
  text-transform: none;
  height: auto;
  line-height: 1.4em;
  transition: top 0.3s cubic-bezier(0.47, 0.43, 0.71, 1.46);
}
.vb-cta:before {
  display: inline-block;
  content: " ";
  width: 8px;
  height: 8px;
  background-image: url(arrow.png);
  background-size: cover;
}
.leaderboard .vb-cta {
  padding: 2px 10px 2px 4px;
}
.sky .vb-cta {
  padding: 2px 10px 2px 4px;
}
.vb-cta-arrow {
  width: 8px;
  height: 8px;
}
.vb-bgr-image-1 {
  z-index: 100;
}
.vb-bgr-image-2 {
  z-index: 200;
}
/*

		Animations 

	*/
.vb[data-currentframe="0"] .vb-location-1 {
  opacity: 1;
  bottom: 70px;
  transition-delay: 0s;
}
.vb[data-currentframe="1"] .vb-location-2 {
  opacity: 1;
  bottom: 70px;
  transition-delay: 0s;
}
.vb[data-currentframe="0"] .vb-bgr-image-1 {
  top: 0;
}
.vb[data-currentframe="1"] .vb-bgr-image-1 {
  top: 0;
}
.vb[data-currentframe="2"] .vb-bgr-image-1 {
  top: 110%;
  transition-delay: 0s;
}
.vb[data-currentframe="0"] .vb-bgr-image-1 {
  transform: scale(1.1);
}
.vb[data-currentframe="1"] .vb-bgr-image-1 {
  transform: scale(1.1);
}
.vb[data-currentframe="2"] .vb-bgr-image-1 {
  transform: scale(1);
  display: none;
}
.vb[data-currentframe="0"] .vb-bgr-image-2 {
  top: 110%;
}
.vb[data-currentframe="1"] .vb-bgr-image-2 {
  top: 0;
}
.vb[data-currentframe="2"] .vb-bgr-image-2 {
  top: 110%;
}
.vb[data-currentframe="1"] .vb-bgr-image-2 {
  transform: scale(1.1);
}
.vb[data-currentframe="2"] .vb-bgr-image-2 {
  transform: scale(1.1);
}
.vb[data-currentframe="2"] .vb-flag {
  bottom: -60%;
  transition-delay: .2s;
}
.vb[data-currentframe="2"] .vb-logo {
  opacity: 1;
  transition-delay: 1.5s;
}
.vb[data-currentframe="2"] .vb-cta {
  opacity: 1;
  top: -2px;
}
.vb[data-currentframe="2"] .vb-fr-disc {
  opacity: 1;
  transition-delay: 1.5s;
}
.vb .is_animated .vb-text .vb-text-line:nth-child(5n+1) > * {
  opacity: 1;
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.47, 0.43, 0.71, 1.46) 0.8s;
}
.vb .is_animated .vb-text .vb-text-line:nth-child(5n+2) > * {
  opacity: 1;
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.47, 0.43, 0.71, 1.46) 1.1s;
}
.vb .is_animated .vb-text .vb-text-line:nth-child(5n+3) > * {
  opacity: 1;
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.47, 0.43, 0.71, 1.46) 1.4s;
}
.vb .is_animated .vb-text .vb-text-line:nth-child(5n+4) > * {
  opacity: 1;
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.47, 0.43, 0.71, 1.46) 1.7s;
}
.vb .is_animated .vb-text .vb-text-line:nth-child(5n+5) > * {
  opacity: 1;
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.47, 0.43, 0.71, 1.46) 2s;
}
.vb .is_animated .vb-text .vb-text-line.vb-cta-holder > * {
  opacity: 1;
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.47, 0.43, 0.71, 1.46) 2.3s;
}
.vb.billboard[data-currentframe="0"] .vb-location-1 {
  bottom: 10px;
}
.vb.billboard[data-currentframe="1"] .vb-location-2 {
  bottom: 10px;
}
.vb.billboard[data-currentframe="2"] .vb-flag {
  top: 200%;
}
.vb.sky[data-currentframe="0"] .vb-location-1 {
  bottom: 43px;
}
.vb.sky[data-currentframe="1"] .vb-location-2 {
  bottom: 43px;
}
.vb.leaderboard[data-currentframe="0"] .vb-location-1 {
  bottom: 10px;
}
.vb.leaderboard[data-currentframe="1"] .vb-location-2 {
  bottom: 10px;
}
.vb.leaderboard[data-currentframe="2"] .vb-flag {
  top: 200%;
}
