.HeroComponent{display:flex;flex-direction:column;gap:2rem;justify-content:space-between;padding-bottom:2rem}@media not all and (min-width:1200px){.HeroComponent{align-items:center}}@media (min-width:1200px){.HeroComponent{flex-direction:row}}.HeroComponent .heroInfo{display:flex;flex-direction:column;float:left;font-family:var(--font-header),sans-serif;font-weight:300;gap:40px;width:100%}@media (min-width:768px){.HeroComponent .heroInfo{padding:6rem}}@media (min-width:1200px){.HeroComponent .heroInfo{padding:0 0 2rem;width:50%}}.HeroComponent .heroInfo .heroTitle{--tw-text-opacity:1;color:rgb(129 52 57/var(--tw-text-opacity));font-family:var(--font-primary),sans-serif;font-weight:300;line-height:1.2;padding-top:.5rem}@media (min-width:1200px){.HeroComponent .heroInfo .heroTitle{padding-top:1rem}}.HeroComponent .heroInfo .heroDesc{width:90%}.HeroComponent .heroInfo .heroButtons{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;width:100%}.HeroComponent .heroInfo .bottom{padding:0;width:100%}@media (min-width:768px){.HeroComponent .heroInfo .bottom{padding:2rem}}.HeroComponent .heroImage{background-position:50%;background-repeat:no-repeat;bottom:5%;display:flex;float:right;height:-moz-fit-content;height:fit-content;position:relative;width:100%}@media not all and (min-width:1200px){.HeroComponent .heroImage{max-width:500px;order:-9999}}@media (min-width:1200px){.HeroComponent .heroImage{width:50%}}.HeroComponent .heroImage img{aspect-ratio:1/1;display:flex;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:1200px){.HeroComponent .heroImage.bigImage{width:40%}}.HeroComponent .heroImage.bigImage img{border-radius:900000000000000000px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.HeroComponent .heroImage:after,.HeroComponent .heroImage:before{--tw-content:"";aspect-ratio:2/1;border-radius:90000px;content:var(--tw-content);position:absolute;transform-origin:center;transition:transform .3s ease;width:66%}.HeroComponent .heroImage:before{--tw-bg-opacity:1;background-color:rgb(240 244 251/var(--tw-bg-opacity));left:35%;top:-5%;z-index:-1}@media (min-width:768px){.HeroComponent .heroImage:before{left:40%}}@media (min-width:1200px){.HeroComponent .heroImage:before{left:50%}}.HeroComponent .heroImage:after{--tw-bg-opacity:1;background-color:rgb(236 243 238/var(--tw-bg-opacity));bottom:-5%;right:40%;z-index:-1}img:hover+.HeroComponent .heroImage:after,img:hover+.HeroComponent .heroImage:before{transform:scale(1.1)}
