.hero .hero-card-container{align-items:center;display:flex;flex-direction:row;gap:40px;position:relative}.hero .hero-card{display:flex;flex-direction:column;width:100%}.hero .button-wrapper{display:flex;flex-wrap:wrap;margin-top:auto;padding-top:30px}.hero .hero-card h1,.hero .hero-card h2{color:inherit;margin-bottom:20px;padding-bottom:0}.hero .hero-card__text{width:100%}.hero .margin-0{margin:0}.hero .margin-0>p:last-of-type{margin-bottom:0}.hero .icon-container{flex-grow:1;height:390px}.hero{position:relative}.hero .background{height:100%;overflow:hidden;position:absolute;width:100%}.hero .background picture{height:100%;min-height:100%;min-width:100%;width:100%}.hero .background-filter{height:100%;position:absolute;top:0;width:100%}.hero .hero-card.shadow{box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.hero .hero-text{min-height:0;overflow:hidden}.hero .hero-card-container{padding:40px}@media screen and (min-width:1024px){.hero .hover-enabled{transition:transform .15s ease-in-out,box-shadow .15s ease-in-out}.hero .hover-enabled:hover{box-shadow:0 10px 12px 0 rgba(0,0,0,.25)!important;transform:translateY(-4px) scale(1.02)}}@media screen and (max-width:1024px){.hero .background picture{height:100%;width:100%}.hero .hero-card.shadow-mobile{box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.hero .hero-card.shadow:not(.shadow-mobile){box-shadow:unset}.hero .hero-card-container{flex-direction:column;justify-content:center;padding:0 20px}.hero .background{height:250px}.hero .icon-container{max-height:120px;max-width:300px;min-height:60px;padding:0 20px;& picture{height:100%}}.hero .hero-card h1{margin-bottom:0}.hero .hero-card{animation:move-up 1s linear infinite;animation-delay:calc(var(--scroll)*-1s);animation-fill-mode:both;animation-iteration-count:1;animation-play-state:paused;aspect-ratio:unset;height:fit-content!important;padding:30px!important}}@keyframes move-up{to{transform:translateY(-100px)}}