.animated-banner{margin-bottom:1.5rem}
.floating-banner{min-height:400px}
.floating-banner .content{width:100%}
.floating-banner p{margin-top:1rem}
.floating-banner p span{font-size:1rem}
.floating-banner .headLine p span{font-size:2.5rem;font-family:'roboto-bold'}
.floating-banner .background-img,.floating-banner .background-img img{width:100%}
.floating-banner .static-content{width:50%;padding:3.5rem 0;margin:0 7rem;min-height:25rem}
.floating-banner.background-image-add .static-content{position:absolute}
.floating-content{position:absolute;width:100%;overflow-x:clip;height:40px}
.floating-content img{transform:translatey(0);position:absolute}
.float-img{position:absolute;width:5rem;height:5rem}
.floating-content #img1,.floating-content #img4,.floating-content #img5{animation:float 6s ease-in-out infinite}
.floating-content #img2,.floating-content #img3{animation:float 8s ease-in-out infinite}
@keyframes float{from{transform:translatey(0)}
50%{transform:translatey(-20px)}
100%{transform:translatey(0)}
}
.floating-content #img1{top:3rem}
.floating-content #img2{left:16%;top:10rem}
.floating-content #img3{left:94%;top:2rem}
.floating-content #img4{bottom:.5rem;left:4%}
.floating-content #img5{bottom:.5rem;left:74%}
.floating-banner .banner-cta{border:0;border-radius:1rem;color:white;overflow:hidden;padding:.4rem 2.5rem;text-align:center;text-decoration:none;display:inline-block;font-size:1rem;margin:1.5rem 2px;animation:animate 5s infinite}
.floating-banner .banner-cta::before{content:'';position:absolute;top:0;width:4%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,0.7),transparent);animation:shine 5s ease-in-out infinite}
@keyframes animate{from{transform:scale(1)}
100%{transform:scale(1.2)}
}
@keyframes shine{from{left:0;transition-property:left}
20%{left:100%;transition-property:left}
100%{left:100%;transition-property:left}
}
@media screen and (max-width:986px){.wrapper{margin-bottom:2rem}
.floating-content{height:0}
.floating-banner{min-height:500px;margin:.2rem .2rem 5rem .2rem}
.center-content{padding:4rem 1rem}
.floating-banner h2{font-size:1.5rem}
.floating-banner .static-content{width:80%;margin:1rem}
.floating-banner .headLine p span{font-size:2rem}
.floating-banner .content-mob-left .banner-cta{margin-left:.8rem}
.floating-banner .content-mob-right .banner-cta{margin-right:.8rem}
.float-img{width:3rem;height:3rem}
.floating-content #img1{top:1rem}
.floating-content #img2{left:0}
.floating-content #img3{top:4rem;left:84%}
.floating-content #img4{bottom:-2rem}
.floating-content #img5{left:75%;bottom:-2rem}
@keyframes animate{from{transform:scale(1)}
100%{transform:scale(1.1)}
}
}
.coin-spin{width:20%;height:25%}