.wrap {
	position: relative;
	margin: 0 auto;
	z-index: 0;
}

.wrap .downBtn{
	position: absolute;
	top: 10rem;
	left: 20%;
	width: 60%;
	height: 1.5rem;
	background-repeat: no-repeat;
	animation: scaleDraw 2s ease-in-out infinite;
	-webkit-animation: scaleDraw 2s ease-in-out infinite;
}

@keyframes scaleDraw { 

	0%{

		transform: scale(0.7);

	}

	25%{

		transform: scale(1);

	}

	50%{

		transform: scale(0.7);

	}

	75%{

		transform: scale(1);

	}

	100%{

		transform: scale(0.7);

	}

}
/*
     FILE ARCHIVED ON 21:02:14 Apr 25, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:22:53 Sep 11, 2025.
     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):
  captures_list: 0.507
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.025
  esindex: 0.009
  cdx.remote: 3.55
  LoadShardBlock: 242.708 (3)
  PetaboxLoader3.resolve: 433.359 (3)
  PetaboxLoader3.datanode: 118.791 (5)
  load_resource: 470.954
  loaddict: 76.436
*/