*
	{
		margin:0;
		padding:0;
		box-sizing: border-box;
	}
	body
	{
		display:flex;
		margin:0;
		padding:0;
		background:#fff;
		background-image:url(../img/bg.png);
        background-repeat: no-repeat;
  
	}


	p
	{
		position: relative;
		text-align:justify;
		color:#000;
		font-size:16px;
	}

	.box
	{
		position:relative;
		margin-left:150px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box1
	{
		position:relative;
		margin-left: 20px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box1::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box1::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box1 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	
	
	.box2
	{
		position:relative;
		margin-top: 820px;
		margin-left: -140px;
		width: 100px;
    height: 100px;
    background: #1eff00;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
  
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box2::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box2::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box2 p
	{
		position: relative;
		margin:-60px 0px 0px 0px;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
		/* Rotate */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
	}
	
	.box4
	{
		position:relative;
		margin-left: 40px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box4::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box4::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box4 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box3
	{
		position:relative;
		margin-left: 0px;
		margin-top: 120px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box3::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box3::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box3 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	.box4
	{
		position:relative;
		margin-left: 20px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box4::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box4::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box4 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	.box5
	{
		position:relative;
		margin-left: 20px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box5::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box5::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box5 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	.box6
	{
		position:relative;
		margin-left: 20px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box6::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box6::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box6 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box7
	{
		position:relative;
		margin-left: 20px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box7::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box7::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box7 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	.box8
	{
		position:relative;
		margin-left: 20px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box8::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box8::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box8 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	.box9
	{
		position:relative;
		margin-left: 20px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box9::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box9::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box9 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box10
	{
		position:relative;
		margin-left: 20px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box10::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box10::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box10 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	.box11
	{
		position:relative;
		margin-left: -1120px;
		margin-top: 120px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box11::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box11::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box11 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box12
	{
		position:relative;
		margin-left: -150px;
		margin-top: 280px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box12::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box12::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box12 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box13
	{
		position:relative;
		margin-left: -75px;
		margin-top: 420px;
		width: 100px;
    height: 100px;
    background: #1eff00;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box13::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box13::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box13 p
	{
		
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
		margin-top:-50px;
/* Rotate */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
	}
	.box14
	{
		position:relative;
		margin-left: 50px;
		margin-top: 120px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box14::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box14::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box14 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	.box15
	{
		position:relative;
		margin-left: -150px;
		margin-top: 500px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box15::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box15::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box15 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box16
	{
		position:relative;
		margin-left: -75px;
		margin-top: 300px;
			width: 100px;
    height: 100px;
    background: #1eff00;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box16::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box16::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box16 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
		margin-top:-50px;
/* Rotate */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
	}
	.box17
	{
		position:relative;
		margin-left: 50px;
		margin-top: 270px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box17::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box17::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box17 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box18
	{
		position:relative;
		margin-left: -150px;
		margin-top: 380px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box18::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box18::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box18 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box19
	{
		position:relative;
		margin-left: -150px;
		margin-top: 480px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box19::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box19::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box19 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	
.box20
	{
		position:relative;
		margin-top: 120px;
		margin-left: 100px;
		width: 100px;
    height: 100px;
    background: #1eff00;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
  
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box20::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box20::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box20 p
	{
		position: relative;
		margin:-60px 0px 0px 0px;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
		/* Rotate */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
	}	
	
	.box21
	{
		position:relative;
		margin-left: -50px;
		margin-top: 280px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box21::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box21::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box21 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	.box22
	{
		position:relative;
		margin-top: 420px;
		margin-left: -75px;
		width: 110px;
    height: 110px;
    background: #1eff00;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
  
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box22::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box22::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box22 p
	{
		position: relative;
		padding: 1;
		margin:-90px 0px 0px 0px;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
		/* Rotate */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
	}	
	
	.box23
	{
		position:relative;
		margin-left: -120px;
		margin-top: 120px;
		width:170px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box23::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box23::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box23 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box24
	{
		position:relative;
		margin-left: 30px;
		margin-top: 120px;
		width:90px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box24::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box24::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box24 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box25
	{
		position:relative;
		margin-left: -335px;
		margin-top: 550px;
		background: red;
		width:110px;
		height:50px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box25::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box25::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: red;
		border-radius: 16px;
		
	}
	
	.box25 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box26
	{
		position:relative;
		margin-left: -400px;
		margin-top: 580px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box26::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box26::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box26 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box27
	{
		position:relative;
		margin-left: -150px;
		margin-top: 680px;
		width:180px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box27::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box27::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box27 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box28
	{
		position:relative;
		margin-left: 80px;
		margin-top: 680px;
		width:190px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box28::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box28::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box28 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box29
	{
		position:relative;
		margin-left: 80px;
		margin-top: 680px;
		width:160px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box29::before
	{
		content:'';
		position: absolute;
		width:110px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box29::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box29 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box30
	{
		position:relative;
		margin-left: -160px;
		margin-top: 550px;
		width:170px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box30::before
	{
		content:'';
		position: absolute;
		width:110px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	
	.box30::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	.box30 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	.box31
	{
		position:relative;
		margin-left: -170px;
		margin-top: 420px;
		width:170px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box31::before
	{
		content:'';
		position: absolute;
		width:110px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box31::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box31 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box32
	{
		position:relative;
		margin-left: -430px;
		margin-top: 820px;
		width:170px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box32::before
	{
		content:'';
		position: absolute;
		width:110px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box32::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box32 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box33
	{
		position:relative;
		margin-top: 820px;
		margin-left: -300px;
		width: 100px;
    height: 100px;
    background: #1eff00;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
  
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box33::before
	{
		content:'';
		position: absolute;
		width:100px;
		height:180%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box33::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box33 p
	{
		position: relative;
		margin:-60px 0px 0px 0px;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
		/* Rotate */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
	}	
	
	
	.box34
	{
		position:relative;
		margin-left: -400px;
		margin-top: 820px;
		width:170px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box34::before
	{
		content:'';
		position: absolute;
		width:110px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box34::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box34 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box35
	{
		position:relative;
		margin-left: -340px;
		margin-top: 820px;
		width:100px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box35::before
	{
		content:'';
		position: absolute;
		width:110px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box35::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box35 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	
	.box36
	{
		position:relative;
		margin-left: -900px;
		margin-top: 0px;
		width:50px;
		height:230px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box36::before
	{
		content:'';
		position: absolute;
		width:110px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box36::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box36 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
		width:150%;
		 transform: rotate(-90deg);
    transform-origin: left top 0;
    position: absolute;
    bottom: 0;
	}
	
	
	.box37
	{
		position:relative;
		margin-left: -750px;
		margin-top: 100px;
		width:150px;
		height:70px;
		display:flex;
	    justify-content: center;
		align-items:center;
		background: rgba(0,0,0, 0.5);
		overflow: hidden;
		border-radius: 20px;
		
	}
	.box37::before
	{
		content:'';
		position: absolute;
		width:110px;
		height:220%;
		background: linear-gradient(#00ccff, #d400d4);
		animation: animate 4s linear infinite;
	}
	.box37::after
	{
		content:'';
		position: absolute;
		inset: 4px;
		background: #fff;
		border-radius: 16px;
		
	}
	
	.box37 p
	{
		position: relative;
		text-align:center;
		color:#000;
		font-size:16px;
		z-index:10;
		width:150%;
    position: absolute;
  
	}
	
	
	@keyframes animate
	{
		0%
		{
			transform: rotate(0deg);
		}
		100%
		{
			transform: rotate(480deg);
		}
	}
	.box p
	{
		position: relative;
		padding:0;
		color:#000;
		font-size:16px;
		z-index:10;
	}
	

	
	
	.modal {
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); /* цвет фона */
    z-index: 1050;
    opacity: 0; /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; /* анимация перехода */
    pointer-events: none; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
}
/* при отображении модального окно */
.modal:target {
    opacity: 1; /* делаем окно видимым */
	  pointer-events: auto; /* элемент видим для событий мыши */
    overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}
/* ширина модального окна и его отступы от экрана */
.modal-dialog {
    position: relative;
    width: 80%;
    margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 80%;
      margin: 30px auto; /* для отображения модального окна по центру */
  }
}
/* свойства для блока, содержащего контент модального окна */ 
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
/* свойства для заголовка модального окна */
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}
	
/* свойства для кнопки "Закрыть" */
.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}
/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}	