.zoom-fade {
    width: 100%;
	height: 100vh;
    margin: 0 auto;
    z-index: 2;
}
.zoom-fade__item {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
}
.add-animation {
    animation: zoom-fade 10s linear both;
}
.remove-animation {
    animation: zoom-out 2s linear both;
}
@keyframes zoom-fade{
    0% {
        transform: translateX(-120%) scale(1.08);
        filter: blur(30px);
    }
    45% {
        transform: translateX(0%) scale(1);
        filter: none;
    }
    50% {
        transform: translateX(-1%);
    }
    55% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes grid-anim{
    0% {
        opacity: 0.3;
    }
	25% {
        opacity: 1;
    }
    50%{
        opacity: 0.3;
    }
    75%{
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}
@keyframes down-copy{
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
    }
}

.enganime em:nth-of-type(1) {
	animation: revolveScale .4s ease 0s forwards,
    textflash 10s ease 10s infinite;
}
.enganime em:nth-of-type(2) {
	animation: revolveScale .4s ease .05s forwards,
    textflash 10s ease 10.05s infinite;
}
.enganime em:nth-of-type(3) {
	animation: revolveScale .4s ease .1s forwards,
    textflash 10s ease 10.1s infinite;
}
.enganime em:nth-of-type(3) {
	animation: revolveScale .4s ease .15s forwards,
    textflash 10s ease 10.15s infinite;
}
.enganime em:nth-of-type(4) {
	animation: revolveScale .4s ease .2s forwards,
    textflash 10s ease 10.2s infinite;
}
.enganime em:nth-of-type(5) {
	animation: revolveScale .4s ease .25s forwards,
    textflash 10s ease 10.25s infinite;
}
.enganime em:nth-of-type(6) {
	animation: revolveScale .4s ease .3s forwards,
    textflash 10s ease 10.3s infinite;
}
.enganime em:nth-of-type(7) {
	animation: revolveScale .4s ease .35s forwards,
    textflash 10s ease 10.35s infinite;
}
.enganime em:nth-of-type(8) {
	animation: revolveScale .4s ease .4s forwards,
    textflash 10s ease 10.4s infinite;
}
.enganime em:nth-of-type(9) {
	animation: revolveScale .4s ease .45s forwards,
    textflash 10s ease 10.45s infinite;
}
.enganime em:nth-of-type(10) {
	animation: revolveScale .4s ease .5s forwards,
    textflash 10s ease 10.5s infinite;
}
.enganime em:nth-of-type(11) {
	animation: revolveScale .4s ease .55s forwards,
    textflash 10s ease 10.55s infinite;
}
.enganime em:nth-of-type(12) {
	animation: revolveScale .4s ease .6s forwards,
    textflash 10s ease 10.6s infinite;
}
.enganime em:nth-of-type(13) {
	animation: revolveScale .4s ease .65s forwards,
    textflash 10s ease 10.65s infinite;
}
.enganime em:nth-of-type(14) {
	animation: revolveScale .4s ease .7s forwards,
    textflash 10s ease 10.7s infinite;
}
.enganime em:nth-of-type(15) {
	animation: revolveScale .4s ease .75s forwards,
    textflash 10s ease 10.75s infinite;
}
.enganime em:nth-of-type(16) {
	animation: revolveScale .4s ease .8s forwards,
    textflash 10s ease 10.8s infinite;
}
.enganime em:nth-of-type(17) {
	animation: revolveScale .4s ease .85s forwards,
    textflash 10s ease 10.85s infinite;
}
.enganime em:nth-of-type(18) {
	animation: revolveScale .4s ease .9s forwards,
    textflash 10s ease 10.9s infinite;
}
.enganime em:nth-of-type(19) {
	animation: revolveScale .4s ease .95s forwards,
    textflash 10s ease 10.95s infinite;
}
.enganime em:nth-of-type(20) {
	animation: revolveScale .4s ease 1s forwards,
    textflash 10s ease 11s infinite;
}
.enganime em:nth-of-type(21) {
	animation: revolveScale .4s ease 1.05s forwards,
    textflash 10s ease 11.05s infinite;
}
.enganime em:nth-of-type(22) {
	animation: revolveScale .4s ease 1.1s forwards,
    textflash 10s ease 11.1s infinite;
}
.enganime em:nth-of-type(23) {
	animation: revolveScale .4s ease 1.15s forwards,
    textflash 10s ease 11.15s infinite;
}
.enganime em:nth-of-type(24) {
	animation: revolveScale .4s ease 1.2s forwards,
    textflash 10s ease 11.2s infinite;
}

.animate span:nth-of-type(1) {
	animation-delay: 3s;
}
.animate span:nth-of-type(2) {
	animation-delay: 3.05s;
}
.animate span:nth-of-type(3) {
	animation-delay: 3.1s;
}
.animate span:nth-of-type(3) {
	animation-delay: 3.1s;
}
.animate span:nth-of-type(4) {
	animation-delay: 3.15s;
}
.animate span:nth-of-type(5) {
	animation-delay: 3.2s;
}
.animate span:nth-of-type(6) {
	animation-delay: 3.25s;
}
.animate span:nth-of-type(7) {
	animation-delay: 3.3s;
}
.animate span:nth-of-type(8) {
	animation-delay: 3.35s;
}
.animate span:nth-of-type(9) {
	animation-delay: 3.4s;
}
.animate span:nth-of-type(10) {
	animation-delay: 3.45s;
}
.animate span:nth-of-type(11) {
	animation-delay: 3.5s;
}
.animate span:nth-of-type(12) {
	animation-delay: 3.55s;
}
.animate span:nth-of-type(13) {
	animation-delay: 3.6s;
}
.animate span:nth-of-type(14) {
	animation-delay: 3.65s;
}
.animate span:nth-of-type(15) {
	animation-delay: 3.7s;
}
.animate span:nth-of-type(16) {
	animation-delay: 3.75s;
}
.animate span:nth-of-type(17) {
	animation-delay: 3.8s;
}
.animate span:nth-of-type(18) {
	animation-delay: 3.85s;
}
.animate span:nth-of-type(19) {
	animation-delay: 3.9s;
}
.animate span:nth-of-type(20) {
	animation-delay: 3.95s;
}
.animate span:nth-of-type(21) {
	animation-delay: 4s;
}
.animate span:nth-of-type(22) {
	animation-delay: 4.05s;
}
.animate span:nth-of-type(23) {
	animation-delay: 4.1s;
}
.animate span:nth-of-type(24) {
	animation-delay: 4.15s;
}
.animate span:nth-of-type(25) {
	animation-delay: 4.2s;
}
.animate span:nth-of-type(26) {
	animation-delay: 4.25s;
}
.animate span:nth-of-type(27) {
	animation-delay: 4.3s;
}
.animate span:nth-of-type(28) {
	animation-delay: 4.35s;
}
.animate span:nth-of-type(29) {
	animation-delay: 4.4s;
}
.animate span:nth-of-type(30) {
	animation-delay: 4.45s;
}
/* text Animation */
.one span{
	opacity: 0;
    transform: translate(-300px, 0) scale(0.8);
	animation: revolveScale .4s forwards;
}
.two em{
    opacity: 0;
    transform: translate(-300px, 0) scale(0.8);
}
@keyframes revolveScale {
	60% {
		transform: translate(20px, 20px) rotate(30deg) scale(.5);
	}
	100% {
		transform: translate(0) rotate(0) scale(1);
		opacity: 1;
	}
}
@keyframes textflash {
	1% {
        color: #bbb;
	}
    3%{
        color: #fff;
    }
    4%{
        color: #ddd;
    }
    5%{
        color: #fff;
    }
    6%{
        color: #ddd;
    }
}
.zoom-wraps{
    position: absolute;
    display:block;
    top: 0;left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    /* background: radial-gradient(transparent 80%, rgba(0,0,0,.55) 99%); */
}
.grids{
    width: 100%;
    height: 100vh;
    background-image: repeating-linear-gradient(45deg, transparent 0 14px, rgba(255, 255, 255, .3) 14px 15px), repeating-linear-gradient(-45deg, transparent 0 14px, rgba(255, 255, 255, .3) 14px 15px), repeating-linear-gradient(90deg, transparent 0 9px, rgba(255, 255, 255, .3) 9px 10px);
	background-size: 20px 20px;
	/*background-repeat: repeat;
    background-color: rgba(255, 255, 255, 0); */
    animation: grid-anim linear 10s infinite;
}
.zoom-inner{
    position: absolute;
    top: 50%;left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 150;
    color: #fff;
	width:100%;
}
.copy-box{
    width: 95%;
    margin: 0 auto;
    /* border: 10px #fff solid; */
    padding: 1.3em;
    /* border-radius: 10px;
    animation: down-copy 1.5s ease; */
}
.copy-box h2, .copy-box div{
	color: #ddd;
    text-align: center;
}
.copy-box div{
	line-height: .9;
	margin-bottom: 1.5em;
}
.enganime em {
    font-family: "OpenSansEB", sans-serif;
    font-weight: 900;
    color: #ddd;
	display: inline-block;
    text-shadow: 2px 2px 10px #1D2087, -2px -2px 10px #1D2087;
    font-style: italic;
    margin: 0 -0.5px;
}
.animate span {
    font-family: "NotoBlack", sans-serif;
    font-weight: 900;
	display: inline-block;
	text-shadow: 2px 2px 10px #fff, -2px -2px 10px #fff;
    margin: 0 -1.3px;
    color: #333;
}
.copy-box{
	width: 65%;
}
.enganime .space{
	padding: 0 .5rem;
}
.enganime em{
	font-size: 4rem;
	letter-spacing: 0;
}
.animate span{
	font-size: 2.5rem;
}
.animate .dot{
	margin: 0 -.5rem;
}
.animate .ten{
	margin-right: -.9rem;
}
.animate .space{
	padding: 0 .18rem;
}
.sanimate span:nth-of-type(1) {
	animation-delay: 1.25s;
}
.sanimate span:nth-of-type(2) {
	animation-delay: 1s;
}
.sanimate span:nth-of-type(3) {
	animation-delay: 1s;
}
.sanimate span:nth-of-type(4) {
	animation-delay: 1.25s;
}
.fanimate span:nth-of-type(1) {
	animation-delay: 1.3s;
}
.fanimate span:nth-of-type(2) {
	animation-delay: 1.25s;
}
.fanimate span:nth-of-type(3) {
	animation-delay: 1.2s;
}
.fanimate span:nth-of-type(4) {
	animation-delay: 1.15s;
}
.fanimate span:nth-of-type(5) {
	animation-delay: 1.1s;
}
.fanimate span:nth-of-type(6) {
	animation-delay: 1.05s;
}
.fanimate span:nth-of-type(7) {
	animation-delay: 1s;
}
.fanimate span:nth-of-type(8) {
	animation-delay: 1.05s;
}
.fanimate span:nth-of-type(9) {
	animation-delay: 1.1s;
}
.fanimate span:nth-of-type(10) {
	animation-delay: 1.15s;
}
.fanimate span:nth-of-type(11) {
	animation-delay: 1.2s;
}
.fanimate span:nth-of-type(12) {
	animation-delay: 1.25s;
}
.fanimate span:nth-of-type(13) {
	animation-delay: 1.3s;
}
.foura span{
	animation: moveUp .4s forwards;
}
.sixa span{
	animation: moveUp .4s forwards;
}
@keyframes moveUp {
	0%{
		transform: translate(0, 300px) scale(1.3);
	}
	60% {
		transform: translate(0, -50px) scale(1);
	    opacity: 1;
	}
	100% {
		transform: translate(0) rotate(0) scale(1);
		opacity: 1;
	}
}
.fanimate span {
    font-family: "OpenSansEB", sans-serif;
    font-weight: 800;
    font-style: italic;
	display: inline-block;
	text-shadow: 0px 0px 10px transparent;
    margin: 0;
    font-size: 10rem;
    line-height: .7;
    color: #fff;
	letter-spacing: -.8rem;
	opacity: 0;
}
.nanimate span:nth-of-type(1) {
	animation-delay: 1s;
}
.nanimate span:nth-of-type(2) {
	animation-delay: 1.05s;
}
.nanimate span:nth-of-type(3) {
	animation-delay: 1.05s;
}
.nanimate span:nth-of-type(4) {
	animation-delay: 1s;
}
.fivea span{
	animation: moveUp .4s forwards;
}
.sanimate span, .nanimate span {
    font-family: "OpenSansEB", sans-serif;
    font-weight: 900;
    font-style: italic;
	display: inline-block;
	text-shadow: 0px 0px 10px transparent;
    margin: 0;
    font-size: 10rem;
    line-height: .7;
    color: #eee;
	letter-spacing: -.8rem;
	opacity: 0;
}
.fanimate span.space, .nanimate span.space{
    padding: 0 .25em;
}
#sdgs-declaration {
    width: 100%;
    position: relative;
	background-Image: linear-gradient(45deg, #eee 0%, #eee 8%, transparent 8%, transparent 92%, #eee 92%, #eee), linear-gradient(-45deg, #eee, #eee 8%,  transparent 8% , transparent 92%, #eee 92%, #eee), radial-gradient(circle, transparent calc(494px / 2), #eee calc(494px / 2 - 1px), #eee calc(500px / 2 - 1px), transparent calc(500px / 2), transparent calc(594px / 2), #eee calc(594px / 2 - 1px), #eee calc(600px / 2 - 1px), transparent calc(600px / 2) ), url(/wp-content/uploads/sdgs_logo.svg);
    z-index: 1;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.sdgs .sdgs-mark{
	margin-bottom: .5rem;
}
.sdgs h3{
    font-family: "NotoBlack", sans-serif;
    font-weight: 900;
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
	text-align: center;
}
.sdgs .sdgs-lists:after{
	content: '';
	display: block;
	border-top: 1px solid #555;
	width: 20%;
	margin: 0 auto;
}
.sdgs .icons{
	margin-bottom: 1rem;
}
.sdgs .icons img{
	width: 120px;
	margin: .5rem;
}
.sdgs .sdgs-subtitle {
    font-family: "NotoBlack", sans-serif;
    font-weight: 900;
	margin-bottom: 1rem;
}
#new-products{
    width: 100%;
    position: relative;
	background-color: #eee;
    background-Image: linear-gradient(102deg, #fff 0%, #fff 5%, #eee 5.1%, #eee 5.1%);
    z-index: 1;
}
#sdgs-declaration .us-title{
    width: 100%;
    position: absolute;
	left: 0;
    top: 2rem;
	text-align: center;
    z-index: -10;
}
#new-products .us-title, #news-list .us-title{
    width: 100%;
    position: absolute;
	left: 0;
    top: -1.1rem;
	text-align: center;
    z-index: -10;
}
#sdgs-declaration .us-title, #new-products .us-title .foura, #news-list .us-title .fivea{
    margin:0 auto;
}
.home .section-title{
    padding: 1em 0 2em;
    text-align: center;
    letter-spacing: .3rem;
}
.home .slider>li {
	list-style: none;
}
.home .entry-thumbnail img{
    width: 100%;
    height: auto;
}
#news-list{
    width: 100%;
    position: relative;
	background-Image: linear-gradient(to top, #eee 0%, transparent 25%, transparent 100%);
}
ul.news-list{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 3em 0 6em;
    background: #f7f7f2;
}
ul.news-list li{
    display: flex;
    padding: .5em 0;
	justify-content: start;
}
ul.news-list li .date{
    font-weight: bold;
    padding-right: 1.5em;
	white-space: nowrap;
}
ul.news-list:before{
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 150px;
    left: -150px;
    bottom: 0;
    background-Image: linear-gradient(-102deg, #f7f7f2, #f7f7f2 60%, transparent 61%, transparent);
}
ul.news-list:after{
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 150px;
    right: -150px;
    top: 0;
    background-Image: linear-gradient(-102deg, transparent, transparent 50%, #f7f7f2 51%, #f7f7f2);
}
@media (max-width: 1199px) {
    .copy-box{
        width: 85%;
    }
    .enganime em{
		font-size: 3rem;
		letter-spacing: .1rem;
    }
	.animate span{
		font-size: 2rem;
	}
	/* .animate .space{
		width: 24px;
	}
	.animate .dot{
		margin: 0 -5px;
	}
	.animate .ten{
		margin-right: -10px;
	}
    .enganime .space{
		width: 18px;
    } */
	#new-products .us-title{
		top: -5rem;
	}
	.fanimate span.space{
		display: block;
	}
}
@media (max-width: 991px) {
	/* .enganime em, .animate span{
		perspective: 100;
	} */
	#sdgs-declaration {
		background-Image: linear-gradient(102deg, transparent 0%, transparent 95%, #eee 95.1%, #eee 95.1%);
		/* background-Image: radial-gradient(circle, transparent calc(494px / 2), #eee calc(494px / 2 - 1px), #eee calc(500px / 2 - 1px), transparent calc(500px / 2), transparent calc(594px / 2), #eee calc(594px / 2 - 1px), #eee calc(600px / 2 - 1px), transparent calc(600px / 2) ), linear-gradient(45deg, #eee 0%, #eee 5%, transparent 5%, transparent 95%, #eee 95%, #eee), linear-gradient(-45deg, #eee, #eee 5%,  #fff 5% , #fff 95%, #eee 95%, #eee); */
	}
	.enganime em{
		font-size: 3rem;
	}
    .animate span{
		font-size: 2rem;
    }
	.fanimate span.space {
		display: block;
	}
	.grids, .grids2{
    	animation: none;
	}
	@keyframes revolveScale {
	60% {
		transform: translate(20px, 20px);
	}
	100% {
		transform: translate(0);
		opacity: 1;
	}
	}
	@keyframes zoom-fade{
    0% {
        transform: translateX(-101%);
    }
    45% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(-1%);
    }
    55% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
	0%{
		transform: opacity(0);
	}
	55%{
		transform: opacity(1);
	}
	}
	@keyframes zoom-out{
	0%{
        transform: opacity(1);
	}
	100%{
        transform: opacity(0);
	}
	}
	.one span{
		opacity: 0;
    	transform: translate(-30px, 0);
		animation: revolveScale .4s forwards;
	}
	.two em{
    	opacity: 0;
    	transform: translate(-30px, 0);
	}
	.sdgs .icons img{
		width: 80px;
	}
	ul.news-list{
		padding: 3em 1em 6em;
		background: transparent;
		background-Image: linear-gradient(102deg, transparent 0%, transparent 3%, #f7f7f2 3%, #f7f7f2 97%,  transparent 97%, transparent 100%);
	}
	ul.news-list:before, ul.news-list:after{
		content: none;
	}
}
@media (max-width: 767px) {
	.content-menu{
		flex-wrap: wrap;
	}
	.content-menu li.box{
		width: 50%;
	}
	.enganime em{
		font-size: 2.5rem;
	}
    .animate span{
		font-size: 1.75rem;
    }
	#new-products .us-title{
		top: -1rem;
	}
	.fanimate span {
        font-size: 4.8rem;
        letter-spacing: -.2rem;
	}
    .nanimate span, .sanimate span {
        font-size: 7rem;
        letter-spacing: -.4rem;
    }


}
@media (max-width: 575px) {
	/* .enganime em{
		font-size: 2rem;
	} */
    .animate span{
		font-size: 1.5rem;
    }
	.enganime em.space{
		display: block;
	}
@keyframes revolveScale {
	60% {
		transform: translate(20px, 0);
	}
	100% {
		transform: translate(0);
		opacity: 1;
	}
}
	#sdgs-declaration {
		/* background-Image: linear-gradient(45deg, #eee 0%, #eee 2%, transparent 2%, transparent 98%, #eee 98%, #eee), linear-gradient(-45deg, #eee, #eee 2%,  transparent 2% , transparent 98%, #eee 98%, #eee), radial-gradient(circle, transparent calc(494px / 2), #eee calc(494px / 2 - 1px), #eee calc(500px / 2 - 1px), transparent calc(500px / 2), transparent calc(594px / 2), #eee calc(594px / 2 - 1px), #eee calc(600px / 2 - 1px), transparent calc(600px / 2) ); */
	}
	#sdgs-declaration .us-title{
    	top: 3.5rem;
	}
	#new-products .us-title, #news-list .us-title{
		width: 98%;
	}
	#new-products .us-title{
		top: 0;
	}
	#news-list .us-title{
		top: .8rem;
	}
	.sanimate span{
        font-size: 7rem;
        letter-spacing: -.25rem;
	}
	.fanimate span{
        font-size: 3.5rem;
        letter-spacing: -.15rem;
	}
	.nanimate span{
        font-size: 4.8rem;
        letter-spacing: -.2rem;
	}

	ul.news-list li{
		display: list-item;
		padding: .5em 1em;
	}
}