.animated-hero-wrapper{align-items:center;display:flex;flex-direction:column;position:relative}.animated-hero .animated-hero-container{width:min(1200px,100% - 20px)}.animated-hero .button-wrapper{flex-wrap:wrap;gap:20px;padding-top:12px}.animated-hero .title-wrapper{align-items:flex-start;display:flex;flex-direction:column}.animated-hero .animated-title{display:flex;flex-direction:row;flex-wrap:nowrap;margin-bottom:0;overflow:hidden;position:relative;white-space:nowrap;width:100%}.animated-hero .animated-title .placeholder{opacity:1;transition:opacity .3s ease-out;z-index:2}.animated-hero .animated-title .title{opacity:0;position:absolute;transition:opacity .3s ease-in;z-index:1}@keyframes revealAndHide{0%,to{clip-path:polygon(0 0,0 0,0 100%,0 100%)}25%,75%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}50%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}.animated-hero .mobile-header-image{display:none}.animated-hero-container .description-wrapper{max-width:480px;padding-top:10px}.animated-hero-container .buttons-wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:25px;justify-content:flex-start;padding-top:30px}.animated-hero .hero-background-image{height:100%;position:absolute;top:0;width:100%;z-index:-1}.animated-hero .hero-background-image>img{height:100%;object-fit:cover;width:100%}@media screen and (max-width:1024px){.animated-hero-container .mobile-header-image{display:block;width:100%}.hero-background-image{display:none}.animated-hero-wrapper{background-color:#f9ece3}.animated-hero .animated-hero-container{padding-top:10px!important;width:100%}.animated-hero .animated-hero-container>:not(.mobile-header-image){padding:0 15px}}