/**handles:simple_hero,simple_content,cta,latest_posts**/
.simple-hero{background-size:cover;background-repeat:no-repeat;background-color:var(--orange-100);position:relative;text-align:left;padding-top:160px}.simple-hero *{position:relative}.simple-hero::before{position:absolute;content:" ";top:0;left:0;width:100%;height:100%;display:block;z-index:0;background-color:var(--blue-alpha)}.simple-hero .subtitle{color:var(--gold);text-align:left;text-transform:uppercase;font-weight:700;letter-spacing:.1rem;max-width:20ch;margin-bottom:0;line-height:1.1}.simple-hero .title{color:var(--white);text-align:left;font-style:italic;font-weight:var(--regular);max-width:20ch;line-height:1.1}
.simple-content .light{color:var(--white)}
@media (min-width:768px){.cta .container{margin:0 auto}}.cta .title{color:var(--white);margin-bottom:var(--sm);max-width:80ch}.cta .content{color:var(--white);max-width:80ch}.cta.small-image img{width:100px;margin:auto;margin-bottom:32px}
@media (min-width:768px){.latest-posts .grid{--min:30ch;--gap:2rem;display:grid;grid-gap:var(--gap);grid-template-columns:1fr 1fr 1fr;align-items:top;text-align:left}}.latest-posts .grid a{display:block;border-radius:8px;height:100%;text-decoration:none;box-shadow:0 0 10px rgba(10,45,82,.1)}.latest-posts .col{margin-bottom:32px}.latest-posts .grid a:hover{text-decoration:none}.latest-posts .details{padding:16px}.latest-posts img{border-radius:8px;height:250px;object-fit:cover;border-bottom-left-radius:0;border-bottom-right-radius:0}.latest-posts .title{font-size:18px;font-weight:500;line-height:30px;color:var(--black)}.latest-posts .category{font-size:14px;line-height:19px;font-weight:600;color:var(--magenta-800);text-transform:uppercase;letter-spacing:1px}.latest-posts p{color:var(--black)}.latest-posts .more{font-weight:400;color:var(--blue);text-decoration:underline;font-size:18px;position:relative;margin-bottom:16px}.latest-posts .more i{font-size:20px;position:relative;top:2px;margin-left:4px}