/* Slide 05 (#1) */
.web-btn {
	padding: 16px 0;
  min-width: 180px;
  height: 63px;
  font-size: 20px;
}

/* Slide 25 (#2) */
.blueSlide{
	background-color: #0D00B1;
}
.highlightColor{
  color: #9CFF5B;
}
.typeIn span {
  opacity: 0;
  display: inline-block;
  -webkit-transform: scale(1.2) translateY(-10px) !important;
  transform: scale(1.2) translateY(-10px) !important;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.slide:not(.active) .typeIn span {
  transition-delay: 0s !important;
}
.page-loaded:not(.resizing) .slide.active .typeIn span {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

/* Slide 58 (#4) */
.blueColor{
	color: #0D00B1;
}

/* Slide 50 (#7) */
.blueSlide{
	background-color: #0D00B1;
}
.highlightColor{
  color: #9CFF5B;
}

/* Slide 97 (#9) */
.blueColor{
	color: #0D00B1;
}

/* Panel Bottom 10 */
.web-mini-btn {
	padding: 10px 0;
  min-width: 120px;
  height: 42px;
  font-size: 14px;
}