.startpage .hero{display:flex;flex-direction:column;justify-content:center;min-height:38rem;padding:2rem 1rem;position:relative}@media(min-width: 52.5rem){.startpage .hero{min-height:36rem}}.startpage .hero .hero-media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.startpage .hero .hero-media:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.3) 22.75%, rgba(0, 0, 0, 0) 52.18%)}.startpage .hero img{width:100%;height:100%;object-fit:cover;object-position:center center}.startpage h1{padding-bottom:2rem;font-family:var(--strawberry-sans-display);font-size:2rem;line-height:2.5rem;color:var(--strawberry-white);text-align:center;text-shadow:.0625rem .0625rem .4375rem rgba(0,0,0,.2)}@media(min-width: 52.5rem){.startpage h1{padding-bottom:4rem;font-size:3.5rem;line-height:4.5rem}}.startpage .search-wrapper{margin:0 auto;max-width:32rem;background-color:var(--strawberry-white);box-shadow:0 0 .25rem 0 rgba(0,0,0,.15);border-radius:.5rem}@media(min-width: 52.5rem){.startpage .search-wrapper{max-width:none}}.startpage .main{padding:2.5rem 1rem 0}.startpage section{margin-bottom:3rem}@media(min-width: 52.5rem){.startpage section{padding:0 1rem;padding-left:0}}.startpage .section-header{display:flex;justify-content:space-between;padding-bottom:1rem}.startpage .section-header h2{font-family:var(--strawberry-sans-display);font-size:1.5rem;line-height:2rem}@media(min-width: 52.5rem){.startpage .section-header h2{font-size:2rem;line-height:2.5rem}}.startpage .section-header .read-more{display:none}@media(min-width: 45rem){.startpage .section-header .read-more{display:block}}.startpage .read-more{display:block;padding-top:1rem;color:var(--strawberry-black)}@media(min-width: 45rem){.startpage .read-more{display:none}}.startpage .sds-c-info-cards{width:calc(100% + 1rem);margin-right:-1rem}