.hero-section{display:grid;grid-template-columns:repeat(2,1fr);border-bottom:1px solid var(--border-color);position:relative}.hero-section-left{display:flex;flex-direction:column;justify-content:space-between;padding:5rem var(--container-space) var(--container-space);gap:2.5rem}.hero-section-left-mid{display:flex;flex-direction:column;justify-content:center}.hero-section-left h1.heading-text-med{font-size:4.5rem}.hero-section-left h1.heading-text-big{font-size:6rem}.hero-section-left h1{letter-spacing:-.12rem;margin-bottom:1rem}.hero-section-detail{max-width:27rem;line-height:140%;margin-bottom:2rem}.hero-section-left .hw-button{width:fit-content;background-color:#fff}.hero-section-child{display:flex;gap:.25rem;flex-wrap:wrap;bottom:var(--container-space)}.hero-section-child a{display:flex;padding:.5rem 1rem;border-radius:6.25rem;backdrop-filter:blur(7px);width:fit-content;background-color:#ffffff80;font-size:.875rem;color:var(--main-text-color);line-height:140%;transition:background-color 0.2s ease-out}.hero-section-child a:hover{background-color:#1c1c1c1A}.hero-section-right img{width:100%;height:100%;object-fit:cover;line-height:0}@media (max-width:1335px){.hero-section-left h1.heading-text-big{font-size:4rem}.hero-section-left h1.heading-text-med{font-size:3.5rem}}@media (max-width:992px){.hero-section{grid-template-columns:repeat(1,1fr)}.hero-section-left{position:relative}.hero-section-left-mid{align-items:center;gap:2.5rem;margin-bottom:3rem}.hero-section-left{padding-top:5rem;padding-bottom:3rem}.hero-section-left h1,.hero-section-detail{text-align:center;margin-bottom:0}.hero-section-child{justify-content:center}}@media (max-width:768px){.hero-section-left h1.heading-text-big{font-size:3.5rem}.hero-section-left h1.heading-text-med{font-size:3rem}.hero-section-detail{font-size:.875rem}.hero-section-child{flex-direction:column;gap:.5rem}.hero-section-child a{justify-content:center;text-align:center;width:100%}}