.banner{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;height:calc(100vh - 70px);justify-content:center;position:relative;text-align:center}.banner:before{background-color:#000026;content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:0}.banner__scroll{animation:fadeMoveDown 2s ease-in-out infinite;background:url(../../assets/svg/arrow-right.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;cursor:pointer;height:40px;left:calc(50% - 20px);position:absolute;rotate:90deg;width:40px}@keyframes fadeMoveDown{0%{opacity:0;transform:translate(-20px)}50%{opacity:1}to{opacity:0;transform:translate(20px)}}.banner__wrapper{position:relative;z-index:2}.banner__title{color:#fff;font-family:Oswald,sans-serif;font-size:60px}.banner__content{color:#fff;font-size:24px}@media screen and (min-width:992px){.banner{animation:fadeIn 1s ease forwards;background-attachment:fixed;height:calc(100vh - 90px);opacity:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.banner:before{z-index:-1}.banner__title{animation:slideToRight .35s ease .5s forwards;font-size:90px;opacity:0;transform:translateX(-100%)}@keyframes slideToRight{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.banner__content{animation:slideToLeft .35s ease .5s forwards;font-size:65px;opacity:0;transform:translateX(100%)}@keyframes slideToLeft{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}}.entry{background-color:#fff;overflow:hidden;padding:16px 0}.entry__wrapper{display:flex;flex-direction:column;gap:16px}.entry__item{aspect-ratio:5/4;cursor:pointer;perspective:600px;position:relative;width:100%}.entry__item-animation{height:100%;opacity:1;overflow:hidden;transform-style:preserve-3d;width:100%}@keyframes itemAnimation{0%{opacity:.1;transform:translateZ(300px) translateY(200px) rotateX(-70deg)}to{opacity:1;transform:translateZ(0) translateY(0) rotateX(0deg)}}.entry__item-animation:before{background-color:#000;content:"";height:100%;left:0;opacity:.35;position:absolute;top:0;width:100%;z-index:1}.entry__item:nth-child(2) .entry__item-animation{animation-delay:.2s}.entry__item:nth-child(3) .entry__item-animation{animation-delay:.3s}.entry__item:nth-child(4) .entry__item-animation{animation-delay:.4s}.entry__item:hover .entry__image{scale:1.05}.entry__image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:scale .4s ease-in-out;width:100%}.entry__text{align-items:center;color:#fff;display:flex;font-family:Oswald,sans-serif;font-size:30px;height:100%;justify-content:center;position:relative;width:100%;z-index:2}@media screen and (min-width:992px){.entry__wrapper{flex-direction:row}.entry__item-animation{opacity:0}.entry__item-animation.-active{animation:itemAnimation .8s cubic-bezier(.175,.885,.32,1.075) .1s forwards}.entry__text{font-size:40px}}