@media screen and (min-width:0px){section#hero .inner{display:grid;gap:var(--spacing--column-gutter);grid-template-columns:repeat(1,1fr)}section#hero .content.form{margin:0 auto;max-width:650px;position:relative;width:100%;z-index:10}section#hero .content.form .form-wrapper{background-color:var(--color--white);border:1px solid var(--color--midnight-navy-500);border-radius:var(--border-radius);overflow:hidden;position:static;width:100%}section#hero iframe{overflow:hidden}svg.frame--bottom{z-index:0}}@media screen and (min-width:992px){section#hero .inner{grid-template-columns:repeat(2,1fr);justify-content:space-between}section#hero .content.form .form-wrapper{position:absolute;right:0;top:0}section#hero iframe{overflow:hidden}}@media screen and (min-width:0px){section#what-to-expect .inner{pointer-events:none}section#what-to-expect .content{-moz-column-gap:var(--spacing--column-gutter);column-gap:var(--spacing--column-gutter);display:grid;grid-template-columns:repeat(1,1fr)}section#what-to-expect .content .content__text-wrapper{pointer-events:all}section#what-to-expect .content .content__cards{display:grid;gap:var(--spacing--column-gutter);grid-row:2/3;grid-template-columns:repeat(1,1fr);margin:var(--spacing--text-card);pointer-events:all}section#what-to-expect .content .content__cards .card{background-color:var(--color--midnight-navy-50);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:.5rem;justify-content:space-between;padding:var(--spacing--cards-gutter)}section#what-to-expect .content .content__cards .card .card__text-wrapper{display:flex;flex-direction:column;gap:var(--spacing--headline-text)}section#what-to-expect .content .content__cards .card .card__text-wrapper .bold{font-weight:600}}@media screen and (min-width:992px){section#what-to-expect .content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:0px){section#prefooter .container .inner .content{max-width:706px}}@media screen and (min-width:992px){section#prefooter{padding-top:calc(var(--spacing--section-v)*3)}}@media screen and (min-width:1080px){section#prefooter{padding-top:calc(var(--spacing--section-v)*2)}}@media screen and (min-width:1340px){section#prefooter{padding-top:var(--spacing--section-v)}}