/* -------------------------------- 

Primary style

-------------------------------- */

.anniversary-50 {
  font-family: "Open Sans", serif;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #222f37;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000' stroke-width='66.7' stroke-opacity='0' %3E%3Ccircle fill='%23222f37' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23202e35' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%231f2c32' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%231d2b30' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%231b2a2e' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%2319282c' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23182729' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23162627' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23142425' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23132322' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23112120' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%230f201e' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%230e1f1b' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%230c1d19' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%230a1c17' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23081b15' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23071912' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23051810' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.header-50anniversary {
  position: relative;
  z-index: 2;
  width: 100%;
}

.anniversary-50 a {
  color: #acb7c0;
  text-decoration: none;
  font-family: "Open Sans", sans-serif; 
}

.anniversary-50 .leftimg {
  vertical-align: text-middle;
  float: left;
  padding-right:10px;
  object-fit:contain;
}

.anniversary-50 .text-wrap {
	float: left;
	margin-right: 25px;
}

.anniversary-50 img {
  max-width: 100%; 
}

.anniversary-50 h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 10px;
  text-align: center;
}

.anniversary-50 h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 48px !important;
  margin-top: 0.5em;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.anniversary-50 .cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto; 
}

.anniversary-50 .cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; 
}

/* -------------------------------- 

Main components 

-------------------------------- */
.anniversary-50 header {
  max-height: 500px;
  line-height: 20px;
  border-bottom: 5px solid #be172c;
  text-align: center;
  background: #ffffff;
  padding: 20px; 
}

.anniversary-50 header h1 {
  color: #303e49;
  font-size: 25px;
  font-size: 1.5625rem;
  padding-bottom: 30px; 
}

@media only screen and (min-width: 1170px) {
  .anniversary-50 header {
    height: 200px;
    line-height: 20px; 
  }

  .anniversary-50 header h1 {
    font-size: 24px;
    font-size: 1.5rem; 
  }
}

.anniversary-50 #cd-timeline {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em; 
}

.anniversary-50 #cd-timeline::before, 
.anniversary-50 #cd-timeline::after {
  /* this is the vertical line */
  content: '';
  position: fixed;
  top: 0;
  left: 50%;
  width: 4px;
  z-index: 1;
}

.anniversary-50 #cd-timeline::before{
  height: 70%;
  background-color: #303e49; 
  z-index: -1;
}

.anniversary-50 #cd-timeline::after {
  height: 70vh;
  background-color: white; 
  z-index: 0;
}

.anniversary-50 #cd-timeline:last-child {
  padding-bottom: 10px; 
}

@media only screen and (min-width: 1170px) {
  .anniversary-50 #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.anniversary-50 .cd-timeline-block {
  position: relative;
  margin: 2em 0; 
  z-index: 1;
}

.anniversary-50 .cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}

.anniversary-50 .cd-timeline-block:first-child {
  margin-top: 0; 
}

.anniversary-50 .cd-timeline-block:last-child {
  margin-bottom: 0; 
}

@media only screen and (min-width: 1170px) {
  .anniversary-50 .cd-timeline-block {
    margin: 4em 0; 
  }

  .anniversary-50 .cd-timeline-block:first-child {
    margin-top: 0; 
  }

  .anniversary-50 .cd-timeline-block:last-child {
    margin-bottom: 0;
  } 
}

.anniversary-50 .cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 1px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); 
}

.anniversary-50 .cd-timeline-img .fas {
  display: block;
  font-size: 24px;
  position: relative;
  color: #ffffff;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px; 
}

.anniversary-50 .cd-timeline-img img {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  color: #ffffff;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px; 
}

.anniversary-50 .cd-timeline-img.cd-oliverwight {
  background: #be172c; 
}

.anniversary-50 .cd-timeline-img.cd-technology {
  background: #8a1c5e; 
}

.anniversary-50 .cd-timeline-img.cd-culture {
  background: #f29404; 
}

.anniversary-50 video { width: 100% !important; height: auto !important; }

@media only screen and (min-width: 1170px) {
  .anniversary-50 .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -28px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; 
  }

  .anniversary-50 .cd-timeline-img.is-hidden {
    visibility: hidden; 
  }

  .anniversary-50 .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; 
  } 
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.anniversary-50 .cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 2em;
  box-shadow: 0 3px 0 #192328; 
}

.anniversary-50 .cd-timeline-content::after {
  clear: both;
  content: "";
  display: table; 
}

.anniversary-50 .cd-timeline-content h2 {
  color: #303e49; 
}

.anniversary-50 .cd-timeline-content p, 
.anniversary-50 .cd-timeline-content .cd-read-more, 
.anniversary-50 .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem; 
}

.anniversary-50 .cd-timeline-content .cd-read-more, 
.anniversary-50 .cd-timeline-content .cd-date {
  display: inline-block; 
}

.anniversary-50 .cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6; 
}

.anniversary-50 .cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #be172c;
  border-radius: 0.25em; 
}

.anniversary-50 .no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb; 
}

.anniversary-50 .cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7; 
}

.anniversary-50 .cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff; 
}

@media only screen and (min-width: 768px) {
	.anniversary-50 .cd-timeline {
		position:relative;
		top:0;
		left:0;
		margin:auto;
	}
  .anniversary-50 .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem; 
  }

  .anniversary-50 .cd-timeline-content p {
    font-size: 14px;
    font-size: 1rem; 
  }

  .anniversary-50 .cd-timeline-content .cd-read-more, 
  .anniversary-50 .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem; 
  } 
}

@media only screen and (min-width: 1170px) {
  .anniversary-50 .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 40%;
  }

  .anniversary-50 .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff; 
  }

  .anniversary-50 .cd-timeline-content .cd-read-more {
    float: left; 
  }

  .anniversary-50 .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: Helvetica; 
  }

  .anniversary-50 .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; 
  }

  .anniversary-50 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff; 
  }

  .anniversary-50 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right; 
  }

  .anniversary-50 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right; 
  }

  .anniversary-50 .cd-timeline-content.is-hidden {
    visibility: hidden; 
  }

  .anniversary-50 .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; 
  } 
}


@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .anniversary-50 .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; 
  } 
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); 
  }
  100% {
    -webkit-transform: translateX(0); 
  } 
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); 
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); 
  }
  100% {
    -moz-transform: translateX(0); 
  } 
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); 
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); 
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); 
  }
  100% {
    -webkit-transform: translateX(0); 
  } 
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); 
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); 
  }
  100% {
    -moz-transform: translateX(0); 
  } 
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); 
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); 
  } 
}



/* fireworks */

.anniversary-50 .pyro {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.anniversary-50 .pyro > .before,
.anniversary-50 .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.anniversary-50 .pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: 101px -313.6666666667px #00f7ff, -203px -402.6666666667px #fff200, 205px -323.6666666667px #00ffd5, 222px -362.6666666667px #ff0099, 165px 80.3333333333px magenta, 181px -54.6666666667px #ff00dd, -214px -223.6666666667px #00ffd9, 226px -105.6666666667px blue, -177px -29.6666666667px #00ffb3, 202px -88.6666666667px #00ff2b, -136px -176.6666666667px #ff00dd, 220px -194.6666666667px #99ff00, -96px -37.6666666667px #1aff00, -119px -348.6666666667px #0048ff, -123px -99.6666666667px #ff6a00, -249px -73.6666666667px #0009ff, -90px -390.6666666667px #ff2f00, -228px -185.6666666667px #ffc800, -49px -284.6666666667px #b7ff00, -118px -206.6666666667px #001eff, -142px -356.6666666667px #4d00ff, -98px 23.3333333333px #00ff95, -74px -165.6666666667px #00ffea, 149px -105.6666666667px #00ff77, 186px -231.6666666667px #ff2f00, -68px -400.6666666667px #9100ff, 86px 71.3333333333px #00c8ff, 227px -225.6666666667px #e600ff, 200px -101.6666666667px #00a2ff, 35px -18.6666666667px #00ffbf, -8px -149.6666666667px #ff4400, 54px -250.6666666667px #00ff66, 25px -96.6666666667px #ff8000, 102px 52.3333333333px #ff00cc, 207px -198.6666666667px #00ffee, -95px -373.6666666667px #00ff55, 158px -397.6666666667px #0900ff, 247px -193.6666666667px #e6ff00, -166px -176.6666666667px #ffd900, 183px -79.6666666667px #5e00ff, -165px -125.6666666667px #c8ff00, -82px -165.6666666667px #ff1e00, 120px -338.6666666667px #001eff, 138px -142.6666666667px #ffd900, -210px -233.6666666667px #7b00ff, -85px -294.6666666667px #00ff2b, 165px -8.6666666667px #ff0080, 174px -79.6666666667px #ff1500, 215px -294.6666666667px #f2ff00, -247px -11.6666666667px cyan, -167px -62.6666666667px #bfff00;
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: 101px -313.6666666667px #00f7ff, -203px -402.6666666667px #fff200, 205px -323.6666666667px #00ffd5, 222px -362.6666666667px #ff0099, 165px 80.3333333333px magenta, 181px -54.6666666667px #ff00dd, -214px -223.6666666667px #00ffd9, 226px -105.6666666667px blue, -177px -29.6666666667px #00ffb3, 202px -88.6666666667px #00ff2b, -136px -176.6666666667px #ff00dd, 220px -194.6666666667px #99ff00, -96px -37.6666666667px #1aff00, -119px -348.6666666667px #0048ff, -123px -99.6666666667px #ff6a00, -249px -73.6666666667px #0009ff, -90px -390.6666666667px #ff2f00, -228px -185.6666666667px #ffc800, -49px -284.6666666667px #b7ff00, -118px -206.6666666667px #001eff, -142px -356.6666666667px #4d00ff, -98px 23.3333333333px #00ff95, -74px -165.6666666667px #00ffea, 149px -105.6666666667px #00ff77, 186px -231.6666666667px #ff2f00, -68px -400.6666666667px #9100ff, 86px 71.3333333333px #00c8ff, 227px -225.6666666667px #e600ff, 200px -101.6666666667px #00a2ff, 35px -18.6666666667px #00ffbf, -8px -149.6666666667px #ff4400, 54px -250.6666666667px #00ff66, 25px -96.6666666667px #ff8000, 102px 52.3333333333px #ff00cc, 207px -198.6666666667px #00ffee, -95px -373.6666666667px #00ff55, 158px -397.6666666667px #0900ff, 247px -193.6666666667px #e6ff00, -166px -176.6666666667px #ffd900, 183px -79.6666666667px #5e00ff, -165px -125.6666666667px #c8ff00, -82px -165.6666666667px #ff1e00, 120px -338.6666666667px #001eff, 138px -142.6666666667px #ffd900, -210px -233.6666666667px #7b00ff, -85px -294.6666666667px #00ff2b, 165px -8.6666666667px #ff0080, 174px -79.6666666667px #ff1500, 215px -294.6666666667px #f2ff00, -247px -11.6666666667px cyan, -167px -62.6666666667px #bfff00;
  }
}
@-o-keyframes bang {
  to {
    box-shadow: 101px -313.6666666667px #00f7ff, -203px -402.6666666667px #fff200, 205px -323.6666666667px #00ffd5, 222px -362.6666666667px #ff0099, 165px 80.3333333333px magenta, 181px -54.6666666667px #ff00dd, -214px -223.6666666667px #00ffd9, 226px -105.6666666667px blue, -177px -29.6666666667px #00ffb3, 202px -88.6666666667px #00ff2b, -136px -176.6666666667px #ff00dd, 220px -194.6666666667px #99ff00, -96px -37.6666666667px #1aff00, -119px -348.6666666667px #0048ff, -123px -99.6666666667px #ff6a00, -249px -73.6666666667px #0009ff, -90px -390.6666666667px #ff2f00, -228px -185.6666666667px #ffc800, -49px -284.6666666667px #b7ff00, -118px -206.6666666667px #001eff, -142px -356.6666666667px #4d00ff, -98px 23.3333333333px #00ff95, -74px -165.6666666667px #00ffea, 149px -105.6666666667px #00ff77, 186px -231.6666666667px #ff2f00, -68px -400.6666666667px #9100ff, 86px 71.3333333333px #00c8ff, 227px -225.6666666667px #e600ff, 200px -101.6666666667px #00a2ff, 35px -18.6666666667px #00ffbf, -8px -149.6666666667px #ff4400, 54px -250.6666666667px #00ff66, 25px -96.6666666667px #ff8000, 102px 52.3333333333px #ff00cc, 207px -198.6666666667px #00ffee, -95px -373.6666666667px #00ff55, 158px -397.6666666667px #0900ff, 247px -193.6666666667px #e6ff00, -166px -176.6666666667px #ffd900, 183px -79.6666666667px #5e00ff, -165px -125.6666666667px #c8ff00, -82px -165.6666666667px #ff1e00, 120px -338.6666666667px #001eff, 138px -142.6666666667px #ffd900, -210px -233.6666666667px #7b00ff, -85px -294.6666666667px #00ff2b, 165px -8.6666666667px #ff0080, 174px -79.6666666667px #ff1500, 215px -294.6666666667px #f2ff00, -247px -11.6666666667px cyan, -167px -62.6666666667px #bfff00;
  }
}
@-ms-keyframes bang {
  to {
    box-shadow: 101px -313.6666666667px #00f7ff, -203px -402.6666666667px #fff200, 205px -323.6666666667px #00ffd5, 222px -362.6666666667px #ff0099, 165px 80.3333333333px magenta, 181px -54.6666666667px #ff00dd, -214px -223.6666666667px #00ffd9, 226px -105.6666666667px blue, -177px -29.6666666667px #00ffb3, 202px -88.6666666667px #00ff2b, -136px -176.6666666667px #ff00dd, 220px -194.6666666667px #99ff00, -96px -37.6666666667px #1aff00, -119px -348.6666666667px #0048ff, -123px -99.6666666667px #ff6a00, -249px -73.6666666667px #0009ff, -90px -390.6666666667px #ff2f00, -228px -185.6666666667px #ffc800, -49px -284.6666666667px #b7ff00, -118px -206.6666666667px #001eff, -142px -356.6666666667px #4d00ff, -98px 23.3333333333px #00ff95, -74px -165.6666666667px #00ffea, 149px -105.6666666667px #00ff77, 186px -231.6666666667px #ff2f00, -68px -400.6666666667px #9100ff, 86px 71.3333333333px #00c8ff, 227px -225.6666666667px #e600ff, 200px -101.6666666667px #00a2ff, 35px -18.6666666667px #00ffbf, -8px -149.6666666667px #ff4400, 54px -250.6666666667px #00ff66, 25px -96.6666666667px #ff8000, 102px 52.3333333333px #ff00cc, 207px -198.6666666667px #00ffee, -95px -373.6666666667px #00ff55, 158px -397.6666666667px #0900ff, 247px -193.6666666667px #e6ff00, -166px -176.6666666667px #ffd900, 183px -79.6666666667px #5e00ff, -165px -125.6666666667px #c8ff00, -82px -165.6666666667px #ff1e00, 120px -338.6666666667px #001eff, 138px -142.6666666667px #ffd900, -210px -233.6666666667px #7b00ff, -85px -294.6666666667px #00ff2b, 165px -8.6666666667px #ff0080, 174px -79.6666666667px #ff1500, 215px -294.6666666667px #f2ff00, -247px -11.6666666667px cyan, -167px -62.6666666667px #bfff00;
  }
}
@keyframes bang {
  to {
    box-shadow: 101px -313.6666666667px #00f7ff, -203px -402.6666666667px #fff200, 205px -323.6666666667px #00ffd5, 222px -362.6666666667px #ff0099, 165px 80.3333333333px magenta, 181px -54.6666666667px #ff00dd, -214px -223.6666666667px #00ffd9, 226px -105.6666666667px blue, -177px -29.6666666667px #00ffb3, 202px -88.6666666667px #00ff2b, -136px -176.6666666667px #ff00dd, 220px -194.6666666667px #99ff00, -96px -37.6666666667px #1aff00, -119px -348.6666666667px #0048ff, -123px -99.6666666667px #ff6a00, -249px -73.6666666667px #0009ff, -90px -390.6666666667px #ff2f00, -228px -185.6666666667px #ffc800, -49px -284.6666666667px #b7ff00, -118px -206.6666666667px #001eff, -142px -356.6666666667px #4d00ff, -98px 23.3333333333px #00ff95, -74px -165.6666666667px #00ffea, 149px -105.6666666667px #00ff77, 186px -231.6666666667px #ff2f00, -68px -400.6666666667px #9100ff, 86px 71.3333333333px #00c8ff, 227px -225.6666666667px #e600ff, 200px -101.6666666667px #00a2ff, 35px -18.6666666667px #00ffbf, -8px -149.6666666667px #ff4400, 54px -250.6666666667px #00ff66, 25px -96.6666666667px #ff8000, 102px 52.3333333333px #ff00cc, 207px -198.6666666667px #00ffee, -95px -373.6666666667px #00ff55, 158px -397.6666666667px #0900ff, 247px -193.6666666667px #e6ff00, -166px -176.6666666667px #ffd900, 183px -79.6666666667px #5e00ff, -165px -125.6666666667px #c8ff00, -82px -165.6666666667px #ff1e00, 120px -338.6666666667px #001eff, 138px -142.6666666667px #ffd900, -210px -233.6666666667px #7b00ff, -85px -294.6666666667px #00ff2b, 165px -8.6666666667px #ff0080, 174px -79.6666666667px #ff1500, 215px -294.6666666667px #f2ff00, -247px -11.6666666667px cyan, -167px -62.6666666667px #bfff00;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
