.hero-section::after,.hero-section::before{content:'';top:0;left:0;width:100%;height:100%;position:absolute}.hero-section,.hero-section-inner{min-height:100vh;position:relative}.hero-background,.hero-section{position:relative}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Work Sans',sans-serif}.hero-section{width:100%;overflow:hidden}.hero-section::before{background:url('../img/hero_img1.webp') center/cover;z-index:0}.hero-section::after{background:linear-gradient(135deg,rgb(7 114 213 / 88%) 0,rgb(36 54 122 / 85%) 100%);z-index:1}.hero-section-inner{z-index:2;display:grid;grid-template-columns:1fr 50vw}.hero-content-wrapper{display:grid;align-content:center;padding-block:3rem;justify-items:end}.hero-content{color:#fff;max-width:75ch}.hero-content h1{font-size:clamp(3rem, 4.4vw, 6rem);font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-content h2{font-size:clamp(1.5rem, 6vw, 1rem);font-weight:600;margin-bottom:1rem;opacity:.95;line-height:1.6}.hero-content p{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;opacity:.95;font-weight:300}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:16px 35px;border-radius:5px;font-size:1rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:.3s;text-transform:uppercase;letter-spacing:.5px;min-width:187px;min-height:62px}.hero-background,.hero-background img{width:100%;height:100%;min-height:100%}.cta-button.primary{background:linear-gradient(135deg,#fff 0,#fff 100%);color:#077cea;box-shadow:0 4px 15px rgb(255 255 255 / 32%)}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(36,195,88,.4)}.cta-button.secondary{background:0 0;color:#fff;border:2px solid #fff}.cta-button.secondary:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}.hero-background img{object-fit:cover;clip-path:url(#custom-shape-clip);display:block}.hero-background svg{width:0;height:0;position:absolute}@media (min-width:768px){.content-grid{--padding-inline:2rem}}@media (min-width:1024px){.content-grid{--padding-inline:3rem}}@media (max-width:1024px){.hero-section-inner{grid-template-columns:1fr;grid-template-rows:auto minmax(50vh,auto)}.hero-content-wrapper{order:1;justify-items:center}.hero-background{order:2;width:100%;height:auto;min-height:50vh}.hero-background img{clip-path:url(#custom-shape-clip-mobile);width:100%;height:100%;min-height:50vh}.hero-content{text-align:center}.cta-buttons{justify-content:center}.hero-section::before{background:url('../img/hero_img_2.webp')}}@media (max-width:640px){.hero-section-inner{grid-template-rows:auto minmax(40vh,auto)}.hero-background,.hero-background img{min-height:40vh}.cta-buttons{flex-direction:column;align-items:stretch}.cta-button{justify-content:center}}