.hero-section{width:100%;padding:8rem 1rem 0;overflow:visible;margin-bottom:2rem;background-position:bottom;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;@media screen and (min-width:700px){padding-left:1rem;padding-bottom:0;padding-right:1rem;padding-top:14rem}@media screen and (min-width:1200px){margin-bottom:8rem;padding-left:1rem;padding-bottom:0;padding-right:1rem;padding-top:16rem}}.hero-section__cover{width:fit-content;position:relative;border-radius:3.75rem;overflow:visible;height:fit-content}@media screen and (min-width:1200px){.hero-section__cover{max-width:1223px}}.hero-section__image{width:100%;max-width:650px;position:relative}.hero-section__cover:after{content:"";position:absolute;bottom:0;right:.7%;width:99%;height:100%;border-radius:30px 30px 0 0;background:linear-gradient(180deg,#002d74,#002c742a,transparent)}@media screen and (min-width:800px){.hero-section__cover:after{width:98.6%;top:0;right:.7%;border-radius:50px 50px 0 0}}@media screen and (min-width:1200px){.hero-section__cover:after{width:98.6%;top:0;right:.7%;border-radius:50px 50px 0 0}}.hero-section__cover--orange:after{content:"";position:absolute;top:0;right:.7%;width:99%;height:100%;border-radius:30px 30px 0 0;background:linear-gradient(180deg,#ff7f30,rgba(112,83,2,.13),transparent)}@media screen and (min-width:800px){.hero-section__cover--orange:after{width:98.6%;right:.7%;border-radius:50px 50px 0 0}}@media screen and (min-width:1200px){.hero-section__cover--orange:after{width:98.5%;right:.7%;border-radius:50px 50px 0 0}}.hero-section__content{position:absolute;top:0;width:100%;text-align:center;padding:2rem;z-index:1}.hero-section__title{margin-inline:auto;max-width:50rem;font-size:clamp(3rem,7vw,7rem);line-height:calc(clamp(3rem, 7vw, 7rem) - 10px);display:flex;flex-direction:column;text-align:center;color:white}