#animated-j .path{stroke-dasharray:4000;stroke-dashoffset:4000;animation:draw 3s linear forwards}#animated-j .path-2{animation-delay:1s}#animated-j .path-3{animation-delay:2s}@keyframes draw{to{stroke-dashoffset:0}}.hero-left,section#hero-module{display:flex}.hero-left{background:#5b50d4;color:#fff;flex-direction:column;gap:1rem;justify-content:space-between;padding:3rem;width:35%}.hero-left h1{color:#fff}.hero-right{overflow:hidden;position:relative;width:65%}.hero-right>.hero-background-image{display:block;height:100%;max-height:850px;object-fit:cover;position:relative;width:100%;z-index:1}.hero-left>svg{max-width:100%}.hero-right>svg{bottom:-50px;height:auto;left:2rem;position:absolute;width:85%;z-index:2}.hero-actions{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start}a.hero-button.button-style-light{background:#fff;color:#103625}a.hero-button.button-style-dark,a.hero-button.button-style-light{border:2px solid #fff;border-radius:50px;font-weight:700;padding:1rem 1.5rem;text-decoration:none}a.hero-button.button-style-dark{background:transparent;color:#fff}@media screen and (max-width:1180px){.hero-left{width:70%}.hero-right{width:30%}.hero-right>.hero-background-image{height:700px}}@media screen and (max-width:767px){.hero-left{width:100%}.hero-right{display:none}}