/* Pluse */
@keyframes shadow_pulse{
  0% {
    box-shadow: 0 0 0 0px rgba(25, 26, 29, 0.3);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(25, 26, 29, 0);
  }
}

/* magnificPopup */
@keyframes mfp_delay_open {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

/* Animate */
.animate{
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}

/* Slider Content */
@keyframes slider{
  0% {
    opacity:0;
    transform: translateY(100rem);
  }
  100% {
    opacity:1;
    transform: translateY(0px);
  }
}

/* Menu Fixed */
@keyframes menuFix{
  0% {
    top: -20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

/* Nav Menu */
@keyframes slideIn{
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn{
  0% {
    -webkit-transform: translateY(2rem);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(2rem);
    -webkit-opacity: 0;
  }
}
.slideIn{
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Fade In */
@keyframes fadeIn{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Fade Out */
@keyframes fadeOut{
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
     FILE ARCHIVED ON 16:55:59 Jul 10, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:02:38 May 04, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.266
  captures_list: 0.363
  exclusion.robots: 0.011
  exclusion.robots.policy: 0.005
  esindex: 0.006
  cdx.remote: 9.239
  LoadShardBlock: 76.259 (3)
  PetaboxLoader3.datanode: 93.83 (5)
  load_resource: 76.224
  PetaboxLoader3.resolve: 33.582
  loaddict: 33.901
*/