.discover-uep-hero-section{position:relative;overflow:hidden;padding:5rem 1rem;background-image:url("/images/default-source/uep/discover_uep_bg.jpg");background-size:cover;background-position:center center;background-repeat:no-repeat}.discover-uep-blur-overlay{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.discover-uep-dark-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--slate-950-alpha-80)}.discover-uep-container{max-width:72rem;margin-left:auto;margin-right:auto;position:relative;z-index:10}.discover-uep-grid{display:grid;gap:3rem;align-items:center}.discover-uep-title{font-family:Poppins,sans-serif;font-size:1.875rem;line-height:2.25rem;font-weight:700;color:#fff;margin:0 0 2rem 0}.discover-uep-description{color:rgba(255,255,255,.9);display:flex;flex-direction:column;gap:1.5rem}.discover-uep-description>*+*{margin-top:1.5rem}.discover-uep-description p{font-size:.875rem;line-height:1.625;margin:0}.discover-uep-image-content{display:flex;align-items:center;justify-content:center}.discover-uep-image-wrapper{width:100%;max-width:28rem;aspect-ratio:1/1;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1)}.discover-uep-image{width:100%;height:100%;object-fit:cover}@media (min-width:1024px){.discover-uep-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.discover-uep-title{font-size:2.25rem;line-height:2.5rem}}@media screen and (max-width:768px){.discover-uep-hero-section{padding:2rem 1rem}}