.hero-module{display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden}.hero-module .content-wrapper{display:flex;flex-direction:row-reverse;gap:var(--Gutter-Width);padding:0 20px;box-sizing:content-box;align-items:center}.hero-module .image-wrapper img{height:100%;width:100%;object-fit:cover;display:block}.hero-module .image-wrapper .absolute-full{position:static;width:100%;height:auto;top:auto;left:auto;object-fit:cover}.hero-module .content{max-width:100%;padding:80px 0;display:flex;flex-direction:column;gap:var(--Content-Spacing-Vertical);z-index:1;position:relative;flex:1}.hero-module .image-wrapper{position:relative;overflow:hidden;flex:1;min-width:0;aspect-ratio:4 / 3;min-height:260px;margin:40px;border-radius:var(--Rounded-Corners);box-shadow:0 0 20px #00000080}@media (max-width: 768px){.hero-module .content-wrapper{flex-direction:column}.hero-module .image-wrapper{width:100%;aspect-ratio:16 / 10;min-height:220px;margin-bottom:0}.hero-module .content{padding-top:0}}.hero-module h1{margin:0}.hero-module .hero-heading span{color:var(--Purple)}
