@media screen and (min-width:769px){
.ExAnimation .animation-fade-top {
	opacity: 0;
	transform: translateY(150px);
}
.ExAnimation .animation-clip-left {
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.ExAnimation [data-timing] [data-scroll-speed] {
    transition: transform linear .1s !important;
}
.ExAnimation [data-timing] [data-scroll-section] {
    transition: transform linear .1s !important;
}
.ExAnimation #blackTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 70%);
    border-radius: 100%;
    color: #fff;
    display: none;
}

}